@iconify-svelte/roentgen 1.0.16 → 1.0.17

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.
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/z/z1_mt0b0i.css';
4
+
5
+ /** @type {{width?: string; height?: string;}} */
6
+ let {width, height, ...props} = $props();
7
+
8
+ const viewBox = {"width":16,"height":16};
9
+ const content = `<path class="z1_mt0b0i"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="roentgen:building-with-plant" {...props}></Icon>
@@ -0,0 +1,4 @@
1
+ .z1_mt0b0i {
2
+ fill: currentColor;
3
+ d: path("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");
4
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "roentgen",
3
3
  "info": {
4
4
  "name": "Röntgen",
5
- "total": 550,
5
+ "total": 551,
6
6
  "author": {
7
7
  "name": "Sergey Vartanov",
8
8
  "url": "https://github.com/enzet/Roentgen"
@@ -28,5 +28,5 @@
28
28
  ],
29
29
  "palette": false
30
30
  },
31
- "lastModified": 1775538124
31
+ "lastModified": 1778041341
32
32
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-svelte/roentgen",
3
3
  "type": "module",
4
- "version": "1.0.16",
4
+ "version": "1.0.17",
5
5
  "homepage": "https://icon-sets.iconify.design/roentgen/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "CC-BY-4.0",
@@ -302,6 +302,10 @@
302
302
  "types": "./types/gfwqskkx.d.ts",
303
303
  "svelte": "./components/b/building-drop-door.svelte"
304
304
  },
305
+ "./building-with-plant": {
306
+ "types": "./types/gfwqskkx.d.ts",
307
+ "svelte": "./components/b/building-with-plant.svelte"
308
+ },
305
309
  "./bump": {
306
310
  "types": "./types/gfwqskkx.d.ts",
307
311
  "svelte": "./components/b/bump.svelte"