@iconify-solid/material-symbols-light 1.0.19 → 1.0.21

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 (29) hide show
  1. package/components/e/extension-off-outline-rounded.jsx +3 -3
  2. package/components/e/extension-off-outline-sharp.jsx +3 -3
  3. package/components/e/extension-off-outline.jsx +3 -3
  4. package/components/e/extension-off-rounded.jsx +3 -3
  5. package/components/e/extension-off-sharp.jsx +3 -3
  6. package/components/e/extension-off.jsx +3 -3
  7. package/components/e/extension-outline-rounded.jsx +18 -0
  8. package/components/e/extension-outline-sharp.jsx +3 -3
  9. package/components/e/extension-outline.jsx +3 -3
  10. package/components/e/extension-rounded.jsx +18 -0
  11. package/components/e/extension-sharp.jsx +3 -3
  12. package/components/e/extension.jsx +3 -3
  13. package/components/r/reset-colors-rounded.jsx +18 -0
  14. package/components/r/reset-colors-sharp.jsx +18 -0
  15. package/components/r/reset-colors.jsx +18 -0
  16. package/components/s/seat-window-outline-rounded.jsx +18 -0
  17. package/components/s/seat-window-outline-sharp.jsx +18 -0
  18. package/components/s/seat-window-outline.jsx +18 -0
  19. package/components/s/seat-window-rounded.jsx +18 -0
  20. package/components/s/seat-window-sharp.jsx +18 -0
  21. package/components/s/seat-window.jsx +18 -0
  22. package/components/s/sign-language-off-outline-rounded.jsx +18 -0
  23. package/components/s/sign-language-off-outline-sharp.jsx +18 -0
  24. package/components/s/sign-language-off-outline.jsx +18 -0
  25. package/components/s/sign-language-off-rounded.jsx +18 -0
  26. package/components/s/sign-language-off-sharp.jsx +18 -0
  27. package/components/s/sign-language-off.jsx +18 -0
  28. package/iconify.json +2 -2
  29. package/package.json +69 -1
