@iconify-json/octicon 1.1.55 → 1.1.56
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/icons.json +9 -1
- package/info.json +2 -2
- package/package.json +2 -2
package/icons.json
CHANGED
|
@@ -17,6 +17,14 @@
|
|
|
17
17
|
"width": 24,
|
|
18
18
|
"height": 24
|
|
19
19
|
},
|
|
20
|
+
"ai-model-16": {
|
|
21
|
+
"body": "<path fill=\"currentColor\" d=\"M10.628 7.25a2.25 2.25 0 1 1 0 1.5H8.622a2.25 2.25 0 0 1-2.513 1.466L5.03 12.124a2.25 2.25 0 1 1-1.262-.814l1.035-1.832A2.25 2.25 0 0 1 4.25 8c0-.566.209-1.082.553-1.478L3.768 4.69a2.25 2.25 0 1 1 1.262-.814l1.079 1.908A2.25 2.25 0 0 1 8.622 7.25ZM2.5 2.5a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0m4 4.75a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m6.25 0a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m-9.5 5.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5\"/>"
|
|
22
|
+
},
|
|
23
|
+
"ai-model-24": {
|
|
24
|
+
"body": "<path fill=\"currentColor\" d=\"M19.375 8.5a3.25 3.25 0 1 1-3.163 4h-3a3.252 3.252 0 0 1-4.443 2.509L7.214 17.76a3.25 3.25 0 1 1-1.342-.674l1.672-2.957A3.24 3.24 0 0 1 6.75 12c0-.907.371-1.727.97-2.316L6.117 6.846A3.253 3.253 0 0 1 1.875 3.75a3.25 3.25 0 1 1 5.526 2.32l1.603 2.836A3.25 3.25 0 0 1 13.093 11h3.119a3.25 3.25 0 0 1 3.163-2.5M10 10.25a1.75 1.75 0 1 0-.001 3.499A1.75 1.75 0 0 0 10 10.25M5.125 2a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5m12.5 9.75a1.75 1.75 0 1 0 3.5 0a1.75 1.75 0 0 0-3.5 0m-14.25 8.5a1.75 1.75 0 1 0 3.501-.001a1.75 1.75 0 0 0-3.501.001\"/>",
|
|
25
|
+
"width": 24,
|
|
26
|
+
"height": 24
|
|
27
|
+
},
|
|
20
28
|
"alert": {
|
|
21
29
|
"body": "<path fill-rule=\"evenodd\" d=\"M8.893 1.5c-.183-.31-.52-.5-.887-.5s-.703.19-.886.5L.138 13.499a.98.98 0 0 0 0 1.001c.193.31.53.501.886.501h13.964c.367 0 .704-.19.877-.5a1.03 1.03 0 0 0 .01-1.002L8.893 1.5zm.133 11.497H6.987v-2.003h2.039v2.003zm0-3.004H6.987V5.987h2.039v4.006z\" fill=\"currentColor\"/>",
|
|
22
30
|
"hidden": true
|
|
@@ -3479,5 +3487,5 @@
|
|
|
3479
3487
|
"parent": "unverified-24"
|
|
3480
3488
|
}
|
|
3481
3489
|
},
|
|
3482
|
-
"lastModified":
|
|
3490
|
+
"lastModified": 1720781796
|
|
3483
3491
|
}
|
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": "19.
|
|
4
|
+
"version": "1.1.56",
|
|
5
|
+
"iconSetVersion": "19.11.0",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"module": "index.mjs",
|
|
8
8
|
"types": "index.d.ts",
|