@iconify-vue/roentgen 1.0.18 → 1.0.20
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/barrier-jersey.vue +10 -0
- package/components/b/bee.vue +10 -0
- package/components/b/bus-over-bus-trap.vue +10 -0
- package/components/b/bus.vue +2 -2
- package/components/c/compass-rose.vue +10 -0
- package/components/c/compass.vue +10 -0
- package/components/s/saddle.vue +2 -2
- package/components/t/tactile-map.vue +10 -0
- package/components/t/trolleybus.vue +2 -2
- package/components/v/vending-candy.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/c/cmi_cmbbs.css +4 -0
- package/css/h/hxnbmfb4k.css +4 -0
- package/css/j/j8-dwqbdt.css +4 -0
- package/css/k/k32cw6e7o.css +4 -0
- package/css/l/lo6epnw-x.css +4 -0
- package/css/l/lww32bc-m.css +4 -0
- package/css/n/nr2f6vjmb.css +4 -0
- package/css/n/nv2yfwb4u.css +4 -0
- package/css/p/p3iqqrbav.css +4 -0
- package/css/r/ra19rmbjq.css +4 -0
- package/css/w/w2au1nh_q.css +4 -0
- package/iconify.json +9 -9
- package/package.json +37 -1
- package/css/m/mfuc_wblv.css +0 -4
- package/css/m/mlc8j-iny.css +0 -4
- package/css/q/q8mll307b.css +0 -4
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/h/hxnbmfb4k.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":16,"height":16};
|
|
8
|
+
const content = `<path class="hxnbmfb4k"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="roentgen:barrier-jersey" /></template>
|
|
@@ -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/n/nr2f6vjmb.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":16,"height":16};
|
|
8
|
+
const content = `<path class="nr2f6vjmb"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="roentgen:bus-over-bus-trap" /></template>
|
package/components/b/bus.vue
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/m
|
|
3
|
+
import '../../css/l/lww32bc-m.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="lww32bc-m"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="roentgen:bus" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/p/p3iqqrbav.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":16,"height":16};
|
|
8
|
+
const content = `<path class="p3iqqrbav"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="roentgen:compass-rose" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/c/cmi_cmbbs.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":16,"height":16};
|
|
8
|
+
const content = `<path class="cmi_cmbbs"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="roentgen:compass" /></template>
|
package/components/s/saddle.vue
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/w/w2au1nh_q.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="w2au1nh_q"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="roentgen:saddle" /></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>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/k/k32cw6e7o.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="k32cw6e7o"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="roentgen:trolleybus" /></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/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
|
+
.cmi_cmbbs {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M7.5 1a6.5 6.5 0 1 0 0 13a6.5 6.5 0 0 0 0-13m0 2a.5.5 0 0 1 .447.277l2 4a.5.5 0 0 1 0 .446l-2 4a.5.5 0 0 1-.894 0l-2-4a.5.5 0 0 1 0-.446l2-4A.5.5 0 0 1 7.5 3m0 1.617L6.059 7.5H8.94zM2.5 7h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1 0-1m9 0h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1 0-1");
|
|
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
|
+
.k32cw6e7o {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M8 1a.5.5 0 0 0-.45.283l-.888 1.776A1 1 0 0 0 6 4H5a2 2 0 0 0-2 2v8.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V14h6v.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V6a2 2 0 0 0-2-2h-1a1 1 0 0 0-.323-.736l.767-1.535a.5.5 0 1 0-.894-.446L8.691 3h-.882l.635-1.271A.5.5 0 0 0 8 1M6.499 5H9.5a.5.5 0 0 1 .001 1H6.5a.5.5 0 0 1-.001-1M4 8a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v1.5a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 4 9.5zm0 4.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5m6 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.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
|
+
.lww32bc-m {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M4 2a1 1 0 0 0-1 1c-.585 0-1.111.154-1.479.521C1.154 3.889 1 4.416 1 4.999V5.5a.5.5 0 0 0 1 0v-.499c0-.418.097-.64.229-.772C2.361 4.096 2.583 4 3 4v9.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V13h6v.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V4c.417 0 .639.096.771.229c.132.132.229.354.229.77V5.5a.5.5 0 0 0 1 0v-.499c0-.585-.154-1.112-.521-1.48c-.368-.367-.894-.521-1.476-.521C13 2.448 12.552 2 12 2zm2.499 1H9.5a.5.5 0 0 1 .001 1H6.5a.5.5 0 0 1-.001-1M4 6a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2.5a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 4 8.5zm0 5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5m6 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.nr2f6vjmb {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M4 1a1 1 0 0 0-1 1c-.585 0-1.111.154-1.479.521C1.154 2.889 1 3.416 1 4v.5a.5.5 0 0 0 1 0v-.499c0-.418.097-.64.229-.772C2.361 3.096 2.583 3 3 3v8.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V11h6v.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V3c.417 0 .639.096.771.229c.132.132.229.354.229.771v.5a.5.5 0 0 0 1 0v-.499c0-.585-.154-1.112-.521-1.48c-.368-.367-.894-.521-1.476-.521C13 1.448 12.552 1 12 1zm2.499 1H9.5a.5.5 0 0 1 .001 1H6.5a.5.5 0 0 1-.001-1M4 5a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v1.5A1.5 1.5 0 0 1 10.5 8h-5A1.5 1.5 0 0 1 4 6.5zm0 4.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5m6 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5M2.5 13a.5.5 0 0 0-.5.5v1.031l.002.014l.002.015l.001.013l.002.014l.003.013l.003.012l.003.012l.003.012l.003.011l.004.011l.003.011l.008.02l.008.02l.009.017l.009.017l.009.016l.01.015l.009.014l.01.013l.009.012l.01.012l.009.01l.014.016l.01.009l.036.032l.018.013l.016.011l.016.011l.015.008l.014.008l.014.007l.013.006l.012.005l.012.005l.011.004l.029.01l.013.003l.015.004l.014.003l.012.003l.011.001l.01.002l.012.001l.012.001l.011.002h11.068l.011-.002l.011-.001A.5.5 0 0 0 14 14.5v-1a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v.5H6v-.5a.5.5 0 0 0-.5-.5z");
|
|
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
|
+
.p3iqqrbav {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M7.5 1a.5.5 0 0 0-.447.277l-1.926 3.85l-3.85 1.926a.5.5 0 0 0 0 .894l3.85 1.926l1.926 3.85a.5.5 0 0 0 .894 0l1.926-3.85l3.85-1.926a.5.5 0 0 0 0-.894l-3.85-1.926l-1.926-3.85A.5.5 0 0 0 7.5 1m0 1.617v4.176L6.107 5.4zM6.793 7.5L5.4 8.893L2.617 7.5zM9.6 6.107L12.383 7.5H8.207zm-2.1 2.1L8.893 9.6L7.5 12.383z");
|
|
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
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.w2au1nh_q {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12 3.5a.5.5 0 0 0-.429.243l-1.5 2.5a.5.5 0 0 0-.048.108l-.96 2.879l-.698.698l-1.01-.337L5.95 6.783a.4.4 0 0 0-.034-.06l-1-1.5a.5.5 0 0 0-.769-.077l-.711.711l-1.159-.773a.5.5 0 0 0-.764.304l-.496 1.981A.5.5 0 0 0 1 7.5v5a.5.5 0 0 0 .499.5H14.5a.5.5 0 0 0 .5-.5V6.501a.5.5 0 0 0-.084-.278l-1-1.5a.5.5 0 0 0-.139-.139l-1.5-1A.5.5 0 0 0 12 3.5");
|
|
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": 562,
|
|
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": 1779346539
|
|
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.20",
|
|
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",
|
|
@@ -118,6 +118,10 @@
|
|
|
118
118
|
"types": "./types/dd0bq22g.d.ts",
|
|
119
119
|
"default": "./components/b/baptist.vue"
|
|
120
120
|
},
|
|
121
|
+
"./barrier-jersey": {
|
|
122
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
123
|
+
"default": "./components/b/barrier-jersey.vue"
|
|
124
|
+
},
|
|
121
125
|
"./bbq": {
|
|
122
126
|
"types": "./types/dd0bq22g.d.ts",
|
|
123
127
|
"default": "./components/b/bbq.vue"
|
|
@@ -138,6 +142,10 @@
|
|
|
138
142
|
"types": "./types/dd0bq22g.d.ts",
|
|
139
143
|
"default": "./components/b/bed-with-floor-and-ceiling.vue"
|
|
140
144
|
},
|
|
145
|
+
"./bee": {
|
|
146
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
147
|
+
"default": "./components/b/bee.vue"
|
|
148
|
+
},
|
|
141
149
|
"./beer-mug": {
|
|
142
150
|
"types": "./types/dd0bq22g.d.ts",
|
|
143
151
|
"default": "./components/b/beer-mug.vue"
|
|
@@ -326,6 +334,10 @@
|
|
|
326
334
|
"types": "./types/dd0bq22g.d.ts",
|
|
327
335
|
"default": "./components/b/bus.vue"
|
|
328
336
|
},
|
|
337
|
+
"./bus-over-bus-trap": {
|
|
338
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
339
|
+
"default": "./components/b/bus-over-bus-trap.vue"
|
|
340
|
+
},
|
|
329
341
|
"./bus-stop": {
|
|
330
342
|
"types": "./types/dd0bq22g.d.ts",
|
|
331
343
|
"default": "./components/b/bus-stop.vue"
|
|
@@ -522,6 +534,14 @@
|
|
|
522
534
|
"types": "./types/dd0bq22g.d.ts",
|
|
523
535
|
"default": "./components/c/comb-and-scissors.vue"
|
|
524
536
|
},
|
|
537
|
+
"./compass": {
|
|
538
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
539
|
+
"default": "./components/c/compass.vue"
|
|
540
|
+
},
|
|
541
|
+
"./compass-rose": {
|
|
542
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
543
|
+
"default": "./components/c/compass-rose.vue"
|
|
544
|
+
},
|
|
525
545
|
"./connector-chademo": {
|
|
526
546
|
"types": "./types/dd0bq22g.d.ts",
|
|
527
547
|
"default": "./components/c/connector-chademo.vue"
|
|
@@ -1838,6 +1858,10 @@
|
|
|
1838
1858
|
"types": "./types/dd0bq22g.d.ts",
|
|
1839
1859
|
"default": "./components/t/table-and-two-chairs-umbrella.vue"
|
|
1840
1860
|
},
|
|
1861
|
+
"./tactile-map": {
|
|
1862
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
1863
|
+
"default": "./components/t/tactile-map.vue"
|
|
1864
|
+
},
|
|
1841
1865
|
"./tactile-paving": {
|
|
1842
1866
|
"types": "./types/dd0bq22g.d.ts",
|
|
1843
1867
|
"default": "./components/t/tactile-paving.vue"
|
|
@@ -2066,6 +2090,10 @@
|
|
|
2066
2090
|
"types": "./types/dd0bq22g.d.ts",
|
|
2067
2091
|
"default": "./components/v/vending-candles.vue"
|
|
2068
2092
|
},
|
|
2093
|
+
"./vending-candy": {
|
|
2094
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
2095
|
+
"default": "./components/v/vending-candy.vue"
|
|
2096
|
+
},
|
|
2069
2097
|
"./vending-chemist": {
|
|
2070
2098
|
"types": "./types/dd0bq22g.d.ts",
|
|
2071
2099
|
"default": "./components/v/vending-chemist.vue"
|
|
@@ -2090,6 +2118,10 @@
|
|
|
2090
2118
|
"types": "./types/dd0bq22g.d.ts",
|
|
2091
2119
|
"default": "./components/v/vending-ice-cream-stick.vue"
|
|
2092
2120
|
},
|
|
2121
|
+
"./vending-lollipop": {
|
|
2122
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
2123
|
+
"default": "./components/v/vending-lollipop.vue"
|
|
2124
|
+
},
|
|
2093
2125
|
"./vending-machine": {
|
|
2094
2126
|
"types": "./types/dd0bq22g.d.ts",
|
|
2095
2127
|
"default": "./components/v/vending-machine.vue"
|
|
@@ -2098,6 +2130,10 @@
|
|
|
2098
2130
|
"types": "./types/dd0bq22g.d.ts",
|
|
2099
2131
|
"default": "./components/v/vending-p.vue"
|
|
2100
2132
|
},
|
|
2133
|
+
"./vending-pack": {
|
|
2134
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
2135
|
+
"default": "./components/v/vending-pack.vue"
|
|
2136
|
+
},
|
|
2101
2137
|
"./vending-pizza": {
|
|
2102
2138
|
"types": "./types/dd0bq22g.d.ts",
|
|
2103
2139
|
"default": "./components/v/vending-pizza.vue"
|
package/css/m/mfuc_wblv.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.mfuc_wblv {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M4 3c-.554 0-1 .446-1 1v8c0 .554.446 1 1 1v.666c0 .185.15.334.334.334h.332c.185 0 .334-.15.334-.334V13h6v.666c0 .185.15.334.334.334h.332c.185 0 .334-.15.334-.334V13c.554 0 1-.446 1-1V4c0-.554-.446-1-1-1zm.75 1h6.5c.415 0 .75.335.75.75V8.5c0 .831-.669 1.5-1.5 1.5h-5C4.669 10 4 9.331 4 8.5V4.75c0-.415.335-.75.75-.75m-.275 7H5.5a.499.499 0 1 1 0 1h-1a.5.5 0 0 1-.025-1m6 0H11.5a.499.499 0 1 1 0 1h-1a.5.5 0 0 1-.025-1");
|
|
4
|
-
}
|
package/css/m/mlc8j-iny.css
DELETED
package/css/q/q8mll307b.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.q8mll307b {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M6.647 1.147L4.792 3H4c-.554 0-1 .446-1 1v8c0 .554.446 1 1 1v.5a.499.499 0 1 0 1 0V13h6v.5a.499.499 0 1 0 1 0V13c.554 0 1-.446 1-1V4c0-.554-.446-1-1-1h-1.793l1.146-1.146a.5.5 0 0 0-.707-.707L8.794 3H6.207l1.147-1.146a.5.5 0 0 0-.708-.707M5 4h6c.554 0 1 .446 1 1v3.5c0 .831-.669 1.5-1.5 1.5h-5C4.669 10 4 9.331 4 8.5V5c0-.554.446-1 1-1m-.5 7h1a.499.499 0 1 1 0 1h-1a.499.499 0 1 1 0-1m6 0h1a.499.499 0 1 1 0 1h-1a.499.499 0 1 1 0-1");
|
|
4
|
-
}
|