@iconify-solid/material-symbols-light 1.0.15 → 1.0.17

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 (56) hide show
  1. package/components/a/audio-capture-rounded.jsx +18 -0
  2. package/components/a/audio-capture-sharp.jsx +18 -0
  3. package/components/a/audio-capture.jsx +18 -0
  4. package/components/c/car-spark-outline-rounded.jsx +18 -0
  5. package/components/c/car-spark-outline-sharp.jsx +18 -0
  6. package/components/c/car-spark-outline.jsx +18 -0
  7. package/components/c/car-spark-rounded.jsx +18 -0
  8. package/components/c/car-spark-sharp.jsx +18 -0
  9. package/components/c/car-spark.jsx +18 -0
  10. package/components/c/credit-card-spark-outline-rounded.jsx +18 -0
  11. package/components/c/credit-card-spark-outline-sharp.jsx +18 -0
  12. package/components/c/credit-card-spark-outline.jsx +18 -0
  13. package/components/c/credit-card-spark-rounded.jsx +18 -0
  14. package/components/c/credit-card-spark-sharp.jsx +18 -0
  15. package/components/c/credit-card-spark.jsx +18 -0
  16. package/components/f/flight-spark-rounded.jsx +18 -0
  17. package/components/f/flight-spark.jsx +18 -0
  18. package/components/l/light-mode-auto-outline-rounded.jsx +18 -0
  19. package/components/l/light-mode-auto-outline.jsx +18 -0
  20. package/components/l/light-mode-auto-rounded.jsx +18 -0
  21. package/components/l/light-mode-auto.jsx +18 -0
  22. package/components/l/local-shipping-spark-outline-rounded.jsx +18 -0
  23. package/components/l/local-shipping-spark-outline.jsx +18 -0
  24. package/components/l/local-shipping-spark-rounded.jsx +18 -0
  25. package/components/l/local-shipping-spark.jsx +18 -0
  26. package/components/m/mail-spark-outline-rounded.jsx +18 -0
  27. package/components/m/mail-spark-outline-sharp.jsx +18 -0
  28. package/components/m/mail-spark-outline.jsx +18 -0
  29. package/components/m/mail-spark-rounded.jsx +18 -0
  30. package/components/m/mail-spark-sharp.jsx +18 -0
  31. package/components/m/mail-spark.jsx +18 -0
  32. package/components/p/passport-spark-outline-rounded.jsx +18 -0
  33. package/components/p/passport-spark-outline-sharp.jsx +18 -0
  34. package/components/p/passport-spark-outline.jsx +18 -0
  35. package/components/p/passport-spark-rounded.jsx +18 -0
  36. package/components/p/passport-spark-sharp.jsx +18 -0
  37. package/components/p/passport-spark.jsx +18 -0
  38. package/components/s/screen-spark-pause-outline-rounded.jsx +18 -0
  39. package/components/s/screen-spark-pause-outline-sharp.jsx +18 -0
  40. package/components/s/screen-spark-pause-outline.jsx +18 -0
  41. package/components/s/screen-spark-pause-rounded.jsx +18 -0
  42. package/components/s/screen-spark-pause-sharp.jsx +18 -0
  43. package/components/s/screen-spark-pause.jsx +18 -0
  44. package/components/s/split-scene-2-outline-rounded.jsx +18 -0
  45. package/components/s/split-scene-2-outline-sharp.jsx +18 -0
  46. package/components/s/split-scene-2-outline.jsx +18 -0
  47. package/components/s/split-scene-2-rounded.jsx +18 -0
  48. package/components/s/split-scene-2-sharp.jsx +18 -0
  49. package/components/s/split-scene-2.jsx +18 -0
  50. package/components/w/walk-bike-rounded.jsx +18 -0
  51. package/components/w/walk-bike-sharp.jsx +18 -0
  52. package/components/w/walk-bike.jsx +18 -0
  53. package/components/w/workspace-studio-outline.jsx +18 -0
  54. package/components/w/workspace-studio.jsx +18 -0
  55. package/iconify.json +2 -2
  56. package/package.json +229 -13
