@iconify-json/codicon 1.1.15 → 1.1.16
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 +1 -1
- package/icons.json +4 -1
- package/info.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/icons.json
CHANGED
|
@@ -1003,6 +1003,9 @@
|
|
|
1003
1003
|
"width": 24,
|
|
1004
1004
|
"height": 24
|
|
1005
1005
|
},
|
|
1006
|
+
"search-fuzzy": {
|
|
1007
|
+
"body": "<path fill=\"currentColor\" d=\"M8 1.5a4.5 4.5 0 0 0-3.263 7.6l-3.694 3.694l.707.707l3.755-3.755A4.5 4.5 0 1 0 8 1.5ZM4.5 6a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0ZM9 13.855L6.854 16h-.708l-1.5-1.5l.708-.707L6.5 14.94l2.146-2.146h.708L11.5 14.94l2.146-2.146h.707L16 14.44v1.415l-2-2L11.854 16h-.708L9 13.855Z\"/>"
|
|
1008
|
+
},
|
|
1006
1009
|
"search-stop": {
|
|
1007
1010
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M5.738 3.318a4.5 4.5 0 0 0-.877 5.123A4.48 4.48 0 0 0 6.1 10a4.62 4.62 0 0 0-.1 1v.17c-.16-.11-.32-.22-.47-.34L1.75 14.5L1 13.84l3.8-3.69a5.5 5.5 0 1 1 9.62-3.65c0 .268-.02.535-.06.8a5.232 5.232 0 0 0-.94-.68V6.5a4.5 4.5 0 0 0-7.682-3.182zm3.04 4.356a4 4 0 1 1 4.444 6.652a4 4 0 0 1-4.444-6.652zm.1 5.447A3 3 0 0 0 11 14a3 3 0 0 0 1.74-.55L8.55 9.26A3 3 0 0 0 8 11a3 3 0 0 0 .879 2.121zm.382-4.57l4.19 4.189A3 3 0 0 0 14 11a3 3 0 0 0-3-3a3 3 0 0 0-1.74.55z\" clip-rule=\"evenodd\"/>"
|
|
1008
1011
|
},
|
|
@@ -1318,5 +1321,5 @@
|
|
|
1318
1321
|
"parent": "circle-small-filled"
|
|
1319
1322
|
}
|
|
1320
1323
|
},
|
|
1321
|
-
"lastModified":
|
|
1324
|
+
"lastModified": 1660887157
|
|
1322
1325
|
}
|
package/info.json
CHANGED