@iconify-json/roentgen 1.2.17 → 1.2.18
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 +4 -1
- package/info.json +1 -1
- package/package.json +1 -1
package/icons.json
CHANGED
|
@@ -223,6 +223,9 @@
|
|
|
223
223
|
"building-drop-door": {
|
|
224
224
|
"body": "<path fill=\"currentColor\" d=\"M1.5 2a.5.5 0 0 0-.001 1H13.5a.5.5 0 0 0 .001-1zM2 4v8.5a.5.5 0 0 0 .499.5H9V9.501A.5.5 0 0 1 9.499 9H10.5a.5.5 0 0 1 .5.5V13h1.5a.5.5 0 0 0 .5-.5V4zm3.025 2.343a.501.501 0 0 1 .95 0l.992 2.778A.5.5 0 0 1 7 9.3v.199a1.5 1.5 0 0 1-3 .002v-.2a.5.5 0 0 1 .033-.18zM5.5 7.987L5.495 8z\"/>"
|
|
225
225
|
},
|
|
226
|
+
"building-with-plant": {
|
|
227
|
+
"body": "<path fill=\"currentColor\" d=\"M7.5 1a.5.5 0 0 0-.223.053l-6 3A.5.5 0 0 0 1 4.5v10a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-10a.5.5 0 0 0-.277-.447l-6-3A.5.5 0 0 0 7.5 1m-5 5c1.35 0 2.496.414 3.291 1.209c.754.755 1.165 1.826 1.205 3.088c.208.229.373.463.504.697a3.8 3.8 0 0 1 .506-.701A3.17 3.17 0 0 1 9.26 7.928C10.06 7.317 11.17 7 12.5 7a.5.5 0 0 1 .5.5c0 1.039-.46 1.961-1.26 2.572c-.756.578-1.79.893-3.023.926C7.974 11.821 8 12.555 8 13.5a.5.5 0 0 1-1 0c0-.946.026-1.68-.717-2.504c-1.255-.042-2.322-.453-3.074-1.205C2.414 8.996 2 7.85 2 6.5a.5.5 0 0 1 .5-.5\"/>"
|
|
228
|
+
},
|
|
226
229
|
"bump": {
|
|
227
230
|
"body": "<path fill=\"currentColor\" d=\"M8 6c-1.383 0-2.182.604-2.857 1.096C4.467 7.587 3.889 8 2.5 8a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1c-1.389 0-1.967-.413-2.643-.904S9.383 6 8 6\"/>"
|
|
228
231
|
},
|
|
@@ -1652,5 +1655,5 @@
|
|
|
1652
1655
|
"body": "<path fill=\"currentColor\" d=\"m4.854 3.147l-.708.707a.5.5 0 0 0 0 .707L7 7.414v4.035c0 .277.223.5.5.5h1c.277 0 .5-.223.5-.5V7.414l2.854-2.853a.5.5 0 0 0 0-.707l-.707-.707a.5.5 0 0 0-.708 0L8 5.586l-2.44-2.44a.5.5 0 0 0-.706 0\"/>"
|
|
1653
1656
|
}
|
|
1654
1657
|
},
|
|
1655
|
-
"lastModified":
|
|
1658
|
+
"lastModified": 1778041341
|
|
1656
1659
|
}
|
package/info.json
CHANGED