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, Octicons, UnJS Logos

This commit is contained in:
Vjacheslav Trushkin 2024-03-20 09:49:24 +02:00
parent 416c1315ed
commit a746dcfe36
8 changed files with 257 additions and 9 deletions

View File

@ -545,7 +545,7 @@
"octicon": {
"name": "Octicons",
"total": 604,
"version": "19.8.0",
"version": "19.9.0",
"author": {
"name": "GitHub",
"url": "https://github.com/primer/octicons/"
@ -2375,6 +2375,27 @@
"category": "Brands / Social",
"palette": true
},
"unjs": {
"name": "UnJS Logos",
"total": 63,
"author": {
"name": "UnJS",
"url": "https://github.com/unjs"
},
"license": {
"title": "Apache 2.0",
"spdx": "Apache-2.0"
},
"samples": [
"nitro",
"jiti",
"unstorage"
],
"height": 32,
"displayHeight": 16,
"category": "Brands / Social",
"palette": true
},
"brandico": {
"name": "Brandico",
"total": 45,

View File

@ -272,7 +272,7 @@
* URL: https://github.com/primer/octicons/
* License: MIT
* License URL: https://github.com/primer/octicons/blob/main/LICENSE
* Version: 19.8.0
* Version: 19.9.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))
@ -1158,6 +1158,15 @@
* Icon set prefix: `skill-icons`
* File: [json/skill-icons.json](json/skill-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
## UnJS Logos
* Number of icons: 63
* Author: UnJS
* URL: https://github.com/unjs
* License: Apache 2.0
* Palette: Colorful
* Icon set prefix: `unjs`
* File: [json/unjs.json](json/unjs.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
## Brandico
* Number of icons: 45
* Author: Fontello

View File

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

View File

@ -21,7 +21,7 @@
"category": "General",
"palette": false
},
"lastModified": 1710748117,
"lastModified": 1710920707,
"icons": {
"a-arrow-down": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3.5 13h6M2 16l4.5-9l4.5 9m7-9v9m-4-4l4 4l4-4\"/>"
@ -1308,7 +1308,7 @@
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m15 14l5-5l-5-5\"/><path d=\"M4 20v-7a4 4 0 0 1 4-4h12\"/></g>"
},
"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\"/><path d=\"M9 9h6v6H9zm6-7v2m0 16v2M2 15h2M2 9h2m16 6h2m-2-6h2M9 2v2m0 16v2\"/></g>"
"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\"/><rect width=\"6\" height=\"6\" x=\"9\" y=\"9\" rx=\"1\"/><path d=\"M15 2v2m0 16v2M2 15h2M2 9h2m16 6h2m-2-6h2M9 2v2m0 16v2\"/></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>"

View File

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

218
json/unjs.json Normal file

File diff suppressed because one or more lines are too long

4
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "@iconify/json",
"description": "Hundreds of open source icon sets in IconifyJSON format",
"license": "MIT",
"version": "2.2.193",
"version": "2.2.194",
"type": "module",
"homepage": "https://iconify.design/icon-sets/",
"bugs": "https://github.com/iconify/icon-sets/issues",