2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-12-23 03:18:57 +00:00

Add Phosphor Icons

This commit is contained in:
Vjacheslav Trushkin 2020-11-06 09:50:31 +02:00
parent 9f4f611cc4
commit 4efe827c84
5 changed files with 10649 additions and 2 deletions

View File

@ -81,6 +81,22 @@
"palette": "Colorless", "palette": "Colorless",
"category": "General" "category": "General"
}, },
"ph": {
"name": "Phosphor",
"total": 3411,
"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.0.1",
"palette": "Colorless",
"category": "General"
},
"bx": { "bx": {
"name": "BoxIcons", "name": "BoxIcons",
"total": 1500, "total": 1500,

View File

@ -49,6 +49,15 @@
* Palette: Colorless * Palette: Colorless
### Phosphor
* Number of icons: 3411
* Author: Phosphor Icons
* URL: https://github.com/phosphor-icons/phosphor-icons
* License: MIT
* Version: 1.0.1
* 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.252", "version": "1.1.253",
"license": "MIT", "license": "MIT",
"homepage": "https://iconify.design/icon-sets/", "homepage": "https://iconify.design/icon-sets/",
"autoload": { "autoload": {

10622
json/ph.json Normal file

File diff suppressed because it is too large Load Diff

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.252", "version": "1.1.253",
"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",