Skip to content

Commit

Permalink
fix: attributes (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ademsk1 authored Oct 27, 2023
1 parent 150edc9 commit 02da91c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/assets/build/-minus.icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ export const Minus = (props: any) => (
<path
id="Vector"
d="M19 12L5 12"
stroke-width="inherit"
stroke-linecap="round"
stroke-linejoin="round"
strokeWidth="inherit"
strokeLinecap="round"
strokeLinejoin="round"
/>
</g>
</svg>
Expand Down

0 comments on commit 02da91c

Please sign in to comment.