@iconify-react/material-symbols-light 1.0.17 → 1.0.19

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.jsx +22 -0
  2. package/components/c/car-spark-outline-sharp.jsx +22 -0
  3. package/components/c/car-spark-outline.jsx +22 -0
  4. package/components/c/car-spark-rounded.jsx +22 -0
  5. package/components/c/car-spark-sharp.jsx +22 -0
  6. package/components/c/car-spark.jsx +22 -0
  7. package/components/c/credit-card-spark-outline-rounded.jsx +22 -0
  8. package/components/c/credit-card-spark-outline-sharp.jsx +22 -0
  9. package/components/c/credit-card-spark-outline.jsx +22 -0
  10. package/components/c/credit-card-spark-rounded.jsx +22 -0
  11. package/components/c/credit-card-spark-sharp.jsx +22 -0
  12. package/components/c/credit-card-spark.jsx +22 -0
  13. package/components/d/drive-file-rename-outline-rounded.jsx +22 -0
  14. package/components/d/drive-file-rename-outline-sharp.jsx +22 -0
  15. package/components/d/drive-file-rename-outline.jsx +22 -0
  16. package/components/d/drive-file-rename-rounded.jsx +22 -0
  17. package/components/d/drive-file-rename-sharp.jsx +22 -0
  18. package/components/d/drive-file-rename.jsx +22 -0
  19. package/components/f/flight-spark-rounded.jsx +22 -0
  20. package/components/f/flight-spark.jsx +22 -0
  21. package/components/l/local-shipping-spark-outline-rounded.jsx +22 -0
  22. package/components/l/local-shipping-spark-outline.jsx +22 -0
  23. package/components/l/local-shipping-spark-rounded.jsx +22 -0
  24. package/components/l/local-shipping-spark.jsx +22 -0
  25. package/components/m/mail-spark-outline-rounded.jsx +22 -0
  26. package/components/m/mail-spark-outline-sharp.jsx +22 -0
  27. package/components/m/mail-spark-outline.jsx +22 -0
  28. package/components/m/mail-spark-rounded.jsx +22 -0
  29. package/components/m/mail-spark-sharp.jsx +22 -0
  30. package/components/m/mail-spark.jsx +22 -0
  31. package/components/m/mobile-dock-outline-rounded.jsx +22 -0
  32. package/components/m/mobile-dock-outline-sharp.jsx +22 -0
  33. package/components/m/mobile-dock-outline.jsx +22 -0
  34. package/components/m/mobile-dock-rounded.jsx +22 -0
  35. package/components/m/mobile-dock-sharp.jsx +22 -0
  36. package/components/m/mobile-dock.jsx +22 -0
  37. package/components/p/passport-spark-outline-rounded.jsx +22 -0
  38. package/components/p/passport-spark-outline-sharp.jsx +22 -0
  39. package/components/p/passport-spark-outline.jsx +22 -0
  40. package/components/p/passport-spark-rounded.jsx +22 -0
  41. package/components/p/passport-spark-sharp.jsx +22 -0
  42. package/components/p/passport-spark.jsx +22 -0
  43. package/components/s/screen-spark-pause-outline-rounded.jsx +22 -0
  44. package/components/s/screen-spark-pause-outline-sharp.jsx +22 -0
  45. package/components/s/screen-spark-pause-outline.jsx +22 -0
  46. package/components/s/screen-spark-pause-rounded.jsx +22 -0
  47. package/components/s/screen-spark-pause-sharp.jsx +22 -0
  48. package/components/s/screen-spark-pause.jsx +22 -0
  49. package/components/s/split-scene-2-outline-rounded.jsx +22 -0
  50. package/components/s/split-scene-2-outline-sharp.jsx +22 -0
  51. package/components/s/split-scene-2-outline.jsx +22 -0
  52. package/components/s/split-scene-2-rounded.jsx +22 -0
  53. package/components/s/split-scene-2-sharp.jsx +22 -0
  54. package/components/s/split-scene-2.jsx +22 -0
  55. package/components/w/workspace-studio-outline.jsx +22 -0
  56. package/components/w/workspace-studio.jsx +22 -0
  57. package/iconify.json +2 -2
  58. package/package.json +237 -13
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.jlzjzn_rv {
14
+ fill: currentColor;
15
+ d: path("M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v5.201q0 .243-.195.383t-.432.054q-1.71-.562-3.466-.154t-3.078 1.729q-.921.921-1.409 2.107q-.487 1.185-.486 2.487q.012.223-.15.4q-.161.177-.378.177zm13.788 3.5q-.15 0-.2-.15q-.362-1.39-1.359-2.387t-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.15M12 11L4.82 6.32q-.195-.122-.402-.045t-.264.289q-.058.148-.015.306q.042.159.184.246l7.108 4.638q.269.165.569.165t.57-.165l7.107-4.638q.142-.087.194-.246t-.025-.307q-.057-.211-.264-.279q-.207-.067-.401.054z");
16
+ }
17
+ </style><path class="jlzjzn_rv"/>`,
18
+ "fallback": "material-symbols-light:mail-spark-rounded",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.biw0robjw {
14
+ fill: currentColor;
15
+ d: path("m12 12.116l8-5.212L19.692 6L12 11L4.308 6L4 6.904zM11.964 19H3V5h18v7.506q-.602-.27-1.251-.426t-1.345-.157q-2.681 0-4.581 1.9t-1.9 4.58q0 .16.009.309t.031.288m6.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");
16
+ }
17
+ </style><path class="biw0robjw"/>`,
18
+ "fallback": "material-symbols-light:mail-spark-sharp",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.oh6nuheqp {
14
+ fill: currentColor;
15
+ 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");
16
+ }
17
+ </style><path class="oh6nuheqp"/>`,
18
+ "fallback": "material-symbols-light:mail-spark",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.wa3htac5u {
14
+ fill: currentColor;
15
+ d: path("M16.192 16.385V3.614q0-.269-.173-.442T15.577 3H8.423q-.27 0-.442.173q-.173.173-.173.443v12.769q0 .269.173.442t.442.173h7.154q.27 0 .442-.173q.173-.173.173-.443M12.588 6.086q.22-.222.22-.549t-.222-.547t-.549-.22t-.548.22t-.22.55t.222.547t.549.22t.548-.22m-4.78 10.298V17V3zM8.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");
16
+ }
17
+ </style><path class="wa3htac5u"/>`,
18
+ "fallback": "material-symbols-light:mobile-dock-outline-rounded",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.t52si_s1w {
14
+ fill: currentColor;
15
+ d: path("M8.5 21.52v-1h7v1zM16.192 17V3H7.808v14zM12.588 6.086q.22-.222.22-.549t-.222-.547t-.549-.22t-.548.22t-.22.55t.222.547t.549.22t.548-.22M7.808 3v14zm-1 15V2h10.384v3.723h.731v2.9h-.73V18z");
16
+ }
17
+ </style><path class="t52si_s1w"/>`,
18
+ "fallback": "material-symbols-light:mobile-dock-outline-sharp",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.au1b6v6pg {
14
+ fill: currentColor;
15
+ d: path("M16.192 16.385V3.614q0-.269-.173-.442T15.577 3H8.423q-.27 0-.442.173q-.173.173-.173.443v12.769q0 .269.173.442t.442.173h7.154q.27 0 .442-.173q.173-.173.173-.443M12.588 6.089q.22-.22.22-.55q0-.329-.22-.549t-.55-.22t-.548.22t-.22.55t.22.549t.549.22t.549-.22m-4.78 10.296V17V3zm9.384-12.769v2.127q.31-.002.52.24t.211.55v1.281q0 .31-.21.551q-.211.242-.52.24v7.78q0 .672-.473 1.144q-.472.472-1.143.472H8.423q-.671 0-1.143-.472t-.472-1.144V3.616q0-.672.472-1.144T8.423 2h7.154q.671 0 1.143.472t.472 1.144M8.5 21.519v-1h7v1z");
16
+ }
17
+ </style><path class="au1b6v6pg"/>`,
18
+ "fallback": "material-symbols-light:mobile-dock-outline",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.eeaw7aciq {
14
+ fill: currentColor;
15
+ 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");
16
+ }
17
+ </style><path class="eeaw7aciq"/>`,
18
+ "fallback": "material-symbols-light:mobile-dock-rounded",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.prbei6b4s {
14
+ fill: currentColor;
15
+ 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");
16
+ }
17
+ </style><path class="prbei6b4s"/>`,
18
+ "fallback": "material-symbols-light:mobile-dock-sharp",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.ldwngebjg {
14
+ fill: currentColor;
15
+ 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");
16
+ }
17
+ </style><path class="ldwngebjg"/>`,
18
+ "fallback": "material-symbols-light:mobile-dock",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.dd56a1byr {
14
+ fill: currentColor;
15
+ 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");
16
+ }
17
+ </style><path class="dd56a1byr"/>`,
18
+ "fallback": "material-symbols-light:passport-spark-outline-rounded",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.oyo3pdbxs {
14
+ fill: currentColor;
15
+ 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");
16
+ }
17
+ </style><path class="oyo3pdbxs"/>`,
18
+ "fallback": "material-symbols-light:passport-spark-outline-sharp",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.xxxp1ebbn {
14
+ fill: currentColor;
15
+ 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");
16
+ }
17
+ </style><path class="xxxp1ebbn"/>`,
18
+ "fallback": "material-symbols-light:passport-spark-outline",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.uv47stb3i {
14
+ fill: currentColor;
15
+ 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");
16
+ }
17
+ </style><path class="uv47stb3i"/>`,
18
+ "fallback": "material-symbols-light:passport-spark-rounded",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.h79en8bgz {
14
+ fill: currentColor;
15
+ 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");
16
+ }
17
+ </style><path class="h79en8bgz"/>`,
18
+ "fallback": "material-symbols-light:passport-spark-sharp",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.eb-x7yb9r {
14
+ fill: currentColor;
15
+ 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");
16
+ }
17
+ </style><path class="eb-x7yb9r"/>`,
18
+ "fallback": "material-symbols-light:passport-spark",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.ju0yr0x7g {
14
+ fill: currentColor;
15
+ 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");
16
+ }
17
+ </style><path class="ju0yr0x7g"/>`,
18
+ "fallback": "material-symbols-light:screen-spark-pause-outline-rounded",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.gonz1hbgd {
14
+ fill: currentColor;
15
+ 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");
16
+ }
17
+ </style><path class="gonz1hbgd"/>`,
18
+ "fallback": "material-symbols-light:screen-spark-pause-outline-sharp",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.e2b4g5bsv {
14
+ fill: currentColor;
15
+ 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");
16
+ }
17
+ </style><path class="e2b4g5bsv"/>`,
18
+ "fallback": "material-symbols-light:screen-spark-pause-outline",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.bzcq0zb9u {
14
+ fill: currentColor;
15
+ 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");
16
+ }
17
+ </style><path class="bzcq0zb9u"/>`,
18
+ "fallback": "material-symbols-light:screen-spark-pause-rounded",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.c697rwbjm {
14
+ fill: currentColor;
15
+ 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");
16
+ }
17
+ </style><path class="c697rwbjm"/>`,
18
+ "fallback": "material-symbols-light:screen-spark-pause-sharp",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.fgqao58ui {
14
+ fill: currentColor;
15
+ 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");
16
+ }
17
+ </style><path class="fgqao58ui"/>`,
18
+ "fallback": "material-symbols-light:screen-spark-pause",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.i4iacgb1v {
14
+ fill: currentColor;
15
+ 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");
16
+ }
17
+ </style><path class="i4iacgb1v"/>`,
18
+ "fallback": "material-symbols-light:split-scene-2-outline-rounded",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.ounswac7d {
14
+ fill: currentColor;
15
+ d: path("M5 20v-5.115h1V19h12v-4.115h1V20zm-2-7.5v-1h2V4h14v7.5h2v1zm3-1h12V5H6zM18 19H6zm0-14H6z");
16
+ }
17
+ </style><path class="ounswac7d"/>`,
18
+ "fallback": "material-symbols-light:split-scene-2-outline-sharp",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.nop0-f7ne {
14
+ fill: currentColor;
15
+ 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");
16
+ }
17
+ </style><path class="nop0-f7ne"/>`,
18
+ "fallback": "material-symbols-light:split-scene-2-outline",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.k34qr1a1d {
14
+ fill: currentColor;
15
+ 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");
16
+ }
17
+ </style><path class="k34qr1a1d"/>`,
18
+ "fallback": "material-symbols-light:split-scene-2-rounded",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.bg5nmnbrk {
14
+ fill: currentColor;
15
+ d: path("M5 20v-5.115h14V20zm-2-7.5v-1h2V4h14v7.5h2v1z");
16
+ }
17
+ </style><path class="bg5nmnbrk"/>`,
18
+ "fallback": "material-symbols-light:split-scene-2-sharp",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @param {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.vfiw6-bmw {
14
+ fill: currentColor;
15
+ 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");
16
+ }
17
+ </style><path class="vfiw6-bmw"/>`,
18
+ "fallback": "material-symbols-light:split-scene-2",
19
+ });
20
+ }
21
+
22
+ export default Component;