@iconify/collections 1.0.265 → 1.0.266

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 +50 -6
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "material-symbols": {
3
3
  "name": "Material Symbols",
4
- "total": 10427,
4
+ "total": 10517,
5
5
  "author": {
6
6
  "name": "Google",
7
7
  "url": "https://github.com/google/material-design-icons"
@@ -505,7 +505,7 @@
505
505
  },
506
506
  "lucide": {
507
507
  "name": "Lucide",
508
- "total": 964,
508
+ "total": 965,
509
509
  "author": {
510
510
  "name": "Lucide Contributors",
511
511
  "url": "https://github.com/lucide-icons/lucide"
@@ -1071,8 +1071,8 @@
1071
1071
  },
1072
1072
  "fluent": {
1073
1073
  "name": "Fluent UI System Icons",
1074
- "total": 11814,
1075
- "version": "1.1.179",
1074
+ "total": 13494,
1075
+ "version": "1.1.200",
1076
1076
  "author": {
1077
1077
  "name": "Microsoft Corporation",
1078
1078
  "url": "https://github.com/microsoft/fluentui-system-icons"
@@ -1080,7 +1080,7 @@
1080
1080
  "license": {
1081
1081
  "title": "MIT",
1082
1082
  "spdx": "MIT",
1083
- "url": "https://github.com/microsoft/fluentui-system-icons/blob/master/LICENSE"
1083
+ "url": "https://github.com/microsoft/fluentui-system-icons/blob/main/LICENSE"
1084
1084
  },
1085
1085
  "samples": [
1086
1086
  "zoom-out-24-filled",
@@ -1844,7 +1844,7 @@
1844
1844
  },
1845
1845
  "logos": {
1846
1846
  "name": "SVG Logos",
1847
- "total": 1665,
1847
+ "total": 1668,
1848
1848
  "author": {
1849
1849
  "name": "Gil Barbara",
1850
1850
  "url": "https://github.com/gilbarbara/logos"
@@ -1995,6 +1995,50 @@
1995
1995
  "category": "Brands / Social",
1996
1996
  "palette": false
1997
1997
  },
1998
+ "devicon": {
1999
+ "name": "Devicon",
2000
+ "total": 659,
2001
+ "author": {
2002
+ "name": "konpa",
2003
+ "url": "https://github.com/devicons/devicon/tree/master"
2004
+ },
2005
+ "license": {
2006
+ "title": "MIT",
2007
+ "spdx": "MIT",
2008
+ "url": "https://github.com/devicons/devicon/blob/master/LICENSE"
2009
+ },
2010
+ "samples": [
2011
+ "windows8",
2012
+ "tensorflow",
2013
+ "logstash"
2014
+ ],
2015
+ "height": 128,
2016
+ "displayHeight": 16,
2017
+ "category": "Brands / Social",
2018
+ "palette": true
2019
+ },
2020
+ "devicon-plain": {
2021
+ "name": "Devicon Plain",
2022
+ "total": 506,
2023
+ "author": {
2024
+ "name": "konpa",
2025
+ "url": "https://github.com/devicons/devicon/tree/master"
2026
+ },
2027
+ "license": {
2028
+ "title": "MIT",
2029
+ "spdx": "MIT",
2030
+ "url": "https://github.com/devicons/devicon/blob/master/LICENSE"
2031
+ },
2032
+ "samples": [
2033
+ "kotlin",
2034
+ "bulma",
2035
+ "logstash"
2036
+ ],
2037
+ "height": 128,
2038
+ "displayHeight": 16,
2039
+ "category": "Brands / Social",
2040
+ "palette": false
2041
+ },
1998
2042
  "skill-icons": {
1999
2043
  "name": "Skill Icons",
2000
2044
  "total": 317,
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.265",
4
+ "version": "1.0.266",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",