@iconify-vue/roentgen 1.0.20 → 1.0.21

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,10 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/r/rjrbmybqv.css';
4
+
5
+ const props = defineProps(["width","height"]);
6
+
7
+ const viewBox = {"width":16,"height":16};
8
+ const content = `<path class="rjrbmybqv"/>`;
9
+ </script>
10
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="roentgen:arrow-backward" /></template>
@@ -0,0 +1,10 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/z/zxxghkvqp.css';
4
+
5
+ const props = defineProps(["width","height"]);
6
+
7
+ const viewBox = {"width":16,"height":16};
8
+ const content = `<path class="zxxghkvqp"/>`;
9
+ </script>
10
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="roentgen:arrow-forward" /></template>
@@ -0,0 +1,10 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/a/av1ilqbxe.css';
4
+
5
+ const props = defineProps(["width","height"]);
6
+
7
+ const viewBox = {"width":16,"height":16};
8
+ const content = `<path class="av1ilqbxe"/>`;
9
+ </script>
10
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="roentgen:full-height-turnstile" /></template>
@@ -0,0 +1,10 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/c/c13zd-d2v.css';
4
+
5
+ const props = defineProps(["width","height"]);
6
+
7
+ const viewBox = {"width":16,"height":16};
8
+ const content = `<path class="c13zd-d2v"/>`;
9
+ </script>
10
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="roentgen:tumulus" /></template>
@@ -0,0 +1,4 @@
1
+ .av1ilqbxe {
2
+ fill: currentColor;
3
+ d: path("M1.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .499.5H2.5a.5.5 0 0 0 .5-.5V4h4v3H4.5a.5.5 0 0 0-.001 1H7v2H4.5a.5.5 0 0 0-.001 1H7v2H4.5a.5.5 0 0 0-.001 1H7v.5a.5.5 0 0 0 1 0V12h2.5a.5.5 0 0 0 .001-1H8V9h2.5a.5.5 0 0 0 .001-1H8V6h2.5a.5.5 0 0 0 .001-1H8V4h4v10.5a.5.5 0 0 0 .499.5H13.5a.5.5 0 0 0 .5-.5V1.501A.5.5 0 0 0 13.501 1zm4.499 1H9a.5.5 0 1 1 0 1H6a.5.5 0 0 1-.001-1");
4
+ }
@@ -0,0 +1,4 @@
1
+ .c13zd-d2v {
2
+ fill: currentColor;
3
+ d: path("M8 5c-.889 0-1.62.39-2.195.912c-.575.523-1.028 1.176-1.465 1.8c-.438.626-.86 1.223-1.317 1.638S2.111 10 1.5 10c-.657.009-.657.99 0 1h13a.5.5 0 0 0 0-1c-.611 0-1.067-.236-1.523-.65c-.457-.415-.88-1.012-1.317-1.637s-.89-1.278-1.465-1.8C9.62 5.388 8.89 5 8 5M6.5 8h3a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5");
4
+ }
@@ -0,0 +1,4 @@
1
+ .rjrbmybqv {
2
+ fill: currentColor;
3
+ d: path("M6.5 1a.5.5 0 0 0-.496.445L5.053 10H2.5a.5.5 0 0 0-.312.89l5 4a.5.5 0 0 0 .625 0l5-4A.5.5 0 0 0 12.5 10H9.947l-.95-8.555A.5.5 0 0 0 8.5 1z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .zxxghkvqp {
2
+ fill: currentColor;
3
+ d: path("M7.5 1a.5.5 0 0 0-.312.11l-5 4A.5.5 0 0 0 2.5 6h3.441l-.937 8.445A.5.5 0 0 0 5.5 15h4a.5.5 0 0 0 .496-.555L9.06 6h3.44a.5.5 0 0 0 .313-.89l-5-4A.5.5 0 0 0 7.5 1");
4
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "roentgen",
3
3
  "info": {
4
4
  "name": "Röntgen",
5
- "total": 562,
5
+ "total": 566,
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": 1779346539
31
+ "lastModified": 1779771415
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.20",
4
+ "version": "1.0.21",
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",
@@ -94,6 +94,14 @@
94
94
  "types": "./types/dd0bq22g.d.ts",
95
95
  "default": "./components/a/apple.vue"
96
96
  },
97
+ "./arrow-backward": {
98
+ "types": "./types/dd0bq22g.d.ts",
99
+ "default": "./components/a/arrow-backward.vue"
100
+ },
101
+ "./arrow-forward": {
102
+ "types": "./types/dd0bq22g.d.ts",
103
+ "default": "./components/a/arrow-forward.vue"
104
+ },
97
105
  "./aseptic-carton": {
98
106
  "types": "./types/dd0bq22g.d.ts",
99
107
  "default": "./components/a/aseptic-carton.vue"
@@ -854,6 +862,10 @@
854
862
  "types": "./types/dd0bq22g.d.ts",
855
863
  "default": "./components/f/fuel-station.vue"
856
864
  },
865
+ "./full-height-turnstile": {
866
+ "types": "./types/dd0bq22g.d.ts",
867
+ "default": "./components/f/full-height-turnstile.vue"
868
+ },
857
869
  "./garage-door": {
858
870
  "types": "./types/dd0bq22g.d.ts",
859
871
  "default": "./components/g/garage-door.vue"
@@ -2046,6 +2058,10 @@
2046
2058
  "types": "./types/dd0bq22g.d.ts",
2047
2059
  "default": "./components/t/tube-wave-left-wave-right.vue"
2048
2060
  },
2061
+ "./tumulus": {
2062
+ "types": "./types/dd0bq22g.d.ts",
2063
+ "default": "./components/t/tumulus.vue"
2064
+ },
2049
2065
  "./turning-loop": {
2050
2066
  "types": "./types/dd0bq22g.d.ts",
2051
2067
  "default": "./components/t/turning-loop.vue"