Skip to content

Commit

Permalink
Update 4 icon sets: Arcticons, Material Design Icons, OOUI, Simple Icons
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberalien committed Jul 11, 2023
1 parent 63fc192 commit 30d3aa8
Show file tree
Hide file tree
Showing 9 changed files with 564 additions and 27 deletions.
8 changes: 4 additions & 4 deletions collections.json
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,7 @@
"ooui": {
"name": "OOUI",
"total": 354,
"version": "0.47.3",
"version": "0.47.4",
"author": {
"name": "OOUI Team",
"url": "https://github.com/wikimedia/oojs-ui"
Expand Down Expand Up @@ -1925,8 +1925,8 @@
},
"simple-icons": {
"name": "Simple Icons",
"total": 2509,
"version": "9.4.0",
"total": 2516,
"version": "9.5.0",
"author": {
"name": "Simple Icons Collaborators",
"url": "https://github.com/simple-icons/simple-icons"
Expand Down Expand Up @@ -2015,7 +2015,7 @@
},
"arcticons": {
"name": "Arcticons",
"total": 6438,
"total": 6609,
"author": {
"name": "Donnnno",
"url": "https://github.com/Donnnno/Arcticons"
Expand Down
8 changes: 4 additions & 4 deletions collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@
* URL: https://github.com/wikimedia/oojs-ui
* License: MIT
* License URL: https://github.com/wikimedia/oojs-ui/blob/master/LICENSE-MIT
* Version: 0.47.3
* Version: 0.47.4
* 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 @@ -940,12 +940,12 @@
* File: [json/logos.json](json/logos.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))

## Simple Icons
* Number of icons: 2509
* Number of icons: 2516
* Author: Simple Icons Collaborators
* URL: https://github.com/simple-icons/simple-icons
* License: CC0 1.0
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
* Version: 9.4.0
* Version: 9.5.0
* Palette: Colorless
* Icon set prefix: `simple-icons`
* File: [json/simple-icons.json](json/simple-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
Expand Down Expand Up @@ -984,7 +984,7 @@
* File: [json/nonicons.json](json/nonicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))

## Arcticons
* Number of icons: 6438
* Number of icons: 6609
* Author: Donnnno
* URL: https://github.com/Donnnno/Arcticons
* License: CC BY-SA 4.0
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.88",
"version": "2.2.89",
"license": "MIT",
"homepage": "https://iconify.design/icon-sets/",
"autoload": {
Expand Down
529 changes: 521 additions & 8 deletions json/arcticons.json

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion json/mdi.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"category": "General",
"palette": false
},
"lastModified": 1684129624,
"lastModified": 1689058119,
"icons": {
"ab-testing": {
"body": "<path fill=\"currentColor\" d=\"M4 2a2 2 0 0 0-2 2v8h2V8h2v4h2V4a2 2 0 0 0-2-2H4m0 2h2v2H4m18 9.5V14a2 2 0 0 0-2-2h-4v10h4a2 2 0 0 0 2-2v-1.5a1.54 1.54 0 0 0-1.5-1.5a1.54 1.54 0 0 0 1.5-1.5M20 20h-2v-2h2v2m0-4h-2v-2h2M5.79 21.61l-1.58-1.22l14-18l1.58 1.22Z\"/>"
Expand Down Expand Up @@ -40201,6 +40201,9 @@
"truck-freezer": {
"parent": "truck-snowflake"
},
"truck-pickup": {
"parent": "car-pickup"
},
"truck-refrigerator": {
"parent": "truck-snowflake"
},
Expand Down
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": 354,
"version": "0.47.3",
"version": "0.47.4",
"author": {
"name": "OOUI Team",
"url": "https://github.com/wikimedia/oojs-ui"
Expand Down
31 changes: 26 additions & 5 deletions json/simple-icons.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.88",
"version": "2.2.89",
"type": "module",
"homepage": "https://iconify.design/icon-sets/",
"bugs": "https://github.com/iconify/icon-sets/issues",
Expand Down

0 comments on commit 30d3aa8

Please sign in to comment.