2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-11-09 14:51:03 +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": { "pajamas": {
"name": "Gitlab SVGs", "name": "Gitlab SVGs",
"total": 353, "total": 353,
"version": "3.14.0", "version": "3.15.0",
"author": { "author": {
"name": "GitLab B.V.", "name": "GitLab B.V.",
"url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main" "url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
@ -1786,7 +1786,7 @@
}, },
"arcticons": { "arcticons": {
"name": "Arcticons", "name": "Arcticons",
"total": 5000, "total": 5109,
"author": { "author": {
"name": "Donnnno", "name": "Donnnno",
"url": "https://github.com/Donnnno/Arcticons" "url": "https://github.com/Donnnno/Arcticons"

View File

@ -589,7 +589,7 @@
* URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main * URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main
* License: MIT * License: MIT
* License URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/blob/main/LICENSE * License URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/blob/main/LICENSE
* Version: 3.14.0 * Version: 3.15.0
* Palette: Colorless * Palette: Colorless
* Icon set prefix: `pajamas` * Icon set prefix: `pajamas`
* File: [json/pajamas.json](json/pajamas.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html)) * 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)) * File: [json/fa6-brands.json](json/fa6-brands.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
## Arcticons ## Arcticons
* Number of icons: 5000 * Number of icons: 5109
* Author: Donnnno * Author: Donnnno
* URL: https://github.com/Donnnno/Arcticons * URL: https://github.com/Donnnno/Arcticons
* License: CC BY-SA 4.0 * License: CC BY-SA 4.0

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.2", "version": "2.2.3",
"license": "MIT", "license": "MIT",
"homepage": "https://iconify.design/icon-sets/", "homepage": "https://iconify.design/icon-sets/",
"autoload": { "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": { "info": {
"name": "Gitlab SVGs", "name": "Gitlab SVGs",
"total": 353, "total": 353,
"version": "3.14.0", "version": "3.15.0",
"author": { "author": {
"name": "GitLab B.V.", "name": "GitLab B.V.",
"url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main" "url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@iconify/json", "name": "@iconify/json",
"version": "2.2.2", "version": "2.2.3",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@iconify/json", "name": "@iconify/json",
"version": "2.2.2", "version": "2.2.3",
"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.2", "version": "2.2.3",
"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",