Skip to content

Commit

Permalink
feat: icons-variant cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyzif committed Aug 5, 2024
1 parent 771db1f commit 54dfc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/iconTypes.ts → src/types/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export type IconOptions = RequireAtLeastOne<
light?: React.ComponentType<React.SVGProps<SVGSVGElement>>
'duo-tone'?: React.ComponentType<React.SVGProps<SVGSVGElement>>
default: IconVariant
deprecated?: boolean
deprecated?: string
},
IconVariant
>
Expand Down

0 comments on commit 54dfc77

Please sign in to comment.