2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-09-18 18:19:00 +00:00

Update 3 icon sets: Bootstrap Icons, Streamline, Tabler Icons

This commit is contained in:
Vjacheslav Trushkin 2023-04-04 10:15:54 +03:00
parent 1cfcdfcd87
commit c2d0dc798c
8 changed files with 4100 additions and 10 deletions

View File

@ -109,7 +109,7 @@
"tabler": {
"name": "Tabler Icons",
"total": 4062,
"version": "2.13.1",
"version": "2.13.2",
"author": {
"name": "Paweł Kuna",
"url": "https://github.com/tabler/tabler-icons"
@ -153,7 +153,7 @@
"bi": {
"name": "Bootstrap Icons",
"total": 1953,
"version": "1.10.3",
"version": "1.10.4",
"author": {
"name": "The Bootstrap Authors",
"url": "https://github.com/twbs/icons"
@ -1381,6 +1381,27 @@
"category": "General",
"palette": false
},
"streamline": {
"name": "Streamline",
"total": 1000,
"author": {
"name": "Webalys LLC",
"url": "https://github.com/webalys-hq/streamline-vectors"
},
"license": {
"title": "CC BY 4.0",
"spdx": "CC-BY-4.0",
"url": "https://creativecommons.org/licenses/by/4.0/"
},
"samples": [
"mail-sign-hashtag-sharp-sign-hashtag-tag",
"interface-weather-umbrella-storm-rain-umbrella-open-weather",
"money-graph-bar-product-data-bars-analysis-analytics-graph-business-chart"
],
"height": 14,
"category": "General",
"palette": false
},
"fa6-solid": {
"name": "Font Awesome Solid",
"total": 1390,

View File

@ -59,7 +59,7 @@
* URL: https://github.com/tabler/tabler-icons
* License: MIT
* License URL: https://github.com/tabler/tabler-icons/blob/master/LICENSE
* Version: 2.13.1
* Version: 2.13.2
* Palette: Colorless
* Icon set prefix: `tabler`
* File: [json/tabler.json](json/tabler.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
@ -81,7 +81,7 @@
* URL: https://github.com/twbs/icons
* License: MIT
* License URL: https://github.com/twbs/icons/blob/main/LICENSE.md
* Version: 1.10.3
* Version: 1.10.4
* Palette: Colorless
* Icon set prefix: `bi`
* File: [json/bi.json](json/bi.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
@ -678,6 +678,16 @@
* Icon set prefix: `ei`
* File: [json/ei.json](json/ei.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
## Streamline
* Number of icons: 1000
* Author: Webalys LLC
* URL: https://github.com/webalys-hq/streamline-vectors
* License: CC BY 4.0
* License URL: https://creativecommons.org/licenses/by/4.0/
* Palette: Colorless
* Icon set prefix: `streamline`
* File: [json/streamline.json](json/streamline.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
## Font Awesome Solid
* Number of icons: 1390
* Author: Dave Gandy

View File

@ -2,7 +2,7 @@
"name": "iconify/json",
"description": "Iconify icons collection in JSON format",
"type": "library",
"version": "2.2.44",
"version": "2.2.45",
"license": "MIT",
"homepage": "https://iconify.design/icon-sets/",
"autoload": {

View File

@ -3,7 +3,7 @@
"info": {
"name": "Bootstrap Icons",
"total": 1953,
"version": "1.10.3",
"version": "1.10.4",
"author": {
"name": "The Bootstrap Authors",
"url": "https://github.com/twbs/icons"

4059
json/streamline.json Normal file

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
"info": {
"name": "Tabler Icons",
"total": 4062,
"version": "2.13.1",
"version": "2.13.2",
"author": {
"name": "Paweł Kuna",
"url": "https://github.com/tabler/tabler-icons"

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@iconify/json",
"version": "2.2.44",
"version": "2.2.45",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@iconify/json",
"version": "2.2.44",
"version": "2.2.45",
"license": "MIT",
"dependencies": {
"@iconify/types": "*",

View File

@ -2,7 +2,7 @@
"name": "@iconify/json",
"description": "Iconify icons collection in JSON format",
"license": "MIT",
"version": "2.2.44",
"version": "2.2.45",
"type": "module",
"homepage": "https://iconify.design/icon-sets/",
"bugs": "https://github.com/iconify/icon-sets/issues",