@iconify-vue/roentgen 1.0.17 → 1.0.19
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/bee.vue +10 -0
- package/components/b/building-part.vue +10 -0
- package/components/t/tactile-map.vue +10 -0
- package/components/v/vending-candy.vue +10 -0
- package/components/v/vending-flower.vue +10 -0
- package/components/v/vending-lollipop.vue +10 -0
- package/components/v/vending-pack.vue +10 -0
- package/css/b/b2w5x-76v.css +4 -0
- package/css/j/j8-dwqbdt.css +4 -0
- package/css/l/lo6epnw-x.css +4 -0
- package/css/m/mu8s5r7ix.css +4 -0
- package/css/n/ng_zzxpne.css +4 -0
- package/css/n/nv2yfwb4u.css +4 -0
- package/css/r/ra19rmbjq.css +4 -0
- package/iconify.json +9 -9
- package/package.json +29 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/n/nv2yfwb4u.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":16,"height":16};
|
|
8
|
+
const content = `<path class="nv2yfwb4u"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="roentgen:bee" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/m/mu8s5r7ix.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":16,"height":16};
|
|
8
|
+
const content = `<path class="mu8s5r7ix"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="roentgen:building-part" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/r/ra19rmbjq.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":16,"height":16};
|
|
8
|
+
const content = `<path class="ra19rmbjq"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="roentgen:tactile-map" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/l/lo6epnw-x.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":16,"height":16};
|
|
8
|
+
const content = `<path class="lo6epnw-x"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="roentgen:vending-candy" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/n/ng_zzxpne.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":16,"height":16};
|
|
8
|
+
const content = `<path class="ng_zzxpne"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="roentgen:vending-flower" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/j/j8-dwqbdt.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":16,"height":16};
|
|
8
|
+
const content = `<path class="j8-dwqbdt"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="roentgen:vending-lollipop" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/b/b2w5x-76v.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":16,"height":16};
|
|
8
|
+
const content = `<path class="b2w5x-76v"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="roentgen:vending-pack" /></template>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.b2w5x-76v {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M1.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-13a.5.5 0 0 0-.5-.5zM2 2.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v10a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5zm1.5.5a.5.5 0 0 0-.5.5V4h7v-.499a.5.5 0 0 0-.809-.394L8.5 3.65l-.691-.543a.5.5 0 0 0-.618 0L6.5 3.65l-.691-.543a.5.5 0 0 0-.618 0L4.5 3.65l-.691-.543A.5.5 0 0 0 3.5 3m-.363 2c.317 1.414.317 3.586 0 5h6.726c-.317-1.414-.317-3.586 0-5zM3 11v.5a.5.5 0 0 0 .809.393l.691-.543l.691.543a.5.5 0 0 0 .302.107h.011a.48.48 0 0 0 .305-.107l.691-.543l.691.543a.5.5 0 0 0 .302.107h.011a.48.48 0 0 0 .305-.107l.691-.543l.691.543A.5.5 0 0 0 10 11.5V11zm9-8.5a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0zm0 3a.5.5 0 1 1 1 0a.5.5 0 0 1-1 0m0 2a.5.5 0 1 1 1 0a.5.5 0 0 1-1 0m0 2a.5.5 0 1 1 1 0a.5.5 0 0 1-1 0");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.j8-dwqbdt {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M1.5 1c-.277 0-.5.223-.5.5v13c0 .277.223.5.5.5h12c.277 0 .5-.223.5-.5v-13c0-.277-.223-.5-.5-.5zm1 1h8c.277 0 .5.223.5.5v10c0 .277-.223.5-.5.5h-8a.5.5 0 0 1-.5-.5v-10c0-.277.223-.5.5-.5m10 0c.277 0 .5.223.5.5v1a.499.499 0 1 1-1 0v-1c0-.277.223-.5.5-.5m-6 1a2.51 2.51 0 0 0-2.45 2H4a.5.5 0 0 0 0 1h.05c.2.976.974 1.75 1.95 1.95v3.55a.5.5 0 0 0 1 0V7.95c.976-.2 1.75-.974 1.95-1.95H9a.5.5 0 0 0 0-1h-.05A2.51 2.51 0 0 0 6.5 3m6 2a.5.5 0 0 1 .5.5a.5.5 0 0 1-.5.5a.5.5 0 0 1-.5-.5a.5.5 0 0 1 .5-.5m0 2a.5.5 0 0 1 .5.5a.5.5 0 0 1-.5.5a.5.5 0 0 1-.5-.5a.5.5 0 0 1 .5-.5m0 2a.5.5 0 0 1 .5.5a.5.5 0 0 1-.5.5a.5.5 0 0 1-.5-.5a.5.5 0 0 1 .5-.5");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.lo6epnw-x {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M1.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-13a.5.5 0 0 0-.5-.5zM2 2.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v10a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5zM5 3a.5.5 0 0 0-.429.757l.883 1.472a2.5 2.5 0 0 0 0 4.542l-.883 1.472a.5.5 0 0 0 .778.615a.58.58 0 0 1 .401-.16c.153 0 .297.059.401.16a.5.5 0 0 0 .697 0a.58.58 0 0 1 .803 0a.5.5 0 0 0 .778-.615l-.883-1.472a2.5 2.5 0 0 0 0-4.542l.883-1.472a.5.5 0 0 0-.778-.615a.58.58 0 0 1-.401.16a.58.58 0 0 1-.401-.16a.5.5 0 0 0-.697 0a.58.58 0 0 1-.803 0A.5.5 0 0 0 5 3m7-.5a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0zm0 3a.5.5 0 1 1 1 0a.5.5 0 0 1-1 0m0 2a.5.5 0 1 1 1 0a.5.5 0 0 1-1 0m0 2a.5.5 0 1 1 1 0a.5.5 0 0 1-1 0");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.ng_zzxpne {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M1.5 1c-.277 0-.5.223-.5.5v13c0 .277.223.5.5.5h12c.277 0 .5-.223.5-.5v-13c0-.277-.223-.5-.5-.5zm1 1h8c.277 0 .5.223.5.5v10c0 .277-.223.5-.5.5h-8a.5.5 0 0 1-.5-.5v-10c0-.277.223-.5.5-.5m10 0c.277 0 .5.223.5.5v1a.499.499 0 1 1-1 0v-1c0-.277.223-.5.5-.5m-6 2a.5.5 0 0 0-.465.314s-.257.644-.514 1.477q-.093.305-.183.633l-.033-.057a3.8 3.8 0 0 0-.742-.916c-.276-.238-.61-.427-.998-.447a.5.5 0 0 0-.25.96c.513.206.648.422.738.725c.09.304.072.725.072 1.186s.017 1.01.399 1.463c.31.368.796.576 1.476.64V12h1V9.979c.68-.065 1.166-.273 1.477-.641c.381-.453.398-1.002.398-1.463s-.018-.882.072-1.186s.226-.519.739-.724a.5.5 0 0 0-.25-.961h-.002c-.388.02-.721.209-.996.447c-.291.252-.535.57-.743.916l-.033.057q-.09-.328-.183-.633c-.257-.833-.514-1.477-.514-1.477A.5.5 0 0 0 6.5 4m6 1a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m0 2a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m0 2a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.nv2yfwb4u {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M4.499 1a.5.5 0 0 0 0 1c.418 0 .798.107 1.056.322c.129.107.233.241.313.428q.053.124.088.285a2.494 2.494 0 0 0-.681 3.106a4.22 4.22 0 0 0-2.284 1.414C2.286 8.401 2 9.332 2 10c0 .584.154 1.111.521 1.479c.368.367.894.521 1.476.521c.225 0 .433-.054.63-.146c.323.412.714.714 1.073.984c.382.286.729.539.956.797c.226.257.344.49.344.864a.5.5 0 1 0 1 .001c0-.375.118-.608.344-.865c.227-.258.574-.511.956-.797c.359-.27.75-.572 1.073-.984c.197.092.405.146.625.146c.587 0 1.113-.154 1.481-.521c.367-.368.521-.895.521-1.479c0-.668-.286-1.599-.991-2.445a4.22 4.22 0 0 0-2.284-1.414a2.494 2.494 0 0 0-.681-3.106q.035-.161.088-.285c.08-.187.184-.321.313-.428C9.703 2.107 10.083 2 10.5 2a.5.5 0 0 0 .001-1c-.587 0-1.204.144-1.696.553a2.13 2.13 0 0 0-.674 1.027a2.5 2.5 0 0 0-1.262 0a2.13 2.13 0 0 0-.674-1.027C5.703 1.144 5.086 1 4.503 1zM7 6h1v1H7zm-.357 3q.144-.471.234-1h1.246q.09.529.234 1zm-.584 1.373q.102-.178.196-.373h2.49q.094.195.196.373q.198.346.42.627H5.639q.222-.28.42-.627");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.ra19rmbjq {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M2.5 3a.5.5 0 0 0-.496.437l-.998 6.984a.5.5 0 0 0 .493.579H7v2H5.5a.5.5 0 0 0-.001 1H10.5a.5.5 0 0 0 .001-1H9v-2h5.5a.5.5 0 0 0 .494-.579l-.998-6.984A.5.5 0 0 0 13.501 3zM3 4.5a.5.5 0 1 1 1 0a.5.5 0 0 1-1 0m2 0a.5.5 0 1 1 1 0a.5.5 0 0 1-1 0m7.217-.412a.5.5 0 1 1 .554.832l-2.494 1.663l2.472 1.484a.499.499 0 1 1-.513.858l-2.88-1.728l-2.573 1.715a.5.5 0 1 1-.554-.832l2.178-1.452l-1.156-.695a.499.499 0 1 1 .513-.858l1.564.939zM2.5 8.5a.5.5 0 1 1 1 0a.5.5 0 0 1-1 0");
|
|
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": 558,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Sergey Vartanov",
|
|
8
8
|
"url": "https://github.com/enzet/Roentgen"
|
|
@@ -13,20 +13,20 @@
|
|
|
13
13
|
"url": "https://creativecommons.org/licenses/by/4.0/"
|
|
14
14
|
},
|
|
15
15
|
"samples": [
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
16
|
+
"apartments-3-story",
|
|
17
|
+
"binoculars",
|
|
18
|
+
"car",
|
|
19
|
+
"golf-club-and-ball",
|
|
20
|
+
"power-tower-delta-3-level",
|
|
21
|
+
"tree"
|
|
22
22
|
],
|
|
23
23
|
"height": 16,
|
|
24
|
-
"category": "
|
|
24
|
+
"category": "Flags / Maps",
|
|
25
25
|
"tags": [
|
|
26
26
|
"Precise Shapes",
|
|
27
27
|
"Has Padding"
|
|
28
28
|
],
|
|
29
29
|
"palette": false
|
|
30
30
|
},
|
|
31
|
-
"lastModified":
|
|
31
|
+
"lastModified": 1779132135
|
|
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.19",
|
|
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",
|
|
@@ -138,6 +138,10 @@
|
|
|
138
138
|
"types": "./types/dd0bq22g.d.ts",
|
|
139
139
|
"default": "./components/b/bed-with-floor-and-ceiling.vue"
|
|
140
140
|
},
|
|
141
|
+
"./bee": {
|
|
142
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
143
|
+
"default": "./components/b/bee.vue"
|
|
144
|
+
},
|
|
141
145
|
"./beer-mug": {
|
|
142
146
|
"types": "./types/dd0bq22g.d.ts",
|
|
143
147
|
"default": "./components/b/beer-mug.vue"
|
|
@@ -302,6 +306,10 @@
|
|
|
302
306
|
"types": "./types/dd0bq22g.d.ts",
|
|
303
307
|
"default": "./components/b/building-drop-door.vue"
|
|
304
308
|
},
|
|
309
|
+
"./building-part": {
|
|
310
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
311
|
+
"default": "./components/b/building-part.vue"
|
|
312
|
+
},
|
|
305
313
|
"./building-with-plant": {
|
|
306
314
|
"types": "./types/dd0bq22g.d.ts",
|
|
307
315
|
"default": "./components/b/building-with-plant.vue"
|
|
@@ -1834,6 +1842,10 @@
|
|
|
1834
1842
|
"types": "./types/dd0bq22g.d.ts",
|
|
1835
1843
|
"default": "./components/t/table-and-two-chairs-umbrella.vue"
|
|
1836
1844
|
},
|
|
1845
|
+
"./tactile-map": {
|
|
1846
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
1847
|
+
"default": "./components/t/tactile-map.vue"
|
|
1848
|
+
},
|
|
1837
1849
|
"./tactile-paving": {
|
|
1838
1850
|
"types": "./types/dd0bq22g.d.ts",
|
|
1839
1851
|
"default": "./components/t/tactile-paving.vue"
|
|
@@ -2062,6 +2074,10 @@
|
|
|
2062
2074
|
"types": "./types/dd0bq22g.d.ts",
|
|
2063
2075
|
"default": "./components/v/vending-candles.vue"
|
|
2064
2076
|
},
|
|
2077
|
+
"./vending-candy": {
|
|
2078
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
2079
|
+
"default": "./components/v/vending-candy.vue"
|
|
2080
|
+
},
|
|
2065
2081
|
"./vending-chemist": {
|
|
2066
2082
|
"types": "./types/dd0bq22g.d.ts",
|
|
2067
2083
|
"default": "./components/v/vending-chemist.vue"
|
|
@@ -2074,6 +2090,10 @@
|
|
|
2074
2090
|
"types": "./types/dd0bq22g.d.ts",
|
|
2075
2091
|
"default": "./components/v/vending-excrement-bag.vue"
|
|
2076
2092
|
},
|
|
2093
|
+
"./vending-flower": {
|
|
2094
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
2095
|
+
"default": "./components/v/vending-flower.vue"
|
|
2096
|
+
},
|
|
2077
2097
|
"./vending-ice-cream-cone": {
|
|
2078
2098
|
"types": "./types/dd0bq22g.d.ts",
|
|
2079
2099
|
"default": "./components/v/vending-ice-cream-cone.vue"
|
|
@@ -2082,6 +2102,10 @@
|
|
|
2082
2102
|
"types": "./types/dd0bq22g.d.ts",
|
|
2083
2103
|
"default": "./components/v/vending-ice-cream-stick.vue"
|
|
2084
2104
|
},
|
|
2105
|
+
"./vending-lollipop": {
|
|
2106
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
2107
|
+
"default": "./components/v/vending-lollipop.vue"
|
|
2108
|
+
},
|
|
2085
2109
|
"./vending-machine": {
|
|
2086
2110
|
"types": "./types/dd0bq22g.d.ts",
|
|
2087
2111
|
"default": "./components/v/vending-machine.vue"
|
|
@@ -2090,6 +2114,10 @@
|
|
|
2090
2114
|
"types": "./types/dd0bq22g.d.ts",
|
|
2091
2115
|
"default": "./components/v/vending-p.vue"
|
|
2092
2116
|
},
|
|
2117
|
+
"./vending-pack": {
|
|
2118
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
2119
|
+
"default": "./components/v/vending-pack.vue"
|
|
2120
|
+
},
|
|
2093
2121
|
"./vending-pizza": {
|
|
2094
2122
|
"types": "./types/dd0bq22g.d.ts",
|
|
2095
2123
|
"default": "./components/v/vending-pizza.vue"
|