@iconify-json/codicon 1.2.55 → 1.2.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 +7 -2
- package/info.json +1 -1
- package/package.json +1 -1
package/icons.json
CHANGED
|
@@ -10,6 +10,11 @@
|
|
|
10
10
|
"add": {
|
|
11
11
|
"body": "<path fill=\"currentColor\" d=\"M8 1.5a.5.5 0 0 0-1 0V7H1.5a.5.5 0 0 0 0 1H7v5.5a.5.5 0 0 0 1 0V8h5.5a.5.5 0 0 0 0-1H8z\"/>"
|
|
12
12
|
},
|
|
13
|
+
"add-compact": {
|
|
14
|
+
"body": "<path fill=\"currentColor\" d=\"M6 .5a.5.5 0 0 0-1 0V5H.5a.5.5 0 0 0 0 1H5v4.5a.5.5 0 0 0 1 0V6h4.5a.5.5 0 0 0 0-1H6z\"/>",
|
|
15
|
+
"width": 12,
|
|
16
|
+
"height": 12
|
|
17
|
+
},
|
|
13
18
|
"add-small": {
|
|
14
19
|
"body": "<path fill=\"currentColor\" d=\"M6 .5a.5.5 0 0 0-1 0V5H.5a.5.5 0 0 0 0 1H5v4.5a.5.5 0 0 0 1 0V6h4.5a.5.5 0 0 0 0-1H6z\"/>",
|
|
15
20
|
"width": 12,
|
|
@@ -208,7 +213,7 @@
|
|
|
208
213
|
"circle-slash-compact": {
|
|
209
214
|
"body": "<path fill=\"currentColor\" d=\"M6 0C2.691 0 0 2.691 0 6s2.691 6 6 6s6-2.691 6-6s-2.691-6-6-6M1 6c0-2.757 2.243-5 5-5c1.199 0 2.3.424 3.163 1.13L2.131 9.162a4.98 4.98 0 0 1-1.13-3.163zm5 5c-1.199 0-2.3-.424-3.163-1.13l7.032-7.032a4.98 4.98 0 0 1 1.13 3.163c0 2.757-2.243 5-5 5z\"/>",
|
|
210
215
|
"width": 12,
|
|
211
|
-
"height":
|
|
216
|
+
"height": 12
|
|
212
217
|
},
|
|
213
218
|
"circle-small": {
|
|
214
219
|
"body": "<path fill=\"currentColor\" d=\"M8.831 8.555a1 1 0 1 1-1.663-1.11a1 1 0 0 1 1.663 1.11m.832.556a2 2 0 1 0-3.325-2.222A2 2 0 0 0 9.663 9.11\"/>"
|
|
@@ -1819,5 +1824,5 @@
|
|
|
1819
1824
|
"parent": "circle-small-filled"
|
|
1820
1825
|
}
|
|
1821
1826
|
},
|
|
1822
|
-
"lastModified":
|
|
1827
|
+
"lastModified": 1779346312
|
|
1823
1828
|
}
|
package/info.json
CHANGED