Skip to content

Commit

Permalink
feat: add upload icon (#179)
Browse files Browse the repository at this point in the history
* feat: add upload icon

* chore: adjust icon size
  • Loading branch information
okry authored Jan 27, 2021
1 parent 012b783 commit 9e0b385
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 @@ -171,6 +171,9 @@ export default class IconDemo extends Component {
},
{
type: 'trash'
},
{
type: 'upload'
}
].sort((a, b) => a.type.localeCompare(b.type))}
propDocs={{
Expand Down
1 change: 1 addition & 0 deletions packages/react/src/components/Icon/icons/upload.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 9e0b385

Please sign in to comment.