diff --git a/src/frontend/src/components/genericIconComponent/index.tsx b/src/frontend/src/components/genericIconComponent/index.tsx index 5c462add8..a5dc7f632 100644 --- a/src/frontend/src/components/genericIconComponent/index.tsx +++ b/src/frontend/src/components/genericIconComponent/index.tsx @@ -3,25 +3,24 @@ import { nodeIconsLucide, svgIcons } from "../../utils"; export function IconFromLucide({ name }: IconProps): JSX.Element { const TargetIcon = nodeIconsLucide[name]; - return ( - - ); + return ; } export function IconFromSvg({ name }: IconProps): JSX.Element { const TargetSvg = svgIcons[name]; - return ( - - ); + return ; } -export default function IconComponent({ method, name }: IconComponentProps): JSX.Element { +export default function IconComponent({ + method, + name, +}: IconComponentProps): JSX.Element { switch (method) { - case 'SVG': - return - case 'LUCIDE': - return + case "SVG": + return ; + case "LUCIDE": + return ; default: - return + return; } } diff --git a/src/frontend/src/icons/Airbyte/Airbyte.jsx b/src/frontend/src/icons/Airbyte/Airbyte.jsx index 7e0a19e89..a4d660434 100644 --- a/src/frontend/src/icons/Airbyte/Airbyte.jsx +++ b/src/frontend/src/icons/Airbyte/Airbyte.jsx @@ -1,4 +1,3 @@ -import * as React from "react"; const SvgAirbyte = (props) => ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( diff --git a/src/frontend/src/icons/Wolfram/Wolfram.jsx b/src/frontend/src/icons/Wolfram/Wolfram.jsx index 281cedbba..c1f6a2796 100644 --- a/src/frontend/src/icons/Wolfram/Wolfram.jsx +++ b/src/frontend/src/icons/Wolfram/Wolfram.jsx @@ -1,4 +1,3 @@ -import * as React from "react"; const SvgWolfram = (props) => ( ( ( ( ) { return classes.filter(Boolean).join(" ");