@iconify-svelte/roentgen 1.0.11 → 1.0.12
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/components/b/breakwater.svelte +11 -0
- package/components/d/dam.svelte +11 -0
- package/css/l/lmrb1-6f.css +4 -0
- package/css/y/y8adt2be.css +4 -0
- package/iconify.json +2 -2
- package/package.json +9 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/l/lmrb1-6f.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="lmrb1-6f"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="roentgen:breakwater" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/y/y8adt2be.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="y8adt2be"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="roentgen:dam" {...props}></Icon>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.lmrb1-6f {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M6.5 1a.5.5 0 0 0-.498.46l-.38 4.962C5.191 6.843 4.826 7 4.5 7s-.714-.171-1.146-.604A.5.5 0 0 0 3 6.25a.5.5 0 0 0-.353.146C2.205 6.839 1.833 7 1.5 7a.5.5 0 0 0-.5.5a.5.5 0 0 0 .5.5c.53 0 1.035-.212 1.5-.58c.462.364.968.58 1.5.58c.352 0 .694-.095 1.02-.266l-.065.84C5.096 8.882 4.784 9 4.5 9c-.328 0-.714-.171-1.146-.604A.5.5 0 0 0 3 8.25a.5.5 0 0 0-.353.146C2.205 8.839 1.833 9 1.5 9a.5.5 0 0 0-.5.5a.5.5 0 0 0 .5.5c.53 0 1.035-.212 1.5-.58c.462.364.968.58 1.5.58c.295 0 .582-.066.86-.187l-.358 4.648A.5.5 0 0 0 5.5 15h5a.5.5 0 0 0 .498-.54l-.357-4.648c.276.122.563.188.859.188c.53 0 1.034-.212 1.5-.58c.466.368.97.58 1.5.58a.5.5 0 0 0 .5-.5a.5.5 0 0 0-.5-.5c-.333 0-.705-.162-1.146-.604a.5.5 0 0 0-.104-.08a.5.5 0 0 0-.121-.048a.5.5 0 0 0-.194-.014a.5.5 0 0 0-.289.143c-.44.44-.813.603-1.146.603c-.279 0-.6-.123-.955-.426l-.065-.84c.325.17.667.266 1.02.266c.53 0 1.034-.212 1.5-.58c.466.368.97.58 1.5.58a.5.5 0 0 0 .5-.5a.5.5 0 0 0-.5-.5c-.333 0-.705-.162-1.146-.604a.5.5 0 0 0-.104-.08a.5.5 0 0 0-.121-.048a.5.5 0 0 0-.194-.014a.5.5 0 0 0-.289.143c-.44.44-.813.603-1.146.603c-.322 0-.7-.165-1.121-.578L9.998 1.46A.5.5 0 0 0 9.5 1z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.y8adt2be {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M6.5 1a.5.5 0 0 0-.498.46L5.783 4.3a.5.5 0 0 0-.137.097C5.206 4.839 4.834 5 4.5 5c-.328 0-.714-.171-1.146-.604A.5.5 0 0 0 3 4.25a.5.5 0 0 0-.353.146C2.205 4.839 1.833 5 1.5 5a.5.5 0 0 0-.5.5a.5.5 0 0 0 .5.5c.53 0 1.035-.212 1.5-.58c.462.364.968.58 1.5.58c.41 0 .806-.127 1.18-.356l-.06.78C5.19 6.844 4.825 7 4.5 7c-.328 0-.714-.171-1.146-.604A.5.5 0 0 0 3 6.25a.5.5 0 0 0-.353.146C2.205 6.839 1.833 7 1.5 7a.5.5 0 0 0-.5.5a.5.5 0 0 0 .5.5c.53 0 1.035-.212 1.5-.58c.462.364.968.58 1.5.58c.352 0 .694-.095 1.02-.266l-.518 6.727A.5.5 0 0 0 5.5 15h5a.5.5 0 0 0 .498-.54l-.12-1.558q.304.097.622.098c.53 0 1.034-.212 1.5-.58c.466.368.97.58 1.5.58a.5.5 0 0 0 .5-.5a.5.5 0 0 0-.5-.5c-.333 0-.705-.162-1.146-.604a.5.5 0 0 0-.104-.08a.5.5 0 0 0-.121-.048a.5.5 0 0 0-.194-.014a.5.5 0 0 0-.289.143c-.44.44-.813.603-1.146.603c-.213 0-.45-.073-.709-.242l-.07-.912q.378.152.779.154c.53 0 1.034-.212 1.5-.58c.466.368.97.58 1.5.58a.5.5 0 0 0 .5-.5a.5.5 0 0 0-.5-.5c-.333 0-.705-.162-1.146-.604a.5.5 0 0 0-.104-.08a.5.5 0 0 0-.121-.048a.5.5 0 0 0-.194-.014a.5.5 0 0 0-.289.143c-.44.44-.813.603-1.146.603c-.257 0-.55-.106-.873-.36l-.629-8.18A.5.5 0 0 0 9.5 1z");
|
|
4
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "roentgen",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Röntgen",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 543,
|
|
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":
|
|
31
|
+
"lastModified": 1774935366
|
|
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.
|
|
4
|
+
"version": "1.0.12",
|
|
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",
|
|
@@ -262,6 +262,10 @@
|
|
|
262
262
|
"types": "./types/gfwqskkx.d.ts",
|
|
263
263
|
"svelte": "./components/b/bowling-ball.svelte"
|
|
264
264
|
},
|
|
265
|
+
"./breakwater": {
|
|
266
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
267
|
+
"svelte": "./components/b/breakwater.svelte"
|
|
268
|
+
},
|
|
265
269
|
"./bricks": {
|
|
266
270
|
"types": "./types/gfwqskkx.d.ts",
|
|
267
271
|
"svelte": "./components/b/bricks.svelte"
|
|
@@ -582,6 +586,10 @@
|
|
|
582
586
|
"types": "./types/gfwqskkx.d.ts",
|
|
583
587
|
"svelte": "./components/c/czech-hedgehog.svelte"
|
|
584
588
|
},
|
|
589
|
+
"./dam": {
|
|
590
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
591
|
+
"svelte": "./components/d/dam.svelte"
|
|
592
|
+
},
|
|
585
593
|
"./dead-tree": {
|
|
586
594
|
"types": "./types/gfwqskkx.d.ts",
|
|
587
595
|
"svelte": "./components/d/dead-tree.svelte"
|