@iconify/json 2.1.17 → 2.1.20
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/collections.json +19 -19
- package/collections.md +18 -18
- package/composer.json +1 -1
- package/json/arcticons.json +123 -3
- package/json/clarity.json +18 -2
- package/json/ep.json +1 -1
- package/json/fa6-brands.json +1 -1
- package/json/fa6-regular.json +1 -1
- package/json/fa6-solid.json +13 -5
- package/json/icon-park-outline.json +1 -1
- package/json/icon-park.json +1 -1
- package/json/lucide.json +17 -5
- package/json/maki.json +7 -1
- package/json/mdi.json +2237 -65
- package/json/octicon.json +6 -3
- package/json/simple-icons.json +66 -3
- package/json/tabler.json +134 -8
- package/package.json +1 -1
package/json/octicon.json
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"prefix": "octicon",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Octicons",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 495,
|
|
6
6
|
"version": "17.0.0",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "GitHub",
|
|
9
9
|
"url": "https://github.com/primer/octicons/"
|
|
10
10
|
},
|
|
11
11
|
"license": {
|
|
12
|
-
"title": "
|
|
13
|
-
"spdx": "
|
|
12
|
+
"title": "MIT",
|
|
13
|
+
"spdx": "MIT",
|
|
14
14
|
"url": "https://github.com/primer/octicons/blob/main/LICENSE"
|
|
15
15
|
},
|
|
16
16
|
"samples": [
|
|
@@ -961,6 +961,9 @@
|
|
|
961
961
|
"width": 24,
|
|
962
962
|
"height": 24
|
|
963
963
|
},
|
|
964
|
+
"file-directory-open-fill-16": {
|
|
965
|
+
"body": "<path fill=\"currentColor\" d=\"M.513 1.513A1.75 1.75 0 0 1 1.75 1h3.5c.55 0 1.07.26 1.4.7l.9 1.2a.25.25 0 0 0 .2.1H13a1 1 0 0 1 1 1v.5H2.75a.75.75 0 0 0 0 1.5h11.978a1 1 0 0 1 .994 1.117L15 13.25A1.75 1.75 0 0 1 13.25 15H1.75A1.75 1.75 0 0 1 0 13.25V2.75c0-.464.184-.91.513-1.237z\"/>"
|
|
966
|
+
},
|
|
964
967
|
"file-media": {
|
|
965
968
|
"body": "<path fill-rule=\"evenodd\" d=\"M6 5h2v2H6V5zm6-.5V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h7.5L12 4.5zM11 5L8 2H1v11l3-5l2 4l2-2l3 3V5z\" fill=\"currentColor\"/>",
|
|
966
969
|
"width": 12,
|