@iconify-solid/material-symbols 1.0.3 → 1.0.5

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 (70) hide show
  1. package/components/b/blinds-2-closed-outline-rounded.jsx +18 -0
  2. package/components/b/blinds-2-closed-outline.jsx +18 -0
  3. package/components/b/blinds-2-closed-rounded.jsx +18 -0
  4. package/components/b/blinds-2-closed.jsx +18 -0
  5. package/components/b/blinds-2-outline-rounded.jsx +18 -0
  6. package/components/b/blinds-2-outline.jsx +18 -0
  7. package/components/b/blinds-2-rounded.jsx +18 -0
  8. package/components/b/blinds-2.jsx +18 -0
  9. package/components/b/bolt-boost-rounded.jsx +18 -0
  10. package/components/b/bolt-boost.jsx +18 -0
  11. package/components/g/garage-door-open-outline-rounded.jsx +18 -0
  12. package/components/g/garage-door-open-outline.jsx +18 -0
  13. package/components/g/garage-door-open-rounded.jsx +18 -0
  14. package/components/g/garage-door-open.jsx +18 -0
  15. package/components/g/garage-door-outline-rounded.jsx +3 -3
  16. package/components/g/garage-door-outline.jsx +3 -3
  17. package/components/g/garage-door-rounded.jsx +3 -3
  18. package/components/g/garage-door.jsx +3 -3
  19. package/components/l/light-group-2-outline-rounded.jsx +18 -0
  20. package/components/l/light-group-2-outline.jsx +18 -0
  21. package/components/l/light-group-2-rounded.jsx +18 -0
  22. package/components/l/light-group-2.jsx +18 -0
  23. package/components/l/lightstrip-outline-sharp.jsx +18 -0
  24. package/components/l/lightstrip-outline.jsx +18 -0
  25. package/components/l/lightstrip-sharp.jsx +18 -0
  26. package/components/l/lightstrip.jsx +18 -0
  27. package/components/s/shades-closed-outline-rounded.jsx +18 -0
  28. package/components/s/shades-closed-outline.jsx +18 -0
  29. package/components/s/shades-closed-rounded.jsx +18 -0
  30. package/components/s/shades-closed.jsx +18 -0
  31. package/components/s/shades-outline-rounded.jsx +18 -0
  32. package/components/s/shades-outline.jsx +18 -0
  33. package/components/s/shades-rounded.jsx +18 -0
  34. package/components/s/shades.jsx +18 -0
  35. package/components/s/soundbar-outline-rounded.jsx +18 -0
  36. package/components/s/soundbar-outline-sharp.jsx +18 -0
  37. package/components/s/soundbar-outline.jsx +18 -0
  38. package/components/s/soundbar-rounded.jsx +18 -0
  39. package/components/s/soundbar-sharp.jsx +18 -0
  40. package/components/s/soundbar.jsx +18 -0
  41. package/components/s/speaker-2-outline-rounded.jsx +18 -0
  42. package/components/s/speaker-2-outline-sharp.jsx +18 -0
  43. package/components/s/speaker-2-outline.jsx +18 -0
  44. package/components/s/speaker-2-rounded.jsx +18 -0
  45. package/components/s/speaker-2-sharp.jsx +18 -0
  46. package/components/s/speaker-2.jsx +18 -0
  47. package/components/s/subwoofer-outline-rounded.jsx +18 -0
  48. package/components/s/subwoofer-outline-sharp.jsx +18 -0
  49. package/components/s/subwoofer-outline.jsx +18 -0
  50. package/components/s/subwoofer-rounded.jsx +18 -0
  51. package/components/s/subwoofer-sharp.jsx +18 -0
  52. package/components/s/subwoofer.jsx +18 -0
  53. package/components/s/switch-off-outline-rounded.jsx +18 -0
  54. package/components/s/switch-off-outline-sharp.jsx +18 -0
  55. package/components/s/switch-off-outline.jsx +18 -0
  56. package/components/s/switch-off-rounded.jsx +18 -0
  57. package/components/s/switch-off-sharp.jsx +18 -0
  58. package/components/s/switch-off.jsx +18 -0
  59. package/components/s/switch-outline-rounded.jsx +3 -3
  60. package/components/s/switch-outline-sharp.jsx +3 -3
  61. package/components/s/switch-outline.jsx +3 -3
  62. package/components/s/switch-rounded.jsx +3 -3
  63. package/components/s/switch-sharp.jsx +3 -3
  64. package/components/s/switch.jsx +3 -3
  65. package/components/v/vacuum-2-on-outline.jsx +18 -0
  66. package/components/v/vacuum-2-on.jsx +18 -0
  67. package/components/v/vacuum-2-outline.jsx +18 -0
  68. package/components/v/vacuum-2.jsx +18 -0
  69. package/iconify.json +2 -2
  70. package/package.json +233 -1
