diff --git a/src/icons/AfterEffectsIcon/index.tsx b/src/icons/AfterEffectsIcon/index.tsx index 89ef37e..ecf7b3e 100644 --- a/src/icons/AfterEffectsIcon/index.tsx +++ b/src/icons/AfterEffectsIcon/index.tsx @@ -1,5 +1,5 @@ -import BaseIcon from '../BaseIcon'; import styles from 'styles/index.module.scss'; +import BaseIcon from '../BaseIcon'; import { SvgIconProps } from '../SvgIcon'; export default function AfterEffectsIcon({ diff --git a/src/icons/FlutterIcon/index.tsx b/src/icons/FlutterIcon/index.tsx index 06d204f..37c3d4a 100644 --- a/src/icons/FlutterIcon/index.tsx +++ b/src/icons/FlutterIcon/index.tsx @@ -1,6 +1,6 @@ +import styles from 'styles/index.module.scss'; import BaseIcon from '../BaseIcon'; import { SvgIconProps } from '../SvgIcon'; -import styles from 'styles/index.module.scss'; export default function FlutterIcon({ className, diff --git a/src/icons/IllustratorIcon/index.tsx b/src/icons/IllustratorIcon/index.tsx index b1a7c2d..8ee6f07 100644 --- a/src/icons/IllustratorIcon/index.tsx +++ b/src/icons/IllustratorIcon/index.tsx @@ -1,5 +1,5 @@ -import BaseIcon from '../BaseIcon'; import styles from 'styles/index.module.scss'; +import BaseIcon from '../BaseIcon'; import { SvgIconProps } from '../SvgIcon'; export default function IllustratorIcon({ diff --git a/src/icons/InstagramIcon/index.tsx b/src/icons/InstagramIcon/index.tsx index 10c5e4d..7a7db76 100644 --- a/src/icons/InstagramIcon/index.tsx +++ b/src/icons/InstagramIcon/index.tsx @@ -1,5 +1,5 @@ -import BaseIcon from '../BaseIcon'; import styles from 'styles/index.module.scss'; +import BaseIcon from '../BaseIcon'; import { SvgIconProps } from '../SvgIcon'; export default function InstagramIcon({ diff --git a/src/icons/JavaIcon/index.tsx b/src/icons/JavaIcon/index.tsx index aad7b6f..05edbcd 100644 --- a/src/icons/JavaIcon/index.tsx +++ b/src/icons/JavaIcon/index.tsx @@ -1,6 +1,6 @@ +import styles from 'styles/index.module.scss'; import BaseIcon from '../BaseIcon'; import { SvgIconProps } from '../SvgIcon'; -import styles from 'styles/index.module.scss'; export default function JavaIcon({ className, diff --git a/src/icons/JavaScriptIcon/index.tsx b/src/icons/JavaScriptIcon/index.tsx index 1e85851..5f9eeb9 100644 --- a/src/icons/JavaScriptIcon/index.tsx +++ b/src/icons/JavaScriptIcon/index.tsx @@ -1,6 +1,6 @@ +import styles from 'styles/index.module.scss'; import BaseIcon from '../BaseIcon'; import { SvgIconProps } from '../SvgIcon'; -import styles from 'styles/index.module.scss'; export default function JavaScriptIcon({ className, diff --git a/src/icons/LinkIcon/index.tsx b/src/icons/LinkIcon/index.tsx index 3be8742..e4ed438 100644 --- a/src/icons/LinkIcon/index.tsx +++ b/src/icons/LinkIcon/index.tsx @@ -1,6 +1,6 @@ +import styles from 'styles/index.module.scss'; import BaseIcon from '../BaseIcon'; import { SvgIconProps } from '../SvgIcon'; -import styles from 'styles/index.module.scss'; export default function LinkIcon({ className, diff --git a/src/icons/MattermostIcon/index.tsx b/src/icons/MattermostIcon/index.tsx index 042df11..178257a 100644 --- a/src/icons/MattermostIcon/index.tsx +++ b/src/icons/MattermostIcon/index.tsx @@ -1,5 +1,5 @@ -import BaseIcon from '../BaseIcon'; import styles from 'styles/index.module.scss'; +import BaseIcon from '../BaseIcon'; import { SvgIconProps } from '../SvgIcon'; export default function MattermostIcon({ diff --git a/src/icons/MediumIcon/index.tsx b/src/icons/MediumIcon/index.tsx index 4d50c37..1c3009f 100644 --- a/src/icons/MediumIcon/index.tsx +++ b/src/icons/MediumIcon/index.tsx @@ -1,5 +1,5 @@ -import BaseIcon from '../BaseIcon'; import styles from 'styles/index.module.scss'; +import BaseIcon from '../BaseIcon'; import { SvgIconProps } from '../SvgIcon'; export default function MediumIcon({ diff --git a/src/icons/MongoDbIcon/index.tsx b/src/icons/MongoDbIcon/index.tsx index d99c73a..1f0d268 100644 --- a/src/icons/MongoDbIcon/index.tsx +++ b/src/icons/MongoDbIcon/index.tsx @@ -1,6 +1,6 @@ +import styles from 'styles/index.module.scss'; import BaseIcon from '../BaseIcon'; import { SvgIconProps } from '../SvgIcon'; -import styles from 'styles/index.module.scss'; export default function MongoDbIcon({ className, diff --git a/src/icons/NextJsIcon/index.tsx b/src/icons/NextJsIcon/index.tsx index 433a4eb..75eada8 100644 --- a/src/icons/NextJsIcon/index.tsx +++ b/src/icons/NextJsIcon/index.tsx @@ -1,6 +1,6 @@ +import styles from 'styles/index.module.scss'; import BaseIcon from '../BaseIcon'; import { SvgIconProps } from '../SvgIcon'; -import styles from 'styles/index.module.scss'; export default function NextJsIcon({ className, diff --git a/src/icons/OpenStreetMapIcon/index.tsx b/src/icons/OpenStreetMapIcon/index.tsx index 38329dd..37e65db 100644 --- a/src/icons/OpenStreetMapIcon/index.tsx +++ b/src/icons/OpenStreetMapIcon/index.tsx @@ -1,5 +1,5 @@ -import BaseIcon from '../BaseIcon'; import styles from 'styles/index.module.scss'; +import BaseIcon from '../BaseIcon'; import { SvgIconProps } from '../SvgIcon'; export default function OpenStreetMapIcon({ diff --git a/src/icons/ProcreateIcon/index.tsx b/src/icons/ProcreateIcon/index.tsx index 14ce346..b11fa51 100644 --- a/src/icons/ProcreateIcon/index.tsx +++ b/src/icons/ProcreateIcon/index.tsx @@ -1,5 +1,5 @@ -import BaseIcon from '../BaseIcon'; import styles from 'styles/index.module.scss'; +import BaseIcon from '../BaseIcon'; import { SvgIconProps } from '../SvgIcon'; export default function ProcreateIcon({ diff --git a/src/icons/ReactIcon/index.tsx b/src/icons/ReactIcon/index.tsx index 5750ca1..8600cc5 100644 --- a/src/icons/ReactIcon/index.tsx +++ b/src/icons/ReactIcon/index.tsx @@ -1,5 +1,5 @@ -import BaseIcon from '../BaseIcon'; import styles from 'styles/index.module.scss'; +import BaseIcon from '../BaseIcon'; import { SvgIconProps } from '../SvgIcon'; export default function ReactIcon({ diff --git a/src/icons/SlackIcon/index.tsx b/src/icons/SlackIcon/index.tsx index 3941051..675ab5c 100644 --- a/src/icons/SlackIcon/index.tsx +++ b/src/icons/SlackIcon/index.tsx @@ -1,5 +1,5 @@ -import BaseIcon from '../BaseIcon'; import styles from 'styles/index.module.scss'; +import BaseIcon from '../BaseIcon'; import { SvgIconProps } from '../SvgIcon'; export default function SlackIcon({ diff --git a/src/icons/TailwindIcon/index.tsx b/src/icons/TailwindIcon/index.tsx index ef0cad5..d8fa3de 100644 --- a/src/icons/TailwindIcon/index.tsx +++ b/src/icons/TailwindIcon/index.tsx @@ -1,6 +1,6 @@ +import styles from 'styles/index.module.scss'; import BaseIcon from '../BaseIcon'; import { SvgIconProps } from '../SvgIcon'; -import styles from 'styles/index.module.scss'; export default function TailwindIcon({ className, diff --git a/src/icons/TypeScriptIcon/index.tsx b/src/icons/TypeScriptIcon/index.tsx index 3f15f6f..f9de88e 100644 --- a/src/icons/TypeScriptIcon/index.tsx +++ b/src/icons/TypeScriptIcon/index.tsx @@ -1,5 +1,5 @@ -import BaseIcon from '../BaseIcon'; import styles from 'styles/index.module.scss'; +import BaseIcon from '../BaseIcon'; import { SvgIconProps } from '../SvgIcon'; export default function TypeScriptIcon({