2
0
mirror of https://github.com/iconify/collections-json.git synced 2025-02-02 12:08:32 +00:00

Update 2 icon sets: Material Design Icons, Octicons

This commit is contained in:
Vjacheslav Trushkin 2023-01-13 09:27:37 +02:00
parent fbe5730d3a
commit 58912e287a
7 changed files with 11 additions and 7 deletions

View File

@ -1346,7 +1346,7 @@
"octicon": { "octicon": {
"name": "Octicons", "name": "Octicons",
"total": 549, "total": 549,
"version": "17.10.1", "version": "17.10.2",
"author": { "author": {
"name": "GitHub", "name": "GitHub",
"url": "https://github.com/primer/octicons/" "url": "https://github.com/primer/octicons/"

View File

@ -666,7 +666,7 @@
* URL: https://github.com/primer/octicons/ * URL: https://github.com/primer/octicons/
* License: MIT * License: MIT
* License URL: https://github.com/primer/octicons/blob/main/LICENSE * License URL: https://github.com/primer/octicons/blob/main/LICENSE
* Version: 17.10.1 * Version: 17.10.2
* Palette: Colorless * Palette: Colorless
* Icon set prefix: `octicon` * Icon set prefix: `octicon`
* File: [json/octicon.json](json/octicon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html)) * File: [json/octicon.json](json/octicon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))

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

View File

@ -49390,6 +49390,7 @@
"cash-register", "cash-register",
"cash-remove", "cash-remove",
"cash-sync", "cash-sync",
"checkbook",
"circle-multiple", "circle-multiple",
"circle-multiple-outline", "circle-multiple-outline",
"credit-card", "credit-card",
@ -49565,6 +49566,7 @@
"battery-unknown-bluetooth", "battery-unknown-bluetooth",
"car-battery", "car-battery",
"current-dc", "current-dc",
"fuel-cell",
"home-battery", "home-battery",
"home-battery-outline", "home-battery-outline",
"microsoft-xbox-controller-battery-alert", "microsoft-xbox-controller-battery-alert",
@ -49850,6 +49852,7 @@
"cellphone-text", "cellphone-text",
"cellphone-wireless", "cellphone-wireless",
"deskphone", "deskphone",
"devices",
"fax", "fax",
"file-phone", "file-phone",
"file-phone-outline", "file-phone-outline",
@ -50058,6 +50061,7 @@
"eyedropper-variant", "eyedropper-variant",
"format-color-fill", "format-color-fill",
"format-color-highlight", "format-color-highlight",
"format-color-marker-cancel",
"format-color-text", "format-color-text",
"format-paint", "format-paint",
"invert-colors", "invert-colors",

View File

@ -3,7 +3,7 @@
"info": { "info": {
"name": "Octicons", "name": "Octicons",
"total": 549, "total": 549,
"version": "17.10.1", "version": "17.10.2",
"author": { "author": {
"name": "GitHub", "name": "GitHub",
"url": "https://github.com/primer/octicons/" "url": "https://github.com/primer/octicons/"

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@iconify/json", "name": "@iconify/json",
"version": "2.2.5", "version": "2.2.6",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@iconify/json", "name": "@iconify/json",
"version": "2.2.5", "version": "2.2.6",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@iconify/types": "*", "@iconify/types": "*",

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.2.5", "version": "2.2.6",
"type": "module", "type": "module",
"homepage": "https://iconify.design/icon-sets/", "homepage": "https://iconify.design/icon-sets/",
"bugs": "https://github.com/iconify/icon-sets/issues", "bugs": "https://github.com/iconify/icon-sets/issues",