Skip to content

Commit

Permalink
feat: add reset and lock icons
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Mar 13, 2020
1 parent 339e59f commit 0d5f59d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/assets/images/lock.svg
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 src/assets/images/reset.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion src/components/atoms/icons/icons.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ module.exports = {
{
svg: 'info',
},
{
svg: 'lock',
},
{
svg: 'success',
},
Expand All @@ -51,6 +54,9 @@ module.exports = {
{
svg: 'sort',
},
{
svg: 'reset',
},
{
svg: 'tag',
},
Expand All @@ -68,7 +74,7 @@ module.exports = {
},
{
svg: 'external',
},
}
],
[
{
Expand Down

0 comments on commit 0d5f59d

Please sign in to comment.