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

Add IconPark default set and variation

This commit is contained in:
Vjacheslav Trushkin 2021-06-30 20:48:37 +03:00
parent f24806fa51
commit ffaf308804
6 changed files with 19610 additions and 2 deletions

View File

@ -81,6 +81,40 @@
"palette": "Colorless",
"category": "General"
},
"icon-park": {
"name": "IconPark",
"total": 2420,
"author": "ByteDance",
"url": "https://github.com/bytedance/IconPark",
"license": "Apache 2.0",
"licenseURL": "https://github.com/bytedance/IconPark/blob/master/LICENSE",
"height": 24,
"samples": [
"add-one",
"english-mustache",
"basketball-clothes"
],
"version": "1.3.3",
"palette": "Colorful",
"category": "General"
},
"icon-park-outline": {
"name": "IconPark Outline",
"total": 2420,
"author": "ByteDance",
"url": "https://github.com/bytedance/IconPark",
"license": "Apache 2.0",
"licenseURL": "https://github.com/bytedance/IconPark/blob/master/LICENSE",
"height": 24,
"samples": [
"add-user",
"english-mustache",
"wind-turbine"
],
"version": "1.3.3",
"palette": "Colorless",
"category": "General"
},
"ph": {
"name": "Phosphor",
"total": 4482,

View File

@ -49,6 +49,26 @@
* Palette: Colorless
### IconPark
* Number of icons: 2420
* Author: ByteDance
* URL: https://github.com/bytedance/IconPark
* License: Apache 2.0
* License URL: https://github.com/bytedance/IconPark/blob/master/LICENSE
* Version: 1.3.3
* Palette: Colorful
### IconPark Outline
* Number of icons: 2420
* Author: ByteDance
* URL: https://github.com/bytedance/IconPark
* License: Apache 2.0
* License URL: https://github.com/bytedance/IconPark/blob/master/LICENSE
* Version: 1.3.3
* Palette: Colorless
### Phosphor
* Number of icons: 4482
* Author: Phosphor Icons

View File

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

9777
json/icon-park-outline.json Normal file

File diff suppressed because it is too large Load Diff

9777
json/icon-park.json Normal file

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.365",
"version": "1.1.366",
"homepage": "https://iconify.design/icon-sets/",
"main": "lib/finder.js",
"bugs": "https://github.com/iconify/collections-json/issues",