@iconify-vue/roentgen 1.0.6 → 1.0.7
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/t/toilet-bowl.vue +10 -0
- package/css/v/vp6tztbe.css +4 -0
- package/iconify.json +2 -2
- package/package.json +5 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/v/vp6tztbe.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":16,"height":16};
|
|
8
|
+
const content = `<path class="vp6tztbe"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="roentgen:toilet-bowl" /></template>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.vp6tztbe {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M3.5 1a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .084.277l1.865 2.797l-.924 2.768A.5.5 0 0 0 4.5 14h6a.5.5 0 0 0 .475-.658L10.193 11h.307c.917 0 1.775-.443 2.416-1.084S14 8.416 14 7.5a.5.5 0 0 0-.5-.5H7V6h6.5a.5.5 0 0 0 0-1H7V1.5a.5.5 0 0 0-.5-.5z");
|
|
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": 523,
|
|
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": 1770713338
|
|
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.7",
|
|
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",
|
|
@@ -1782,6 +1782,10 @@
|
|
|
1782
1782
|
"types": "./types/dd0bq22g.d.ts",
|
|
1783
1783
|
"default": "./components/t/ticket.vue"
|
|
1784
1784
|
},
|
|
1785
|
+
"./toilet-bowl": {
|
|
1786
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
1787
|
+
"default": "./components/t/toilet-bowl.vue"
|
|
1788
|
+
},
|
|
1785
1789
|
"./toll-booth": {
|
|
1786
1790
|
"types": "./types/dd0bq22g.d.ts",
|
|
1787
1791
|
"default": "./components/t/toll-booth.vue"
|