@iconify/collections 1.0.257 → 1.0.259

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/collections.json +28 -7
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -109,7 +109,7 @@
109
109
  "tabler": {
110
110
  "name": "Tabler Icons",
111
111
  "total": 4062,
112
- "version": "2.13.0",
112
+ "version": "2.13.2",
113
113
  "author": {
114
114
  "name": "Paweł Kuna",
115
115
  "url": "https://github.com/tabler/tabler-icons"
@@ -130,8 +130,8 @@
130
130
  },
131
131
  "ri": {
132
132
  "name": "Remix Icon",
133
- "total": 2271,
134
- "version": "2.5.0",
133
+ "total": 2427,
134
+ "version": "3.0.0",
135
135
  "author": {
136
136
  "name": "Remix Design",
137
137
  "url": "https://github.com/Remix-Design/RemixIcon"
@@ -153,7 +153,7 @@
153
153
  "bi": {
154
154
  "name": "Bootstrap Icons",
155
155
  "total": 1953,
156
- "version": "1.10.3",
156
+ "version": "1.10.4",
157
157
  "author": {
158
158
  "name": "The Bootstrap Authors",
159
159
  "url": "https://github.com/twbs/icons"
@@ -505,7 +505,7 @@
505
505
  },
506
506
  "lucide": {
507
507
  "name": "Lucide",
508
- "total": 911,
508
+ "total": 915,
509
509
  "author": {
510
510
  "name": "Lucide Contributors",
511
511
  "url": "https://github.com/lucide-icons/lucide"
@@ -1381,6 +1381,27 @@
1381
1381
  "category": "General",
1382
1382
  "palette": false
1383
1383
  },
1384
+ "streamline": {
1385
+ "name": "Streamline",
1386
+ "total": 1000,
1387
+ "author": {
1388
+ "name": "Webalys LLC",
1389
+ "url": "https://github.com/webalys-hq/streamline-vectors"
1390
+ },
1391
+ "license": {
1392
+ "title": "CC BY 4.0",
1393
+ "spdx": "CC-BY-4.0",
1394
+ "url": "https://creativecommons.org/licenses/by/4.0/"
1395
+ },
1396
+ "samples": [
1397
+ "mail-sign-hashtag-sharp-sign-hashtag-tag",
1398
+ "interface-weather-umbrella-storm-rain-umbrella-open-weather",
1399
+ "money-graph-bar-product-data-bars-analysis-analytics-graph-business-chart"
1400
+ ],
1401
+ "height": 14,
1402
+ "category": "General",
1403
+ "palette": false
1404
+ },
1384
1405
  "fa6-solid": {
1385
1406
  "name": "Font Awesome Solid",
1386
1407
  "total": 1390,
@@ -1801,8 +1822,8 @@
1801
1822
  },
1802
1823
  "simple-icons": {
1803
1824
  "name": "Simple Icons",
1804
- "total": 2441,
1805
- "version": "8.8.0",
1825
+ "total": 2444,
1826
+ "version": "8.9.0",
1806
1827
  "author": {
1807
1828
  "name": "Simple Icons Collaborators",
1808
1829
  "url": "https://github.com/simple-icons/simple-icons"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify/collections",
3
3
  "description": "Iconify icon sets list",
4
- "version": "1.0.257",
4
+ "version": "1.0.259",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",