2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-12-23 11:28:55 +00:00

Update 3 icon sets: Material Design Icons, Pepicons Pop!, Pepicons Print

This commit is contained in:
Vjacheslav Trushkin 2022-12-19 09:41:45 +02:00
parent 908d7bc8a6
commit 753406b716
7 changed files with 15 additions and 9 deletions

View File

@ -1226,7 +1226,7 @@
"moon", "moon",
"pen" "pen"
], ],
"displayHeight": 20, "height": 20,
"category": "General", "category": "General",
"palette": false "palette": false
}, },
@ -1248,7 +1248,7 @@
"moon", "moon",
"pen" "pen"
], ],
"displayHeight": 20, "height": 20,
"category": "General", "category": "General",
"palette": false "palette": false
}, },

View File

@ -2,7 +2,7 @@
"name": "iconify/json", "name": "iconify/json",
"description": "Iconify icons collection in JSON format", "description": "Iconify icons collection in JSON format",
"type": "library", "type": "library",
"version": "2.1.153", "version": "2.1.154",
"license": "MIT", "license": "MIT",
"homepage": "https://iconify.design/icon-sets/", "homepage": "https://iconify.design/icon-sets/",
"autoload": { "autoload": {

View File

@ -21,7 +21,7 @@
"category": "General", "category": "General",
"palette": false "palette": false
}, },
"lastModified": 1669013549, "lastModified": 1671435623,
"icons": { "icons": {
"ab-testing": { "ab-testing": {
"body": "<path fill=\"currentColor\" d=\"M4 2a2 2 0 0 0-2 2v8h2V8h2v4h2V4a2 2 0 0 0-2-2H4m0 2h2v2H4m18 9.5V14a2 2 0 0 0-2-2h-4v10h4a2 2 0 0 0 2-2v-1.5a1.54 1.54 0 0 0-1.5-1.5a1.54 1.54 0 0 0 1.5-1.5M20 20h-2v-2h2v2m0-4h-2v-2h2M5.79 21.61l-1.58-1.22l14-18l1.58 1.22Z\"/>" "body": "<path fill=\"currentColor\" d=\"M4 2a2 2 0 0 0-2 2v8h2V8h2v4h2V4a2 2 0 0 0-2-2H4m0 2h2v2H4m18 9.5V14a2 2 0 0 0-2-2h-4v10h4a2 2 0 0 0 2-2v-1.5a1.54 1.54 0 0 0-1.5-1.5a1.54 1.54 0 0 0 1.5-1.5M20 20h-2v-2h2v2m0-4h-2v-2h2M5.79 21.61l-1.58-1.22l14-18l1.58 1.22Z\"/>"
@ -25542,6 +25542,9 @@
"category-outline": { "category-outline": {
"parent": "shape-outline" "parent": "shape-outline"
}, },
"category-plus": {
"parent": "shape-plus"
},
"cc": { "cc": {
"parent": "closed-caption" "parent": "closed-caption"
}, },
@ -53263,12 +53266,15 @@
"church", "church",
"church-outline", "church-outline",
"city", "city",
"city-variant",
"city-variant-outline",
"domain", "domain",
"eiffel-tower", "eiffel-tower",
"ev-station", "ev-station",
"factory", "factory",
"gas-station", "gas-station",
"home", "home",
"home-city-outline",
"home-outline", "home-outline",
"hospital-building", "hospital-building",
"island", "island",

View File

@ -18,7 +18,7 @@
"moon", "moon",
"pen" "pen"
], ],
"displayHeight": 20, "height": 20,
"category": "General", "category": "General",
"palette": false "palette": false
}, },

View File

@ -18,7 +18,7 @@
"moon", "moon",
"pen" "pen"
], ],
"displayHeight": 20, "height": 20,
"category": "General", "category": "General",
"palette": false "palette": false
}, },

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@iconify/json", "name": "@iconify/json",
"version": "2.1.153", "version": "2.1.154",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@iconify/json", "name": "@iconify/json",
"version": "2.1.153", "version": "2.1.154",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@iconify/types": "*", "@iconify/types": "*",

View File

@ -2,7 +2,7 @@
"name": "@iconify/json", "name": "@iconify/json",
"description": "Iconify icons collection in JSON format", "description": "Iconify icons collection in JSON format",
"license": "MIT", "license": "MIT",
"version": "2.1.153", "version": "2.1.154",
"homepage": "https://iconify.design/icon-sets/", "homepage": "https://iconify.design/icon-sets/",
"bugs": "https://github.com/iconify/icon-sets/issues", "bugs": "https://github.com/iconify/icon-sets/issues",
"repository": { "repository": {