@@ -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>.lyz67vep {
6
+ fill: currentColor;
7
+ d: path("M5.55 20h12.9l-1.4-2H16v.5q0 .425-.287.713T15 19.5t-.712-.288T14 18.5V18H6.95zM16 10h2.45l-1.4-2H16zM5 4q-.425 0-.712.288T4 5v1h16V5q0-.425-.288-.712T19 4zM4 6h16zm12 9h2.45l-1.4-2H16zM5.55 15H14v-2H6.95zm0-5H14V8H6.95zM6 22q-.825 0-1.413-.587T4 20V8H3q-.425 0-.712-.288T2 7V5q0-1.25.875-2.125T5 2h14q1.25 0 2.125.875T22 5v2q0 .425-.288.713T21 8h-1v12q0 .825-.587 1.413T18 22z");
8
+ }
9
+ </style><path class="lyz67vep"/>`;
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:blinds-2-closed-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>.ejp8gu9w {
6
+ fill: currentColor;
7
+ d: path("M5 2h14q1.25 0 2.125.875T22 5v3h-2v14H4V8H2V5q0-1.25.875-2.125T5 2m.55 18h12.9l-1.4-2H16v.5q0 .425-.288.713T15 19.5t-.712-.288T14 18.5V18H6.95zM16 10h2.45l-1.4-2H16zM5 4q-.425 0-.712.288T4 5v1h16V5q0-.425-.288-.712T19 4zM4 6h16zm12 9h2.45l-1.4-2H16zM5.55 15H14v-2H6.95zm0-5H14V8H6.95z");
8
+ }
9
+ </style><path class="ejp8gu9w"/>`;
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:blinds-2-closed-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>.kq5rs0cd {
6
+ fill: currentColor;
7
+ d: path("M5.55 20h12.9l-1.4-2H16v.5q0 .425-.287.713T15 19.5t-.712-.288T14 18.5V18H6.95zM16 10h2.45l-1.4-2H16zm0 5h2.45l-1.4-2H16zM5.55 15H14v-2H6.95zm0-5H14V8H6.95zM6 22q-.825 0-1.413-.587T4 20V8H3q-.425 0-.712-.288T2 7V5q0-1.25.875-2.125T5 2h14q1.25 0 2.125.875T22 5v2q0 .425-.288.713T21 8h-1v12q0 .825-.587 1.413T18 22z");
8
+ }
9
+ </style><path class="kq5rs0cd"/>`;
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:blinds-2-closed-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>.af__z6bo {
6
+ fill: currentColor;
7
+ d: path("M5 2h14q1.25 0 2.125.875T22 5v3h-2v14H4V8H2V5q0-1.25.875-2.125T5 2m.55 18h12.9l-1.4-2H16v.5q0 .425-.288.713T15 19.5t-.712-.288T14 18.5V18H6.95zM16 10h2.45l-1.4-2H16zm0 5h2.45l-1.4-2H16zM5.55 15H14v-2H6.95zm0-5H14V8H6.95z");
8
+ }
9
+ </style><path class="af__z6bo"/>`;
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:blinds-2-closed"} {...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>.dcmw5gba {
6
+ fill: currentColor;
7
+ d: path("M6 22q-.825 0-1.412-.587T4 20V8H3q-.425 0-.712-.288T2 7V5q0-1.25.875-2.125T5 2h14q1.25 0 2.125.875T22 5v2q0 .425-.288.713T21 8h-1v12q0 .825-.587 1.413T18 22zm0-2h12v-3H6zm0-5h12v-3h-2v1q0 .425-.288.713T15 14t-.712-.288T14 13v-1H6zm0-5h8V8H6zm10 0h2V8h-2zM4 6h16V5q0-.425-.288-.712T19 4H5q-.425 0-.712.288T4 5zm16 0H4z");
8
+ }
9
+ </style><path class="dcmw5gba"/>`;
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:blinds-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>.z3lbchwi {
6
+ fill: currentColor;
7
+ d: path("M4 22V8H2V5q0-1.25.875-2.125T5 2h14q1.25 0 2.125.875T22 5v3h-2v14zm2-2h12v-3H6zm0-5h12v-3h-2v1q0 .425-.288.713T15 14t-.712-.288T14 13v-1H6zm0-5h8V8H6zm10 0h2V8h-2zM4 6h16V5q0-.425-.288-.712T19 4H5q-.425 0-.712.288T4 5zm16 0H4z");
8
+ }
9
+ </style><path class="z3lbchwi"/>`;
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:blinds-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>.ov4u-ubq {
6
+ fill: currentColor;
7
+ d: path("M6 22q-.825 0-1.412-.587T4 20V8H3q-.425 0-.712-.288T2 7V5q0-1.25.875-2.125T5 2h14q1.25 0 2.125.875T22 5v2q0 .425-.288.713T21 8h-1v12q0 .825-.587 1.413T18 22zm0-2h12v-3H6zm0-5h12v-3h-2v1q0 .425-.288.713T15 14t-.712-.288T14 13v-1H6zm0-5h8V8H6zm10 0h2V8h-2z");
8
+ }
9
+ </style><path class="ov4u-ubq"/>`;
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:blinds-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>.tdv6pcu {
6
+ fill: currentColor;
7
+ d: path("M4 22V8H2V5q0-1.25.875-2.125T5 2h14q1.25 0 2.125.875T22 5v3h-2v14zm2-2h12v-3H6zm0-5h12v-3h-2v1q0 .425-.288.713T15 14t-.712-.288T14 13v-1H6zm0-5h8V8H6zm10 0h2V8h-2z");
8
+ }
9
+ </style><path class="tdv6pcu"/>`;
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:blinds-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>.r_npiubm {
6
+ fill: currentColor;
7
+ d: path("M13.113 21.063q-.088-.138-.063-.338L14 14H9.95q-.625 0-.9-.55t.075-1.05l6.925-9.475q.125-.15.288-.188t.312.013t.238.187t.062.338L16 10h4.05q.625 0 .9.55t-.075 1.05l-6.925 9.475q-.125.15-.287.188t-.313-.013t-.237-.187M4 18q-.425 0-.712-.288T3 17t.288-.712T4 16h6.55q.5 0 .75.313t.25.687t-.25.688t-.75.312zm-1-5q-.425 0-.712-.288T2 12t.288-.712T3 11h2.75q.5 0 .75.313t.25.687t-.25.688t-.75.312zm2-5q-.425 0-.712-.288T4 7t.288-.712T5 6h4.375q.5 0 .75.313t.25.687t-.25.688t-.75.312z");
8
+ }
9
+ </style><path class="r_npiubm"/>`;
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:bolt-boost-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>.w16cinb {
6
+ fill: currentColor;
7
+ d: path("m13 21l1-7H7.975L16 3h1l-1 7h6.025L14 21zM3 18v-2h8.7l-.3 2zm-1-5v-2h5.7l-1.45 2zm2-5V6h7.35L9.9 8z");
8
+ }
9
+ </style><path class="w16cinb"/>`;
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:bolt-boost"} {...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>.enj6sj4l {
6
+ fill: currentColor;
7
+ d: path("M7.5 18V9h9v9v-9h-9zM6 8.85V18h1.5v-8q0-.425.288-.712T8.5 9h7q.425 0 .713.288T16.5 10v8H18V8.85L12 4.5zM9 12h6v-1.5H9zm3-4q.425 0 .713-.288T13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8M6 20q-.825 0-1.412-.587T4 18v-8H2.525q-.35 0-.475-.35t.175-.55l8.6-6.25q.525-.375 1.175-.375t1.175.375l8.6 6.25q.3.2.175.55t-.475.35H20v8q0 .825-.588 1.413T18 20h-2q-.425 0-.712-.288T15 19v-5.5H9V19q0 .425-.288.713T8 20z");
8
+ }
9
+ </style><path class="enj6sj4l"/>`;
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:garage-door-open-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>.ujzohce {
6
+ fill: currentColor;
7
+ d: path("M7.5 18V9h9v9v-9h-9zM6 18h1.5V9h9v9H18V8.85L12 4.5L6 8.85zm3-6h6v-1.5H9zm3-4q.425 0 .713-.288T13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8M4 20V10H.975L12 2l11 8h-3v10h-5v-6.5H9V20z");
8
+ }
9
+ </style><path class="ujzohce"/>`;
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:garage-door-open-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>.evz4u-bm {
6
+ fill: currentColor;
7
+ d: path("M8 12.5h8V11H8zM12 8q.425 0 .713-.288T13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8M6 20q-.825 0-1.412-.587T4 18v-8H2.525q-.35 0-.475-.35t.175-.55l8.6-6.25q.525-.375 1.175-.375t1.175.375l8.6 6.25q.3.2.175.55t-.475.35H20v8q0 .825-.588 1.413T18 20h-1q-.425 0-.712-.288T16 19v-5H8v5q0 .425-.288.713T7 20z");
8
+ }
9
+ </style><path class="evz4u-bm"/>`;
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:garage-door-open-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>.r5vedup {
6
+ fill: currentColor;
7
+ d: path("M8 12.5h8V11H8zM12 8q.425 0 .713-.288T13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8M4 20V10H.975L12 2l11 8h-3v10h-4v-6H8v6z");
8
+ }
9
+ </style><path class="r5vedup"/>`;
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:garage-door-open"} {...others} />);
16
+ }
17
+
18
+ export default Component;
@@ -2,11 +2,11 @@ import { Icon } from '@iconify/css-solid';
2
2
  import { splitProps } from 'solid-js';
