@iconify-svelte/material-symbols 1.0.24 → 1.0.26
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-rounded.svelte +17 -0
- package/components/b/battery-charging-20-2-sharp.svelte +17 -0
- package/components/b/battery-charging-20-2.svelte +17 -0
- package/components/b/battery-charging-30-2-rounded.svelte +17 -0
- package/components/b/battery-charging-30-2-sharp.svelte +17 -0
- package/components/b/battery-charging-30-2.svelte +17 -0
- package/components/b/battery-charging-50-2-rounded.svelte +17 -0
- package/components/b/battery-charging-50-2-sharp.svelte +17 -0
- package/components/b/battery-charging-50-2.svelte +17 -0
- package/components/b/battery-charging-60-2-rounded.svelte +17 -0
- package/components/b/battery-charging-60-2-sharp.svelte +17 -0
- package/components/b/battery-charging-60-2.svelte +17 -0
- package/components/b/battery-charging-80-2-rounded.svelte +17 -0
- package/components/b/battery-charging-80-2-sharp.svelte +17 -0
- package/components/b/battery-charging-80-2.svelte +17 -0
- package/components/b/battery-charging-full-2-outline-rounded.svelte +17 -0
- package/components/b/battery-charging-full-2-outline-sharp.svelte +17 -0
- package/components/b/battery-charging-full-2-outline.svelte +17 -0
- package/components/b/battery-charging-full-2-rounded.svelte +17 -0
- package/components/b/battery-charging-full-2-sharp.svelte +17 -0
- package/components/b/battery-charging-full-2.svelte +17 -0
- package/components/c/car-fan-recirculate-2-outline-rounded.svelte +17 -0
- package/components/c/car-fan-recirculate-2-outline-sharp.svelte +17 -0
- package/components/c/car-fan-recirculate-2-outline.svelte +17 -0
- package/components/c/car-fan-recirculate-2-rounded.svelte +17 -0
- package/components/c/car-fan-recirculate-2-sharp.svelte +17 -0
- package/components/c/car-fan-recirculate-2.svelte +17 -0
- package/components/c/car-fan-recirculate-outline-rounded.svelte +17 -0
- package/components/c/car-fan-recirculate-outline-sharp.svelte +17 -0
- package/components/c/car-fan-recirculate-outline.svelte +17 -0
- package/components/c/car-fan-recirculate-rounded.svelte +3 -3
- package/components/c/car-fan-recirculate-sharp.svelte +17 -0
- package/components/c/car-fan-recirculate.svelte +3 -3
- package/components/l/list-arrow-rounded.svelte +17 -0
- package/components/l/list-arrow.svelte +17 -0
- package/components/s/speed-2-outline-rounded.svelte +17 -0
- package/components/s/speed-2-outline-sharp.svelte +17 -0
- package/components/s/speed-2-outline.svelte +17 -0
- package/components/s/speed-2-rounded.svelte +17 -0
- package/components/s/speed-2-sharp.svelte +17 -0
- package/components/s/speed-2.svelte +17 -0
- package/components/s/speed-3-outline-rounded.svelte +17 -0
- package/components/s/speed-3-outline-sharp.svelte +17 -0
- package/components/s/speed-3-outline.svelte +17 -0
- package/components/s/speed-3-rounded.svelte +17 -0
- package/components/s/speed-3-sharp.svelte +17 -0
- package/components/s/speed-3.svelte +17 -0
- package/components/s/speed-4-outline-rounded.svelte +17 -0
- package/components/s/speed-4-outline-sharp.svelte +17 -0
- package/components/s/speed-4-outline.svelte +17 -0
- package/components/s/speed-4-rounded.svelte +17 -0
- package/components/s/speed-4-sharp.svelte +17 -0
- package/components/s/speed-4.svelte +17 -0
- package/components/t/touch-double-2-outline-rounded.svelte +17 -0
- package/components/t/touch-double-2-outline-sharp.svelte +17 -0
- package/components/t/touch-double-2-outline.svelte +17 -0
- package/components/t/touch-double-2-rounded.svelte +17 -0
- package/components/t/touch-double-2-sharp.svelte +17 -0
- package/components/t/touch-double-2.svelte +17 -0
- package/components/w/wifi-device-outline-rounded.svelte +17 -0
- package/components/w/wifi-device-outline-sharp.svelte +17 -0
- package/components/w/wifi-device-outline.svelte +17 -0
- package/components/w/wifi-device-rounded.svelte +17 -0
- package/components/w/wifi-device-sharp.svelte +17 -0
- package/components/w/wifi-device.svelte +17 -0
- package/iconify.json +2 -2
- package/package.json +253 -1
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="j8x7dhtg"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:battery-charging-20-2-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.j8x7dhtg) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M3 17q-.425 0-.712-.288T2 16V8q0-.425.288-.712T3 7h11.45q.425 0 .713.288T15.45 8t-.287.713T14.45 9H6v6h7.825q.425 0 .713.288t.287.712t-.287.713t-.713.287zm14.375-4H15.05q-.325 0-.462-.275t.062-.525l3.6-4.525q.125-.15.288-.175t.312.025t.25.2t.05.35L18.625 11h2.325q.325 0 .463.275t-.063.525l-3.6 4.525q-.125.15-.288.175t-.312-.025t-.25-.2t-.05-.35z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="qugj6ub"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:battery-charging-20-2-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.qugj6ub) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M2 17V7h14.25l-1.6 2H6v6h9l-.35 2zm14.675 0l.7-4H14l4.8-6h.525l-.7 4H22l-4.8 6z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="gf8sjnb"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:battery-charging-20-2" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.gf8sjnb) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M3 17q-.425 0-.712-.288T2 16V8q0-.425.288-.712T3 7h13.25l-1.6 2H6v6h9l-.35 2zm13.675 0l.7-4H14l4.8-6h.525l-.7 4H22l-4.8 6z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="l635vxbf"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:battery-charging-30-2-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.l635vxbf) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M3 17q-.425 0-.712-.288T2 16V8q0-.425.288-.712T3 7h11.45q.425 0 .713.288T15.45 8t-.287.713T14.45 9H8v6h5.825q.425 0 .713.288t.287.712t-.287.713t-.713.287zm14.375-4H15.05q-.325 0-.462-.275t.062-.525l3.6-4.525q.125-.15.288-.175t.312.025t.25.2t.05.35L18.625 11h2.325q.325 0 .463.275t-.063.525l-3.6 4.525q-.125.15-.288.175t-.312-.025t-.25-.2t-.05-.35z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="k-uv0fb"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:battery-charging-30-2-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.k-uv0fb) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M2 17V7h14.25l-1.6 2H8v6h7l-.35 2zm14.675 0l.7-4H14l4.8-6h.525l-.7 4H22l-4.8 6z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="xn-dnsx"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:battery-charging-30-2" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.xn-dnsx) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M3 17q-.425 0-.712-.288T2 16V8q0-.425.288-.712T3 7h13.25l-1.6 2H8v6h7l-.35 2zm13.675 0l.7-4H14l4.8-6h.525l-.7 4H22l-4.8 6z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="wv0npm0t"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:battery-charging-50-2-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.wv0npm0t) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M3 17q-.425 0-.712-.288T2 16V8q0-.425.288-.712T3 7h11.45q.425 0 .713.288T15.45 8t-.287.713T14.45 9H10v6h3.825q.425 0 .713.288t.287.712t-.287.713t-.713.287zm14.375-4H15.05q-.325 0-.462-.275t.062-.525l3.6-4.525q.125-.15.288-.175t.312.025t.25.2t.05.35L18.625 11h2.325q.325 0 .463.275t-.063.525l-3.6 4.525q-.125.15-.288.175t-.312-.025t-.25-.2t-.05-.35z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="pv_ur5k"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:battery-charging-50-2-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.pv_ur5k) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M2 17V7h14.25l-1.6 2H10v6h5l-.35 2zm14.675 0l.7-4H14l4.8-6h.525l-.7 4H22l-4.8 6z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="igfvhxb"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:battery-charging-50-2" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.igfvhxb) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M3 17q-.425 0-.712-.288T2 16V8q0-.425.288-.712T3 7h13.25l-1.6 2H10v6h5l-.35 2zm13.675 0l.7-4H14l4.8-6h.525l-.7 4H22l-4.8 6z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="njm9o4xc"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:battery-charging-60-2-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.njm9o4xc) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M3 17q-.425 0-.712-.288T2 16V8q0-.425.288-.712T3 7h11.45q.425 0 .713.288T15.45 8t-.287.713T14.45 9H11v6h2.825q.425 0 .713.288t.287.712t-.287.713t-.713.287zm14.375-4H15.05q-.325 0-.462-.275t.062-.525l3.6-4.525q.125-.15.288-.175t.312.025t.25.2t.05.35L18.625 11h2.325q.325 0 .463.275t-.063.525l-3.6 4.525q-.125.15-.288.175t-.312-.025t-.25-.2t-.05-.35z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="am9mn1e"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:battery-charging-60-2-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.am9mn1e) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M2 17V7h14.25l-1.6 2H11v6h4l-.35 2zm14.675 0l.7-4H14l4.8-6h.525l-.7 4H22l-4.8 6z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="h1-dp2b"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:battery-charging-60-2" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.h1-dp2b) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M3 17q-.425 0-.712-.288T2 16V8q0-.425.288-.712T3 7h13.25l-1.6 2H11v6h4l-.35 2zm13.675 0l.7-4H14l4.8-6h.525l-.7 4H22l-4.8 6z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="j9fm0gbm"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:battery-charging-80-2-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.j9fm0gbm) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M3 17q-.425 0-.712-.288T2 16V8q0-.425.288-.712T3 7h11.45q.425 0 .713.288T15.45 8t-.287.713T14.45 9H13v6h.825q.425 0 .713.288t.287.712t-.287.713t-.713.287zm14.375-4H15.05q-.325 0-.462-.275t.062-.525l3.6-4.525q.125-.15.288-.175t.312.025t.25.2t.05.35L18.625 11h2.325q.325 0 .463.275t-.063.525l-3.6 4.525q-.125.15-.288.175t-.312-.025t-.25-.2t-.05-.35z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="fa_uvkb"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:battery-charging-80-2-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.fa_uvkb) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M2 17V7h14.25l-1.6 2H13v6h2l-.35 2zm14.675 0l.7-4H14l4.8-6h.525l-.7 4H22l-4.8 6z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="pghbksb"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:battery-charging-80-2" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.pghbksb) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M3 17q-.425 0-.712-.288T2 16V8q0-.425.288-.712T3 7h13.25l-1.6 2H13v6h2l-.35 2zm13.675 0l.7-4H14l4.8-6h.525l-.7 4H22l-4.8 6z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="rnwh0ebe"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:battery-charging-full-2-outline-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.rnwh0ebe) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M4 15V9zm-1 2q-.425 0-.712-.288T2 16V8q0-.425.288-.712T3 7h11.45q.425 0 .713.288T15.45 8t-.287.713T14.45 9H4v6h9.825q.425 0 .713.288t.287.712t-.287.713t-.713.287zm14.375-4H15.05q-.325 0-.462-.275t.062-.525l3.6-4.525q.125-.15.288-.175t.312.025t.25.2t.05.35L18.625 11h2.325q.325 0 .463.275t-.063.525l-3.6 4.525q-.125.15-.288.175t-.312-.025t-.25-.2t-.05-.35z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="cwsb0xb"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:battery-charging-full-2-outline-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.cwsb0xb) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M2 17V7h14.25l-1.6 2H4v6h11l-.35 2zm14.675 0l.7-4H14l4.8-6h.525l-.7 4H22l-4.8 6zM4 15V9z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="qnmzx0o"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:battery-charging-full-2-outline" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.qnmzx0o) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M3 17q-.425 0-.712-.288T2 16V8q0-.425.288-.712T3 7h13.25l-1.6 2H4v6h11l-.35 2zm13.675 0l.7-4H14l4.8-6h.525l-.7 4H22l-4.8 6zM4 15V9z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="g13ekgzu"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:battery-charging-full-2-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.g13ekgzu) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M3 17q-.425 0-.712-.288T2 16V8q0-.425.288-.712T3 7h11.45q.425 0 .713.288T15.45 8l-3.125 3.875q-.75.95-.237 2.038T13.825 15q.425 0 .713.288t.287.712t-.287.713t-.713.287zm14.375-4H15.05q-.325 0-.462-.275t.062-.525l3.6-4.525q.125-.15.288-.175t.312.025t.25.2t.05.35L18.625 11h2.325q.325 0 .463.275t-.063.525l-3.6 4.525q-.125.15-.288.175t-.312-.025t-.25-.2t-.05-.35z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="t4gebhb"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:battery-charging-full-2-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.t4gebhb) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M2 17V7h14.25L12 12.3V15h3l-.35 2zm14.675 0l.7-4H14l4.8-6h.525l-.7 4H22l-4.8 6z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="ul9zfhb"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:battery-charging-full-2" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.ul9zfhb) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M3 17q-.425 0-.712-.288T2 16V8q0-.425.288-.712T3 7h13.25L12 12.3V15h3l-.35 2zm13.675 0l.7-4H14l4.8-6h.525l-.7 4H22l-4.8 6z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="r88nc7ac"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:car-fan-recirculate-2-outline-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.r88nc7ac) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M14.5 10.375q0-1.2-.837-2.037T11.625 7.5H8q-.325 0-.537.213t-.213.537t.213.538T8 9h3.625q.575 0 .975.4t.4.975t-.4.975t-.975.4h-2l.15-.15q.225-.225.225-.525t-.225-.525t-.525-.225t-.525.225L7.45 11.8q-.3.3-.3.712t.3.713l1.275 1.25q.225.225.525.225t.525-.225t.225-.525t-.225-.525l-.15-.175h2q1.2 0 2.038-.838t.837-2.037M6.5 20q-1.025 0-1.875-.537T3.35 18H1q-.425 0-.712-.288T0 17v-5q0-.825.588-1.412T2 10h1l1.5-4.175q.225-.6.738-.962T6.4 4.5h7.45q.525 0 .988.263t.737.712L18 9.5l4.175.35q.825.075 1.325.625t.5 1.375V17q0 .425-.288.713T23 18h-2.35q-.425.925-1.275 1.463T17.5 20t-1.875-.537T14.35 18h-4.7q-.425.925-1.275 1.463T6.5 20m0-2q.625 0 1.063-.437T8 16.5q0-.2.15-.35T8.5 16h7q.2 0 .35.15t.15.35q0 .625.438 1.063T17.5 18t1.063-.437T19 16.5q0-.2.15-.35t.35-.15H22v-4.15l-4.675-.4q-.25-.025-.45-.15t-.325-.325L13.875 6.5H6.4l-1.75 4.85q-.125.3-.375.475T3.7 12H2v4h2.5q.2 0 .35.15t.15.35q0 .625.438 1.063T6.5 18m5.5-5.75");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="oi8agpbb"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:car-fan-recirculate-2-outline-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.oi8agpbb) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m9.25 15l1.05-1.05l-.675-.7h2q1.2 0 2.038-.837t.837-2.038t-.837-2.037t-2.038-.838H7.25V9h4.375q.575 0 .975.4t.4.975t-.4.975t-.975.4h-2l.675-.675L9.25 10l-2.5 2.5zM6.5 20q-1.025 0-1.875-.537T3.35 18H0v-8h3l2-5.5h10l3 5l6 .5v8h-3.35q-.425.925-1.275 1.463T17.5 20t-1.875-.537T14.35 18h-4.7q-.425.925-1.275 1.463T6.5 20m0-2q.625 0 1.063-.437T8 16.5V16h8v.5q0 .625.438 1.063T17.5 18t1.063-.437T19 16.5V16h3v-4.15l-5.2-.45l-2.925-4.9H6.4l-2 5.5H2v4h3v.5q0 .625.438 1.063T6.5 18m5.5-5.75");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="vw437-ya"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:car-fan-recirculate-2-outline" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.vw437-ya) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m9.25 15l1.05-1.05l-.675-.7h2q1.2 0 2.038-.837t.837-2.038t-.837-2.037t-2.038-.838H7.25V9h4.375q.575 0 .975.4t.4.975t-.4.975t-.975.4h-2l.675-.675L9.25 10l-2.5 2.5zM6.5 20q-1.025 0-1.875-.537T3.35 18H0v-6q0-.825.588-1.412T2 10h1l1.5-4.175q.225-.6.738-.962T6.4 4.5h7.45q.525 0 .988.263t.737.712L18 9.5l4.175.35q.825.075 1.325.625t.5 1.375V18h-3.35q-.425.925-1.275 1.463T17.5 20t-1.875-.537T14.35 18h-4.7q-.425.925-1.275 1.463T6.5 20m0-2q.625 0 1.063-.437T8 16.5V16h8v.5q0 .625.438 1.063T17.5 18t1.063-.437T19 16.5V16h3v-4.15l-5.2-.45l-2.925-4.9H6.4l-2 5.5H2v4h3v.5q0 .625.438 1.063T6.5 18m5.5-5.75");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="opow-p8u"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:car-fan-recirculate-2-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.opow-p8u) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M14.5 10.375q0-1.2-.837-2.037T11.625 7.5H8q-.325 0-.537.213t-.213.537t.213.538T8 9h3.625q.575 0 .975.4t.4.975t-.4.975t-.975.4h-2l.15-.15q.225-.225.225-.525t-.225-.525t-.525-.225t-.525.225L7.45 11.8q-.3.3-.3.712t.3.713l1.275 1.25q.225.225.525.225t.525-.225t.225-.525t-.225-.525l-.15-.175h2q1.2 0 2.038-.838t.837-2.037M6.5 20q-1.025 0-1.875-.537T3.35 18H1q-.425 0-.712-.288T0 17v-5q0-.825.588-1.412T2 10h1l1.5-4.175q.225-.6.738-.962T6.4 4.5h7.45q.525 0 .988.263t.737.712L18 9.5l4.175.35q.825.075 1.325.625t.5 1.375V17q0 .425-.288.713T23 18h-2.35q-.425.925-1.275 1.463T17.5 20t-1.875-.537T14.35 18h-4.7q-.425.925-1.275 1.463T6.5 20");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="ciy-innr"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:car-fan-recirculate-2-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.ciy-innr) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m9.25 15l1.05-1.05l-.675-.7h2q1.2 0 2.038-.837t.837-2.038t-.837-2.037t-2.038-.838H7.25V9h4.375q.575 0 .975.4t.4.975t-.4.975t-.975.4h-2l.675-.675L9.25 10l-2.5 2.5zM6.5 20q-1.025 0-1.875-.537T3.35 18H0v-8h3l2-5.5h10l3 5l6 .5v8h-3.35q-.425.925-1.275 1.463T17.5 20t-1.875-.537T14.35 18h-4.7q-.425.925-1.275 1.463T6.5 20");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="dn8vembd"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:car-fan-recirculate-2" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.dn8vembd) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m9.25 15l1.05-1.05l-.675-.7h2q1.2 0 2.038-.837t.837-2.038t-.837-2.037t-2.038-.838H7.25V9h4.375q.575 0 .975.4t.4.975t-.4.975t-.975.4h-2l.675-.675L9.25 10l-2.5 2.5zM6.5 20q-1.025 0-1.875-.537T3.35 18H0v-6q0-.825.588-1.412T2 10h1l1.5-4.175q.225-.6.738-.962T6.4 4.5h7.45q.525 0 .988.263t.737.712L18 9.5l4.175.35q.825.075 1.325.625t.5 1.375V18h-3.35q-.425.925-1.275 1.463T17.5 20t-1.875-.537T14.35 18h-4.7q-.425.925-1.275 1.463T6.5 20");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="s05x02bu"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:car-fan-recirculate-outline-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.s05x02bu) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M6.5 20q-1.025 0-1.875-.537T3.35 18H1q-.425 0-.712-.288T0 17v-5q0-.825.588-1.412T2 10h1l1.5-4.175q.225-.6.738-.962T6.4 4.5h7.45q.525 0 .988.263t.737.712l.475.775q.275.425.125.8t-.475.575t-.7.138t-.65-.488l-.475-.775H6.4l-1.75 4.85q-.125.3-.375.475T3.7 12H2v4h2.5q.2 0 .35.15t.15.35q0 .625.438 1.063T6.5 18t1.063-.437T8 16.5q0-.2.15-.35T8.5 16h7q.2 0 .35.15t.15.35q0 .625.438 1.063T17.5 18t1.063-.437T19 16.5q0-.2.15-.35t.35-.15H22v-4.15l-1.7-.15q-.5-.05-.737-.375t-.188-.7t.325-.675t.775-.25l1.7.15q.825.075 1.325.625t.5 1.375V17q0 .425-.288.713T23 18h-2.35q-.425.925-1.275 1.463T17.5 20t-1.875-.537T14.35 18h-4.7q-.425.925-1.275 1.463T6.5 20m8.15-8.75h-4.275l.15-.15q.225-.225.225-.537t-.225-.538T10 9.8t-.525.225L8.2 11.3q-.3.3-.3.7t.3.7l1.275 1.275q.225.225.525.225t.525-.225t.225-.537t-.225-.538l-.15-.15h4.5q.225 0 .413-.088t.337-.262l5.45-6.35q.2-.25.188-.55T21 5t-.562-.187t-.513.262z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="qezzrybc"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:car-fan-recirculate-outline-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.qezzrybc) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M6.5 20q-1.025 0-1.875-.537T3.35 18H0v-8h3l2-5.5h10l1.425 2.375l-1.375 1.6L13.875 6.5H6.4l-2 5.5H2v4h3v.5q0 .625.438 1.063T6.5 18t1.063-.437T8 16.5V16h8v.5q0 .625.438 1.063T17.5 18t1.063-.437T19 16.5V16h3v-4.15l-3.65-.325l1.6-1.85L24 10v8h-3.35q-.425.925-1.275 1.463T17.5 20t-1.875-.537T14.35 18h-4.7q-.425.925-1.275 1.463T6.5 20m3.5-5.5l1.05-1.05l-.675-.7h4.95L21.55 5.5l-1.125-1l-5.775 6.75h-4.275l.675-.7L10 9.5L7.5 12z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="lozwllbv"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:car-fan-recirculate-outline" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.lozwllbv) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M6.5 20q-1.025 0-1.875-.537T3.35 18H0v-6q0-.825.588-1.412T2 10h1l1.5-4.175q.225-.6.738-.962T6.4 4.5h7.45q.525 0 .988.263t.737.712l.85 1.4l-1.375 1.6L13.875 6.5H6.4l-2 5.5H2v4h3v.5q0 .625.438 1.063T6.5 18t1.063-.437T8 16.5V16h8v.5q0 .625.438 1.063T17.5 18t1.063-.437T19 16.5V16h3v-4.15l-3.65-.325l1.6-1.85l2.225.175q.825.075 1.325.625t.5 1.375V18h-3.35q-.425.925-1.275 1.463T17.5 20t-1.875-.537T14.35 18h-4.7q-.425.925-1.275 1.463T6.5 20m3.5-5.5l1.05-1.05l-.675-.7h4.95L21.55 5.5l-1.125-1l-5.775 6.75h-4.275l.675-.7L10 9.5L7.5 12z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -5,13 +5,13 @@ import Icon from '@iconify/css-svelte';
|
|
|
5
5
|
let {width, height, ...props} = $props();
|
|
6
6
|
|
|
7
7
|
const viewBox = {"width":24,"height":24};
|
|
8
|
-
const content = `<path class="
|
|
8
|
+
const content = `<path class="dg7q0wbj"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:car-fan-recirculate-rounded" {...props}></Icon>
|
|
11
11
|
<style>
|
|
12
|
-
:global(.
|
|
12
|
+
:global(.dg7q0wbj) {
|
|
13
13
|
fill: currentColor;
|
|
14
|
-
d: path("
|
|
14
|
+
d: path("M14.65 11.25h-4.275l.15-.15q.225-.225.225-.537t-.225-.538T10 9.8t-.525.225L8.2 11.3q-.3.3-.3.7t.3.7l1.275 1.275q.225.225.525.225t.525-.225t.225-.537t-.225-.538l-.15-.15h4.5q.225 0 .413-.088t.337-.262l5.45-6.35q.2-.25.188-.55T21 5t-.562-.187t-.513.262zM6.5 20q-1.025 0-1.875-.537T3.35 18H1q-.425 0-.712-.288T0 17v-5q0-.825.588-1.412T2 10h1l1.5-4.175q.225-.6.738-.962T6.4 4.5h7.45q.525 0 .988.263t.737.712l.475.775q.175.275.138.6t-.238.575l-2 2.325h-1.575L11.05 8.425Q10.625 8 10 8t-1.05.425L6.425 10.95Q6 11.375 6 12t.425 1.05l2.525 2.525Q9.375 16 10 16t1.05-.425l1.325-1.325h2.95q.35 0 .65-.137t.5-.388l3.15-3.675q.15-.2.363-.275t.462-.05l1.725.125q.825.05 1.325.613t.5 1.387V17q0 .425-.288.713T23 18h-2.35q-.425.925-1.275 1.463T17.5 20t-1.875-.537T14.35 18h-4.7q-.425.925-1.275 1.463T6.5 20");
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="gfftzc7y"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:car-fan-recirculate-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.gfftzc7y) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M6.5 20q-1.025 0-1.875-.537T3.35 18H0v-8h3l2-5.5h10l1.425 2.375L13.95 9.75h-1.575L10 7.375L5.375 12L10 16.625l2.375-2.375h3.65l3.925-4.575L24 10v8h-3.35q-.425.925-1.275 1.463T17.5 20t-1.875-.537T14.35 18h-4.7q-.425.925-1.275 1.463T6.5 20m3.5-5.5l1.05-1.05l-.675-.7h4.95L21.55 5.5l-1.125-1l-5.775 6.75h-4.275l.675-.7L10 9.5L7.5 12z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -5,13 +5,13 @@ import Icon from '@iconify/css-svelte';
|
|
|
5
5
|
let {width, height, ...props} = $props();
|
|
6
6
|
|
|
7
7
|
const viewBox = {"width":24,"height":24};
|
|
8
|
-
const content = `<path class="
|
|
8
|
+
const content = `<path class="ml2ag-pr"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:car-fan-recirculate" {...props}></Icon>
|
|
11
11
|
<style>
|
|
12
|
-
:global(.
|
|
12
|
+
:global(.ml2ag-pr) {
|
|
13
13
|
fill: currentColor;
|
|
14
|
-
d: path("
|
|
14
|
+
d: path("M6.5 20q-1.025 0-1.875-.537T3.35 18H0v-6q0-.825.588-1.412T2 10h1l1.5-4.175q.225-.6.738-.962T6.4 4.5h7.45q.525 0 .988.263t.737.712l.85 1.4L13.95 9.75h-1.575L10 7.375L5.375 12L10 16.625l2.375-2.375h3.65l3.925-4.575l2.225.175q.825.075 1.325.625t.5 1.375V18h-3.35q-.425.925-1.275 1.463T17.5 20t-1.875-.537T14.35 18h-4.7q-.425.925-1.275 1.463T6.5 20m3.5-5.5l1.05-1.05l-.675-.7h4.95L21.55 5.5l-1.125-1l-5.775 6.75h-4.275l.675-.7L10 9.5L7.5 12z");
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
</style>
|