Skip to content

Commit

Permalink
fix: warpcast icon attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Apr 1, 2024
1 parent 6e0c841 commit 9030ca6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/fresh-onions-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"vocs": patch
---

Fixed Warpcast icon attributes.
4 changes: 2 additions & 2 deletions src/app/components/icons/Warpcast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ export function Warpcast() {
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>Warpcast</title>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M7.92028 31.9901H24.0698C28.4371 31.9901 31.9901 28.4373 31.9901 24.0699V7.92053C31.9901 3.55319 28.4371 0.000137329 24.0698 0.000137329H7.92028C3.55304 0.000137329 0 3.55319 0 7.92053V24.0699C0 28.4373 3.55304 31.9901 7.92028 31.9901ZM19.4134 16.048L20.9908 10.124H25.1383L21.2924 23.2218H17.7062L15.9951 17.1397L14.284 23.2218H10.7055L6.85115 10.124H10.999L12.5915 16.0916L14.1891 10.124H17.8309L19.4134 16.048Z"
fill="currentColor"
/>
Expand Down

0 comments on commit 9030ca6

Please sign in to comment.