Skip to content

Commit

Permalink
fix(icon types): export IconSubtract16 & IconSubtract24
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammer5 committed Jul 15, 2024
1 parent d58240d commit 5237c66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions icons/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ export const IconSubscribe16: React.FC<IconProps>
export const IconSubscribe24: React.FC<IconProps>
export const IconSubscribeOff16: React.FC<IconProps>
export const IconSubscribeOff24: React.FC<IconProps>
export const IconSubtract16: React.FC<IconProps>
export const IconSubtract24: React.FC<IconProps>
export const IconSubtractCircle16: React.FC<IconProps>
export const IconSubtractCircle24: React.FC<IconProps>
export const IconSync16: React.FC<IconProps>
Expand Down

0 comments on commit 5237c66

Please sign in to comment.