2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-09-18 18:19:00 +00:00

Update 3 icon sets: Arcticons, Octicons, Gitlab SVGs

This commit is contained in:
Vjacheslav Trushkin 2023-01-06 09:13:11 +02:00
parent d619fc8b7f
commit 312ac2ebd4
8 changed files with 907 additions and 586 deletions

View File

@ -1189,7 +1189,7 @@
"pajamas": {
"name": "Gitlab SVGs",
"total": 353,
"version": "3.14.0",
"version": "3.15.0",
"author": {
"name": "GitLab B.V.",
"url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
@ -1786,7 +1786,7 @@
},
"arcticons": {
"name": "Arcticons",
"total": 5000,
"total": 5109,
"author": {
"name": "Donnnno",
"url": "https://github.com/Donnnno/Arcticons"

View File

@ -589,7 +589,7 @@
* URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main
* License: MIT
* License URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/blob/main/LICENSE
* Version: 3.14.0
* Version: 3.15.0
* Palette: Colorless
* Icon set prefix: `pajamas`
* File: [json/pajamas.json](json/pajamas.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: 5000
* Number of icons: 5109
* 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.2",
"version": "2.2.3",
"license": "MIT",
"homepage": "https://iconify.design/icon-sets/",
"autoload": {

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
"info": {
"name": "Gitlab SVGs",
"total": 353,
"version": "3.14.0",
"version": "3.15.0",
"author": {
"name": "GitLab B.V.",
"url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@iconify/json",
"version": "2.2.2",
"version": "2.2.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@iconify/json",
"version": "2.2.2",
"version": "2.2.3",
"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.2",
"version": "2.2.3",
"type": "module",
"homepage": "https://iconify.design/icon-sets/",
"bugs": "https://github.com/iconify/icon-sets/issues",