2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-09-19 10:29:03 +00:00

Update Material Design Icons, Unicons

This commit is contained in:
Vjacheslav Trushkin 2019-10-17 14:23:23 +03:00
parent a9d28c5b48
commit 9a2adfc88e
6 changed files with 20 additions and 10 deletions

View File

@ -49,7 +49,7 @@
},
"uil": {
"name": "Unicons",
"total": 1113,
"total": 1114,
"author": "Iconscout",
"url": "https://github.com/Iconscout/unicons",
"license": "Apache 2.0",
@ -60,7 +60,7 @@
"chat-bubble-user",
"edit-alt"
],
"version": "1.0.1",
"version": "2.0.0",
"palette": "Colorless",
"category": "General"
},

View File

@ -30,12 +30,12 @@
### Unicons
* Number of icons: 1113
* Number of icons: 1114
* Author: Iconscout
* URL: https://github.com/Iconscout/unicons
* License: Apache 2.0
* License URL: https://raw.githubusercontent.com/Iconscout/unicons/master/LICENSE
* Version: 1.0.1
* Version: 2.0.0
* Palette: Colorless

View File

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

View File

@ -15363,7 +15363,7 @@
"parent": "baguette"
},
"ban": {
"parent": "file-cancel-outline"
"parent": "file-cancel"
},
"band-aid": {
"parent": "bandage"
@ -17517,7 +17517,7 @@
"parent": "shoe-print"
},
"forbid": {
"parent": "file-cancel-outline"
"parent": "file-cancel"
},
"foreign-key": {
"parent": "key-link"
@ -30194,6 +30194,12 @@
"xbox-controller-off",
"xbox-controller-view"
],
"Geographic Information System": [
"checkerboard",
"checkerboard-minus",
"checkerboard-plus",
"checkerboard-remove"
],
"Hardware / Tools": [
"axe",
"bolt",

View File

@ -2,7 +2,7 @@
"prefix": "uil",
"info": {
"name": "Unicons",
"total": 1113,
"total": 1114,
"author": {
"name": "Iconscout",
"url": "https://github.com/Iconscout/unicons"
@ -12,7 +12,7 @@
"spdx": "Apache-2.0",
"url": "https://raw.githubusercontent.com/Iconscout/unicons/master/LICENSE"
},
"version": "1.0.1",
"version": "2.0.0",
"samples": [
"arrow-circle-right",
"chat-bubble-user",
@ -203,6 +203,9 @@
"archway": {
"body": "<path d=\"M22 20h-1V8h1a1 1 0 0 0 0-2h-1V3a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v3H2a1 1 0 0 0 0 2h1v12H2a1 1 0 0 0 0 2h20a1 1 0 0 0 0-2zm-7 0H9v-3.53a6.21 6.21 0 0 1 3-5.33a6.21 6.21 0 0 1 3 5.33zm4 0h-2v-3.53a8.17 8.17 0 0 0-4.55-7.36a1 1 0 0 0-.9 0A8.17 8.17 0 0 0 7 16.47V20H5V8h14zm0-14H5V4h14z\" fill=\"currentColor\"/>"
},
"arrow": {
"body": "<path d=\"M9.71 6.29a1 1 0 0 0-1.42 0l-5 5a1 1 0 0 0 0 1.42l5 5a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42L5.41 12l4.3-4.29a1 1 0 0 0 0-1.42zm11 5l-5-5a1 1 0 0 0-1.42 1.42l4.3 4.29l-4.3 4.29a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0l5-5a1 1 0 0 0 0-1.42z\" fill=\"currentColor\"/>"
},
"arrow-break": {
"body": "<path d=\"M7 11h10a1 1 0 0 0 0-2h-4V5.41l.79.8a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42l-2.5-2.5a1 1 0 0 0-.33-.21a1 1 0 0 0-.76 0a1 1 0 0 0-.33.21l-2.5 2.5a1 1 0 0 0 1.42 1.42l.79-.8V9H7a1 1 0 0 0 0 2zm10 2H7a1 1 0 0 0 0 2h4v3.59l-.79-.8a1 1 0 0 0-1.42 1.42l2.5 2.5a1 1 0 0 0 .33.21a.94.94 0 0 0 .76 0a1 1 0 0 0 .33-.21l2.5-2.5a1 1 0 0 0-1.42-1.42l-.79.8V15h4a1 1 0 0 0 0-2z\" fill=\"currentColor\"/>"
},
@ -3381,6 +3384,7 @@
"angle-right",
"angle-right-b",
"angle-up",
"arrow",
"arrow-break",
"arrow-circle-down",
"arrow-circle-left",

View File

@ -2,7 +2,7 @@
"name": "@iconify/json",
"description": "Iconify icons collection in JSON format",
"license": "MIT",
"version": "1.1.13",
"version": "1.1.14",
"homepage": "https://iconify.design/icon-sets/",
"main": "lib/finder.js",
"bugs": "https://github.com/iconify/collections-json/issues",