Skip to content

Commit

Permalink
Update 5 icon sets
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberalien committed Nov 17, 2023
1 parent 02f82e0 commit c76aa24
Show file tree
Hide file tree
Showing 10 changed files with 1,519 additions and 297 deletions.
10 changes: 5 additions & 5 deletions collections.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"material-symbols": {
"name": "Material Symbols",
"total": 12084,
"total": 12163,
"author": {
"name": "Google",
"url": "https://github.com/google/material-design-icons"
Expand All @@ -22,7 +22,7 @@
},
"material-symbols-light": {
"name": "Material Symbols Light",
"total": 12137,
"total": 12216,
"author": {
"name": "Google",
"url": "https://github.com/google/material-design-icons"
Expand Down Expand Up @@ -217,7 +217,7 @@
"carbon": {
"name": "Carbon",
"total": 2006,
"version": "11.30.0",
"version": "11.30.1",
"author": {
"name": "IBM",
"url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons"
Expand Down Expand Up @@ -1769,7 +1769,7 @@
},
"noto": {
"name": "Noto Emoji",
"total": 3437,
"total": 3556,
"author": {
"name": "Google Inc",
"url": "https://github.com/googlefonts/noto-emoji"
Expand Down Expand Up @@ -2013,7 +2013,7 @@
},
"logos": {
"name": "SVG Logos",
"total": 1796,
"total": 1797,
"author": {
"name": "Gil Barbara",
"url": "https://github.com/gilbarbara/logos"
Expand Down
10 changes: 5 additions & 5 deletions collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


## Material Symbols
* Number of icons: 12084
* Number of icons: 12163
* Author: Google
* URL: https://github.com/google/material-design-icons
* License: Apache 2.0
Expand All @@ -12,7 +12,7 @@
* File: [json/material-symbols.json](json/material-symbols.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))

## Material Symbols Light
* Number of icons: 12137
* Number of icons: 12216
* Author: Google
* URL: https://github.com/google/material-design-icons
* License: Apache 2.0
Expand Down Expand Up @@ -111,7 +111,7 @@
* Author: IBM
* URL: https://github.com/carbon-design-system/carbon/tree/main/packages/icons
* License: Apache 2.0
* Version: 11.30.0
* Version: 11.30.1
* Palette: Colorless
* Icon set prefix: `carbon`
* File: [json/carbon.json](json/carbon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
Expand Down Expand Up @@ -866,7 +866,7 @@
* File: [json/twemoji.json](json/twemoji.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))

## Noto Emoji
* Number of icons: 3437
* Number of icons: 3556
* Author: Google Inc
* URL: https://github.com/googlefonts/noto-emoji
* License: Apache 2.0
Expand Down Expand Up @@ -981,7 +981,7 @@
* File: [json/bxl.json](json/bxl.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))

## SVG Logos
* Number of icons: 1796
* Number of icons: 1797
* Author: Gil Barbara
* URL: https://github.com/gilbarbara/logos
* License: CC0
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.142",
"version": "2.2.143",
"license": "MIT",
"homepage": "https://iconify.design/icon-sets/",
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion json/carbon.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"name": "Carbon",
"total": 2006,
"version": "11.30.0",
"version": "11.30.1",
"author": {
"name": "IBM",
"url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons"
Expand Down
33 changes: 19 additions & 14 deletions json/logos.json

Large diffs are not rendered by default.

517 changes: 433 additions & 84 deletions json/material-symbols-light.json

Large diffs are not rendered by default.

551 changes: 412 additions & 139 deletions json/material-symbols.json

Large diffs are not rendered by default.

685 changes: 640 additions & 45 deletions json/noto.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.142",
"version": "2.2.143",
"type": "module",
"homepage": "https://iconify.design/icon-sets/",
"bugs": "https://github.com/iconify/icon-sets/issues",
Expand Down

0 comments on commit c76aa24

Please sign in to comment.