@iconify-json/codicon 1.1.16 → 1.1.17
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 +6 -3
- package/icons.json +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
# Codicons
|
|
2
2
|
|
|
3
|
-
This package
|
|
3
|
+
This package contains icon data for Codicons icon set.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Files:
|
|
6
|
+
|
|
7
|
+
- Icon data is stored in `icons.json` in `IconifyJSON` format. See [IconifyJSON documentation](https://docs.iconify.design/types/iconify-json.html).
|
|
8
|
+
- Icon set information is stored in `info.json` in `IconifyInfo` format. See [IconifyInfo documentation](https://docs.iconify.design/types/iconify-info.html).
|
|
6
9
|
|
|
7
10
|
## Installation
|
|
8
11
|
|
|
@@ -12,4 +15,4 @@ npm install @iconify-json/codicon --save-dev
|
|
|
12
15
|
|
|
13
16
|
## Usage
|
|
14
17
|
|
|
15
|
-
|
|
18
|
+
Icon data can be parsed with various tools, see [Iconify documentation](https://docs.iconify.design/icons/json.html).
|
package/icons.json
CHANGED
|
@@ -701,7 +701,7 @@
|
|
|
701
701
|
"body": "<path fill=\"currentColor\" d=\"M6 12v-1h4v1H6zM4 7h8v1H4V7zm10-4v1H2V3h12z\"/>"
|
|
702
702
|
},
|
|
703
703
|
"list-flat": {
|
|
704
|
-
"body": "<path fill=\"currentColor\" d=\"M2
|
|
704
|
+
"body": "<path fill=\"currentColor\" d=\"M2 9h9v1H2zm0 3h8v1H2zm0-6h12v1H2zm0-3h11v1H2z\"/>"
|
|
705
705
|
},
|
|
706
706
|
"list-ordered": {
|
|
707
707
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2.287 2.326L2.692 2h.677v3h-.708V2.792l-.374.281v-.747zM5 3h10v1H5V3zm0 4h10v1H5V7zm10 4H5v1h10v-1zM3.742 7.626l.029-.039l.065-.09a.84.84 0 0 0 .156-.507c0-.12-.02-.24-.057-.354a.848.848 0 0 0-.492-.529a1.123 1.123 0 0 0-.452-.082a1.094 1.094 0 0 0-.458.087a.867.867 0 0 0-.479.522A1.038 1.038 0 0 0 2 6.957v.05h.81v-.05a.3.3 0 0 1 .046-.157a.174.174 0 0 1 .057-.054a.19.19 0 0 1 .172 0a.188.188 0 0 1 .056.06a.24.24 0 0 1 .031.081a.445.445 0 0 1-.036.29a1.309 1.309 0 0 1-.12.182l-1 1.138l-.012.013v.54h1.988v-.7h-.9l.65-.724zm-.037 3.817c.046.032.086.07.12.114a.841.841 0 0 1 .167.55c0 .107-.017.213-.05.314a.792.792 0 0 1-.487.5a1.288 1.288 0 0 1-.48.079c-.115 0-.23-.016-.341-.049a.94.94 0 0 1-.258-.123a.751.751 0 0 1-.182-.177a1.063 1.063 0 0 1-.116-.2A1.038 1.038 0 0 1 2 12.078v-.049h.814v.049c0 .027.003.055.009.082a.207.207 0 0 0 .03.074a.14.14 0 0 0 .053.052a.2.2 0 0 0 .157.008a.159.159 0 0 0 .056-.039a.22.22 0 0 0 .042-.075a.417.417 0 0 0 .017-.126a.483.483 0 0 0-.022-.163a.2.2 0 0 0-.051-.08a.138.138 0 0 0-.06-.029a.537.537 0 0 0-.077-.007h-.161v-.645h.168a.241.241 0 0 0 .069-.011a.164.164 0 0 0 .065-.034a.175.175 0 0 0 .048-.067a.286.286 0 0 0 .021-.121a.28.28 0 0 0-.016-.1a.166.166 0 0 0-.097-.099a.2.2 0 0 0-.156.007a.164.164 0 0 0-.055.053a.344.344 0 0 0-.04.156v.049H2v-.049a.987.987 0 0 1 .18-.544a.8.8 0 0 1 .179-.186a.87.87 0 0 1 .262-.133c.114-.036.234-.053.354-.051c.116-.001.231.01.344.036c.092.021.18.055.263.1a.757.757 0 0 1 .32.318a.73.73 0 0 1 .09.347a.81.81 0 0 1-.167.528a.562.562 0 0 1-.12.114z\" clip-rule=\"evenodd\"/>"
|
|
@@ -710,7 +710,7 @@
|
|
|
710
710
|
"body": "<path fill=\"currentColor\" d=\"M1 12v-1h9v1H1zm0-5h14v1H1V7zm11-4v1H1V3h11z\"/>"
|
|
711
711
|
},
|
|
712
712
|
"list-tree": {
|
|
713
|
-
"body": "<g fill=\"currentColor\"><path d=\"
|
|
713
|
+
"body": "<g fill=\"currentColor\"><path d=\"M4 9h9v1H4zm0 3h7v1H4zm0-6h10v1H4zM1 3h11v1H1z\"/><path d=\"M4 4h1v9H4z\"/></g>"
|
|
714
714
|
},
|
|
715
715
|
"list-unordered": {
|
|
716
716
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 3H1v1h1V3zm0 3H1v1h1V6zM1 9h1v1H1V9zm1 3H1v1h1v-1zm2-9h11v1H4V3zm11 3H4v1h11V6zM4 9h11v1H4V9zm11 3H4v1h11v-1z\" clip-rule=\"evenodd\"/>"
|
|
@@ -1321,5 +1321,5 @@
|
|
|
1321
1321
|
"parent": "circle-small-filled"
|
|
1322
1322
|
}
|
|
1323
1323
|
},
|
|
1324
|
-
"lastModified":
|
|
1324
|
+
"lastModified": 1664948546
|
|
1325
1325
|
}
|