@iconify-vue/material-symbols 1.0.36 → 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.
Files changed (46) hide show
  1. package/components/c/car-spark-outline-rounded.vue +16 -0
  2. package/components/c/car-spark-outline-sharp.vue +16 -0
  3. package/components/c/car-spark-outline.vue +16 -0
  4. package/components/c/car-spark-rounded.vue +16 -0
  5. package/components/c/car-spark-sharp.vue +16 -0
  6. package/components/c/car-spark.vue +16 -0
  7. package/components/c/credit-card-spark-outline-rounded.vue +16 -0
  8. package/components/c/credit-card-spark-outline-sharp.vue +16 -0
  9. package/components/c/credit-card-spark-outline.vue +16 -0
  10. package/components/c/credit-card-spark-rounded.vue +16 -0
  11. package/components/c/credit-card-spark-sharp.vue +16 -0
  12. package/components/c/credit-card-spark.vue +16 -0
  13. package/components/f/flight-spark-rounded.vue +16 -0
  14. package/components/f/flight-spark.vue +16 -0
  15. package/components/l/local-shipping-spark-outline-rounded.vue +16 -0
  16. package/components/l/local-shipping-spark-outline.vue +16 -0
  17. package/components/l/local-shipping-spark-rounded.vue +16 -0
  18. package/components/l/local-shipping-spark.vue +16 -0
  19. package/components/m/mail-spark-outline-rounded.vue +16 -0
  20. package/components/m/mail-spark-outline-sharp.vue +16 -0
  21. package/components/m/mail-spark-outline.vue +16 -0
  22. package/components/m/mail-spark-rounded.vue +16 -0
  23. package/components/m/mail-spark-sharp.vue +16 -0
  24. package/components/m/mail-spark.vue +16 -0
  25. package/components/p/passport-spark-outline-rounded.vue +16 -0
  26. package/components/p/passport-spark-outline-sharp.vue +16 -0
  27. package/components/p/passport-spark-outline.vue +16 -0
  28. package/components/p/passport-spark-rounded.vue +16 -0
  29. package/components/p/passport-spark-sharp.vue +16 -0
  30. package/components/p/passport-spark.vue +16 -0
  31. package/components/s/screen-spark-pause-outline-rounded.vue +16 -0
  32. package/components/s/screen-spark-pause-outline-sharp.vue +16 -0
  33. package/components/s/screen-spark-pause-outline.vue +16 -0
  34. package/components/s/screen-spark-pause-rounded.vue +16 -0
  35. package/components/s/screen-spark-pause-sharp.vue +16 -0
  36. package/components/s/screen-spark-pause.vue +16 -0
  37. package/components/s/split-scene-2-outline-rounded.vue +16 -0
  38. package/components/s/split-scene-2-outline-sharp.vue +16 -0
  39. package/components/s/split-scene-2-outline.vue +16 -0
  40. package/components/s/split-scene-2-rounded.vue +16 -0
  41. package/components/s/split-scene-2-sharp.vue +16 -0
  42. package/components/s/split-scene-2.vue +16 -0
  43. package/components/w/workspace-studio-outline.vue +16 -0
  44. package/components/w/workspace-studio.vue +16 -0
  45. package/iconify.json +2 -2
  46. package/package.json +189 -13
