diff --git a/packages/components/icons/assets/CarFill.svg b/packages/components/icons/assets/CarFill.svg deleted file mode 100644 index fb22c09eae..0000000000 --- a/packages/components/icons/assets/CarFill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/packages/components/icons/assets/CarOutline.svg b/packages/components/icons/assets/CarOutline.svg deleted file mode 100644 index 612f719069..0000000000 --- a/packages/components/icons/assets/CarOutline.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/packages/components/icons/assets/NoPhoto.svg b/packages/components/icons/assets/NoPhoto.svg deleted file mode 100644 index aa600a4582..0000000000 --- a/packages/components/icons/assets/NoPhoto.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/packages/components/icons/assets/SendHorizontal.svg b/packages/components/icons/assets/SendHorizontal.svg deleted file mode 100644 index 10ebcdfb8f..0000000000 --- a/packages/components/icons/assets/SendHorizontal.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/packages/components/icons/src/icons/CarFill.tsx b/packages/components/icons/src/icons/CarFill.tsx deleted file mode 100644 index a0b01010db..0000000000 --- a/packages/components/icons/src/icons/CarFill.tsx +++ /dev/null @@ -1,27 +0,0 @@ -import React, { type Ref } from 'react' - -import { IconProps } from '../Types' - -export const CarFill = React.forwardRef( - ( - { title, fill = 'currentColor', stroke = 'none', ...props }: IconProps, - ref: Ref - ) => ( - ${title}`) + - '', - }} - /> - ) -) - -CarFill.displayName = 'CarFill' - -export const tags = ['CarFill', ''] diff --git a/packages/components/icons/src/icons/CarOutline.tsx b/packages/components/icons/src/icons/CarOutline.tsx deleted file mode 100644 index b2878ee24a..0000000000 --- a/packages/components/icons/src/icons/CarOutline.tsx +++ /dev/null @@ -1,27 +0,0 @@ -import React, { type Ref } from 'react' - -import { IconProps } from '../Types' - -export const CarOutline = React.forwardRef( - ( - { title, fill = 'currentColor', stroke = 'none', ...props }: IconProps, - ref: Ref - ) => ( - ${title}`) + - '', - }} - /> - ) -) - -CarOutline.displayName = 'CarOutline' - -export const tags = ['CarOutline', ''] diff --git a/packages/components/icons/src/icons/NoPhoto.tsx b/packages/components/icons/src/icons/NoPhoto.tsx deleted file mode 100644 index 533e45698c..0000000000 --- a/packages/components/icons/src/icons/NoPhoto.tsx +++ /dev/null @@ -1,27 +0,0 @@ -import React, { type Ref } from 'react' - -import { IconProps } from '../Types' - -export const NoPhoto = React.forwardRef( - ( - { title, fill = 'currentColor', stroke = 'none', ...props }: IconProps, - ref: Ref - ) => ( - ${title}`) + - '', - }} - /> - ) -) - -NoPhoto.displayName = 'NoPhoto' - -export const tags = ['NoPhoto', ''] diff --git a/packages/components/icons/src/icons/SendHorizontal.tsx b/packages/components/icons/src/icons/SendHorizontal.tsx deleted file mode 100644 index d63dc90c0e..0000000000 --- a/packages/components/icons/src/icons/SendHorizontal.tsx +++ /dev/null @@ -1,27 +0,0 @@ -import React, { type Ref } from 'react' - -import { IconProps } from '../Types' - -export const SendHorizontal = React.forwardRef( - ( - { title, fill = 'currentColor', stroke = 'none', ...props }: IconProps, - ref: Ref - ) => ( - ${title}`) + - '', - }} - /> - ) -) - -SendHorizontal.displayName = 'SendHorizontal' - -export const tags = ['SendHorizontal', ''] diff --git a/packages/components/icons/src/index.stories.tsx b/packages/components/icons/src/index.stories.tsx index 99e806c6b6..43fefb298c 100644 --- a/packages/components/icons/src/index.stories.tsx +++ b/packages/components/icons/src/index.stories.tsx @@ -61,7 +61,7 @@ export const List: StoryFn = _args => { onChange={handleChange} /> -
+
{filteredIcons.map(([originalName, , element]) => ( ))} diff --git a/packages/components/icons/src/index.ts b/packages/components/icons/src/index.ts index 38c26f3927..d13401e3a4 100644 --- a/packages/components/icons/src/index.ts +++ b/packages/components/icons/src/index.ts @@ -41,8 +41,6 @@ export { CallFill } from './icons/CallFill' export { CallOutline } from './icons/CallOutline' export { CameraFill } from './icons/CameraFill' export { CameraOutline } from './icons/CameraOutline' -export { CarFill } from './icons/CarFill' -export { CarOutline } from './icons/CarOutline' export { CardFill } from './icons/CardFill' export { CardOutline } from './icons/CardOutline' export { Check } from './icons/Check' @@ -132,7 +130,6 @@ export { MobileCheck } from './icons/MobileCheck' export { MoreMenuHorizontal } from './icons/MoreMenuHorizontal' export { MoreMenuVertical } from './icons/MoreMenuVertical' export { MoveUp } from './icons/MoveUp' -export { NoPhoto } from './icons/NoPhoto' export { NotificationFill } from './icons/NotificationFill' export { NotificationOutline } from './icons/NotificationOutline' export { OfferFill } from './icons/OfferFill' @@ -166,7 +163,6 @@ export { RotateImage } from './icons/RotateImage' export { Scan } from './icons/Scan' export { Search } from './icons/Search' export { SendFill } from './icons/SendFill' -export { SendHorizontal } from './icons/SendHorizontal' export { SendOutline } from './icons/SendOutline' export { ShareExpand } from './icons/ShareExpand' export { ShareFill } from './icons/ShareFill'