diff --git a/assets/icons/actions/check-circle.svg b/assets/icons/actions/check-circle.svg index 3a0079b72..cdd9ef0b9 100644 --- a/assets/icons/actions/check-circle.svg +++ b/assets/icons/actions/check-circle.svg @@ -1,4 +1,3 @@ - -p \ No newline at end of file + \ No newline at end of file diff --git a/assets/icons/options/keyboard-alphabetical-1.svg b/assets/icons/options/keyboard.svg similarity index 100% rename from assets/icons/options/keyboard-alphabetical-1.svg rename to assets/icons/options/keyboard.svg diff --git a/scripts/generate-icons b/scripts/generate-icons index 79600cdc7..a5cd23897 100644 --- a/scripts/generate-icons +++ b/scripts/generate-icons @@ -55,7 +55,6 @@ function template(babel, opts, { imports, componentName, props, jsx, exports }) ${imports} - ${libImports} import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; diff --git a/src/icons/actions/CheckCircleFilledIcon.tsx b/src/icons/actions/CheckCircleFilledIcon.tsx index ae4b73e60..f10cb760e 100644 --- a/src/icons/actions/CheckCircleFilledIcon.tsx +++ b/src/icons/actions/CheckCircleFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const CheckCircleFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/CheckCircleIcon.tsx b/src/icons/actions/CheckCircleIcon.tsx index 728ac1b39..2a6fa7469 100644 --- a/src/icons/actions/CheckCircleIcon.tsx +++ b/src/icons/actions/CheckCircleIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const CheckCircleIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/CheckIcon.tsx b/src/icons/actions/CheckIcon.tsx index d6e7d0934..4ee38b79f 100644 --- a/src/icons/actions/CheckIcon.tsx +++ b/src/icons/actions/CheckIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const CheckIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/CopyIcon.tsx b/src/icons/actions/CopyIcon.tsx index e69ceac21..533a180b4 100644 --- a/src/icons/actions/CopyIcon.tsx +++ b/src/icons/actions/CopyIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const CopyIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/DownloadIcon.tsx b/src/icons/actions/DownloadIcon.tsx index 9e20f8102..f99ffc8e3 100644 --- a/src/icons/actions/DownloadIcon.tsx +++ b/src/icons/actions/DownloadIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const DownloadIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/EnvelopeIcon.tsx b/src/icons/actions/EnvelopeIcon.tsx index 1deefce12..4f5076b97 100644 --- a/src/icons/actions/EnvelopeIcon.tsx +++ b/src/icons/actions/EnvelopeIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const EnvelopeIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/ExitIcon.tsx b/src/icons/actions/ExitIcon.tsx index 6d4a507d0..2855e14cc 100644 --- a/src/icons/actions/ExitIcon.tsx +++ b/src/icons/actions/ExitIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ExitIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/EyeClosedIcon.tsx b/src/icons/actions/EyeClosedIcon.tsx index 60dceed0d..9149ef5ad 100644 --- a/src/icons/actions/EyeClosedIcon.tsx +++ b/src/icons/actions/EyeClosedIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const EyeClosedIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/EyeIcon.tsx b/src/icons/actions/EyeIcon.tsx index 49526f98f..0fd00b45f 100644 --- a/src/icons/actions/EyeIcon.tsx +++ b/src/icons/actions/EyeIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const EyeIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/FilterDisabledIcon.tsx b/src/icons/actions/FilterDisabledIcon.tsx index b0367bee5..bc106301f 100644 --- a/src/icons/actions/FilterDisabledIcon.tsx +++ b/src/icons/actions/FilterDisabledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const FilterDisabledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/FilterIcon.tsx b/src/icons/actions/FilterIcon.tsx index 26fdf46f6..e5d3d588a 100644 --- a/src/icons/actions/FilterIcon.tsx +++ b/src/icons/actions/FilterIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const FilterIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/MagnifierIcon.tsx b/src/icons/actions/MagnifierIcon.tsx index ae333c5d5..e44198614 100644 --- a/src/icons/actions/MagnifierIcon.tsx +++ b/src/icons/actions/MagnifierIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const MagnifierIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/MinusCircleFilledIcon.tsx b/src/icons/actions/MinusCircleFilledIcon.tsx index f99897e7e..a54198509 100644 --- a/src/icons/actions/MinusCircleFilledIcon.tsx +++ b/src/icons/actions/MinusCircleFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const MinusCircleFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/MinusCircleIcon.tsx b/src/icons/actions/MinusCircleIcon.tsx index 90a886c17..3016e071c 100644 --- a/src/icons/actions/MinusCircleIcon.tsx +++ b/src/icons/actions/MinusCircleIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const MinusCircleIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/MinusIcon.tsx b/src/icons/actions/MinusIcon.tsx index 6e3e8200e..311912e6c 100644 --- a/src/icons/actions/MinusIcon.tsx +++ b/src/icons/actions/MinusIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const MinusIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/PenIcon.tsx b/src/icons/actions/PenIcon.tsx index a86bb7e4f..7d79afbf1 100644 --- a/src/icons/actions/PenIcon.tsx +++ b/src/icons/actions/PenIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const PenIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/PlusCircleFilledIcon.tsx b/src/icons/actions/PlusCircleFilledIcon.tsx index 1747430ef..d1e38b22d 100644 --- a/src/icons/actions/PlusCircleFilledIcon.tsx +++ b/src/icons/actions/PlusCircleFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const PlusCircleFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/PlusCircleIcon.tsx b/src/icons/actions/PlusCircleIcon.tsx index 9c0cea581..5de1e83a4 100644 --- a/src/icons/actions/PlusCircleIcon.tsx +++ b/src/icons/actions/PlusCircleIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const PlusCircleIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/PlusIcon.tsx b/src/icons/actions/PlusIcon.tsx index a99207416..32e12e5d0 100644 --- a/src/icons/actions/PlusIcon.tsx +++ b/src/icons/actions/PlusIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const PlusIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/ResendIcon.tsx b/src/icons/actions/ResendIcon.tsx index 4531d5010..c13c20243 100644 --- a/src/icons/actions/ResendIcon.tsx +++ b/src/icons/actions/ResendIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ResendIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/SoundAlertsOnlyIcon.tsx b/src/icons/actions/SoundAlertsOnlyIcon.tsx index 55ed7a06f..8c13ad4a1 100644 --- a/src/icons/actions/SoundAlertsOnlyIcon.tsx +++ b/src/icons/actions/SoundAlertsOnlyIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const SoundAlertsOnlyIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/SoundOffIcon.tsx b/src/icons/actions/SoundOffIcon.tsx index aae4eb893..c780d1147 100644 --- a/src/icons/actions/SoundOffIcon.tsx +++ b/src/icons/actions/SoundOffIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const SoundOffIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/SoundOnIcon.tsx b/src/icons/actions/SoundOnIcon.tsx index 42578ad91..f51805aa6 100644 --- a/src/icons/actions/SoundOnIcon.tsx +++ b/src/icons/actions/SoundOnIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const SoundOnIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/ThumbDownFilledIcon.tsx b/src/icons/actions/ThumbDownFilledIcon.tsx index 1738d45bb..cec36d617 100644 --- a/src/icons/actions/ThumbDownFilledIcon.tsx +++ b/src/icons/actions/ThumbDownFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ThumbDownFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/ThumbDownIcon.tsx b/src/icons/actions/ThumbDownIcon.tsx index 441156014..f9a9e60c4 100644 --- a/src/icons/actions/ThumbDownIcon.tsx +++ b/src/icons/actions/ThumbDownIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ThumbDownIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/ThumbUpFilledIcon.tsx b/src/icons/actions/ThumbUpFilledIcon.tsx index fe3dabee2..de77036e1 100644 --- a/src/icons/actions/ThumbUpFilledIcon.tsx +++ b/src/icons/actions/ThumbUpFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ThumbUpFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/ThumbUpIcon.tsx b/src/icons/actions/ThumbUpIcon.tsx index 562e8a531..8ba1009de 100644 --- a/src/icons/actions/ThumbUpIcon.tsx +++ b/src/icons/actions/ThumbUpIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ThumbUpIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/TrashIcon.tsx b/src/icons/actions/TrashIcon.tsx index 4b43e3ebb..42fa211e2 100644 --- a/src/icons/actions/TrashIcon.tsx +++ b/src/icons/actions/TrashIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const TrashIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/UploadIcon.tsx b/src/icons/actions/UploadIcon.tsx index 02db48897..4911b6e6e 100644 --- a/src/icons/actions/UploadIcon.tsx +++ b/src/icons/actions/UploadIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const UploadIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/WarningFilledIcon.tsx b/src/icons/actions/WarningFilledIcon.tsx index c0dd33639..71de25950 100644 --- a/src/icons/actions/WarningFilledIcon.tsx +++ b/src/icons/actions/WarningFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const WarningFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/WarningIcon.tsx b/src/icons/actions/WarningIcon.tsx index 65c0a9d13..2eede596d 100644 --- a/src/icons/actions/WarningIcon.tsx +++ b/src/icons/actions/WarningIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const WarningIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/XCrossCircleFilledIcon.tsx b/src/icons/actions/XCrossCircleFilledIcon.tsx index b227562ce..b1577b22f 100644 --- a/src/icons/actions/XCrossCircleFilledIcon.tsx +++ b/src/icons/actions/XCrossCircleFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const XCrossCircleFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/XCrossCircleIcon.tsx b/src/icons/actions/XCrossCircleIcon.tsx index 80dc60bae..9d310ba10 100644 --- a/src/icons/actions/XCrossCircleIcon.tsx +++ b/src/icons/actions/XCrossCircleIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const XCrossCircleIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/actions/XCrossIcon.tsx b/src/icons/actions/XCrossIcon.tsx index 60450f353..d2fd08fc6 100644 --- a/src/icons/actions/XCrossIcon.tsx +++ b/src/icons/actions/XCrossIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const XCrossIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/arrows/ArrowDownIcon.tsx b/src/icons/arrows/ArrowDownIcon.tsx index 17ce1dcb9..0a0332147 100644 --- a/src/icons/arrows/ArrowDownIcon.tsx +++ b/src/icons/arrows/ArrowDownIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ArrowDownIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/arrows/ArrowDownLeftIcon.tsx b/src/icons/arrows/ArrowDownLeftIcon.tsx index 24bdc6bfb..edd8a4e08 100644 --- a/src/icons/arrows/ArrowDownLeftIcon.tsx +++ b/src/icons/arrows/ArrowDownLeftIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ArrowDownLeftIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/arrows/ArrowDownRightIcon.tsx b/src/icons/arrows/ArrowDownRightIcon.tsx index 8cc82d502..de850cd41 100644 --- a/src/icons/arrows/ArrowDownRightIcon.tsx +++ b/src/icons/arrows/ArrowDownRightIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ArrowDownRightIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/arrows/ArrowLeftIcon.tsx b/src/icons/arrows/ArrowLeftIcon.tsx index bd98f7a21..23b891c95 100644 --- a/src/icons/arrows/ArrowLeftIcon.tsx +++ b/src/icons/arrows/ArrowLeftIcon.tsx @@ -2,9 +2,9 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; -const ArrowLeftIcon: React.FC = ({ size = 'medium', color = 'inherit', ...props }) => { +const ArrowLeftIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { + const props = { ...rest, color }; const sizePx = Number.isFinite(size as number) ? size : get(`iconSizes.${size}`)(props) || get('iconSizes.medium')(props); diff --git a/src/icons/arrows/ArrowRightIcon.tsx b/src/icons/arrows/ArrowRightIcon.tsx index 7b78931fe..bcd2adeb8 100644 --- a/src/icons/arrows/ArrowRightIcon.tsx +++ b/src/icons/arrows/ArrowRightIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ArrowRightIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/arrows/ArrowUpIcon.tsx b/src/icons/arrows/ArrowUpIcon.tsx index cd2c651db..aad24625d 100644 --- a/src/icons/arrows/ArrowUpIcon.tsx +++ b/src/icons/arrows/ArrowUpIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ArrowUpIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/arrows/ArrowUpLeftIcon.tsx b/src/icons/arrows/ArrowUpLeftIcon.tsx index caced2d4d..41b0b7b39 100644 --- a/src/icons/arrows/ArrowUpLeftIcon.tsx +++ b/src/icons/arrows/ArrowUpLeftIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ArrowUpLeftIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/arrows/ArrowUpRightIcon.tsx b/src/icons/arrows/ArrowUpRightIcon.tsx index 10ebda89c..9f03d84af 100644 --- a/src/icons/arrows/ArrowUpRightIcon.tsx +++ b/src/icons/arrows/ArrowUpRightIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ArrowUpRightIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/arrows/BackwardIcon.tsx b/src/icons/arrows/BackwardIcon.tsx index d0f18053b..7371f4320 100644 --- a/src/icons/arrows/BackwardIcon.tsx +++ b/src/icons/arrows/BackwardIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const BackwardIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/arrows/BackwardLastIcon.tsx b/src/icons/arrows/BackwardLastIcon.tsx index 5ce9d2067..2f7fa75c4 100644 --- a/src/icons/arrows/BackwardLastIcon.tsx +++ b/src/icons/arrows/BackwardLastIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const BackwardLastIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/arrows/ChevronDownIcon.tsx b/src/icons/arrows/ChevronDownIcon.tsx index 14c109c08..55f415272 100644 --- a/src/icons/arrows/ChevronDownIcon.tsx +++ b/src/icons/arrows/ChevronDownIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ChevronDownIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/arrows/ChevronLeftIcon.tsx b/src/icons/arrows/ChevronLeftIcon.tsx index ede0e7033..1576c3de9 100644 --- a/src/icons/arrows/ChevronLeftIcon.tsx +++ b/src/icons/arrows/ChevronLeftIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ChevronLeftIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/arrows/ChevronRightIcon.tsx b/src/icons/arrows/ChevronRightIcon.tsx index 23130f464..fd405ca29 100644 --- a/src/icons/arrows/ChevronRightIcon.tsx +++ b/src/icons/arrows/ChevronRightIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ChevronRightIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/arrows/ChevronUpIcon.tsx b/src/icons/arrows/ChevronUpIcon.tsx index 8dc3e66dd..196c8f6a6 100644 --- a/src/icons/arrows/ChevronUpIcon.tsx +++ b/src/icons/arrows/ChevronUpIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ChevronUpIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/arrows/DoubleArrowDownIcon.tsx b/src/icons/arrows/DoubleArrowDownIcon.tsx index b6bf4463b..e9f3c81a8 100644 --- a/src/icons/arrows/DoubleArrowDownIcon.tsx +++ b/src/icons/arrows/DoubleArrowDownIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const DoubleArrowDownIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/arrows/DoubleArrowUpIcon.tsx b/src/icons/arrows/DoubleArrowUpIcon.tsx index 1e897a083..1c85c4f82 100644 --- a/src/icons/arrows/DoubleArrowUpIcon.tsx +++ b/src/icons/arrows/DoubleArrowUpIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const DoubleArrowUpIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/arrows/DropdownSelectIcon.tsx b/src/icons/arrows/DropdownSelectIcon.tsx index aa33311f3..33e611e42 100644 --- a/src/icons/arrows/DropdownSelectIcon.tsx +++ b/src/icons/arrows/DropdownSelectIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const DropdownSelectIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/arrows/DropupSelectIcon.tsx b/src/icons/arrows/DropupSelectIcon.tsx index 12753f538..5d69c248d 100644 --- a/src/icons/arrows/DropupSelectIcon.tsx +++ b/src/icons/arrows/DropupSelectIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const DropupSelectIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/arrows/ForwardIcon.tsx b/src/icons/arrows/ForwardIcon.tsx index 0c3fd7949..6fc16eb18 100644 --- a/src/icons/arrows/ForwardIcon.tsx +++ b/src/icons/arrows/ForwardIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ForwardIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/arrows/ForwardLastIcon.tsx b/src/icons/arrows/ForwardLastIcon.tsx index f6a952236..1659608e5 100644 --- a/src/icons/arrows/ForwardLastIcon.tsx +++ b/src/icons/arrows/ForwardLastIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ForwardLastIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/basic/AnchorHamburgIcon.tsx b/src/icons/basic/AnchorHamburgIcon.tsx index e7ce915cf..db49815f9 100644 --- a/src/icons/basic/AnchorHamburgIcon.tsx +++ b/src/icons/basic/AnchorHamburgIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const AnchorHamburgIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/basic/ClockIcon.tsx b/src/icons/basic/ClockIcon.tsx index be8aa3b1e..e6d21f3b9 100644 --- a/src/icons/basic/ClockIcon.tsx +++ b/src/icons/basic/ClockIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ClockIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/basic/DogIcon.tsx b/src/icons/basic/DogIcon.tsx index c73df2800..0a1550094 100644 --- a/src/icons/basic/DogIcon.tsx +++ b/src/icons/basic/DogIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const DogIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/basic/FlagIcon.tsx b/src/icons/basic/FlagIcon.tsx index 8410334f4..9ed1cfa34 100644 --- a/src/icons/basic/FlagIcon.tsx +++ b/src/icons/basic/FlagIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const FlagIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/basic/FreenowLogoIcon.tsx b/src/icons/basic/FreenowLogoIcon.tsx index 035bbdf72..9d7ec2c76 100644 --- a/src/icons/basic/FreenowLogoIcon.tsx +++ b/src/icons/basic/FreenowLogoIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const FreenowLogoIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/basic/MegaphoneFilledIcon.tsx b/src/icons/basic/MegaphoneFilledIcon.tsx index e12b1e049..614667c8f 100644 --- a/src/icons/basic/MegaphoneFilledIcon.tsx +++ b/src/icons/basic/MegaphoneFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const MegaphoneFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/basic/MegaphoneIcon.tsx b/src/icons/basic/MegaphoneIcon.tsx index 8d4c5c66b..d5024f097 100644 --- a/src/icons/basic/MegaphoneIcon.tsx +++ b/src/icons/basic/MegaphoneIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const MegaphoneIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/basic/ParcelIcon.tsx b/src/icons/basic/ParcelIcon.tsx index cc30e3ba1..c92d97fee 100644 --- a/src/icons/basic/ParcelIcon.tsx +++ b/src/icons/basic/ParcelIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ParcelIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/basic/StarCircleFilledIcon.tsx b/src/icons/basic/StarCircleFilledIcon.tsx index d6ffb0b1e..8206f76b2 100644 --- a/src/icons/basic/StarCircleFilledIcon.tsx +++ b/src/icons/basic/StarCircleFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const StarCircleFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/basic/TrophyIcon.tsx b/src/icons/basic/TrophyIcon.tsx index 9d69b8ca2..c84f99ed0 100644 --- a/src/icons/basic/TrophyIcon.tsx +++ b/src/icons/basic/TrophyIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const TrophyIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/battery/Battery10Icon.tsx b/src/icons/battery/Battery10Icon.tsx index fa54d0c3c..130ce1397 100644 --- a/src/icons/battery/Battery10Icon.tsx +++ b/src/icons/battery/Battery10Icon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const Battery10Icon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/battery/Battery25Icon.tsx b/src/icons/battery/Battery25Icon.tsx index bbe8a7f6b..545c49dcd 100644 --- a/src/icons/battery/Battery25Icon.tsx +++ b/src/icons/battery/Battery25Icon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const Battery25Icon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/battery/Battery50Icon.tsx b/src/icons/battery/Battery50Icon.tsx index b8998a956..8fd5456d5 100644 --- a/src/icons/battery/Battery50Icon.tsx +++ b/src/icons/battery/Battery50Icon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const Battery50Icon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/battery/Battery75Icon.tsx b/src/icons/battery/Battery75Icon.tsx index 0c80a73b0..23960cbe2 100644 --- a/src/icons/battery/Battery75Icon.tsx +++ b/src/icons/battery/Battery75Icon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const Battery75Icon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/battery/BatteryChargingIcon.tsx b/src/icons/battery/BatteryChargingIcon.tsx index 0cb063d9c..16f7110a8 100644 --- a/src/icons/battery/BatteryChargingIcon.tsx +++ b/src/icons/battery/BatteryChargingIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const BatteryChargingIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/battery/BatteryEmptyIcon.tsx b/src/icons/battery/BatteryEmptyIcon.tsx index 5cf94cf16..8d8416dc7 100644 --- a/src/icons/battery/BatteryEmptyIcon.tsx +++ b/src/icons/battery/BatteryEmptyIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const BatteryEmptyIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/battery/BatteryFullIcon.tsx b/src/icons/battery/BatteryFullIcon.tsx index fead82972..fe56e947f 100644 --- a/src/icons/battery/BatteryFullIcon.tsx +++ b/src/icons/battery/BatteryFullIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const BatteryFullIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/battery/BatteryIcon.tsx b/src/icons/battery/BatteryIcon.tsx index d5dc0b658..369936f41 100644 --- a/src/icons/battery/BatteryIcon.tsx +++ b/src/icons/battery/BatteryIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const BatteryIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/battery/Fuel10Icon.tsx b/src/icons/battery/Fuel10Icon.tsx index bd5e35d7f..f84e821b6 100644 --- a/src/icons/battery/Fuel10Icon.tsx +++ b/src/icons/battery/Fuel10Icon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const Fuel10Icon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/battery/Fuel25Icon.tsx b/src/icons/battery/Fuel25Icon.tsx index f86631f00..f564aa295 100644 --- a/src/icons/battery/Fuel25Icon.tsx +++ b/src/icons/battery/Fuel25Icon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const Fuel25Icon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/battery/Fuel50Icon.tsx b/src/icons/battery/Fuel50Icon.tsx index 74d8085ae..2df865a81 100644 --- a/src/icons/battery/Fuel50Icon.tsx +++ b/src/icons/battery/Fuel50Icon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const Fuel50Icon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/battery/Fuel75Icon.tsx b/src/icons/battery/Fuel75Icon.tsx index ab1f464e4..7875e8474 100644 --- a/src/icons/battery/Fuel75Icon.tsx +++ b/src/icons/battery/Fuel75Icon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const Fuel75Icon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/battery/FuelEmptyIcon.tsx b/src/icons/battery/FuelEmptyIcon.tsx index af4f3f61a..532deefc8 100644 --- a/src/icons/battery/FuelEmptyIcon.tsx +++ b/src/icons/battery/FuelEmptyIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const FuelEmptyIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/battery/FuelFullIcon.tsx b/src/icons/battery/FuelFullIcon.tsx index d760df298..40477d96d 100644 --- a/src/icons/battery/FuelFullIcon.tsx +++ b/src/icons/battery/FuelFullIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const FuelFullIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/battery/FuelIcon.tsx b/src/icons/battery/FuelIcon.tsx index 041c65420..fc861a0ec 100644 --- a/src/icons/battery/FuelIcon.tsx +++ b/src/icons/battery/FuelIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const FuelIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/brands/AdyenIcon.tsx b/src/icons/brands/AdyenIcon.tsx index a9c0d83e5..25378b7c6 100644 --- a/src/icons/brands/AdyenIcon.tsx +++ b/src/icons/brands/AdyenIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = Omit; const AdyenIcon: React.FC = ({ size = 'medium', ...props }) => { const sizePx = Number.isFinite(size as number) diff --git a/src/icons/brands/AmexIcon.tsx b/src/icons/brands/AmexIcon.tsx index beef145ea..7619e5a5c 100644 --- a/src/icons/brands/AmexIcon.tsx +++ b/src/icons/brands/AmexIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = Omit; const AmexIcon: React.FC = ({ size = 'medium', ...props }) => { const sizePx = Number.isFinite(size as number) diff --git a/src/icons/brands/AppleIcon.tsx b/src/icons/brands/AppleIcon.tsx index 2d375d96c..41acf9ea3 100644 --- a/src/icons/brands/AppleIcon.tsx +++ b/src/icons/brands/AppleIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = Omit; const AppleIcon: React.FC = ({ size = 'medium', ...props }) => { const sizePx = Number.isFinite(size as number) diff --git a/src/icons/brands/ApplePayIcon.tsx b/src/icons/brands/ApplePayIcon.tsx index ff64d955e..5cda0e0a2 100644 --- a/src/icons/brands/ApplePayIcon.tsx +++ b/src/icons/brands/ApplePayIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = Omit; const ApplePayIcon: React.FC = ({ size = 'medium', ...props }) => { const sizePx = Number.isFinite(size as number) diff --git a/src/icons/brands/BraintreeIcon.tsx b/src/icons/brands/BraintreeIcon.tsx index a00f5b549..3fc91cdd2 100644 --- a/src/icons/brands/BraintreeIcon.tsx +++ b/src/icons/brands/BraintreeIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = Omit; const BraintreeIcon: React.FC = ({ size = 'medium', ...props }) => { const sizePx = Number.isFinite(size as number) diff --git a/src/icons/brands/FacebookIcon.tsx b/src/icons/brands/FacebookIcon.tsx index b6ed6e6c9..12ff14cc4 100644 --- a/src/icons/brands/FacebookIcon.tsx +++ b/src/icons/brands/FacebookIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = Omit; const FacebookIcon: React.FC = ({ size = 'medium', ...props }) => { const sizePx = Number.isFinite(size as number) diff --git a/src/icons/brands/GooglePayIcon.tsx b/src/icons/brands/GooglePayIcon.tsx index 4825c6c59..67538e72d 100644 --- a/src/icons/brands/GooglePayIcon.tsx +++ b/src/icons/brands/GooglePayIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = Omit; const GooglePayIcon: React.FC = ({ size = 'medium', ...props }) => { const sizePx = Number.isFinite(size as number) diff --git a/src/icons/brands/LufthansaIcon.tsx b/src/icons/brands/LufthansaIcon.tsx index 718f49046..509bdd2a5 100644 --- a/src/icons/brands/LufthansaIcon.tsx +++ b/src/icons/brands/LufthansaIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = Omit; const LufthansaIcon: React.FC = ({ size = 'medium', ...props }) => { const sizePx = Number.isFinite(size as number) diff --git a/src/icons/brands/MastercardIcon.tsx b/src/icons/brands/MastercardIcon.tsx index 94a12271a..d48ef90a3 100644 --- a/src/icons/brands/MastercardIcon.tsx +++ b/src/icons/brands/MastercardIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = Omit; const MastercardIcon: React.FC = ({ size = 'medium', ...props }) => { const sizePx = Number.isFinite(size as number) diff --git a/src/icons/brands/MercedesIcon.tsx b/src/icons/brands/MercedesIcon.tsx index 70723cb7b..bd5af1fed 100644 --- a/src/icons/brands/MercedesIcon.tsx +++ b/src/icons/brands/MercedesIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = Omit; const MercedesIcon: React.FC = ({ size = 'medium', ...props }) => { const sizePx = Number.isFinite(size as number) diff --git a/src/icons/brands/MilesIcon.tsx b/src/icons/brands/MilesIcon.tsx index ca85b30b1..c898e8785 100644 --- a/src/icons/brands/MilesIcon.tsx +++ b/src/icons/brands/MilesIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = Omit; const MilesIcon: React.FC = ({ size = 'medium', ...props }) => { const sizePx = Number.isFinite(size as number) diff --git a/src/icons/brands/PayPalIcon.tsx b/src/icons/brands/PayPalIcon.tsx index ec2423de3..00fbf232e 100644 --- a/src/icons/brands/PayPalIcon.tsx +++ b/src/icons/brands/PayPalIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = Omit; const PayPalIcon: React.FC = ({ size = 'medium', ...props }) => { const sizePx = Number.isFinite(size as number) diff --git a/src/icons/brands/StripeIcon.tsx b/src/icons/brands/StripeIcon.tsx index 3dfe8110c..427bfc360 100644 --- a/src/icons/brands/StripeIcon.tsx +++ b/src/icons/brands/StripeIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = Omit; const StripeIcon: React.FC = ({ size = 'medium', ...props }) => { const sizePx = Number.isFinite(size as number) diff --git a/src/icons/brands/VisaIcon.tsx b/src/icons/brands/VisaIcon.tsx index 6e90dcbfc..7085f7a1c 100644 --- a/src/icons/brands/VisaIcon.tsx +++ b/src/icons/brands/VisaIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = Omit; const VisaIcon: React.FC = ({ size = 'medium', ...props }) => { const sizePx = Number.isFinite(size as number) diff --git a/src/icons/brands/WirecardIcon.tsx b/src/icons/brands/WirecardIcon.tsx index 0e3f87e88..275109ce4 100644 --- a/src/icons/brands/WirecardIcon.tsx +++ b/src/icons/brands/WirecardIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = Omit; const WirecardIcon: React.FC = ({ size = 'medium', ...props }) => { const sizePx = Number.isFinite(size as number) diff --git a/src/icons/cities/BerlinIcon.tsx b/src/icons/cities/BerlinIcon.tsx index 6f26211e4..5f760556a 100644 --- a/src/icons/cities/BerlinIcon.tsx +++ b/src/icons/cities/BerlinIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const BerlinIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/cities/CologneIcon.tsx b/src/icons/cities/CologneIcon.tsx index 669658fa9..78bbb1310 100644 --- a/src/icons/cities/CologneIcon.tsx +++ b/src/icons/cities/CologneIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const CologneIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/cities/DanzigIcon.tsx b/src/icons/cities/DanzigIcon.tsx index 1b7ccb368..5cef6b998 100644 --- a/src/icons/cities/DanzigIcon.tsx +++ b/src/icons/cities/DanzigIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const DanzigIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/cities/DuesseldorfIcon.tsx b/src/icons/cities/DuesseldorfIcon.tsx index a60bc38b8..64dd1f4a4 100644 --- a/src/icons/cities/DuesseldorfIcon.tsx +++ b/src/icons/cities/DuesseldorfIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const DuesseldorfIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/cities/FallbackIcon.tsx b/src/icons/cities/FallbackIcon.tsx index fdf69a8b6..e15e220ec 100644 --- a/src/icons/cities/FallbackIcon.tsx +++ b/src/icons/cities/FallbackIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const FallbackIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/cities/HamburgIcon.tsx b/src/icons/cities/HamburgIcon.tsx index d12605224..41f528c6b 100644 --- a/src/icons/cities/HamburgIcon.tsx +++ b/src/icons/cities/HamburgIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const HamburgIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/cities/MunichIcon.tsx b/src/icons/cities/MunichIcon.tsx index e4804bd6f..18ce9d7cb 100644 --- a/src/icons/cities/MunichIcon.tsx +++ b/src/icons/cities/MunichIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const MunichIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/cities/TurinIcon.tsx b/src/icons/cities/TurinIcon.tsx index 2e95e02d7..775494c88 100644 --- a/src/icons/cities/TurinIcon.tsx +++ b/src/icons/cities/TurinIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const TurinIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/cities/WroclawIcon.tsx b/src/icons/cities/WroclawIcon.tsx index 601f6e9e3..563bd1a1d 100644 --- a/src/icons/cities/WroclawIcon.tsx +++ b/src/icons/cities/WroclawIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const WroclawIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/flags/AE.tsx b/src/icons/flags/AE.tsx index 394496e3e..7b1461d81 100644 --- a/src/icons/flags/AE.tsx +++ b/src/icons/flags/AE.tsx @@ -99,7 +99,13 @@ const AE: React.FC = ({ size = 'medium', ...props }) => { /> - + ); }; diff --git a/src/icons/flags/AG.tsx b/src/icons/flags/AG.tsx index 10d81e7e9..c695db5ff 100644 --- a/src/icons/flags/AG.tsx +++ b/src/icons/flags/AG.tsx @@ -23,12 +23,26 @@ const AG: React.FC = ({ size = 'medium', ...props }) => { d="M14 11l-2.296 2.543.175-3.422-3.422.175L11 8 8 5.333 11.879 6l-.546-4L14 5.333 16.667 2l-.546 4L20 5.333 17 8l2.543 2.296-3.422-.175.175 3.422z" /> - + - + diff --git a/src/icons/flags/AO.tsx b/src/icons/flags/AO.tsx index edcab0249..252e84f2b 100644 --- a/src/icons/flags/AO.tsx +++ b/src/icons/flags/AO.tsx @@ -17,17 +17,38 @@ const AO: React.FC = ({ size = 'medium', ...props }) => { xmlnsXlink="http://www.w3.org/1999/xlink" > - + - + - + diff --git a/src/icons/flags/AU.tsx b/src/icons/flags/AU.tsx index 5f5e0b14b..6af78d87d 100644 --- a/src/icons/flags/AU.tsx +++ b/src/icons/flags/AU.tsx @@ -45,7 +45,11 @@ const AU: React.FC = ({ size = 'medium', ...props }) => { fill="url(#AU__c)" mask="url(#AU__b)" /> - + = ({ size = 'medium', ...props }) => { xmlnsXlink="http://www.w3.org/1999/xlink" > - + diff --git a/src/icons/flags/BJ.tsx b/src/icons/flags/BJ.tsx index 11805c5ac..fd159256f 100644 --- a/src/icons/flags/BJ.tsx +++ b/src/icons/flags/BJ.tsx @@ -17,12 +17,26 @@ const BJ: React.FC = ({ size = 'medium', ...props }) => { xmlnsXlink="http://www.w3.org/1999/xlink" > - + - + diff --git a/src/icons/flags/BM.tsx b/src/icons/flags/BM.tsx index fa8a50b2e..6b624f071 100644 --- a/src/icons/flags/BM.tsx +++ b/src/icons/flags/BM.tsx @@ -62,7 +62,11 @@ const BM: React.FC = ({ size = 'medium', ...props }) => { fill="#FFF" mask="url(#BM__b)" /> - + ); diff --git a/src/icons/flags/CO.tsx b/src/icons/flags/CO.tsx index 1b98fe319..acf9b4284 100644 --- a/src/icons/flags/CO.tsx +++ b/src/icons/flags/CO.tsx @@ -17,12 +17,26 @@ const CO: React.FC = ({ size = 'medium', ...props }) => { xmlnsXlink="http://www.w3.org/1999/xlink" > - + - + diff --git a/src/icons/flags/CR.tsx b/src/icons/flags/CR.tsx index dce818754..0a23db7d7 100644 --- a/src/icons/flags/CR.tsx +++ b/src/icons/flags/CR.tsx @@ -25,7 +25,14 @@ const CR: React.FC = ({ size = 'medium', ...props }) => { fill="#fff" /> - + @@ -67,7 +74,13 @@ const CR: React.FC = ({ size = 'medium', ...props }) => { /> - + = ({ size = 'medium', ...props }) => { xmlnsXlink="http://www.w3.org/1999/xlink" > - + - + diff --git a/src/icons/flags/DJ.tsx b/src/icons/flags/DJ.tsx index 26312dca8..eb26af14a 100644 --- a/src/icons/flags/DJ.tsx +++ b/src/icons/flags/DJ.tsx @@ -74,7 +74,13 @@ const DJ: React.FC = ({ size = 'medium', ...props }) => { /> - + = ({ size = 'medium', ...props }) => { fill="#262626" mask="url(#DM__b)" /> - + = ({ size = 'medium', ...props }) => { fill="#fff" /> - + @@ -67,7 +74,13 @@ const DO: React.FC = ({ size = 'medium', ...props }) => { /> - + = ({ size = 'medium', ...props }) => { /> - + = ({ size = 'medium', ...props }) => { /> - + = ({ size = 'medium', ...props }) => { /> - + ); }; diff --git a/src/icons/flags/GG.tsx b/src/icons/flags/GG.tsx index 5779736b5..4491f8de0 100644 --- a/src/icons/flags/GG.tsx +++ b/src/icons/flags/GG.tsx @@ -19,7 +19,9 @@ const GG: React.FC = ({ size = 'medium', ...props }) => { viewBox="0 0 28 20" xmlSpace="preserve" > - + = ({ size = 'medium', ...props }) => { /> - + = ({ size = 'medium', ...props }) => { - + @@ -64,7 +71,13 @@ const IL: React.FC = ({ size = 'medium', ...props }) => { /> - + = ({ size = 'medium', ...props }) => { /> - + = ({ size = 'medium', ...props }) => { - + ); }; diff --git a/src/icons/flags/KE.tsx b/src/icons/flags/KE.tsx index 8748019f7..1ecec64e0 100644 --- a/src/icons/flags/KE.tsx +++ b/src/icons/flags/KE.tsx @@ -29,7 +29,14 @@ const KE: React.FC = ({ size = 'medium', ...props }) => { - + diff --git a/src/icons/flags/KW.tsx b/src/icons/flags/KW.tsx index 9de4bf1aa..45e364289 100644 --- a/src/icons/flags/KW.tsx +++ b/src/icons/flags/KW.tsx @@ -74,7 +74,13 @@ const KW: React.FC = ({ size = 'medium', ...props }) => { /> - + = ({ size = 'medium', ...props }) => { xmlnsXlink="http://www.w3.org/1999/xlink" > - + diff --git a/src/icons/flags/LV.tsx b/src/icons/flags/LV.tsx index fe0489d81..85af86540 100644 --- a/src/icons/flags/LV.tsx +++ b/src/icons/flags/LV.tsx @@ -22,7 +22,14 @@ const LV: React.FC = ({ size = 'medium', ...props }) => { - + @@ -64,7 +71,13 @@ const LV: React.FC = ({ size = 'medium', ...props }) => { /> - + ); }; diff --git a/src/icons/flags/LY.tsx b/src/icons/flags/LY.tsx index af53e8a59..6fd98ee8f 100644 --- a/src/icons/flags/LY.tsx +++ b/src/icons/flags/LY.tsx @@ -17,12 +17,26 @@ const LY: React.FC = ({ size = 'medium', ...props }) => { xmlnsXlink="http://www.w3.org/1999/xlink" > - + - + diff --git a/src/icons/flags/MV.tsx b/src/icons/flags/MV.tsx index ab628db2b..59395cae1 100644 --- a/src/icons/flags/MV.tsx +++ b/src/icons/flags/MV.tsx @@ -26,7 +26,11 @@ const MV: React.FC = ({ size = 'medium', ...props }) => { - + ); diff --git a/src/icons/flags/PF.tsx b/src/icons/flags/PF.tsx index 9743e3699..3e9f92bbc 100644 --- a/src/icons/flags/PF.tsx +++ b/src/icons/flags/PF.tsx @@ -215,7 +215,11 @@ const PF: React.FC = ({ size = 'medium', ...props }) => { d="M2.4 1.8v-.7c0-.5 0-.7.1-.7L2.4.1c-.2.1-.5.2-.7.3l.7 1.4" /> - + = ({ size = 'medium', ...props }) => { /> - + = ({ size = 'medium', ...props }) => { xmlnsXlink="http://www.w3.org/1999/xlink" > - + diff --git a/src/icons/flags/SB.tsx b/src/icons/flags/SB.tsx index f77a96518..bc62cdea8 100644 --- a/src/icons/flags/SB.tsx +++ b/src/icons/flags/SB.tsx @@ -25,7 +25,14 @@ const SB: React.FC = ({ size = 'medium', ...props }) => { - + diff --git a/src/icons/flags/SD.tsx b/src/icons/flags/SD.tsx index ce143a0ca..61396a0f5 100644 --- a/src/icons/flags/SD.tsx +++ b/src/icons/flags/SD.tsx @@ -71,7 +71,13 @@ const SD: React.FC = ({ size = 'medium', ...props }) => { /> - + = ({ size = 'medium', ...props }) => { - + @@ -64,7 +71,13 @@ const SR: React.FC = ({ size = 'medium', ...props }) => { /> - + = ({ size = 'medium', ...props }) => { /> - + = ({ size = 'medium', ...props }) => { - + @@ -64,7 +71,13 @@ const TH: React.FC = ({ size = 'medium', ...props }) => { /> - + = ({ size = 'medium', ...props }) => { xmlnsXlink="http://www.w3.org/1999/xlink" > - + - + diff --git a/src/icons/mobility/BikeFilledIcon.tsx b/src/icons/mobility/BikeFilledIcon.tsx index 9eafef784..cc6e4a552 100644 --- a/src/icons/mobility/BikeFilledIcon.tsx +++ b/src/icons/mobility/BikeFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const BikeFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/mobility/BikeIcon.tsx b/src/icons/mobility/BikeIcon.tsx index 32b2f8c0f..410729289 100644 --- a/src/icons/mobility/BikeIcon.tsx +++ b/src/icons/mobility/BikeIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const BikeIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/mobility/BikeScooterFilledIcon.tsx b/src/icons/mobility/BikeScooterFilledIcon.tsx index 6a0d8d4d9..caa423ab2 100644 --- a/src/icons/mobility/BikeScooterFilledIcon.tsx +++ b/src/icons/mobility/BikeScooterFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const BikeScooterFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/mobility/BikeScooterIcon.tsx b/src/icons/mobility/BikeScooterIcon.tsx index 987b9ce89..3ee5550e7 100644 --- a/src/icons/mobility/BikeScooterIcon.tsx +++ b/src/icons/mobility/BikeScooterIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const BikeScooterIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/mobility/BlackCabFilledIcon.tsx b/src/icons/mobility/BlackCabFilledIcon.tsx index 4bf8d6200..a3da3b159 100644 --- a/src/icons/mobility/BlackCabFilledIcon.tsx +++ b/src/icons/mobility/BlackCabFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const BlackCabFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/mobility/BlackCabIcon.tsx b/src/icons/mobility/BlackCabIcon.tsx index 54606944a..087ecf3a0 100644 --- a/src/icons/mobility/BlackCabIcon.tsx +++ b/src/icons/mobility/BlackCabIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const BlackCabIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/mobility/BusFilledIcon.tsx b/src/icons/mobility/BusFilledIcon.tsx index 866f9d8c3..cc9570347 100644 --- a/src/icons/mobility/BusFilledIcon.tsx +++ b/src/icons/mobility/BusFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const BusFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/mobility/BusIcon.tsx b/src/icons/mobility/BusIcon.tsx index 5c8f6f11c..fe4481359 100644 --- a/src/icons/mobility/BusIcon.tsx +++ b/src/icons/mobility/BusIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const BusIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/mobility/CarFilledIcon.tsx b/src/icons/mobility/CarFilledIcon.tsx index 4adca3fbf..b0d1ceb2b 100644 --- a/src/icons/mobility/CarFilledIcon.tsx +++ b/src/icons/mobility/CarFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const CarFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/mobility/CarIcon.tsx b/src/icons/mobility/CarIcon.tsx index eed7dd84e..27d7e528b 100644 --- a/src/icons/mobility/CarIcon.tsx +++ b/src/icons/mobility/CarIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const CarIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/mobility/CarLIcon.tsx b/src/icons/mobility/CarLIcon.tsx index 2f73901dd..bda5cf928 100644 --- a/src/icons/mobility/CarLIcon.tsx +++ b/src/icons/mobility/CarLIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const CarLIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/mobility/CarMIcon.tsx b/src/icons/mobility/CarMIcon.tsx index a063b6f7c..0d470944d 100644 --- a/src/icons/mobility/CarMIcon.tsx +++ b/src/icons/mobility/CarMIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const CarMIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/mobility/CarSIcon.tsx b/src/icons/mobility/CarSIcon.tsx index 5982b21f0..d37c0490e 100644 --- a/src/icons/mobility/CarSIcon.tsx +++ b/src/icons/mobility/CarSIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const CarSIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/mobility/CarXlIcon.tsx b/src/icons/mobility/CarXlIcon.tsx index 332c9ece3..460dd4993 100644 --- a/src/icons/mobility/CarXlIcon.tsx +++ b/src/icons/mobility/CarXlIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const CarXlIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/mobility/CarXsIcon.tsx b/src/icons/mobility/CarXsIcon.tsx index 41bb158ef..3fb130607 100644 --- a/src/icons/mobility/CarXsIcon.tsx +++ b/src/icons/mobility/CarXsIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const CarXsIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/mobility/HailingFilledIcon.tsx b/src/icons/mobility/HailingFilledIcon.tsx index 3e40cbfc8..457ff183b 100644 --- a/src/icons/mobility/HailingFilledIcon.tsx +++ b/src/icons/mobility/HailingFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const HailingFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/mobility/HailingIcon.tsx b/src/icons/mobility/HailingIcon.tsx index e6ce25b76..fde064ad8 100644 --- a/src/icons/mobility/HailingIcon.tsx +++ b/src/icons/mobility/HailingIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const HailingIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/mobility/KeyFilledIcon.tsx b/src/icons/mobility/KeyFilledIcon.tsx index 2a22d79bb..213f2c9ed 100644 --- a/src/icons/mobility/KeyFilledIcon.tsx +++ b/src/icons/mobility/KeyFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const KeyFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/mobility/KeyIcon.tsx b/src/icons/mobility/KeyIcon.tsx index 1479272b8..b37fe79e1 100644 --- a/src/icons/mobility/KeyIcon.tsx +++ b/src/icons/mobility/KeyIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const KeyIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/mobility/MopedFilledIcon.tsx b/src/icons/mobility/MopedFilledIcon.tsx index 8711f5f56..8402f65b9 100644 --- a/src/icons/mobility/MopedFilledIcon.tsx +++ b/src/icons/mobility/MopedFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const MopedFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/mobility/MopedIcon.tsx b/src/icons/mobility/MopedIcon.tsx index 47f7a40c1..5010d399b 100644 --- a/src/icons/mobility/MopedIcon.tsx +++ b/src/icons/mobility/MopedIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const MopedIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/mobility/ScooterFilledIcon.tsx b/src/icons/mobility/ScooterFilledIcon.tsx index 56990cb31..81055595e 100644 --- a/src/icons/mobility/ScooterFilledIcon.tsx +++ b/src/icons/mobility/ScooterFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ScooterFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/mobility/ScooterIcon.tsx b/src/icons/mobility/ScooterIcon.tsx index 05e84e598..9e85feb17 100644 --- a/src/icons/mobility/ScooterIcon.tsx +++ b/src/icons/mobility/ScooterIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ScooterIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/mobility/TrainFilledIcon.tsx b/src/icons/mobility/TrainFilledIcon.tsx index deefe14c1..2fed8679d 100644 --- a/src/icons/mobility/TrainFilledIcon.tsx +++ b/src/icons/mobility/TrainFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const TrainFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/mobility/TrainIcon.tsx b/src/icons/mobility/TrainIcon.tsx index 207b86182..b5e703823 100644 --- a/src/icons/mobility/TrainIcon.tsx +++ b/src/icons/mobility/TrainIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const TrainIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/mobility/VanIcon.tsx b/src/icons/mobility/VanIcon.tsx index 6434fe951..ff4949205 100644 --- a/src/icons/mobility/VanIcon.tsx +++ b/src/icons/mobility/VanIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const VanIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/navigation/BriefcaseIcon.tsx b/src/icons/navigation/BriefcaseIcon.tsx index f2cd52229..c4a590b87 100644 --- a/src/icons/navigation/BriefcaseIcon.tsx +++ b/src/icons/navigation/BriefcaseIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const BriefcaseIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/navigation/CompassIcon.tsx b/src/icons/navigation/CompassIcon.tsx index b1e653c1e..776d22bd8 100644 --- a/src/icons/navigation/CompassIcon.tsx +++ b/src/icons/navigation/CompassIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const CompassIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/navigation/CrosshairOnIcon.tsx b/src/icons/navigation/CrosshairOnIcon.tsx index 8cb685f11..57eebdca4 100644 --- a/src/icons/navigation/CrosshairOnIcon.tsx +++ b/src/icons/navigation/CrosshairOnIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const CrosshairOnIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/navigation/CrosshairsOffIcon.tsx b/src/icons/navigation/CrosshairsOffIcon.tsx index bebfa8081..aa4a7983b 100644 --- a/src/icons/navigation/CrosshairsOffIcon.tsx +++ b/src/icons/navigation/CrosshairsOffIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const CrosshairsOffIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/navigation/EducationIcon.tsx b/src/icons/navigation/EducationIcon.tsx index a7087edbe..d9f174104 100644 --- a/src/icons/navigation/EducationIcon.tsx +++ b/src/icons/navigation/EducationIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const EducationIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/navigation/HotelIcon.tsx b/src/icons/navigation/HotelIcon.tsx index e3f87cbae..663744d90 100644 --- a/src/icons/navigation/HotelIcon.tsx +++ b/src/icons/navigation/HotelIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const HotelIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/navigation/HouseIcon.tsx b/src/icons/navigation/HouseIcon.tsx index cab5c8fbf..1c795d527 100644 --- a/src/icons/navigation/HouseIcon.tsx +++ b/src/icons/navigation/HouseIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const HouseIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/navigation/NorthArrowCircleIcon.tsx b/src/icons/navigation/NorthArrowCircleIcon.tsx index 8ce2c0be9..09853597a 100644 --- a/src/icons/navigation/NorthArrowCircleIcon.tsx +++ b/src/icons/navigation/NorthArrowCircleIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const NorthArrowCircleIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/navigation/NorthArrowFilledIcon.tsx b/src/icons/navigation/NorthArrowFilledIcon.tsx index 6722072c2..e6a4b0685 100644 --- a/src/icons/navigation/NorthArrowFilledIcon.tsx +++ b/src/icons/navigation/NorthArrowFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const NorthArrowFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/navigation/NorthArrowIcon.tsx b/src/icons/navigation/NorthArrowIcon.tsx index f50a179b3..9f8a6c1be 100644 --- a/src/icons/navigation/NorthArrowIcon.tsx +++ b/src/icons/navigation/NorthArrowIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const NorthArrowIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/navigation/ParkingIcon.tsx b/src/icons/navigation/ParkingIcon.tsx index 72d6308c6..a7a066a42 100644 --- a/src/icons/navigation/ParkingIcon.tsx +++ b/src/icons/navigation/ParkingIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ParkingIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/navigation/PinIcon.tsx b/src/icons/navigation/PinIcon.tsx index 68e1db595..df9b0852e 100644 --- a/src/icons/navigation/PinIcon.tsx +++ b/src/icons/navigation/PinIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const PinIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/navigation/PlaneDepartureIcon.tsx b/src/icons/navigation/PlaneDepartureIcon.tsx index 2e62f2bab..5e2475512 100644 --- a/src/icons/navigation/PlaneDepartureIcon.tsx +++ b/src/icons/navigation/PlaneDepartureIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const PlaneDepartureIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/navigation/RadarIcon.tsx b/src/icons/navigation/RadarIcon.tsx index dbd3fe654..9f20ef190 100644 --- a/src/icons/navigation/RadarIcon.tsx +++ b/src/icons/navigation/RadarIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const RadarIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/BlockIcon.tsx b/src/icons/options/BlockIcon.tsx index 7c4b3864b..a108d41fa 100644 --- a/src/icons/options/BlockIcon.tsx +++ b/src/icons/options/BlockIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const BlockIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/CalculatorIcon.tsx b/src/icons/options/CalculatorIcon.tsx index e631ed64a..2d4e8cdb5 100644 --- a/src/icons/options/CalculatorIcon.tsx +++ b/src/icons/options/CalculatorIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const CalculatorIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/CalendarCheckIcon.tsx b/src/icons/options/CalendarCheckIcon.tsx index 260586bc9..db3c84651 100644 --- a/src/icons/options/CalendarCheckIcon.tsx +++ b/src/icons/options/CalendarCheckIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const CalendarCheckIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/CalendarIcon.tsx b/src/icons/options/CalendarIcon.tsx index 85ca48252..70f03130f 100644 --- a/src/icons/options/CalendarIcon.tsx +++ b/src/icons/options/CalendarIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const CalendarIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/CameraIcon.tsx b/src/icons/options/CameraIcon.tsx index 4e9968d4b..1c2974805 100644 --- a/src/icons/options/CameraIcon.tsx +++ b/src/icons/options/CameraIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const CameraIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/ChatIcon.tsx b/src/icons/options/ChatIcon.tsx index bdf27c350..aa52ff508 100644 --- a/src/icons/options/ChatIcon.tsx +++ b/src/icons/options/ChatIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ChatIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/CheckShieldIcon.tsx b/src/icons/options/CheckShieldIcon.tsx index f89497ac7..ac835874f 100644 --- a/src/icons/options/CheckShieldIcon.tsx +++ b/src/icons/options/CheckShieldIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const CheckShieldIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/DiamondIcon.tsx b/src/icons/options/DiamondIcon.tsx index 06009a3dd..734c724e3 100644 --- a/src/icons/options/DiamondIcon.tsx +++ b/src/icons/options/DiamondIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const DiamondIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/DocumentFilledIcon.tsx b/src/icons/options/DocumentFilledIcon.tsx index aea54a211..699133bf8 100644 --- a/src/icons/options/DocumentFilledIcon.tsx +++ b/src/icons/options/DocumentFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const DocumentFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/DocumentIcon.tsx b/src/icons/options/DocumentIcon.tsx index fecfdff9f..1c2cf02cb 100644 --- a/src/icons/options/DocumentIcon.tsx +++ b/src/icons/options/DocumentIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const DocumentIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/DotsHorizontalBottomIcon.tsx b/src/icons/options/DotsHorizontalBottomIcon.tsx index fb398ddc9..4ca64a1a5 100644 --- a/src/icons/options/DotsHorizontalBottomIcon.tsx +++ b/src/icons/options/DotsHorizontalBottomIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const DotsHorizontalBottomIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/DotsHorizontalIcon.tsx b/src/icons/options/DotsHorizontalIcon.tsx index 42c1f65e9..72b83c813 100644 --- a/src/icons/options/DotsHorizontalIcon.tsx +++ b/src/icons/options/DotsHorizontalIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const DotsHorizontalIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/DotsVerticalIcon.tsx b/src/icons/options/DotsVerticalIcon.tsx index 64e17fe24..2b898a64b 100644 --- a/src/icons/options/DotsVerticalIcon.tsx +++ b/src/icons/options/DotsVerticalIcon.tsx @@ -1,6 +1,5 @@ // DO NOT EDIT. This file was generated by running `npm run generate`.; import * as React from 'react'; -import { getSemanticValue } from '../../utils/cssVariables'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; type Props = IconProps; diff --git a/src/icons/options/EmojiCryingIcon.tsx b/src/icons/options/EmojiCryingIcon.tsx index 3f7e3752f..ea0469aef 100644 --- a/src/icons/options/EmojiCryingIcon.tsx +++ b/src/icons/options/EmojiCryingIcon.tsx @@ -1,6 +1,5 @@ // DO NOT EDIT. This file was generated by running `npm run generate`.; import * as React from 'react'; -import { getSemanticValue } from '../../utils/cssVariables'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; type Props = IconProps; diff --git a/src/icons/options/EmojiHappyIcon.tsx b/src/icons/options/EmojiHappyIcon.tsx index e68e87af4..394543293 100644 --- a/src/icons/options/EmojiHappyIcon.tsx +++ b/src/icons/options/EmojiHappyIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const EmojiHappyIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/EmojiKissIcon.tsx b/src/icons/options/EmojiKissIcon.tsx index 7ea63857c..44ffb6a56 100644 --- a/src/icons/options/EmojiKissIcon.tsx +++ b/src/icons/options/EmojiKissIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const EmojiKissIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/EmojiLoveIcon.tsx b/src/icons/options/EmojiLoveIcon.tsx index cc90b750b..f8aaba6f9 100644 --- a/src/icons/options/EmojiLoveIcon.tsx +++ b/src/icons/options/EmojiLoveIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const EmojiLoveIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/EmojiSadIcon.tsx b/src/icons/options/EmojiSadIcon.tsx index 6ada76bc5..275cc674d 100644 --- a/src/icons/options/EmojiSadIcon.tsx +++ b/src/icons/options/EmojiSadIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const EmojiSadIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/FlashlightOffIcon.tsx b/src/icons/options/FlashlightOffIcon.tsx index baa4a0c81..68ad0197e 100644 --- a/src/icons/options/FlashlightOffIcon.tsx +++ b/src/icons/options/FlashlightOffIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const FlashlightOffIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/FlashlightOnIcon.tsx b/src/icons/options/FlashlightOnIcon.tsx index 940417c81..7b10cc59b 100644 --- a/src/icons/options/FlashlightOnIcon.tsx +++ b/src/icons/options/FlashlightOnIcon.tsx @@ -1,6 +1,5 @@ // DO NOT EDIT. This file was generated by running `npm run generate`.; import * as React from 'react'; -import { getSemanticValue } from '../../utils/cssVariables'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; type Props = IconProps; diff --git a/src/icons/options/GaugeIcon.tsx b/src/icons/options/GaugeIcon.tsx index 9237f1c5a..e2e06c633 100644 --- a/src/icons/options/GaugeIcon.tsx +++ b/src/icons/options/GaugeIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const GaugeIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/GlobeIcon.tsx b/src/icons/options/GlobeIcon.tsx index 2d500fa38..75b2bd482 100644 --- a/src/icons/options/GlobeIcon.tsx +++ b/src/icons/options/GlobeIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const GlobeIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/HeartFilledIcon.tsx b/src/icons/options/HeartFilledIcon.tsx index a4e045ef3..4fb028a31 100644 --- a/src/icons/options/HeartFilledIcon.tsx +++ b/src/icons/options/HeartFilledIcon.tsx @@ -1,6 +1,5 @@ // DO NOT EDIT. This file was generated by running `npm run generate`.; import * as React from 'react'; -import { getSemanticValue } from '../../utils/cssVariables'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; type Props = IconProps; diff --git a/src/icons/options/HeartIcon.tsx b/src/icons/options/HeartIcon.tsx index fa6c49f5b..72593a2a5 100644 --- a/src/icons/options/HeartIcon.tsx +++ b/src/icons/options/HeartIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const HeartIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/InfoCircleFilledIcon.tsx b/src/icons/options/InfoCircleFilledIcon.tsx index 0b5b855cc..d132aa32d 100644 --- a/src/icons/options/InfoCircleFilledIcon.tsx +++ b/src/icons/options/InfoCircleFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const InfoCircleFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/InfoCircleIcon.tsx b/src/icons/options/InfoCircleIcon.tsx index fdf0bf992..5657dd086 100644 --- a/src/icons/options/InfoCircleIcon.tsx +++ b/src/icons/options/InfoCircleIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const InfoCircleIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/KeyboardAlphabeticalIcon.tsx b/src/icons/options/KeyboardAlphabeticalIcon.tsx index 5e9c31d93..c6d157ea9 100644 --- a/src/icons/options/KeyboardAlphabeticalIcon.tsx +++ b/src/icons/options/KeyboardAlphabeticalIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const KeyboardAlphabeticalIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/KeyboardIcon.tsx b/src/icons/options/KeyboardIcon.tsx index b9d8c2700..b48a000d9 100644 --- a/src/icons/options/KeyboardIcon.tsx +++ b/src/icons/options/KeyboardIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const KeyboardIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/KeyboardNumericIcon.tsx b/src/icons/options/KeyboardNumericIcon.tsx index 2d3faee43..08fe45086 100644 --- a/src/icons/options/KeyboardNumericIcon.tsx +++ b/src/icons/options/KeyboardNumericIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const KeyboardNumericIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/ListIcon.tsx b/src/icons/options/ListIcon.tsx index 28f7a0824..f0b0c2232 100644 --- a/src/icons/options/ListIcon.tsx +++ b/src/icons/options/ListIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ListIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/LockIcon.tsx b/src/icons/options/LockIcon.tsx index 59a847883..d83542d18 100644 --- a/src/icons/options/LockIcon.tsx +++ b/src/icons/options/LockIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const LockIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/LockOpenIcon.tsx b/src/icons/options/LockOpenIcon.tsx index 33f6db33d..3f0e2f94b 100644 --- a/src/icons/options/LockOpenIcon.tsx +++ b/src/icons/options/LockOpenIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const LockOpenIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/LuggageIcon.tsx b/src/icons/options/LuggageIcon.tsx index ccd4708a6..ef41d331b 100644 --- a/src/icons/options/LuggageIcon.tsx +++ b/src/icons/options/LuggageIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const LuggageIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/MenuIcon.tsx b/src/icons/options/MenuIcon.tsx index ee2de4030..ff0591698 100644 --- a/src/icons/options/MenuIcon.tsx +++ b/src/icons/options/MenuIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const MenuIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/MicIcon.tsx b/src/icons/options/MicIcon.tsx index a9839e78e..4daf00c86 100644 --- a/src/icons/options/MicIcon.tsx +++ b/src/icons/options/MicIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const MicIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/ParagraphBannerFilledIcon.tsx b/src/icons/options/ParagraphBannerFilledIcon.tsx index 6cdd9017d..7be7dc762 100644 --- a/src/icons/options/ParagraphBannerFilledIcon.tsx +++ b/src/icons/options/ParagraphBannerFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ParagraphBannerFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/ParagraphBannerIcon.tsx b/src/icons/options/ParagraphBannerIcon.tsx index a09b0f370..86c46dfec 100644 --- a/src/icons/options/ParagraphBannerIcon.tsx +++ b/src/icons/options/ParagraphBannerIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ParagraphBannerIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/PhoneIcon.tsx b/src/icons/options/PhoneIcon.tsx index 92087fa06..a2b7fbf8b 100644 --- a/src/icons/options/PhoneIcon.tsx +++ b/src/icons/options/PhoneIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const PhoneIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/ProfileFilledIcon.tsx b/src/icons/options/ProfileFilledIcon.tsx index 6a34729e4..c25ef5a23 100644 --- a/src/icons/options/ProfileFilledIcon.tsx +++ b/src/icons/options/ProfileFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ProfileFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/ProfileIcon.tsx b/src/icons/options/ProfileIcon.tsx index 92a3a5589..ed1ab78a5 100644 --- a/src/icons/options/ProfileIcon.tsx +++ b/src/icons/options/ProfileIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ProfileIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/QrCodeIcon.tsx b/src/icons/options/QrCodeIcon.tsx index 8cfacbdce..541e344bc 100644 --- a/src/icons/options/QrCodeIcon.tsx +++ b/src/icons/options/QrCodeIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const QrCodeIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/QuestionmarkIcon.tsx b/src/icons/options/QuestionmarkIcon.tsx index 7108d3fa9..d3e1d25cc 100644 --- a/src/icons/options/QuestionmarkIcon.tsx +++ b/src/icons/options/QuestionmarkIcon.tsx @@ -1,6 +1,5 @@ // DO NOT EDIT. This file was generated by running `npm run generate`.; import * as React from 'react'; -import { getSemanticValue } from '../../utils/cssVariables'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; type Props = IconProps; diff --git a/src/icons/options/ScrewNutIcon.tsx b/src/icons/options/ScrewNutIcon.tsx index 9d0afea56..7867fb81e 100644 --- a/src/icons/options/ScrewNutIcon.tsx +++ b/src/icons/options/ScrewNutIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ScrewNutIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/SettingsIcon.tsx b/src/icons/options/SettingsIcon.tsx index 5a7c8ceb0..3e9bd707e 100644 --- a/src/icons/options/SettingsIcon.tsx +++ b/src/icons/options/SettingsIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const SettingsIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/ShoppingCartIcon.tsx b/src/icons/options/ShoppingCartIcon.tsx index 324016cb8..59b020570 100644 --- a/src/icons/options/ShoppingCartIcon.tsx +++ b/src/icons/options/ShoppingCartIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ShoppingCartIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/StarBannerFilledIcon.tsx b/src/icons/options/StarBannerFilledIcon.tsx index 7231f4705..739032290 100644 --- a/src/icons/options/StarBannerFilledIcon.tsx +++ b/src/icons/options/StarBannerFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const StarBannerFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/StarBannerIcon.tsx b/src/icons/options/StarBannerIcon.tsx index 6e93a765f..0e7254cf7 100644 --- a/src/icons/options/StarBannerIcon.tsx +++ b/src/icons/options/StarBannerIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const StarBannerIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/StarFilledIcon.tsx b/src/icons/options/StarFilledIcon.tsx index 26fbdb69f..45b33c9b7 100644 --- a/src/icons/options/StarFilledIcon.tsx +++ b/src/icons/options/StarFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const StarFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/StarIcon.tsx b/src/icons/options/StarIcon.tsx index 5c949f91c..2ecc96a28 100644 --- a/src/icons/options/StarIcon.tsx +++ b/src/icons/options/StarIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const StarIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/StopwatchIcon.tsx b/src/icons/options/StopwatchIcon.tsx index d05315309..dba8ec1fd 100644 --- a/src/icons/options/StopwatchIcon.tsx +++ b/src/icons/options/StopwatchIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const StopwatchIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/ThreeDotsBubbleIcon.tsx b/src/icons/options/ThreeDotsBubbleIcon.tsx index d51344784..2ae08f920 100644 --- a/src/icons/options/ThreeDotsBubbleIcon.tsx +++ b/src/icons/options/ThreeDotsBubbleIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ThreeDotsBubbleIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/TwoLinesBubbleIcon.tsx b/src/icons/options/TwoLinesBubbleIcon.tsx index fa3eaa944..267877b94 100644 --- a/src/icons/options/TwoLinesBubbleIcon.tsx +++ b/src/icons/options/TwoLinesBubbleIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const TwoLinesBubbleIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/WrenchIcon.tsx b/src/icons/options/WrenchIcon.tsx index 14ac85aad..40a8768d1 100644 --- a/src/icons/options/WrenchIcon.tsx +++ b/src/icons/options/WrenchIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const WrenchIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/options/index.ts b/src/icons/options/index.ts index a0a377685..12c47219d 100644 --- a/src/icons/options/index.ts +++ b/src/icons/options/index.ts @@ -24,12 +24,12 @@ export { default as HeartFilledIcon } from './HeartFilledIcon'; export { default as HeartIcon } from './HeartIcon'; export { default as InfoCircleFilledIcon } from './InfoCircleFilledIcon'; export { default as InfoCircleIcon } from './InfoCircleIcon'; -export { default as KeyboardIcon } from './KeyboardIcon'; export { default as KeyboardAlphabeticalIcon } from './KeyboardAlphabeticalIcon'; +export { default as KeyboardIcon } from './KeyboardIcon'; export { default as KeyboardNumericIcon } from './KeyboardNumericIcon'; export { default as ListIcon } from './ListIcon'; -export { default as LockOpenIcon } from './LockOpenIcon'; export { default as LockIcon } from './LockIcon'; +export { default as LockOpenIcon } from './LockOpenIcon'; export { default as LuggageIcon } from './LuggageIcon'; export { default as MenuIcon } from './MenuIcon'; export { default as MicIcon } from './MicIcon'; diff --git a/src/icons/payment/BusinessDocsIcon.tsx b/src/icons/payment/BusinessDocsIcon.tsx index 9c76a89ba..f9c4a860e 100644 --- a/src/icons/payment/BusinessDocsIcon.tsx +++ b/src/icons/payment/BusinessDocsIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const BusinessDocsIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/payment/CashBillIcon.tsx b/src/icons/payment/CashBillIcon.tsx index a09a55043..fe81b0ba4 100644 --- a/src/icons/payment/CashBillIcon.tsx +++ b/src/icons/payment/CashBillIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const CashBillIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/payment/CashCoinsIcon.tsx b/src/icons/payment/CashCoinsIcon.tsx index c40c11e9a..636031787 100644 --- a/src/icons/payment/CashCoinsIcon.tsx +++ b/src/icons/payment/CashCoinsIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const CashCoinsIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/payment/CreditCardIcon.tsx b/src/icons/payment/CreditCardIcon.tsx index fed8aeba4..fe92be070 100644 --- a/src/icons/payment/CreditCardIcon.tsx +++ b/src/icons/payment/CreditCardIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const CreditCardIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/payment/CreditCardPlusIcon.tsx b/src/icons/payment/CreditCardPlusIcon.tsx index ef6a12183..01f668d15 100644 --- a/src/icons/payment/CreditCardPlusIcon.tsx +++ b/src/icons/payment/CreditCardPlusIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const CreditCardPlusIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/payment/FaceIdIcon.tsx b/src/icons/payment/FaceIdIcon.tsx index 29fde32ae..eb0ad51f9 100644 --- a/src/icons/payment/FaceIdIcon.tsx +++ b/src/icons/payment/FaceIdIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const FaceIdIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/payment/PayByAppIcon.tsx b/src/icons/payment/PayByAppIcon.tsx index 7d4f93e7c..9f07e6e38 100644 --- a/src/icons/payment/PayByAppIcon.tsx +++ b/src/icons/payment/PayByAppIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const PayByAppIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/payment/PaymentIcon.tsx b/src/icons/payment/PaymentIcon.tsx index f2eb39215..7adf1d3ce 100644 --- a/src/icons/payment/PaymentIcon.tsx +++ b/src/icons/payment/PaymentIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const PaymentIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/payment/RefundIcon.tsx b/src/icons/payment/RefundIcon.tsx index 2bd0e6864..7acd6f865 100644 --- a/src/icons/payment/RefundIcon.tsx +++ b/src/icons/payment/RefundIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const RefundIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/payment/TouchIdIcon.tsx b/src/icons/payment/TouchIdIcon.tsx index be4ce60d7..c25b00dd4 100644 --- a/src/icons/payment/TouchIdIcon.tsx +++ b/src/icons/payment/TouchIdIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const TouchIdIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/payment/VoucherIcon.tsx b/src/icons/payment/VoucherIcon.tsx index b10fe769d..2a946d58e 100644 --- a/src/icons/payment/VoucherIcon.tsx +++ b/src/icons/payment/VoucherIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const VoucherIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/payment/WalletIcon.tsx b/src/icons/payment/WalletIcon.tsx index 58d107770..3203c63f2 100644 --- a/src/icons/payment/WalletIcon.tsx +++ b/src/icons/payment/WalletIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const WalletIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/service-type/AccessibilityFilledIcon.tsx b/src/icons/service-type/AccessibilityFilledIcon.tsx index 5bfb9e77b..3b7fc4b33 100644 --- a/src/icons/service-type/AccessibilityFilledIcon.tsx +++ b/src/icons/service-type/AccessibilityFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const AccessibilityFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/service-type/AccessibilityIcon.tsx b/src/icons/service-type/AccessibilityIcon.tsx index 92003d09b..a0f06485d 100644 --- a/src/icons/service-type/AccessibilityIcon.tsx +++ b/src/icons/service-type/AccessibilityIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const AccessibilityIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/service-type/GroupFilledIcon.tsx b/src/icons/service-type/GroupFilledIcon.tsx index 326ccc051..21feb87c3 100644 --- a/src/icons/service-type/GroupFilledIcon.tsx +++ b/src/icons/service-type/GroupFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const GroupFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/service-type/GroupIcon.tsx b/src/icons/service-type/GroupIcon.tsx index 2e3a4cc07..af2c79b63 100644 --- a/src/icons/service-type/GroupIcon.tsx +++ b/src/icons/service-type/GroupIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const GroupIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/service-type/LeafFilledIcon.tsx b/src/icons/service-type/LeafFilledIcon.tsx index 84d5931ed..68f921164 100644 --- a/src/icons/service-type/LeafFilledIcon.tsx +++ b/src/icons/service-type/LeafFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const LeafFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/service-type/LeafIcon.tsx b/src/icons/service-type/LeafIcon.tsx index 0e706f1cc..c1fb31c35 100644 --- a/src/icons/service-type/LeafIcon.tsx +++ b/src/icons/service-type/LeafIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const LeafIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/service-type/LightningFilledIcon.tsx b/src/icons/service-type/LightningFilledIcon.tsx index 52dce3f16..3f2af0304 100644 --- a/src/icons/service-type/LightningFilledIcon.tsx +++ b/src/icons/service-type/LightningFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const LightningFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/service-type/LightningIcon.tsx b/src/icons/service-type/LightningIcon.tsx index 50fdbe706..e4e3bdc3d 100644 --- a/src/icons/service-type/LightningIcon.tsx +++ b/src/icons/service-type/LightningIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const LightningIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/trip/AutomaticIcon.tsx b/src/icons/trip/AutomaticIcon.tsx index 65f9fdc29..fb695e705 100644 --- a/src/icons/trip/AutomaticIcon.tsx +++ b/src/icons/trip/AutomaticIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const AutomaticIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/trip/BarChartCircleFilledIcon.tsx b/src/icons/trip/BarChartCircleFilledIcon.tsx index a17d60232..99b0a881d 100644 --- a/src/icons/trip/BarChartCircleFilledIcon.tsx +++ b/src/icons/trip/BarChartCircleFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const BarChartCircleFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/trip/BarChartCircleIcon.tsx b/src/icons/trip/BarChartCircleIcon.tsx index 14b7899ff..d747459b1 100644 --- a/src/icons/trip/BarChartCircleIcon.tsx +++ b/src/icons/trip/BarChartCircleIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const BarChartCircleIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/trip/DotIcon.tsx b/src/icons/trip/DotIcon.tsx index f96e0e755..c4e97212e 100644 --- a/src/icons/trip/DotIcon.tsx +++ b/src/icons/trip/DotIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const DotIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/trip/DriverIcon.tsx b/src/icons/trip/DriverIcon.tsx index 0266e1b66..b1317cac0 100644 --- a/src/icons/trip/DriverIcon.tsx +++ b/src/icons/trip/DriverIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const DriverIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/trip/GiftIcon.tsx b/src/icons/trip/GiftIcon.tsx index 17a84fdf0..0df8fec25 100644 --- a/src/icons/trip/GiftIcon.tsx +++ b/src/icons/trip/GiftIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const GiftIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/trip/HelmetIcon.tsx b/src/icons/trip/HelmetIcon.tsx index 4f4f6c1ad..b4f0b8f8e 100644 --- a/src/icons/trip/HelmetIcon.tsx +++ b/src/icons/trip/HelmetIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const HelmetIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/trip/ManualIcon.tsx b/src/icons/trip/ManualIcon.tsx index efdb5ff65..5617732bd 100644 --- a/src/icons/trip/ManualIcon.tsx +++ b/src/icons/trip/ManualIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const ManualIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/trip/MapIcon.tsx b/src/icons/trip/MapIcon.tsx index 6bd356cae..bda53a305 100644 --- a/src/icons/trip/MapIcon.tsx +++ b/src/icons/trip/MapIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const MapIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/trip/People5Icon.tsx b/src/icons/trip/People5Icon.tsx index 5eb09c53a..f2e3bbbac 100644 --- a/src/icons/trip/People5Icon.tsx +++ b/src/icons/trip/People5Icon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const People5Icon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/trip/People6Icon.tsx b/src/icons/trip/People6Icon.tsx index 050faaacd..bfd217ba7 100644 --- a/src/icons/trip/People6Icon.tsx +++ b/src/icons/trip/People6Icon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const People6Icon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/trip/People7Icon.tsx b/src/icons/trip/People7Icon.tsx index 7f0da024d..6fe224086 100644 --- a/src/icons/trip/People7Icon.tsx +++ b/src/icons/trip/People7Icon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const People7Icon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/trip/People8Icon.tsx b/src/icons/trip/People8Icon.tsx index 9e7587f4f..1dc4811a8 100644 --- a/src/icons/trip/People8Icon.tsx +++ b/src/icons/trip/People8Icon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const People8Icon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/trip/People9Icon.tsx b/src/icons/trip/People9Icon.tsx index 8dbda84e2..ce1baabf7 100644 --- a/src/icons/trip/People9Icon.tsx +++ b/src/icons/trip/People9Icon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const People9Icon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/trip/PersonFilledIcon.tsx b/src/icons/trip/PersonFilledIcon.tsx index 1bda94792..b367fc47d 100644 --- a/src/icons/trip/PersonFilledIcon.tsx +++ b/src/icons/trip/PersonFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const PersonFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/trip/PersonHeartIcon.tsx b/src/icons/trip/PersonHeartIcon.tsx index 620cafd0c..2d87e5c2f 100644 --- a/src/icons/trip/PersonHeartIcon.tsx +++ b/src/icons/trip/PersonHeartIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const PersonHeartIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/trip/PersonIcon.tsx b/src/icons/trip/PersonIcon.tsx index fffadab75..eaf802bb1 100644 --- a/src/icons/trip/PersonIcon.tsx +++ b/src/icons/trip/PersonIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const PersonIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/trip/TagFilledIcon.tsx b/src/icons/trip/TagFilledIcon.tsx index 7fef943a7..5efb1cd5e 100644 --- a/src/icons/trip/TagFilledIcon.tsx +++ b/src/icons/trip/TagFilledIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const TagFilledIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/trip/TagIcon.tsx b/src/icons/trip/TagIcon.tsx index c6373bdd1..c1885faa9 100644 --- a/src/icons/trip/TagIcon.tsx +++ b/src/icons/trip/TagIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const TagIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/trip/TrendingUpIcon.tsx b/src/icons/trip/TrendingUpIcon.tsx index d15858adf..b85629bbb 100644 --- a/src/icons/trip/TrendingUpIcon.tsx +++ b/src/icons/trip/TrendingUpIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const TrendingUpIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/trip/TurnRightIcon.tsx b/src/icons/trip/TurnRightIcon.tsx index d8dd5e291..95e41bb99 100644 --- a/src/icons/trip/TurnRightIcon.tsx +++ b/src/icons/trip/TurnRightIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const TurnRightIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/trip/VipIcon.tsx b/src/icons/trip/VipIcon.tsx index 032637356..6abbc769b 100644 --- a/src/icons/trip/VipIcon.tsx +++ b/src/icons/trip/VipIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const VipIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color }; diff --git a/src/icons/trip/WalkIcon.tsx b/src/icons/trip/WalkIcon.tsx index 86738c995..6d7427067 100644 --- a/src/icons/trip/WalkIcon.tsx +++ b/src/icons/trip/WalkIcon.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { get } from '../../utils/themeGet'; import { IconProps } from '../IconProps'; - type Props = IconProps; const WalkIcon: React.FC = ({ size = 'medium', color = 'inherit', ...rest }) => { const props = { ...rest, color };