3
3
 
4
4
  const viewBox = {"width":24,"height":24};
5
- const content = `<style>.s0a65v7w {
5
+ const content = `<style>.f0fk1tnp {
6
6
  fill: currentColor;
7
- d: path("M5.288 20.713Q5 20.425 5 20v-9.15l-2 1.525q-.35.25-.75.213T1.6 12.2t-.2-.75t.4-.65l8.975-6.875q.275-.2.588-.3t.637-.1t.638.1t.587.3L22.2 10.8q.325.25.388.65t-.188.75t-.65.388t-.75-.213l-2-1.525V20q0 .425-.288.713T18 21t-.712-.288T17 20v-9H7v9q0 .425-.288.713T6 21t-.712-.288M9 20q-.425 0-.712-.288T8 19t.288-.712T9 18h6q.425 0 .713.288T16 19t-.288.713T15 20zm0-3q-.425 0-.712-.288T8 16t.288-.712T9 15h6q.425 0 .713.288T16 16t-.288.713T15 17zm0-3q-.425 0-.712-.288T8 13t.288-.712T9 12h6q.425 0 .713.288T16 13t-.288.713T15 14zM7.425 9h9.15L12 5.525z");
7
+ d: path("M7.5 18V9h9v9v-9h-9zM6 20q-.825 0-1.412-.587T4 18v-8H2.525q-.35 0-.475-.35t.175-.55l8.6-6.25q.525-.375 1.175-.375t1.175.375L21.75 9.1q.3.2.175.55t-.475.35H20v8q0 .825-.587 1.413T18 20zM6 8.85V18h1.5v-8q0-.425.288-.712T8.5 9h7q.425 0 .713.288T16.5 10v8H18V8.85L12 4.5zM9 18h6v-1.5H9zm0-3h6v-1.5H9zm0-3h6v-1.5H9zm3-4q.425 0 .713-.288T13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8");
8
8
  }
