2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-11-24 21:57:39 +00:00

Update EOS Icons, Grommet Icons, Material Design Icons

This commit is contained in:
Vjacheslav Trushkin 2021-08-27 09:00:51 +03:00
parent 2fdcee65e6
commit 5059325e31
7 changed files with 465 additions and 93 deletions

View File

@ -1,7 +1,7 @@
{
"mdi": {
"name": "Material Design Icons",
"total": 6083,
"total": 6141,
"author": "Austin Andrews",
"url": "https://github.com/Templarian/MaterialDesign",
"license": "Open Font License",
@ -464,7 +464,7 @@
},
"eos-icons": {
"name": "EOS Icons",
"total": 246,
"total": 247,
"author": "SUSE UX/UI team",
"url": "https://gitlab.com/SUSE-UIUX/eos-icons",
"license": "MIT",
@ -1097,7 +1097,7 @@
"action",
"home"
],
"version": "4.6.1",
"version": "4.6.2",
"palette": "Colorless",
"category": "General"
},

View File

@ -3,7 +3,7 @@
### Material Design Icons
* Number of icons: 6083
* Number of icons: 6141
* Author: Austin Andrews
* URL: https://github.com/Templarian/MaterialDesign
* License: Open Font License
@ -269,7 +269,7 @@
### EOS Icons
* Number of icons: 246
* Number of icons: 247
* Author: SUSE UX/UI team
* URL: https://gitlab.com/SUSE-UIUX/eos-icons
* License: MIT
@ -627,7 +627,7 @@
* URL: https://github.com/grommet/grommet-icons
* License: Apache 2.0
* License URL: http://www.apache.org/licenses/LICENSE-2.0
* Version: 4.6.1
* Version: 4.6.2
* Palette: Colorless

View File

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

View File

@ -2,7 +2,7 @@
"prefix": "eos-icons",
"info": {
"name": "EOS Icons",
"total": 246,
"total": 247,
"author": {
"name": "SUSE UX/UI team",
"url": "https://gitlab.com/SUSE-UIUX/eos-icons"
@ -314,6 +314,9 @@
"fork-outlined": {
"body": "<path d=\"M19 2a2.993 2.993 0 0 0-1 5.816V11H6V7.816a3 3 0 1 0-2 0V11a2 2 0 0 0 2 2h5v4.184a3 3 0 1 0 2 0V13h5a2 2 0 0 0 2-2V7.816A2.993 2.993 0 0 0 19 2zM5 6a1 1 0 1 1 1-1a1 1 0 0 1-1 1zm7 15a1 1 0 1 1 1-1a1 1 0 0 1-1 1zm7-15a1 1 0 1 1 1-1a1 1 0 0 1-1 1z\" fill=\"currentColor\"/>"
},
"hardware-circuit": {
"body": "<path d=\"M22 0H2a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM6 16a1 1 0 1 1 1-1a1.001 1.001 0 0 1-1 1zM22 6h-2.184a3 3 0 1 0 0 2H22v4h-4v2h4v2h-2v2h2v4h-8v-1.184a3 3 0 1 0-2 0V22H7v-4.184a3 3 0 1 0-2 0V22H2V2h4v6h2V2h2v10h2V2h10zm-4 1a1 1 0 1 1-1-1a1.001 1.001 0 0 1 1 1z\" fill=\"currentColor\"/>"
},
"hourglass": {
"body": "<g><path d=\"M7 3h10v4.2L12 12 7 7.2V3z\" fill=\"currentColor\"><animate id=\"ssvg-id-hourglassb\" attributeName=\"opacity\" from=\"1\" to=\"0\" dur=\"2s\" begin=\"0;ssvg-id-hourglassa.end\" fill=\"freeze\"/></path><path d=\"M17 21H7v-4.2l5-4.8 5 4.8V21z\" fill=\"currentColor\"><animate attributeName=\"opacity\" from=\"0\" to=\"1\" dur=\"2s\" begin=\"0;ssvg-id-hourglassa.end\" fill=\"freeze\"/></path><path d=\"M6 2v6h.01L6 8.01L10 12l-4 4l.01.01H6V22h12v-5.99h-.01L18 16l-4-4l4-3.99l-.01-.01H18V2H6zm10 14.5V20H8v-3.5l4-4l4 4zm-4-5l-4-4V4h8v3.5l-4 4z\" fill=\"currentColor\"/><animateTransform id=\"ssvg-id-hourglassa\" attributeName=\"transform\" attributeType=\"XML\" type=\"rotate\" from=\"0 12 12\" to=\"180 12 12\" dur=\"0.5s\" begin=\"ssvg-id-hourglassb.end\"/></g>"
},

View File

@ -12,7 +12,7 @@
"spdx": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
},
"version": "4.6.1",
"version": "4.6.2",
"samples": [
"user-expert",
"action",

File diff suppressed because it is too large Load Diff

View File

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