2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-09-19 18:39:01 +00:00

Update 3 icon sets: HeroIcons Solid, HeroIcons, IonIcons

This commit is contained in:
Vjacheslav Trushkin 2022-08-26 18:15:49 +03:00
parent 5ac3e292e1
commit 6c627f56f5
8 changed files with 1969 additions and 607 deletions

View File

@ -176,7 +176,7 @@
"ion": { "ion": {
"name": "IonIcons", "name": "IonIcons",
"total": 1332, "total": 1332,
"version": "6.0.2", "version": "6.0.3",
"author": { "author": {
"name": "Ben Sperry", "name": "Ben Sperry",
"url": "https://github.com/ionic-team/ionicons" "url": "https://github.com/ionic-team/ionicons"
@ -481,50 +481,6 @@
"category": "General", "category": "General",
"palette": false "palette": false
}, },
"heroicons": {
"name": "HeroIcons",
"total": 528,
"version": "2.0.7",
"author": {
"name": "Refactoring UI Inc",
"url": "https://github.com/tailwindlabs/heroicons"
},
"license": {
"title": "MIT",
"spdx": "MIT",
"url": "https://github.com/tailwindlabs/heroicons/blob/master/LICENSE"
},
"samples": [
"camera",
"building-library",
"receipt-refund"
],
"height": 24,
"category": "General",
"palette": false
},
"heroicons-solid": {
"name": "HeroIcons Solid",
"total": 264,
"version": "2.0.7",
"author": {
"name": "Refactoring UI Inc",
"url": "https://github.com/tailwindlabs/heroicons"
},
"license": {
"title": "MIT",
"spdx": "MIT",
"url": "https://github.com/tailwindlabs/heroicons/blob/master/LICENSE"
},
"samples": [
"camera",
"building-library",
"receipt-refund"
],
"height": 20,
"category": "General",
"palette": false
},
"pixelarticons": { "pixelarticons": {
"name": "Pixelarticons", "name": "Pixelarticons",
"total": 480, "total": 480,
@ -1161,6 +1117,31 @@
"category": "General", "category": "General",
"palette": false "palette": false
}, },
"heroicons": {
"name": "HeroIcons",
"total": 795,
"version": "2.0.7",
"author": {
"name": "Refactoring UI Inc",
"url": "https://github.com/tailwindlabs/heroicons"
},
"license": {
"title": "MIT",
"spdx": "MIT",
"url": "https://github.com/tailwindlabs/heroicons/blob/master/LICENSE"
},
"samples": [
"camera",
"building-library",
"receipt-refund"
],
"height": [
24,
20
],
"category": "General",
"palette": false
},
"codicon": { "codicon": {
"name": "Codicons", "name": "Codicons",
"total": 422, "total": 422,
@ -2908,5 +2889,27 @@
"height": 24, "height": 24,
"palette": false, "palette": false,
"hidden": true "hidden": true
},
"heroicons-solid": {
"name": "HeroIcons Solid",
"total": 230,
"version": "1.0.6",
"author": {
"name": "Refactoring UI Inc",
"url": "https://github.com/tailwindlabs/heroicons"
},
"license": {
"title": "MIT",
"spdx": "MIT",
"url": "https://github.com/tailwindlabs/heroicons/blob/master/LICENSE"
},
"samples": [
"color-swatch",
"library",
"receipt-refund"
],
"height": 20,
"palette": false,
"hidden": true
} }
} }

View File

@ -85,7 +85,7 @@
* URL: https://github.com/ionic-team/ionicons * URL: https://github.com/ionic-team/ionicons
* License: MIT * License: MIT
* License URL: https://github.com/ionic-team/ionicons/blob/main/LICENSE * License URL: https://github.com/ionic-team/ionicons/blob/main/LICENSE
* Version: 6.0.2 * Version: 6.0.3
* Palette: Colorless * Palette: Colorless
@ -216,26 +216,6 @@
* Palette: Colorless * Palette: Colorless
### HeroIcons
* Number of icons: 528
* Author: Refactoring UI Inc
* URL: https://github.com/tailwindlabs/heroicons
* License: MIT
* License URL: https://github.com/tailwindlabs/heroicons/blob/master/LICENSE
* Version: 2.0.7
* Palette: Colorless
### HeroIcons Solid
* Number of icons: 264
* Author: Refactoring UI Inc
* URL: https://github.com/tailwindlabs/heroicons
* License: MIT
* License URL: https://github.com/tailwindlabs/heroicons/blob/master/LICENSE
* Version: 2.0.7
* Palette: Colorless
### Pixelarticons ### Pixelarticons
* Number of icons: 480 * Number of icons: 480
* Author: Gerrit Halfmann * Author: Gerrit Halfmann
@ -520,6 +500,16 @@
* Palette: Colorless * Palette: Colorless
### HeroIcons
* Number of icons: 795
* Author: Refactoring UI Inc
* URL: https://github.com/tailwindlabs/heroicons
* License: MIT
* License URL: https://github.com/tailwindlabs/heroicons/blob/master/LICENSE
* Version: 2.0.7
* Palette: Colorless
### Codicons ### Codicons
* Number of icons: 422 * Number of icons: 422
* Author: Microsoft Corporation * Author: Microsoft Corporation

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.98", "version": "2.1.99",
"license": "MIT", "license": "MIT",
"homepage": "https://iconify.design/icon-sets/", "homepage": "https://iconify.design/icon-sets/",
"autoload": { "autoload": {

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
"info": { "info": {
"name": "IonIcons", "name": "IonIcons",
"total": 1332, "total": 1332,
"version": "6.0.2", "version": "6.0.3",
"author": { "author": {
"name": "Ben Sperry", "name": "Ben Sperry",
"url": "https://github.com/ionic-team/ionicons" "url": "https://github.com/ionic-team/ionicons"

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@iconify/json", "name": "@iconify/json",
"version": "2.1.98", "version": "2.1.99",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@iconify/json", "name": "@iconify/json",
"version": "2.1.98", "version": "2.1.99",
"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.98", "version": "2.1.99",
"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": {