Skip to content

Commit

Permalink
feat: add 26px "user lock" icon (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzempel authored Jun 1, 2018
1 parent 370e83a commit 05ab6ee
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 17 deletions.
1 change: 1 addition & 0 deletions demo/26px/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Garden.svgIDs = [
'zd-svg-icon-26-search',
'zd-svg-icon-26-security',
'zd-svg-icon-26-settings-fill',
'zd-svg-icon-26-user-lock',
'zd-svg-icon-26-views-fill',
'zd-svg-icon-26-widget',
'zd-svg-icon-26-wordmark-capital-suite',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"gulp": "^4.0.0",
"gulp-file": "^0.4.0",
"gulp-svg-sprite": "^1.4.0",
"husky": "^1.0.0-rc.6",
"husky": "^1.0.0-rc.8",
"live-server": "^1.2.0",
"prettier-package-json": "^1.6.0",
"standard-version": "^4.3.0",
"standard-version": "^4.4.0",
"svgo": "https://github.com/dabutvin/svgo#recursive"
},
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions src/26/user-lock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -990,14 +990,13 @@ cors@latest:
object-assign "^4"
vary "^1"

cosmiconfig@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-4.0.0.tgz#760391549580bbd2df1e562bc177b13c290972dc"
cosmiconfig@^5.0.2:
version "5.0.5"
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.0.5.tgz#a809e3c2306891ce17ab70359dc8bdf661fe2cd0"
dependencies:
is-directory "^0.3.1"
js-yaml "^3.9.0"
parse-json "^4.0.0"
require-from-string "^2.0.1"

cross-spawn@^5.0.1, cross-spawn@^5.1.0:
version "5.1.0"
Expand Down Expand Up @@ -1894,6 +1893,10 @@ get-stdin@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"

get-stdin@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"

get-stream@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
Expand Down Expand Up @@ -2275,13 +2278,14 @@ http-signature@~1.2.0:
jsprim "^1.2.2"
sshpk "^1.7.0"

husky@^1.0.0-rc.6:
version "1.0.0-rc.6"
resolved "https://registry.yarnpkg.com/husky/-/husky-1.0.0-rc.6.tgz#000f5ffe671015ae8c48da5c52b3390bbba9770d"
husky@^1.0.0-rc.8:
version "1.0.0-rc.8"
resolved "https://registry.yarnpkg.com/husky/-/husky-1.0.0-rc.8.tgz#2fa25d0b89269f5b8bfa1ca001370fdb058e8792"
dependencies:
cosmiconfig "^4.0.0"
cosmiconfig "^5.0.2"
execa "^0.9.0"
find-up "^2.1.0"
get-stdin "^6.0.0"
is-ci "^1.1.0"
pkg-dir "^2.0.0"
pupa "^1.0.0"
Expand Down Expand Up @@ -3990,10 +3994,6 @@ require-directory@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"

require-from-string@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.1.tgz#c545233e9d7da6616e9d59adfb39fc9f588676ff"

require-main-filename@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1"
Expand Down Expand Up @@ -4318,9 +4318,9 @@ [email protected], [email protected]:
version "0.0.10"
resolved "https://registry.yarnpkg.com/stack-trace/-/stack-trace-0.0.10.tgz#547c70b347e8d32b4e108ea1a2a159e5fdde19c0"

standard-version@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/standard-version/-/standard-version-4.3.0.tgz#41006cfee4eeab7c0ff3a47eecaa4c7506ed2e3f"
standard-version@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/standard-version/-/standard-version-4.4.0.tgz#99de7a0709e6cafddf9c5984dd342c8cfe66e79f"
dependencies:
chalk "^1.1.3"
conventional-changelog "^1.1.0"
Expand Down

0 comments on commit 05ab6ee

Please sign in to comment.