Skip to content

Commit e1a38d2

Browse files
Merge pull request #424 from storybookjs/add/modes-icon
Added diamond icon
2 parents f132a89 + 6a8e502 commit e1a38d2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/components/shared/icons.tsx

+8
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,14 @@ export const icons = {
397397
/>
398398
</>
399399
),
400+
diamond: (
401+
<>
402+
<path
403+
fillRule="evenodd"
404+
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"
405+
/>
406+
</>
407+
),
400408
hearthollow: (
401409
<>
402410
<path

0 commit comments

Comments
 (0)