Skip to content

Commit

Permalink
Merge pull request #424 from storybookjs/add/modes-icon
Browse files Browse the repository at this point in the history
Added diamond icon
  • Loading branch information
MichaelArestad authored Aug 3, 2023
2 parents f132a89 + 6a8e502 commit e1a38d2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/shared/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,14 @@ export const icons = {
/>
</>
),
diamond: (
<>
<path
fillRule="evenodd"
d="M8.41 1.59a2 2 0 0 0-2.82 0l-4 4a2 2 0 0 0 0 2.82l4 4a2 2 0 0 0 2.82 0l4-4a2 2 0 0 0 0-2.82l-4-4Zm.71-.71a3 3 0 0 0-4.24 0l-4 4a3 3 0 0 0 0 4.24l4 4a3 3 0 0 0 4.24 0l4-4a3 3 0 0 0 0-4.24l-4-4Z"
/>
</>
),
hearthollow: (
<>
<path
Expand Down

0 comments on commit e1a38d2

Please sign in to comment.