Skip to content

Commit

Permalink
feat: add circle-sm icons (#152)
Browse files Browse the repository at this point in the history
- `12/circle-sm-fill`
- `12/circle-sm-stroke`
- `16/circle-sm-fill`
- `16/circle-sm-stroke`
  • Loading branch information
jzempel authored Apr 2, 2020
1 parent 7940d88 commit b775e3f
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demo/12px/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ Garden.svgIDs = [
'zd-svg-icon-12-chevron-up-stroke',
'zd-svg-icon-12-circle-fill',
'zd-svg-icon-12-circle-full-stroke',
'zd-svg-icon-12-circle-sm-fill',
'zd-svg-icon-12-circle-sm-stroke',
'zd-svg-icon-12-circle-stroke',
'zd-svg-icon-12-clipboard-blank-fill',
'zd-svg-icon-12-clipboard-blank-stroke',
Expand Down
2 changes: 2 additions & 0 deletions demo/16px/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ Garden.svgIDs = [
'zd-svg-icon-16-chevron-up-stroke',
'zd-svg-icon-16-circle-fill',
'zd-svg-icon-16-circle-full-stroke',
'zd-svg-icon-16-circle-sm-fill',
'zd-svg-icon-16-circle-sm-stroke',
'zd-svg-icon-16-circle-stroke',
'zd-svg-icon-16-clipboard-blank-fill',
'zd-svg-icon-16-clipboard-blank-stroke',
Expand Down
3 changes: 3 additions & 0 deletions src/12/circle-sm-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/12/circle-sm-stroke.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/16/circle-sm-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/16/circle-sm-stroke.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 b775e3f

Please sign in to comment.