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

Update FontAudio

This commit is contained in:
Vjacheslav Trushkin 2021-07-01 10:54:57 +03:00
parent b4540c2180
commit 5e252d7bcc
5 changed files with 91 additions and 83 deletions

View File

@ -47,6 +47,56 @@
"palette": "Colorless", "palette": "Colorless",
"category": "General" "category": "General"
}, },
"ph": {
"name": "Phosphor",
"total": 4482,
"author": "Phosphor Icons",
"url": "https://github.com/phosphor-icons/phosphor-icons",
"license": "MIT",
"height": 24,
"samples": [
"folder-notch-open-duotone",
"check-square-offset-thin",
"pencil-line-fill"
],
"version": "1.2.0",
"palette": "Colorless",
"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"
},
"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"
},
"uil": { "uil": {
"name": "Unicons", "name": "Unicons",
"total": 1206, "total": 1206,
@ -81,56 +131,6 @@
"palette": "Colorless", "palette": "Colorless",
"category": "General" "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,
"author": "Phosphor Icons",
"url": "https://github.com/phosphor-icons/phosphor-icons",
"license": "MIT",
"height": 24,
"samples": [
"folder-notch-open-duotone",
"check-square-offset-thin",
"pencil-line-fill"
],
"version": "1.2.0",
"palette": "Colorless",
"category": "General"
},
"bx": { "bx": {
"name": "BoxIcons", "name": "BoxIcons",
"total": 1500, "total": 1500,
@ -1643,7 +1643,11 @@
"license": "CC BY 4.0", "license": "CC BY 4.0",
"licenseURL": "https://creativecommons.org/licenses/by/4.0/", "licenseURL": "https://creativecommons.org/licenses/by/4.0/",
"height": 16, "height": 16,
"samples": [], "samples": [
"shuffle",
"headphones",
"rew"
],
"palette": "Colorless", "palette": "Colorless",
"category": "Thematic" "category": "Thematic"
}, },

View File

@ -29,6 +29,35 @@
* Palette: Colorless * Palette: Colorless
### Phosphor
* Number of icons: 4482
* Author: Phosphor Icons
* URL: https://github.com/phosphor-icons/phosphor-icons
* License: MIT
* Version: 1.2.0
* Palette: Colorless
### 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
### 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
### Unicons ### Unicons
* Number of icons: 1206 * Number of icons: 1206
* Author: Iconscout * Author: Iconscout
@ -49,35 +78,6 @@
* Palette: Colorless * 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
* URL: https://github.com/phosphor-icons/phosphor-icons
* License: MIT
* Version: 1.2.0
* Palette: Colorless
### BoxIcons ### BoxIcons
* Number of icons: 1500 * Number of icons: 1500
* Author: Atisa * Author: Atisa

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

View File

@ -12,7 +12,11 @@
"spdx": "CC-BY-4.0", "spdx": "CC-BY-4.0",
"url": "https://creativecommons.org/licenses/by/4.0/" "url": "https://creativecommons.org/licenses/by/4.0/"
}, },
"samples": [], "samples": [
"shuffle",
"headphones",
"rew"
],
"height": 16, "height": 16,
"category": "Thematic", "category": "Thematic",
"palette": false "palette": false

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