@@ -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>.bj26xtbcp {
5
+ const content = `<style>.db8mxqztz {
6
6
  fill: currentColor;
7
- d: path("M5 20q-.402 0-.701-.299T4 19v-3.954q.854-.25 1.427-.945T6 12.5t-.573-1.601T4 9.954V5.808q0-.213.075-.394t.211-.32L5 5.808v3.469q.927.442 1.464 1.32q.536.876.536 1.909q0 1.015-.537 1.892q-.536.877-1.463 1.325V19h3.258q.467-.927 1.344-1.463Q10.479 17 11.5 17t1.898.537T14.742 19h3.45l.714.714q-.138.137-.32.211t-.394.075h-4.146q-.25-.854-.945-1.427T11.5 18t-1.601.573T8.954 20zm14-3.812l-1-.999v-1.074h.462q.623-.096 1.023-.544t.4-1.071t-.4-1.071t-1.023-.545H18V6h-4.884v-.461q-.097-.623-.545-1.023t-1.071-.4t-1.071.4t-.544 1.022V6H8.81l-1-1H9q.27-.858.946-1.371q.677-.514 1.554-.514t1.554.514T14 5h4q.413 0 .706.294T19 6v4q.858.27 1.371.946q.514.677.514 1.554t-.514 1.554T19 15zm.479 4.712L3.094 4.521q-.146-.146-.153-.347t.159-.366t.357-.166t.356.166l16.38 16.384q.145.146.155.344t-.156.364q-.165.165-.357.165q-.19 0-.356-.165m-7.883-8.496");
7
+ d: path("m19.116 16.304l-1-1v-.865l.72-.243q.516-.142.84-.627T20 12.442q0-.655-.324-1.143t-.84-.63l-.72-.236V6.23q0-.212-.126-.337t-.317-.125h-4.127l-.115-.854q-.094-.742-.622-1.27q-.528-.53-1.251-.53q-.733 0-1.259.53q-.526.528-.62 1.27l-.116.854h-.982l-1-1H8.68q.16-1.121.962-1.887q.802-.767 1.924-.767q1.1 0 1.9.763t.965 1.891h3.242q.595 0 1.019.424t.424 1.038v3.485q.842.257 1.363 1.011T21 12.442q0 .93-.521 1.674t-1.363 1.063zm-.616 2.812l1 1H5.442q-.6 0-1.02-.431Q4 19.254 4 18.654v-2.721q0-.218.133-.363t.35-.195q1.013-.22 1.678-1.017q.666-.797.666-1.916q0-1.013-.666-1.829q-.665-.815-1.678-1.098q-.218-.056-.35-.21T4 8.933V4.577l1 1V8.65q1.189.333 2.008 1.397t.819 2.401q0 1.36-.81 2.429q-.81 1.07-2.017 1.363v2.414q0 .192.125.327q.125.134.317.134zm2.392 2.484q-.165.166-.356.166q-.192 0-.357-.166L2.394 3.821q-.146-.146-.153-.347t.159-.366t.357-.166t.357.166l17.778 17.784q.146.147.156.345t-.156.363");
8
8
  }
9
- </style><path class="bj26xtbcp"/>`;
9
+ </style><path class="db8mxqztz"/>`;
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>.b85qzn5sp {
5
+ const content = `<style>.bwhmmjaje {
6
6
  fill: currentColor;
7
- d: path("M4 20v-4.954q.854-.25 1.427-.945T6 12.5t-.573-1.601T4 9.954V4.808l1 1v3.469q.927.442 1.464 1.32q.536.876.536 1.909q0 1.015-.537 1.892q-.536.877-1.463 1.325V19h3.258q.467-.927 1.344-1.463Q10.479 17 11.5 17t1.898.537T14.742 19h3.45l1 1h-5.146q-.25-.854-.945-1.427T11.5 18t-1.601.573T8.954 20zm15-3.812l-1-.999v-1.074h.462q.623-.096 1.023-.544t.4-1.071t-.4-1.071t-1.023-.545H18V6h-4.884v-.461q-.097-.623-.545-1.023t-1.071-.4t-1.071.4t-.544 1.022V6H8.81l-1-1H9q.27-.858.946-1.371q.677-.514 1.554-.514t1.554.514T14 5h5v5q.858.27 1.371.946q.514.677.514 1.554t-.514 1.554T19 15zm.833 5.071L2.74 4.168l.713-.713l17.092 17.092zm-8.237-8.855");
7
+ d: path("m19.116 16.304l-1-1v-.865l.72-.243q.516-.142.84-.627T20 12.442q0-.655-.324-1.143t-.84-.63l-.72-.236V5.769h-4.57l-.115-.853q-.094-.743-.622-1.272q-.528-.528-1.251-.528q-.733 0-1.259.528q-.526.529-.62 1.272l-.116.853h-.982l-1-1H8.68q.16-1.121.962-1.887t1.924-.766q1.1 0 1.9.762q.8.763.965 1.891h4.685v4.947q.842.257 1.363 1.011T21 12.442q0 .93-.521 1.674t-1.363 1.063zM4 20.116V15.45q1.2-.077 2.014-.916t.813-2.092q0-1.13-.823-2.005T4 9.416V4.635l1 1V8.65q1.189.333 2.008 1.397t.819 2.401q0 1.36-.81 2.429q-.81 1.07-2.017 1.363v2.875h13.442l1 1zm16.533 1.844L2.04 3.467l.713-.713l18.492 18.492z");
8
8
  }
9
- </style><path class="b85qzn5sp"/>`;
9
+ </style><path class="bwhmmjaje"/>`;
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>.a03ld8bvp {
5
+ const content = `<style>.nb_m5cb_b {
6
6
  fill: currentColor;
7
- d: path("M5 20q-.402 0-.701-.299T4 19v-3.954q.854-.25 1.427-.945T6 12.5t-.573-1.601T4 9.954V5.808q0-.213.075-.394t.211-.32L5 5.808v3.469q.927.442 1.464 1.32q.536.876.536 1.909q0 1.015-.537 1.892q-.536.877-1.463 1.325V19h3.258q.467-.927 1.344-1.463Q10.479 17 11.5 17t1.898.537T14.742 19h3.45l.714.714q-.138.137-.32.211t-.394.075h-4.146q-.25-.854-.945-1.427T11.5 18t-1.601.573T8.954 20zm14-3.812l-1-.999v-1.074h.462q.623-.096 1.023-.544t.4-1.071t-.4-1.071t-1.023-.545H18V6h-4.884v-.461q-.097-.623-.545-1.023t-1.071-.4t-1.071.4t-.544 1.022V6H8.81l-1-1H9q.27-.858.946-1.371q.677-.514 1.554-.514t1.554.514T14 5h4q.413 0 .706.294T19 6v4q.858.27 1.371.946q.514.677.514 1.554t-.514 1.554T19 15zm.833 5.071L2.74 4.168l.713-.713l17.092 17.092zm-8.237-8.855");
7
+ d: path("m19.116 16.304l-1-1v-.865l.72-.243q.516-.142.84-.627T20 12.442q0-.655-.324-1.143t-.84-.63l-.72-.236V6.23q0-.212-.126-.337t-.317-.125h-4.127l-.115-.854q-.094-.742-.622-1.27q-.528-.53-1.251-.53q-.733 0-1.259.53q-.526.528-.62 1.27l-.116.854h-.982l-1-1H8.68q.16-1.121.962-1.887q.802-.767 1.924-.767q1.1 0 1.9.763t.965 1.891h3.242q.595 0 1.019.424t.424 1.038v3.485q.842.257 1.363 1.011T21 12.442q0 .93-.521 1.674t-1.363 1.063zm1.417 5.656L2.04 3.467l.713-.713l18.492 18.492zM18.5 19.116l1 1H5.442q-.6 0-1.02-.431Q4 19.254 4 18.654V15.45q1.2-.077 2.014-.916t.813-2.092q0-1.13-.823-2.005T4 9.416v-4.84l1 1V8.65q1.189.333 2.008 1.397t.819 2.401q0 1.36-.81 2.429q-.81 1.07-2.017 1.363v2.414q0 .192.125.327q.125.134.317.134zm-7.484-6.674");
8
8
  }
9
- </style><path class="a03ld8bvp"/>`;
9
+ </style><path class="nb_m5cb_b"/>`;
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>.ck0gewbik {
5
+ const content = `<style>.fq75skbya {
6
6
  fill: currentColor;
7
- d: path("M5 20q-.402 0-.701-.299T4 19v-3.954q.854-.25 1.427-.945T6 12.5t-.573-1.601T4 9.954V5.808q0-.214.073-.393t.214-.32l14.619 14.619q-.14.14-.32.213t-.394.073h-4.146q-.25-.854-.945-1.427T11.5 18t-1.601.573T8.954 20zm14-3.812L7.811 5H9q.27-.858.946-1.371q.677-.514 1.554-.514t1.554.514T14 5h4q.421 0 .71.29q.29.289.29.71v4q.858.27 1.371.946q.514.677.514 1.554t-.514 1.554T19 15zm.479 4.712L3.094 4.521q-.146-.146-.153-.347t.159-.366t.357-.166t.356.166l16.38 16.384q.145.146.155.344t-.156.364q-.165.165-.357.165q-.19 0-.356-.165");
7
+ d: path("M19.116 16.304L7.58 4.769h1.104q.156-1.121.957-1.887q.802-.767 1.916-.767q1.108 0 1.91.767q.801.766.963 1.887h3.242q.594 0 1.018.424t.425 1.038v3.485q.842.257 1.363 1.011T21 12.442q0 .93-.521 1.674t-1.363 1.053zM5.442 20.116q-.6 0-1.02-.431Q4 19.254 4 18.654v-2.721q0-.218.133-.363t.35-.195q1.013-.22 1.678-1.018q.666-.8.666-1.915q0-1.013-.666-1.829q-.665-.815-1.678-1.098q-.218-.056-.35-.21T4 8.933V4.577l15.5 15.539zm15.45 1.484q-.165.166-.356.166q-.192 0-.357-.166L2.394 3.821q-.146-.146-.156-.347t.156-.366t.357-.166t.357.166l17.784 17.784q.147.147.156.345t-.156.363");
8
8
  }
9
- </style><path class="ck0gewbik"/>`;
9
+ </style><path class="fq75skbya"/>`;
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>.n1qukqbtx {
5
+ const content = `<style>.rn07tw7xp {
6
6
  fill: currentColor;
7
- d: path("M4 20v-4.954q.854-.25 1.427-.945T6 12.5t-.573-1.601T4 9.954V4.808L19.192 20h-5.146q-.25-.854-.945-1.427T11.5 18t-1.601.573T8.954 20zm15-3.812L7.811 5H9q.27-.858.946-1.371q.677-.514 1.554-.514t1.554.514T14 5h5v5q.858.27 1.371.946q.514.677.514 1.554t-.514 1.554T19 15zm.833 5.071L2.74 4.168l.713-.713l17.092 17.092z");
7
+ d: path("M19.116 16.304L7.58 4.769h1.104q.156-1.121.957-1.887q.802-.767 1.916-.767q1.108 0 1.91.767q.801.766.963 1.887h4.685v4.946q.842.258 1.363 1.012T21 12.442q0 .93-.521 1.674t-1.363 1.053zM4 20.116V15.45q1.2-.077 2.014-.916t.813-2.092q0-1.13-.823-2.005T4 9.416v-4.84l15.5 15.539zm16.533 1.844L2.04 3.467l.713-.713l18.492 18.492z");
8
8
  }
9
- </style><path class="n1qukqbtx"/>`;
9
+ </style><path class="rn07tw7xp"/>`;
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>.d1cyq2blb {
5
+ const content = `<style>.ctf38zbdo {
6
6
  fill: currentColor;
7
- d: path("M5 20q-.402 0-.701-.299T4 19v-3.954q.854-.25 1.427-.945T6 12.5t-.573-1.601T4 9.954V5.808q0-.214.073-.393t.214-.32l14.619 14.619q-.14.14-.32.213t-.394.073h-4.146q-.25-.854-.945-1.427T11.5 18t-1.601.573T8.954 20zm14-3.812L7.811 5H9q.27-.858.946-1.371q.677-.514 1.554-.514t1.554.514T14 5h4q.421 0 .71.29q.29.289.29.71v4q.858.27 1.371.946q.514.677.514 1.554t-.514 1.554T19 15zm.833 5.071L2.74 4.168l.713-.713l17.092 17.092z");
7
+ d: path("M19.116 16.304L7.58 4.769h1.104q.156-1.121.957-1.887q.802-.767 1.916-.767q1.108 0 1.91.767q.801.766.963 1.887h3.242q.594 0 1.018.424t.425 1.038v3.485q.842.257 1.363 1.011T21 12.442q0 .93-.521 1.674t-1.363 1.053zm1.417 5.656L2.04 3.467l.713-.713l18.492 18.492zm-15.09-1.844q-.6 0-1.022-.431Q4 19.254 4 18.654V15.45q1.2-.077 2.014-.916t.813-2.092q0-1.13-.823-2.005T4 9.416v-4.84l15.5 15.539z");
8
8
  }
9
- </style><path class="d1cyq2blb"/>`;
9
+ </style><path class="ctf38zbdo"/>`;
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>.mv5wkyblq {
6
+ fill: currentColor;
7
+ d: path("M5.442 19.116h12.231q.193 0 .318-.135t.125-.327v-3.629q0-.275.156-.487q.157-.211.413-.278l.152-.064q.515-.142.839-.627T20 12.442q0-.655-.324-1.133t-.84-.64l-.146-.057q-.256-.068-.415-.276q-.16-.209-.16-.49V6.231q0-.212-.125-.337t-.317-.125H14.21q-.299 0-.5-.18q-.2-.18-.25-.478l-.03-.196q-.113-.742-.631-1.27t-1.241-.53q-.73 0-1.248.53t-.631 1.27l-.029.196q-.05.298-.251.478t-.499.18H5.423q-.173 0-.298.125T5 6.231V8.65q1.189.333 2.008 1.402t.819 2.39q0 1.366-.81 2.435q-.81 1.07-2.017 1.363v2.414q0 .192.125.327q.125.134.317.134m0 1q-.6 0-1.02-.43Q4 19.254 4 18.654v-2.721q0-.218.133-.363t.35-.195q1.013-.22 1.678-1.018q.666-.8.666-1.915q0-1.013-.666-1.829q-.665-.815-1.678-1.098q-.218-.056-.35-.21T4 8.933V6.23q0-.614.415-1.038q.414-.424 1.008-.424h3.262q.155-1.121.957-1.887t1.916-.766q1.108 0 1.91.766t.963 1.887h3.242q.594 0 1.018.424t.425 1.038v3.485q.842.257 1.363 1.011T21 12.442q0 .93-.521 1.674t-1.363 1.053v3.485q0 .6-.425 1.03q-.424.432-1.018.432zm7.058-7.673");
8
+ }
9
+ </style><path class="mv5wkyblq"/>`;
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:extension-outline-rounded"} {...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>.u_0kj0b3o {
5
+ const content = `<style>.wy-naub4s {
6
6
  fill: currentColor;
7
- d: path("M8.954 20H4v-4.954q.854-.25 1.427-.945T6 12.5t-.573-1.601T4 9.954V5h5q.27-.858.946-1.371q.677-.514 1.554-.514t1.554.514T14 5h5v5q.858.27 1.371.946q.514.677.514 1.554t-.514 1.554T19 15v5h-4.954q-.269-.904-.97-1.452T11.5 18t-1.576.548T8.954 20M5 19h3.298q.427-.996 1.32-1.498Q10.51 17 11.5 17t1.883.502T14.702 19H18v-4.884h.462q.719-.116 1.07-.593q.353-.477.353-1.023t-.352-1.023t-1.072-.592H18V6h-4.884v-.461q-.116-.72-.593-1.072q-.477-.351-1.023-.351t-1.023.351t-.592 1.072V6H5v3.277q.927.442 1.464 1.32Q7 11.472 7 12.5q0 1.021-.537 1.898q-.536.877-1.463 1.325zm6.5-6.5");
7
+ d: path("M5 19.116h13.116v-4.677l.72-.243q.516-.142.84-.627T20 12.442q0-.655-.324-1.133t-.84-.64l-.72-.236V5.769h-4.57l-.115-.853q-.114-.743-.632-1.272t-1.241-.528q-.726 0-1.246.528q-.52.529-.633 1.272l-.116.853H5V8.65q1.189.333 2.008 1.397t.819 2.401q0 1.36-.81 2.429q-.81 1.07-2.017 1.363zm-1 1V15.45q1.2-.077 2.014-.916t.813-2.092q0-1.13-.823-2.005T4 9.416V4.768h4.685q.155-1.121.957-1.887t1.924-.766q1.1 0 1.9.762q.8.763.965 1.891h4.685v4.947q.842.257 1.363 1.011T21 12.442q0 .93-.521 1.674t-1.363 1.053v4.947zm8.5-7.674");
8
8
  }
9
- </style><path class="u_0kj0b3o"/>`;
9
+ </style><path class="wy-naub4s"/>`;
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>.i8vre_sfe {
5
+ const content = `<style>.j6mtu66me {
6
6
  fill: currentColor;
7
- d: path("M8.954 20H5q-.421 0-.71-.29Q4 19.422 4 19v-3.954q.854-.25 1.427-.945T6 12.5t-.573-1.601T4 9.954V6q0-.421.29-.71Q4.579 5 5 5h4q.27-.858.946-1.371q.677-.514 1.554-.514t1.554.514T14 5h4q.421 0 .71.29q.29.289.29.71v4q.858.27 1.371.946q.514.677.514 1.554t-.514 1.554T19 15v4q0 .421-.29.71q-.289.29-.71.29h-3.954q-.269-.904-.97-1.452T11.5 18t-1.576.548T8.954 20M5 19h3.298q.427-.996 1.32-1.498Q10.51 17 11.5 17t1.883.502T14.702 19H18v-4.884h.462q.719-.116 1.07-.593q.353-.477.353-1.023t-.352-1.023t-1.072-.592H18V6h-4.884v-.461q-.116-.72-.593-1.072q-.477-.351-1.023-.351t-1.023.351t-.592 1.072V6H5v3.277q.927.442 1.464 1.32Q7 11.472 7 12.5q0 1.021-.537 1.898q-.536.877-1.463 1.325zm6.5-6.5");
7
+ d: path("M5.442 19.116h12.231q.193 0 .318-.135t.125-.327v-4.216l.72-.242q.516-.142.84-.627T20 12.442q0-.655-.324-1.133t-.84-.64l-.72-.236V6.23q0-.212-.126-.337t-.317-.125h-4.127l-.115-.854q-.114-.742-.632-1.27t-1.241-.53q-.73 0-1.248.53t-.631 1.27l-.116.854h-4.14q-.173 0-.298.125T5 6.231V8.65q1.189.333 2.008 1.402t.819 2.39q0 1.366-.81 2.435q-.81 1.07-2.017 1.363v2.414q0 .192.125.327q.125.134.317.134m0 1q-.6 0-1.02-.43Q4 19.254 4 18.654V15.45q1.2-.077 2.014-.916t.813-2.092q0-1.13-.823-2.005T4 9.416V6.23q0-.614.415-1.038q.414-.424 1.008-.424h3.262q.156-1.121.957-1.887q.802-.766 1.916-.766q1.108 0 1.91.766t.963 1.887h3.242q.594 0 1.018.424t.425 1.038v3.485q.842.257 1.363 1.011T21 12.442q0 .93-.521 1.674t-1.363 1.053v3.485q0 .6-.425 1.03q-.424.432-1.018.432zm7.058-7.673");
8
8
  }
9
- </style><path class="i8vre_sfe"/>`;
9
+ </style><path class="j6mtu66me"/>`;
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>.fhfvjcbun {
6
+ fill: currentColor;
7
+ d: path("M5.442 20.116q-.6 0-1.02-.431Q4 19.254 4 18.654v-2.721q0-.218.133-.363t.35-.195q1.013-.22 1.678-1.018q.666-.8.666-1.915q0-1.013-.666-1.829q-.665-.815-1.678-1.098q-.218-.056-.35-.21T4 8.933V6.23q0-.614.415-1.038q.414-.424 1.008-.424h3.262q.155-1.121.957-1.887t1.916-.766q1.108 0 1.91.766t.963 1.887h3.242q.594 0 1.018.424t.425 1.038v3.485q.842.257 1.363 1.011T21 12.442q0 .93-.521 1.674t-1.363 1.053v3.485q0 .6-.425 1.03q-.424.432-1.018.432z");
8
+ }
9
+ </style><path class="fhfvjcbun"/>`;
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:extension-rounded"} {...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>.lr1auebms {
5
+ const content = `<style>.g9cl7wwof {
6
6
  fill: currentColor;
7
- d: path("M8.954 20H4v-4.954q.854-.25 1.427-.945T6 12.5t-.573-1.601T4 9.954V5h5q.27-.858.946-1.371q.677-.514 1.554-.514t1.554.514T14 5h5v5q.858.27 1.371.946q.514.677.514 1.554t-.514 1.554T19 15v5h-4.954q-.269-.904-.97-1.452T11.5 18t-1.576.548T8.954 20");
7
+ d: path("M4 20.116V15.45q1.2-.077 2.014-.916t.813-2.092q0-1.13-.823-2.005T4 9.416V4.768h4.685q.155-1.121.957-1.887t1.916-.766q1.108 0 1.91.766t.963 1.887h4.685v4.947q.842.257 1.363 1.011T21 12.442q0 .93-.521 1.674t-1.363 1.053v4.947z");
8
8
  }
9
- </style><path class="lr1auebms"/>`;
9
+ </style><path class="g9cl7wwof"/>`;
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>.z7_ncqbnc {
5
+ const content = `<style>.oknrkfb7k {
6
6
  fill: currentColor;
7
- d: path("M8.954 20H5q-.421 0-.71-.29Q4 19.422 4 19v-3.954q.854-.25 1.427-.945T6 12.5t-.573-1.601T4 9.954V6q0-.421.29-.71Q4.579 5 5 5h4q.27-.858.946-1.371q.677-.514 1.554-.514t1.554.514T14 5h4q.421 0 .71.29q.29.289.29.71v4q.858.27 1.371.946q.514.677.514 1.554t-.514 1.554T19 15v4q0 .421-.29.71q-.289.29-.71.29h-3.954q-.269-.904-.97-1.452T11.5 18t-1.576.548T8.954 20");
7
+ d: path("M5.442 20.116q-.6 0-1.02-.431Q4 19.254 4 18.654V15.45q1.2-.077 2.014-.916t.813-2.092q0-1.13-.823-2.005T4 9.416V6.23q0-.614.415-1.038q.414-.424 1.008-.424h3.262q.156-1.121.957-1.887q.802-.766 1.916-.766q1.108 0 1.91.766t.963 1.887h3.242q.594 0 1.018.424t.425 1.038v3.485q.842.257 1.363 1.011T21 12.442q0 .93-.521 1.674t-1.363 1.053v3.485q0 .6-.425 1.03q-.424.432-1.018.432z");
8
8
  }
9
- </style><path class="z7_ncqbnc"/>`;
9
+ </style><path class="oknrkfb7k"/>`;
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>.ydfq9b2dd {
6
+ fill: currentColor;
7
+ d: path("M16.912 21.936q-.18-.065-.327-.213l-3.789-3.788q-.148-.148-.222-.327t-.074-.358t.074-.36t.222-.33l3.766-3.76l-1.5-1.48q-.146-.147-.146-.355q0-.207.146-.353t.356-.146t.357.146l5.973 5.948q.148.148.213.327q.064.179.064.357t-.064.36q-.065.183-.213.33l-3.788 3.789q-.148.148-.33.213q-.182.064-.36.064t-.359-.065M13.7 17.04h7.08l-3.53-3.531zM12 5Q9.075 5 7.038 7.038T5 12q0 2.108 1.11 3.79Q7.222 17.474 9 18.309V15.5q0-.213.143-.357T9.5 15t.357.143t.143.357v3.692q0 .349-.23.578t-.578.23H5.5q-.213 0-.357-.143T5 19.5t.143-.357T5.5 19h2.812q-1.916-1-3.114-2.851T4 12q0-1.664.626-3.118T6.34 6.34t2.542-1.714T12 4q2.562 0 4.562 1.418t2.884 3.688q.073.188 0 .38q-.073.193-.261.266q-.189.073-.384-.01t-.268-.27q-.756-1.97-2.513-3.221T12 5");
8
+ }
9
+ </style><path class="ydfq9b2dd"/>`;
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:reset-colors-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>.j-q6_5bni {
6
+ fill: currentColor;
7
+ d: path("m17.27 22.408l-5.158-5.158l4.45-4.45l-1.835-1.834l.688-.708l7.018 6.992zm-3.57-5.37h7.08l-3.53-3.53zM5 20v-1h3.312q-1.916-1-3.114-2.851T4 12q0-1.664.626-3.118T6.34 6.34t2.542-1.714T12 4q2.706 0 4.778 1.584q2.072 1.583 2.843 4.032h-1.036q-.727-2.027-2.504-3.322T12 5Q9.075 5 7.038 7.038T5 12q0 2.108 1.11 3.79Q7.222 17.474 9 18.309V15h1v5z");
8
+ }
9
+ </style><path class="j-q6_5bni"/>`;
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:reset-colors-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>.erigzxhwe {
6
+ fill: currentColor;
7
+ d: path("M16.912 21.936q-.18-.065-.327-.213l-3.789-3.788q-.296-.29-.296-.685t.296-.69l3.766-3.76l-1.835-1.834l.689-.708l6.332 6.302q.148.148.213.327q.064.179.064.357t-.064.36q-.065.183-.213.33l-3.788 3.789q-.148.148-.33.213q-.182.064-.36.064t-.359-.065M13.7 17.04h7.08l-3.53-3.531zM5 20v-1h3.312q-1.916-1-3.114-2.851T4 12q0-1.664.626-3.118T6.34 6.34t2.542-1.714T12 4q2.706 0 4.778 1.584q2.072 1.583 2.843 4.032h-1.036q-.727-2.027-2.504-3.322T12 5Q9.075 5 7.038 7.038T5 12q0 2.108 1.11 3.79Q7.222 17.474 9 18.309V15h1v5z");
8
+ }
9
+ </style><path class="erigzxhwe"/>`;
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:reset-colors"} {...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>.elps2o55b {
6
+ fill: currentColor;
7
+ d: path("M14.175 9q-.273 0-.475-.161t-.283-.43l-1.27-4.384q-.106-.385.133-.705q.24-.32.643-.32h5.94q.274 0 .476.162t.282.429l1.271 4.384q.106.385-.133.705q-.24.32-.643.32zm.154-1h5.519l-1.144-4H13.17zm-8.483-.423q-.69 0-1.191-.501t-.501-1.191t.5-1.192t1.192-.5t1.192.5t.5 1.191q0 .691-.5 1.192t-1.192.501M6.012 20q-.69 0-1.244-.443q-.552-.443-.69-1.134L2.11 8.585q-.061-.226.095-.405T2.61 8q.177 0 .307.11q.131.11.168.286l2.011 9.989q.039.23.27.423q.23.192.461.192h5.635q.213 0 .356.143t.144.357t-.144.357t-.356.143zm8.473-2h-7.22q-.551 0-.945-.332t-.505-.845l-1.177-5.62q-.211-1.026.47-1.75q.68-.722 1.592-.722q.702 0 1.29.419t.749 1.146L9.954 16h3.711q.39 0 .726.198q.334.198.551.571l2.712 4.683q.104.177.049.378q-.055.2-.232.304t-.378.05q-.2-.055-.305-.232zm-.156-10L13.17 4z");
8
+ }
9
+ </style><path class="elps2o55b"/>`;
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:seat-window-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>.t300f1ujq {
6
+ fill: currentColor;
7
+ d: path("m13.579 9l-1.712-6h7.592l1.712 6zm.75-1h5.519l-1.144-4H13.17zm-8.483-.423q-.69 0-1.191-.501t-.501-1.191t.5-1.192t1.192-.5t1.191.5t.501 1.191q0 .691-.5 1.192t-1.192.501M4.402 20L2 8h1.012l2.2 11h6.75v1zm1.662-2l-1.425-6.796q-.212-1.027.469-1.75T6.7 8.73q.702 0 1.29.419t.749 1.146L9.954 16h4.548l3.402 5.885l-.866.5L14.485 18zm8.265-10L13.17 4z");
8
+ }
9
+ </style><path class="t300f1ujq"/>`;
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:seat-window-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>.w0kmazh6h {
6
+ fill: currentColor;
7
+ d: path("M14.175 9q-.273 0-.475-.161t-.283-.43l-1.27-4.384q-.106-.385.133-.705q.24-.32.643-.32h5.94q.274 0 .476.162t.282.429l1.271 4.384q.106.385-.133.705q-.24.32-.643.32zm.154-1h5.519l-1.144-4H13.17zm-8.483-.423q-.69 0-1.191-.501t-.501-1.191t.5-1.192t1.192-.5t1.192.5t.5 1.191q0 .691-.5 1.192t-1.192.501M11.962 20h-5.95q-.69 0-1.244-.443q-.552-.443-.69-1.134L2 8h1.012l2.084 10.385q.038.23.27.423q.23.192.461.192h6.134zm5.077 2.385L14.484 18H7.267q-.552 0-.946-.332t-.505-.845l-1.177-5.62q-.211-1.026.47-1.75q.68-.722 1.592-.722q.702 0 1.29.419t.749 1.146L9.954 16h3.711q.39 0 .726.198q.334.198.551.571l2.962 5.116zM14.329 8L13.17 4z");
8
+ }
9
+ </style><path class="w0kmazh6h"/>`;
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:seat-window-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>.xwdfuvbne {
6
+ fill: currentColor;
7
+ d: path("M14.175 9q-.28 0-.479-.163t-.279-.428l-1.27-4.384q-.106-.385.13-.705t.646-.32h5.94q.28 0 .479.163q.2.163.28.428l1.27 4.384q.106.385-.13.705t-.646.32zM5.846 7.577q-.698 0-1.195-.497t-.497-1.196t.497-1.195t1.195-.497t1.195.497t.498 1.195q0 .699-.498 1.196q-.497.497-1.195.497M6.012 20q-.69 0-1.244-.443q-.552-.443-.69-1.134L2.11 8.585q-.061-.226.092-.405T2.608 8q.179 0 .31.112q.13.11.167.284l2.011 9.989q.039.23.27.423q.23.192.461.192h5.635q.212 0 .356.144t.144.357t-.144.356t-.356.143zm8.473-2h-7.22q-.551 0-.945-.332t-.505-.845l-1.177-5.62q-.211-1.026.47-1.75q.68-.722 1.592-.722q.702 0 1.288.421t.75 1.144L9.955 16h3.711q.39 0 .726.198q.334.198.551.571l2.712 4.683q.104.177.047.382t-.232.305t-.378.043t-.303-.23z");
8
+ }
9
+ </style><path class="xwdfuvbne"/>`;
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:seat-window-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>.uhw21sbkw {
6
+ fill: currentColor;
7
+ d: path("m13.579 9l-1.712-6h7.592l1.712 6zM5.846 7.577q-.69 0-1.191-.501t-.501-1.191t.5-1.192t1.192-.5t1.191.5t.501 1.191q0 .691-.5 1.192t-1.192.501M4.402 20L2 8h1.012l2.2 11h6.75v1zm1.662-2l-1.425-6.796q-.212-1.027.469-1.75T6.7 8.73q.702 0 1.29.419t.749 1.146L9.954 16h4.548l3.402 5.885l-.866.5L14.485 18z");
8
+ }
9
+ </style><path class="uhw21sbkw"/>`;
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:seat-window-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>.ldwhif3zf {
6
+ fill: currentColor;
7
+ d: path("M14.175 9q-.273 0-.475-.161t-.283-.43l-1.27-4.384q-.106-.385.133-.705q.24-.32.643-.32h5.94q.274 0 .476.162t.282.429l1.271 4.384q.106.385-.133.705q-.24.32-.643.32zM5.846 7.577q-.69 0-1.191-.501t-.501-1.191t.5-1.192t1.192-.5t1.192.5t.5 1.191q0 .691-.5 1.192t-1.192.501M11.962 20h-5.95q-.69 0-1.244-.443q-.552-.443-.69-1.134L2 8h1.012l2.084 10.385q.038.23.27.423q.23.192.461.192h6.134zm5.077 2.385L14.484 18H7.267q-.552 0-.946-.332t-.505-.845l-1.177-5.62q-.211-1.026.47-1.75q.68-.722 1.592-.722q.702 0 1.29.419t.749 1.146L9.954 16h3.711q.39 0 .726.198q.334.198.551.571l2.962 5.116z");
8
+ }
9
+ </style><path class="ldwhif3zf"/>`;
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:seat-window"} {...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>.pvy44ebvz {
6
+ fill: currentColor;
7
+ d: path("m7.51 18.04l-5.152-.97q-.194-.037-.323-.209q-.13-.17-.073-.365q.036-.207.21-.33q.174-.122.388-.085l5.23.99zm.911-3.246l-5.98-1.638q-.214-.062-.305-.229q-.092-.167-.025-.4q.068-.188.22-.283t.365-.052l6 1.639zm5.454-5.671l-3.744-5.475q-.135-.157-.089-.353t.223-.33q.158-.11.353-.075q.195.033.336.19l3.725 5.468zm4.017 5.92l-.717-.706l1.629-1.11q.188-.133.334-.318q.145-.186.214-.444L20.55 7.77l-2.604 2.848l-3.283-7.91q-.079-.176-.003-.362q.076-.185.278-.283q.189-.073.381 0t.271.255l2.68 6.447l1.61-1.781q.16-.166.382-.267q.22-.102.472-.097q.252.05.487.151t.388.317l.122.188l-1.416 5.483q-.111.423-.354.739q-.242.317-.57.534zm-3.867-.993L5.308 9.511q-.189-.084-.263-.289t.05-.387q.084-.177.289-.235t.387.021l5.92 3.094zM3.231 21.244q-.214-.011-.364-.17q-.15-.158-.1-.372q.012-.194.18-.329q.169-.134.363-.129l8.22.756q.86.094 1.557-.392q.696-.487.934-1.327l.881-2.939L2.446 3.862q-.14-.14-.153-.342t.153-.366q.16-.16.354-.16t.354.16l17.692 17.692q.14.14.153.342t-.153.366q-.16.16-.354.15t-.353-.15l-4.477-4.452l-.677 2.46q-.343 1.175-1.338 1.869T11.433 22zm13.944-6.907");
8
+ }
9
+ </style><path class="pvy44ebvz"/>`;
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:sign-language-off-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>.vqgv9q-vb {
6
+ fill: currentColor;
7
+ d: path("m7.51 18.04l-5.666-1.05l.196-.988l5.75 1.07zm.911-3.246l-6.469-1.748l.294-.944l6.45 1.729zm5.454-5.671l-4.05-5.827l.798-.586l4.056 5.838zm4.017 5.92l-.717-.706l1.629-1.11q.188-.133.334-.318q.145-.186.214-.444L20.55 7.77l-2.604 2.848l-3.477-8.342l.914-.41l2.886 6.899l2.11-2.341l1.388.748l-1.451 5.587q-.112.423-.354.739q-.243.317-.571.534zm-3.867-.993L4.812 9.298l.502-.885l6.377 3.302zM2.667 21.221l.118-.988L11.53 21q.86.094 1.556-.392q.696-.487.934-1.327l.881-2.939L2.092 3.508L2.8 2.8l18.4 18.4l-.708.708l-4.83-4.806l-.677 2.46q-.343 1.175-1.338 1.869T11.433 22zm14.508-6.884");
8
+ }
9
+ </style><path class="vqgv9q-vb"/>`;
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:sign-language-off-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>.ume25jhdf {
6
+ fill: currentColor;
7
+ d: path("m7.51 18.04l-5.152-.97q-.194-.037-.323-.209q-.13-.17-.073-.365q.036-.207.21-.33q.174-.122.388-.085l5.23.99zm.911-3.246l-5.98-1.638q-.214-.062-.305-.229q-.092-.167-.025-.4q.068-.188.22-.283t.365-.052l6 1.639zm5.454-5.671l-3.744-5.475q-.135-.157-.089-.353t.223-.33q.158-.11.353-.075q.195.033.336.19l3.725 5.468zm4.017 5.92l-.717-.706l1.629-1.11q.188-.133.334-.318q.145-.186.214-.444L20.55 7.77l-2.604 2.848l-3.283-7.91q-.079-.176-.003-.362q.076-.185.278-.283q.189-.073.381 0t.271.255l2.68 6.447l1.61-1.781q.16-.166.382-.267q.22-.102.472-.097q.252.05.487.151t.388.317l.122.188l-1.416 5.483q-.111.423-.354.739q-.242.317-.57.534zm-3.867-.993L5.308 9.511q-.189-.084-.263-.289t.05-.387q.084-.177.289-.235t.387.021l5.92 3.094zM3.231 21.244q-.214-.011-.364-.17q-.15-.158-.1-.372q.012-.194.18-.329q.169-.134.363-.129l8.22.756q.86.094 1.557-.392q.696-.487.934-1.327l.881-2.939L2.092 3.508L2.8 2.8l18.4 18.4l-.708.708l-4.83-4.806l-.677 2.46q-.343 1.175-1.338 1.869T11.433 22zm13.944-6.907");
8
+ }
9
+ </style><path class="ume25jhdf"/>`;
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:sign-language-off-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>.sknivrbip {
6
+ fill: currentColor;
7
+ d: path("M3.23 21.244q-.213-.011-.363-.17q-.15-.158-.1-.372q.012-.194.18-.329q.168-.134.362-.129l3.495.318l.725-2.521l-5.171-.972q-.194-.036-.323-.207q-.13-.171-.073-.366q.036-.207.21-.33q.174-.122.388-.085l5.244.99l.656-2.257l-6.02-1.658q-.213-.062-.304-.229q-.092-.167-.024-.4q.067-.188.219-.283t.365-.052l6.039 1.639l.817-2.844l-7.106-7.125q-.14-.14-.153-.342t.153-.366q.16-.16.354-.16t.354.16l17.692 17.692q.14.14.153.342t-.153.366q-.16.16-.354.15t-.353-.15l-4.477-4.452l-.677 2.46q-.318 1.175-1.325 1.869q-1.008.694-2.227.569zm14.662-6.202l-5.107-5.134l.984-.71l-3.638-5.55q-.135-.158-.089-.353t.224-.33q.157-.11.352-.076q.196.034.336.192l3.619 5.555l1.962-1.426l-1.871-4.502q-.08-.177-.003-.363q.076-.186.278-.284q.188-.072.38 0t.272.256l2.678 6.447l1.612-1.781q.16-.166.38-.28q.222-.114.474-.084q.513.05.757.354q.245.304.097.868l-1.273 4.917q-.112.423-.354.739q-.243.317-.571.534zm-3.867-.992L5.308 9.511q-.189-.084-.263-.289t.05-.387q.084-.177.289-.235t.387.021l5.92 3.094z");
8
+ }
9
+ </style><path class="sknivrbip"/>`;
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:sign-language-off-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>.o0vl3f3hr {
6
+ fill: currentColor;
7
+ d: path("m2.667 21.221l.118-.988l4.019.329l.725-2.521l-5.685-1.056l.197-.983l5.763 1.07l.656-2.258l-6.508-1.787l.294-.925l6.489 1.729l.817-2.844l-7.46-7.48L2.8 2.8l18.4 18.4l-.708.708l-4.83-4.806l-.677 2.46q-.318 1.175-1.325 1.869q-1.008.694-2.227.569zm15.225-6.179l-5.107-5.134l.984-.71l-3.944-5.902l.798-.586l3.95 5.927l1.962-1.427l-2.066-4.935l.914-.41l2.886 6.899l2.11-2.341l1.388.748l-1.451 5.587q-.112.423-.354.739q-.243.317-.571.534zm-3.867-.992L4.812 9.298l.496-.89l6.383 3.308z");
8
+ }
9
+ </style><path class="o0vl3f3hr"/>`;
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:sign-language-off-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>.ocfeq5bbd {
6
+ fill: currentColor;
7
+ d: path("M3.23 21.244q-.213-.011-.363-.17q-.15-.158-.1-.372q.012-.194.18-.329q.168-.134.362-.129l3.495.318l.725-2.521l-5.171-.972q-.194-.036-.323-.207q-.13-.171-.073-.366q.036-.207.21-.33q.174-.122.388-.085l5.244.99l.656-2.257l-6.02-1.658q-.213-.062-.304-.229q-.092-.167-.024-.4q.067-.188.219-.283t.365-.052l6.039 1.639l.817-2.844l-7.46-7.48L2.8 2.8l18.4 18.4l-.708.708l-4.83-4.806l-.677 2.46q-.343 1.175-1.338 1.869T11.433 22zm14.662-6.202l-5.107-5.134l.984-.71l-3.638-5.55q-.135-.158-.089-.353t.224-.33q.157-.11.352-.076q.196.034.336.192l3.619 5.555l1.962-1.426l-1.871-4.502q-.08-.177-.003-.363q.076-.186.278-.284q.188-.072.38 0t.272.256l2.678 6.447l1.612-1.781q.16-.166.38-.267q.222-.102.474-.097q.252.05.486.151q.235.101.389.317l.12.188l-1.414 5.483q-.112.423-.354.739q-.243.317-.571.534zm-3.867-.992L5.308 9.511q-.189-.084-.263-.289t.05-.387q.084-.177.289-.235t.387.021l5.92 3.094z");
8
+ }
9
+ </style><path class="ocfeq5bbd"/>`;
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:sign-language-off"} {...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": 15507,
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": 1781326547
31
+ "lastModified": 1782279526
32
32
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-solid/material-symbols-light",
3
3
  "type": "module",
4
- "version": "1.0.19",
4
+ "version": "1.0.21",
5
5
  "homepage": "https://icon-sets.iconify.design/material-symbols-light/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "Apache-2.0",
@@ -20682,10 +20682,18 @@
20682
20682
  "types": "./types/vn2rmosy.d.ts",
20683
20683
  "default": "./components/e/extension-outline.jsx"
20684
20684
  },
20685
+ "./extension-outline-rounded": {
20686
+ "types": "./types/vn2rmosy.d.ts",
20687
+ "default": "./components/e/extension-outline-rounded.jsx"
20688
+ },
20685
20689
  "./extension-outline-sharp": {
20686
20690
  "types": "./types/vn2rmosy.d.ts",
20687
20691
  "default": "./components/e/extension-outline-sharp.jsx"
20688
20692
  },
20693
+ "./extension-rounded": {
20694
+ "types": "./types/vn2rmosy.d.ts",
20695
+ "default": "./components/e/extension-rounded.jsx"
20696
+ },
20689
20697
  "./extension-sharp": {
20690
20698
  "types": "./types/vn2rmosy.d.ts",
20691
20699
  "default": "./components/e/extension-sharp.jsx"
@@ -45962,6 +45970,18 @@
45962
45970
  "types": "./types/vn2rmosy.d.ts",
45963
45971
  "default": "./components/r/reset-brightness-rounded.jsx"
45964
45972
  },
45973
+ "./reset-colors": {
45974
+ "types": "./types/vn2rmosy.d.ts",
45975
+ "default": "./components/r/reset-colors.jsx"
45976
+ },
45977
+ "./reset-colors-rounded": {
45978
+ "types": "./types/vn2rmosy.d.ts",
45979
+ "default": "./components/r/reset-colors-rounded.jsx"
45980
+ },
45981
+ "./reset-colors-sharp": {
45982
+ "types": "./types/vn2rmosy.d.ts",
45983
+ "default": "./components/r/reset-colors-sharp.jsx"
45984
+ },
45965
45985
  "./reset-exposure": {
45966
45986
  "types": "./types/vn2rmosy.d.ts",
45967
45987
  "default": "./components/r/reset-exposure.jsx"
@@ -48022,6 +48042,30 @@
48022
48042
  "types": "./types/vn2rmosy.d.ts",
48023
48043
  "default": "./components/s/seat-vent-right-sharp.jsx"
48024
48044
  },
48045
+ "./seat-window": {
48046
+ "types": "./types/vn2rmosy.d.ts",
48047
+ "default": "./components/s/seat-window.jsx"
48048
+ },
48049
+ "./seat-window-outline": {
48050
+ "types": "./types/vn2rmosy.d.ts",
48051
+ "default": "./components/s/seat-window-outline.jsx"
48052
+ },
48053
+ "./seat-window-outline-rounded": {
48054
+ "types": "./types/vn2rmosy.d.ts",
48055
+ "default": "./components/s/seat-window-outline-rounded.jsx"
48056
+ },
48057
+ "./seat-window-outline-sharp": {
48058
+ "types": "./types/vn2rmosy.d.ts",
48059
+ "default": "./components/s/seat-window-outline-sharp.jsx"
48060
+ },
48061
+ "./seat-window-rounded": {
48062
+ "types": "./types/vn2rmosy.d.ts",
48063
+ "default": "./components/s/seat-window-rounded.jsx"
48064
+ },
48065
+ "./seat-window-sharp": {
48066
+ "types": "./types/vn2rmosy.d.ts",
48067
+ "default": "./components/s/seat-window-sharp.jsx"
48068
+ },
48025
48069
  "./security": {
48026
48070
  "types": "./types/vn2rmosy.d.ts",
48027
48071
  "default": "./components/s/security.jsx"
@@ -50202,6 +50246,30 @@
50202
50246
  "types": "./types/vn2rmosy.d.ts",
50203
50247
  "default": "./components/s/sign-language-2-sharp.jsx"
50204
50248
  },
50249
+ "./sign-language-off": {
50250
+ "types": "./types/vn2rmosy.d.ts",
50251
+ "default": "./components/s/sign-language-off.jsx"
50252
+ },
50253
+ "./sign-language-off-outline": {
50254
+ "types": "./types/vn2rmosy.d.ts",
50255
+ "default": "./components/s/sign-language-off-outline.jsx"
50256
+ },
50257
+ "./sign-language-off-outline-rounded": {
50258
+ "types": "./types/vn2rmosy.d.ts",
50259
+ "default": "./components/s/sign-language-off-outline-rounded.jsx"
50260
+ },
50261
+ "./sign-language-off-outline-sharp": {
50262
+ "types": "./types/vn2rmosy.d.ts",
50263
+ "default": "./components/s/sign-language-off-outline-sharp.jsx"
50264
+ },
50265
+ "./sign-language-off-rounded": {
50266
+ "types": "./types/vn2rmosy.d.ts",
50267
+ "default": "./components/s/sign-language-off-rounded.jsx"
50268
+ },
50269
+ "./sign-language-off-sharp": {
50270
+ "types": "./types/vn2rmosy.d.ts",
50271
+ "default": "./components/s/sign-language-off-sharp.jsx"
50272
+ },
50205
50273
  "./sign-language-outline": {
50206
50274
  "types": "./types/vn2rmosy.d.ts",
50207
50275
  "default": "./components/s/sign-language-outline.jsx"