9
- </style><path class="s0a65v7w"/>`;
9
+ </style><path class="f0fk1tnp"/>`;
10
10
 
11
11
  /** @param props {{width?: string; height?: string;}} */
12
12
  function Component(props) {
@@ -2,11 +2,11 @@ import { Icon } from '@iconify/css-solid';
2
2
  import { splitProps } from 'solid-js';
3
3
 
4
4
  const viewBox = {"width":24,"height":24};
5
- const content = `<style>.t_jle4d {
5
+ const content = `<style>.fseypql {
6
6
  fill: currentColor;
7
- d: path("M5 21V10.85L2.2 13L1 11.4L12 3l11 8.4l-1.2 1.6l-2.8-2.15V21h-2V11H7v10zm3-1v-2h8v2zm0-3v-2h8v2zm0-3v-2h8v2zm-.575-5h9.15L12 5.525z");
7
+ d: path("M7.5 18V9h9v9v-9h-9zM4 20V10H.975L12 2l11 8h-3v10zm2-2h1.5V9h9v9H18V8.85L12 4.5L6 8.85zm3 0h6v-1.5H9zm0-3h6v-1.5H9zm0-3h6v-1.5H9zm3-4q.425 0 .713-.288T13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8");
8
8
  }
9
- </style><path class="t_jle4d"/>`;
9
+ </style><path class="fseypql"/>`;
10
10
 
11
11
  /** @param props {{width?: string; height?: string;}} */
12
12
  function Component(props) {
@@ -2,11 +2,11 @@ import { Icon } from '@iconify/css-solid';
2
2
  import { splitProps } from 'solid-js';
3
3
 
4
4
  const viewBox = {"width":24,"height":24};
5
- const content = `<style>.nl5x58bm {
5
+ const content = `<style>.wv0vsshv {
6
6
  fill: currentColor;
7
- d: path("M9 12h6q.425 0 .713.288T16 13t-.288.713T15 14H9q-.425 0-.712-.288T8 13t.288-.712T9 12m0 3h6q.425 0 .713.288T16 16t-.288.713T15 17H9q-.425 0-.712-.288T8 16t.288-.712T9 15m0 3h6q.425 0 .713.288T16 19t-.288.713T15 20H9q-.425 0-.712-.288T8 19t.288-.712T9 18m-4 1v-7H3.3q-.35 0-.475-.325t.15-.55L10.65 4.2q.275-.275.638-.388T12 3.7t.713.113t.637.387l7.675 6.925q.275.225.15.55T20.7 12H19v7q0 .425-.288.713T18 20t-.712-.288T17 19v-8H7v8q0 .425-.288.713T6 20t-.712-.288T5 19");
7
+ d: path("M6 20q-.825 0-1.412-.587T4 18v-8H2.525q-.35 0-.475-.35t.175-.55l8.6-6.25q.525-.375 1.175-.375t1.175.375L21.75 9.1q.3.2.175.55t-.475.35H20v8q0 .825-.587 1.413T18 20zm2-1.5h8V17H8zm0-3h8V14H8zm0-3h8V11H8zM12 8q.425 0 .713-.288T13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8");
8
8
  }
9
- </style><path class="nl5x58bm"/>`;
9
+ </style><path class="wv0vsshv"/>`;
10
10
 
11
11
  /** @param props {{width?: string; height?: string;}} */
12
12
  function Component(props) {
@@ -2,11 +2,11 @@ import { Icon } from '@iconify/css-solid';
2
2
  import { splitProps } from 'solid-js';
3
3
 
4
4
  const viewBox = {"width":24,"height":24};
5
- const content = `<style>.ht19obd {
5
+ const content = `<style>.qls-ksb {
6
6
  fill: currentColor;
7
- d: path("M8 14v-2h8v2zm0 3v-2h8v2zm0 3v-2h8v2zm4-17l10 9h-3v8h-2v-9H7v9H5v-8H2z");
7
+ d: path("M4 20V10H.975L12 2l11 8h-3v10zm4-1.5h8V17H8zm0-3h8V14H8zm0-3h8V11H8zM12 8q.425 0 .713-.288T13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8");
8
8
  }
9
- </style><path class="ht19obd"/>`;
9
+ </style><path class="qls-ksb"/>`;
10
10
 
11
11
  /** @param props {{width?: string; height?: string;}} */
12
12
  function Component(props) {
@@ -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>.qi5f29bx {
6
+ fill: currentColor;
7
+ d: path("M5.975 17.2L4.3 21.375q-.2.45-.575.563T3 21.925t-.55-.475t0-.825l3.55-8.8V9H2.725q-.575 0-.862-.5t-.013-1L4.425 3q.275-.475.725-.737t1-.263h1.7q.55 0 1 .263T9.575 3l2.575 4.5q.275.5-.012 1t-.863.5H8v2.825l3.5 8.8q.2.475 0 .825t-.55.475t-.725.013t-.575-.563L7.975 17.2V21q0 .425-.287.713T6.975 22t-.712-.288T5.975 21zM17 18q-1.375 0-2.45-.825T13.125 15h-.475q-.575 0-1.012-.4t-.438-.975q0-.9.813-1.963t1.512-1.562q.125-1.025.8-1.787T16 7.225V3q0-.425.288-.712T17 2t.713.288T18 3v4.225q.975.325 1.65 1.088t.8 1.787q.7.5 1.525 1.6t.825 2q0 .575-.438.938T21.35 15h-.5q-.35 1.35-1.425 2.175T17 18m-3.475-5h6.925q-.25-.35-.525-.663t-.625-.587l-.75-.525l-.1-.875q-.05-.575-.462-.962T17 9t-1 .388t-.475.962l-.1.875l-.725.525q-.35.275-.65.588t-.525.662M4.45 7h5.1L7.825 4H6.15zM17 16q.525 0 .975-.262T18.7 15h-3.425q.275.475.725.738T17 16M7 7");
8
+ }
9
+ </style><path class="qi5f29bx"/>`;
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-group-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>.qmxfykbp {
6
+ fill: currentColor;
7
+ d: path("M1.9 22L6 11.825V9H1l4-7h4l4 7H8v2.825L12.05 22H9.9l-1.925-4.8V22h-2v-4.8L4.05 22zM17 18q-1.375 0-2.45-.825T13.125 15H11q0-1.45.663-2.738t1.862-2.162q.125-1.025.8-1.787T16 7.225V2h2v5.225q.975.325 1.65 1.088t.8 1.787q1.2.875 1.875 2.163T23 15h-2.15q-.35 1.35-1.425 2.175T17 18m-3.475-5h6.925q-.25-.35-.525-.663t-.625-.587l-.75-.525l-.1-.875q-.05-.575-.462-.962T17 9t-1 .388t-.475.962l-.1.875l-.725.525q-.35.275-.65.588t-.525.662M4.45 7h5.1L7.825 4H6.15zM17 16q.525 0 .975-.262T18.7 15h-3.425q.275.475.725.738T17 16M7 7");
8
+ }
9
+ </style><path class="qmxfykbp"/>`;
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-group-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>.gu3-kjug {
6
+ fill: currentColor;
7
+ d: path("M5.975 17.2L4.3 21.375q-.2.45-.575.563T3 21.925t-.55-.475t0-.825l3.55-8.8V9H2.725q-.575 0-.862-.5t-.013-1L4.425 3q.275-.475.725-.737t1-.263h1.7q.55 0 1 .263T9.575 3l2.575 4.5q.275.5-.012 1t-.863.5H8v2.825l3.5 8.8q.2.475 0 .825t-.55.475t-.725.013t-.575-.563L7.975 17.2V21q0 .425-.287.713T6.975 22t-.712-.288T5.975 21zM17 18q-1.375 0-2.45-.825T13.125 15h-.475q-.575 0-1.012-.4t-.438-.975q0-.9.813-1.963t1.512-1.562q.125-1.025.8-1.787T16 7.225V3q0-.425.288-.712T17 2t.713.288T18 3v4.225q.975.325 1.65 1.088t.8 1.787q.7.5 1.525 1.6t.825 2q0 .575-.438.938T21.35 15h-.5q-.35 1.35-1.425 2.175T17 18m0-2q.525 0 .975-.262T18.7 15h-3.425q.275.475.725.738T17 16");
8
+ }
9
+ </style><path class="gu3-kjug"/>`;
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-group-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>.x6_6lehy {
6
+ fill: currentColor;
7
+ d: path("M1.9 22L6 11.825V9H1l4-7h4l4 7H8v2.825L12.05 22H9.9l-1.925-4.8V22h-2v-4.8L4.05 22zM17 18q-1.375 0-2.45-.825T13.125 15H11q0-1.45.663-2.738t1.862-2.162q.125-1.025.8-1.787T16 7.225V2h2v5.225q.975.325 1.65 1.088t.8 1.787q1.2.875 1.875 2.163T23 15h-2.15q-.35 1.35-1.425 2.175T17 18m0-2q.525 0 .975-.262T18.7 15h-3.425q.275.475.725.738T17 16");
8
+ }
9
+ </style><path class="x6_6lehy"/>`;
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-group-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>.g_r_zrbm {
6
+ fill: currentColor;
7
+ d: path("M2 22v-9.65L10.525 9H2V2h20v10.7L15.675 15H22v7zm2-2h16v-3H4zM20 7V4H4v3zM4 15h5.8L20 11.3V9h-3.95L4 13.7zm2.213-8.962Q6 5.825 6 5.5t.213-.537t.537-.213t.538.213t.212.537t-.213.538t-.537.212t-.537-.213m0 13Q6 18.826 6 18.5t.213-.537t.537-.213t.538.213t.212.537t-.213.538t-.537.212t-.537-.213m1-4.75Q7 14.076 7 13.75t.213-.537T7.75 13t.538.213t.212.537t-.213.538t-.537.212t-.537-.213m4.25-8.25q-.213-.212-.213-.537t.213-.537T12 4.75t.538.213t.212.537t-.213.538T12 6.25t-.537-.213m0 6.75q-.213-.212-.213-.537t.213-.537T12 11.5t.538.213t.212.537t-.213.538T12 13t-.537-.213m0 6.25q-.213-.212-.213-.537t.213-.537t.537-.213t.538.213t.212.537t-.213.538t-.537.212t-.537-.213m4-7.75q-.213-.212-.213-.537t.213-.537T16 10t.538.213t.212.537t-.213.538T16 11.5t-.537-.213m1.25-5.25Q16.5 5.826 16.5 5.5t.213-.537t.537-.213t.538.213T18 5.5t-.213.538t-.537.212t-.537-.213m0 13q-.213-.212-.213-.537t.213-.537t.537-.213t.538.213t.212.537t-.213.538t-.537.212t-.537-.213");
8
+ }
9
+ </style><path class="g_r_zrbm"/>`;
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:lightstrip-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>.zfo06-bh {
6
+ fill: currentColor;
7
+ d: path("M5 22q-1.25 0-2.125-.875T2 19v-5q0-.8.513-1.425t1.262-.925L10.525 9H2V2h17q1.25 0 2.125.875T22 5v5.6q0 .95-.537 1.725t-1.438 1.1L15.675 15H22v7zm0-2h15v-3H5q-.275 0-.513-.038T4 16.85V19q0 .425.288.713T5 20M20 7.175V5q0-.425-.288-.713T19 4H4v3h15q.275 0 .513.05t.487.125M5 15h4.8l9.525-3.45q.3-.125.488-.375T20 10.6V10q0-.425-.287-.712T19 9h-2.95L4.5 13.5q-.2.075-.35.238T4 14.1q0 .4.3.65T5 15m1.213-8.962Q6 5.825 6 5.5t.213-.537t.537-.213t.538.213t.212.537t-.213.538t-.537.212t-.537-.213m0 13Q6 18.826 6 18.5t.213-.537t.537-.213t.538.213t.212.537t-.213.538t-.537.212t-.537-.213m1-4.75Q7 14.076 7 13.75t.213-.537T7.75 13t.538.213t.212.537t-.213.538t-.537.212t-.537-.213m4.25-8.25q-.213-.212-.213-.537t.213-.537T12 4.75t.538.213t.212.537t-.213.538T12 6.25t-.537-.213m0 6.75q-.213-.212-.213-.537t.213-.537T12 11.5t.538.213t.212.537t-.213.538T12 13t-.537-.213m0 6.25q-.213-.212-.213-.537t.213-.537t.537-.213t.538.213t.212.537t-.213.538t-.537.212t-.537-.213m4-7.75q-.213-.212-.213-.537t.213-.537T16 10t.538.213t.212.537t-.213.538T16 11.5t-.537-.213m1.25-5.25Q16.5 5.826 16.5 5.5t.213-.537t.537-.213t.538.213T18 5.5t-.213.538t-.537.212t-.537-.213m0 13q-.213-.212-.213-.537t.213-.537t.537-.213t.538.213t.212.537t-.213.538t-.537.212t-.537-.213");
8
+ }
9
+ </style><path class="zfo06-bh"/>`;
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:lightstrip-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>.cn5v0acq {
6
+ fill: currentColor;
7
+ d: path("M2 22v-6.025h20V22zM22 8H2V2h20zM2 14v-1.7L7.95 10H22v2.725L18.425 14zm5.288-8.462Q7.5 5.325 7.5 5t-.213-.537t-.537-.213t-.537.213T6 5t.213.538t.537.212t.538-.213m0 14Q7.5 19.326 7.5 19t-.213-.537t-.537-.213t-.537.213T6 19t.213.538t.537.212t.538-.213m1-5.75q.212-.212.212-.537t-.213-.537t-.537-.213t-.537.213T7 13.25t.213.538t.537.212t.538-.213m4.25-8.25q.212-.212.212-.537t-.213-.537T12 4.25t-.537.213T11.25 5t.213.538t.537.212t.538-.213m0 7.25q.212-.212.212-.537t-.213-.537T12 11.5t-.537.213t-.213.537t.213.538T12 13t.538-.213m0 6.75q.212-.212.212-.537t-.213-.537T12 18.25t-.537.213t-.213.537t.213.538t.537.212t.538-.213m4-8.25q.212-.212.212-.537t-.213-.537T16 10t-.537.213t-.213.537t.213.538t.537.212t.538-.213m1.25-5.75Q18 5.326 18 5t-.213-.537t-.537-.213t-.537.213T16.5 5t.213.538t.537.212t.538-.213m0 14Q18 19.326 18 19t-.213-.537t-.537-.213t-.537.213T16.5 19t.213.538t.537.212t.538-.213");
8
+ }
9
+ </style><path class="cn5v0acq"/>`;
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:lightstrip-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>.c7x3enbf {
6
+ fill: currentColor;
7
+ d: path("M5 22q-1.25 0-2.125-.875T2 18.975v-3.15q.25.075.488.113t.512.037h19V22zM22 8.175q-.25-.075-.488-.125T21 8H2V2h17q1.25 0 2.125.875T22 5zM3 14q-.425 0-.712-.262T2 13.075q0-.45.363-.75t1.412-.7L7.95 10H21q.425 0 .713.288T22 11q0 .775-.537 1.425t-1.438 1l-1.6.575zm4.288-8.462Q7.5 5.325 7.5 5t-.213-.537t-.537-.213t-.537.213T6 5t.213.538t.537.212t.538-.213m0 14Q7.5 19.326 7.5 19t-.213-.537t-.537-.213t-.537.213T6 19t.213.538t.537.212t.538-.213m1-5.75q.212-.212.212-.537t-.213-.537t-.537-.213t-.537.213T7 13.25t.213.538t.537.212t.538-.213m4.25-8.25q.212-.212.212-.537t-.213-.537T12 4.25t-.537.213T11.25 5t.213.538t.537.212t.538-.213m0 7.25q.212-.212.212-.537t-.213-.537T12 11.5t-.537.213t-.213.537t.213.538T12 13t.538-.213m0 6.75q.212-.212.212-.537t-.213-.537T12 18.25t-.537.213t-.213.537t.213.538t.537.212t.538-.213m4-8.25q.212-.212.212-.537t-.213-.537T16 10t-.537.213t-.213.537t.213.538t.537.212t.538-.213m1.25-5.75Q18 5.326 18 5t-.213-.537t-.537-.213t-.537.213T16.5 5t.213.538t.537.212t.538-.213m0 14Q18 19.326 18 19t-.213-.537t-.537-.213t-.537.213T16.5 19t.213.538t.537.212t.538-.213");
8
+ }
9
+ </style><path class="c7x3enbf"/>`;
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:lightstrip"} {...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>.uoj34q2d {
6
+ fill: currentColor;
7
+ d: path("M11.475 22q-.275 0-.512-.162t-.388-.413q-.4-.65-1.087-1.037T8 20q-.85 0-1.537.4T5.35 21.45q-.15.25-.387.4T4.45 22H4q-.425 0-.712-.288T3 21V4h-.025q-.425 0-.7-.288T2 3t.288-.712T3 2h18q.425 0 .713.288T22 3t-.288.713T21 4v17q0 .425-.288.713T20 22h-.5q-.275 0-.525-.162t-.4-.413q-.425-.65-1.1-1.037T16 20q-.85 0-1.525.388t-1.1 1.037q-.15.25-.387.413t-.513.162zM5 19.025q.425-.325.925-.55T7 18.125V4H5zm4-.875q.55.125 1.05.35t.95.55V4H9zm4 .9q.425-.35.925-.562T15 18.15V4h-2zm6 0V4h-2v14.15q.55.125 1.05.338t.95.562M7 4H5zm4 0H9zm4 0h-2zm4 0h-2zm-6 0h-2z");
8
+ }
9
+ </style><path class="uoj34q2d"/>`;
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:shades-closed-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>.ezdyl40t {
6
+ fill: currentColor;
7
+ d: path("M3 22V4H2V2h20v2h-1v18h-2.125q-.325-.875-1.1-1.437T16 20q-1.025 0-1.787.563T13.125 22H10.85q-.3-.875-1.075-1.437T8 20q-1.025 0-1.8.563T5.1 22zm2-3q.425-.325.938-.537T7 18.124V4H5zm4-.875q.575.125 1.075.35t.925.575V4H9zm4 .9q.425-.35.925-.562T15 18.124V4h-2zm6 0V4h-2v14.125q.575.125 1.075.338t.925.562M7 4H5zm4 0H9zm4 0h-2zm4 0h-2zm-6 0h-2z");
8
+ }
9
+ </style><path class="ezdyl40t"/>`;
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:shades-closed-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>.cf8p14bd {
6
+ fill: currentColor;
7
+ d: path("M11.475 22q-.275 0-.512-.162t-.388-.413q-.4-.65-1.087-1.037T8 20q-.85 0-1.537.4T5.35 21.45q-.15.25-.387.4T4.45 22H4q-.425 0-.712-.288T3 21V4h-.025q-.425 0-.7-.288T2 3t.288-.712T3 2h18q.425 0 .713.288T22 3t-.288.713T21 4v17q0 .425-.288.713T20 22h-.5q-.275 0-.525-.162t-.4-.413q-.425-.65-1.1-1.037T16 20q-.85 0-1.525.388t-1.1 1.037q-.15.25-.387.413t-.513.162zM13 4h-2v14.15h2z");
8
+ }
9
+ </style><path class="cf8p14bd"/>`;
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:shades-closed-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>.sxebhzu {
6
+ fill: currentColor;
7
+ d: path("M3 22V4H2V2h20v2h-1v18h-2.125q-.325-.875-1.1-1.437T16 20q-1.025 0-1.787.563T13.125 22H10.85q-.3-.875-1.075-1.437T8 20q-1.025 0-1.8.563T5.1 22zM13 4h-2v14.125h2z");
8
+ }
9
+ </style><path class="sxebhzu"/>`;
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:shades-closed"} {...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>.sdbu0abo {
6
+ fill: currentColor;
7
+ d: path("M3.925 22q-.425 0-.675-.25T3 21V4q-.425 0-.712-.288T2 3t.288-.712T3 2h18q.425 0 .713.288T22 3t-.288.713T21 4v17q-.025.5-.275.75t-.675.25q-1.925 0-3.6-1.65T14.275 17H9.7q-.5 1.7-2.175 3.35T3.925 22M5 19.6q1.35-.6 2.175-1.85T8 15V4H5zm5-4.6h4V4h-4zm9 4.6V4h-3v11q0 1.5.8 2.763T19 19.6M8 4H5zm11 0h-3z");
8
+ }
9
+ </style><path class="sdbu0abo"/>`;
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:shades-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>.qjr5--b {
6
+ fill: currentColor;
7
+ d: path("M3 22V4H2V2h20v2h-1v18q-2.35 0-4.212-1.375T14.275 17H9.7q-.675 2.25-2.525 3.625T3 22m2-2.4q1.35-.6 2.175-1.85T8 15V4H5zm5-4.6h4V4h-4zm9 4.6V4h-3v11q0 1.5.8 2.763T19 19.6M8 4H5zm11 0h-3z");
8
+ }
9
+ </style><path class="qjr5--b"/>`;
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:shades-outline"} {...others} />);
16
+ }
17
+
18
+ export default Component;