@iconify-vue/material-symbols-light 1.0.33 → 1.0.35

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 (37) hide show
  1. package/components/2/2d-2-outline-rounded.vue +16 -0
  2. package/components/2/2d-2-rounded.vue +16 -0
  3. package/components/2/2d-2.vue +16 -0
  4. package/components/3/3d-2-rounded.vue +16 -0
  5. package/components/3/3d-2.vue +16 -0
  6. package/components/a/add-task-outline-rounded.vue +16 -0
  7. package/components/a/add-task-outline-sharp.vue +16 -0
  8. package/components/a/add-task-outline.vue +16 -0
  9. package/components/a/add-task-rounded.vue +3 -3
  10. package/components/a/add-task-sharp.vue +16 -0
  11. package/components/a/add-task.vue +3 -3
  12. package/components/a/add-to-drive-outline-rounded.vue +3 -3
  13. package/components/a/add-to-drive-outline.vue +3 -3
  14. package/components/a/add-to-drive-rounded.vue +3 -3
  15. package/components/a/add-to-drive.vue +3 -3
  16. package/components/d/docs-outline-sharp.vue +3 -3
  17. package/components/d/docs-outline.vue +3 -3
  18. package/components/d/docs-sharp.vue +3 -3
  19. package/components/d/docs.vue +3 -3
  20. package/components/d/drive-export-outline-rounded.vue +3 -3
  21. package/components/d/drive-export-outline.vue +3 -3
  22. package/components/d/drive-export-rounded.vue +3 -3
  23. package/components/d/drive-export.vue +3 -3
  24. package/components/f/forms-add-on-outline-rounded.vue +16 -0
  25. package/components/f/forms-add-on-outline.vue +16 -0
  26. package/components/f/forms-add-on-rounded.vue +3 -3
  27. package/components/f/forms-add-on.vue +3 -3
  28. package/components/f/forms-apps-script-outline-sharp.vue +16 -0
  29. package/components/f/forms-apps-script-outline.vue +3 -3
  30. package/components/f/forms-apps-script-sharp.vue +16 -0
  31. package/components/f/forms-apps-script.vue +3 -3
  32. package/components/t/task-alt-outline-sharp.vue +16 -0
  33. package/components/t/task-alt-outline.vue +16 -0
  34. package/components/t/task-alt-sharp.vue +16 -0
  35. package/components/t/task-alt.vue +3 -3
  36. package/iconify.json +2 -2
  37. package/package.json +65 -1
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="nx30a79cc"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:2d-2-outline-rounded" /></template>
10
+ <style>
11
+ .nx30a79cc {
12
+ fill: currentColor;
13
+ d: path("M10.073 16.217H5.838q-.16 0-.257-.098t-.098-.257v-.454q0-.067.018-.138t.086-.126q.967-.736 1.67-1.356t1.235-1.276q.477-.589.735-1.124t.258-1.172q0-.787-.454-1.286t-1.092-.5q-.56 0-.96.354q-.398.353-.54.876q-.06.17-.234.248t-.345.004q-.216-.08-.281-.3q-.065-.221.008-.456q.196-.762.906-1.2t1.465-.437q1.19 0 1.841.656t.651 1.798q0 .868-.34 1.629q-.34.762-.89 1.429q-.518.66-1.173 1.224t-1.264 1.037l.011.018h3.298q.196 0 .316.129q.119.128.119.325q0 .196-.129.325q-.129.128-.325.128m2.877-.005q-.348 0-.578-.23t-.23-.578v-6.89q0-.348.23-.578t.578-.23h2.042q1.887 0 2.876 1.155t.99 3.1t-.993 3.098t-2.873 1.153zm.17-.954h1.85q1.457 0 2.187-.89q.73-.891.73-2.406t-.73-2.409t-2.188-.894h-1.85z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="nv4ywebam"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:2d-2-rounded" /></template>
10
+ <style>
11
+ .nv4ywebam {
12
+ fill: currentColor;
13
+ d: path("M10.073 16.217H5.838q-.16 0-.257-.098t-.098-.257v-.454q0-.067.018-.138t.086-.126q.967-.736 1.67-1.356t1.235-1.276q.477-.589.735-1.119t.258-1.126q0-.826-.454-1.331T7.939 8.43q-.56 0-.96.353q-.398.353-.54.876q-.06.17-.234.248t-.345.004q-.216-.08-.281-.3q-.065-.221.008-.456q.196-.762.906-1.2t1.465-.437q1.19 0 1.841.656t.651 1.798q0 .868-.34 1.629q-.34.762-.89 1.429q-.518.66-1.173 1.224t-1.264 1.037l.011.018h3.298q.196 0 .316.129q.119.128.119.325q0 .196-.129.325q-.129.128-.325.128m2.877-.005q-.348 0-.578-.23t-.23-.578v-6.89q0-.348.23-.578t.578-.23h2.042q1.887 0 2.876 1.155t.99 3.1t-.993 3.098t-2.873 1.153zm.17-.954h1.85q1.457 0 2.187-.89q.73-.891.73-2.406t-.73-2.409t-2.188-.894h-1.85z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="za1qhvbvn"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:2d-2" /></template>
10
+ <style>
11
+ .za1qhvbvn {
12
+ fill: currentColor;
13
+ d: path("M5.483 16.217v-.969q.967-.736 1.722-1.408q.755-.673 1.287-1.328q.427-.539.71-1.153q.283-.615.283-1.293q0-.777-.413-1.206q-.412-.43-1.133-.43q-.697 0-1.11.446q-.413.445-.481 1.159l-.917-.106q.054-1.023.734-1.716t1.793-.694q1.19 0 1.841.656t.651 1.798q0 .868-.34 1.629q-.34.762-.89 1.429q-.518.66-1.173 1.224t-1.264 1.037l.011.018h3.733v.907zm6.66-.005V7.706h2.85q1.886 0 2.875 1.156t.99 3.1t-.993 3.097t-2.873 1.153zm.976-.954h1.85q1.458 0 2.188-.89q.73-.891.73-2.406t-.73-2.409t-2.188-.893h-1.85z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="je57mqbno"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:3d-2-rounded" /></template>
10
+ <style>
11
+ .je57mqbno {
12
+ fill: currentColor;
13
+ d: path("M12.962 16.217q-.348 0-.578-.23t-.23-.577V8.52q0-.349.23-.579t.578-.23h2.036q1.887 0 2.876 1.153q.99 1.153.99 3.097t-.993 3.1t-2.873 1.156zm.163-.953h1.856q1.458 0 2.185-.894q.726-.893.726-2.408q0-1.516-.726-2.409q-.727-.893-2.185-.893h-1.856zm-5.263 1.14q-.875 0-1.489-.341t-.917-1.005q-.079-.177-.006-.389t.25-.29t.376-.009t.303.247q.2.42.582.642t.92.222q.758 0 1.192-.445q.435-.445.435-1.197q0-.708-.498-1.172t-1.304-.463h-.05q-.196 0-.315-.129q-.12-.129-.12-.325t.129-.325t.325-.129q.692 0 1.125-.407t.433-1.041t-.401-1.028t-1.078-.395q-.488 0-.833.22t-.544.626q-.079.177-.265.229t-.364-.027t-.229-.265t.027-.364q.131-.261.295-.47q.165-.208.382-.37q.304-.237.685-.358q.38-.121.852-.121q1.067 0 1.756.61q.69.611.69 1.61q0 .653-.318 1.137t-.869.776v.061q.673.256 1.064.831q.39.575.39 1.323q0 1.187-.707 1.859q-.706.672-1.904.672");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="jnd7gg67n"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:3d-2" /></template>
10
+ <style>
11
+ .jnd7gg67n {
12
+ fill: currentColor;
13
+ d: path("M12.154 16.217V7.712h2.844q1.887 0 2.876 1.153q.99 1.152.99 3.097t-.993 3.1t-2.873 1.155zm.971-.953h1.856q1.458 0 2.185-.894q.726-.893.726-2.408q0-1.516-.726-2.409q-.727-.894-2.185-.894h-1.856zm-5.264 1.14q-1.128 0-1.823-.58t-.825-1.678l.916-.254q.125.745.566 1.167t1.186.422q.757 0 1.192-.445t.435-1.197q0-.708-.498-1.172q-.499-.463-1.304-.463H7.02v-.908h.654q.692 0 1.125-.408t.433-1.04t-.401-1.028t-1.078-.395q-.613 0-1.005.348t-.522.962l-.91-.123q.123-.98.79-1.533q.668-.554 1.652-.554q1.068 0 1.757.61q.69.611.69 1.61q0 .653-.318 1.137t-.869.776v.061q.673.256 1.064.831q.39.575.39 1.323q0 1.187-.707 1.859q-.706.672-1.904.672");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="a_gq1ibkm"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:add-task-outline-rounded" /></template>
10
+ <style>
11
+ .a_gq1ibkm {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="hx5nnbcph"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:add-task-outline-sharp" /></template>
10
+ <style>
11
+ .hx5nnbcph {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="c7vqt30ot"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:add-task-outline" /></template>
10
+ <style>
11
+ .c7vqt30ot {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -4,13 +4,13 @@ import { Icon } from '@iconify/css-vue';
4
4
  const props = defineProps(["width","height"]);
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="z4cvwcnnq"/>`;
7
+ const content = `<path class="n8d_2eb5x"/>`;
8
8
  </script>
9
9
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:add-task-rounded" /></template>
10
10
  <style>
11
- .z4cvwcnnq {
11
+ .n8d_2eb5x {
12
12
  fill: currentColor;
13
- 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");
13
+ 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");
14
14
  }
15
15
 
16
16
  </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="cssudzbox"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:add-task-sharp" /></template>
10
+ <style>
11
+ .cssudzbox {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -4,13 +4,13 @@ import { Icon } from '@iconify/css-vue';
4
4
  const props = defineProps(["width","height"]);
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="smjycfj0z"/>`;
7
+ const content = `<path class="jdrjedceo"/>`;
8
8
  </script>
9
9
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:add-task" /></template>
10
10
  <style>
11
- .smjycfj0z {
11
+ .jdrjedceo {
12
12
  fill: currentColor;
13
- 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");
13
+ 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");
14
14
  }
15
15
 
16
16
  </style>
@@ -4,13 +4,13 @@ import { Icon } from '@iconify/css-vue';
4
4
  const props = defineProps(["width","height"]);
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="jfhhu8brb"/>`;
7
+ const content = `<path class="dj4vm2t7j"/>`;
8
8
  </script>
9
9
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:add-to-drive-outline-rounded" /></template>
10
10
  <style>
11
- .jfhhu8brb {
11
+ .dj4vm2t7j {
12
12
  fill: currentColor;
13
- 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");
13
+ 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");
14
14
  }
15
15
 
16
16
  </style>
@@ -4,13 +4,13 @@ import { Icon } from '@iconify/css-vue';
4
4
  const props = defineProps(["width","height"]);
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="gg_jkacdk"/>`;
7
+ const content = `<path class="dsjgbebzk"/>`;
8
8
  </script>
9
9
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:add-to-drive-outline" /></template>
10
10
  <style>
11
- .gg_jkacdk {
11
+ .dsjgbebzk {
12
12
  fill: currentColor;
13
- 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");
13
+ 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");
14
14
  }
15
15
 
16
16
  </style>
@@ -4,13 +4,13 @@ import { Icon } from '@iconify/css-vue';
4
4
  const props = defineProps(["width","height"]);
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="w8lmwk74x"/>`;
7
+ const content = `<path class="m264z81dy"/>`;
8
8
  </script>
9
9
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:add-to-drive-rounded" /></template>
10
10
  <style>
11
- .w8lmwk74x {
11
+ .m264z81dy {
12
12
  fill: currentColor;
13
- 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");
13
+ 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");
14
14
  }
15
15
 
16
16
  </style>
@@ -4,13 +4,13 @@ import { Icon } from '@iconify/css-vue';
4
4
  const props = defineProps(["width","height"]);
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="bmvt2ni6u"/>`;
7
+ const content = `<path class="wdnetxb8v"/>`;
8
8
  </script>
9
9
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:add-to-drive" /></template>
10
10
  <style>
11
- .bmvt2ni6u {
11
+ .wdnetxb8v {
12
12
  fill: currentColor;
13
- 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");
13
+ 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");
14
14
  }
15
15
 
16
16
  </style>
@@ -4,13 +4,13 @@ import { Icon } from '@iconify/css-vue';
4
4
  const props = defineProps(["width","height"]);
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="xmx3g9bvj"/>`;
7
+ const content = `<path class="xy88k1nit"/>`;
8
8
  </script>
9
9
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:docs-outline-sharp" /></template>
10
10
  <style>
11
- .xmx3g9bvj {
11
+ .xy88k1nit {
12
12
  fill: currentColor;
13
- 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");
13
+ 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");
14
14
  }
15
15
 
16
16
  </style>
@@ -4,13 +4,13 @@ import { Icon } from '@iconify/css-vue';
4
4
  const props = defineProps(["width","height"]);
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="dc0294bcf"/>`;
7
+ const content = `<path class="f9h2uzlmg"/>`;
8
8
  </script>
9
9
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:docs-outline" /></template>
10
10
  <style>
11
- .dc0294bcf {
11
+ .f9h2uzlmg {
12
12
  fill: currentColor;
13
- 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");
13
+ 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");
14
14
  }
15
15
 
16
16
  </style>
@@ -4,13 +4,13 @@ import { Icon } from '@iconify/css-vue';
4
4
  const props = defineProps(["width","height"]);
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="yd4ec2bjx"/>`;
7
+ const content = `<path class="pia9o7b6o"/>`;
8
8
  </script>
9
9
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:docs-sharp" /></template>
10
10
  <style>
11
- .yd4ec2bjx {
11
+ .pia9o7b6o {
12
12
  fill: currentColor;
13
- 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");
13
+ d: path("M12 3v6.173h6V21H6V3zm1 0h.654L18 7.462v.711h-5zM9.654 18.173H12.5v-1H9.654zm0-3.788h4.673v-1H9.654z");
14
14
  }
15
15
 
16
16
  </style>
@@ -4,13 +4,13 @@ import { Icon } from '@iconify/css-vue';
4
4
  const props = defineProps(["width","height"]);
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="u5i7oqbnb"/>`;
7
+ const content = `<path class="fne8nsa7o"/>`;
8
8
  </script>
9
9
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:docs" /></template>
10
10
  <style>
11
- .u5i7oqbnb {
11
+ .fne8nsa7o {
12
12
  fill: currentColor;
13
- 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");
13
+ 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");
14
14
  }
15
15
 
16
16
  </style>
@@ -4,13 +4,13 @@ import { Icon } from '@iconify/css-vue';
4
4
  const props = defineProps(["width","height"]);
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="gi92k9i9u"/>`;
7
+ const content = `<path class="slrnm2b-y"/>`;
8
8
  </script>
9
9
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:drive-export-outline-rounded" /></template>
10
10
  <style>
11
- .gi92k9i9u {
11
+ .slrnm2b-y {
12
12
  fill: currentColor;
13
- 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");
13
+ 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");
14
14
  }
15
15
 
16
16
  </style>
@@ -4,13 +4,13 @@ import { Icon } from '@iconify/css-vue';
4
4
  const props = defineProps(["width","height"]);
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="mahl7rzhj"/>`;
7
+ const content = `<path class="pjqpqbbpi"/>`;
8
8
  </script>
9
9
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:drive-export-outline" /></template>
10
10
  <style>
11
- .mahl7rzhj {
11
+ .pjqpqbbpi {
12
12
  fill: currentColor;
13
- 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");
13
+ 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");
14
14
  }
15
15
 
16
16
  </style>
@@ -4,13 +4,13 @@ import { Icon } from '@iconify/css-vue';
4
4
  const props = defineProps(["width","height"]);
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="vlpa2wbiw"/>`;
7
+ const content = `<path class="d646p8jug"/>`;
8
8
  </script>
9
9
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:drive-export-rounded" /></template>
10
10
  <style>
11
- .vlpa2wbiw {
11
+ .d646p8jug {
12
12
  fill: currentColor;
13
- 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");
13
+ 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");
14
14
  }
15
15
 
16
16
  </style>
@@ -4,13 +4,13 @@ import { Icon } from '@iconify/css-vue';
4
4
  const props = defineProps(["width","height"]);
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="fn03qub4b"/>`;
7
+ const content = `<path class="g5lzb_b5a"/>`;
8
8
  </script>
9
9
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:drive-export" /></template>
10
10
  <style>
11
- .fn03qub4b {
11
+ .g5lzb_b5a {
12
12
  fill: currentColor;
13
- 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");
13
+ 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");
14
14
  }
15
15
 
16
16
  </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="vqwdfebij"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:forms-add-on-outline-rounded" /></template>
10
+ <style>
11
+ .vqwdfebij {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="yxjcjhb0p"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:forms-add-on-outline" /></template>
10
+ <style>
11
+ .yxjcjhb0p {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -4,13 +4,13 @@ import { Icon } from '@iconify/css-vue';
4
4
  const props = defineProps(["width","height"]);
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="cvmk2acpu"/>`;
7
+ const content = `<path class="y7j15dbbj"/>`;
8
8
  </script>
9
9
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:forms-add-on-rounded" /></template>
10
10
  <style>
11
- .cvmk2acpu {
11
+ .y7j15dbbj {
12
12
  fill: currentColor;
13
- 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");
13
+ 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");
14
14
  }
15
15
 
16
16
  </style>
@@ -4,13 +4,13 @@ import { Icon } from '@iconify/css-vue';
4
4
  const props = defineProps(["width","height"]);
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="w5ung_q8g"/>`;
7
+ const content = `<path class="ebsn8kbuc"/>`;
8
8
  </script>
9
9
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:forms-add-on" /></template>
10
10
  <style>
11
- .w5ung_q8g {
11
+ .ebsn8kbuc {
12
12
  fill: currentColor;
13
- 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");
13
+ 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");
14
14
  }
15
15
 
16
16
  </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="l00d3-gel"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:forms-apps-script-outline-sharp" /></template>
10
+ <style>
11
+ .l00d3-gel {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -4,13 +4,13 @@ import { Icon } from '@iconify/css-vue';
4
4
  const props = defineProps(["width","height"]);
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="hhujzabmg"/>`;
7
+ const content = `<path class="ffia4ns8a"/>`;
8
8
  </script>
9
9
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:forms-apps-script-outline" /></template>
10
10
  <style>
11
- .hhujzabmg {
11
+ .ffia4ns8a {
12
12
  fill: currentColor;
13
- 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");
13
+ 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");
14
14
  }
15
15
 
16
16
  </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="c6qeaablk"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:forms-apps-script-sharp" /></template>
10
+ <style>
11
+ .c6qeaablk {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -4,13 +4,13 @@ import { Icon } from '@iconify/css-vue';
4
4
  const props = defineProps(["width","height"]);
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="fq5y818sh"/>`;
7
+ const content = `<path class="n4ek8k-pc"/>`;
8
8
  </script>
9
9
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:forms-apps-script" /></template>
10
10
  <style>
11
- .fq5y818sh {
11
+ .n4ek8k-pc {
12
12
  fill: currentColor;
13
- 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");
13
+ 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");
14
14
  }
15
15
 
16
16
  </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="ic-b1ybbj"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:task-alt-outline-sharp" /></template>
10
+ <style>
11
+ .ic-b1ybbj {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="mmispjbqq"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:task-alt-outline" /></template>
10
+ <style>
11
+ .mmispjbqq {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="hq_oc3s6m"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:task-alt-sharp" /></template>
10
+ <style>
11
+ .hq_oc3s6m {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -4,13 +4,13 @@ import { Icon } from '@iconify/css-vue';
4
4
  const props = defineProps(["width","height"]);
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="t7p0v9p5l"/>`;
7
+ const content = `<path class="voxmev4pi"/>`;
8
8
  </script>
9
9
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:task-alt" /></template>
10
10
  <style>
11
- .t7p0v9p5l {
11
+ .voxmev4pi {
12
12
  fill: currentColor;
13
- 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");
13
+ 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");
14
14
  }
15
15
 
16
16
  </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": 15461,
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": 1778731445
31
+ "lastModified": 1779514341
32
32
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-vue/material-symbols-light",
3
3
  "type": "module",
4
- "version": "1.0.33",
4
+ "version": "1.0.35",
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",
@@ -522,6 +522,18 @@
522
522
  "types": "./types/dd0bq22g.d.ts",
523
523
  "default": "./components/2/2d.vue"
524
524
  },
525
+ "./2d-2": {
526
+ "types": "./types/dd0bq22g.d.ts",
527
+ "default": "./components/2/2d-2.vue"
528
+ },
529
+ "./2d-2-outline-rounded": {
530
+ "types": "./types/dd0bq22g.d.ts",
531
+ "default": "./components/2/2d-2-outline-rounded.vue"
532
+ },
533
+ "./2d-2-rounded": {
534
+ "types": "./types/dd0bq22g.d.ts",
535
+ "default": "./components/2/2d-2-rounded.vue"
536
+ },
525
537
  "./2d-outline": {
526
538
  "types": "./types/dd0bq22g.d.ts",
527
539
  "default": "./components/2/2d-outline.vue"
@@ -646,6 +658,14 @@
646
658
  "types": "./types/dd0bq22g.d.ts",
647
659
  "default": "./components/3/3d.vue"
648
660
  },
661
+ "./3d-2": {
662
+ "types": "./types/dd0bq22g.d.ts",
663
+ "default": "./components/3/3d-2.vue"
664
+ },
665
+ "./3d-2-rounded": {
666
+ "types": "./types/dd0bq22g.d.ts",
667
+ "default": "./components/3/3d-2-rounded.vue"
668
+ },
649
669
  "./3d-outline": {
650
670
  "types": "./types/dd0bq22g.d.ts",
651
671
  "default": "./components/3/3d-outline.vue"
@@ -2234,10 +2254,26 @@
2234
2254
  "types": "./types/dd0bq22g.d.ts",
2235
2255
  "default": "./components/a/add-task.vue"
2236
2256
  },
2257
+ "./add-task-outline": {
2258
+ "types": "./types/dd0bq22g.d.ts",
2259
+ "default": "./components/a/add-task-outline.vue"
2260
+ },
2261
+ "./add-task-outline-rounded": {
2262
+ "types": "./types/dd0bq22g.d.ts",
2263
+ "default": "./components/a/add-task-outline-rounded.vue"
2264
+ },
2265
+ "./add-task-outline-sharp": {
2266
+ "types": "./types/dd0bq22g.d.ts",
2267
+ "default": "./components/a/add-task-outline-sharp.vue"
2268
+ },
2237
2269
  "./add-task-rounded": {
2238
2270
  "types": "./types/dd0bq22g.d.ts",
2239
2271
  "default": "./components/a/add-task-rounded.vue"
2240
2272
  },
2273
+ "./add-task-sharp": {
2274
+ "types": "./types/dd0bq22g.d.ts",
2275
+ "default": "./components/a/add-task-sharp.vue"
2276
+ },
2241
2277
  "./add-to-drive": {
2242
2278
  "types": "./types/dd0bq22g.d.ts",
2243
2279
  "default": "./components/a/add-to-drive.vue"
@@ -24374,6 +24410,14 @@
24374
24410
  "types": "./types/dd0bq22g.d.ts",
24375
24411
  "default": "./components/f/forms-add-on.vue"
24376
24412
  },
24413
+ "./forms-add-on-outline": {
24414
+ "types": "./types/dd0bq22g.d.ts",
24415
+ "default": "./components/f/forms-add-on-outline.vue"
24416
+ },
24417
+ "./forms-add-on-outline-rounded": {
24418
+ "types": "./types/dd0bq22g.d.ts",
24419
+ "default": "./components/f/forms-add-on-outline-rounded.vue"
24420
+ },
24377
24421
  "./forms-add-on-rounded": {
24378
24422
  "types": "./types/dd0bq22g.d.ts",
24379
24423
  "default": "./components/f/forms-add-on-rounded.vue"
@@ -24390,10 +24434,18 @@
24390
24434
  "types": "./types/dd0bq22g.d.ts",
24391
24435
  "default": "./components/f/forms-apps-script-outline-rounded.vue"
24392
24436
  },
24437
+ "./forms-apps-script-outline-sharp": {
24438
+ "types": "./types/dd0bq22g.d.ts",
24439
+ "default": "./components/f/forms-apps-script-outline-sharp.vue"
24440
+ },
24393
24441
  "./forms-apps-script-rounded": {
24394
24442
  "types": "./types/dd0bq22g.d.ts",
24395
24443
  "default": "./components/f/forms-apps-script-rounded.vue"
24396
24444
  },
24445
+ "./forms-apps-script-sharp": {
24446
+ "types": "./types/dd0bq22g.d.ts",
24447
+ "default": "./components/f/forms-apps-script-sharp.vue"
24448
+ },
24397
24449
  "./fort": {
24398
24450
  "types": "./types/dd0bq22g.d.ts",
24399
24451
  "default": "./components/f/fort.vue"
@@ -55706,10 +55758,22 @@
55706
55758
  "types": "./types/dd0bq22g.d.ts",
55707
55759
  "default": "./components/t/task-alt.vue"
55708
55760
  },
55761
+ "./task-alt-outline": {
55762
+ "types": "./types/dd0bq22g.d.ts",
55763
+ "default": "./components/t/task-alt-outline.vue"
55764
+ },
55765
+ "./task-alt-outline-sharp": {
55766
+ "types": "./types/dd0bq22g.d.ts",
55767
+ "default": "./components/t/task-alt-outline-sharp.vue"
55768
+ },
55709
55769
  "./task-alt-rounded": {
55710
55770
  "types": "./types/dd0bq22g.d.ts",
55711
55771
  "default": "./components/t/task-alt-rounded.vue"
55712
55772
  },
55773
+ "./task-alt-sharp": {
55774
+ "types": "./types/dd0bq22g.d.ts",
55775
+ "default": "./components/t/task-alt-sharp.vue"
55776
+ },
55713
55777
  "./task-outline": {
55714
55778
  "types": "./types/dd0bq22g.d.ts",
55715
55779
  "default": "./components/t/task-outline.vue"