Skip to content

Commit

Permalink
✏️ Run gulp v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgruwez committed Apr 30, 2018
1 parent ecb7a35 commit 468224f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dist/lunar-icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ module.exports={
"send": "<path d=\"M4 4l16 8-16 8 3-8zm3 8h13\"/>",
"settings": "<path d=\"M14.59 2.34l.91 3.6 3.57-1.01 2.59 4.48L19 12l2.66 2.59-2.59 4.48-3.57-1.01-.91 3.6H9.41l-.91-3.6-3.57 1.01-2.59-4.48L5 12 2.34 9.41l2.59-4.48L8.5 5.94l.91-3.6z\"/><circle cx=\"12\" cy=\"12\" r=\"3\"/>",
"share": "<path d=\"M16 7l-8 4m0 2l8 4\"/><circle cx=\"6\" cy=\"12\" r=\"2\"/><circle cx=\"18\" cy=\"6\" r=\"2\"/><circle cx=\"18\" cy=\"18\" r=\"2\"/>",
"sheild": "<path d=\"M5 7q0 10 7 14 7-4 7-14-3 0-7-3-4 3-7 3z\"/>",
"sheild_off": "<defs><mask id=\"cancel\"><rect width=\"100%\" height=\"100%\" fill=\"#fff\"/><path stroke=\"#000\" d=\"M2.75 0l24 24\"/></mask></defs><g mask=\"url(#cancel)\"><path d=\"M2 2l20 20M5 7q0 10 7 14 7-4 7-14-3 0-7-3-4 3-7 3z\"/></g>",
"shield": "<path d=\"M5 7q0 10 7 14 7-4 7-14-3 0-7-3-4 3-7 3z\"/>",
"shield_off": "<defs><mask id=\"cancel\"><rect width=\"100%\" height=\"100%\" fill=\"#fff\"/><path stroke=\"#000\" d=\"M2.75 0l24 24\"/></mask></defs><g mask=\"url(#cancel)\"><path d=\"M2 2l20 20M5 7q0 10 7 14 7-4 7-14-3 0-7-3-4 3-7 3z\"/></g>",
"skip": "<path d=\"M6.5 5v14m11-13v12l-9-6z\"/>",
"skip_back": "<path d=\"M17.5 5v14M6.5 6v12l9-6z\"/>",
"smartphone": "<path d=\"M7 4h10v16H7zm3 13h4\"/>",
Expand Down
2 changes: 1 addition & 1 deletion dist/lunar-icons.min.js

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ port: 4000
url: lucasgruwez.github.io
baseurl: /lunar-icons

version: v1.1.0
gzip: 5kb
icons: 150+
version: v1.1.1
gzip: 5kb
icons: 150+

cdn: https://unpkg.com/lunar-icons
repo: https://github.com/lucasgruwez/lunar-icons
npm: https://npmjs.org/packages/lunar-icons
author: https://github.com/lucasgruwez

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lunar-icons",
"version": "1.1.1",
"version": "1.1.2",
"description": "A set of beatiful handcrafted icons.",
"main": "dist/lunar-icons.min.js",
"directories": {
Expand Down

0 comments on commit 468224f

Please sign in to comment.