2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-11-22 20:45:12 +00:00

Update Phosphor

This commit is contained in:
Vjacheslav Trushkin 2021-12-24 09:12:36 +02:00
parent 29900a9025
commit 0b1e06dc31
6 changed files with 8114 additions and 5360 deletions

View File

@ -64,8 +64,8 @@
}, },
"ph": { "ph": {
"name": "Phosphor", "name": "Phosphor",
"total": 5206, "total": 5982,
"version": "1.3.2", "version": "1.4.1",
"author": { "author": {
"name": "Phosphor Icons", "name": "Phosphor Icons",
"url": "https://github.com/phosphor-icons/phosphor-icons" "url": "https://github.com/phosphor-icons/phosphor-icons"

View File

@ -30,11 +30,11 @@
### Phosphor ### Phosphor
* Number of icons: 5206 * Number of icons: 5982
* Author: Phosphor Icons * Author: Phosphor Icons
* URL: https://github.com/phosphor-icons/phosphor-icons * URL: https://github.com/phosphor-icons/phosphor-icons
* License: MIT * License: MIT
* Version: 1.3.2 * Version: 1.4.1
* Palette: Colorless * Palette: Colorless

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

13458
json/ph.json

File diff suppressed because it is too large Load Diff

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@iconify/json", "name": "@iconify/json",
"version": "2.0.14", "version": "2.0.15",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@iconify/json", "name": "@iconify/json",
"version": "2.0.14", "version": "2.0.15",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@iconify/types": "^1.0.9", "@iconify/types": "^1.0.9",

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.0.14", "version": "2.0.15",
"publishConfig": { "publishConfig": {
"tag": "next" "tag": "next"
}, },