Skip to content

Commit

Permalink
Update SVG Logos, Material Design Icons, Simple Icons
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberalien committed Oct 13, 2019
1 parent ff112fa commit 091c70e
Show file tree
Hide file tree
Showing 7 changed files with 179 additions and 26 deletions.
8 changes: 4 additions & 4 deletions collections.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mdi": {
"name": "Material Design Icons",
"total": 4601,
"total": 4602,
"author": "Austin Andrews",
"url": "https://github.com/Templarian/MaterialDesign",
"license": "Open Font License",
Expand Down Expand Up @@ -859,7 +859,7 @@
},
"logos": {
"name": "SVG Logos",
"total": 1131,
"total": 1148,
"author": "Gil Barbara",
"url": "https://github.com/gilbarbara/logos",
"license": "CC0",
Expand All @@ -874,7 +874,7 @@
},
"simple-icons": {
"name": "Simple Icons",
"total": 702,
"total": 727,
"author": "Simple Icons Collaborators",
"url": "https://github.com/simple-icons/simple-icons",
"license": "CC0 1.0",
Expand All @@ -885,7 +885,7 @@
"bing",
"amazonaws"
],
"version": "1.17.1",
"version": "1.18.0",
"palette": "Colorless",
"category": "Brands / Social"
},
Expand Down
8 changes: 4 additions & 4 deletions collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


### Material Design Icons
* Number of icons: 4601
* Number of icons: 4602
* Author: Austin Andrews
* URL: https://github.com/Templarian/MaterialDesign
* License: Open Font License
Expand Down Expand Up @@ -501,7 +501,7 @@


### SVG Logos
* Number of icons: 1131
* Number of icons: 1148
* Author: Gil Barbara
* URL: https://github.com/gilbarbara/logos
* License: CC0
Expand All @@ -510,12 +510,12 @@


### Simple Icons
* Number of icons: 702
* Number of icons: 727
* Author: Simple Icons Collaborators
* URL: https://github.com/simple-icons/simple-icons
* License: CC0 1.0
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
* Version: 1.17.1
* Version: 1.18.0
* Palette: Colorless


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "iconify/json",
"description": "Iconify icons collection in JSON format",
"type": "library",
"version": "1.1.7",
"version": "1.1.8",
"license": "MIT",
"homepage": "https://iconify.design/icon-sets/",
"autoload": {
Expand Down
96 changes: 85 additions & 11 deletions json/logos.json

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion json/mdi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"prefix": "mdi",
"info": {
"name": "Material Design Icons",
"total": 4601,
"total": 4602,
"author": {
"name": "Austin Andrews",
"url": "https://github.com/Templarian/MaterialDesign"
Expand Down Expand Up @@ -11498,6 +11498,9 @@
"shape-outline": {
"body": "<path d=\"M11 13.5v8H3v-8h8m-2 2H5v4h4v-4M12 2l5.5 9h-11L12 2m0 3.86L10.08 9h3.84L12 5.86M17.5 13c2.5 0 4.5 2 4.5 4.5S20 22 17.5 22S13 20 13 17.5s2-4.5 4.5-4.5m0 2a2.5 2.5 0 0 0-2.5 2.5a2.5 2.5 0 0 0 2.5 2.5a2.5 2.5 0 0 0 2.5-2.5a2.5 2.5 0 0 0-2.5-2.5z\" fill=\"currentColor\"/>"
},
"shape-oval-plus": {
"body": "<path d=\"M19 5h3v2h-3v3h-2V7h-3V5h3V2h2v3m-8-1l1 .09v2.05c-.32-.09-.66-.14-1-.14c-2.76 0-5 3.13-5 7s2.24 7 5 7s5-3.13 5-7l-.05-1h2.01l.04 1c0 4.97-3.13 9-7 9s-7-4.03-7-9s3.13-9 7-9z\" fill=\"currentColor\"/>"
},
"shape-plus": {
"body": "<path d=\"M2 2h9v9H2V2m15.5 0C20 2 22 4 22 6.5S20 11 17.5 11S13 9 13 6.5S15 2 17.5 2m-11 12l4.5 8H2l4.5-8M19 17h3v2h-3v3h-2v-3h-3v-2h3v-3h2v3z\" fill=\"currentColor\"/>"
},
Expand Down Expand Up @@ -23819,6 +23822,7 @@
"f0222": "robot-mower",
"f0223": "fast-forward-5",
"f0224": "rewind-5",
"f0225": "shape-oval-plus",
"f023": "alarm-off",
"f024": "alarm-plus",
"f025": "album",
Expand Down
83 changes: 79 additions & 4 deletions json/simple-icons.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@iconify/json",
"description": "Iconify icons collection in JSON format",
"license": "MIT",
"version": "1.1.7",
"version": "1.1.8",
"homepage": "https://iconify.design/icon-sets/",
"main": "lib/finder.js",
"bugs": "https://github.com/iconify/collections-json/issues",
Expand Down

0 comments on commit 091c70e

Please sign in to comment.