Skip to content

Commit

Permalink
Update 3 icon sets: Fluent UI System Icons, Material Line Icons, Luci…
Browse files Browse the repository at this point in the history
…de Lab
  • Loading branch information
cyberalien committed Aug 24, 2024
1 parent 3d7d970 commit ac504b6
Show file tree
Hide file tree
Showing 8 changed files with 4,156 additions and 1,035 deletions.
32 changes: 28 additions & 4 deletions collections.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,30 @@
"category": "General",
"palette": false
},
"lucide-lab": {
"name": "Lucide Lab",
"total": 373,
"author": {
"name": "Lucide Contributors",
"url": "https://github.com/lucide-icons/lucide-lab"
},
"license": {
"title": "ISC",
"spdx": "ISC",
"url": "https://github.com/lucide-icons/lucide-lab/blob/main/LICENSE"
},
"samples": [
"venn",
"card-credit",
"pac-man",
"cent",
"candlestick-big-lit",
"gearbox"
],
"height": 24,
"category": "General",
"palette": false
},
"uil": {
"name": "Unicons",
"total": 1206,
Expand Down Expand Up @@ -1528,8 +1552,8 @@
},
"fluent": {
"name": "Fluent UI System Icons",
"total": 16535,
"version": "1.1.254",
"total": 16570,
"version": "1.1.255",
"author": {
"name": "Microsoft Corporation",
"url": "https://github.com/microsoft/fluentui-system-icons"
Expand Down Expand Up @@ -2069,8 +2093,8 @@
},
"line-md": {
"name": "Material Line Icons",
"total": 606,
"version": "1.0.6",
"total": 1021,
"version": "2.0.0",
"author": {
"name": "Vjacheslav Trushkin",
"url": "https://github.com/cyberalien/line-md"
Expand Down
18 changes: 14 additions & 4 deletions collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,16 @@
* Icon set prefix: `lucide`
* File: [json/lucide.json](json/lucide.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))

## Lucide Lab
* Number of icons: 373
* Author: Lucide Contributors
* URL: https://github.com/lucide-icons/lucide-lab
* License: ISC
* License URL: https://github.com/lucide-icons/lucide-lab/blob/main/LICENSE
* Palette: Colorless
* Icon set prefix: `lucide-lab`
* File: [json/lucide-lab.json](json/lucide-lab.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))

## Unicons
* Number of icons: 1206
* Author: Iconscout
Expand Down Expand Up @@ -655,12 +665,12 @@
* File: [json/marketeq.json](json/marketeq.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))

## Fluent UI System Icons
* Number of icons: 16535
* Number of icons: 16570
* Author: Microsoft Corporation
* URL: https://github.com/microsoft/fluentui-system-icons
* License: MIT
* License URL: https://github.com/microsoft/fluentui-system-icons/blob/main/LICENSE
* Version: 1.1.254
* Version: 1.1.255
* Palette: Colorless
* Icon set prefix: `fluent`
* File: [json/fluent.json](json/fluent.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
Expand Down Expand Up @@ -892,12 +902,12 @@
* File: [json/formkit.json](json/formkit.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))

## Material Line Icons
* Number of icons: 606
* Number of icons: 1021
* Author: Vjacheslav Trushkin
* URL: https://github.com/cyberalien/line-md
* License: MIT
* License URL: https://github.com/cyberalien/line-md/blob/master/license.txt
* Version: 1.0.6
* Version: 2.0.0
* Palette: Colorless
* Icon set prefix: `line-md`
* File: [json/line-md.json](json/line-md.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.240",
"version": "2.2.241",
"license": "MIT",
"homepage": "https://iconify.design/icon-sets/",
"autoload": {
Expand Down
183 changes: 173 additions & 10 deletions json/fluent.json

Large diffs are not rendered by default.

3,752 changes: 2,739 additions & 1,013 deletions json/line-md.json

Large diffs are not rendered by default.

1,198 changes: 1,198 additions & 0 deletions json/lucide-lab.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.240",
"version": "2.2.241",
"type": "module",
"homepage": "https://iconify.design/icon-sets/",
"bugs": "https://github.com/iconify/icon-sets/issues",
Expand Down

0 comments on commit ac504b6

Please sign in to comment.