@iconify-vue/roentgen 1.0.10 → 1.0.11
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.
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/m/
|
|
3
|
+
import '../../css/m/mb-9tybf.css';
|
|
4
4
|
|
|
5
5
|
const props = defineProps(["width","height"]);
|
|
6
6
|
|
|
7
7
|
const viewBox = {"width":16,"height":16};
|
|
8
|
-
const content = `<path class="
|
|
8
|
+
const content = `<path class="mb-9tybf"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="roentgen:cocktail-glass-with-straw" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/w/wyiztpbs.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":16,"height":16};
|
|
8
|
+
const content = `<path class="wyiztpbs"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="roentgen:sinking-ship" /></template>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.mb-9tybf {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12.5 1a.5.5 0 0 0-.354.147L10.294 3H1.5a.5.5 0 0 0-.353.853l5 5C6.528 9.237 7 10.168 7 11v1.5a.54.54 0 0 1-.166.334A.54.54 0 0 1 6.5 13h-1a.5.5 0 0 0-.5.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5a.5.5 0 0 0-.5-.5h-1a.54.54 0 0 1-.334-.166A.54.54 0 0 1 8 12.5V11c0-.833.471-1.764.854-2.146l5-5A.5.5 0 0 0 13.5 3h-1.793l1.146-1.146a.5.5 0 0 0 0-.707A.5.5 0 0 0 12.5 1M2.707 4h6.586l-1 1H3.707zm8 0h1.586l-1 1H9.707z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.wyiztpbs {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M7 1.5a.5.5 0 0 0-.354.853l.047.047l-1.617.97l-1.222-1.223A.5.5 0 0 0 3 2.5V6a.5.5 0 0 0 .147.354L5.613 8.82C5.393 8.947 5.19 9 5 9c-.328 0-.714-.171-1.146-.604a.5.5 0 0 0-.225-.128a.5.5 0 0 0-.482.128C2.705 8.839 2.333 9 2 9a.5.5 0 0 0 0 1c.53 0 1.035-.212 1.5-.58c.462.364.968.58 1.5.58c.53 0 1.035-.212 1.5-.58c.462.364.968.58 1.5.58c.53 0 1.034-.212 1.5-.58c.462.364.968.58 1.5.58c.53 0 1.034-.212 1.5-.58c.466.368.97.58 1.5.58a.5.5 0 0 0 0-1c-.333 0-.705-.162-1.146-.604a.5.5 0 0 0-.707 0C11.705 8.839 11.333 9 11 9q-.169.001-.357-.065L7.63 5.924l.97-1.617l.547.547a.5.5 0 0 0 .707-.708q-1.251-1.248-2.5-2.5A.5.5 0 0 0 7 1.5m2.496 9.09C9.038 10.834 8.54 11 8 11q-.11 0-.217-.01l2.863 2.863A.5.5 0 0 0 11 14h3.5a.5.5 0 0 0 .354-.854l-2.49-2.49c-.422.207-.875.344-1.364.344c-.549 0-1.047-.165-1.504-.41");
|
|
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": 541,
|
|
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": 1774503335
|
|
32
32
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-vue/roentgen",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.11",
|
|
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",
|
|
@@ -1634,6 +1634,10 @@
|
|
|
1634
1634
|
"types": "./types/dd0bq22g.d.ts",
|
|
1635
1635
|
"default": "./components/s/signal.vue"
|
|
1636
1636
|
},
|
|
1637
|
+
"./sinking-ship": {
|
|
1638
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
1639
|
+
"default": "./components/s/sinking-ship.vue"
|
|
1640
|
+
},
|
|
1637
1641
|
"./sit-up": {
|
|
1638
1642
|
"types": "./types/dd0bq22g.d.ts",
|
|
1639
1643
|
"default": "./components/s/sit-up.vue"
|
package/css/m/mlnw1bct.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.mlnw1bct {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M12.147 1.147L10.293 3H1.5a.5.5 0 0 0-.353.853l5 5C6.528 9.237 7 10.168 7 11v1.5c0 .219-.281.5-.5.5h-1a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-1c-.219 0-.5-.281-.5-.5V11c0-.833.471-1.764.854-2.146l5-5A.5.5 0 0 0 13.5 3h-1.793l1.146-1.146a.5.5 0 0 0-.707-.707M2.707 4h6.586l-2 2H4.707zm8 0h1.586l-2 2H8.707z");
|
|
4
|
-
}
|