Skip to content

Commit

Permalink
Update 6 icon sets
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberalien committed Jun 13, 2024
1 parent 49abe9c commit bd0f394
Show file tree
Hide file tree
Showing 11 changed files with 4,578 additions and 4,408 deletions.
16 changes: 8 additions & 8 deletions collections.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@
},
"ri": {
"name": "Remix Icon",
"total": 2860,
"version": "4.2.0",
"total": 2892,
"version": "4.3.0",
"author": {
"name": "Remix Design",
"url": "https://github.com/Remix-Design/RemixIcon"
Expand Down Expand Up @@ -324,7 +324,7 @@
},
"lucide": {
"name": "Lucide",
"total": 1466,
"total": 1468,
"author": {
"name": "Lucide Contributors",
"url": "https://github.com/lucide-icons/lucide"
Expand Down Expand Up @@ -1521,7 +1521,7 @@
"pajamas": {
"name": "Gitlab SVGs",
"total": 377,
"version": "3.101.0",
"version": "3.102.0",
"author": {
"name": "GitLab B.V.",
"url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
Expand Down Expand Up @@ -1739,7 +1739,7 @@
"ooui": {
"name": "OOUI",
"total": 357,
"version": "0.49.2",
"version": "0.50.0",
"author": {
"name": "OOUI Team",
"url": "https://github.com/wikimedia/oojs-ui"
Expand Down Expand Up @@ -2478,8 +2478,8 @@
},
"token": {
"name": "Token Icons",
"total": 1645,
"version": "2.9.1",
"total": 1646,
"version": "2.11.0",
"author": {
"name": "0xa3k5",
"url": "https://github.com/0xa3k5/token-icons"
Expand All @@ -2501,7 +2501,7 @@
"token-branded": {
"name": "Token Icons Branded",
"total": 1828,
"version": "2.9.1",
"version": "2.11.0",
"author": {
"name": "0xa3k5",
"url": "https://github.com/0xa3k5/token-icons"
Expand Down
16 changes: 8 additions & 8 deletions collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@
* File: [json/mingcute.json](json/mingcute.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))

## Remix Icon
* Number of icons: 2860
* Number of icons: 2892
* Author: Remix Design
* URL: https://github.com/Remix-Design/RemixIcon
* License: Apache 2.0
* License URL: https://github.com/Remix-Design/RemixIcon/blob/master/License
* Version: 4.2.0
* Version: 4.3.0
* Palette: Colorless
* Icon set prefix: `ri`
* File: [json/ri.json](json/ri.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
Expand Down Expand Up @@ -158,7 +158,7 @@
* File: [json/ion.json](json/ion.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))

## Lucide
* Number of icons: 1466
* Number of icons: 1468
* Author: Lucide Contributors
* URL: https://github.com/lucide-icons/lucide
* License: ISC
Expand Down Expand Up @@ -749,7 +749,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.101.0
* Version: 3.102.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))
Expand Down Expand Up @@ -857,7 +857,7 @@
* URL: https://github.com/wikimedia/oojs-ui
* License: MIT
* License URL: https://github.com/wikimedia/oojs-ui/blob/master/LICENSE-MIT
* Version: 0.49.2
* Version: 0.50.0
* Palette: Colorless
* Icon set prefix: `ooui`
* File: [json/ooui.json](json/ooui.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
Expand Down Expand Up @@ -1205,12 +1205,12 @@
* File: [json/entypo-social.json](json/entypo-social.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))

## Token Icons
* Number of icons: 1645
* Number of icons: 1646
* Author: 0xa3k5
* URL: https://github.com/0xa3k5/token-icons
* License: MIT
* License URL: https://github.com/0xa3k5/token-icons/blob/main/LICENCE
* Version: 2.9.1
* Version: 2.11.0
* Palette: Colorless
* Icon set prefix: `token`
* File: [json/token.json](json/token.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
Expand All @@ -1221,7 +1221,7 @@
* URL: https://github.com/0xa3k5/token-icons
* License: MIT
* License URL: https://github.com/0xa3k5/token-icons/blob/main/LICENCE
* Version: 2.9.1
* Version: 2.11.0
* Palette: Colorful
* Icon set prefix: `token-branded`
* File: [json/token-branded.json](json/token-branded.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "iconify/json",
"description": "Iconify icons collection in JSON format",
"type": "library",
"version": "2.2.218",
"version": "2.2.219",
"license": "MIT",
"homepage": "https://iconify.design/icon-sets/",
"autoload": {
Expand Down
106 changes: 56 additions & 50 deletions json/lucide.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion json/ooui.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"name": "OOUI",
"total": 357,
"version": "0.49.2",
"version": "0.50.0",
"author": {
"name": "OOUI Team",
"url": "https://github.com/wikimedia/oojs-ui"
Expand Down
2 changes: 1 addition & 1 deletion json/pajamas.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"name": "Gitlab SVGs",
"total": 377,
"version": "3.101.0",
"version": "3.102.0",
"author": {
"name": "GitLab B.V.",
"url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
Expand Down
1,872 changes: 1,015 additions & 857 deletions json/ri.json

Large diffs are not rendered by default.

3,664 changes: 1,834 additions & 1,830 deletions json/token-branded.json

Large diffs are not rendered by default.

3,300 changes: 1,651 additions & 1,649 deletions json/token.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@iconify/json",
"description": "Hundreds of open source icon sets in IconifyJSON format",
"license": "MIT",
"version": "2.2.218",
"version": "2.2.219",
"type": "module",
"homepage": "https://iconify.design/icon-sets/",
"bugs": "https://github.com/iconify/icon-sets/issues",
Expand Down

0 comments on commit bd0f394

Please sign in to comment.