2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-12-22 19:08:56 +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",
"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": {
"name": "BoxIcons",
"total": 1500,

View File

@ -49,6 +49,15 @@
* 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
* Number of icons: 1500
* Author: Atisa

View File

@ -2,7 +2,7 @@
"name": "iconify/json",
"description": "Iconify icons collection in JSON format",
"type": "library",
"version": "1.1.252",
"version": "1.1.253",
"license": "MIT",
"homepage": "https://iconify.design/icon-sets/",
"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",
"description": "Iconify icons collection in JSON format",
"license": "MIT",
"version": "1.1.252",
"version": "1.1.253",
"homepage": "https://iconify.design/icon-sets/",
"main": "lib/finder.js",
"bugs": "https://github.com/iconify/collections-json/issues",