@iconify-json/codicon 1.1.26 → 1.1.27
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/README.md +5 -3
- package/icons.json +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,8 +4,8 @@ This package contains icon data for Codicons icon set.
|
|
|
4
4
|
|
|
5
5
|
Files:
|
|
6
6
|
|
|
7
|
-
- Icon data is stored in `icons.json` in `IconifyJSON` format. See [IconifyJSON documentation](https://
|
|
8
|
-
- Icon set information is stored in `info.json` in `IconifyInfo` format. See [IconifyInfo documentation](https://
|
|
7
|
+
- Icon data is stored in `icons.json` in `IconifyJSON` format. See [IconifyJSON documentation](https://iconify.design/docs/types/iconify-json.html).
|
|
8
|
+
- Icon set information is stored in `info.json` in `IconifyInfo` format. See [IconifyInfo documentation](https://iconify.design/docs/types/iconify-info.html).
|
|
9
9
|
|
|
10
10
|
## Installation
|
|
11
11
|
|
|
@@ -15,4 +15,6 @@ npm install @iconify-json/codicon --save-dev
|
|
|
15
15
|
|
|
16
16
|
## Usage
|
|
17
17
|
|
|
18
|
-
Icon data can be
|
|
18
|
+
Icon data can be used with many tools and components, see [Iconify documentation](https://iconify.design/docs/usage/).
|
|
19
|
+
|
|
20
|
+
To convert to SVG, you can use [Iconify Utils](https://iconify.design/docs/libraries/utils/examples/export-svgs-from-icon-set.html) for basic usage or [Iconify Tools](https://iconify.design/docs/libraries/tools/).
|
package/icons.json
CHANGED
|
@@ -421,7 +421,7 @@
|
|
|
421
421
|
"body": "<path fill=\"currentColor\" d=\"M1.48 1.48a.5.5 0 0 0-.049.65l.049.057l2.69 2.69A6.657 6.657 0 0 0 1.533 8.71a.5.5 0 0 0 .97.242a5.66 5.66 0 0 1 2.386-3.356l1.207 1.207a2.667 2.667 0 0 0 3.771 3.771l3.946 3.946a.5.5 0 0 0 .756-.65l-.049-.057l-4.075-4.076v-.001l-.8-.799l-1.913-1.913h.001l-1.92-1.919v-.001l-.755-.754l-2.871-2.87a.5.5 0 0 0-.707 0Zm5.323 6.03l2.356 2.357A1.667 1.667 0 0 1 6.802 7.51ZM8 3.667c-.667 0-1.314.098-1.926.283l.825.824a5.669 5.669 0 0 1 6.6 4.181a.5.5 0 0 0 .97-.242A6.669 6.669 0 0 0 8 3.667Zm.13 2.34l2.534 2.533A2.668 2.668 0 0 0 8.13 6.006Z\"/>"
|
|
422
422
|
},
|
|
423
423
|
"feedback": {
|
|
424
|
-
"body": "<
|
|
424
|
+
"body": "<g fill=\"currentColor\"><path d=\"m4.5 1l-.5.5v1.527a4.551 4.551 0 0 1 1 0V2h9v5h-1.707L11 8.293V7H8.973a4.551 4.551 0 0 1 0 1H10v1.5l.854.354L12.707 8H14.5l.5-.5v-6l-.5-.5h-10Z\"/><path fill-rule=\"evenodd\" d=\"M6.417 10.429a3.5 3.5 0 1 0-3.834 0A4.501 4.501 0 0 0 0 14.5v.5h1v-.5a3.502 3.502 0 0 1 7 0v.5h1v-.5a4.501 4.501 0 0 0-2.583-4.071ZM4.5 10a2.5 2.5 0 1 1 0-5a2.5 2.5 0 0 1 0 5Z\" clip-rule=\"evenodd\"/></g>"
|
|
425
425
|
},
|
|
426
426
|
"file": {
|
|
427
427
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m13.71 4.29l-3-3L10 1H4L3 2v12l1 1h9l1-1V5l-.29-.71zM13 14H4V2h5v4h4v8zm-3-9V2l3 3h-3z\" clip-rule=\"evenodd\"/>"
|
|
@@ -1333,5 +1333,5 @@
|
|
|
1333
1333
|
"parent": "circle-small-filled"
|
|
1334
1334
|
}
|
|
1335
1335
|
},
|
|
1336
|
-
"lastModified":
|
|
1336
|
+
"lastModified": 1691126942
|
|
1337
1337
|
}
|