Skip to content

Commit

Permalink
feat: add download icon
Browse files Browse the repository at this point in the history
  • Loading branch information
vicdq committed Jul 22, 2021
1 parent f1f02ff commit 77f186d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/patterns/components/Icon/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@ export default class IconDemo extends Component {
},
{
type: 'upload'
},
{
type: 'download'
}
].sort((a, b) => a.type.localeCompare(b.type))}
propDocs={{
Expand Down
1 change: 1 addition & 0 deletions packages/react/src/components/Icon/icons/download.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 77f186d

Please sign in to comment.