Skip to content

Commit

Permalink
Fix DiamondIcon color
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld authored Feb 1, 2024
1 parent 83364a4 commit 9a9ed31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/DiamondIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const DiamondIcon = /* @__PURE__ */ React.forwardRef<
fillRule="evenodd"
clipRule="evenodd"
d="M8.414 1.586a2 2 0 00-2.828 0l-4 4a2 2 0 000 2.828l4 4a2 2 0 002.828 0l4-4a2 2 0 000-2.828l-4-4zm.707-.707a3 3 0 00-4.242 0l-4 4a3 3 0 000 4.242l4 4a3 3 0 004.242 0l4-4a3 3 0 000-4.242l-4-4z"
fill="#2E3438"
fill={color}
/>
</g>
<defs>
Expand Down

0 comments on commit 9a9ed31

Please sign in to comment.