Skip to content

Commit

Permalink
fix: typing of icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Ademsk1 committed Oct 24, 2023
1 parent d2f3920 commit ebc92db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/assets/build/-check.icon.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* 🤖 this file was generated by svg-to-ts */
export const Check = props => (
export const Check = (props: any) => (
<svg
viewBox="0 0 24 24"
fill="none"
Expand Down
2 changes: 1 addition & 1 deletion src/assets/build/-minus.icon.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* 🤖 this file was generated by svg-to-ts */
export const Minus = props => (
export const Minus = (props: any) => (
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...props}>
<g id="minus">
<path
Expand Down

0 comments on commit ebc92db

Please sign in to comment.