2
0
mirror of https://github.com/iconify/collections-json.git synced 2025-01-10 09:56:29 +00:00

Update 2 icon sets: Arcticons, Octicons

This commit is contained in:
Vjacheslav Trushkin 2023-01-04 09:24:02 +02:00
parent 72fab6bd6b
commit d619fc8b7f
7 changed files with 328 additions and 257 deletions

View File

@ -1346,7 +1346,7 @@
"octicon": {
"name": "Octicons",
"total": 549,
"version": "17.10.0",
"version": "17.10.1",
"author": {
"name": "GitHub",
"url": "https://github.com/primer/octicons/"
@ -1786,7 +1786,7 @@
},
"arcticons": {
"name": "Arcticons",
"total": 5001,
"total": 5000,
"author": {
"name": "Donnnno",
"url": "https://github.com/Donnnno/Arcticons"

View File

@ -666,7 +666,7 @@
* URL: https://github.com/primer/octicons/
* License: MIT
* License URL: https://github.com/primer/octicons/blob/main/LICENSE
* Version: 17.10.0
* Version: 17.10.1
* Palette: Colorless
* Icon set prefix: `octicon`
* File: [json/octicon.json](json/octicon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
@ -873,7 +873,7 @@
* File: [json/fa6-brands.json](json/fa6-brands.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
## Arcticons
* Number of icons: 5001
* Number of icons: 5000
* Author: Donnnno
* URL: https://github.com/Donnnno/Arcticons
* License: CC BY-SA 4.0

View File

@ -2,7 +2,7 @@
"name": "iconify/json",
"description": "Iconify icons collection in JSON format",
"type": "library",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"homepage": "https://iconify.design/icon-sets/",
"autoload": {

File diff suppressed because one or more lines are too long

View File

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

4
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "@iconify/json",
"description": "Iconify icons collection in JSON format",
"license": "MIT",
"version": "2.2.1",
"version": "2.2.2",
"type": "module",
"homepage": "https://iconify.design/icon-sets/",
"bugs": "https://github.com/iconify/icon-sets/issues",