@iconify/collections 1.0.611 → 1.0.612

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 +52 -0
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -4967,6 +4967,36 @@
4967
4967
  ],
4968
4968
  "palette": false
4969
4969
  },
4970
+ "gala": {
4971
+ "name": "Gala Icons",
4972
+ "total": 51,
4973
+ "author": {
4974
+ "name": "Jake Wells",
4975
+ "url": "https://github.com/cyberalien/gala-icons"
4976
+ },
4977
+ "license": {
4978
+ "title": "GPL",
4979
+ "spdx": "GPL-3.0",
4980
+ "url": "https://github.com/cyberalien/gala-icons/blob/main/LICENSE"
4981
+ },
4982
+ "samples": [
4983
+ "brochure",
4984
+ "remove",
4985
+ "chart",
4986
+ "issue",
4987
+ "multi",
4988
+ "video"
4989
+ ],
4990
+ "height": 32,
4991
+ "displayHeight": 16,
4992
+ "category": "Archive / Unmaintained",
4993
+ "tags": [
4994
+ "Precise Shapes",
4995
+ "Has Padding",
4996
+ "Uses Stroke"
4997
+ ],
4998
+ "palette": false
4999
+ },
4970
5000
  "heroicons-outline": {
4971
5001
  "name": "HeroIcons v1 Outline",
4972
5002
  "total": 230,
@@ -5802,6 +5832,28 @@
5802
5832
  "palette": false,
5803
5833
  "hidden": true
5804
5834
  },
5835
+ "pepicons": {
5836
+ "name": "Pepicons",
5837
+ "total": 428,
5838
+ "version": "1.2.7",
5839
+ "author": {
5840
+ "name": "CyCraft",
5841
+ "url": "https://github.com/CyCraft/pepicons"
5842
+ },
5843
+ "license": {
5844
+ "title": "CC BY 4.0",
5845
+ "spdx": "CC-BY-4.0",
5846
+ "url": "https://github.com/CyCraft/pepicons/blob/dev/LICENSE"
5847
+ },
5848
+ "samples": [
5849
+ "bookmark-print",
5850
+ "moon",
5851
+ "pen-print"
5852
+ ],
5853
+ "displayHeight": 20,
5854
+ "palette": false,
5855
+ "hidden": true
5856
+ },
5805
5857
  "fluent-emoji": {
5806
5858
  "name": "Fluent Emoji",
5807
5859
  "total": 3126,
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.611",
5
+ "version": "1.0.612",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",
8
8
  "types": "index.d.ts",