@@ -0,0 +1,18 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+ const content = `<style>.oh6nuheqp {
6
+ fill: currentColor;
7
+ d: path("m12 12.116l8-5.212L19.692 6L12 11L4.308 6L4 6.904zM11.964 19H4.615q-.69 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v5.89q-.602-.27-1.249-.426q-.647-.157-1.347-.157q-2.681 0-4.581 1.9t-1.9 4.58q0 .15.009.305q.008.154.031.292m6.44 3.5q-.15 0-.2-.15q-.36-1.39-1.358-2.387q-.997-.997-2.387-1.36q-.15-.05-.15-.2q0-.174.15-.2q1.39-.36 2.387-1.358q.997-.997 1.359-2.387q.05-.15.2-.15q.169 0 .2.15q.361 1.39 1.358 2.387t2.388 1.359q.15.025.15.2q0 .15-.15.2q-1.39.362-2.388 1.359t-1.358 2.387q-.025.15-.2.15");
8
+ }
9
+ </style><path class="oh6nuheqp"/>`;
10
+
11
+ /** @param props {{width?: string; height?: string;}} */
12
+ function Component(props) {
13
+ const [local, others] = splitProps(props, ["width","height"]);
14
+
15
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:mail-spark"} {...others} />);
16
+ }
17
+
18
+ export default Component;
@@ -0,0 +1,18 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+ const content = `<style>.dd56a1byr {
6
+ fill: currentColor;
7
+ 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");
8
+ }
9
+ </style><path class="dd56a1byr"/>`;
10
+
11
+ /** @param props {{width?: string; height?: string;}} */
12
+ function Component(props) {
13
+ const [local, others] = splitProps(props, ["width","height"]);
14
+
15
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:passport-spark-outline-rounded"} {...others} />);
16
+ }
17
+
18
+ export default Component;
@@ -0,0 +1,18 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+ const content = `<style>.oyo3pdbxs {
6
+ fill: currentColor;
7
+ 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");
8
+ }
9
+ </style><path class="oyo3pdbxs"/>`;
10
+
11
+ /** @param props {{width?: string; height?: string;}} */
12
+ function Component(props) {
13
+ const [local, others] = splitProps(props, ["width","height"]);
14
+
15
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:passport-spark-outline-sharp"} {...others} />);
16
+ }
17
+
18
+ export default Component;
@@ -0,0 +1,18 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+ const content = `<style>.xxxp1ebbn {
6
+ fill: currentColor;
7
+ 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");
8
+ }
9
+ </style><path class="xxxp1ebbn"/>`;
10
+
11
+ /** @param props {{width?: string; height?: string;}} */
12
+ function Component(props) {
13
+ const [local, others] = splitProps(props, ["width","height"]);
14
+
15
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:passport-spark-outline"} {...others} />);
16
+ }
17
+
18
+ export default Component;
@@ -0,0 +1,18 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+ const content = `<style>.uv47stb3i {
6
+ fill: currentColor;
7
+ 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");
8
+ }
9
+ </style><path class="uv47stb3i"/>`;
10
+
11
+ /** @param props {{width?: string; height?: string;}} */
12
+ function Component(props) {
13
+ const [local, others] = splitProps(props, ["width","height"]);
14
+
15
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:passport-spark-rounded"} {...others} />);
16
+ }
17
+
18
+ export default Component;
@@ -0,0 +1,18 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+ const content = `<style>.h79en8bgz {
6
+ fill: currentColor;
7
+ 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");
8
+ }
9
+ </style><path class="h79en8bgz"/>`;
10
+
11
+ /** @param props {{width?: string; height?: string;}} */
12
+ function Component(props) {
13
+ const [local, others] = splitProps(props, ["width","height"]);
14
+
15
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:passport-spark-sharp"} {...others} />);
16
+ }
17
+
18
+ export default Component;
@@ -0,0 +1,18 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+ const content = `<style>.eb-x7yb9r {
6
+ fill: currentColor;
7
+ 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");
8
+ }
9
+ </style><path class="eb-x7yb9r"/>`;
10
+
11
+ /** @param props {{width?: string; height?: string;}} */
12
+ function Component(props) {
13
+ const [local, others] = splitProps(props, ["width","height"]);
14
+
15
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:passport-spark"} {...others} />);
16
+ }
17
+
18
+ export default Component;
@@ -0,0 +1,18 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+ const content = `<style>.ju0yr0x7g {
6
+ fill: currentColor;
7
+ 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");
8
+ }
9
+ </style><path class="ju0yr0x7g"/>`;
10
+
11
+ /** @param props {{width?: string; height?: string;}} */
12
+ function Component(props) {
13
+ const [local, others] = splitProps(props, ["width","height"]);
14
+
15
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:screen-spark-pause-outline-rounded"} {...others} />);
16
+ }
17
+
18
+ export default Component;
@@ -0,0 +1,18 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+ const content = `<style>.gonz1hbgd {
6
+ fill: currentColor;
7
+ 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");
8
+ }
9
+ </style><path class="gonz1hbgd"/>`;
10
+
11
+ /** @param props {{width?: string; height?: string;}} */
12
+ function Component(props) {
13
+ const [local, others] = splitProps(props, ["width","height"]);
14
+
15
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:screen-spark-pause-outline-sharp"} {...others} />);
16
+ }
17
+
18
+ export default Component;
@@ -0,0 +1,18 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+ const content = `<style>.e2b4g5bsv {
6
+ fill: currentColor;
7
+ 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");
8
+ }
9
+ </style><path class="e2b4g5bsv"/>`;
10
+
11
+ /** @param props {{width?: string; height?: string;}} */
12
+ function Component(props) {
13
+ const [local, others] = splitProps(props, ["width","height"]);
14
+
15
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:screen-spark-pause-outline"} {...others} />);
16
+ }
17
+
18
+ export default Component;
@@ -0,0 +1,18 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+ const content = `<style>.bzcq0zb9u {
6
+ fill: currentColor;
7
+ 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");
8
+ }
9
+ </style><path class="bzcq0zb9u"/>`;
10
+
11
+ /** @param props {{width?: string; height?: string;}} */
12
+ function Component(props) {
13
+ const [local, others] = splitProps(props, ["width","height"]);
14
+
15
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:screen-spark-pause-rounded"} {...others} />);
16
+ }
17
+
18
+ export default Component;
@@ -0,0 +1,18 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+ const content = `<style>.c697rwbjm {
6
+ fill: currentColor;
7
+ 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");
8
+ }
9
+ </style><path class="c697rwbjm"/>`;
10
+
11
+ /** @param props {{width?: string; height?: string;}} */
12
+ function Component(props) {
13
+ const [local, others] = splitProps(props, ["width","height"]);
14
+
15
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:screen-spark-pause-sharp"} {...others} />);
16
+ }
17
+
18
+ export default Component;
@@ -0,0 +1,18 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+ const content = `<style>.fgqao58ui {
6
+ fill: currentColor;
7
+ 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");
8
+ }
9
+ </style><path class="fgqao58ui"/>`;
10
+
11
+ /** @param props {{width?: string; height?: string;}} */
12
+ function Component(props) {
13
+ const [local, others] = splitProps(props, ["width","height"]);
14
+
15
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:screen-spark-pause"} {...others} />);
16
+ }
17
+
18
+ export default Component;
@@ -0,0 +1,18 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+ const content = `<style>.i4iacgb1v {
6
+ fill: currentColor;
7
+ 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");
8
+ }
9
+ </style><path class="i4iacgb1v"/>`;
10
+
11
+ /** @param props {{width?: string; height?: string;}} */
12
+ function Component(props) {
13
+ const [local, others] = splitProps(props, ["width","height"]);
14
+
15
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:split-scene-2-outline-rounded"} {...others} />);
16
+ }
17
+
18
+ export default Component;
@@ -0,0 +1,18 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+ const content = `<style>.ounswac7d {
6
+ fill: currentColor;
7
+ d: path("M5 20v-5.115h1V19h12v-4.115h1V20zm-2-7.5v-1h2V4h14v7.5h2v1zm3-1h12V5H6zM18 19H6zm0-14H6z");
8
+ }
9
+ </style><path class="ounswac7d"/>`;
10
+
11
+ /** @param props {{width?: string; height?: string;}} */
12
+ function Component(props) {
13
+ const [local, others] = splitProps(props, ["width","height"]);
14
+
15
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:split-scene-2-outline-sharp"} {...others} />);
16
+ }
17
+
18
+ export default Component;
@@ -0,0 +1,18 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+ const content = `<style>.nop0-f7ne {
6
+ fill: currentColor;
7
+ 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");
8
+ }
9
+ </style><path class="nop0-f7ne"/>`;
10
+
11
+ /** @param props {{width?: string; height?: string;}} */
12
+ function Component(props) {
13
+ const [local, others] = splitProps(props, ["width","height"]);
14
+
15
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:split-scene-2-outline"} {...others} />);
16
+ }
17
+
18
+ export default Component;
@@ -0,0 +1,18 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+ const content = `<style>.k34qr1a1d {
6
+ fill: currentColor;
7
+ 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");
8
+ }
9
+ </style><path class="k34qr1a1d"/>`;
10
+
11
+ /** @param props {{width?: string; height?: string;}} */
12
+ function Component(props) {
13
+ const [local, others] = splitProps(props, ["width","height"]);
14
+
15
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:split-scene-2-rounded"} {...others} />);
16
+ }
17
+
18
+ export default Component;
@@ -0,0 +1,18 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+ const content = `<style>.bg5nmnbrk {
6
+ fill: currentColor;
7
+ d: path("M5 20v-5.115h14V20zm-2-7.5v-1h2V4h14v7.5h2v1z");
8
+ }
9
+ </style><path class="bg5nmnbrk"/>`;
10
+
11
+ /** @param props {{width?: string; height?: string;}} */
12
+ function Component(props) {
13
+ const [local, others] = splitProps(props, ["width","height"]);
14
+
15
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:split-scene-2-sharp"} {...others} />);
16
+ }
17
+
18
+ export default Component;
@@ -0,0 +1,18 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+ const content = `<style>.vfiw6-bmw {
6
+ fill: currentColor;
7
+ 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");
8
+ }
9
+ </style><path class="vfiw6-bmw"/>`;
10
+
11
+ /** @param props {{width?: string; height?: string;}} */
12
+ function Component(props) {
13
+ const [local, others] = splitProps(props, ["width","height"]);
14
+
15
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:split-scene-2"} {...others} />);
16
+ }
17
+
18
+ export default Component;
@@ -0,0 +1,18 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+ const content = `<style>.x__bdfcgm {
6
+ fill: currentColor;
7
+ d: path("m6.48 13.058l-.932 5.444q-.05.235-.21.366q-.16.132-.394.132q-.277 0-.471-.215q-.194-.216-.138-.493L6.019 7.875l-2.403.973v1.421q0 .252-.182.434T3 10.885t-.434-.182t-.181-.434V8.754q0-.34.182-.61t.492-.405l3.664-1.477q.402-.148.786-.013q.383.136.525.501q.075.15.175.618t.404.965t.87.889t1.536.394q.272 0 .453.172q.182.172.182.443t-.182.443t-.453.172q-.788 0-1.38-.234t-1.204-.648l-.458 2.613l1.548 1.511q.167.149.254.356q.087.208.087.437v3.504q0 .252-.182.433T9.25 19t-.434-.182t-.182-.434v-3.268zm.436-8.032q-.377-.378-.377-.93t.377-.94t.93-.387t.92.388t.369.94q0 .551-.369.929q-.368.378-.92.378t-.93-.378m11.315 15.98q-1.366 0-2.39-.819t-1.347-2.072H12q-.213 0-.357-.143q-.143-.143-.143-.357q0-.213.143-.356t.357-.144h2.385q-.008-.857.343-1.61q.35-.753 1.036-1.274h-2.802q-.214 0-.357-.143t-.143-.357t.143-.357t.357-.143h3.411l-.752-2.25q-.057-.192-.211-.317t-.366-.125H14.04q-.214 0-.357-.144t-.143-.356t.143-.357t.357-.143h1.005q.535 0 .954.304t.58.815l.876 2.702q.182-.044.379-.061q.196-.016.398-.016q1.605 0 2.748 1.133q1.142 1.132 1.142 2.738t-1.142 2.729t-2.748 1.123m0-.987q1.204 0 2.044-.84t.84-2.044q0-1.187-.825-2.005t-2.007-.841q-.135 0-.26.009q-.125.01-.24.048l.783 2.387l-.958.317l-.783-2.38q-.644.35-1.042 1.004q-.398.655-.398 1.46q0 1.204.83 2.045q.831.84 2.016.84");
8
+ }
9
+ </style><path class="x__bdfcgm"/>`;
10
+
11
+ /** @param props {{width?: string; height?: string;}} */
12
+ function Component(props) {
13
+ const [local, others] = splitProps(props, ["width","height"]);
14
+
15
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:walk-bike-rounded"} {...others} />);
16
+ }
17
+
18
+ export default Component;
@@ -0,0 +1,18 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+ const content = `<style>.cfcbt3bia {
6
+ fill: currentColor;
7
+ d: path("M4.212 19L6.018 7.875l-2.403.973v2.036h-1.23V8.018l4.338-1.755q.402-.148.786-.013q.383.136.525.501q.075.15.175.618t.404.965t.87.889t1.536.394h.635v1.23h-.635q-.788 0-1.38-.234t-1.204-.648l-.458 2.613l1.889 1.846V19H8.635v-3.884L6.48 13.058L5.46 19zM6.916 5.026q-.378-.378-.378-.93t.378-.94t.93-.387t.92.388t.368.94q0 .551-.368.929t-.92.378t-.93-.378m11.315 15.98q-1.366 0-2.39-.819t-1.347-2.072H11.5l.5-1h2.385q-.008-.857.343-1.61q.35-.753 1.036-1.274h-3.302l.5-1h3.411l-.887-2.692H13.54v-1h2.667l1.248 3.82q.183-.043.379-.06q.196-.016.398-.016q1.606 0 2.748 1.133q1.142 1.132 1.142 2.738t-1.142 2.729t-2.748 1.123m0-.987q1.204 0 2.044-.84t.84-2.044q0-1.187-.825-2.005t-2.007-.841q-.135 0-.26.009q-.125.01-.24.048l.783 2.387l-.958.317l-.783-2.38q-.644.35-1.042 1.004q-.398.655-.398 1.46q0 1.204.83 2.045q.831.84 2.016.84");
8
+ }
9
+ </style><path class="cfcbt3bia"/>`;
10
+
11
+ /** @param props {{width?: string; height?: string;}} */
12
+ function Component(props) {
13
+ const [local, others] = splitProps(props, ["width","height"]);
14
+
15
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:walk-bike-sharp"} {...others} />);
16
+ }
17
+
18
+ export default Component;
@@ -0,0 +1,18 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+ const content = `<style>.xov3zfbpa {
6
+ fill: currentColor;
7
+ d: path("M4.212 19L6.018 7.875l-2.403.973v2.036h-1.23v-2.13q0-.34.182-.61t.492-.406l3.664-1.477q.402-.148.786-.012q.383.135.525.501q.075.15.175.618t.404.965t.87.889q.569.394 1.536.394h.635v1.23h-.635q-.788 0-1.38-.235t-1.204-.648l-.458 2.614l1.548 1.511q.167.149.254.356q.087.208.087.437V19H8.635v-3.884L6.48 13.058L5.46 19zM6.916 5.026q-.378-.378-.378-.93t.378-.94t.93-.387t.92.388t.368.94q0 .551-.368.929t-.92.378t-.93-.378m11.315 15.98q-1.366 0-2.39-.819t-1.347-2.072H11.5l.5-1h2.385q-.008-.857.343-1.61q.35-.753 1.036-1.274h-3.302l.5-1h3.411l-.752-2.25q-.057-.192-.211-.317t-.366-.125H13.54v-1h1.505q.535 0 .954.304t.58.815l.876 2.702q.182-.044.379-.061q.196-.016.398-.016q1.605 0 2.748 1.133q1.142 1.132 1.142 2.738t-1.142 2.729t-2.748 1.123m0-.987q1.204 0 2.044-.84t.84-2.044q0-1.187-.825-2.005t-2.007-.841q-.135 0-.26.009q-.125.01-.24.048l.783 2.387l-.958.317l-.783-2.38q-.644.35-1.042 1.004q-.398.655-.398 1.46q0 1.204.83 2.045q.831.84 2.016.84");
8
+ }
9
+ </style><path class="xov3zfbpa"/>`;
10
+
11
+ /** @param props {{width?: string; height?: string;}} */
12
+ function Component(props) {
13
+ const [local, others] = splitProps(props, ["width","height"]);
14
+
15
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:walk-bike"} {...others} />);
16
+ }
17
+
18
+ export default Component;
@@ -0,0 +1,18 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+ const content = `<style>.rt54yhb8w {
6
+ fill: currentColor;
7
+ 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");
8
+ }
9
+ </style><path class="rt54yhb8w"/>`;
10
+
11
+ /** @param props {{width?: string; height?: string;}} */
12
+ function Component(props) {
13
+ const [local, others] = splitProps(props, ["width","height"]);
14
+
15
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:workspace-studio-outline"} {...others} />);
16
+ }
17
+
18
+ export default Component;
@@ -0,0 +1,18 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+ const content = `<style>.rmcziz5_n {
6
+ fill: currentColor;
7
+ 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");
8
+ }
9
+ </style><path class="rmcziz5_n"/>`;
10
+
11
+ /** @param props {{width?: string; height?: string;}} */
12
+ function Component(props) {
13
+ const [local, others] = splitProps(props, ["width","height"]);
14
+
15
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"material-symbols-light:workspace-studio"} {...others} />);
16
+ }
17
+
18
+ export default Component;
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": 15473,
5
+ "total": 15524,
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": 1779514341
31
+ "lastModified": 1780375090
32
32
  }