Skip to content

Commit 5e3f42e

Browse files
Added diamond icon
1 parent f132a89 commit 5e3f42e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/components/shared/icons.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,16 @@ export const icons = {
397397
/>
398398
</>
399399
),
400+
diamond: (
401+
<>
402+
<path
403+
fill="#2E3438"
404+
fillRule="evenodd"
405+
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"
406+
clipRule="evenodd"
407+
/>
408+
</>
409+
),
400410
hearthollow: (
401411
<>
402412
<path

0 commit comments

Comments
 (0)