@iconify-vue/material-symbols-light 1.0.25 → 1.0.27
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/battery-charging-20-2-outline-rounded.vue +16 -0
- package/components/b/battery-charging-20-2-rounded.vue +16 -0
- package/components/b/battery-charging-20-2-sharp.vue +16 -0
- package/components/b/battery-charging-20-2.vue +16 -0
- package/components/b/battery-charging-30-2-outline-rounded.vue +16 -0
- package/components/b/battery-charging-30-2-rounded.vue +16 -0
- package/components/b/battery-charging-30-2-sharp.vue +16 -0
- package/components/b/battery-charging-30-2.vue +16 -0
- package/components/b/battery-charging-50-2-outline-rounded.vue +16 -0
- package/components/b/battery-charging-50-2-rounded.vue +16 -0
- package/components/b/battery-charging-50-2-sharp.vue +16 -0
- package/components/b/battery-charging-50-2.vue +16 -0
- package/components/b/battery-charging-60-2-outline-rounded.vue +16 -0
- package/components/b/battery-charging-60-2-rounded.vue +16 -0
- package/components/b/battery-charging-60-2-sharp.vue +16 -0
- package/components/b/battery-charging-60-2.vue +16 -0
- package/components/b/battery-charging-80-2-outline-rounded.vue +16 -0
- package/components/b/battery-charging-80-2-rounded.vue +16 -0
- package/components/b/battery-charging-80-2-sharp.vue +16 -0
- package/components/b/battery-charging-80-2.vue +16 -0
- package/components/b/battery-charging-full-2-outline-rounded.vue +16 -0
- package/components/b/battery-charging-full-2-outline-sharp.vue +16 -0
- package/components/b/battery-charging-full-2-outline.vue +16 -0
- package/components/b/battery-charging-full-2-rounded.vue +16 -0
- package/components/b/battery-charging-full-2-sharp.vue +16 -0
- package/components/b/battery-charging-full-2.vue +16 -0
- package/components/c/car-fan-recirculate-2-outline-rounded.vue +16 -0
- package/components/c/car-fan-recirculate-2-outline-sharp.vue +16 -0
- package/components/c/car-fan-recirculate-2-outline.vue +16 -0
- package/components/c/car-fan-recirculate-2-rounded.vue +16 -0
- package/components/c/car-fan-recirculate-2-sharp.vue +16 -0
- package/components/c/car-fan-recirculate-2.vue +16 -0
- package/components/c/car-fan-recirculate-outline-rounded.vue +16 -0
- package/components/c/car-fan-recirculate-outline-sharp.vue +16 -0
- package/components/c/car-fan-recirculate-outline.vue +16 -0
- package/components/c/car-fan-recirculate-rounded.vue +3 -3
- package/components/c/car-fan-recirculate-sharp.vue +16 -0
- package/components/c/car-fan-recirculate.vue +3 -3
- package/components/l/list-arrow-rounded.vue +16 -0
- package/components/l/list-arrow.vue +16 -0
- package/components/s/speed-2-outline-rounded.vue +16 -0
- package/components/s/speed-2-outline-sharp.vue +16 -0
- package/components/s/speed-2-outline.vue +16 -0
- package/components/s/speed-2-rounded.vue +16 -0
- package/components/s/speed-2-sharp.vue +16 -0
- package/components/s/speed-2.vue +16 -0
- package/components/s/speed-3-outline-rounded.vue +16 -0
- package/components/s/speed-3-outline-sharp.vue +16 -0
- package/components/s/speed-3-outline.vue +16 -0
- package/components/s/speed-3-rounded.vue +16 -0
- package/components/s/speed-3-sharp.vue +16 -0
- package/components/s/speed-3.vue +16 -0
- package/components/s/speed-4-outline-rounded.vue +16 -0
- package/components/s/speed-4-outline-sharp.vue +16 -0
- package/components/s/speed-4-outline.vue +16 -0
- package/components/s/speed-4-rounded.vue +16 -0
- package/components/s/speed-4-sharp.vue +16 -0
- package/components/s/speed-4.vue +16 -0
- package/components/t/touch-double-2-outline-rounded.vue +16 -0
- package/components/t/touch-double-2-outline-sharp.vue +16 -0
- package/components/t/touch-double-2-outline.vue +16 -0
- package/components/t/touch-double-2-rounded.vue +16 -0
- package/components/t/touch-double-2-sharp.vue +16 -0
- package/components/t/touch-double-2.vue +16 -0
- package/components/w/wifi-device-outline-rounded.vue +16 -0
- package/components/w/wifi-device-outline-sharp.vue +16 -0
- package/components/w/wifi-device-outline.vue +16 -0
- package/components/w/wifi-device-rounded.vue +16 -0
- package/components/w/wifi-device-sharp.vue +16 -0
- package/components/w/wifi-device.vue +16 -0
- package/iconify.json +2 -2
- package/package.json +273 -1
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="kd25c0br"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:battery-charging-20-2-outline-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.kd25c0br {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3.308 16.5q-.348 0-.578-.23t-.23-.578V8.308q0-.348.23-.578t.578-.23h11.238q.214 0 .357.143q.143.144.143.357t-.143.357t-.357.143H5.5v7h8.556q.213 0 .357.143t.143.357t-.143.357t-.357.143zm14.663-3.712h-2.19q-.248 0-.367-.207t.024-.42l2.581-4.063q.067-.092.153-.108q.086-.015.159.016t.134.103t.031.177l-.467 2.925h2.19q.248 0 .366.208t-.024.42l-2.58 4.063q-.068.092-.153.108q-.086.015-.159-.016t-.135-.103t-.03-.177z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="tejo3rbr"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:battery-charging-20-2-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.tejo3rbr {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3.308 16.5q-.348 0-.578-.23t-.23-.578V8.308q0-.348.23-.578t.578-.23h11.238q.214 0 .357.143q.143.144.143.357t-.143.357t-.357.143H5.5v7h8.556q.213 0 .357.143t.143.357t-.143.357t-.357.143zm14.663-3.712h-2.19q-.248 0-.367-.207t.024-.42l2.196-3.39q.087-.13.22-.175q.134-.044.265.006t.212.171q.08.121.05.283l-.352 2.155h2.19q.248 0 .366.208t-.024.42l-2.196 3.39q-.086.13-.22.175t-.264-.006t-.212-.171q-.08-.121-.05-.283z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="lx65sbb"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:battery-charging-20-2-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.lx65sbb {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M2.5 16.5v-9h12.962l-.812 1H5.5v7h9.154l-.177 1zm14.867 0l.604-3.712h-2.933L18.417 7.5h.217l-.604 3.712h2.933L17.585 16.5z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="w0pet7y"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:battery-charging-20-2" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.w0pet7y {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3.308 16.5q-.348 0-.578-.23t-.23-.578V8.308q0-.348.23-.578t.578-.23h12.154l-.812 1H5.5v7h9.154l-.177 1zm14.06 0l.603-3.712h-2.933L18.417 7.5h.217l-.604 3.712h2.933L17.585 16.5z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="ypfyq_ay"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:battery-charging-30-2-outline-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.ypfyq_ay {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3.308 16.5q-.348 0-.578-.23t-.23-.578V8.308q0-.348.23-.578t.578-.23h11.238q.214 0 .357.143q.143.144.143.357t-.143.357t-.357.143H7.5v7h6.556q.213 0 .357.143t.143.357t-.143.357t-.357.143zm14.663-3.712h-2.19q-.248 0-.367-.207t.024-.42l2.581-4.063q.067-.092.153-.108q.086-.015.159.016t.134.103t.031.177l-.467 2.925h2.19q.248 0 .366.208t-.024.42l-2.58 4.063q-.068.092-.153.108q-.086.015-.159-.016t-.135-.103t-.03-.177z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="wlgjghuj"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:battery-charging-30-2-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.wlgjghuj {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3.308 16.5q-.348 0-.578-.23t-.23-.578V8.308q0-.348.23-.578t.578-.23h11.238q.214 0 .357.143q.143.144.143.357t-.143.357t-.357.143H7.5v7h6.556q.213 0 .357.143t.143.357t-.143.357t-.357.143zm14.663-3.712h-2.19q-.248 0-.367-.207t.024-.42l2.196-3.39q.087-.13.22-.175q.134-.044.265.006t.212.171q.08.121.05.283l-.352 2.155h2.19q.248 0 .366.208t-.024.42l-2.196 3.39q-.086.13-.22.175t-.264-.006t-.212-.171q-.08-.121-.05-.283z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="jo83gef"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:battery-charging-30-2-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.jo83gef {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M2.5 16.5v-9h12.962l-.812 1H7.5v7h7.154l-.177 1zm14.867 0l.604-3.712h-2.933L18.417 7.5h.217l-.604 3.712h2.933L17.585 16.5z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="jzshhhb"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:battery-charging-30-2" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.jzshhhb {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3.308 16.5q-.348 0-.578-.23t-.23-.578V8.308q0-.348.23-.578t.578-.23h12.154l-.812 1H7.5v7h7.154l-.177 1zm14.06 0l.603-3.712h-2.933L18.417 7.5h.217l-.604 3.712h2.933L17.585 16.5z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="yw1jvwbu"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:battery-charging-50-2-outline-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.yw1jvwbu {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3.308 16.5q-.348 0-.578-.23t-.23-.578V8.308q0-.348.23-.578t.578-.23h11.238q.214 0 .357.143q.143.144.143.357t-.143.357t-.357.143H9.5v7h4.556q.213 0 .357.143t.143.357t-.143.357t-.357.143zm14.663-3.712h-2.19q-.248 0-.367-.207t.024-.42l2.581-4.063q.067-.092.153-.108q.086-.015.159.016t.134.103t.031.177l-.467 2.925h2.19q.248 0 .366.208t-.024.42l-2.58 4.063q-.068.092-.153.108q-.086.015-.159-.016t-.135-.103t-.03-.177z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="v1bjliif"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:battery-charging-50-2-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.v1bjliif {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3.308 16.5q-.348 0-.578-.23t-.23-.578V8.308q0-.348.23-.578t.578-.23h11.238q.214 0 .357.143q.143.144.143.357t-.143.357t-.357.143H9.5v7h4.556q.213 0 .357.143t.143.357t-.143.357t-.357.143zm14.663-3.712h-2.19q-.248 0-.367-.207t.024-.42l2.196-3.39q.087-.13.22-.175q.134-.044.265.006t.212.171q.08.121.05.283l-.352 2.155h2.19q.248 0 .366.208t-.024.42l-2.196 3.39q-.086.13-.22.175t-.264-.006t-.212-.171q-.08-.121-.05-.283z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="x4-z3vs"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:battery-charging-50-2-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.x4-z3vs {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M2.5 16.5v-9h12.962l-.812 1H9.5v7h5.154l-.177 1zm14.867 0l.604-3.712h-2.933L18.417 7.5h.217l-.604 3.712h2.933L17.585 16.5z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="anftz8b"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:battery-charging-50-2" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.anftz8b {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3.308 16.5q-.348 0-.578-.23t-.23-.578V8.308q0-.348.23-.578t.578-.23h12.154l-.812 1H9.5v7h5.154l-.177 1zm14.06 0l.603-3.712h-2.933L18.417 7.5h.217l-.604 3.712h2.933L17.585 16.5z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="kg4moabd"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:battery-charging-60-2-outline-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.kg4moabd {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3.308 16.5q-.348 0-.578-.23t-.23-.578V8.308q0-.348.23-.578t.578-.23h11.238q.214 0 .357.143q.143.144.143.357t-.143.357t-.357.143H10.5v7h3.556q.213 0 .357.143t.143.357t-.143.357t-.357.143zm14.663-3.712h-2.19q-.248 0-.367-.207t.024-.42l2.581-4.063q.067-.092.153-.108q.086-.015.159.016t.134.103t.031.177l-.467 2.925h2.19q.248 0 .366.208t-.024.42l-2.58 4.063q-.068.092-.153.108q-.086.015-.159-.016t-.135-.103t-.03-.177z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="ddbolv0r"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:battery-charging-60-2-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.ddbolv0r {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3.308 16.5q-.348 0-.578-.23t-.23-.578V8.308q0-.348.23-.578t.578-.23h11.238q.214 0 .357.143q.143.144.143.357t-.143.357t-.357.143H10.5v7h3.556q.213 0 .357.143t.143.357t-.143.357t-.357.143zm14.663-3.712h-2.19q-.248 0-.367-.207t.024-.42l2.196-3.39q.087-.13.22-.175q.134-.044.265.006t.212.171q.08.121.05.283l-.352 2.155h2.19q.248 0 .366.208t-.024.42l-2.196 3.39q-.086.13-.22.175t-.264-.006t-.212-.171q-.08-.121-.05-.283z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="yxvqafb"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:battery-charging-60-2-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.yxvqafb {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M2.5 16.5v-9h12.962l-.812 1H10.5v7h4.154l-.177 1zm14.867 0l.604-3.712h-2.933L18.417 7.5h.217l-.604 3.712h2.933L17.585 16.5z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="pikbk3b"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:battery-charging-60-2" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.pikbk3b {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3.308 16.5q-.348 0-.578-.23t-.23-.578V8.308q0-.348.23-.578t.578-.23h12.154l-.812 1H10.5v7h4.154l-.177 1zm14.06 0l.603-3.712h-2.933L18.417 7.5h.217l-.604 3.712h2.933L17.585 16.5z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="n--lxcbq"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:battery-charging-80-2-outline-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.n--lxcbq {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3.308 16.5q-.348 0-.578-.23t-.23-.578V8.308q0-.348.23-.578t.578-.23h11.238q.214 0 .357.143q.143.144.143.357t-.143.357t-.357.143H12.5v7h1.556q.213 0 .357.143t.143.357t-.143.357t-.357.143zm14.663-3.712h-2.19q-.248 0-.367-.207t.024-.42l2.581-4.063q.067-.092.153-.108q.086-.015.159.016t.134.103t.031.177l-.467 2.925h2.19q.248 0 .366.208t-.024.42l-2.58 4.063q-.068.092-.153.108q-.086.015-.159-.016t-.135-.103t-.03-.177z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="n_6y9hbp"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:battery-charging-80-2-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.n_6y9hbp {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3.308 16.5q-.348 0-.578-.23t-.23-.578V8.308q0-.348.23-.578t.578-.23h11.238q.214 0 .357.143q.143.144.143.357t-.143.357t-.357.143H12.5v7h1.556q.213 0 .357.143t.143.357t-.143.357t-.357.143zm14.663-3.712h-2.19q-.248 0-.367-.207t.024-.42l2.196-3.39q.087-.13.22-.175q.134-.044.265.006t.212.171q.08.121.05.283l-.352 2.155h2.19q.248 0 .366.208t-.024.42l-2.196 3.39q-.086.13-.22.175t-.264-.006t-.212-.171q-.08-.121-.05-.283z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="x1bobsb"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:battery-charging-80-2-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.x1bobsb {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M2.5 16.5v-9h12.962l-.812 1H12.5v7h2.154l-.177 1zm14.867 0l.604-3.712h-2.933L18.417 7.5h.217l-.604 3.712h2.933L17.585 16.5z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="t6ovf3b"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:battery-charging-80-2" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.t6ovf3b {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3.308 16.5q-.348 0-.578-.23t-.23-.578V8.308q0-.348.23-.578t.578-.23h12.154l-.812 1H12.5v7h2.154l-.177 1zm14.06 0l.603-3.712h-2.933L18.417 7.5h.217l-.604 3.712h2.933L17.585 16.5z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="xe2cugpg"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:battery-charging-full-2-outline-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.xe2cugpg {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3.5 15.5v-7zm-.192 1q-.348 0-.578-.23t-.23-.578V8.308q0-.348.23-.578t.578-.23h11.238q.214 0 .357.143q.143.144.143.357t-.143.357t-.357.143H3.5v7h10.556q.213 0 .357.143t.143.357t-.143.357t-.357.143zm14.663-3.712h-2.19q-.248 0-.367-.207t.024-.42l2.581-4.063q.067-.092.153-.108q.086-.015.159.016t.134.103t.031.177l-.467 2.925h2.19q.248 0 .366.208t-.024.42l-2.58 4.063q-.068.092-.153.108q-.086.015-.159-.016t-.135-.103t-.03-.177z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="dqyiiib"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:battery-charging-full-2-outline-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.dqyiiib {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M2.5 16.5v-9h12.962l-.812 1H3.5v7h11.154l-.177 1zm14.867 0l.604-3.712h-2.933L18.417 7.5h.217l-.604 3.712h2.933L17.585 16.5zM3.5 15.5v-7z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="ne7lx8f"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:battery-charging-full-2-outline" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.ne7lx8f {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3.308 16.5q-.348 0-.578-.23t-.23-.578V8.308q0-.348.23-.578t.578-.23h12.154l-.812 1H3.5v7h11.154l-.177 1zm14.06 0l.603-3.712h-2.933L18.417 7.5h.217l-.604 3.712h2.933L17.585 16.5zM3.5 15.5v-7z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="tj60ue5j"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:battery-charging-full-2-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.tj60ue5j {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3.308 16.5q-.348 0-.578-.23t-.23-.578V8.308q0-.348.23-.578t.578-.23h11.238q.214 0 .338.143q.124.144.124.357l-2.78 4.048q-.75 1.104-.131 2.278t1.959 1.174q.213 0 .357.143t.143.357t-.143.357t-.357.143zm14.663-3.712h-2.19q-.248 0-.367-.207t.024-.42l2.196-3.39q.087-.13.22-.175q.134-.044.265.006t.212.171q.08.121.05.283l-.352 2.155h2.19q.248 0 .366.208t-.024.42l-2.196 3.39q-.086.13-.22.175t-.264-.006t-.212-.171q-.08-.121-.05-.283z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="fko9l_b"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:battery-charging-full-2-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.fko9l_b {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M2.5 16.5v-9h12.962l-4 5.742V15.5h3.192l-.177 1zm14.867 0l.604-3.712h-2.933L18.417 7.5h.217l-.604 3.712h2.933L17.585 16.5z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="op256cq"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:battery-charging-full-2" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.op256cq {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3.308 16.5q-.348 0-.578-.23t-.23-.578V8.308q0-.348.23-.578t.578-.23h12.154l-4 5.742V15.5h3.192l-.177 1zm14.06 0l.603-3.712h-2.933L18.417 7.5h.217l-.604 3.712h2.933L17.585 16.5z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="wsao2kka"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:car-fan-recirculate-2-outline-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.wsao2kka {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M14.116 10.529q0-1.008-.723-1.71q-.722-.703-1.749-.703H8.173q-.171 0-.297.116t-.126.307q0 .17.126.306t.297.136h3.471q.652 0 1.12.458t.467 1.09t-.467 1.08t-1.12.449H9.048l.63-.612q.13-.129.13-.304t-.13-.303q-.128-.13-.303-.13t-.304.13L7.97 11.916q-.242.242-.242.577t.242.578l1.102 1.077q.129.129.304.12t.304-.14q.129-.147.129-.312q0-.166-.148-.295l-.612-.598h2.596q1.008 0 1.74-.703t.732-1.691M6.75 19q-.89 0-1.606-.518q-.715-.518-1.121-1.328H1.808q-.348 0-.578-.23T1 16.346v-4.134q0-.69.463-1.153t1.152-.463h1.116l1.538-4.155q.167-.427.545-.684T6.65 5.5h7.123q.39 0 .718.195t.546.51l2.424 3.91l3.964.312q.69.056 1.133.539q.442.482.442 1.173v4.207q0 .348-.23.578t-.578.23h-2.234q-.387.81-1.102 1.328T17.25 19t-1.606-.518t-1.121-1.328H9.458q-.387.81-1.102 1.328T6.75 19m0-1q.779 0 1.332-.514q.552-.515.552-1.197q0-.047.035-.091t.081-.044h6.48q.047 0 .091.044t.045.09q0 .683.552 1.198q.553.514 1.332.514q.798 0 1.341-.514q.543-.515.543-1.197q0-.047.035-.091t.081-.044H22v-4.092q0-.25-.163-.423t-.414-.193l-4.156-.342q-.211-.025-.363-.121t-.258-.258L14.048 6.5H6.342l-1.711 4.58q-.087.243-.298.38q-.212.136-.46.136H2.615q-.269 0-.442.173T2 12.212v3.942h2.73q.047 0 .091.044t.045.09q0 .683.552 1.198Q5.971 18 6.75 18M12 12.25");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="stefz8bn"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:car-fan-recirculate-2-outline-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.stefz8bn {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("m9.385 14.442l.607-.626l-.944-.893h2.596q1.008 0 1.74-.703q.731-.703.731-1.691q0-1.008-.722-1.71q-.722-.703-1.749-.703H7.75v.865h3.894q.652 0 1.12.457t.467 1.09t-.467 1.081t-1.12.449H9.048l.944-.906l-.608-.613l-2 1.942zM6.75 19q-.89 0-1.606-.518q-.715-.518-1.121-1.328H1v-6.558h2.73L5.617 5.5h8.98l2.866 4.616l5.538.442v6.596h-3.042q-.387.81-1.102 1.328T17.25 19t-1.606-.518t-1.121-1.328H9.458q-.387.81-1.102 1.328T6.75 19m0-1q.779 0 1.332-.514q.552-.515.552-1.197v-.135h6.732v.135q0 .682.552 1.197q.553.514 1.332.514q.798 0 1.341-.514q.543-.515.543-1.197v-.135H22v-4.67l-5.142-.411l-2.81-4.573H6.342L4.44 11.596H2v4.558h2.866v.135q0 .682.552 1.197Q5.971 18 6.75 18M12 12.25");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="j2fz-cca"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:car-fan-recirculate-2-outline" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.j2fz-cca {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("m9.385 14.442l.607-.626l-.944-.893h2.596q1.008 0 1.74-.703q.731-.703.731-1.691q0-1.008-.722-1.71q-.722-.703-1.749-.703H7.75v.865h3.894q.652 0 1.12.457t.467 1.09t-.467 1.081t-1.12.449H9.048l.944-.906l-.608-.613l-2 1.942zM6.75 19q-.89 0-1.606-.518q-.715-.518-1.121-1.328H1v-4.942q0-.69.463-1.153t1.152-.463h1.116l1.538-4.155q.167-.427.545-.684T6.65 5.5h7.123q.39 0 .718.195t.546.51l2.424 3.91l3.964.312q.69.056 1.133.539q.442.482.442 1.173v5.015h-3.042q-.387.81-1.102 1.328T17.25 19t-1.606-.518t-1.121-1.328H9.458q-.387.81-1.102 1.328T6.75 19m0-1q.779 0 1.332-.514q.552-.515.552-1.197v-.135h6.732v.135q0 .682.552 1.197q.553.514 1.332.514q.798 0 1.341-.514q.543-.515.543-1.197v-.135H22v-4.092q0-.25-.163-.423t-.414-.193l-4.565-.373l-2.81-4.573H6.342L4.44 11.596H2.614q-.269 0-.442.173T2 12.212v3.942h2.866v.135q0 .682.552 1.197Q5.971 18 6.75 18M12 12.25");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="xmvqiibq"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:car-fan-recirculate-2-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.xmvqiibq {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M14.116 10.529q0-1.008-.723-1.71q-.722-.703-1.749-.703H8.173q-.171 0-.297.116t-.126.307q0 .17.126.306t.297.136h3.471q.652 0 1.12.458t.467 1.09t-.467 1.08t-1.12.449H9.048l.63-.612q.13-.129.13-.304t-.13-.303q-.128-.13-.303-.13t-.304.13L7.97 11.916q-.242.242-.242.577t.242.578l1.102 1.077q.129.129.304.12t.304-.14q.129-.147.129-.312q0-.166-.148-.295l-.612-.598h2.596q1.008 0 1.74-.703t.732-1.691M6.75 19q-.89 0-1.606-.518q-.715-.518-1.121-1.328H1.808q-.348 0-.578-.23T1 16.346v-4.134q0-.69.463-1.153t1.152-.463h1.116l1.538-4.155q.167-.427.545-.684T6.65 5.5h7.123q.39 0 .718.195t.546.51l2.424 3.91l3.964.312q.69.056 1.133.539q.442.482.442 1.173v4.207q0 .348-.23.578t-.578.23h-2.234q-.387.81-1.102 1.328T17.25 19t-1.606-.518t-1.121-1.328H9.458q-.387.81-1.102 1.328T6.75 19");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="c8al4bbh"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:car-fan-recirculate-2-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.c8al4bbh {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("m9.385 14.442l.607-.626l-.944-.893h2.596q1.008 0 1.74-.703q.731-.703.731-1.691q0-1.008-.722-1.71q-.722-.703-1.749-.703H7.75v.865h3.894q.652 0 1.12.457t.467 1.09t-.467 1.081t-1.12.449H9.048l.944-.906l-.608-.613l-2 1.942zM6.75 19q-.89 0-1.606-.518q-.715-.518-1.121-1.328H1v-6.558h2.73L5.617 5.5h8.98l2.866 4.616l5.538.442v6.596h-3.042q-.387.81-1.102 1.328T17.25 19t-1.606-.518t-1.121-1.328H9.458q-.387.81-1.102 1.328T6.75 19");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="mxsu58bk"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:car-fan-recirculate-2" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.mxsu58bk {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("m9.385 14.442l.607-.626l-.944-.893h2.596q1.008 0 1.74-.703q.731-.703.731-1.691q0-1.008-.722-1.71q-.722-.703-1.749-.703H7.75v.865h3.894q.652 0 1.12.457t.467 1.09t-.467 1.081t-1.12.449H9.048l.944-.906l-.608-.613l-2 1.942zM6.75 19q-.89 0-1.606-.518q-.715-.518-1.121-1.328H1v-4.942q0-.69.463-1.153t1.152-.463h1.116l1.538-4.155q.167-.427.545-.684T6.65 5.5h7.123q.39 0 .718.195t.546.51l2.424 3.91l3.964.312q.69.056 1.133.539q.442.482.442 1.173v5.015h-3.042q-.387.81-1.102 1.328T17.25 19t-1.606-.518t-1.121-1.328H9.458q-.387.81-1.102 1.328T6.75 19");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="daqnkgbx"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:car-fan-recirculate-outline-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.daqnkgbx {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M6.75 19q-.89 0-1.606-.518q-.715-.518-1.121-1.328H1.808q-.348 0-.578-.23T1 16.346v-4.134q0-.69.463-1.153t1.152-.463h1.116l1.538-4.155q.167-.427.545-.684T6.65 5.5h7.123q.39 0 .718.195t.546.51l.59.949q.14.213.067.396t-.244.287t-.354.08q-.182-.025-.323-.238L14.048 6.5H6.342l-1.711 4.58q-.087.243-.298.38q-.212.136-.46.136H2.615q-.269 0-.442.173T2 12.212v3.942h2.73q.047 0 .091.044t.045.09q0 .683.552 1.198Q5.971 18 6.75 18t1.332-.514t.552-1.197q0-.047.035-.091t.081-.044h6.48q.047 0 .091.044t.045.09q0 .683.552 1.198q.553.514 1.332.514q.798 0 1.341-.514q.543-.515.543-1.197q0-.047.035-.091t.081-.044H22v-4.092q0-.25-.163-.423t-.414-.193l-1.72-.15q-.25-.03-.371-.192q-.122-.162-.091-.344q.03-.183.161-.339t.38-.125l1.643.131q.69.056 1.133.539q.442.482.442 1.173v4.207q0 .348-.23.578t-.578.23h-2.234q-.387.81-1.102 1.328T17.25 19t-1.606-.518t-1.121-1.328H9.458q-.387.81-1.102 1.328T6.75 19m8.034-7.442H9.625l.689-.689q.128-.128.128-.306t-.129-.307t-.313-.129t-.313.129l-1.18 1.179q-.241.242-.241.565t.242.566l1.179 1.198q.129.128.313.119q.185-.01.314-.139q.128-.128.128-.306t-.128-.307l-.689-.689h5.192q.187 0 .336-.068t.28-.205l5.411-6.311q.123-.154.11-.33t-.165-.297q-.155-.123-.332-.11t-.301.165z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="s4gga3bs"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:car-fan-recirculate-outline-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.s4gga3bs {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M6.75 19q-.89 0-1.606-.518q-.715-.518-1.121-1.328H1v-6.558h2.73L5.617 5.5h8.98l1.214 1.971l-.683.792l-1.08-1.763H6.342L4.44 11.596H2v4.558h2.866v.135q0 .682.552 1.197Q5.971 18 6.75 18t1.332-.514q.552-.515.552-1.197v-.135h6.732v.135q0 .682.552 1.197q.553.514 1.332.514q.798 0 1.341-.514q.543-.515.543-1.197v-.135H22v-4.67l-3.284-.267l.811-.946l3.473.287v6.596h-3.042q-.387.81-1.102 1.328T17.25 19t-1.606-.518t-1.121-1.328H9.458q-.387.81-1.102 1.328T6.75 19M10 14.058l.627-.608l-1.002-1.008h5.566l5.936-6.923l-.663-.577l-5.68 6.616H9.626l1.002-1.008L10 9.942L7.942 12z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="h3kgpx5o"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:car-fan-recirculate-outline" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.h3kgpx5o {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M6.75 19q-.89 0-1.606-.518q-.715-.518-1.121-1.328H1v-4.942q0-.69.463-1.153t1.152-.463h1.116l1.538-4.155q.167-.427.545-.684T6.65 5.5h7.123q.39 0 .718.195t.546.51l.772 1.266l-.682.793L14.048 6.5H6.342L4.44 11.596H2.614q-.269 0-.442.173T2 12.212v3.942h2.866v.135q0 .682.552 1.197Q5.971 18 6.75 18t1.332-.514q.552-.515.552-1.197v-.135h6.732v.135q0 .682.552 1.197q.553.514 1.332.514q.798 0 1.341-.514q.543-.515.543-1.197v-.135H22v-4.092q0-.25-.163-.423t-.414-.193l-2.707-.229l.811-.946l1.898.156q.69.056 1.133.539q.442.482.442 1.173v5.015h-3.042q-.387.81-1.102 1.328T17.25 19t-1.606-.518t-1.121-1.328H9.458q-.387.81-1.102 1.328T6.75 19M10 14.058l.627-.608l-1.002-1.008h5.566l5.936-6.923l-.663-.577l-5.68 6.616H9.626l1.002-1.008L10 9.942L7.942 12z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|