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 Nov 22, 2024
1 parent 4b55f7f commit 38f8056
Show file tree
Hide file tree
Showing 11 changed files with 653 additions and 31 deletions.
14 changes: 7 additions & 7 deletions collections.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"material-symbols": {
"name": "Material Symbols",
"total": 13616,
"total": 13693,
"author": {
"name": "Google",
"url": "https://github.com/google/material-design-icons"
Expand All @@ -25,7 +25,7 @@
},
"material-symbols-light": {
"name": "Material Symbols Light",
"total": 13682,
"total": 13759,
"author": {
"name": "Google",
"url": "https://github.com/google/material-design-icons"
Expand Down Expand Up @@ -1348,7 +1348,7 @@
"carbon": {
"name": "Carbon",
"total": 2265,
"version": "11.52.0",
"version": "11.53.0",
"author": {
"name": "IBM",
"url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons"
Expand Down Expand Up @@ -2186,7 +2186,7 @@
"fa6-solid": {
"name": "Font Awesome Solid",
"total": 1402,
"version": "6.7.0",
"version": "6.7.1",
"author": {
"name": "Dave Gandy",
"url": "https://github.com/FortAwesome/Font-Awesome"
Expand All @@ -2212,7 +2212,7 @@
"fa6-regular": {
"name": "Font Awesome Regular",
"total": 163,
"version": "6.7.0",
"version": "6.7.1",
"author": {
"name": "Dave Gandy",
"url": "https://github.com/FortAwesome/Font-Awesome"
Expand Down Expand Up @@ -2673,8 +2673,8 @@
},
"fa6-brands": {
"name": "Font Awesome Brands",
"total": 493,
"version": "6.7.0",
"total": 495,
"version": "6.7.1",
"author": {
"name": "Dave Gandy",
"url": "https://github.com/FortAwesome/Font-Awesome"
Expand Down
14 changes: 7 additions & 7 deletions collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


## Material Symbols
* Number of icons: 13616
* Number of icons: 13693
* 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: 13682
* Number of icons: 13759
* Author: Google
* URL: https://github.com/google/material-design-icons
* License: Apache 2.0
Expand Down Expand Up @@ -583,7 +583,7 @@
* Author: IBM
* URL: https://github.com/carbon-design-system/carbon/tree/main/packages/icons
* License: Apache 2.0
* Version: 11.52.0
* Version: 11.53.0
* 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 @@ -948,7 +948,7 @@
* URL: https://github.com/FortAwesome/Font-Awesome
* License: CC BY 4.0
* License URL: https://creativecommons.org/licenses/by/4.0/
* Version: 6.7.0
* Version: 6.7.1
* Palette: Colorless
* Icon set prefix: `fa6-solid`
* File: [json/fa6-solid.json](json/fa6-solid.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
Expand All @@ -959,7 +959,7 @@
* URL: https://github.com/FortAwesome/Font-Awesome
* License: CC BY 4.0
* License URL: https://creativecommons.org/licenses/by/4.0/
* Version: 6.7.0
* Version: 6.7.1
* Palette: Colorless
* Icon set prefix: `fa6-regular`
* File: [json/fa6-regular.json](json/fa6-regular.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
Expand Down Expand Up @@ -1150,12 +1150,12 @@
* File: [json/cib.json](json/cib.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))

## Font Awesome Brands
* Number of icons: 493
* Number of icons: 495
* Author: Dave Gandy
* URL: https://github.com/FortAwesome/Font-Awesome
* License: CC BY 4.0
* License URL: https://creativecommons.org/licenses/by/4.0/
* Version: 6.7.0
* Version: 6.7.1
* Palette: Colorless
* Icon set prefix: `fa6-brands`
* File: [json/fa6-brands.json](json/fa6-brands.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.274",
"version": "2.2.275",
"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": 2265,
"version": "11.52.0",
"version": "11.53.0",
"author": {
"name": "IBM",
"url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons"
Expand Down
18 changes: 12 additions & 6 deletions json/fa6-brands.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion json/fa6-regular.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"name": "Font Awesome Regular",
"total": 163,
"version": "6.7.0",
"version": "6.7.1",
"author": {
"name": "Dave Gandy",
"url": "https://github.com/FortAwesome/Font-Awesome"
Expand Down
2 changes: 1 addition & 1 deletion json/fa6-solid.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"name": "Font Awesome Solid",
"total": 1402,
"version": "6.7.0",
"version": "6.7.1",
"author": {
"name": "Dave Gandy",
"url": "https://github.com/FortAwesome/Font-Awesome"
Expand Down
312 changes: 310 additions & 2 deletions json/material-symbols-light.json

Large diffs are not rendered by default.

Loading

0 comments on commit 38f8056

Please sign in to comment.