@iconify/collections 1.0.382 → 1.0.384

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
@@ -216,8 +216,8 @@
216
216
  },
217
217
  "carbon": {
218
218
  "name": "Carbon",
219
- "total": 2075,
220
- "version": "11.33.0",
219
+ "total": 2077,
220
+ "version": "11.34.0",
221
221
  "author": {
222
222
  "name": "IBM",
223
223
  "url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons"
@@ -304,7 +304,7 @@
304
304
  },
305
305
  "lucide": {
306
306
  "name": "Lucide",
307
- "total": 1393,
307
+ "total": 1408,
308
308
  "author": {
309
309
  "name": "Lucide Contributors",
310
310
  "url": "https://github.com/lucide-icons/lucide"
@@ -1422,7 +1422,7 @@
1422
1422
  },
1423
1423
  "codicon": {
1424
1424
  "name": "Codicons",
1425
- "total": 448,
1425
+ "total": 455,
1426
1426
  "version": "0.0.35",
1427
1427
  "author": {
1428
1428
  "name": "Microsoft Corporation",
@@ -2099,8 +2099,8 @@
2099
2099
  },
2100
2100
  "simple-icons": {
2101
2101
  "name": "Simple Icons",
2102
- "total": 2950,
2103
- "version": "11.1.0",
2102
+ "total": 2973,
2103
+ "version": "11.2.0",
2104
2104
  "author": {
2105
2105
  "name": "Simple Icons Collaborators",
2106
2106
  "url": "https://github.com/simple-icons/simple-icons"
@@ -2189,7 +2189,7 @@
2189
2189
  },
2190
2190
  "arcticons": {
2191
2191
  "name": "Arcticons",
2192
- "total": 8298,
2192
+ "total": 8297,
2193
2193
  "author": {
2194
2194
  "name": "Donnnno",
2195
2195
  "url": "https://github.com/Donnnno/Arcticons"
@@ -2209,6 +2209,27 @@
2209
2209
  "category": "Brands / Social",
2210
2210
  "palette": false
2211
2211
  },
2212
+ "cbi": {
2213
+ "name": "Custom Brand Icons",
2214
+ "total": 1074,
2215
+ "author": {
2216
+ "name": "Emanuele",
2217
+ "url": "https://github.com/elax46/custom-brand-icons"
2218
+ },
2219
+ "license": {
2220
+ "title": "CC BY-NC-SA 4.0",
2221
+ "spdx": "CC-BY-NC-SA-4.0",
2222
+ "url": "https://github.com/elax46/custom-brand-icons/blob/main/LICENSE"
2223
+ },
2224
+ "samples": [
2225
+ "mitsubishi",
2226
+ "espn",
2227
+ "roomscomputer"
2228
+ ],
2229
+ "displayHeight": 24,
2230
+ "category": "Brands / Social",
2231
+ "palette": false
2232
+ },
2212
2233
  "file-icons": {
2213
2234
  "name": "File Icons",
2214
2235
  "total": 930,
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.382",
4
+ "version": "1.0.384",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",