@iconify-svelte/material-symbols-light 1.0.33 → 1.0.34

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 (32) hide show
  1. package/components/a/add-task-outline-rounded.svelte +17 -0
  2. package/components/a/add-task-outline-sharp.svelte +17 -0
  3. package/components/a/add-task-outline.svelte +17 -0
  4. package/components/a/add-task-rounded.svelte +3 -3
  5. package/components/a/add-task-sharp.svelte +17 -0
  6. package/components/a/add-task.svelte +3 -3
  7. package/components/a/add-to-drive-outline-rounded.svelte +3 -3
  8. package/components/a/add-to-drive-outline.svelte +3 -3
  9. package/components/a/add-to-drive-rounded.svelte +3 -3
  10. package/components/a/add-to-drive.svelte +3 -3
  11. package/components/d/docs-outline-sharp.svelte +3 -3
  12. package/components/d/docs-outline.svelte +3 -3
  13. package/components/d/docs-sharp.svelte +3 -3
  14. package/components/d/docs.svelte +3 -3
  15. package/components/d/drive-export-outline-rounded.svelte +3 -3
  16. package/components/d/drive-export-outline.svelte +3 -3
  17. package/components/d/drive-export-rounded.svelte +3 -3
  18. package/components/d/drive-export.svelte +3 -3
  19. package/components/f/forms-add-on-outline-rounded.svelte +17 -0
  20. package/components/f/forms-add-on-outline.svelte +17 -0
  21. package/components/f/forms-add-on-rounded.svelte +3 -3
  22. package/components/f/forms-add-on.svelte +3 -3
  23. package/components/f/forms-apps-script-outline-sharp.svelte +17 -0
  24. package/components/f/forms-apps-script-outline.svelte +3 -3
  25. package/components/f/forms-apps-script-sharp.svelte +17 -0
  26. package/components/f/forms-apps-script.svelte +3 -3
  27. package/components/t/task-alt-outline-sharp.svelte +17 -0
  28. package/components/t/task-alt-outline.svelte +17 -0
  29. package/components/t/task-alt-sharp.svelte +17 -0
  30. package/components/t/task-alt.svelte +3 -3
  31. package/iconify.json +2 -2
  32. package/package.json +45 -1
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="a_gq1ibkm"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:add-task-outline-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.a_gq1ibkm) {
13
+ fill: currentColor;
14
+ d: path("M10.033 5h3.91q2.926 0 4.995 2.036T21.006 12q0 .214-.153.357t-.347.143q-.214 0-.357-.143T20.006 12q0-2.5-1.775-4.25T13.937 6h-3.898q-2.5 0-4.275 1.75T3.989 12t1.775 4.25T10.039 18h2.48q.214 0 .354.153t.14.347q0 .214-.152.357q-.153.143-.348.143h-2.48q-2.927 0-4.986-2.036T2.989 12t2.058-4.963T10.033 5m8.467 9q.194 0 .347.153T19 14.5V17h2.5q.194 0 .347.153T22 17.5q0 .214-.153.357T21.5 18H19v2.525q0 .194-.153.335q-.153.14-.347.14q-.213 0-.357-.143T18 20.5V18h-2.525q-.194 0-.334-.143T15 17.5q0-.194.143-.347q.144-.153.357-.153H18v-2.5q0-.194.143-.347T18.5 14m-2.706-4.717l-5.2 4.873l-2.413-2.26q-.166-.14-.354-.143q-.189-.003-.354.143t-.156.347t.156.342l2.436 2.282q.297.297.688.306t.707-.286l5.204-4.916q.16-.14.16-.341t-.16-.347q-.152-.16-.35-.163q-.199-.003-.364.163");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="hx5nnbcph"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:add-task-outline-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.hx5nnbcph) {
13
+ fill: currentColor;
14
+ d: path("m10.594 14.156l-2.761-2.581l-.681.7l3.467 3.258l6.273-5.916l-.719-.713zM10.033 19q-2.927 0-4.986-2.033t-2.058-4.964t2.058-4.966T10.033 5h3.91q2.926 0 4.995 2.034Q21.006 9.07 21.006 12h-1q0-2.5-1.775-4.25T13.936 6H10.04q-2.5 0-4.275 1.75T3.989 12t1.775 4.25T10.039 18h2.98v1zM18 21v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-6-9");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="c7vqt30ot"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:add-task-outline" {...props}></Icon>
11
+ <style>
12
+ :global(.c7vqt30ot) {
13
+ fill: currentColor;
14
+ d: path("M18 21v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-8.09-6.133q.315.277.706.287q.392.01.688-.267l5.204-4.916q.165-.146.165-.347t-.165-.341q-.146-.166-.347-.166t-.367.166l-5.2 4.873l-2.413-2.26q-.165-.146-.354-.146t-.354.146t-.156.345t.156.344zM10.033 19q-2.927 0-4.986-2.033t-2.058-4.964t2.058-4.966T10.033 5h3.91q2.926 0 4.995 2.034Q21.006 9.07 21.006 12h-1q0-2.5-1.775-4.25T13.936 6H10.04q-2.5 0-4.275 1.75T3.989 12t1.775 4.25T10.039 18h2.98v1zM12 12");
15
+ }
16
+
17
+ </style>
@@ -5,13 +5,13 @@ import Icon from '@iconify/css-svelte';
5
5
  let {width, height, ...props} = $props();
6
6
 
7
7
  const viewBox = {"width":24,"height":24};
8
- const content = `<path class="z4cvwcnnq"/>`;
8
+ const content = `<path class="n8d_2eb5x"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:add-task-rounded" {...props}></Icon>
11
11
  <style>
12
- :global(.z4cvwcnnq) {
12
+ :global(.n8d_2eb5x) {
13
13
  fill: currentColor;
14
- d: path("M12 21q-1.868 0-3.51-.708t-2.857-1.924t-1.924-2.856T3 12.003t.709-3.51t1.924-2.859T8.49 3.709T12 3q1.296 0 2.501.362t2.293 1.04q.202.123.267.33q.064.209-.07.385q-.135.177-.355.21t-.409-.09q-.954-.606-2.028-.921T12 4Q8.65 4 6.325 6.325T4 12t2.325 5.675T12 20q.788 0 1.546-.148t1.479-.444q.213-.068.43-.023q.218.046.331.232q.1.173.04.379t-.276.283q-.85.363-1.74.542T12 21m7.5-4.5H17q-.213 0-.356-.144t-.144-.357t.144-.356T17 15.5h2.5V13q0-.213.144-.356t.357-.144t.356.144t.143.356v2.5H23q.213 0 .356.144t.144.357t-.144.356T23 16.5h-2.5V19q0 .213-.144.356t-.357.144t-.356-.144T19.5 19zm-8.939-2.008L19.94 5.11q.14-.14.344-.15t.363.15t.16.354t-.16.353l-9.519 9.525q-.243.242-.566.242t-.565-.242l-2.638-2.638q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16z");
14
+ d: path("M18 18h-2.5q-.213 0-.356-.144T15 17.499t.144-.356T15.5 17H18v-2.5q0-.213.144-.356t.357-.144t.356.144t.143.356V17h2.5q.213 0 .356.144t.144.357t-.144.356T21.5 18H19v2.5q0 .213-.144.356t-.357.144t-.356-.144T18 20.5zm-8.09-3.133q.315.277.706.287q.392.01.688-.267l5.204-4.916q.165-.14.165-.335t-.165-.35q-.166-.169-.357-.169t-.357.166l-5.2 4.873l-2.413-2.26q-.166-.146-.354-.146t-.354.146q-.165.146-.156.345t.156.344zM10.033 19q-2.927 0-4.986-2.037t-2.058-4.971q0-2.913 2.058-4.953Q7.106 5 10.033 5h3.91q2.212 0 3.964 1.202t2.55 3.12q.243.567.38 1.168t.169 1.204q.025.323-.258.507t-.606.072q-.373-.13-.79-.19q-.416-.058-.833-.058q-1.148 0-2.158.439q-1.01.438-1.746 1.176q-.89.89-1.299 2.052t-.285 2.383q.03.373-.196.649T12.26 19z");
15
15
  }
16
16
 
17
17
  </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="cssudzbox"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:add-task-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.cssudzbox) {
13
+ fill: currentColor;
14
+ d: path("m10.594 14.156l-2.761-2.581l-.681.7l3.467 3.258l6.273-5.916l-.719-.713zM18 21v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-4.81-2h-3.157q-2.927 0-4.986-2.036T2.989 12q0-2.921 2.058-4.96Q7.106 5 10.033 5h3.91q2.926 0 4.995 2.04T21.006 12q0 .142-.003.307q-.003.164-.028.306q-.554-.279-1.172-.433q-.618-.155-1.284-.155q-2.307 0-3.913 1.606T13 17.544q0 .39.046.744q.046.353.145.712");
15
+ }
16
+
17
+ </style>
@@ -5,13 +5,13 @@ import Icon from '@iconify/css-svelte';
5
5
  let {width, height, ...props} = $props();
6
6
 
7
7
  const viewBox = {"width":24,"height":24};
8
- const content = `<path class="smjycfj0z"/>`;
8
+ const content = `<path class="jdrjedceo"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:add-task" {...props}></Icon>
11
11
  <style>
12
- :global(.smjycfj0z) {
12
+ :global(.jdrjedceo) {
13
13
  fill: currentColor;
14
- d: path("M11.99 21q-1.862 0-3.5-.71q-1.638-.711-2.855-1.925T3.71 15.51T3 12.003t.709-3.51t1.924-2.859T8.49 3.709T12 3q1.535 0 2.905.475T17.404 4.8l-.72.744q-.988-.734-2.174-1.14Q13.324 4 12 4Q8.675 4 6.337 6.338T4 12t2.338 5.663T12 20q.877 0 1.704-.188q.827-.189 1.584-.522l.75.756q-.91.462-1.929.708T11.991 21m7.509-1.5v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-8.938-3.592L7.004 12.35l.708-.708l2.85 2.85l9.73-9.736l.708.707z");
14
+ d: path("M18 21v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-8.09-6.133q.315.277.706.287q.392.01.688-.267l5.204-4.916q.165-.146.165-.337t-.165-.351q-.166-.166-.357-.166t-.357.166l-5.2 4.873l-2.413-2.26q-.166-.146-.354-.146t-.354.146q-.165.146-.156.345t.156.344zM13.19 19h-3.157q-2.927 0-4.986-2.036T2.989 12q0-2.921 2.058-4.96Q7.106 5 10.033 5h3.91q2.926 0 4.995 2.04T21.006 12q0 .142-.003.307q-.003.164-.028.306q-.554-.279-1.172-.433q-.618-.155-1.284-.155q-2.307 0-3.913 1.606T13 17.544q0 .39.046.744q.046.353.145.712");
15
15
  }
16
16
 
17
17
  </style>
@@ -5,13 +5,13 @@ import Icon from '@iconify/css-svelte';
5
5
  let {width, height, ...props} = $props();
6
6
 
7
7
  const viewBox = {"width":24,"height":24};
8
- const content = `<path class="jfhhu8brb"/>`;
8
+ const content = `<path class="dj4vm2t7j"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:add-to-drive-outline-rounded" {...props}></Icon>
11
11
  <style>
12
- :global(.jfhhu8brb) {
12
+ :global(.dj4vm2t7j) {
13
13
  fill: currentColor;
14
- d: path("M5.885 20.5q-.344 0-.697-.205q-.354-.205-.521-.5l-2.103-3.696q-.168-.295-.178-.702t.172-.699L8.673 4.202q.18-.293.522-.497q.341-.205.69-.205h4.23q.349 0 .69.205q.341.204.522.497l3.504 6.04q.146.256.016.49t-.422.241q-.134.013-.25-.051t-.184-.193L14.35 4.5h-4.7L3.3 15.4l2.35 4.1h7.573q.132 0 .237.052q.106.052.179.175q.157.25.02.512t-.436.261zm2.017-4q-.16 0-.32-.077t-.228-.23l-.035-.064q-.105-.18-.105-.401q0-.22.105-.407l3.943-6.86q.1-.181.29-.292t.411-.111h.15q.179 0 .333.09t.235.236l2.138 3.731q.079.14.06.303q-.018.163-.13.284q-.174.18-.414.154q-.24-.027-.376-.24L12 9.2l-3.615 6.3h4.156q.248 0 .399.167q.15.167.099.41q-.035.179-.183.301t-.321.122zm10.598 1H16q-.213 0-.356-.144t-.144-.357t.144-.356T16 16.5h2.5V14q0-.213.144-.356t.357-.144t.356.144t.143.356v2.5H22q.213 0 .356.144t.144.357t-.144.356T22 17.5h-2.5V20q0 .213-.144.356t-.357.144t-.356-.144T18.5 20z");
14
+ d: path("M7.044 19h5.445l-3.797-6.5H5.963l-1.382 2.352q-.389.645-.376 1.388t.376 1.385t1.03 1.009T7.044 19M12 16.173l2.162-3.673H9.839zM6.537 11.5h8.198l1.342-2.289l-1.658-2.807q-.388-.633-1.025-1.019T11.992 5t-1.416.376t-1.04 1.028zm6.398 8.5h-5.89q-1.053 0-1.94-.504q-.886-.504-1.409-1.383q-.523-.88-.523-1.885t.523-1.882l4.981-8.442q.523-.877 1.414-1.39Q10.981 4 12 4q1.027 0 1.904.514q.877.513 1.4 1.39l3.925 6.654q-.292-.054-.607-.075q-.314-.021-.606.02l-1.366-2.316l-2.75 4.707q-.57.781-.843 1.727q-.274.947-.274 2.025q0 .347.04.694q.041.347.111.66M18 19h-2.5q-.213 0-.356-.144T15 18.499t.144-.356T15.5 18H18v-2.5q0-.213.144-.356t.357-.144t.356.144t.143.356V18h2.5q.213 0 .356.144t.144.357t-.144.356T21.5 19H19v2.5q0 .213-.144.356t-.357.144t-.356-.144T18 21.5zm-1.35-8.814");
15
15
  }
16
16
 
17
17
  </style>
@@ -5,13 +5,13 @@ import Icon from '@iconify/css-svelte';
5
5
  let {width, height, ...props} = $props();
6
6
 
7
7
  const viewBox = {"width":24,"height":24};
8
- const content = `<path class="gg_jkacdk"/>`;
8
+ const content = `<path class="dsjgbebzk"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:add-to-drive-outline" {...props}></Icon>
11
11
  <style>
12
- :global(.gg_jkacdk) {
12
+ :global(.dsjgbebzk) {
13
13
  fill: currentColor;
14
- d: path("M5.885 20.5q-.348 0-.7-.205t-.512-.497l-2.115-3.702q-.162-.292-.171-.699t.17-.699L8.674 4.202q.18-.293.522-.497q.341-.205.69-.205h4.23q.349 0 .69.205q.341.204.522.497l3.935 6.761q-.287-.034-.563-.027t-.568.05L14.35 4.5h-4.7L3.3 15.4l2.35 4.1h7.842q.121.287.272.527t.357.473zm1.654-4l-.437-.775l4.402-7.667h.992l2.506 4.38q-.194.171-.374.367t-.34.39L12 9.2l-3.615 6.3h4.754q-.08.244-.119.485q-.04.24-.058.515zm10.961 4v-3h-3v-1h3v-3h1v3h3v1h-3v3z");
14
+ d: path("M7.044 19h5.445l-3.797-6.5H5.963l-1.382 2.352q-.389.645-.376 1.388t.376 1.385t1.03 1.009T7.044 19M12 16.173l2.162-3.673H9.839zM6.537 11.5h8.198l1.342-2.289l-1.658-2.807q-.388-.633-1.025-1.019T11.992 5t-1.416.376t-1.04 1.028zm6.398 8.5h-5.89q-1.053 0-1.94-.504q-.886-.504-1.409-1.383q-.523-.88-.523-1.885t.523-1.882l4.981-8.442q.523-.877 1.414-1.39Q10.981 4 12 4q1.027 0 1.904.514q.877.513 1.4 1.39l3.925 6.654q-.292-.054-.607-.075q-.314-.021-.606.02l-1.366-2.316l-2.75 4.707q-.57.781-.843 1.727q-.274.947-.274 2.025q0 .347.04.694q.041.347.111.66M18 22v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-1.35-11.814");
15
15
  }
16
16
 
17
17
  </style>
@@ -5,13 +5,13 @@ import Icon from '@iconify/css-svelte';
5
5
  let {width, height, ...props} = $props();
6
6
 
7
7
  const viewBox = {"width":24,"height":24};
8
- const content = `<path class="w8lmwk74x"/>`;
8
+ const content = `<path class="m264z81dy"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:add-to-drive-rounded" {...props}></Icon>
11
11
  <style>
12
- :global(.w8lmwk74x) {
12
+ :global(.m264z81dy) {
13
13
  fill: currentColor;
14
- d: path("M5.894 20.5q-.346 0-.702-.205t-.525-.5l-2.103-3.696q-.168-.295-.178-.702t.172-.699L8.673 4.202q.18-.293.522-.497q.341-.205.69-.205h4.23q.349 0 .69.205q.341.204.522.497l3.54 6.076q.148.258.014.492q-.135.234-.437.241q-.134-.005-.25-.05t-.185-.177L14.35 4.5h-4.7L3.3 15.4l2.35 4.1h7.63q.133 0 .238.052t.178.175q.158.25.02.512t-.435.261zm2.008-4q-.16 0-.32-.077t-.228-.23l-.035-.064q-.105-.18-.105-.401q0-.22.105-.407l3.943-6.86q.1-.181.29-.292t.412-.111h.15q.178 0 .332.09t.237.238l2.173 3.76q.08.142.062.308t-.13.305q-.174.181-.424.145t-.388-.256L12 9.2l-3.615 6.3h4.213q.249 0 .4.167t.098.41q-.034.179-.183.301q-.148.122-.321.122zm10.598 1H16q-.213 0-.356-.144t-.144-.357t.144-.356T16 16.5h2.5V14q0-.213.144-.356t.357-.144t.356.144t.143.356v2.5H22q.213 0 .356.144t.144.357t-.144.356T22 17.5h-2.5V20q0 .213-.144.356t-.357.144t-.356-.144T18.5 20z");
14
+ d: path("M7.044 20q-1.04 0-1.933-.504q-.892-.504-1.415-1.383q-.523-.88-.523-1.885t.523-1.882l1.09-1.846h3.906l4.37 7.5zm-1.678-8.5l3.311-5.596q.523-.877 1.414-1.39Q10.981 4 12 4q1.027 0 1.904.514q.877.513 1.4 1.39l1.365 2.302l-1.934 3.294zM18 19h-2.5q-.213 0-.356-.144T15 18.499t.144-.356T15.5 18H18v-2.5q0-.213.144-.356t.357-.144t.356.144t.143.356V18h2.5q.213 0 .356.144t.144.357t-.144.356T21.5 19H19v2.5q0 .213-.144.356t-.357.144t-.356-.144T18 21.5zm-3.652-4.837l2.9-4.982l2 3.377q-1.344-.175-2.624.24q-1.28.416-2.276 1.366");
15
15
  }
16
16
 
17
17
  </style>
@@ -5,13 +5,13 @@ import Icon from '@iconify/css-svelte';
5
5
  let {width, height, ...props} = $props();
6
6
 
7
7
  const viewBox = {"width":24,"height":24};
8
- const content = `<path class="bmvt2ni6u"/>`;
8
+ const content = `<path class="wdnetxb8v"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:add-to-drive" {...props}></Icon>
11
11
  <style>
12
- :global(.bmvt2ni6u) {
12
+ :global(.wdnetxb8v) {
13
13
  fill: currentColor;
14
- d: path("M5.893 20.5q-.35 0-.704-.205t-.516-.497l-2.115-3.702q-.162-.292-.171-.699t.17-.699L8.674 4.202q.18-.293.522-.497q.341-.205.69-.205h4.23q.349 0 .69.205q.341.204.522.497l3.973 6.82q-.287-.035-.572-.037q-.286-.002-.58.04L14.35 4.5h-4.7L3.3 15.4l2.35 4.1h7.891q.123.287.276.527t.362.473zm1.646-4l-.437-.775l4.402-7.667h.992l2.544 4.423q-.194.174-.374.373q-.18.2-.339.398L12 9.2l-3.615 6.3h4.811q-.079.244-.118.485q-.04.24-.059.515zm10.961 4v-3h-3v-1h3v-3h1v3h3v1h-3v3z");
14
+ d: path("M7.044 20q-1.032 0-1.928-.504q-.897-.504-1.42-1.38q-.523-.877-.523-1.885t.523-1.885l1.09-1.846h3.906l4.37 7.5zm-1.678-8.5l3.311-5.596q.523-.877 1.41-1.39T12 4t1.904.514t1.4 1.39l1.365 2.302l-1.934 3.294zM18 22v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-3.652-7.837l2.9-4.982l2 3.377q-1.344-.175-2.624.24q-1.28.416-2.276 1.366");
15
15
  }
16
16
 
17
17
  </style>
@@ -5,13 +5,13 @@ import Icon from '@iconify/css-svelte';
5
5
  let {width, height, ...props} = $props();
6
6
 
7
7
  const viewBox = {"width":24,"height":24};
8
- const content = `<path class="xmx3g9bvj"/>`;
8
+ const content = `<path class="xy88k1nit"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:docs-outline-sharp" {...props}></Icon>
11
11
  <style>
12
- :global(.xmx3g9bvj) {
12
+ :global(.xy88k1nit) {
13
13
  fill: currentColor;
14
- d: path("M8.385 12.308h7.23v-1h-7.23zm0 2.769h7.23v-1h-7.23zm0 2.77h4.23v-1h-4.23zM5 21V3h9.5L19 7.5V21zm9-13V4H6v16h12V8zM6 4v4zv16z");
14
+ d: path("M13.654 3L18 7.462V21H6V3zM11.5 4H7v16h10V9.673h-5.5zm1 0v4.673H17v-.79L13.252 4zM9.654 18.173v-1H12.5v1zm0-3.788v-1h4.673v1z");
15
15
  }
16
16
 
17
17
  </style>
@@ -5,13 +5,13 @@ import Icon from '@iconify/css-svelte';
5
5
  let {width, height, ...props} = $props();
6
6
 
7
7
  const viewBox = {"width":24,"height":24};
8
- const content = `<path class="dc0294bcf"/>`;
8
+ const content = `<path class="f9h2uzlmg"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:docs-outline" {...props}></Icon>
11
11
  <style>
12
- :global(.dc0294bcf) {
12
+ :global(.f9h2uzlmg) {
13
13
  fill: currentColor;
14
- d: path("M8.385 12.308h7.23v-1h-7.23zm0 2.769h7.23v-1h-7.23zm0 2.77h4.23v-1h-4.23zM6.615 21q-.69 0-1.152-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3H14.5L19 7.5v11.885q0 .69-.462 1.153T17.384 21zM14 8V4H6.616q-.231 0-.424.192T6 4.615v14.77q0 .23.192.423t.423.192h10.77q.23 0 .423-.192t.192-.424V8zM6 4v4zv16z");
14
+ d: path("M7.616 21q-.691 0-1.153-.462T6 19.385V4.615q0-.69.463-1.152T7.616 3h5.367q.323 0 .628.121t.522.358l3.408 3.523q.217.217.338.503t.121.609v11.27q0 .691-.462 1.154T16.384 21zM11.5 4H7.616q-.27 0-.443.183T7 4.616v14.769q0 .269.173.442t.443.173h8.769q.25 0 .432-.173q.183-.173.183-.442V9.673h-3.173q-.961 0-1.644-.702T11.5 7.27zm1 0v3.27q0 .578.374.99t.953.413H17v-.79L13.252 4zm-2.346 14.173q-.213 0-.357-.143q-.143-.143-.143-.357t.143-.357t.357-.143H12q.214 0 .357.143t.143.357t-.143.357t-.357.143zm0-3.788q-.213 0-.357-.144q-.143-.143-.143-.356q0-.214.143-.357q.144-.143.357-.143h3.673q.214 0 .357.143t.143.357t-.143.356t-.357.144z");
15
15
  }
16
16
 
17
17
  </style>
@@ -5,13 +5,13 @@ import Icon from '@iconify/css-svelte';
5
5
  let {width, height, ...props} = $props();
6
6
 
7
7
  const viewBox = {"width":24,"height":24};
8
- const content = `<path class="yd4ec2bjx"/>`;
8
+ const content = `<path class="pia9o7b6o"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:docs-sharp" {...props}></Icon>
11
11
  <style>
12
- :global(.yd4ec2bjx) {
12
+ :global(.pia9o7b6o) {
13
13
  fill: currentColor;
14
- d: path("M8.385 12.308h7.23v-1h-7.23zm0 2.769h7.23v-1h-7.23zm0 2.77h4.23v-1h-4.23zM5 21V3h9.5L19 7.5V21zm9-13h4l-4-4z");
14
+ d: path("M12 3v6.173h6V21H6V3zm1 0h.654L18 7.462v.711h-5zM9.654 18.173H12.5v-1H9.654zm0-3.788h4.673v-1H9.654z");
15
15
  }
16
16
 
17
17
  </style>
@@ -5,13 +5,13 @@ import Icon from '@iconify/css-svelte';
5
5
  let {width, height, ...props} = $props();
6
6
 
7
7
  const viewBox = {"width":24,"height":24};
8
- const content = `<path class="u5i7oqbnb"/>`;
8
+ const content = `<path class="fne8nsa7o"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:docs" {...props}></Icon>
11
11
  <style>
12
- :global(.u5i7oqbnb) {
12
+ :global(.fne8nsa7o) {
13
13
  fill: currentColor;
14
- d: path("M8.385 12.308h7.23v-1h-7.23zm0 2.769h7.23v-1h-7.23zm0 2.77h4.23v-1h-4.23zM6.615 21q-.69 0-1.152-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3H14.5L19 7.5v11.885q0 .69-.462 1.153T17.384 21zM14 8h4l-4-4z");
14
+ d: path("M12 3v3.77q0 1 .683 1.701t1.644.702H18v10.212q0 .69-.462 1.153T16.384 21H7.616q-.691 0-1.153-.462T6 19.385V4.615q0-.69.463-1.152T7.616 3zm1 0h.654L18 7.462v.711h-3.673q-.579 0-.953-.413T13 6.77zm-2.846 15.173H12q.214 0 .357-.143t.143-.357t-.143-.357t-.357-.143h-1.846q-.213 0-.357.143q-.143.143-.143.357t.143.357t.357.143m0-3.788h3.673q.214 0 .357-.144t.143-.357t-.143-.356t-.357-.144h-3.673q-.213 0-.357.144q-.143.143-.143.357q0 .213.143.356q.144.144.357.144");
15
15
  }
16
16
 
17
17
  </style>
@@ -5,13 +5,13 @@ import Icon from '@iconify/css-svelte';
5
5
  let {width, height, ...props} = $props();
6
6
 
7
7
  const viewBox = {"width":24,"height":24};
8
- const content = `<path class="gi92k9i9u"/>`;
8
+ const content = `<path class="slrnm2b-y"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:drive-export-outline-rounded" {...props}></Icon>
11
11
  <style>
12
- :global(.gi92k9i9u) {
12
+ :global(.slrnm2b-y) {
13
13
  fill: currentColor;
14
- d: path("m20.5 16.208l-3.24 3.227q-.147.146-.348.146t-.347-.147t-.146-.347t.146-.347l3.222-3.24H17q-.213 0-.357-.143T16.5 15t.143-.357T17 14.5h3.692q.349 0 .578.23t.23.578V19q0 .214-.143.357T21 19.5t-.357-.143T20.5 19zM5.885 20.5q-.349 0-.7-.205t-.512-.497l-2.115-3.702q-.162-.292-.172-.699t.172-.699L8.673 4.202q.18-.293.522-.497q.341-.205.69-.205h4.23q.349 0 .69.205q.341.204.522.497l3.504 6.04q.146.256.016.49t-.422.241q-.134.013-.251-.051t-.183-.193L14.35 4.5h-4.7L3.3 15.4l2.35 4.1h7.573q.135 0 .239.052t.177.175q.157.25.02.512t-.436.261zm2.017-4q-.16 0-.32-.077t-.228-.23l-.035-.064q-.106-.187-.106-.404t.106-.404l3.943-6.86q.105-.186.295-.295t.406-.108h.15q.18 0 .33.089q.151.09.238.237l2.138 3.731q.079.14.06.305q-.017.164-.127.28q-.177.183-.417.156t-.376-.24L12 9.2l-3.615 6.3h4.156q.244 0 .397.167t.097.412q-.031.177-.177.299t-.323.122z");
14
+ d: path("m20.5 18.208l-3.265 3.246q-.14.14-.342.133t-.347-.153q-.14-.14-.14-.334t.14-.334l3.24-3.266H17q-.213 0-.357-.143T16.5 17t.143-.357T17 16.5h3.692q.349 0 .578.23t.23.578V21q0 .214-.143.357T21 21.5t-.357-.143T20.5 21zM7.044 19h5.445l-3.797-6.5H5.963l-1.382 2.352q-.389.652-.376 1.391t.376 1.373q.363.651 1.028 1.018q.664.366 1.435.366M12 16.173l2.162-3.673H9.839zM6.537 11.5h8.198l1.342-2.289l-1.658-2.807q-.388-.633-1.028-1.019Q12.752 5 12 5q-.771 0-1.423.376t-1.04 1.028zm6.398 8.5h-5.89q-1.053 0-1.94-.504q-.886-.504-1.409-1.38q-.523-.877-.523-1.885t.523-1.885l4.981-8.442q.523-.877 1.41-1.39T12 4t1.904.514t1.4 1.39l3.925 6.654q-.292-.054-.607-.075q-.314-.021-.606.02l-1.366-2.316l-2.75 4.707q-.57.781-.843 1.731t-.274 2.021q0 .346.039.692q.04.346.113.662m3.715-9.813");
15
15
  }
16
16
 
17
17
  </style>
@@ -5,13 +5,13 @@ import Icon from '@iconify/css-svelte';
5
5
  let {width, height, ...props} = $props();
6
6
 
7
7
  const viewBox = {"width":24,"height":24};
8
- const content = `<path class="mahl7rzhj"/>`;
8
+ const content = `<path class="pjqpqbbpi"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:drive-export-outline" {...props}></Icon>
11
11
  <style>
12
- :global(.mahl7rzhj) {
12
+ :global(.pjqpqbbpi) {
13
13
  fill: currentColor;
14
- d: path("m16.9 19.789l-.688-.689l3.575-3.6H16.5v-1h5v5h-1v-3.292zM5.885 20.5q-.349 0-.7-.205t-.512-.497l-2.115-3.702q-.162-.292-.172-.699t.172-.699L8.673 4.202q.18-.293.522-.497q.341-.205.69-.205h4.23q.349 0 .69.205q.341.204.522.497l3.935 6.761q-.287-.034-.563-.027t-.568.05L14.35 4.5h-4.7L3.3 15.4l2.35 4.1h7.842q.121.287.272.527t.357.473zm1.653-4l-.436-.775l4.402-7.667h.992l2.506 4.38q-.194.171-.374.367t-.34.39L12 9.2l-3.615 6.3h4.754q-.08.244-.119.485q-.04.24-.058.515z");
14
+ d: path("m16.9 21.789l-.688-.689l3.575-3.6H16.5v-1h5v5h-1v-3.292zM7.044 19h5.445l-3.797-6.5H5.963l-1.382 2.352q-.389.652-.376 1.391t.376 1.373q.363.651 1.028 1.018q.664.366 1.435.366M12 16.173l2.162-3.673H9.839zM6.537 11.5h8.198l1.342-2.289l-1.658-2.807q-.388-.633-1.028-1.019Q12.752 5 12 5q-.771 0-1.423.376t-1.04 1.028zm6.398 8.5h-5.89q-1.053 0-1.94-.504q-.886-.504-1.409-1.38q-.523-.877-.523-1.885t.523-1.885l4.981-8.442q.523-.877 1.41-1.39T12 4t1.904.514t1.4 1.39l3.925 6.654q-.292-.054-.607-.075q-.314-.021-.606.02l-1.366-2.316l-2.75 4.707q-.57.781-.843 1.731t-.274 2.021q0 .346.039.692q.04.346.113.662m3.715-9.813");
15
15
  }
16
16
 
17
17
  </style>
@@ -5,13 +5,13 @@ import Icon from '@iconify/css-svelte';
5
5
  let {width, height, ...props} = $props();
6
6
 
7
7
  const viewBox = {"width":24,"height":24};
8
- const content = `<path class="vlpa2wbiw"/>`;
8
+ const content = `<path class="d646p8jug"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:drive-export-rounded" {...props}></Icon>
11
11
  <style>
12
- :global(.vlpa2wbiw) {
12
+ :global(.d646p8jug) {
13
13
  fill: currentColor;
14
- d: path("m20.5 16.208l-3.24 3.227q-.147.146-.348.146t-.347-.147t-.146-.347t.146-.347l3.222-3.24H17q-.213 0-.357-.143T16.5 15t.143-.357T17 14.5h3.692q.349 0 .578.23t.23.578V19q0 .214-.143.357T21 19.5t-.357-.143T20.5 19zM5.894 20.5q-.35 0-.704-.205t-.517-.497l-2.115-3.702q-.162-.292-.172-.699t.172-.699L8.673 4.202q.18-.293.522-.497q.341-.205.69-.205h4.23q.349 0 .69.205q.341.204.522.497l3.54 6.076q.148.258.014.492q-.135.234-.437.241q-.134-.005-.25-.05q-.117-.046-.185-.177L14.35 4.5h-4.7L3.3 15.4l2.35 4.1h7.63q.136 0 .24.052t.176.175q.158.25.02.512t-.435.261zm2.008-4q-.16 0-.32-.077t-.228-.23l-.035-.064q-.106-.187-.106-.404t.106-.404l3.943-6.86q.105-.186.295-.295t.406-.108h.15q.18 0 .33.089q.151.09.24.24l2.173 3.758q.08.143.062.31q-.018.168-.127.303q-.177.182-.427.146t-.388-.256L12 9.2l-3.615 6.3h4.213q.244 0 .397.167t.097.412q-.03.177-.177.299q-.146.122-.323.122z");
14
+ d: path("m20.5 18.208l-3.265 3.246q-.14.14-.342.133t-.347-.153q-.14-.14-.14-.334t.14-.334l3.24-3.266H17q-.213 0-.357-.143T16.5 17t.143-.357T17 16.5h3.692q.349 0 .578.23t.23.578V21q0 .214-.143.357T21 21.5t-.357-.143T20.5 21zM7.044 20q-1.032 0-1.928-.504q-.897-.504-1.42-1.38q-.523-.877-.523-1.885t.523-1.885l1.09-1.846h3.906l4.37 7.5zm-1.678-8.5l3.311-5.596q.523-.877 1.41-1.39T12 4t1.904.514t1.4 1.39l1.365 2.302l-1.934 3.294zm8.982 2.664l2.9-4.983l2 3.377q-1.344-.175-2.624.24q-1.28.416-2.276 1.366");
15
15
  }
16
16
 
17
17
  </style>
@@ -5,13 +5,13 @@ import Icon from '@iconify/css-svelte';
5
5
  let {width, height, ...props} = $props();
6
6
 
7
7
  const viewBox = {"width":24,"height":24};
8
- const content = `<path class="fn03qub4b"/>`;
8
+ const content = `<path class="g5lzb_b5a"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:drive-export" {...props}></Icon>
11
11
  <style>
12
- :global(.fn03qub4b) {
12
+ :global(.g5lzb_b5a) {
13
13
  fill: currentColor;
14
- d: path("m16.9 19.789l-.688-.689l3.575-3.6H16.5v-1h5v5h-1v-3.292zM5.893 20.5q-.35 0-.704-.205t-.516-.497l-2.115-3.702q-.162-.292-.171-.699t.17-.699L8.674 4.202q.18-.293.522-.497q.341-.205.69-.205h4.23q.349 0 .69.205q.341.204.522.497l3.973 6.82q-.287-.035-.572-.037q-.286-.002-.58.04L14.35 4.5h-4.7L3.3 15.4l2.35 4.1h7.891q.123.287.276.527t.362.473zm1.646-4l-.437-.775l4.402-7.667h.992l2.544 4.423q-.194.174-.374.373q-.18.2-.339.398L12 9.2l-3.615 6.3h4.811q-.079.244-.118.485q-.04.24-.059.515z");
14
+ d: path("m16.9 21.789l-.688-.689l3.575-3.6H16.5v-1h5v5h-1v-3.292zM7.044 20q-1.032 0-1.928-.504q-.897-.504-1.42-1.38q-.523-.877-.523-1.885t.523-1.885l1.09-1.846h3.906l4.37 7.5zm-1.678-8.5l3.311-5.596q.523-.877 1.41-1.39T12 4t1.904.514t1.4 1.39l1.365 2.302l-1.934 3.294zm8.982 2.664l2.9-4.983l2 3.377q-1.344-.175-2.624.24q-1.28.416-2.276 1.366");
15
15
  }
16
16
 
17
17
  </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="vqwdfebij"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:forms-add-on-outline-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.vqwdfebij) {
13
+ fill: currentColor;
14
+ d: path("M18.143 20.856Q18 20.713 18 20.5V18h-2.5q-.213 0-.356-.144T15 17.499t.144-.356T15.5 17H18v-2.5q0-.213.144-.356t.357-.144t.356.144t.143.356V17h2.5q.213 0 .356.144t.144.357t-.144.356T21.5 18H19v2.5q0 .213-.144.356t-.357.144t-.356-.144M6.846 19.5q-1.179 0-2.012-.813T4 16.673q0-.725.342-1.334q.343-.608.9-.993q-.576-.379-.91-1Q4 12.725 4 12t.342-1.324t.9-.984q-.557-.379-.9-.99T4 7.366q0-1.167.823-2.016q.823-.85 2.023-.85q.725 0 1.344.355t1.002.931q.38-.576.99-.931T11.54 4.5h5.615q1.175 0 2.01.836q.836.835.836 2.01q0 .725-.355 1.346q-.354.622-.931 1q.632.422.984 1.092t.296 1.432q-.24-.082-.492-.117T19 12.044q0-.767-.538-1.319q-.539-.552-1.308-.552h-5.615q-.77 0-1.308.533t-.539 1.293t.539 1.304q.538.543 1.308.543h2.902q-.207.233-.392.473t-.345.527h-2.166q-.769 0-1.307.533t-.539 1.293t.539 1.294t1.308.534h1.543q.05.275.118.516q.067.24.152.484h-1.814q-.744 0-1.355-.342t-.99-.92q-.385.577-1.004.92t-1.343.342m0-1q.77 0 1.308-.533q.538-.532.538-1.293t-.538-1.294t-1.308-.534t-1.307.533T5 16.672t.539 1.294t1.307.534m0-4.634q.77 0 1.308-.545q.538-.544.538-1.321q0-.761-.538-1.294t-1.308-.533t-1.307.533T5 12q0 .777.539 1.321q.538.544 1.307.544m0-4.673q.77 0 1.308-.533t.538-1.294q0-.777-.538-1.321T6.846 5.5t-1.307.544T5 7.366q0 .76.539 1.294q.538.532 1.307.532m4.693-.019h5.615q.769 0 1.308-.532T19 7.347t-.538-1.304t-1.308-.543h-5.615q-.77 0-1.308.539t-.539 1.307q0 .761.539 1.294q.538.533 1.308.533m-2.187.52");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="yxjcjhb0p"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:forms-add-on-outline" {...props}></Icon>
11
+ <style>
12
+ :global(.yxjcjhb0p) {
13
+ fill: currentColor;
14
+ d: path("M18 21v-3h-3v-1h3v-3h1v3h3v1h-3v3zM6.846 19.5q-1.179 0-2.013-.813T4 16.673q0-.725.342-1.334q.343-.608.9-.993q-.576-.379-.91-1Q4 12.725 4 12t.342-1.324t.9-.984q-.557-.379-.9-.99T4 7.366q0-1.167.823-2.016q.823-.85 2.023-.85q.725 0 1.344.355t1.002.931q.38-.576.99-.931T11.54 4.5h5.615q1.175 0 2.01.836q.836.835.836 2.01q0 .725-.355 1.346q-.354.622-.931 1q.632.422.984 1.092t.296 1.432q-.24-.082-.492-.117T19 12.044q0-.767-.538-1.319q-.539-.552-1.308-.552h-5.615q-.77 0-1.308.533t-.539 1.293t.539 1.304q.538.543 1.308.543h2.902q-.207.233-.392.473t-.345.527h-2.166q-.769 0-1.307.533t-.539 1.293t.539 1.294t1.308.534h1.543q.05.275.118.516q.067.24.152.484h-1.814q-.744 0-1.355-.342t-.99-.92q-.385.577-1.004.92t-1.343.342m0-1q.77 0 1.308-.533q.538-.532.538-1.293t-.538-1.294t-1.308-.534t-1.307.533T5 16.672t.539 1.294t1.307.534m0-4.634q.77 0 1.308-.545q.538-.544.538-1.321q0-.761-.538-1.294t-1.308-.533t-1.307.533T5 12q0 .777.539 1.321q.538.544 1.307.544m0-4.673q.77 0 1.308-.533t.538-1.294q0-.777-.538-1.321T6.846 5.5t-1.307.544T5 7.366q0 .76.539 1.294q.538.532 1.307.532m4.693-.019h5.615q.769 0 1.308-.532T19 7.347t-.538-1.304t-1.308-.543h-5.615q-.77 0-1.308.539t-.539 1.307q0 .761.539 1.294q.538.533 1.308.533m-2.187.52");
15
+ }
16
+
17
+ </style>
@@ -5,13 +5,13 @@ import Icon from '@iconify/css-svelte';
5
5
  let {width, height, ...props} = $props();
6
6
 
7
7
  const viewBox = {"width":24,"height":24};
8
- const content = `<path class="cvmk2acpu"/>`;
8
+ const content = `<path class="y7j15dbbj"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:forms-add-on-rounded" {...props}></Icon>
11
11
  <style>
12
- :global(.cvmk2acpu) {
12
+ :global(.y7j15dbbj) {
13
13
  fill: currentColor;
14
- d: path("M16.643 20.331q-.143-.143-.143-.356v-2.5H14q-.213 0-.356-.144t-.144-.357t.144-.356t.356-.143h2.5v-2.5q0-.212.144-.356t.357-.144t.356.144t.143.356v2.5H20q.213 0 .356.144t.144.357t-.144.356t-.356.143h-2.5v2.5q0 .213-.144.356t-.357.144t-.356-.144M7 17.5q-.213 0-.356-.144t-.144-.357t.144-.356T7 16.5h4.289q.212 0 .356.144t.143.357t-.143.356t-.357.143zm0-4q-.213 0-.356-.144t-.144-.357t.144-.356T7 12.5h4.289q.212 0 .356.144t.143.357t-.143.356t-.357.143zm0-4q-.213 0-.356-.144T6.5 8.999t.144-.356T7 8.5h11q.213 0 .356.144t.144.357t-.144.356T18 9.5zm0-4q-.213 0-.356-.144T6.5 4.999t.144-.356T7 4.5h11q.213 0 .356.144t.144.357t-.144.356T18 5.5zm-3.357-.144Q3.5 5.212 3.5 4.999t.144-.356t.357-.143t.356.144t.143.357t-.144.356t-.357.143t-.356-.144m0 4Q3.5 9.212 3.5 8.999t.144-.356t.357-.143t.356.144t.143.357t-.144.356t-.357.143t-.356-.144m0 4q-.143-.144-.143-.357t.144-.356t.357-.143t.356.144t.143.357t-.144.356t-.357.143t-.356-.144m0 4q-.143-.144-.143-.357t.144-.356t.357-.143t.356.144t.143.357t-.144.356t-.357.143t-.356-.144");
14
+ d: path("M18.143 20.856Q18 20.713 18 20.5V18h-2.5q-.213 0-.356-.144T15 17.499t.144-.356T15.5 17H18v-2.5q0-.213.144-.356t.357-.144t.356.144t.143.356V17h2.5q.213 0 .356.144t.144.357t-.144.356T21.5 18H19v2.5q0 .213-.144.356t-.357.144t-.356-.144M6.68 20.025q-1.122 0-1.907-.774t-.785-1.88q0-1.114.785-1.893q.785-.78 1.907-.78q-1.122 0-1.907-.78t-.785-1.894t.785-1.893t1.907-.779q-1.122 0-1.907-.76t-.785-1.88q0-1.143.779-1.927Q5.544 4 6.669 4t1.895.791q.769.792.788 1.907q0-1.115.785-1.907Q10.922 4 12.044 4h5.253q1.126 0 1.914.789T20 6.703q0 1.104-.788 1.876t-1.91.773q1.177.006 1.98.846q.805.84.712 2.018q-.378-.099-.727-.145q-.35-.046-.717-.046q-2.384 0-3.967 1.625T13 17.629q0 .627.142 1.205q.143.58.447 1.191h-1.545q-1.115 0-1.913-.77t-.779-1.884q-.02 1.116-.793 1.885q-.774.769-1.88.769m-.02-11.66q.695 0 1.194-.489q.499-.49.499-1.193T7.866 5.49T6.665 5t-1.198.487t-.48 1.205q0 .695.49 1.184t1.184.49m4.538-.02h6.956V5h-6.956zm-1.846 9.025q0-1.114.78-1.893q.78-.78 1.893-.78q-1.114 0-1.893-.786q-.78-.786-.78-1.893q0 1.107-.78 1.893t-1.893.786q1.114 0 1.893.78q.78.78.78 1.893m0-5.352q0-1.12.78-1.894t1.893-.773q-1.114 0-1.893-.774q-.78-.774-.78-1.88q0 1.106-.78 1.88t-1.893.774q1.114 0 1.893.773q.78.774.78 1.894");
15
15
  }
16
16
 
17
17
  </style>
@@ -5,13 +5,13 @@ import Icon from '@iconify/css-svelte';
5
5
  let {width, height, ...props} = $props();
6
6
 
7
7
  const viewBox = {"width":24,"height":24};
8
- const content = `<path class="w5ung_q8g"/>`;
8
+ const content = `<path class="ebsn8kbuc"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:forms-add-on" {...props}></Icon>
11
11
  <style>
12
- :global(.w5ung_q8g) {
12
+ :global(.ebsn8kbuc) {
13
13
  fill: currentColor;
14
- d: path("M16.5 20.475v-3h-3v-1h3v-3h1v3h3v1h-3v3zM3.5 17.5v-1h1v1zm3 0v-1h5.017q-.017.265-.004.505q.012.24.03.495zm-3-4v-1h1v1zm3 0v-1h7.304q-.287.208-.538.458q-.25.25-.485.542zm-3-4v-1h1v1zm3 0v-1h12v1zm-3-4v-1h1v1zm3 0v-1h12v1z");
14
+ d: path("M18 21v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-11.321-.975q-1.122 0-1.907-.774t-.786-1.88q0-1.114.786-1.893q.785-.78 1.907-.78q-1.122 0-1.907-.78t-.786-1.894t.786-1.893t1.907-.779q-1.122 0-1.907-.76q-.786-.76-.786-1.88q0-1.143.78-1.928Q5.544 4 6.669 4t1.895.791t.788 1.907q0-1.115.785-1.907Q10.922 4 12.044 4h5.253q1.126 0 1.914.789T20 6.703q0 1.104-.788 1.876t-1.91.773q1.177.006 1.98.846q.805.84.712 2.018q-.378-.099-.727-.145q-.35-.046-.717-.046q-2.384 0-3.967 1.625T13 17.629q0 .627.142 1.205q.143.58.447 1.191h-1.545q-1.115 0-1.913-.77t-.779-1.884q-.02 1.116-.793 1.885q-.774.769-1.88.769m-.02-11.66q.695 0 1.194-.489q.499-.49.499-1.193T7.866 5.49T6.665 5t-1.198.487t-.48 1.205q0 .695.49 1.184t1.184.49m4.538-.02h6.956V5h-6.956zm-1.846 9.025q0-1.114.78-1.893q.78-.78 1.893-.78q-1.114 0-1.893-.786q-.78-.786-.78-1.893q0 1.107-.78 1.893t-1.893.786q1.114 0 1.893.78q.78.78.78 1.893m0-5.352q0-1.12.78-1.894t1.893-.773q-1.114 0-1.893-.774q-.78-.774-.78-1.88q0 1.106-.78 1.88t-1.893.774q1.114 0 1.893.773q.78.774.78 1.894");
15
15
  }
16
16
 
17
17
  </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="l00d3-gel"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:forms-apps-script-outline-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.l00d3-gel) {
13
+ fill: currentColor;
14
+ d: path("m18.3 19.223l-2.964-2.282l.512-.722l2.914 2.265l-1.223-3.688l.827-.237l1.126 3.445l.872-3.5l.882.086l-1.397 5.506H14.7v-.873zM6.846 19.5q-1.179 0-2.012-.813T4 16.673q0-.725.342-1.334q.343-.608.9-.993q-.576-.379-.91-1Q4 12.725 4 12t.342-1.324t.9-.984q-.557-.379-.9-.99T4 7.366q0-1.167.823-2.016q.823-.85 2.023-.85q.725 0 1.344.355t1.002.931q.38-.576.99-.931T11.54 4.5h5.615q1.175 0 2.01.836q.836.835.836 2.01q0 .725-.355 1.346q-.354.622-.931 1q.632.422.984 1.092t.296 1.432q-.24-.082-.492-.117T19 12.044q0-.767-.538-1.319q-.539-.552-1.308-.552h-5.615q-.77 0-1.308.533t-.539 1.293t.539 1.304q.538.543 1.308.543h2.902q-.207.233-.392.473t-.345.527h-2.166q-.769 0-1.307.533t-.539 1.293t.539 1.294t1.308.534h1.543q.05.275.118.516q.067.24.152.484h-1.814q-.744 0-1.355-.342t-.99-.92q-.385.577-1.004.92t-1.343.342m0-1q.77 0 1.308-.533q.538-.532.538-1.293t-.538-1.294t-1.308-.534t-1.307.533T5 16.672t.539 1.294t1.307.534m0-4.634q.77 0 1.308-.545q.538-.544.538-1.321q0-.761-.538-1.294t-1.308-.533t-1.307.533T5 12q0 .777.539 1.321q.538.544 1.307.544m0-4.673q.77 0 1.308-.533t.538-1.294q0-.777-.538-1.321T6.846 5.5t-1.307.544T5 7.366q0 .76.539 1.294q.538.532 1.307.532m4.693-.019h5.615q.769 0 1.308-.532T19 7.347t-.538-1.304t-1.308-.543h-5.615q-.77 0-1.308.539t-.539 1.307q0 .761.539 1.294q.538.533 1.308.533m-2.187.52");
15
+ }
16
+
17
+ </style>
@@ -5,13 +5,13 @@ import Icon from '@iconify/css-svelte';
5
5
  let {width, height, ...props} = $props();
6
6
 
7
7
  const viewBox = {"width":24,"height":24};
8
- const content = `<path class="hhujzabmg"/>`;
8
+ const content = `<path class="ffia4ns8a"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:forms-apps-script-outline" {...props}></Icon>
11
11
  <style>
12
- :global(.hhujzabmg) {
12
+ :global(.ffia4ns8a) {
13
13
  fill: currentColor;
14
- d: path("M14 20.5q-.213 0-.356-.144t-.144-.357t.144-.356T14 19.5h4.402l-3.589-2.529q-.18-.123-.212-.314t.079-.37t.308-.21t.374.077l3.632 2.523l-1.532-4.15q-.073-.183.025-.375t.286-.265t.39.025t.275.286l1.489 4.112l1.154-4.225q.067-.189.231-.305q.165-.116.353-.05q.189.068.318.233q.129.164.061.353l-1.569 5.8q-.061.176-.191.28t-.303.104zm-10.5-3v-1h1v1zm3 0v-1h5.017q-.017.265-.004.505q.012.24.03.495zm-3-4v-1h1v1zm3 0v-1h7.304q-.287.208-.538.458q-.25.25-.485.542zm-3-4v-1h1v1zm3 0v-1h12v1zm-3-4v-1h1v1zm3 0v-1h12v1z");
14
+ d: path("M19.22 20.096h-4.083q-.181 0-.309-.128q-.128-.13-.128-.311t.128-.308t.309-.126H18.3l-2.63-2.03q-.149-.118-.17-.277t.077-.308q.112-.154.297-.185q.184-.03.337.093l2.55 1.969l-1.08-3.268q-.056-.173.015-.32q.071-.149.239-.216q.184-.067.341.012t.218.259l.998 3.052l.774-3.133q.036-.16.17-.249q.135-.09.295-.072q.198.017.316.178q.119.16.063.359l-1.106 4.394q-.062.273-.278.444t-.505.171M6.846 19.5q-1.179 0-2.012-.813T4 16.673q0-.725.342-1.334q.343-.608.9-.993q-.576-.379-.91-1Q4 12.725 4 12t.342-1.324t.9-.984q-.557-.379-.9-.99T4 7.366q0-1.167.823-2.016q.823-.85 2.023-.85q.725 0 1.344.355t1.002.931q.38-.576.99-.931T11.54 4.5h5.615q1.175 0 2.01.836q.836.835.836 2.01q0 .725-.355 1.346q-.354.622-.931 1q.632.422.984 1.092t.296 1.432q-.24-.082-.492-.117T19 12.044q0-.767-.538-1.319q-.539-.552-1.308-.552h-5.615q-.77 0-1.308.533t-.539 1.293t.539 1.304q.538.543 1.308.543h2.902q-.207.233-.392.473t-.345.527h-2.166q-.769 0-1.307.533t-.539 1.293t.539 1.294t1.308.534h1.543q.05.275.118.516q.067.24.152.484h-1.814q-.744 0-1.355-.342t-.99-.92q-.385.577-1.004.92t-1.343.342m0-1q.77 0 1.308-.533q.538-.532.538-1.293t-.538-1.294t-1.308-.534t-1.307.533T5 16.672t.539 1.294t1.307.534m0-4.634q.77 0 1.308-.545q.538-.544.538-1.321q0-.761-.538-1.294t-1.308-.533t-1.307.533T5 12q0 .777.539 1.321q.538.544 1.307.544m0-4.673q.77 0 1.308-.533t.538-1.294q0-.777-.538-1.321T6.846 5.5t-1.307.544T5 7.366q0 .76.539 1.294q.538.532 1.307.532m4.693-.019h5.615q.769 0 1.308-.532T19 7.347t-.538-1.304t-1.308-.543h-5.615q-.77 0-1.308.539t-.539 1.307q0 .761.539 1.294q.538.533 1.308.533m-2.187.52");
15
15
  }
16
16
 
17
17
  </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="c6qeaablk"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:forms-apps-script-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.c6qeaablk) {
13
+ fill: currentColor;
14
+ d: path("m18.3 19.223l-2.964-2.282l.512-.722l2.914 2.265l-1.223-3.688l.827-.237l1.126 3.445l.872-3.5l.882.086l-1.397 5.506H14.7v-.873zm-11.621.802q-1.122 0-1.907-.774t-.785-1.88q0-1.114.785-1.893q.785-.78 1.907-.78q-1.122 0-1.907-.78t-.785-1.894t.785-1.893t1.907-.779q-1.122 0-1.907-.76t-.785-1.88q0-1.143.779-1.927Q5.544 4 6.669 4t1.895.791q.769.792.788 1.907q0-1.115.785-1.907Q10.922 4 12.044 4h5.253q1.126 0 1.914.789T20 6.703q0 1.104-.788 1.876t-1.91.773q1.177.006 1.98.846q.805.84.712 2.018q-.378-.099-.727-.145q-.35-.046-.717-.046q-2.384 0-3.967 1.625T13 17.629q0 .627.142 1.205q.143.58.447 1.191h-1.545q-1.115 0-1.913-.77t-.779-1.884q-.02 1.116-.793 1.885q-.774.769-1.88.769m-.02-11.66q.695 0 1.194-.489q.499-.49.499-1.193T7.866 5.49T6.665 5t-1.198.487t-.48 1.205q0 .695.49 1.184t1.184.49m4.538-.02h6.956V5h-6.956zm-1.846 9.025q0-1.114.78-1.893q.78-.78 1.893-.78q-1.114 0-1.893-.786q-.78-.786-.78-1.893q0 1.107-.78 1.893t-1.893.786q1.114 0 1.893.78q.78.78.78 1.893m0-5.352q0-1.12.78-1.894t1.893-.773q-1.114 0-1.893-.774q-.78-.774-.78-1.88q0 1.106-.78 1.88t-1.893.774q1.114 0 1.893.773q.78.774.78 1.894");
15
+ }
16
+
17
+ </style>
@@ -5,13 +5,13 @@ import Icon from '@iconify/css-svelte';
5
5
  let {width, height, ...props} = $props();
6
6
 
7
7
  const viewBox = {"width":24,"height":24};
8
- const content = `<path class="fq5y818sh"/>`;
8
+ const content = `<path class="n4ek8k-pc"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:forms-apps-script" {...props}></Icon>
11
11
  <style>
12
- :global(.fq5y818sh) {
12
+ :global(.n4ek8k-pc) {
13
13
  fill: currentColor;
14
- d: path("M14 20.5q-.213 0-.356-.144t-.144-.357t.144-.356T14 19.5h4.402l-3.589-2.529q-.18-.123-.212-.314t.079-.37t.308-.21t.374.077l3.632 2.504l-1.532-4.131q-.073-.188.025-.378t.286-.262t.39.025t.275.286l1.47 4.13l1.173-4.243q.067-.189.231-.305q.165-.116.353-.05q.189.068.318.233q.128.164.061.353l-1.55 5.8q-.061.176-.191.28T20 20.5zm-10.5-3v-1h1v1zm3 0v-1h5.017q-.017.265-.004.505q.012.24.03.495zm-3-4v-1h1v1zm3 0v-1h7.304q-.287.208-.538.458q-.25.25-.485.542zm-3-4v-1h1v1zm3 0v-1h12v1zm-3-4v-1h1v1zm3 0v-1h12v1z");
14
+ d: path("m18.3 19.223l-2.63-2.03q-.149-.118-.17-.278t.077-.307q.112-.154.297-.185q.184-.03.337.093l2.55 1.969l-1.08-3.268q-.056-.173.015-.32q.071-.149.239-.216q.184-.067.341.012t.218.259l.998 3.052l.774-3.133q.036-.16.17-.249q.135-.09.295-.072q.198.017.316.178q.119.16.063.358l-1.106 4.395q-.062.273-.278.444t-.505.171h-4.084q-.181 0-.309-.128q-.128-.13-.128-.311t.128-.308t.309-.126zm-11.621.802q-1.122 0-1.907-.774t-.785-1.88q0-1.114.785-1.893q.785-.78 1.907-.78q-1.122 0-1.907-.78t-.785-1.894t.785-1.893t1.907-.779q-1.122 0-1.907-.76t-.785-1.88q0-1.143.779-1.927Q5.544 4 6.669 4t1.895.791q.769.792.788 1.907q0-1.115.785-1.907Q10.922 4 12.044 4h5.253q1.126 0 1.914.789T20 6.703q0 1.104-.788 1.876t-1.91.773q1.177.006 1.98.846q.805.84.712 2.018q-.378-.099-.727-.145q-.35-.046-.717-.046q-2.384 0-3.967 1.625T13 17.629q0 .627.142 1.205q.143.58.447 1.191h-1.545q-1.115 0-1.913-.77t-.779-1.884q-.02 1.116-.793 1.885q-.774.769-1.88.769m-.02-11.66q.695 0 1.194-.489q.499-.49.499-1.193T7.866 5.49T6.665 5t-1.198.487t-.48 1.205q0 .695.49 1.184t1.184.49m4.538-.02h6.956V5h-6.956zm-1.846 9.025q0-1.114.78-1.893q.78-.78 1.893-.78q-1.114 0-1.893-.786q-.78-.786-.78-1.893q0 1.107-.78 1.893t-1.893.786q1.114 0 1.893.78q.78.78.78 1.893m0-5.352q0-1.12.78-1.894t1.893-.773q-1.114 0-1.893-.774q-.78-.774-.78-1.88q0 1.106-.78 1.88t-1.893.774q1.114 0 1.893.773q.78.774.78 1.894");
15
15
  }
16
16
 
17
17
  </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="ic-b1ybbj"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:task-alt-outline-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.ic-b1ybbj) {
13
+ fill: currentColor;
14
+ d: path("M10.033 19q-2.927 0-4.986-2.036T2.989 12t2.058-4.963T10.033 5h3.91q2.926 0 4.995 2.036T21.006 12t-2.068 4.964T13.942 19zm.006-1h3.898q2.519 0 4.294-1.75T20.006 12T18.23 7.75T13.936 6H10.04q-2.5 0-4.275 1.75T3.989 12t1.775 4.25T10.039 18m.555-3.844l-2.761-2.581l-.681.7l3.467 3.258l6.273-5.916l-.719-.713zM12 12");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="mmispjbqq"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:task-alt-outline" {...props}></Icon>
11
+ <style>
12
+ :global(.mmispjbqq) {
13
+ fill: currentColor;
14
+ d: path("M10.033 19q-2.927 0-4.986-2.036T2.989 12t2.058-4.963T10.033 5h3.91q2.926 0 4.995 2.036T21.006 12t-2.068 4.964T13.942 19zm.006-1h3.898q2.519 0 4.294-1.75T20.006 12T18.23 7.75T13.936 6H10.04q-2.5 0-4.275 1.75T3.989 12t1.775 4.25T10.039 18m.555-3.844l-2.413-2.26q-.16-.146-.351-.146q-.192 0-.357.146t-.156.347t.156.341l2.437 2.283q.315.277.7.277t.694-.258l5.204-4.915q.165-.14.165-.344t-.165-.344q-.146-.166-.347-.166t-.367.166zM12 12");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="hq_oc3s6m"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:task-alt-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.hq_oc3s6m) {
13
+ fill: currentColor;
14
+ d: path("M10.033 19q-2.927 0-4.986-2.036T2.989 12q0-2.921 2.058-4.96Q7.106 5 10.033 5h3.91q2.926 0 4.995 2.04T21.006 12q0 2.927-2.069 4.964T13.942 19zm.561-4.844l-2.761-2.581l-.681.7l3.467 3.258l6.273-5.916l-.719-.713z");
15
+ }
16
+
17
+ </style>
@@ -5,13 +5,13 @@ import Icon from '@iconify/css-svelte';
5
5
  let {width, height, ...props} = $props();
6
6
 
7
7
  const viewBox = {"width":24,"height":24};
8
- const content = `<path class="t7p0v9p5l"/>`;
8
+ const content = `<path class="voxmev4pi"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:task-alt" {...props}></Icon>
11
11
  <style>
12
- :global(.t7p0v9p5l) {
12
+ :global(.voxmev4pi) {
13
13
  fill: currentColor;
14
- d: path("M12.003 21q-1.866 0-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856T3 12.003t.709-3.51q.709-1.643 1.924-2.859T8.49 3.709T12 3q1.535 0 2.905.475T17.404 4.8l-.72.744q-.988-.734-2.174-1.14Q13.324 4 12 4Q8.675 4 6.337 6.338T4 12t2.338 5.663T12 20t5.663-2.337T20 12q0-.604-.089-1.184q-.088-.581-.265-1.13l.798-.817q.275.743.416 1.524q.14.78.14 1.607q0 1.868-.708 3.51t-1.924 2.858t-2.856 1.923t-3.509.709m-1.441-5.092L7.004 12.35l.708-.708l2.85 2.85l9.73-9.736l.708.707z");
14
+ d: path("M10.033 19q-2.927 0-4.986-2.036T2.989 12t2.058-4.963T10.033 5h3.91q2.926 0 4.995 2.036T21.006 12t-2.068 4.964T13.942 19zm.561-4.844l-2.413-2.26q-.16-.146-.351-.146q-.192 0-.357.146t-.156.347t.156.341l2.437 2.283q.315.277.7.277t.694-.258l5.204-4.915q.165-.14.165-.344t-.165-.344q-.146-.166-.347-.166t-.367.166z");
15
15
  }
16
16
 
17
17
  </style>
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "material-symbols-light",
3
3
  "info": {
4
4
  "name": "Material Symbols Light",
5
- "total": 15466,
5
+ "total": 15473,
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": 1778908408
31
+ "lastModified": 1779514341
32
32
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-svelte/material-symbols-light",
3
3
  "type": "module",
4
- "version": "1.0.33",
4
+ "version": "1.0.34",
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",
@@ -2254,10 +2254,26 @@
2254
2254
  "types": "./types/gfwqskkx.d.ts",
2255
2255
  "svelte": "./components/a/add-task.svelte"
2256
2256
  },
2257
+ "./add-task-outline": {
2258
+ "types": "./types/gfwqskkx.d.ts",
2259
+ "svelte": "./components/a/add-task-outline.svelte"
2260
+ },
2261
+ "./add-task-outline-rounded": {
2262
+ "types": "./types/gfwqskkx.d.ts",
2263
+ "svelte": "./components/a/add-task-outline-rounded.svelte"
2264
+ },
2265
+ "./add-task-outline-sharp": {
2266
+ "types": "./types/gfwqskkx.d.ts",
2267
+ "svelte": "./components/a/add-task-outline-sharp.svelte"
2268
+ },
2257
2269
  "./add-task-rounded": {
2258
2270
  "types": "./types/gfwqskkx.d.ts",
2259
2271
  "svelte": "./components/a/add-task-rounded.svelte"
2260
2272
  },
2273
+ "./add-task-sharp": {
2274
+ "types": "./types/gfwqskkx.d.ts",
2275
+ "svelte": "./components/a/add-task-sharp.svelte"
2276
+ },
2261
2277
  "./add-to-drive": {
2262
2278
  "types": "./types/gfwqskkx.d.ts",
2263
2279
  "svelte": "./components/a/add-to-drive.svelte"
@@ -24394,6 +24410,14 @@
24394
24410
  "types": "./types/gfwqskkx.d.ts",
24395
24411
  "svelte": "./components/f/forms-add-on.svelte"
24396
24412
  },
24413
+ "./forms-add-on-outline": {
24414
+ "types": "./types/gfwqskkx.d.ts",
24415
+ "svelte": "./components/f/forms-add-on-outline.svelte"
24416
+ },
24417
+ "./forms-add-on-outline-rounded": {
24418
+ "types": "./types/gfwqskkx.d.ts",
24419
+ "svelte": "./components/f/forms-add-on-outline-rounded.svelte"
24420
+ },
24397
24421
  "./forms-add-on-rounded": {
24398
24422
  "types": "./types/gfwqskkx.d.ts",
24399
24423
  "svelte": "./components/f/forms-add-on-rounded.svelte"
@@ -24410,10 +24434,18 @@
24410
24434
  "types": "./types/gfwqskkx.d.ts",
24411
24435
  "svelte": "./components/f/forms-apps-script-outline-rounded.svelte"
24412
24436
  },
24437
+ "./forms-apps-script-outline-sharp": {
24438
+ "types": "./types/gfwqskkx.d.ts",
24439
+ "svelte": "./components/f/forms-apps-script-outline-sharp.svelte"
24440
+ },
24413
24441
  "./forms-apps-script-rounded": {
24414
24442
  "types": "./types/gfwqskkx.d.ts",
24415
24443
  "svelte": "./components/f/forms-apps-script-rounded.svelte"
24416
24444
  },
24445
+ "./forms-apps-script-sharp": {
24446
+ "types": "./types/gfwqskkx.d.ts",
24447
+ "svelte": "./components/f/forms-apps-script-sharp.svelte"
24448
+ },
24417
24449
  "./fort": {
24418
24450
  "types": "./types/gfwqskkx.d.ts",
24419
24451
  "svelte": "./components/f/fort.svelte"
@@ -55726,10 +55758,22 @@
55726
55758
  "types": "./types/gfwqskkx.d.ts",
55727
55759
  "svelte": "./components/t/task-alt.svelte"
55728
55760
  },
55761
+ "./task-alt-outline": {
55762
+ "types": "./types/gfwqskkx.d.ts",
55763
+ "svelte": "./components/t/task-alt-outline.svelte"
55764
+ },
55765
+ "./task-alt-outline-sharp": {
55766
+ "types": "./types/gfwqskkx.d.ts",
55767
+ "svelte": "./components/t/task-alt-outline-sharp.svelte"
55768
+ },
55729
55769
  "./task-alt-rounded": {
55730
55770
  "types": "./types/gfwqskkx.d.ts",
55731
55771
  "svelte": "./components/t/task-alt-rounded.svelte"
55732
55772
  },
55773
+ "./task-alt-sharp": {
55774
+ "types": "./types/gfwqskkx.d.ts",
55775
+ "svelte": "./components/t/task-alt-sharp.svelte"
55776
+ },
55733
55777
  "./task-outline": {
55734
55778
  "types": "./types/gfwqskkx.d.ts",
55735
55779
  "svelte": "./components/t/task-outline.svelte"