@iconify/collections 1.0.572 → 1.0.573

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 +34 -7
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -2167,8 +2167,8 @@
2167
2167
  },
2168
2168
  "fluent": {
2169
2169
  "name": "Fluent UI System Icons",
2170
- "total": 18226,
2171
- "version": "1.1.306",
2170
+ "total": 18283,
2171
+ "version": "1.1.307",
2172
2172
  "author": {
2173
2173
  "name": "Microsoft Corporation",
2174
2174
  "url": "https://github.com/microsoft/fluentui-system-icons"
@@ -2331,7 +2331,7 @@
2331
2331
  "octicon": {
2332
2332
  "name": "Octicons",
2333
2333
  "total": 657,
2334
- "version": "19.15.4",
2334
+ "version": "19.15.5",
2335
2335
  "author": {
2336
2336
  "name": "GitHub",
2337
2337
  "url": "https://github.com/primer/octicons/"
@@ -2602,6 +2602,33 @@
2602
2602
  ],
2603
2603
  "palette": false
2604
2604
  },
2605
+ "sidekickicons": {
2606
+ "name": "SidekickIcons",
2607
+ "total": 224,
2608
+ "version": "0.14.0",
2609
+ "author": {
2610
+ "name": "Andri Soone",
2611
+ "url": "https://github.com/ndri/sidekickicons"
2612
+ },
2613
+ "license": {
2614
+ "title": "MIT",
2615
+ "spdx": "MIT",
2616
+ "url": "https://github.com/ndri/sidekickicons/blob/master/LICENSE"
2617
+ },
2618
+ "samples": [
2619
+ "crown",
2620
+ "blockquote",
2621
+ "compass",
2622
+ "triangle-16-solid",
2623
+ "circle",
2624
+ "check-double"
2625
+ ],
2626
+ "category": "UI Other / Mixed Grid",
2627
+ "tags": [
2628
+ "Has Padding"
2629
+ ],
2630
+ "palette": false
2631
+ },
2605
2632
  "pepicons-pop": {
2606
2633
  "name": "Pepicons Pop!",
2607
2634
  "total": 1275,
@@ -2705,7 +2732,7 @@
2705
2732
  "pajamas": {
2706
2733
  "name": "Gitlab SVGs",
2707
2734
  "total": 406,
2708
- "version": "3.142.0",
2735
+ "version": "3.143.0",
2709
2736
  "author": {
2710
2737
  "name": "GitLab B.V.",
2711
2738
  "url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
@@ -3134,7 +3161,7 @@
3134
3161
  "fluent-color": {
3135
3162
  "name": "Fluent UI System Color Icons",
3136
3163
  "total": 889,
3137
- "version": "1.1.306",
3164
+ "version": "1.1.307",
3138
3165
  "author": {
3139
3166
  "name": "Microsoft Corporation",
3140
3167
  "url": "https://github.com/microsoft/fluentui-system-icons"
@@ -3424,7 +3451,7 @@
3424
3451
  },
3425
3452
  "devicon": {
3426
3453
  "name": "Devicon",
3427
- "total": 938,
3454
+ "total": 941,
3428
3455
  "author": {
3429
3456
  "name": "konpa",
3430
3457
  "url": "https://github.com/devicons/devicon/tree/master"
@@ -3754,7 +3781,7 @@
3754
3781
  },
3755
3782
  "cbi": {
3756
3783
  "name": "Custom Brand Icons",
3757
- "total": 1469,
3784
+ "total": 1488,
3758
3785
  "author": {
3759
3786
  "name": "Emanuele & rchiileea",
3760
3787
  "url": "https://github.com/elax46/custom-brand-icons"
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@iconify/collections",
3
3
  "description": "Iconify icon sets list",
4
4
  "license": "MIT",
5
- "version": "1.0.572",
5
+ "version": "1.0.573",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",
8
8
  "types": "index.d.ts",