Skip to content

Commit

Permalink
fix(icons): re-add FlagFill
Browse files Browse the repository at this point in the history
  • Loading branch information
solygambas committed Jun 9, 2023
1 parent faa2556 commit ad19993
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/components/icons/assets/FlagFill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/components/icons/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ export { Filter } from './icons/Filter'
export { FireFill } from './icons/FireFill'
export { FireOutline } from './icons/FireOutline'
export { Fireplace } from './icons/Fireplace'
export { FlagFill } from './icons/FlagFill'
export { FlagOutline } from './icons/FlagOutline'
export { FlashFill } from './icons/FlashFill'
export { FlashOutline } from './icons/FlashOutline'
Expand Down
1 change: 1 addition & 0 deletions packages/components/icons/src/tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ export { tags as filterTags } from './icons/Filter'
export { tags as fireFillTags } from './icons/FireFill'
export { tags as fireOutlineTags } from './icons/FireOutline'
export { tags as fireplaceTags } from './icons/Fireplace'
export { tags as flagFillTags } from './icons/FlagFill'
export { tags as flagOutlineTags } from './icons/FlagOutline'
export { tags as flashFillTags } from './icons/FlashFill'
export { tags as flashOutlineTags } from './icons/FlashOutline'
Expand Down

0 comments on commit ad19993

Please sign in to comment.