@iconify-svelte/material-symbols-light 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.
Files changed (58) hide show
  1. package/components/c/car-spark-outline-rounded.svelte +17 -0
  2. package/components/c/car-spark-outline-sharp.svelte +17 -0
  3. package/components/c/car-spark-outline.svelte +17 -0
  4. package/components/c/car-spark-rounded.svelte +17 -0
  5. package/components/c/car-spark-sharp.svelte +17 -0
  6. package/components/c/car-spark.svelte +17 -0
  7. package/components/c/credit-card-spark-outline-rounded.svelte +17 -0
  8. package/components/c/credit-card-spark-outline-sharp.svelte +17 -0
  9. package/components/c/credit-card-spark-outline.svelte +17 -0
  10. package/components/c/credit-card-spark-rounded.svelte +17 -0
  11. package/components/c/credit-card-spark-sharp.svelte +17 -0
  12. package/components/c/credit-card-spark.svelte +17 -0
  13. package/components/d/drive-file-rename-outline-rounded.svelte +17 -0
  14. package/components/d/drive-file-rename-outline-sharp.svelte +17 -0
  15. package/components/d/drive-file-rename-outline.svelte +17 -0
  16. package/components/d/drive-file-rename-rounded.svelte +17 -0
  17. package/components/d/drive-file-rename-sharp.svelte +17 -0
  18. package/components/d/drive-file-rename.svelte +17 -0
  19. package/components/f/flight-spark-rounded.svelte +17 -0
  20. package/components/f/flight-spark.svelte +17 -0
  21. package/components/l/local-shipping-spark-outline-rounded.svelte +17 -0
  22. package/components/l/local-shipping-spark-outline.svelte +17 -0
  23. package/components/l/local-shipping-spark-rounded.svelte +17 -0
  24. package/components/l/local-shipping-spark.svelte +17 -0
  25. package/components/m/mail-spark-outline-rounded.svelte +17 -0
  26. package/components/m/mail-spark-outline-sharp.svelte +17 -0
  27. package/components/m/mail-spark-outline.svelte +17 -0
  28. package/components/m/mail-spark-rounded.svelte +17 -0
  29. package/components/m/mail-spark-sharp.svelte +17 -0
  30. package/components/m/mail-spark.svelte +17 -0
  31. package/components/m/mobile-dock-outline-rounded.svelte +17 -0
  32. package/components/m/mobile-dock-outline-sharp.svelte +17 -0
  33. package/components/m/mobile-dock-outline.svelte +17 -0
  34. package/components/m/mobile-dock-rounded.svelte +17 -0
  35. package/components/m/mobile-dock-sharp.svelte +17 -0
  36. package/components/m/mobile-dock.svelte +17 -0
  37. package/components/p/passport-spark-outline-rounded.svelte +17 -0
  38. package/components/p/passport-spark-outline-sharp.svelte +17 -0
  39. package/components/p/passport-spark-outline.svelte +17 -0
  40. package/components/p/passport-spark-rounded.svelte +17 -0
  41. package/components/p/passport-spark-sharp.svelte +17 -0
  42. package/components/p/passport-spark.svelte +17 -0
  43. package/components/s/screen-spark-pause-outline-rounded.svelte +17 -0
  44. package/components/s/screen-spark-pause-outline-sharp.svelte +17 -0
  45. package/components/s/screen-spark-pause-outline.svelte +17 -0
  46. package/components/s/screen-spark-pause-rounded.svelte +17 -0
  47. package/components/s/screen-spark-pause-sharp.svelte +17 -0
  48. package/components/s/screen-spark-pause.svelte +17 -0
  49. package/components/s/split-scene-2-outline-rounded.svelte +17 -0
  50. package/components/s/split-scene-2-outline-sharp.svelte +17 -0
  51. package/components/s/split-scene-2-outline.svelte +17 -0
  52. package/components/s/split-scene-2-rounded.svelte +17 -0
  53. package/components/s/split-scene-2-sharp.svelte +17 -0
  54. package/components/s/split-scene-2.svelte +17 -0
  55. package/components/w/workspace-studio-outline.svelte +17 -0
  56. package/components/w/workspace-studio.svelte +17 -0
  57. package/iconify.json +2 -2
  58. package/package.json +237 -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="eeaw7aciq"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:mobile-dock-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.eeaw7aciq) {
13
+ fill: currentColor;
14
+ d: path("M12.588 6.086q.22-.222.22-.549t-.222-.547t-.549-.22t-.548.22t-.22.55t.222.547t.549.22t.548-.22M8.423 18q-.666 0-1.14-.475t-.475-1.14V3.615q0-.666.474-1.14T8.423 2h7.154q.666 0 1.14.475t.475 1.14v2.127q.31-.001.52.242t.211.549v1.28q0 .307-.21.55q-.211.243-.52.24v7.782q0 .666-.475 1.14T15.577 18zM9 21.52q-.213 0-.356-.145T8.5 21.02t.144-.356T9 20.52h6q.213 0 .356.144q.144.144.144.357t-.144.356t-.356.143z");
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="prbei6b4s"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:mobile-dock-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.prbei6b4s) {
13
+ fill: currentColor;
14
+ d: path("M8.5 21.52v-1h7v1zm4.088-15.434q.22-.222.22-.549t-.222-.548t-.549-.22t-.548.222t-.22.549t.222.547t.549.22t.548-.22M6.808 18V2h10.384v3.723h.731v2.9h-.73V18z");
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="ldwngebjg"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:mobile-dock" {...props}></Icon>
11
+ <style>
12
+ :global(.ldwngebjg) {
13
+ fill: currentColor;
14
+ d: path("M12.588 6.086q.22-.222.22-.549t-.222-.547t-.549-.22t-.548.22t-.22.55t.222.547t.549.22t.548-.22m4.604-2.472v2.127q.31-.002.52.241t.211.55v1.28q0 .306-.21.55q-.211.243-.52.24v7.782q0 .666-.475 1.14T15.577 18H8.423q-.666 0-1.14-.475t-.475-1.14V3.615q0-.666.474-1.14T8.423 2h7.154q.666 0 1.14.475t.475 1.14M8.5 21.52v-1h7v1z");
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="dd56a1byr"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:passport-spark-outline-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.dd56a1byr) {
13
+ fill: currentColor;
14
+ d: path("M6 20V4zm6-4.98q1.552 0 2.745-.916q1.194-.915 1.619-2.342q-.777-.276-1.439-.704q-.661-.43-1.215-1h-2.704q.075-.987.329-1.778q.253-.791.665-1.374V5.96q-1.883 0-3.201 1.328T7.481 10.5t1.318 3.201T12 15.019M5.808 21q-.348 0-.578-.23T5 20.192V3.808q0-.349.23-.578T5.808 3h6.004q.213 0 .356.143t.144.357t-.144.357t-.356.143H6v16h11.385q.23 0 .423-.192t.192-.424v-6.847q0-.214.143-.357t.357-.143t.357.143t.143.357v6.848q0 .67-.472 1.143q-.472.472-1.143.472zM12 14.037q-.412-.602-.666-1.384q-.253-.782-.328-1.71h1.988q-.075.928-.328 1.71q-.254.782-.666 1.384m-1.127-.075q-.984-.318-1.66-1.123t-.844-1.897h1.752q.031.722.218 1.476t.534 1.544m-2.504-3.904q.189-1.148.921-1.983q.733-.835 1.737-1.094q-.406.615-.63 1.399q-.226.783-.276 1.678zm4.642 3.904q.368-.731.593-1.496q.225-.764.275-1.524h.867q.192.154.375.26t.394.202q-.284.917-.94 1.598t-1.564.96m-4.069 4.23h6.116q.19 0 .316-.126q.126-.125.126-.316t-.126-.316q-.126-.126-.316-.126H8.942q-.19 0-.316.126q-.126.125-.126.316t.126.316t.316.126m9.462-8.5q-.15 0-.2-.15q-.362-1.39-1.359-2.387t-2.387-1.359q-.15-.05-.15-.2q0-.169.15-.2q1.39-.355 2.387-1.355t1.359-2.391q.05-.15.2-.15q.169 0 .2.15q.361 1.39 1.358 2.387t2.388 1.36q.15.024.15.2q0 .15-.15.2q-1.39.36-2.388 1.358q-.997.997-1.358 2.387q-.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="oyo3pdbxs"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:passport-spark-outline-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.oyo3pdbxs) {
13
+ fill: currentColor;
14
+ d: path("M6 20V4zm6-4.98q1.552 0 2.745-.916q1.194-.915 1.619-2.342q-.777-.276-1.439-.704q-.661-.43-1.215-1h-2.704q.075-.987.329-1.778q.253-.791.665-1.374V5.96q-1.883 0-3.201 1.328T7.481 10.5t1.318 3.201T12 15.019M5 21V3h7.486q-.127.264-.214.504q-.088.24-.155.496H6v16h12v-7.923q.25.03.49.02q.24-.013.51-.06V21zm7-6.964q-.412-.601-.666-1.383q-.253-.782-.328-1.71h1.988q-.075.928-.328 1.71q-.254.782-.666 1.384m-1.127-.076q-.984-.317-1.66-1.122t-.844-1.897h1.752q.031.722.218 1.476t.534 1.544m-2.504-3.904q.189-1.148.921-1.983q.733-.835 1.737-1.094q-.406.615-.63 1.399q-.226.783-.276 1.678zm4.642 3.904q.368-.731.593-1.496q.225-.764.275-1.524h.867q.192.154.375.26t.394.202q-.284.917-.94 1.598t-1.564.96M8.5 18.192h7v-.884h-7zm9.904-8.5q-.15 0-.2-.15q-.362-1.39-1.359-2.387t-2.387-1.359q-.15-.05-.15-.2q0-.169.15-.2q1.39-.355 2.387-1.355t1.359-2.391q.05-.15.2-.15q.169 0 .2.15q.362 1.39 1.359 2.387t2.387 1.36q.15.024.15.2q0 .15-.15.2q-1.39.36-2.387 1.358q-.997.997-1.36 2.387q-.024.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="xxxp1ebbn"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:passport-spark-outline" {...props}></Icon>
11
+ <style>
12
+ :global(.xxxp1ebbn) {
13
+ fill: currentColor;
14
+ d: path("M6 20V4zm6-4.98q1.552 0 2.745-.916q1.194-.915 1.619-2.342q-.777-.276-1.439-.704q-.661-.43-1.215-1h-2.704q.075-.987.329-1.778q.253-.791.665-1.374V5.96q-1.883 0-3.201 1.328T7.481 10.5t1.318 3.201T12 15.019M5 21V3h7.486q-.127.264-.214.504q-.088.24-.155.496H6v16h11.385q.23 0 .423-.192t.192-.424v-7.307q.25.03.49.02q.24-.013.51-.06v7.347q0 .672-.472 1.144T17.385 21zm7-6.964q-.412-.601-.666-1.383q-.253-.782-.328-1.71h1.988q-.075.928-.328 1.71q-.254.782-.666 1.384m-1.127-.076q-.984-.317-1.66-1.122t-.844-1.897h1.752q.031.722.218 1.476t.534 1.544m-2.504-3.904q.189-1.148.921-1.983q.733-.835 1.737-1.094q-.406.615-.63 1.399q-.226.783-.276 1.678zm4.642 3.904q.368-.731.593-1.496q.225-.764.275-1.524h.867q.192.154.375.26t.394.202q-.284.917-.94 1.598t-1.564.96M8.5 18.192h7v-.884h-7zm9.904-8.5q-.15 0-.2-.15q-.362-1.39-1.359-2.387t-2.387-1.359q-.15-.05-.15-.2q0-.169.15-.2q1.39-.355 2.387-1.355t1.359-2.391q.05-.15.2-.15q.169 0 .2.15q.362 1.39 1.359 2.387t2.387 1.36q.15.024.15.2q0 .15-.15.2q-1.39.36-2.387 1.358q-.997.997-1.36 2.387q-.024.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="uv47stb3i"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:passport-spark-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.uv47stb3i) {
13
+ fill: currentColor;
14
+ d: path("M8.942 18.192h6.116q.19 0 .316-.126q.126-.125.126-.316t-.126-.316q-.126-.126-.316-.126H8.942q-.19 0-.316.126q-.126.125-.126.316t.126.316t.316.126m2.064-8.134q.075-.987.328-1.778q.254-.791.666-1.374q.411.582.665 1.374q.254.791.33 1.778zM12 14.037q-.412-.602-.666-1.384q-.253-.782-.328-1.71h1.988q-.075.928-.328 1.71q-.254.782-.666 1.384m-1.127-.075q-.984-.318-1.66-1.123t-.844-1.897h1.752q.031.722.218 1.476t.534 1.544m2.139 0q.367-.731.592-1.496q.225-.764.275-1.524h1.752q-.189 1.09-.892 1.897q-.704.805-1.727 1.123m-4.643-3.904q.189-1.148.921-1.983q.733-.835 1.737-1.094q-.406.615-.63 1.399q-.226.783-.276 1.678zm10.035-.366q-.15 0-.2-.15q-.362-1.39-1.359-2.387t-2.387-1.359q-.15-.05-.15-.2q0-.175.15-.2q1.39-.362 2.387-1.359t1.359-2.387q.05-.15.2-.15q.169 0 .2.15q.362 1.39 1.359 2.387t2.387 1.36q.15.024.15.2q0 .15-.15.2q-1.39.36-2.387 1.358q-.997.997-1.36 2.387q-.024.15-.2.15M5.809 21q-.348 0-.578-.23T5 20.192V3.808q0-.349.23-.578T5.808 3h5.7q.354 0 .553.282t.095.63q-.142.511-.197 1.028q-.055.518-.017 1.021Q10.08 6 8.78 7.318T7.48 10.5q0 1.883 1.319 3.201T12 15.019q1.552 0 2.745-.915t1.619-2.342q.453.15.936.228q.483.08.975.087q.304.007.515.2q.21.192.21.49v6.617q0 .672-.472 1.144T17.385 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="h79en8bgz"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:passport-spark-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.h79en8bgz) {
13
+ fill: currentColor;
14
+ d: path("M8.5 18.192h7v-.884h-7zm2.506-8.134q.075-.987.329-1.778q.253-.791.665-1.374q.412.582.666 1.374q.253.791.328 1.778zM12 14.037q-.412-.602-.666-1.384q-.253-.782-.328-1.71h1.988q-.075.928-.328 1.71q-.254.782-.666 1.384m-1.127-.075q-.984-.318-1.66-1.123t-.844-1.897h1.752q.031.722.218 1.476t.534 1.544m2.139 0q.367-.731.592-1.496q.225-.764.275-1.524h1.752q-.189 1.09-.892 1.897q-.704.805-1.727 1.123m-4.643-3.904q.189-1.148.921-1.983q.733-.835 1.737-1.094q-.406.615-.63 1.399q-.226.783-.276 1.678zm10.035-.366q-.15 0-.2-.15q-.362-1.39-1.359-2.387t-2.387-1.359q-.15-.05-.15-.2q0-.175.15-.2q1.39-.362 2.387-1.359t1.359-2.387q.05-.15.2-.15q.169 0 .2.15q.362 1.39 1.359 2.387t2.387 1.36q.15.024.15.2q0 .15-.15.2q-1.39.36-2.387 1.358q-.997.997-1.36 2.387q-.024.15-.2.15M5 21V3h7.486q-.127.264-.214.504q-.088.24-.155.496q-.113.49-.163.98q-.05.491-.012.982Q10.08 6 8.78 7.318T7.48 10.5q0 1.883 1.319 3.201T12 15.019q1.552 0 2.745-.915t1.619-2.342q.39.132.796.211t.84.104q.25.03.49.02q.24-.013.51-.06V21z");
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="eb-x7yb9r"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:passport-spark" {...props}></Icon>
11
+ <style>
12
+ :global(.eb-x7yb9r) {
13
+ fill: currentColor;
14
+ d: path("M8.5 18.192h7v-.884h-7zm2.506-8.134q.075-.987.329-1.778q.253-.791.665-1.374q.412.582.666 1.374q.253.791.328 1.778zM12 14.037q-.412-.602-.666-1.384q-.253-.782-.328-1.71h1.988q-.075.928-.328 1.71q-.254.782-.666 1.384m-1.127-.075q-.984-.318-1.66-1.123t-.844-1.897h1.752q.031.722.218 1.476t.534 1.544m2.139 0q.367-.731.592-1.496q.225-.764.275-1.524h1.752q-.189 1.09-.892 1.897q-.704.805-1.727 1.123m-4.643-3.904q.189-1.148.921-1.983q.733-.835 1.737-1.094q-.406.615-.63 1.399q-.226.783-.276 1.678zm10.035-.366q-.15 0-.2-.15q-.362-1.39-1.359-2.387t-2.387-1.359q-.15-.05-.15-.2q0-.175.15-.2q1.39-.362 2.387-1.359t1.359-2.387q.05-.15.2-.15q.169 0 .2.15q.362 1.39 1.359 2.387t2.387 1.36q.15.024.15.2q0 .15-.15.2q-1.39.36-2.387 1.358q-.997.997-1.36 2.387q-.024.15-.2.15M5 21V3h7.486q-.127.264-.214.504q-.088.24-.155.496q-.113.49-.163.98q-.05.491-.012.982Q10.08 6 8.78 7.318T7.48 10.5q0 1.883 1.319 3.201T12 15.019q1.552 0 2.745-.915t1.619-2.342q.39.132.796.211t.84.104q.25.03.49.02q.24-.013.51-.06v7.347q0 .672-.472 1.144T17.385 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="ju0yr0x7g"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:screen-spark-pause-outline-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.ju0yr0x7g) {
13
+ fill: currentColor;
14
+ d: path("M4 18V6v5.627v-.32zm.616 1q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v4.511q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357V6.616q0-.231-.192-.424T19.385 6H4.615q-.23 0-.423.192T4 6.616v10.769q0 .23.192.423t.423.192h6.224q.213 0 .356.143t.143.357t-.143.357t-.357.143zm10.549 1.893Q14 19.73 14 18.058t1.165-2.836T18 14.058t2.836 1.164T22 18.058q0 1.67-1.164 2.835Q19.67 22.058 18 22.058t-2.835-1.165m1.777-1.143q.162 0 .274-.111q.111-.112.111-.273V16.75q0-.161-.111-.273q-.112-.111-.274-.111t-.273.111t-.111.273v2.616q0 .161.111.273t.273.111m2.116 0q.161 0 .273-.111t.111-.273V16.75q0-.161-.111-.273t-.273-.111t-.273.111t-.112.273v2.616q0 .161.112.273q.111.111.273.111m-7.352-4.108q.53-1.375 1.575-2.39t2.419-1.527q-1.244-.373-2.191-1.327T12.2 8.054q-.05-.15-.2-.15t-.2.15q-.361 1.39-1.359 2.387q-.997.997-2.387 1.359q-.15.03-.15.2q0 .15.15.2q1.39.362 2.325 1.299t1.327 2.143");
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="gonz1hbgd"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:screen-spark-pause-outline-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.gonz1hbgd) {
13
+ fill: currentColor;
14
+ d: path("M4 18V6v5.627v-.32zm7.339 1H3V5h18v7.044q-.238-.133-.479-.235q-.24-.103-.521-.182V6H4v12h7.25q0 .256.017.506t.072.494m3.825 1.893Q14 19.73 14 18.058t1.165-2.836T18 14.058t2.836 1.164T22 18.058q0 1.67-1.164 2.835Q19.67 22.058 18 22.058t-2.835-1.165m1.393-1.143h.769v-3.384h-.77zm2.115 0h.77v-3.384h-.77zm-6.967-4.108q.53-1.375 1.575-2.39t2.419-1.527q-1.244-.373-2.191-1.327T12.2 8.054q-.05-.15-.2-.15t-.2.15q-.361 1.39-1.359 2.387q-.997.997-2.387 1.359q-.15.03-.15.2q0 .15.15.2q1.39.362 2.325 1.299t1.327 2.143");
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="e2b4g5bsv"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:screen-spark-pause-outline" {...props}></Icon>
11
+ <style>
12
+ :global(.e2b4g5bsv) {
13
+ fill: currentColor;
14
+ d: path("M4 18V6v5.627v-.32zm7.339 1H4.615q-.69 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v5.428q-.239-.132-.479-.235T20 11.627V6.616q0-.231-.192-.424T19.385 6H4.615q-.23 0-.423.192T4 6.616v10.769q0 .23.192.423t.423.192h6.635q0 .256.017.506t.072.494m3.825 1.893Q14 19.73 14 18.058t1.165-2.836T18 14.058t2.836 1.164T22 18.058q0 1.67-1.164 2.835Q19.67 22.058 18 22.058t-2.835-1.165m1.393-1.143h.769v-3.384h-.77zm2.115 0h.77v-3.384h-.77zm-6.967-4.108q.53-1.375 1.575-2.39t2.419-1.527q-1.244-.373-2.191-1.327T12.2 8.054q-.05-.15-.2-.15t-.2.15q-.361 1.39-1.359 2.387q-.997.997-2.387 1.359q-.15.03-.15.2q0 .15.15.2q1.39.362 2.325 1.299t1.327 2.143");
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="bzcq0zb9u"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:screen-spark-pause-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.bzcq0zb9u) {
13
+ fill: currentColor;
14
+ d: path("M15.165 20.893Q14 19.73 14 18.058t1.165-2.836T18 14.058t2.836 1.164T22 18.058q0 1.67-1.164 2.835Q19.67 22.058 18 22.058t-2.835-1.165m2.05-1.255q.112-.111.112-.273V16.75q0-.161-.111-.273q-.112-.111-.274-.111t-.273.111t-.111.273v2.616q0 .161.111.273t.273.111t.274-.111m2.115 0q.111-.112.111-.273V16.75q0-.161-.111-.273t-.273-.111t-.273.111t-.112.273v2.616q0 .161.112.273q.111.111.273.111t.273-.111M3 6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v4.4q0 .353-.301.55q-.301.196-.649.073q-.496-.16-1.004-.246T18 11.308q-.598 0-1.178.106q-.58.105-1.122.311q-1.315-.396-2.233-1.364T12.2 8.054q-.05-.15-.2-.15t-.2.15q-.361 1.39-1.359 2.387q-.997.997-2.387 1.359q-.15.03-.15.2q0 .15.15.2q1.319.35 2.278 1.248t1.374 2.194q-.254.62-.364 1.295t-.075 1.344q.012.298-.175.509q-.186.21-.478.21H4.615q-.69 0-1.153-.463T3 17.385z");
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="c697rwbjm"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:screen-spark-pause-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.c697rwbjm) {
13
+ fill: currentColor;
14
+ d: path("M15.165 20.893Q14 19.73 14 18.058t1.165-2.836T18 14.058t2.836 1.164T22 18.058q0 1.67-1.164 2.835Q19.67 22.058 18 22.058t-2.835-1.165m1.393-1.143h.769v-3.384h-.77zm2.115 0h.77v-3.384h-.77zM3 19V5h18v7.044q-.677-.35-1.43-.543T18 11.308q-.598 0-1.178.105q-.58.106-1.122.312q-1.315-.396-2.233-1.364T12.2 8.054q-.05-.15-.2-.15t-.2.15q-.361 1.39-1.359 2.387q-.997.997-2.387 1.359q-.15.03-.15.2q0 .15.15.2q1.319.35 2.278 1.248t1.374 2.194q-.225.562-.34 1.17q-.116.61-.116 1.246q0 .236.017.476q.018.241.072.466z");
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="fgqao58ui"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:screen-spark-pause" {...props}></Icon>
11
+ <style>
12
+ :global(.fgqao58ui) {
13
+ fill: currentColor;
14
+ d: path("M15.165 20.893Q14 19.73 14 18.058t1.165-2.836T18 14.058t2.836 1.164T22 18.058q0 1.67-1.164 2.835Q19.67 22.058 18 22.058t-2.835-1.165m1.393-1.143h.769v-3.384h-.77zm2.115 0h.77v-3.384h-.77zM4.616 19q-.691 0-1.154-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v5.428q-.677-.35-1.43-.543T18 11.308q-.598 0-1.178.106q-.58.105-1.122.311q-1.315-.396-2.233-1.364T12.2 8.054q-.05-.15-.2-.15t-.2.15q-.361 1.39-1.359 2.387q-.997.997-2.387 1.359q-.15.03-.15.2q0 .15.15.2q1.319.35 2.278 1.248t1.374 2.194q-.225.562-.34 1.17q-.116.61-.116 1.246q0 .236.017.476q.018.241.072.466z");
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="i4iacgb1v"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:split-scene-2-outline-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.i4iacgb1v) {
13
+ fill: currentColor;
14
+ d: path("M6.616 20q-.691 0-1.153-.462T5 18.384v-3q0-.213.143-.356q.144-.144.357-.144t.357.144q.143.143.143.356v3q0 .231.192.424t.423.192h10.77q.23 0 .423-.192t.192-.424v-3q0-.213.143-.356q.143-.144.357-.144t.357.144t.143.356v3q0 .691-.462 1.153T17.384 20zM3.5 12.5q-.213 0-.357-.143T3 12t.143-.357t.357-.143H5V5.616q0-.691.463-1.153T6.616 4h10.769q.69 0 1.153.463T19 5.616V11.5h1.5q.214 0 .357.143T21 12t-.143.357t-.357.143zm2.5-1h12V5.616q0-.231-.192-.424T17.384 5H6.616q-.231 0-.424.192T6 5.616zM18 19H6zm0-14H6z");
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="ounswac7d"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:split-scene-2-outline-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.ounswac7d) {
13
+ fill: currentColor;
14
+ d: path("M5 20v-5.115h1V19h12v-4.115h1V20zm-2-7.5v-1h2V4h14v7.5h2v1zm3-1h12V5H6zM18 19H6zm0-14H6z");
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="nop0-f7ne"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:split-scene-2-outline" {...props}></Icon>
11
+ <style>
12
+ :global(.nop0-f7ne) {
13
+ fill: currentColor;
14
+ d: path("M6.616 20q-.691 0-1.153-.462T5 18.384v-3.5h1v3.5q0 .231.192.424t.423.192h10.77q.23 0 .423-.192t.192-.424v-3.5h1v3.5q0 .691-.462 1.153T17.384 20zM3 12.5v-1h2V5.616q0-.691.463-1.153T6.616 4h10.769q.69 0 1.153.463T19 5.616V11.5h2v1zm3-1h12V5.616q0-.231-.192-.424T17.384 5H6.616q-.231 0-.424.192T6 5.616zM18 19H6zm0-14H6z");
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="k34qr1a1d"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:split-scene-2-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.k34qr1a1d) {
13
+ fill: currentColor;
14
+ d: path("M6.616 20q-.691 0-1.153-.462T5 18.384v-3q0-.213.143-.356q.144-.144.357-.144h13q.214 0 .357.144q.143.143.143.356v3q0 .691-.462 1.153T17.384 20zM3.5 12.5q-.213 0-.357-.143T3 12t.143-.357t.357-.143H5V5.616q0-.691.463-1.153T6.616 4h10.769q.69 0 1.153.463T19 5.616V11.5h1.5q.214 0 .357.143T21 12t-.143.357t-.357.143z");
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="bg5nmnbrk"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:split-scene-2-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.bg5nmnbrk) {
13
+ fill: currentColor;
14
+ d: path("M5 20v-5.115h14V20zm-2-7.5v-1h2V4h14v7.5h2v1z");
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="vfiw6-bmw"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:split-scene-2" {...props}></Icon>
11
+ <style>
12
+ :global(.vfiw6-bmw) {
13
+ fill: currentColor;
14
+ d: path("M6.616 20q-.691 0-1.153-.462T5 18.384v-3.5h14v3.5q0 .691-.462 1.153T17.384 20zM3 12.5v-1h2V5.616q0-.691.463-1.153T6.616 4h10.769q.69 0 1.153.463T19 5.616V11.5h2v1z");
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="rt54yhb8w"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:workspace-studio-outline" {...props}></Icon>
11
+ <style>
12
+ :global(.rt54yhb8w) {
13
+ fill: currentColor;
14
+ d: path("M12 21q-1.363 0-2.323-.942t-1.004-2.304q-.025-.685.226-1.322q.25-.636.732-1.116l3.335-3.31l-3.335-3.31q-.454-.448-.695-1.024q-.242-.576-.263-1.214q-.05-1.431.919-2.444T11.998 3q.668 0 1.275.246q.608.246 1.09.718l5.649 5.653q.473.478.73 1.091Q21 11.321 21 12t-.242 1.294t-.721 1.075l-5.673 5.654q-.48.479-1.087.728T12 21m-.004-1.025q.473 0 .9-.166q.429-.167.754-.5l5.748-5.748q.287-.323.444-.736q.158-.412.158-.854t-.157-.84t-.464-.731L13.65 4.677q-.333-.333-.757-.502q-.425-.17-.893-.17q-.979 0-1.653.675q-.674.674-.674 1.647q0 .489.17.906t.501.75l4.023 3.998l-4.023 4.023q-.332.333-.502.757t-.169.893q0 .97.674 1.645q.674.676 1.649.676m2.835-4.667q.1 0 .187-.037q.088-.036.163-.11l2.165-2.159q.218-.198.32-.458q.101-.26.101-.563t-.101-.554t-.32-.467L15.181 8.8q-.146-.146-.347-.146t-.367.146q-.146.166-.146.366q0 .201.146.348l2.05 2.044q.193.192.193.433q0 .24-.193.432l-2.05 2.03q-.146.166-.146.369t.15.338q.074.074.167.11q.094.038.193.038M5.86 20.006q-1.205 0-2.032-.864Q3 18.28 3 17.066q0-.61.227-1.15q.227-.541.656-.964l3.04-2.946l-3.04-2.947q-.43-.422-.656-.963T3 6.946q0-1.212.827-2.076t2.032-.864q.572 0 1.08.195t.915.607l1.261 1.255v1.421l-1.95-1.938q-.257-.258-.592-.399t-.7-.141q-.792 0-1.323.574q-.53.575-.53 1.383q0 .404.144.762t.427.621l3.74 3.66l-3.74 3.66q-.283.263-.427.624t-.145.77q0 .804.531 1.375q.53.57 1.323.57q.365 0 .7-.14q.335-.142.593-.4l1.95-1.836v1.41l-1.262 1.14q-.385.404-.904.615t-1.091.212m8.508-8.025");
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="rmcziz5_n"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:workspace-studio" {...props}></Icon>
11
+ <style>
12
+ :global(.rmcziz5_n) {
13
+ fill: currentColor;
14
+ d: path("M12 21q-1.362 0-2.322-.942q-.96-.943-1.005-2.304q-.025-.685.227-1.322t.73-1.116l3.335-3.31l-3.334-3.31q-.454-.448-.693-1.023t-.265-1.215q-.05-1.431.92-2.444T12 3q.666 0 1.275.242t1.089.721l5.647 5.654q.48.48.734 1.092T21 12.006q0 .665-.242 1.285t-.721 1.078l-5.673 5.654q-.48.479-1.089.728T12 21m-6.134-.994q-1.206 0-2.036-.868T3 17.066q0-.61.227-1.15t.656-.963l3.04-2.946l-3.04-2.947q-.43-.422-.656-.963T3 6.946q0-1.212.83-2.076t2.035-.864q.23 0 .452.04q.223.04.44.102q-.234.565-.364 1.161T6.29 6.527q.05 1.079.458 2.087t1.19 1.77l1.64 1.622l-1.64 1.621q-.856.83-1.275 1.927t-.374 2.263q.025.527.13 1.042q.105.514.32 1.004q-.217.062-.43.102q-.214.04-.443.04m8.602-4.844q.152.147.37.156q.217.01.344-.156l2.165-2.159q.218-.198.32-.458q.101-.26.101-.563t-.101-.554t-.32-.467L15.181 8.8q-.146-.146-.347-.146t-.367.146q-.146.166-.146.366q0 .201.146.348l2.05 2.044q.193.192.193.433q0 .24-.193.432l-2.05 2.03q-.146.166-.146.367t.146.342");
15
+ }
16
+
17
+ </style>
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "material-symbols-light",
3
3
  "info": {
4
4
  "name": "Material Symbols Light",
5
- "total": 15483,
5
+ "total": 15496,
6
6
  "author": {
7
7
  "name": "Google",
8
8
  "url": "https://github.com/google/material-design-icons"
@@ -28,5 +28,5 @@
28
28
  ],
29
29
  "palette": false
30
30
  },
31
- "lastModified": 1779951053
31
+ "lastModified": 1781153909
32
32
  }