Skip to content

Commit

Permalink
Update 2 icon sets: Meteocons, Tabler Icons
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberalien committed Sep 29, 2023
1 parent 4a6cb20 commit 1efef98
Show file tree
Hide file tree
Showing 7 changed files with 1,566 additions and 21 deletions.
27 changes: 25 additions & 2 deletions collections.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
},
"tabler": {
"name": "Tabler Icons",
"total": 4694,
"version": "2.35.0",
"total": 4735,
"version": "2.37.0",
"author": {
"name": "Paweł Kuna",
"url": "https://github.com/tabler/tabler-icons"
Expand Down Expand Up @@ -1616,6 +1616,29 @@
"category": "Animated Icons",
"palette": false
},
"meteocons": {
"name": "Meteocons",
"total": 450,
"version": "3.0.0",
"author": {
"name": "Bas Milius",
"url": "https://github.com/basmilius/weather-icons"
},
"license": {
"title": "MIT",
"spdx": "MIT",
"url": "https://github.com/basmilius/weather-icons/blob/dev/LICENSE"
},
"samples": [
"hurricane-fill",
"sunrise-fill",
"windsock"
],
"height": 32,
"displayHeight": 24,
"category": "Animated Icons",
"palette": true
},
"svg-spinners": {
"name": "SVG Spinners",
"total": 46,
Expand Down
15 changes: 13 additions & 2 deletions collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
* File: [json/solar.json](json/solar.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))

## Tabler Icons
* Number of icons: 4694
* Number of icons: 4735
* Author: Paweł Kuna
* URL: https://github.com/tabler/tabler-icons
* License: MIT
* License URL: https://github.com/tabler/tabler-icons/blob/master/LICENSE
* Version: 2.35.0
* Version: 2.37.0
* Palette: Colorless
* Icon set prefix: `tabler`
* File: [json/tabler.json](json/tabler.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
Expand Down Expand Up @@ -794,6 +794,17 @@
* 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))

## Meteocons
* Number of icons: 450
* Author: Bas Milius
* URL: https://github.com/basmilius/weather-icons
* License: MIT
* License URL: https://github.com/basmilius/weather-icons/blob/dev/LICENSE
* Version: 3.0.0
* Palette: Colorful
* Icon set prefix: `meteocons`
* File: [json/meteocons.json](json/meteocons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))

## SVG Spinners
* Number of icons: 46
* Author: Utkarsh Verma
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.121",
"version": "2.2.122",
"license": "MIT",
"homepage": "https://iconify.design/icon-sets/",
"autoload": {
Expand Down
1,385 changes: 1,385 additions & 0 deletions json/meteocons.json

Large diffs are not rendered by default.

152 changes: 139 additions & 13 deletions json/tabler.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.121",
"version": "2.2.122",
"type": "module",
"homepage": "https://iconify.design/icon-sets/",
"bugs": "https://github.com/iconify/icon-sets/issues",
Expand Down

0 comments on commit 1efef98

Please sign in to comment.