@@ -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="g7kp9zi1h"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:car-spark-outline-rounded" /></template>
10
+ <style>
11
+ .g7kp9zi1h {
12
+ fill: currentColor;
13
+ 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");
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="vkun9zaby"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:car-spark-outline-sharp" /></template>
10
+ <style>
11
+ .vkun9zaby {
12
+ fill: currentColor;
13
+ 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");
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="mtmddlbre"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:car-spark-outline" /></template>
10
+ <style>
11
+ .mtmddlbre {
12
+ fill: currentColor;
13
+ 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");
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="nhg4t3bqq"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:car-spark-rounded" /></template>
10
+ <style>
11
+ .nhg4t3bqq {
12
+ fill: currentColor;
13
+ 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");
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="q3b6w4rhw"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:car-spark-sharp" /></template>
10
+ <style>
11
+ .q3b6w4rhw {
12
+ fill: currentColor;
13
+ 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");
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="rfmi421oh"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:car-spark" /></template>
10
+ <style>
11
+ .rfmi421oh {
12
+ fill: currentColor;
13
+ 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");
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="h2w3wbc9t"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:credit-card-spark-outline-rounded" /></template>
10
+ <style>
11
+ .h2w3wbc9t {
12
+ fill: currentColor;
13
+ 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");
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="uefngpqph"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:credit-card-spark-outline-sharp" /></template>
10
+ <style>
11
+ .uefngpqph {
12
+ fill: currentColor;
13
+ 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");
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="upl9rwbtr"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:credit-card-spark-outline" /></template>
10
+ <style>
11
+ .upl9rwbtr {
12
+ fill: currentColor;
13
+ 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");
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="gwl0vj7bq"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:credit-card-spark-rounded" /></template>
10
+ <style>
11
+ .gwl0vj7bq {
12
+ fill: currentColor;
13
+ 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");
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="zyd_hdcou"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:credit-card-spark-sharp" /></template>
10
+ <style>
11
+ .zyd_hdcou {
12
+ fill: currentColor;
13
+ 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");
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="j5u_sx4ey"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:credit-card-spark" /></template>
10
+ <style>
11
+ .j5u_sx4ey {
12
+ fill: currentColor;
13
+ 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");
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="rfax9maio"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:flight-spark-rounded" /></template>
10
+ <style>
11
+ .rfax9maio {
12
+ fill: currentColor;
13
+ 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");
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="l6sqs6bwy"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:flight-spark" /></template>
10
+ <style>
11
+ .l6sqs6bwy {
12
+ fill: currentColor;
13
+ 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");
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="l_df6v8zb"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:local-shipping-spark-outline-rounded" /></template>
10
+ <style>
11
+ .l_df6v8zb {
12
+ fill: currentColor;
13
+ 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");
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="a76xp2bts"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:local-shipping-spark-outline" /></template>
10
+ <style>
11
+ .a76xp2bts {
12
+ fill: currentColor;
13
+ 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");
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="z_1crnslq"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:local-shipping-spark-rounded" /></template>
10
+ <style>
11
+ .z_1crnslq {
12
+ fill: currentColor;
13
+ 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");
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="kjofq6tir"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:local-shipping-spark" /></template>
10
+ <style>
11
+ .kjofq6tir {
12
+ fill: currentColor;
13
+ 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");
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="fn77p6bbd"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:mail-spark-outline-rounded" /></template>
10
+ <style>
11
+ .fn77p6bbd {
12
+ fill: currentColor;
13
+ 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");
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="byxxcsbva"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:mail-spark-outline-sharp" /></template>
10
+ <style>
11
+ .byxxcsbva {
12
+ fill: currentColor;
13
+ 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");
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="npiju5rie"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:mail-spark-outline" /></template>
10
+ <style>
11
+ .npiju5rie {
12
+ fill: currentColor;
13
+ 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");
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="zruif-b_i"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:mail-spark-rounded" /></template>
10
+ <style>
11
+ .zruif-b_i {
12
+ fill: currentColor;
13
+ 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");
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="sv7ltbb7z"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:mail-spark-sharp" /></template>
10
+ <style>
11
+ .sv7ltbb7z {
12
+ fill: currentColor;
13
+ 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");
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="v1h--mbjb"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:mail-spark" /></template>
10
+ <style>
11
+ .v1h--mbjb {
12
+ fill: currentColor;
13
+ 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");
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="nc6zuxy8v"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:passport-spark-outline-rounded" /></template>
10
+ <style>
11
+ .nc6zuxy8v {
12
+ fill: currentColor;
13
+ d: path("M6 20V4zm6-4.5q1.725 0 3.063-1.05t1.762-2.65q-.95-.275-1.775-.8t-1.475-1.25h-2.3q.075-1.025.3-1.662T12 7.175V5.5q-2.075 0-3.537 1.463T7 10.5t1.463 3.538T12 15.5M5 22q-.425 0-.712-.288T4 21V3q0-.425.288-.712T5 2h6.6q.425 0 .713.288T12.6 3t-.287.713T11.6 4H6v16h12v-7.175q0-.425.288-.712t.712-.288t.713.288t.287.712V20q0 .825-.587 1.413T18 22zm7-8.175q-.2-.275-.425-.913t-.3-1.662h1.45q-.075 1.025-.3 1.663t-.425.912m-1.8-.325q-.6-.375-1.025-.95t-.575-1.3h1.175q.05.625.15 1.188T10.2 13.5M8.6 9.75q.15-.725.575-1.3T10.2 7.5q-.175.5-.275 1.063t-.15 1.187zm5.2 3.75q.175-.5.275-1.062t.15-1.188H15.4q-.15.725-.575 1.3t-1.025.95m-4.55 5h5.5q.325 0 .538-.213t.212-.537t-.213-.537T14.75 17h-5.5q-.325 0-.537.213t-.213.537t.213.538t.537.212M18.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.15");
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="nr5whsk1t"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:passport-spark-outline-sharp" /></template>
10
+ <style>
11
+ .nr5whsk1t {
12
+ fill: currentColor;
13
+ d: path("M6 20V4zm6-4.5q1.725 0 3.063-1.05t1.762-2.65q-.95-.275-1.775-.8t-1.475-1.25h-2.3q.075-1.025.3-1.662T12 7.175V5.5q-2.075 0-3.537 1.463T7 10.5t1.463 3.538T12 15.5M4 22V2h9.025q-.3.475-.513.975T12.176 4H6v16h12v-8q.5.05 1 0t1-.175V22zm8-8.175q-.2-.275-.425-.913t-.3-1.662h1.45q-.075 1.025-.3 1.663t-.425.912m-1.8-.325q-.6-.375-1.025-.95t-.575-1.3h1.175q.05.625.15 1.188T10.2 13.5M8.6 9.75q.15-.725.575-1.3T10.2 7.5q-.175.5-.275 1.063t-.15 1.187zm5.2 3.75q.175-.5.275-1.062t.15-1.188H15.4q-.15.725-.575 1.3t-1.025.95m-5.3 5h7V17h-7zm10-8.5q-.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");
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="jdkk3lbcn"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:passport-spark-outline" /></template>
10
+ <style>
11
+ .jdkk3lbcn {
12
+ fill: currentColor;
13
+ d: path("M6 20V4zm6-4.5q1.725 0 3.063-1.05t1.762-2.65q-.95-.275-1.775-.8t-1.475-1.25h-2.3q.075-1.025.3-1.662T12 7.175V5.5q-2.075 0-3.537 1.463T7 10.5t1.463 3.538T12 15.5M4 22V2h9.025q-.3.475-.513.975T12.176 4H6v16h12v-8q.5.05 1 0t1-.175V20q0 .825-.587 1.413T18 22zm8-8.175q-.2-.275-.425-.913t-.3-1.662h1.45q-.075 1.025-.3 1.663t-.425.912m-1.8-.325q-.6-.375-1.025-.95t-.575-1.3h1.175q.05.625.15 1.188T10.2 13.5M8.6 9.75q.15-.725.575-1.3T10.2 7.5q-.175.5-.275 1.063t-.15 1.187zm5.2 3.75q.175-.5.275-1.062t.15-1.188H15.4q-.15.725-.575 1.3t-1.025.95m-5.3 5h7V17h-7zm10-8.5q-.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");
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="l2jblwbuz"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:passport-spark-rounded" /></template>
10
+ <style>
11
+ .l2jblwbuz {
12
+ fill: currentColor;
13
+ d: path("M9.25 18.5h5.5q.325 0 .538-.213t.212-.537t-.213-.537T14.75 17h-5.5q-.325 0-.537.213t-.213.537t.213.538t.537.212m2.025-8.75q.075-1.025.3-1.662T12 7.175q.2.275.425.913t.3 1.662zM12 13.825q-.2-.275-.425-.913t-.3-1.662h1.45q-.075 1.025-.3 1.663t-.425.912m-1.8-.325q-.6-.375-1.025-.95t-.575-1.3h1.175q.05.625.15 1.188T10.2 13.5m3.6 0q.175-.5.275-1.062t.15-1.188H15.4q-.15.725-.575 1.3t-1.025.95M8.6 9.75q.15-.725.575-1.3T10.2 7.5q-.175.5-.275 1.062t-.15 1.188zm9.9.25q-.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.15M5 22q-.425 0-.712-.288T4 21V3q0-.425.288-.712T5 2h6.7q.45 0 .688.388t.037.812q-.2.55-.312 1.125T12 5.5q-2.075 0-3.537 1.463T7 10.5t1.463 3.538T12 15.5q1.725 0 3.063-1.05t1.762-2.65q.55.15 1.1.2t1.1 0q.4-.05.688.2t.287.625V20q0 .825-.587 1.413T18 22z");
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="ajhgv6_hf"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:passport-spark-sharp" /></template>
10
+ <style>
11
+ .ajhgv6_hf {
12
+ fill: currentColor;
13
+ d: path("M8.5 18.5h7V17h-7zm2.775-8.75q.075-1.025.3-1.662T12 7.175q.2.275.425.913t.3 1.662zM12 13.825q-.2-.275-.425-.913t-.3-1.662h1.45q-.075 1.025-.3 1.663t-.425.912m-1.8-.325q-.6-.375-1.025-.95t-.575-1.3h1.175q.05.625.15 1.188T10.2 13.5m3.6 0q.175-.5.275-1.062t.15-1.188H15.4q-.15.725-.575 1.3t-1.025.95M8.6 9.75q.15-.725.575-1.3T10.2 7.5q-.175.5-.275 1.062t-.15 1.188zm9.9.25q-.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.15M4 22V2h9.025q-.3.475-.513.975T12.176 4q-.075.375-.125.75T12 5.5q-2.075 0-3.537 1.463T7 10.5t1.463 3.538T12 15.5q1.725 0 3.063-1.05t1.762-2.65q.275.075.575.125T18 12q.5.05 1 0t1-.175V22z");
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="k10s5vb6i"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:passport-spark" /></template>
10
+ <style>
11
+ .k10s5vb6i {
12
+ fill: currentColor;
13
+ d: path("M8.5 18.5h7V17h-7zm2.775-8.75q.075-1.025.3-1.662T12 7.175q.2.275.425.913t.3 1.662zM12 13.825q-.2-.275-.425-.913t-.3-1.662h1.45q-.075 1.025-.3 1.663t-.425.912m-1.8-.325q-.6-.375-1.025-.95t-.575-1.3h1.175q.05.625.15 1.188T10.2 13.5m3.6 0q.175-.5.275-1.062t.15-1.188H15.4q-.15.725-.575 1.3t-1.025.95M8.6 9.75q.15-.725.575-1.3T10.2 7.5q-.175.5-.275 1.062t-.15 1.188zm9.9.25q-.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.15M4 22V2h9.025q-.3.475-.513.975T12.176 4q-.075.375-.125.75T12 5.5q-2.075 0-3.537 1.463T7 10.5t1.463 3.538T12 15.5q1.725 0 3.063-1.05t1.762-2.65q.275.075.575.125T18 12q.5.05 1 0t1-.175V20q0 .825-.587 1.413T18 22z");
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="z1kmllbgp"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:screen-spark-pause-outline-rounded" /></template>
10
+ <style>
11
+ .z1kmllbgp {
12
+ fill: currentColor;
13
+ d: path("M4 18V6v5.3v-.3zm0 2q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v4.3q0 .425-.288.713T21 11.3t-.712-.288T20 10.3V6H4v12h6.3q.425 0 .713.288T11.3 19t-.288.713T10.3 20zm10.463 1.538Q13 20.075 13 18t1.463-3.537T18 13t3.538 1.463T23 18t-1.463 3.538T18 23t-3.537-1.463M16.75 20q.2 0 .35-.15t.15-.35v-3q0-.2-.15-.35t-.35-.15t-.35.15t-.15.35v3q0 .2.15.35t.35.15m2.5 0q.2 0 .35-.15t.15-.35v-3q0-.2-.15-.35t-.35-.15t-.35.15t-.15.35v3q0 .2.15.35t.35.15m-7.775-4.55q.55-1.375 1.575-2.4t2.4-1.575q-.975-.45-1.912-1.375T12.2 7.65q-.05-.15-.2-.15t-.2.15q-.4 1.525-1.512 2.638T7.65 11.8q-.15.05-.15.2t.15.2q1.525.4 2.45 1.338t1.375 1.912");
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="opw6dz1og"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:screen-spark-pause-outline-sharp" /></template>
10
+ <style>
11
+ .opw6dz1og {
12
+ fill: currentColor;
13
+ d: path("M4 18V6v5.3v-.3zm7.3 2H2V4h20v8.275q-.45-.325-.95-.562T20 11.3V6H4v12h7q0 .525.075 1.025T11.3 20m3.162 1.538Q13 20.075 13 18t1.463-3.537T18 13t3.538 1.463T23 18t-1.463 3.538T18 23t-3.537-1.463M16.25 20h1v-4h-1zm2.5 0h1v-4h-1zm-7.275-4.55q.55-1.375 1.575-2.4t2.4-1.575q-.975-.45-1.912-1.375T12.2 7.65q-.05-.15-.2-.15t-.2.15q-.4 1.525-1.512 2.638T7.65 11.8q-.15.05-.15.2t.15.2q1.525.4 2.45 1.338t1.375 1.912");
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="rgvtfzb2r"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:screen-spark-pause-outline" /></template>
10
+ <style>
11
+ .rgvtfzb2r {
12
+ fill: currentColor;
13
+ d: path("M4 18V6v5.3v-.3zm7.3 2H4q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v6.275q-.45-.325-.95-.562T20 11.3V6H4v12h7q0 .525.075 1.025T11.3 20m3.162 1.538Q13 20.075 13 18t1.463-3.537T18 13t3.538 1.463T23 18t-1.463 3.538T18 23t-3.537-1.463M16.25 20h1v-4h-1zm2.5 0h1v-4h-1zm-7.275-4.55q.55-1.375 1.575-2.4t2.4-1.575q-.975-.45-1.912-1.375T12.2 7.65q-.05-.15-.2-.15t-.2.15q-.4 1.525-1.512 2.638T7.65 11.8q-.15.05-.15.2t.15.2q1.525.4 2.45 1.338t1.375 1.912");
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="ed-a7ubrp"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:screen-spark-pause-rounded" /></template>
10
+ <style>
11
+ .ed-a7ubrp {
12
+ fill: currentColor;
13
+ d: path("M14.463 21.538Q13 20.075 13 18t1.463-3.537T18 13t3.538 1.463T23 18t-1.463 3.538T18 23t-3.537-1.463M17.1 19.85q.15-.15.15-.35v-3q0-.2-.15-.35t-.35-.15t-.35.15t-.15.35v3q0 .2.15.35t.35.15t.35-.15m2.5 0q.15-.15.15-.35v-3q0-.2-.15-.35t-.35-.15t-.35.15t-.15.35v3q0 .2.15.35t.35.15t.35-.15M2 6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v4.9q0 .45-.387.675t-.813.025q-.65-.275-1.35-.437T18 11q-.675 0-1.312.125t-1.238.35q-1.2-.55-2.05-1.537T12.2 7.65q-.05-.15-.2-.15t-.2.15q-.4 1.525-1.512 2.638T7.65 11.8q-.15.05-.15.2t.15.2q1.3.35 2.288 1.2t1.537 2.05q-.35.85-.45 1.775t.05 1.825q.05.375-.175.662t-.575.288H4q-.825 0-1.412-.587T2 18z");
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="t2ja6gjyr"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:screen-spark-pause-sharp" /></template>
10
+ <style>
11
+ .t2ja6gjyr {
12
+ fill: currentColor;
13
+ d: path("M14.463 21.538Q13 20.075 13 18t1.463-3.537T18 13t3.538 1.463T23 18t-1.463 3.538T18 23t-3.537-1.463M16.25 20h1v-4h-1zm2.5 0h1v-4h-1zM2 20V4h20v8.275q-.85-.6-1.862-.937T18 11q-.675 0-1.312.125t-1.238.35q-1.2-.55-2.05-1.537T12.2 7.65q-.05-.15-.2-.15t-.2.15q-.4 1.525-1.512 2.638T7.65 11.8q-.15.05-.15.2t.15.2q1.3.35 2.288 1.2t1.537 2.05q-.225.6-.35 1.238T11 18q0 .525.075 1.025T11.3 20z");
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="jnvxlnb6v"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:screen-spark-pause" /></template>
10
+ <style>
11
+ .jnvxlnb6v {
12
+ fill: currentColor;
13
+ d: path("M14.463 21.538Q13 20.075 13 18t1.463-3.537T18 13t3.538 1.463T23 18t-1.463 3.538T18 23t-3.537-1.463M16.25 20h1v-4h-1zm2.5 0h1v-4h-1zM4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v6.275q-.85-.6-1.862-.937T18 11q-.675 0-1.312.125t-1.238.35q-1.2-.55-2.05-1.537T12.2 7.65q-.05-.15-.2-.15t-.2.15q-.4 1.525-1.512 2.638T7.65 11.8q-.15.05-.15.2t.15.2q1.3.35 2.288 1.2t1.537 2.05q-.225.6-.35 1.238T11 18q0 .525.075 1.025T11.3 20z");
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="tjxu1ipkw"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:split-scene-2-outline-rounded" /></template>
10
+ <style>
11
+ .tjxu1ipkw {
12
+ fill: currentColor;
13
+ d: path("M6 21q-.825 0-1.412-.587T4 19v-3q0-.425.288-.712T5 15t.713.288T6 16v3h12v-3q0-.425.288-.712T19 15t.713.288T20 16v3q0 .825-.587 1.413T18 21zm-3-8q-.425 0-.712-.288T2 12t.288-.712T3 11h1V5q0-.825.588-1.412T6 3h12q.825 0 1.413.588T20 5v6h1q.425 0 .713.288T22 12t-.288.713T21 13zm3-2h12V5H6zm12 8H6zm0-14H6z");
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="mo2mxhbpb"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:split-scene-2-outline-sharp" /></template>
10
+ <style>
11
+ .mo2mxhbpb {
12
+ fill: currentColor;
13
+ d: path("M4 21v-6h2v4h12v-4h2v6zm-2-8v-2h2V3h16v8h2v2zm4-2h12V5H6zm12 8H6zm0-14H6z");
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="b-xjjz1ei"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:split-scene-2-outline" /></template>
10
+ <style>
11
+ .b-xjjz1ei {
12
+ fill: currentColor;
13
+ d: path("M6 21q-.825 0-1.412-.587T4 19v-4h2v4h12v-4h2v4q0 .825-.587 1.413T18 21zm-4-8v-2h2V5q0-.825.588-1.412T6 3h12q.825 0 1.413.588T20 5v6h2v2zm4-2h12V5H6zm12 8H6zm0-14H6z");
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="g1q62_blu"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:split-scene-2-rounded" /></template>
10
+ <style>
11
+ .g1q62_blu {
12
+ fill: currentColor;
13
+ d: path("M6 21q-.825 0-1.412-.587T4 19v-3q0-.425.288-.712T5 15h14q.425 0 .713.288T20 16v3q0 .825-.587 1.413T18 21zm-3-8q-.425 0-.712-.288T2 12t.288-.712T3 11h1V5q0-.825.588-1.412T6 3h12q.825 0 1.413.588T20 5v6h1q.425 0 .713.288T22 12t-.288.713T21 13z");
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="o3qy9xntt"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:split-scene-2-sharp" /></template>
10
+ <style>
11
+ .o3qy9xntt {
12
+ fill: currentColor;
13
+ d: path("M4 21v-6h16v6zm-2-8v-2h2V3h16v8h2v2z");
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="t23ow0bwt"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:split-scene-2" /></template>
10
+ <style>
11
+ .t23ow0bwt {
12
+ fill: currentColor;
13
+ d: path("M6 21q-.825 0-1.412-.587T4 19v-4h16v4q0 .825-.587 1.413T18 21zm-4-8v-2h2V5q0-.825.588-1.412T6 3h12q.825 0 1.413.588T20 5v6h2v2z");
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="zbc6l6bvw"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:workspace-studio-outline" /></template>
10
+ <style>
11
+ .zbc6l6bvw {
12
+ fill: currentColor;
13
+ d: path("M12 22q-1.65 0-2.812-1.125T8 18.1q-.025-.8.275-1.562T9.15 15.2l3.2-3.175l-3.2-3.175q-.55-.525-.837-1.225T8 6.15q-.05-1.7 1.113-2.925T12 2q.8 0 1.525.3t1.3.875l5.975 6q.575.575.888 1.313T22 12.025t-.3 1.525t-.875 1.3l-6 6q-.575.575-1.3.863T12 22m0-2.025q.4 0 .763-.137t.637-.413l6.075-6.075q.25-.275.388-.625T20 12t-.137-.725t-.388-.625L13.4 4.6q-.275-.275-.638-.425T12 4.025q-.825 0-1.412.588T10 6q0 .425.15.788t.425.637l4.6 4.575l-4.6 4.6q-.275.275-.425.638T10 18q0 .825.587 1.4t1.413.575M15 16q.2 0 .375-.075t.325-.225l2.3-2.275q.275-.275.425-.65t.15-.775t-.15-.775t-.425-.65L15.7 8.3q-.3-.3-.713-.3t-.712.3t-.3.713t.3.712l2.3 2.275l-2.3 2.3q-.3.3-.3.713t.3.687q.15.15.337.225T15 16m-9.5 5.025q-1.475 0-2.488-1.05T2 17.45q0-.725.275-1.4t.8-1.175L6 12.025l-2.925-2.85q-.525-.5-.8-1.175T2 6.6q0-1.5 1.012-2.537T5.5 3.024q.7 0 1.325.238T7.95 4L9 5.025V7.85l-2.45-2.4q-.2-.2-.475-.312T5.5 5.025q-.65 0-1.075.463T4 6.6q0 .325.125.625t.35.525l4.375 4.275L4.475 16.3q-.225.225-.35.513T4 17.425q0 .65.425 1.125t1.075.475q.3 0 .575-.112t.475-.313L9 16.225V19l-1.05 1.025q-.5.5-1.125.75t-1.325.25M15.175 12");
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="cqcfp4-0e"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:workspace-studio" /></template>
10
+ <style>
11
+ .cqcfp4-0e {
12
+ fill: currentColor;
13
+ d: path("M12 22q-1.65 0-2.812-1.125T8 18.1q-.025-.8.275-1.562T9.15 15.2l3.2-3.175l-3.2-3.175q-.55-.525-.837-1.225T8 6.15q-.05-1.7 1.113-2.925T12 2q.8 0 1.525.3t1.3.875l5.975 6q.575.575.888 1.313T22 12.025t-.3 1.525t-.875 1.3l-6 6q-.575.575-1.3.863T12 22m-6.5-.975q-1.475 0-2.488-1.05T2 17.45q0-.725.275-1.4t.8-1.175L6 12.025l-2.925-2.85q-.525-.5-.8-1.175T2 6.6q0-1.5 1.012-2.537T5.5 3.024q.325 0 .625.05t.575.15q-.35.7-.537 1.45T6 6.2q.05 1.175.488 2.213t1.237 1.837L9.5 12.025L7.725 13.8q-.875.85-1.312 1.975T6 18.125q.025.7.188 1.388t.512 1.312q-.275.1-.575.15t-.625.05m8.775-5.325q.325.3.725.3t.7-.3l2.3-2.275q.275-.275.425-.65t.15-.775t-.15-.775t-.425-.65L15.7 8.3q-.3-.3-.712-.3t-.713.3t-.3.713t.3.712l2.3 2.275l-2.3 2.3q-.3.3-.3.713t.3.687");
14
+ }
15
+
16
+ </style>
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "material-symbols",
3
3
  "info": {
4
4
  "name": "Material Symbols",
5
- "total": 15409,
5
+ "total": 15450,
6
6
  "author": {
7
7
  "name": "Google",
8
8
  "url": "https://github.com/google/material-design-icons"
@@ -27,5 +27,5 @@
27
27
  ],
28
28
  "palette": false
29
29
  },
30
- "lastModified": 1779951075
30
+ "lastModified": 1780375116
31
31
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-vue/material-symbols",
3
3
  "type": "module",
4
- "version": "1.0.36",
4
+ "version": "1.0.37",
5
5
  "homepage": "https://icon-sets.iconify.design/material-symbols/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "Apache-2.0",
@@ -11022,6 +11022,30 @@
11022
11022
  "types": "./types/dd0bq22g.d.ts",
11023
11023
  "default": "./components/c/car-repair-sharp.vue"
11024
11024
  },
11025
+ "./car-spark": {
11026
+ "types": "./types/dd0bq22g.d.ts",
11027
+ "default": "./components/c/car-spark.vue"
11028
+ },
11029
+ "./car-spark-outline": {
11030
+ "types": "./types/dd0bq22g.d.ts",
11031
+ "default": "./components/c/car-spark-outline.vue"
11032
+ },
11033
+ "./car-spark-outline-rounded": {
11034
+ "types": "./types/dd0bq22g.d.ts",
11035
+ "default": "./components/c/car-spark-outline-rounded.vue"
11036
+ },
11037
+ "./car-spark-outline-sharp": {
11038
+ "types": "./types/dd0bq22g.d.ts",
11039
+ "default": "./components/c/car-spark-outline-sharp.vue"
11040
+ },
11041
+ "./car-spark-rounded": {
11042
+ "types": "./types/dd0bq22g.d.ts",
11043
+ "default": "./components/c/car-spark-rounded.vue"
11044
+ },
11045
+ "./car-spark-sharp": {
11046
+ "types": "./types/dd0bq22g.d.ts",
11047
+ "default": "./components/c/car-spark-sharp.vue"
11048
+ },
11025
11049
  "./car-tag": {
11026
11050
  "types": "./types/dd0bq22g.d.ts",
11027
11051
  "default": "./components/c/car-tag.vue"
@@ -15086,6 +15110,30 @@
15086
15110
  "types": "./types/dd0bq22g.d.ts",
15087
15111
  "default": "./components/c/credit-card-sharp.vue"
15088
15112
  },
15113
+ "./credit-card-spark": {
15114
+ "types": "./types/dd0bq22g.d.ts",
15115
+ "default": "./components/c/credit-card-spark.vue"
15116
+ },
15117
+ "./credit-card-spark-outline": {
15118
+ "types": "./types/dd0bq22g.d.ts",
15119
+ "default": "./components/c/credit-card-spark-outline.vue"
15120
+ },
15121
+ "./credit-card-spark-outline-rounded": {
15122
+ "types": "./types/dd0bq22g.d.ts",
15123
+ "default": "./components/c/credit-card-spark-outline-rounded.vue"
15124
+ },
15125
+ "./credit-card-spark-outline-sharp": {
15126
+ "types": "./types/dd0bq22g.d.ts",
15127
+ "default": "./components/c/credit-card-spark-outline-sharp.vue"
15128
+ },
15129
+ "./credit-card-spark-rounded": {
15130
+ "types": "./types/dd0bq22g.d.ts",
15131
+ "default": "./components/c/credit-card-spark-rounded.vue"
15132
+ },
15133
+ "./credit-card-spark-sharp": {
15134
+ "types": "./types/dd0bq22g.d.ts",
15135
+ "default": "./components/c/credit-card-spark-sharp.vue"
15136
+ },
15089
15137
  "./credit-score": {
15090
15138
  "types": "./types/dd0bq22g.d.ts",
15091
15139
  "default": "./components/c/credit-score.vue"
@@ -23550,6 +23598,14 @@
23550
23598
  "types": "./types/dd0bq22g.d.ts",
23551
23599
  "default": "./components/f/flight-rounded.vue"
23552
23600
  },
23601
+ "./flight-spark": {
23602
+ "types": "./types/dd0bq22g.d.ts",
23603
+ "default": "./components/f/flight-spark.vue"
23604
+ },
23605
+ "./flight-spark-rounded": {
23606
+ "types": "./types/dd0bq22g.d.ts",
23607
+ "default": "./components/f/flight-spark-rounded.vue"
23608
+ },
23553
23609
  "./flight-takeoff": {
23554
23610
  "types": "./types/dd0bq22g.d.ts",
23555
23611
  "default": "./components/f/flight-takeoff.vue"
@@ -33482,6 +33538,22 @@
33482
33538
  "types": "./types/dd0bq22g.d.ts",
33483
33539
  "default": "./components/l/local-shipping-sharp.vue"
33484
33540
  },
33541
+ "./local-shipping-spark": {
33542
+ "types": "./types/dd0bq22g.d.ts",
33543
+ "default": "./components/l/local-shipping-spark.vue"
33544
+ },
33545
+ "./local-shipping-spark-outline": {
33546
+ "types": "./types/dd0bq22g.d.ts",
33547
+ "default": "./components/l/local-shipping-spark-outline.vue"
33548
+ },
33549
+ "./local-shipping-spark-outline-rounded": {
33550
+ "types": "./types/dd0bq22g.d.ts",
33551
+ "default": "./components/l/local-shipping-spark-outline-rounded.vue"
33552
+ },
33553
+ "./local-shipping-spark-rounded": {
33554
+ "types": "./types/dd0bq22g.d.ts",
33555
+ "default": "./components/l/local-shipping-spark-rounded.vue"
33556
+ },
33485
33557
  "./local-taxi": {
33486
33558
  "types": "./types/dd0bq22g.d.ts",
33487
33559
  "default": "./components/l/local-taxi.vue"
@@ -34450,6 +34522,30 @@
34450
34522
  "types": "./types/dd0bq22g.d.ts",
34451
34523
  "default": "./components/m/mail-shield-sharp.vue"
34452
34524
  },
34525
+ "./mail-spark": {
34526
+ "types": "./types/dd0bq22g.d.ts",
34527
+ "default": "./components/m/mail-spark.vue"
34528
+ },
34529
+ "./mail-spark-outline": {
34530
+ "types": "./types/dd0bq22g.d.ts",
34531
+ "default": "./components/m/mail-spark-outline.vue"
34532
+ },
34533
+ "./mail-spark-outline-rounded": {
34534
+ "types": "./types/dd0bq22g.d.ts",
34535
+ "default": "./components/m/mail-spark-outline-rounded.vue"
34536
+ },
34537
+ "./mail-spark-outline-sharp": {
34538
+ "types": "./types/dd0bq22g.d.ts",
34539
+ "default": "./components/m/mail-spark-outline-sharp.vue"
34540
+ },
34541
+ "./mail-spark-rounded": {
34542
+ "types": "./types/dd0bq22g.d.ts",
34543
+ "default": "./components/m/mail-spark-rounded.vue"
34544
+ },
34545
+ "./mail-spark-sharp": {
34546
+ "types": "./types/dd0bq22g.d.ts",
34547
+ "default": "./components/m/mail-spark-sharp.vue"
34548
+ },
34453
34549
  "./male": {
34454
34550
  "types": "./types/dd0bq22g.d.ts",
34455
34551
  "default": "./components/m/male.vue"
@@ -42238,6 +42334,30 @@
42238
42334
  "types": "./types/dd0bq22g.d.ts",
42239
42335
  "default": "./components/p/passport-sharp.vue"
42240
42336
  },
42337
+ "./passport-spark": {
42338
+ "types": "./types/dd0bq22g.d.ts",
42339
+ "default": "./components/p/passport-spark.vue"
42340
+ },
42341
+ "./passport-spark-outline": {
42342
+ "types": "./types/dd0bq22g.d.ts",
42343
+ "default": "./components/p/passport-spark-outline.vue"
42344
+ },
42345
+ "./passport-spark-outline-rounded": {
42346
+ "types": "./types/dd0bq22g.d.ts",
42347
+ "default": "./components/p/passport-spark-outline-rounded.vue"
42348
+ },
42349
+ "./passport-spark-outline-sharp": {
42350
+ "types": "./types/dd0bq22g.d.ts",
42351
+ "default": "./components/p/passport-spark-outline-sharp.vue"
42352
+ },
42353
+ "./passport-spark-rounded": {
42354
+ "types": "./types/dd0bq22g.d.ts",
42355
+ "default": "./components/p/passport-spark-rounded.vue"
42356
+ },
42357
+ "./passport-spark-sharp": {
42358
+ "types": "./types/dd0bq22g.d.ts",
42359
+ "default": "./components/p/passport-spark-sharp.vue"
42360
+ },
42241
42361
  "./password": {
42242
42362
  "types": "./types/dd0bq22g.d.ts",
42243
42363
  "default": "./components/p/password.vue"
@@ -48954,6 +49074,30 @@
48954
49074
  "types": "./types/dd0bq22g.d.ts",
48955
49075
  "default": "./components/s/screen-share-sharp.vue"
48956
49076
  },
49077
+ "./screen-spark-pause": {
49078
+ "types": "./types/dd0bq22g.d.ts",
49079
+ "default": "./components/s/screen-spark-pause.vue"
49080
+ },
49081
+ "./screen-spark-pause-outline": {
49082
+ "types": "./types/dd0bq22g.d.ts",
49083
+ "default": "./components/s/screen-spark-pause-outline.vue"
49084
+ },
49085
+ "./screen-spark-pause-outline-rounded": {
49086
+ "types": "./types/dd0bq22g.d.ts",
49087
+ "default": "./components/s/screen-spark-pause-outline-rounded.vue"
49088
+ },
49089
+ "./screen-spark-pause-outline-sharp": {
49090
+ "types": "./types/dd0bq22g.d.ts",
49091
+ "default": "./components/s/screen-spark-pause-outline-sharp.vue"
49092
+ },
49093
+ "./screen-spark-pause-rounded": {
49094
+ "types": "./types/dd0bq22g.d.ts",
49095
+ "default": "./components/s/screen-spark-pause-rounded.vue"
49096
+ },
49097
+ "./screen-spark-pause-sharp": {
49098
+ "types": "./types/dd0bq22g.d.ts",
49099
+ "default": "./components/s/screen-spark-pause-sharp.vue"
49100
+ },
48957
49101
  "./screencast": {
48958
49102
  "types": "./types/dd0bq22g.d.ts",
48959
49103
  "default": "./components/s/screencast.vue"
@@ -53634,6 +53778,30 @@
53634
53778
  "types": "./types/dd0bq22g.d.ts",
53635
53779
  "default": "./components/s/split-scene.vue"
53636
53780
  },
53781
+ "./split-scene-2": {
53782
+ "types": "./types/dd0bq22g.d.ts",
53783
+ "default": "./components/s/split-scene-2.vue"
53784
+ },
53785
+ "./split-scene-2-outline": {
53786
+ "types": "./types/dd0bq22g.d.ts",
53787
+ "default": "./components/s/split-scene-2-outline.vue"
53788
+ },
53789
+ "./split-scene-2-outline-rounded": {
53790
+ "types": "./types/dd0bq22g.d.ts",
53791
+ "default": "./components/s/split-scene-2-outline-rounded.vue"
53792
+ },
53793
+ "./split-scene-2-outline-sharp": {
53794
+ "types": "./types/dd0bq22g.d.ts",
53795
+ "default": "./components/s/split-scene-2-outline-sharp.vue"
53796
+ },
53797
+ "./split-scene-2-rounded": {
53798
+ "types": "./types/dd0bq22g.d.ts",
53799
+ "default": "./components/s/split-scene-2-rounded.vue"
53800
+ },
53801
+ "./split-scene-2-sharp": {
53802
+ "types": "./types/dd0bq22g.d.ts",
53803
+ "default": "./components/s/split-scene-2-sharp.vue"
53804
+ },
53637
53805
  "./split-scene-down": {
53638
53806
  "types": "./types/dd0bq22g.d.ts",
53639
53807
  "default": "./components/s/split-scene-down.vue"
@@ -53714,10 +53882,6 @@
53714
53882
  "types": "./types/dd0bq22g.d.ts",
53715
53883
  "default": "./components/s/split-scene-sharp.vue"
53716
53884
  },
53717
- "./split-scene-up": {
53718
- "types": "./types/dd0bq22g.d.ts",
53719
- "default": "./components/s/split-scene-up.vue"
53720
- },
53721
53885
  "./split-scene-up-outline": {
53722
53886
  "types": "./types/dd0bq22g.d.ts",
53723
53887
  "default": "./components/s/split-scene-up-outline.vue"
@@ -53730,14 +53894,6 @@
53730
53894
  "types": "./types/dd0bq22g.d.ts",
53731
53895
  "default": "./components/s/split-scene-up-outline-sharp.vue"
53732
53896
  },
53733
- "./split-scene-up-rounded": {
53734
- "types": "./types/dd0bq22g.d.ts",
53735
- "default": "./components/s/split-scene-up-rounded.vue"
53736
- },
53737
- "./split-scene-up-sharp": {
53738
- "types": "./types/dd0bq22g.d.ts",
53739
- "default": "./components/s/split-scene-up-sharp.vue"
53740
- },
53741
53897
  "./splitscreen": {
53742
53898
  "types": "./types/dd0bq22g.d.ts",
53743
53899
  "default": "./components/s/splitscreen.vue"
@@ -64702,6 +64858,14 @@
64702
64858
  "types": "./types/dd0bq22g.d.ts",
64703
64859
  "default": "./components/w/workspace-premium-rounded.vue"
64704
64860
  },
64861
+ "./workspace-studio": {
64862
+ "types": "./types/dd0bq22g.d.ts",
64863
+ "default": "./components/w/workspace-studio.vue"
64864
+ },
64865
+ "./workspace-studio-outline": {
64866
+ "types": "./types/dd0bq22g.d.ts",
64867
+ "default": "./components/w/workspace-studio-outline.vue"
64868
+ },
64705
64869
  "./workspaces": {
64706
64870
  "types": "./types/dd0bq22g.d.ts",
64707
64871
  "default": "./components/w/workspaces.vue"
@@ -72614,6 +72778,18 @@
72614
72778
  "types": "./types/dd0bq22g.d.ts",
72615
72779
  "default": "./components/s/split-scene-right-sharp.vue"
72616
72780
  },
72781
+ "./split-scene-up": {
72782
+ "types": "./types/dd0bq22g.d.ts",
72783
+ "default": "./components/s/split-scene-up.vue"
72784
+ },
72785
+ "./split-scene-up-rounded": {
72786
+ "types": "./types/dd0bq22g.d.ts",
72787
+ "default": "./components/s/split-scene-up-rounded.vue"
72788
+ },
72789
+ "./split-scene-up-sharp": {
72790
+ "types": "./types/dd0bq22g.d.ts",
72791
+ "default": "./components/s/split-scene-up-sharp.vue"
72792
+ },
72617
72793
  "./spoke-outline-sharp": {
72618
72794
  "types": "./types/dd0bq22g.d.ts",
72619
72795
  "default": "./components/s/spoke-outline-sharp.vue"