@iconify/json 1.1.423 → 1.1.427

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.
package/json/ion.json CHANGED
@@ -10,9 +10,9 @@
10
10
  "license": {
11
11
  "title": "MIT",
12
12
  "spdx": "MIT",
13
- "url": "https://github.com/ionic-team/ionicons/blob/master/LICENSE"
13
+ "url": "https://github.com/ionic-team/ionicons/blob/main/LICENSE"
14
14
  },
15
- "version": "5.5.4",
15
+ "version": "6.0.0",
16
16
  "samples": [
17
17
  "ios-add-circle-outline",
18
18
  "ios-bicycle",
package/json/lucide.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "lucide",
3
3
  "info": {
4
4
  "name": "Lucide",
5
- "total": 510,
5
+ "total": 511,
6
6
  "author": {
7
7
  "name": "Lucide Contributors",
8
8
  "url": "https://github.com/lucide-icons/lucide"
@@ -622,6 +622,9 @@
622
622
  "folder-minus": {
623
623
  "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z\"/><path d=\"M9 14h6\"/></g>"
624
624
  },
625
+ "folder-open": {
626
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6 17l2-5h14l-3 8a2 2 0 0 1-2 1H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h7a2 2 0 0 1 2 2v4\"/></g>"
627
+ },
625
628
  "folder-plus": {
626
629
  "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z\"/><path d=\"M12 11v6\"/><path d=\"M9 14h6\"/></g>"
627
630
  },