@iconify-svelte/material-symbols 1.0.35 → 1.0.37
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/c/car-spark-outline-rounded.svelte +17 -0
- package/components/c/car-spark-outline-sharp.svelte +17 -0
- package/components/c/car-spark-outline.svelte +17 -0
- package/components/c/car-spark-rounded.svelte +17 -0
- package/components/c/car-spark-sharp.svelte +17 -0
- package/components/c/car-spark.svelte +17 -0
- package/components/c/credit-card-spark-outline-rounded.svelte +17 -0
- package/components/c/credit-card-spark-outline-sharp.svelte +17 -0
- package/components/c/credit-card-spark-outline.svelte +17 -0
- package/components/c/credit-card-spark-rounded.svelte +17 -0
- package/components/c/credit-card-spark-sharp.svelte +17 -0
- package/components/c/credit-card-spark.svelte +17 -0
- package/components/d/drive-file-rename-outline-rounded.svelte +3 -3
- package/components/d/drive-file-rename-outline-sharp.svelte +3 -3
- package/components/d/drive-file-rename-outline.svelte +3 -3
- package/components/d/drive-file-rename-rounded.svelte +17 -0
- package/components/d/drive-file-rename-sharp.svelte +17 -0
- package/components/d/drive-file-rename.svelte +17 -0
- package/components/f/flight-spark-rounded.svelte +17 -0
- package/components/f/flight-spark.svelte +17 -0
- package/components/l/local-shipping-spark-outline-rounded.svelte +17 -0
- package/components/l/local-shipping-spark-outline.svelte +17 -0
- package/components/l/local-shipping-spark-rounded.svelte +17 -0
- package/components/l/local-shipping-spark.svelte +17 -0
- package/components/m/mail-spark-outline-rounded.svelte +17 -0
- package/components/m/mail-spark-outline-sharp.svelte +17 -0
- package/components/m/mail-spark-outline.svelte +17 -0
- package/components/m/mail-spark-rounded.svelte +17 -0
- package/components/m/mail-spark-sharp.svelte +17 -0
- package/components/m/mail-spark.svelte +17 -0
- package/components/m/mobile-dock-outline-rounded.svelte +17 -0
- package/components/m/mobile-dock-outline-sharp.svelte +17 -0
- package/components/m/mobile-dock-outline.svelte +17 -0
- package/components/m/mobile-dock-rounded.svelte +17 -0
- package/components/m/mobile-dock-sharp.svelte +17 -0
- package/components/m/mobile-dock.svelte +17 -0
- package/components/p/passport-spark-outline-rounded.svelte +17 -0
- package/components/p/passport-spark-outline-sharp.svelte +17 -0
- package/components/p/passport-spark-outline.svelte +17 -0
- package/components/p/passport-spark-rounded.svelte +17 -0
- package/components/p/passport-spark-sharp.svelte +17 -0
- package/components/p/passport-spark.svelte +17 -0
- package/components/s/screen-spark-pause-outline-rounded.svelte +17 -0
- package/components/s/screen-spark-pause-outline-sharp.svelte +17 -0
- package/components/s/screen-spark-pause-outline.svelte +17 -0
- package/components/s/screen-spark-pause-rounded.svelte +17 -0
- package/components/s/screen-spark-pause-sharp.svelte +17 -0
- package/components/s/screen-spark-pause.svelte +17 -0
- package/components/s/split-scene-2-outline-rounded.svelte +17 -0
- package/components/s/split-scene-2-outline-sharp.svelte +17 -0
- package/components/s/split-scene-2-outline.svelte +17 -0
- package/components/s/split-scene-2-rounded.svelte +17 -0
- package/components/s/split-scene-2-sharp.svelte +17 -0
- package/components/s/split-scene-2.svelte +17 -0
- package/components/w/workspace-studio-outline.svelte +17 -0
- package/components/w/workspace-studio.svelte +17 -0
- package/iconify.json +2 -2
- package/package.json +225 -13
|
@@ -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="g7kp9zi1h"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:car-spark-outline-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.g7kp9zi1h) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M5 17v-5zm2.5-1q.625 0 1.063-.437T9 14.5t-.437-1.062T7.5 13t-1.062.438T6 14.5t.438 1.063T7.5 16m9 0q.625 0 1.063-.437T18 14.5t-.437-1.062T16.5 13t-1.062.438T15 14.5t.438 1.063T16.5 16M5 21H4q-.425 0-.712-.288T3 20v-7.65q0-.175.025-.35t.075-.325L5.1 6q.15-.45.538-.725T6.5 5h4.675q.425 0 .712.288t.288.712t-.288.713t-.712.287H6.85L5.8 10h9.375q.425 0 .713.288t.287.712t-.288.713t-.712.287H5v5h14v-4.025q0-.425.288-.712t.712-.288t.713.288t.287.712V20q0 .425-.288.713T20 21h-1q-.425 0-.712-.288T18 20v-1H6v1q0 .425-.288.713T5 21m13.5-11q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 5.7Q14 5.65 14 5.5t.15-.2q1.525-.375 2.638-1.5T18.3 1.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 9.85q-.025.15-.2.15");
|
|
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="vkun9zaby"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:car-spark-outline-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.vkun9zaby) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M5 17v-5zm2.5-1q.625 0 1.063-.437T9 14.5t-.437-1.062T7.5 13t-1.062.438T6 14.5t.438 1.063T7.5 16m9 0q.625 0 1.063-.437T18 14.5t-.437-1.062T16.5 13t-1.062.438T15 14.5t.438 1.063T16.5 16M3 21v-9l2.45-7h6.575q-.05.5-.012 1t.162 1H6.85L5.8 10h8.025q.925.95 2.125 1.475T18.5 12H5v5h14v-5.025q.525-.05 1.013-.162T21 11.5V21h-3v-2H6v2zm15.5-11q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 5.7Q14 5.65 14 5.5t.15-.2q1.525-.375 2.638-1.5T18.3 1.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 9.85q-.025.15-.2.15");
|
|
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="mtmddlbre"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:car-spark-outline" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.mtmddlbre) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M5 17v-5zm2.5-1q.625 0 1.063-.437T9 14.5t-.437-1.062T7.5 13t-1.062.438T6 14.5t.438 1.063T7.5 16m9 0q.625 0 1.063-.437T18 14.5t-.437-1.062T16.5 13t-1.062.438T15 14.5t.438 1.063T16.5 16M5 21H4q-.425 0-.712-.288T3 20v-8l2.1-6q.15-.45.538-.725T6.5 5h5.525q-.05.5-.013 1t.163 1H6.85L5.8 10h8.025q.925.95 2.125 1.475T18.5 12H5v5h14v-5.025q.525-.05 1.013-.162T21 11.5V20q0 .425-.288.713T20 21h-1q-.425 0-.712-.288T18 20v-1H6v1q0 .425-.288.713T5 21m13.5-11q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 5.7Q14 5.65 14 5.5t.15-.2q1.525-.375 2.638-1.5T18.3 1.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 9.85q-.025.15-.2.15");
|
|
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="nhg4t3bqq"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:car-spark-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.nhg4t3bqq) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M18.5 10q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 5.7Q14 5.65 14 5.5q0-.175.15-.2q1.525-.4 2.638-1.513T18.3 1.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 9.85q-.025.15-.2.15m-2 6q.625 0 1.063-.437T18 14.5t-.437-1.062T16.5 13t-1.062.438T15 14.5t.438 1.063T16.5 16m-9 0q.625 0 1.063-.437T9 14.5t-.437-1.062T7.5 13t-1.062.438T6 14.5t.438 1.063T7.5 16M5 21H4q-.425 0-.712-.288T3 20v-7.65q0-.175.025-.35t.075-.325L5.1 6q.15-.45.538-.725T6.5 5h4.675q.425 0 .712.288t.288.712t-.288.713t-.712.287H6.85L5.8 10h8.025q.925.95 2.125 1.475T18.5 12q.35-.025.675-.062t.65-.088q.45-.1.813.175t.362.7V20q0 .425-.288.713T20 21h-1q-.425 0-.712-.288T18 20v-1H6v1q0 .425-.288.713T5 21");
|
|
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="q3b6w4rhw"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:car-spark-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.q3b6w4rhw) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M18.5 10q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 5.7Q14 5.65 14 5.5q0-.175.15-.2q1.525-.4 2.638-1.513T18.3 1.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 9.85q-.025.15-.2.15m-2 6q.625 0 1.063-.437T18 14.5t-.437-1.062T16.5 13t-1.062.438T15 14.5t.438 1.063T16.5 16m-9 0q.625 0 1.063-.437T9 14.5t-.437-1.062T7.5 13t-1.062.438T6 14.5t.438 1.063T7.5 16M3 21v-9l2.45-7h6.575q-.05.5-.012 1t.162 1H6.85L5.8 10h8.025q.925.95 2.125 1.475T18.5 12q.675-.05 1.263-.137T21 11.5V21h-3v-2H6v2z");
|
|
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="rfmi421oh"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:car-spark" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.rfmi421oh) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M5 21H4q-.425 0-.712-.288T3 20v-8l2.1-6q.15-.45.538-.725T6.5 5h5.525q-.05.5-.013 1t.163 1H6.85L5.8 10h8.025q.925.95 2.125 1.475T18.5 12q.675-.05 1.263-.137T21 11.5V20q0 .425-.288.713T20 21h-1q-.425 0-.712-.288T18 20v-1H6v1q0 .425-.288.713T5 21m2.5-5q.625 0 1.063-.437T9 14.5t-.437-1.062T7.5 13t-1.062.438T6 14.5t.438 1.063T7.5 16m9 0q.625 0 1.063-.437T18 14.5t-.437-1.062T16.5 13t-1.062.438T15 14.5t.438 1.063T16.5 16m2-6q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 5.7Q14 5.65 14 5.5t.15-.2q1.525-.375 2.638-1.5T18.3 1.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 9.85q-.025.15-.2.15");
|
|
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="h2w3wbc9t"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:credit-card-spark-outline-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.h2w3wbc9t) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M4 18v-7v.175V6zm0 2q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v4.675q0 .45-.387.7t-.813.05q-.55-.2-1.125-.312T18.5 11q-.95 0-1.825.263T15.05 12H4v6h7.275q.425 0 .7.288t.275.712t-.288.713t-.712.287zM4 8h16V6H4zm14.5 14q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 17.7q-.15-.05-.15-.2q0-.175.15-.2q1.525-.4 2.638-1.513T18.3 13.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 17.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 21.85q-.025.15-.2.15");
|
|
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="uefngpqph"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:credit-card-spark-outline-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.uefngpqph) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M4 18v-7v.175V6zm-2 2V4h20v8q-.8-.475-1.675-.737T18.5 11t-1.825.263T15.05 12H4v6h8.025q.05.525.163 1.025T12.5 20zM4 8h16V6H4zm14.5 14q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 17.7q-.15-.05-.15-.2q0-.175.15-.2q1.525-.4 2.638-1.513T18.3 13.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 17.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 21.85q-.025.15-.2.15");
|
|
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="upl9rwbtr"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:credit-card-spark-outline" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.upl9rwbtr) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M4 18v-7v.175V6zm0 2q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v6q-.8-.475-1.675-.737T18.5 11t-1.825.263T15.05 12H4v6h8.025q.05.525.163 1.025T12.5 20zM4 8h16V6H4zm14.5 14q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 17.7q-.15-.05-.15-.2q0-.175.15-.2q1.525-.4 2.638-1.513T18.3 13.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 17.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 21.85q-.025.15-.2.15");
|
|
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="gwl0vj7bq"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:credit-card-spark-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.gwl0vj7bq) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M18.5 22q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 17.7q-.15-.05-.15-.2q0-.175.15-.2q1.525-.4 2.638-1.513T18.3 13.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 17.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 21.85q-.025.15-.2.15M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v5.025q0 .425-.288.713t-.712.287t-.712-.288t-.288-.712V8H4v4h8.725q.575 0 .8.55t-.2 1.025q-.9 1.2-1.2 2.638T12.2 19.1q.1.35-.088.625t-.537.275z");
|
|
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="zyd_hdcou"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:credit-card-spark-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.zyd_hdcou) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M18.5 22q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 17.7q-.15-.05-.15-.2q0-.175.15-.2q1.525-.4 2.638-1.513T18.3 13.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 17.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 21.85q-.025.15-.2.15m-6-2H2V4h20v8.025q-.45-.3-.95-.513T20 11.176V8H4v4h11.05q-1.375.875-2.212 2.325T12 17.5q0 .65.125 1.288T12.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="j5u_sx4ey"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:credit-card-spark" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.j5u_sx4ey) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M12.5 20H4q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v6.025q-.45-.3-.95-.513T20 11.176V8H4v4h11.05q-1.375.875-2.212 2.325T12 17.5q0 .65.125 1.288T12.5 20m6 2q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 17.7q-.15-.05-.15-.2q0-.175.15-.2q1.525-.4 2.638-1.513T18.3 13.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 17.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 21.85q-.025.15-.2.15");
|
|
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="ipcitbttt"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:drive-file-rename-outline-rounded" {...props}></Icon>
|
|
11
11
|
<style>
|
|
12
|
-
:global(.
|
|
12
|
+
:global(.ipcitbttt) {
|
|
13
13
|
fill: currentColor;
|
|
14
|
-
d: path("
|
|
14
|
+
d: path("M11.225 17H17q.425 0 .713-.288T18 16t-.288-.712T17 15h-3.775zM7 17h1.65q.2 0 .388-.075t.337-.225l6.2-6.2q.225-.225.325-.513t.1-.562t-.113-.55t-.312-.5l-.925-.925q-.225-.225-.5-.337T13.575 7q-.275 0-.55.1t-.5.325l-6.225 6.2q-.15.15-.225.338T6 14.35V16q0 .425.288.713T7 17m7.5-7.575l-.925-.925zm-7 6.075v-.95l4.05-4.025l.475.45l.45.475L8.45 15.5zm4.525-4.525l.45.475l-.925-.925zM5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21zm0-2h14V5H5zM5 5v14z");
|
|
15
15
|
}
|
|
16
16
|
|
|
17
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="xjkv5pamc"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:drive-file-rename-outline-sharp" {...props}></Icon>
|
|
11
11
|
<style>
|
|
12
|
-
:global(.
|
|
12
|
+
:global(.xjkv5pamc) {
|
|
13
13
|
fill: currentColor;
|
|
14
|
-
d: path("
|
|
14
|
+
d: path("M11.225 17H18v-2h-4.775zM6 17h3.075l7.575-7.55l-3.075-3.075L6 13.925zm8.5-7.575l-.925-.925zm-7 6.075v-.95l4.05-4.025l.475.45l.45.475L8.45 15.5zm4.525-4.525l.45.475l-.925-.925zM3 21V3h18v18zm2-2h14V5H5zM5 5v14z");
|
|
15
15
|
}
|
|
16
16
|
|
|
17
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="jv0vatb1v"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:drive-file-rename-outline" {...props}></Icon>
|
|
11
11
|
<style>
|
|
12
|
-
:global(.
|
|
12
|
+
:global(.jv0vatb1v) {
|
|
13
13
|
fill: currentColor;
|
|
14
|
-
d: path("
|
|
14
|
+
d: path("M11.225 17H18v-2h-4.775zM6 17h3.075l6.5-6.5q.225-.225.325-.513t.1-.562t-.112-.55t-.313-.5l-.925-.925q-.225-.225-.5-.337T13.575 7q-.275 0-.55.1t-.5.325L6 13.925zm8.5-7.575l-.925-.925zm-7 6.075v-.95l4.05-4.025l.475.45l.45.475L8.45 15.5zm4.525-4.525l.45.475l-.925-.925zM5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21zm0-2h14V5H5zM5 5v14z");
|
|
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="tm8-3ehls"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:drive-file-rename-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.tm8-3ehls) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M11.225 17H17q.425 0 .713-.288T18 16t-.288-.712T17 15h-3.775zM7 17h1.65q.2 0 .388-.075t.337-.225l6.2-6.2q.225-.225.325-.513t.1-.562t-.113-.55t-.312-.5l-.925-.925q-.225-.225-.5-.337T13.575 7q-.275 0-.55.1t-.5.325l-6.225 6.2q-.15.15-.225.338T6 14.35V16q0 .425.288.713T7 17m6.575-6.6l-.95-.95l.95-.95l.925.925zM5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21z");
|
|
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="yc55fxgkb"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:drive-file-rename-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.yc55fxgkb) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M11.225 17H18v-2h-4.775zM6 17h3.075l7.575-7.55l-3.075-3.075L6 13.925zm7.575-6.6l-.95-.95l.95-.95l.925.925zM3 21V3h18v18z");
|
|
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="ubevbibsh"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:drive-file-rename" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.ubevbibsh) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M11.225 17H18v-2h-4.775zM6 17h3.075l6.5-6.5q.225-.225.325-.513t.1-.562t-.112-.55t-.313-.5l-.925-.925q-.225-.225-.5-.337T13.575 7q-.275 0-.55.1t-.5.325L6 13.925zm7.575-6.6l-.95-.95l.95-.95l.925.925zM5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21z");
|
|
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="rfax9maio"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:flight-spark-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.rfax9maio) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M18.5 10q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 5.7Q14 5.65 14 5.5t.15-.2q1.525-.375 2.638-1.5T18.3 1.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 9.85q-.025.15-.2.15M9 13.8l-6.325 2.525q-.6.25-1.137-.112T1 15.2v-.55q0-.3.138-.575t.387-.45L9 8.4V4q0-.825.588-1.412T11 2t1.413.588T13 4v4.4l7.475 5.225q.25.175.388.45t.137.575v.55q0 .65-.537 1.013t-1.138.112L13 13.8v3.6l2.575 1.8q.2.15.313.363t.112.462v.6q0 .5-.413.813t-.912.162L11 20.5l-3.675 1.1q-.5.15-.913-.162T6 20.625v-.6q0-.25.113-.462t.312-.363L9 17.4z");
|
|
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="l6sqs6bwy"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:flight-spark" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.l6sqs6bwy) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M18.5 10q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 5.7Q14 5.65 14 5.5q0-.175.15-.2q1.525-.4 2.638-1.513T18.3 1.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 9.85q-.025.15-.2.15M6 22v-2.5l3-2.1v-3.6L1 17v-3l8-5.6V4q0-.825.588-1.412T11 2t1.413.588T13 4v4.4l8 5.6v3l-8-3.2v3.6l3 2.1V22l-5-1.5z");
|
|
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="l_df6v8zb"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:local-shipping-spark-outline-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.l_df6v8zb) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M6.713 17.713Q7 17.425 7 17t-.288-.712T6 16t-.712.288T5 17t.288.713T6 18t.713-.288m12 0Q19 17.426 19 17t-.288-.712T18 16t-.712.288T17 17t.288.713T18 18t.713-.288M17 13h4.25L19 10h-2zM3.875 19.125Q3 18.25 3 17H2q-.425 0-.712-.288T1 16v-4.825q0-.425.288-.712T2 10.175t.713.288t.287.712V15h.8q.425-.45.975-.725T6 14t1.225.275T8.2 15H15V6h-2.1q-.4 0-.675-.262t-.325-.663q-.05-.425.263-.75T12.9 4H16q.425 0 .713.288T17 5v3h2q.475 0 .9.213t.7.587l2 2.675q.2.275.3.575t.1.625V16q0 .425-.288.713T22 17h-1q0 1.25-.875 2.125T18 20t-2.125-.875T15 17H9q0 1.25-.875 2.125T6 20t-2.125-.875M5.5 10q-.15 0-.2-.15q-.4-1.525-1.513-2.637T1.15 5.7Q1 5.65 1 5.5t.15-.2q1.525-.375 2.638-1.5T5.3 1.15Q5.35 1 5.5 1t.2.15q.4 1.525 1.513 2.638T9.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T5.7 9.85q-.025.15-.2.15");
|
|
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="a76xp2bts"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:local-shipping-spark-outline" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.a76xp2bts) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M6.713 17.713Q7 17.425 7 17t-.288-.712T6 16t-.712.288T5 17t.288.713T6 18t.713-.288m12 0Q19 17.426 19 17t-.288-.712T18 16t-.712.288T17 17t.288.713T18 18t.713-.288M17 13h4.25L19 10h-2zm-5.175-9H17v4h3l3 4v5h-2q0 1.25-.875 2.125T18 20t-2.125-.875T15 17H9q0 1.25-.875 2.125T6 20t-2.125-.875T3 17H1v-6.825q.425.425.925.75T3 11.5V15h.8q.425-.45.975-.725T6 14t1.225.275T8.2 15H15V6h-3.025q.05-.5.013-1t-.163-1M5.5 10q-.15 0-.2-.15q-.4-1.525-1.513-2.637T1.15 5.7Q1 5.65 1 5.5t.15-.2q1.525-.375 2.638-1.5T5.3 1.15Q5.35 1 5.5 1t.2.15q.4 1.525 1.513 2.638T9.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T5.7 9.85q-.025.15-.2.15");
|
|
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="z_1crnslq"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:local-shipping-spark-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.z_1crnslq) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M5.5 10q-.15 0-.2-.15q-.4-1.525-1.513-2.637T1.15 5.7Q1 5.65 1 5.5q0-.175.15-.2q1.525-.4 2.638-1.513T5.3 1.15Q5.35 1 5.5 1t.2.15q.4 1.525 1.513 2.638T9.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T5.7 9.85q-.025.15-.2.15m1.213 7.713Q7 17.425 7 17t-.288-.712T6 16t-.712.288T5 17t.288.713T6 18t.713-.288m12 0Q19 17.426 19 17t-.288-.712T18 16t-.712.288T17 17t.288.713T18 18t.713-.288M17 13h4.25L19 10h-2zM3.875 19.125Q3 18.25 3 17H2q-.425 0-.712-.288T1 16v-4.35q0-.425.4-.638t.775.063q.75.45 1.6.688T5.5 12q1.35 0 2.525-.525t2.05-1.4Q11.15 9 11.638 7.613t.312-2.863q-.05-.3.15-.525T12.575 4H16q.425 0 .713.287T17 5v3h2q.475 0 .9.213t.7.587l2 2.675q.2.275.3.575t.1.625V16q0 .425-.288.713T22 17h-1q0 1.25-.875 2.125T18 20t-2.125-.875T15 17H9q0 1.25-.875 2.125T6 20t-2.125-.875");
|
|
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="kjofq6tir"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:local-shipping-spark" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.kjofq6tir) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M6.713 17.713Q7 17.425 7 17t-.288-.712T6 16t-.712.288T5 17t.288.713T6 18t.713-.288m12 0Q19 17.426 19 17t-.288-.712T18 16t-.712.288T17 17t.288.713T18 18t.713-.288M17 13h4.25L19 10h-2zM5.5 10q-.15 0-.2-.15q-.4-1.525-1.513-2.637T1.15 5.7Q1 5.65 1 5.5t.15-.2q1.525-.375 2.638-1.5T5.3 1.15Q5.35 1 5.5 1t.2.15q.4 1.525 1.513 2.638T9.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T5.7 9.85q-.025.15-.2.15m-1.625 9.125Q3 18.25 3 17H1v-6.825q.9.875 2.063 1.35T5.5 12q2.675 0 4.588-1.9T12 5.5q0-.375-.038-.75T11.826 4H17v4h3l3 4v5h-2q0 1.25-.875 2.125T18 20t-2.125-.875T15 17H9q0 1.25-.875 2.125T6 20t-2.125-.875");
|
|
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="fn77p6bbd"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:mail-spark-outline-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.fn77p6bbd) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m12 11l8-5H4zm-8 9q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v5.6q0 .425-.288.713T21 12.6t-.712-.287T20 11.6V8l-6.95 4.35q-.5.3-1.05.3t-1.05-.3L4 8v10h7.025q.425 0 .713.288t.287.712t-.288.713t-.712.287zm14.5 3q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 18.7q-.15-.05-.15-.2q0-.175.15-.2q1.525-.4 2.638-1.513T18.3 14.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 18.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 22.85q-.025.15-.2.15");
|
|
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="byxxcsbva"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:mail-spark-outline-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.byxxcsbva) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m12 11l8-5H4zm-.025 9H2V4h20v8h-2V8l-8 5l-8-5v10h7.975zm6.525 3q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 18.7q-.15-.05-.15-.2q0-.175.15-.2q1.525-.4 2.638-1.513T18.3 14.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 18.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 22.85q-.025.15-.2.15");
|
|
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="npiju5rie"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:mail-spark-outline" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.npiju5rie) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m12 11l8-5H4zm-.025 9H4q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v6h-2V8l-8 5l-8-5v10h7.975zm6.525 3q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 18.7q-.15-.05-.15-.2q0-.175.15-.2q1.525-.4 2.638-1.513T18.3 14.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 18.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 22.85q-.025.15-.2.15");
|
|
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="zruif-b_i"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:mail-spark-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.zruif-b_i) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v6.125q0 .3-.262.45t-.538.025q-1.825-.85-3.812-.5t-3.463 1.825Q12.85 15 12.363 16.388t-.313 2.862q.05.3-.15.525t-.475.225zm14.5 3q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 18.7q-.15-.05-.15-.2q0-.175.15-.2q1.525-.4 2.638-1.513T18.3 14.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 18.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 22.85q-.025.15-.2.15M12 11L5.3 6.8q-.425-.275-.862-.025T4 7.525q0 .225.1.413t.3.312l6.55 4.1q.5.3 1.05.3t1.05-.3l6.55-4.1q.2-.125.3-.312t.1-.413q0-.5-.437-.75T18.7 6.8z");
|
|
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="sv7ltbb7z"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:mail-spark-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.sv7ltbb7z) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m12 13l8-5V6l-8 5l-8-5v2zm.175 7H2V4h20v9.025q-.775-.5-1.662-.763T18.5 12q-2.7 0-4.6 1.9T12 18.5q0 .4.037.775t.138.725m6.325 3q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 18.7q-.15-.05-.15-.2q0-.175.15-.2q1.525-.4 2.638-1.513T18.3 14.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 18.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 22.85q-.025.15-.2.15");
|
|
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="v1h--mbjb"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:mail-spark" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.v1h--mbjb) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m12 13l8-5V6l-8 5l-8-5v2zm.175 7H4q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v7.025q-.775-.5-1.662-.763T18.5 12q-2.7 0-4.6 1.9T12 18.5q0 .4.037.775t.138.725m6.325 3q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 18.7q-.15-.05-.15-.2q0-.175.15-.2q1.525-.4 2.638-1.513T18.3 14.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 18.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 22.85q-.025.15-.2.15");
|
|
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="w0g58w25s"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:mobile-dock-outline-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.w0g58w25s) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M16 17V3H8v14zM12.713 5.713Q13 5.425 13 5t-.288-.712T12 4t-.712.288T11 5t.288.713T12 6t.713-.288M8 17V3zm0 2q-.825 0-1.412-.587T6 17V3q0-.825.588-1.412T8 1h8q.825 0 1.413.588T18 3v2.05q.425.075.713.413t.287.762v1.55q0 .425-.288.763T18 8.95V17q0 .825-.587 1.413T16 19zm1 4q-.425 0-.712-.288T8 22t.288-.712T9 21h6q.425 0 .713.288T16 22t-.288.713T15 23z");
|
|
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="qvj4f8b2n"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:mobile-dock-outline-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.qvj4f8b2n) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M8 23v-2h8v2zm8-6V3H8v14zM12.713 5.713Q13 5.425 13 5t-.288-.712T12 4t-.712.288T11 5t.288.713T12 6t.713-.288M8 3v14zM6 19V1h12v4.05h1v3.9h-1V19z");
|
|
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="pk_nu972n"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:mobile-dock-outline" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.pk_nu972n) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M16 17V3H8v14zM12.713 5.713Q13 5.425 13 5t-.288-.712T12 4t-.712.288T11 5t.288.713T12 6t.713-.288M8 17V3zM18 3v2.05q.425.075.713.413t.287.762v1.55q0 .425-.288.763T18 8.95V17q0 .825-.587 1.413T16 19H8q-.825 0-1.412-.587T6 17V3q0-.825.588-1.412T8 1h8q.825 0 1.413.588T18 3M8 23v-2h8v2z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|