Skip to content

Commit

Permalink
refactor(icons): removes other product-related icons plus duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
soykje committed Jul 19, 2024
1 parent 4ed9a49 commit e3c1e13
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 126 deletions.
3 changes: 0 additions & 3 deletions packages/components/icons/assets/CarFill.svg

This file was deleted.

3 changes: 0 additions & 3 deletions packages/components/icons/assets/CarOutline.svg

This file was deleted.

4 changes: 0 additions & 4 deletions packages/components/icons/assets/NoPhoto.svg

This file was deleted.

3 changes: 0 additions & 3 deletions packages/components/icons/assets/SendHorizontal.svg

This file was deleted.

27 changes: 0 additions & 27 deletions packages/components/icons/src/icons/CarFill.tsx

This file was deleted.

27 changes: 0 additions & 27 deletions packages/components/icons/src/icons/CarOutline.tsx

This file was deleted.

27 changes: 0 additions & 27 deletions packages/components/icons/src/icons/NoPhoto.tsx

This file was deleted.

27 changes: 0 additions & 27 deletions packages/components/icons/src/icons/SendHorizontal.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion packages/components/icons/src/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const List: StoryFn = _args => {
onChange={handleChange}
/>

<div className="flex flex-wrap content-center items-start justify-evenly gap-lg">
<div className="grid grid-cols-4 gap-lg md:grid-cols-8 xl:grid-cols-12">
{filteredIcons.map(([originalName, , element]) => (
<Components.IconElement key={originalName} name={originalName} element={element} />
))}
Expand Down
4 changes: 0 additions & 4 deletions packages/components/icons/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit e3c1e13

Please sign in to comment.