Skip to content

Commit

Permalink
feat: add check and solid check icons (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
okry authored Jan 11, 2021
1 parent 940300f commit 7eddb4d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/patterns/components/Icon/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ export default class IconDemo extends Component {
{
type: 'caution'
},
{
type: 'check'
},
{
type: 'check-solid'
},
{
type: 'check-circle'
},
Expand Down
1 change: 1 addition & 0 deletions packages/react/src/components/Icon/icons/check-solid.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/react/src/components/Icon/icons/check.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 7eddb4d

Please sign in to comment.