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

Update 3 icon sets: Lucide, Material Symbols, Octicons

This commit is contained in:
Vjacheslav Trushkin 2023-02-17 09:32:59 +02:00
parent 71736a093b
commit 7e3c840d11
8 changed files with 559 additions and 132 deletions

View File

@ -1,7 +1,7 @@
{
"material-symbols": {
"name": "Material Symbols",
"total": 9782,
"total": 9923,
"author": {
"name": "Google",
"url": "https://github.com/google/material-design-icons"
@ -440,7 +440,7 @@
"octicon": {
"name": "Octicons",
"total": 565,
"version": "17.11.1",
"version": "17.12.0",
"author": {
"name": "GitHub",
"url": "https://github.com/primer/octicons/"
@ -484,7 +484,7 @@
},
"lucide": {
"name": "Lucide",
"total": 882,
"total": 884,
"author": {
"name": "Lucide Contributors",
"url": "https://github.com/lucide-icons/lucide"

View File

@ -2,7 +2,7 @@
## Material Symbols
* Number of icons: 9782
* Number of icons: 9923
* Author: Google
* URL: https://github.com/google/material-design-icons
* License: Apache 2.0
@ -222,7 +222,7 @@
* URL: https://github.com/primer/octicons/
* License: MIT
* License URL: https://github.com/primer/octicons/blob/main/LICENSE
* Version: 17.11.1
* Version: 17.12.0
* Palette: Colorless
* Icon set prefix: `octicon`
* File: [json/octicon.json](json/octicon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
@ -239,7 +239,7 @@
* File: [json/cil.json](json/cil.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
## Lucide
* Number of icons: 882
* Number of icons: 884
* Author: Lucide Contributors
* URL: https://github.com/lucide-icons/lucide
* License: ISC

View File

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

View File

@ -2,7 +2,7 @@
"prefix": "lucide",
"info": {
"name": "Lucide",
"total": 882,
"total": 884,
"author": {
"name": "Lucide Contributors",
"url": "https://github.com/lucide-icons/lucide"
@ -21,7 +21,7 @@
"category": "General",
"palette": false
},
"lastModified": 1676446671,
"lastModified": 1676615936,
"icons": {
"accessibility": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"16\" cy=\"4\" r=\"1\"/><path d=\"m18 19l1-7l-5.87.94M5 8l3-3l5.5 3l-2.21 3.1m-7.05 3.38c-.19.58-.27 1.2-.23 1.84a5 5 0 0 0 5.31 4.67c.65-.04 1.25-.2 1.8-.46\"/><path d=\"M13.76 17.52c.19-.58.27-1.2.23-1.84a5 5 0 0 0-5.31-4.67c-.65.04-1.25.2-1.8.46\"/></g>"
@ -755,6 +755,9 @@
"cpu": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"16\" height=\"16\" x=\"4\" y=\"4\" rx=\"2\" ry=\"2\"/><path d=\"M9 9h6v6H9zm0-7v2m6-2v2M9 21v1m6-2v2m5-13h2m-2 5h2M2 9h2m-2 5h2\"/></g>"
},
"creative-commons": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M10 9.3a2.8 2.8 0 0 0-3.5 1a3.1 3.1 0 0 0 0 3.4a2.7 2.7 0 0 0 3.5 1m7-5.4a2.8 2.8 0 0 0-3.5 1a3.1 3.1 0 0 0 0 3.4a2.7 2.7 0 0 0 3.5 1\"/></g>"
},
"credit-card": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"14\" x=\"2\" y=\"5\" rx=\"2\"/><path d=\"M2 10h20\"/></g>"
},
@ -2045,6 +2048,9 @@
"regex": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 3v10m-4.33-7.5l8.66 5m-8.66 0l8.66-5M9 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2z\"/>"
},
"remove-formatting": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 7V4h16v3M5 20h6m2-16L8 20m7-5l5 5m0-5l-5 5\"/>"
},
"repeat": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m17 2l4 4l-4 4\"/><path d=\"M3 11v-1a4 4 0 0 1 4-4h14M7 22l-4-4l4-4\"/><path d=\"M21 13v1a4 4 0 0 1-4 4H3\"/></g>"
},

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
"info": {
"name": "Octicons",
"total": 565,
"version": "17.11.1",
"version": "17.12.0",
"author": {
"name": "GitHub",
"url": "https://github.com/primer/octicons/"

4
package-lock.json generated
View File

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

View File

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