Skip to content

Commit

Permalink
chore: remove carbon badge icon
Browse files Browse the repository at this point in the history
  • Loading branch information
flagrede committed Oct 9, 2023
1 parent f5d4105 commit df0f842
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 131 deletions.
126 changes: 0 additions & 126 deletions web-components/src/components/icons/CarbonOffsetBadgeIcon.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions web-components/src/components/icons/icons.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import AvatarOutlineIcon from './AvatarOutlineIcon';
import BlockIcon from './BlockIcon';
import BreadcrumbIcon from './BreadcrumbIcon';
import { BrokenLinkIcon } from './BrokenLinkIcon';
import CarbonOffsetBadgeIcon from './CarbonOffsetBadgeIcon';
import CelebrateRegenIcon from './CelebrateRegenIcon';
import CertifiedDocumentIcon from './CertifiedDocumentIcon';
import CheckedIcon from './CheckedIcon';
Expand Down Expand Up @@ -186,10 +185,6 @@ export const allIcons = (): JSX.Element => (
/>

<LabeledIcon icon={<BrokenLinkIcon />} label="BrokenLinkIcon" />
<LabeledIcon
icon={<CarbonOffsetBadgeIcon />}
label="CarbonOffsetBadgeIcon"
/>
<LabeledIcon
icon={<CelebrateRegenIcon sx={{ fontSize: 64 }} />}
label="CelebrateRegenIcon"
Expand Down

0 comments on commit df0f842

Please sign in to comment.