Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
feat(filter): add new filter icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Roohn authored and Roohn committed Dec 29, 2020
1 parent fa97a61 commit b957ab6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Filter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export { Event } from './Event'
export { Eye } from './Eye'
export { Facebook } from './Facebook'
export { File } from './File'
export { Filter } from './Filter'
export { Flag } from './Flag'
export { Gear } from './Gear'
export { Github } from './Github'
Expand Down
1 change: 1 addition & 0 deletions src/index.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export const Comets = () => (
<Icon.Eye title="Eye" />
<Icon.Facebook title="Facebook" />
<Icon.File title="File" />
<Icon.Filter title="Filter" />
<Icon.Flag title="Flag" />
<Icon.Gear title="Gear" />
<Icon.Github title="Github" />
Expand Down

0 comments on commit b957ab6

Please sign in to comment.