@iconify-json/octicon 1.1.38 → 1.1.40
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 +31 -6
- package/info.json +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,8 +4,8 @@ This package contains icon data for Octicons 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/octicon --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
|
@@ -801,6 +801,14 @@
|
|
|
801
801
|
"width": 24,
|
|
802
802
|
"height": 24
|
|
803
803
|
},
|
|
804
|
+
"devices-16": {
|
|
805
|
+
"body": "<path fill=\"currentColor\" d=\"M0 2.75C0 1.784.784 1 1.75 1h12.5c.966 0 1.75.784 1.75 1.75V5a.75.75 0 0 1-1.5 0V2.75a.25.25 0 0 0-.25-.25H1.75a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25H7A.75.75 0 0 1 7 12h-.268a5.712 5.712 0 0 1-.765 2.5H7A.75.75 0 0 1 7 16H4.5a.75.75 0 0 1-.565-1.243c.772-.885 1.193-1.716 1.292-2.757H1.75A1.75 1.75 0 0 1 0 10.25v-7.5Z\"/><path fill=\"currentColor\" d=\"M10.75 7h3.5c.967 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 14.25 16h-3.5A1.75 1.75 0 0 1 9 14.25v-5.5C9 7.784 9.783 7 10.75 7Zm-.25 1.75v5.5c0 .138.112.25.25.25h3.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25h-3.5a.25.25 0 0 0-.25.25Z\"/>"
|
|
806
|
+
},
|
|
807
|
+
"devices-24": {
|
|
808
|
+
"body": "<path fill=\"currentColor\" d=\"M1 3.75C1 2.784 1.784 2 2.75 2h18.5c.966 0 1.75.784 1.75 1.75v4a.75.75 0 0 1-1.5 0v-4a.25.25 0 0 0-.25-.25H2.75a.25.25 0 0 0-.25.25v11.5c0 .138.112.25.25.25h9a.75.75 0 0 1 0 1.5h-1.287c-.126 1.266-.564 2.445-1.223 3.5h2.51a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.565-1.243c.964-1.105 1.598-2.382 1.769-3.757H2.75A1.75 1.75 0 0 1 1 15.25V3.75Z\"/><path fill=\"currentColor\" d=\"M14 11.75c0-.967.783-1.75 1.75-1.75h5.5c.966 0 1.75.783 1.75 1.75v8.5A1.75 1.75 0 0 1 21.25 22h-5.5A1.75 1.75 0 0 1 14 20.25Zm1.75-.25a.25.25 0 0 0-.25.25v8.5c0 .138.112.25.25.25h5.5a.25.25 0 0 0 .25-.25v-8.5a.25.25 0 0 0-.25-.25Z\"/>",
|
|
809
|
+
"width": 24,
|
|
810
|
+
"height": 24
|
|
811
|
+
},
|
|
804
812
|
"diamond-16": {
|
|
805
813
|
"body": "<path fill=\"currentColor\" d=\"M.527 9.237a1.75 1.75 0 0 1 0-2.474L6.777.512a1.75 1.75 0 0 1 2.475 0l6.251 6.25a1.75 1.75 0 0 1 0 2.475l-6.25 6.251a1.75 1.75 0 0 1-2.475 0L.527 9.238Zm1.06-1.414a.25.25 0 0 0 0 .354l6.251 6.25a.25.25 0 0 0 .354 0l6.25-6.25a.25.25 0 0 0 0-.354l-6.25-6.25a.25.25 0 0 0-.354 0l-6.25 6.25Z\"/>"
|
|
806
814
|
},
|
|
@@ -1859,7 +1867,7 @@
|
|
|
1859
1867
|
"body": "<path fill=\"currentColor\" d=\"M7.47 10.78a.749.749 0 0 0 1.06 0l3.75-3.75a.749.749 0 1 0-1.06-1.06L8.75 8.439V1.75a.75.75 0 0 0-1.5 0v6.689L4.78 5.97a.749.749 0 1 0-1.06 1.06l3.75 3.75ZM3.75 13a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5h-8.5Z\"/>"
|
|
1860
1868
|
},
|
|
1861
1869
|
"move-to-bottom-24": {
|
|
1862
|
-
"body": "<path fill=\"currentColor\" d=\"M4 21.25a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1-.75-.
|
|
1870
|
+
"body": "<path fill=\"currentColor\" d=\"M4 21.25a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1-.75-.75ZM5.22 9.97a.749.749 0 0 1 1.06 0l4.97 4.969V2.75a.75.75 0 0 1 1.5 0v12.189l4.97-4.969a.749.749 0 1 1 1.06 1.06l-6.25 6.25a.749.749 0 0 1-1.06 0l-6.25-6.25a.749.749 0 0 1 0-1.06Z\"/>",
|
|
1863
1871
|
"width": 24,
|
|
1864
1872
|
"height": 24
|
|
1865
1873
|
},
|
|
@@ -1880,10 +1888,10 @@
|
|
|
1880
1888
|
"height": 24
|
|
1881
1889
|
},
|
|
1882
1890
|
"move-to-top-16": {
|
|
1883
|
-
"body": "<path fill=\"currentColor\" d=\"
|
|
1891
|
+
"body": "<path fill=\"currentColor\" d=\"M3 2.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 3 2.25Zm5.53 2.97l3.75 3.75a.749.749 0 1 1-1.06 1.06L8.75 7.561v6.689a.75.75 0 0 1-1.5 0V7.561L4.78 10.03a.749.749 0 1 1-1.06-1.06l3.75-3.75a.749.749 0 0 1 1.06 0Z\"/>"
|
|
1884
1892
|
},
|
|
1885
1893
|
"move-to-top-24": {
|
|
1886
|
-
"body": "<path fill=\"currentColor\" d=\"M4
|
|
1894
|
+
"body": "<path fill=\"currentColor\" d=\"M4.75 3.5a.75.75 0 0 1 0-1.5h14.5a.75.75 0 0 1 0 1.5H4.75Zm.47 9.47a.749.749 0 1 0 1.06 1.06l4.97-4.969V21.25a.75.75 0 0 0 1.5 0V9.061l4.97 4.969a.749.749 0 1 0 1.06-1.06l-6.25-6.25a.749.749 0 0 0-1.06 0l-6.25 6.25Z\"/>",
|
|
1887
1895
|
"width": 24,
|
|
1888
1896
|
"height": 24
|
|
1889
1897
|
},
|
|
@@ -2102,10 +2110,27 @@
|
|
|
2102
2110
|
"hidden": true
|
|
2103
2111
|
},
|
|
2104
2112
|
"pin-16": {
|
|
2105
|
-
"body": "<path fill=\"currentColor\" d=\"
|
|
2113
|
+
"body": "<path fill=\"currentColor\" d=\"m11.294.984l3.722 3.722a1.75 1.75 0 0 1-.504 2.826l-1.327.613a3.089 3.089 0 0 0-1.707 2.084l-.584 2.454c-.317 1.332-1.972 1.8-2.94.832L5.75 11.311L1.78 15.28a.749.749 0 1 1-1.06-1.06l3.969-3.97l-2.204-2.204c-.968-.968-.5-2.623.832-2.94l2.454-.584a3.08 3.08 0 0 0 2.084-1.707l.613-1.327a1.75 1.75 0 0 1 2.826-.504ZM6.283 9.723l2.732 2.731a.25.25 0 0 0 .42-.119l.584-2.454a4.586 4.586 0 0 1 2.537-3.098l1.328-.613a.25.25 0 0 0 .072-.404l-3.722-3.722a.25.25 0 0 0-.404.072l-.613 1.328a4.584 4.584 0 0 1-3.098 2.537l-2.454.584a.25.25 0 0 0-.119.42l2.731 2.732Z\"/>"
|
|
2106
2114
|
},
|
|
2107
2115
|
"pin-24": {
|
|
2108
|
-
"body": "<path fill=\"currentColor\" d=\"
|
|
2116
|
+
"body": "<path fill=\"currentColor\" d=\"m16.114 1.553l6.333 6.333a1.75 1.75 0 0 1-.603 2.869l-1.63.633a5.67 5.67 0 0 0-3.395 3.725l-1.131 3.959a1.75 1.75 0 0 1-2.92.757L9 16.061l-5.595 5.594a.749.749 0 1 1-1.06-1.06L7.939 15l-3.768-3.768a1.75 1.75 0 0 1 .757-2.92l3.959-1.131a5.666 5.666 0 0 0 3.725-3.395l.633-1.63a1.75 1.75 0 0 1 2.869-.603ZM5.232 10.171l8.597 8.597a.25.25 0 0 0 .417-.108l1.131-3.959A7.17 7.17 0 0 1 19.67 9.99l1.63-.634a.25.25 0 0 0 .086-.409l-6.333-6.333a.25.25 0 0 0-.409.086l-.634 1.63a7.17 7.17 0 0 1-4.711 4.293L5.34 9.754a.25.25 0 0 0-.108.417Z\"/>",
|
|
2117
|
+
"width": 24,
|
|
2118
|
+
"height": 24
|
|
2119
|
+
},
|
|
2120
|
+
"pin-slash-16": {
|
|
2121
|
+
"body": "<path fill=\"currentColor\" d=\"m2.155.595l13.75 13.75a.749.749 0 1 1-1.06 1.06l-3.311-3.31l-.14.588c-.317 1.332-1.972 1.8-2.94.832L6.25 11.311L2.28 15.28a.749.749 0 1 1-1.06-1.06l3.969-3.97l-2.204-2.204c-.968-.968-.5-2.623.832-2.94l.588-.14l-3.31-3.311a.749.749 0 1 1 1.06-1.06Zm8.134 10.254L5.651 6.211l-1.486.354a.25.25 0 0 0-.119.42l2.731 2.732l.003.003l.003.003l2.732 2.731a.25.25 0 0 0 .42-.119ZM11.794.984l3.722 3.722a1.75 1.75 0 0 1-.504 2.826l-1.627.751a1.25 1.25 0 0 0-.355.247a.749.749 0 1 1-1.06-1.06c.228-.228.494-.414.787-.549l1.627-.751a.25.25 0 0 0 .072-.404l-3.722-3.722a.25.25 0 0 0-.404.072l-.751 1.627a2.726 2.726 0 0 1-.549.787a.749.749 0 1 1-1.06-1.06a1.25 1.25 0 0 0 .247-.355l.751-1.627a1.75 1.75 0 0 1 2.826-.504Z\"/>",
|
|
2122
|
+
"width": 17
|
|
2123
|
+
},
|
|
2124
|
+
"pin-slash-24": {
|
|
2125
|
+
"body": "<path fill=\"currentColor\" d=\"M13.745 2.156a1.751 1.751 0 0 1 2.869-.603l6.333 6.333a1.75 1.75 0 0 1-.604 2.869l-1.895.737a5.26 5.26 0 0 0-1.81 1.18l-.358.358a.749.749 0 1 1-1.06-1.06l.358-.358a6.738 6.738 0 0 1 2.326-1.518l1.896-.738a.25.25 0 0 0 .086-.409l-6.333-6.333a.25.25 0 0 0-.409.086l-.521 1.34a8.663 8.663 0 0 1-2.243 3.265a.75.75 0 0 1-1.01-1.11a7.146 7.146 0 0 0 1.855-2.699l.52-1.34ZM16.76 17.07l-.572 2.002a1.75 1.75 0 0 1-2.92.757L9.5 16.061l-5.595 5.594a.749.749 0 1 1-1.06-1.06L8.439 15l-3.768-3.768a1.75 1.75 0 0 1 .757-2.92l2.001-.572l-4.584-4.585a.749.749 0 1 1 1.06-1.06l18.75 18.75a.749.749 0 1 1-1.06 1.06ZM8.643 8.953l-2.803.801a.25.25 0 0 0-.108.417l8.597 8.597a.25.25 0 0 0 .417-.108l.801-2.803Z\"/>",
|
|
2126
|
+
"width": 25,
|
|
2127
|
+
"height": 24
|
|
2128
|
+
},
|
|
2129
|
+
"pivot-column-16": {
|
|
2130
|
+
"body": "<path fill=\"currentColor\" d=\"M0 1.75C0 .784.784 0 1.75 0h12.5C15.217 0 16 .784 16 1.75v5.5a.75.75 0 0 1-1.5 0V6.5h-8v8h.75a.75.75 0 0 1 0 1.5h-5.5A1.75 1.75 0 0 1 0 14.25ZM1.5 6.5v7.75c0 .138.112.25.25.25H5v-8Zm5-1.5h8V1.75a.25.25 0 0 0-.25-.25H6.5ZM5 5V1.5H1.75a.25.25 0 0 0-.25.25V5Z\"/><path fill=\"currentColor\" d=\"m11.017 9.89l-2.882 2.677a.249.249 0 0 0 0 .366l2.882 2.677a.25.25 0 0 0 .421-.183V13.5H12.5A3.5 3.5 0 0 0 16 10a.75.75 0 0 0-1.5 0a2 2 0 0 1-2 2h-1.062v-1.927a.25.25 0 0 0-.421-.183Z\"/>"
|
|
2131
|
+
},
|
|
2132
|
+
"pivot-column-24": {
|
|
2133
|
+
"body": "<path fill=\"currentColor\" d=\"M2 3.75C2 2.783 2.783 2 3.75 2h16.5c.966 0 1.75.783 1.75 1.75V10a.75.75 0 0 1-1.5 0V8.75H8.75V20.5H10a.75.75 0 0 1 0 1.5H3.75A1.75 1.75 0 0 1 2 20.25Zm6.75-.25v3.75H20.5v-3.5a.25.25 0 0 0-.25-.25Zm-1.5 17V8.75H3.5v11.5c0 .138.112.25.25.25ZM3.5 7.25h3.75V3.5h-3.5a.25.25 0 0 0-.25.25Z\"/><path fill=\"currentColor\" d=\"M21.25 12.312a.75.75 0 0 1 .75.75v2.626a3.75 3.75 0 0 1-3.75 3.75h-3.502l2.032 2.032a.749.749 0 1 1-1.06 1.06l-3.25-3.25a.749.749 0 0 1 0-1.06l3.25-3.25a.749.749 0 1 1 1.06 1.06l-1.907 1.908h3.377a2.25 2.25 0 0 0 2.25-2.25v-2.626a.75.75 0 0 1 .75-.75Z\"/>",
|
|
2109
2134
|
"width": 24,
|
|
2110
2135
|
"height": 24
|
|
2111
2136
|
},
|
|
@@ -3198,5 +3223,5 @@
|
|
|
3198
3223
|
"parent": "unverified-24"
|
|
3199
3224
|
}
|
|
3200
3225
|
},
|
|
3201
|
-
"lastModified":
|
|
3226
|
+
"lastModified": 1686116857
|
|
3202
3227
|
}
|
package/info.json
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-json/octicon",
|
|
3
3
|
"description": "Octicons icon set in Iconify JSON format",
|
|
4
|
-
"version": "1.1.
|
|
5
|
-
"iconSetVersion": "
|
|
4
|
+
"version": "1.1.40",
|
|
5
|
+
"iconSetVersion": "19.1.0",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"module": "index.mjs",
|
|
8
8
|
"types": "index.d.ts",
|