@iconify-vue/material-symbols 1.0.18 → 1.0.20

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 (79) hide show
  1. package/components/b/bus-map-pin-2-outline-rounded.vue +16 -0
  2. package/components/b/bus-map-pin-2-outline-sharp.vue +16 -0
  3. package/components/b/bus-map-pin-2-outline.vue +16 -0
  4. package/components/b/bus-map-pin-2-rounded.vue +16 -0
  5. package/components/b/bus-map-pin-2-sharp.vue +16 -0
  6. package/components/b/bus-map-pin-2.vue +16 -0
  7. package/components/c/code-xml-rounded.vue +16 -0
  8. package/components/c/code-xml.vue +16 -0
  9. package/components/f/fire-check-outline-rounded.vue +16 -0
  10. package/components/f/fire-check-outline.vue +16 -0
  11. package/components/f/fire-check-rounded.vue +16 -0
  12. package/components/f/fire-check.vue +16 -0
  13. package/components/f/fork-chart-outline-sharp.vue +16 -0
  14. package/components/f/fork-chart-outline.vue +16 -0
  15. package/components/f/fork-chart-sharp.vue +16 -0
  16. package/components/f/fork-chart.vue +16 -0
  17. package/components/f/format-image-left-outline-rounded.vue +16 -0
  18. package/components/f/format-image-left-outline.vue +16 -0
  19. package/components/f/format-image-left-rounded.vue +3 -3
  20. package/components/f/format-image-left-sharp.vue +3 -3
  21. package/components/f/format-image-left.vue +3 -3
  22. package/components/f/format-image-right-outline-rounded.vue +16 -0
  23. package/components/f/format-image-right-outline.vue +16 -0
  24. package/components/f/format-image-right-rounded.vue +3 -3
  25. package/components/f/format-image-right-sharp.vue +3 -3
  26. package/components/f/format-image-right.vue +3 -3
  27. package/components/f/format-paint-off-outline-rounded.vue +16 -0
  28. package/components/f/format-paint-off-outline-sharp.vue +16 -0
  29. package/components/f/format-paint-off-outline.vue +16 -0
  30. package/components/f/format-paint-off-rounded.vue +16 -0
  31. package/components/f/format-paint-off-sharp.vue +16 -0
  32. package/components/f/format-paint-off.vue +16 -0
  33. package/components/g/graphic-eq-off-rounded.vue +16 -0
  34. package/components/g/graphic-eq-off.vue +16 -0
  35. package/components/g/grid-layout-side-outline-sharp.vue +16 -0
  36. package/components/g/grid-layout-side-outline.vue +16 -0
  37. package/components/g/grid-layout-side-rounded.vue +16 -0
  38. package/components/g/grid-layout-side-sharp.vue +16 -0
  39. package/components/g/grid-layout-side.vue +16 -0
  40. package/components/s/snowflake-rounded.vue +16 -0
  41. package/components/s/snowflake.vue +16 -0
  42. package/components/s/space-dashboard-2-outline-sharp.vue +16 -0
  43. package/components/s/space-dashboard-2-outline.vue +16 -0
  44. package/components/s/space-dashboard-2-rounded.vue +16 -0
  45. package/components/s/space-dashboard-2-sharp.vue +16 -0
  46. package/components/s/space-dashboard-2.vue +16 -0
  47. package/components/s/sql-rounded.vue +16 -0
  48. package/components/s/sql-sharp.vue +16 -0
  49. package/components/s/sql.vue +16 -0
  50. package/components/s/swipe-left-2-outline-rounded.vue +16 -0
  51. package/components/s/swipe-left-2-outline-sharp.vue +16 -0
  52. package/components/s/swipe-left-2-outline.vue +16 -0
  53. package/components/s/swipe-left-2-rounded.vue +16 -0
  54. package/components/s/swipe-left-2-sharp.vue +16 -0
  55. package/components/s/swipe-left-2.vue +16 -0
  56. package/components/s/swipe-right-2-outline-rounded.vue +16 -0
  57. package/components/s/swipe-right-2-outline-sharp.vue +16 -0
  58. package/components/s/swipe-right-2-outline.vue +16 -0
  59. package/components/s/swipe-right-2-rounded.vue +16 -0
  60. package/components/s/swipe-right-2.vue +16 -0
  61. package/components/t/terminal-2-rounded.vue +16 -0
  62. package/components/t/terminal-2.vue +16 -0
  63. package/components/t/text-ad-off-outline-rounded.vue +16 -0
  64. package/components/t/text-ad-off-outline-sharp.vue +16 -0
  65. package/components/t/text-ad-off-outline.vue +16 -0
  66. package/components/t/text-ad-off-rounded.vue +16 -0
  67. package/components/t/text-ad-off-sharp.vue +16 -0
  68. package/components/t/text-ad-off.vue +16 -0
  69. package/components/w/water-drops-outline-rounded.vue +16 -0
  70. package/components/w/water-drops-outline.vue +16 -0
  71. package/components/w/water-drops-rounded.vue +16 -0
  72. package/components/w/water-drops.vue +16 -0
  73. package/components/y/youtube-activity-outline-rounded.vue +16 -0
  74. package/components/y/youtube-activity-outline.vue +16 -0
  75. package/components/y/youtube-activity-rounded.vue +3 -3
  76. package/components/y/youtube-activity-sharp.vue +3 -3
  77. package/components/y/youtube-activity.vue +3 -3
  78. package/iconify.json +2 -2
  79. package/package.json +273 -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="wjtcydri"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:water-drops-rounded" /></template>
10
+ <style>
11
+ .wjtcydri {
12
+ fill: currentColor;
13
+ d: path("M12 22q-3.425 0-5.712-2.35T4 13.8q0-2.35 1.763-5.1T11.1 2.775q.375-.35.888-.362t.887.337q.425.375.813.75t.762.725q-.875 1-1.662 2.363T12 9.3q0 2.375 1.613 4.038T17.5 15q.65 0 1.263-.137t1.212-.463q-.2 3.275-2.45 5.438T12 22m3-10.1q-1-1.1-1-2.6q0-.95.763-2.2t2.162-2.575q.25-.225.575-.225t.575.225q1.475 1.375 2.2 2.563T21 9.3q0 1.5-1 2.6T17.5 13T15 11.9M12.275 19q.3-.025.513-.238T13 18.25q0-.35-.225-.562T12.2 17.5q-1.025.075-2.175-.562t-1.45-2.313q-.05-.275-.262-.45T7.825 14q-.35 0-.575.263t-.15.612q.425 2.275 2 3.25t3.175.875");
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="yiqhc7rz"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:water-drops" /></template>
10
+ <style>
11
+ .yiqhc7rz {
12
+ fill: currentColor;
13
+ d: path("M12 22q-3.425 0-5.712-2.35T4 13.8q0-2.5 1.988-5.437T12 2q.675.575 1.275 1.125t1.175 1.1q-.875 1-1.662 2.363T12 9.3q0 2.375 1.613 4.038T17.5 15q.65 0 1.263-.137t1.212-.463q-.2 3.275-2.45 5.438T12 22m3-10.1q-1-1.1-1-2.6q0-1.05.925-2.45T17.5 4q1.75 1.55 2.625 2.862T21 9.3q0 1.5-1 2.6T17.5 13T15 11.9M12.275 19q.3-.025.513-.238T13 18.25q0-.35-.225-.562T12.2 17.5q-1.025.075-2.175-.562t-1.45-2.313q-.05-.275-.262-.45T7.825 14q-.35 0-.575.263t-.15.612q.425 2.275 2 3.25t3.175.875");
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="h-lee-bg"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:youtube-activity-outline-rounded" /></template>
10
+ <style>
11
+ .h-lee-bg {
12
+ fill: currentColor;
13
+ d: path("M19 18h-1q-.425 0-.712-.288T17 17t.288-.712T18 16h1v-1q0-.425.288-.712T20 14t.713.288T21 15v1h1q.425 0 .713.288T23 17t-.288.713T22 18h-1v1q0 .425-.288.713T20 20t-.712-.288T19 19zM12 5l1 .013q1 .012 2.313.05t2.6.125t1.887.237q.65.175 1.125.638t.65 1.112q.2.8.288 1.8T21.975 11q0 .425-.275.713T21 12t-.712-.288t-.313-.712q-.025-.875-.1-1.825T19.65 7.7q-.05-.125-.15-.212t-.225-.138q-.6-.15-2.85-.25T12 7q-2.2 0-4.45.1t-2.85.25q-.125.05-.213.15t-.137.225q-.2.725-.275 2.063T4 12t.075 2.225t.275 2.075q.05.125.137.213t.213.137q.6.15 2.85.25T12 17h2q.425 0 .712.263t.288.687t-.288.725t-.712.3q-.4 0-.763.013T12.6 19H12q-1.775 0-3.325-.05q-1.325-.025-2.613-.112T4.176 18.6q-.65-.175-1.125-.65t-.65-1.125q-.15-.6-.238-1.425t-.112-1.575Q2 12.925 2 12t.05-1.8q.025-.775.113-1.588T2.4 7.2q.175-.65.65-1.125t1.125-.65q.6-.15 1.888-.238t2.612-.137Q10.225 5 12 5m2.45 6.575l-3.7-2.15q-.25-.15-.5.013t-.25.437v4.25q0 .275.25.438t.5.012l3.7-2.15q.25-.15.25-.425t-.25-.425");
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="j34b2sbj"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:youtube-activity-outline" /></template>
10
+ <style>
11
+ .j34b2sbj {
12
+ fill: currentColor;
13
+ d: path("M19 20v-2h-2v-2h2v-2h2v2h2v2h-2v2zM12 5l1 .013q1 .012 2.313.05t2.6.125t1.887.237q.65.175 1.125.638t.65 1.112q.275.975.338 2.3T21.975 12H20q0-.925-.075-2.262T19.65 7.7q-.05-.125-.15-.213t-.225-.137q-.6-.15-2.85-.25T12 7q-2.2 0-4.45.1t-2.85.25q-.125.05-.213.15t-.137.225q-.2.725-.275 2.063T4 12t.075 2.225t.275 2.075q.05.125.137.213t.213.137q.6.15 2.85.25T12 17h1.488q.762 0 1.512-.025v1.975q-.525.025-1.062.038t-.963.012H12q-1.775 0-3.325-.05q-1.325-.025-2.613-.112T4.176 18.6q-.65-.175-1.125-.65t-.65-1.125q-.15-.6-.238-1.425t-.112-1.575Q2 12.925 2 12t.05-1.8q.025-.775.113-1.588T2.4 7.2q.175-.65.65-1.125t1.125-.65q.6-.15 1.888-.238t2.612-.137Q10.225 5 12 5m-2 10l5.2-3L10 9z");
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="hvz190by"/>`;
7
+ const content = `<path class="kod8gr3c"/>`;
8
8
  </script>
9
9
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:youtube-activity-rounded" /></template>
10
10
  <style>
11
- .hvz190by {
11
+ .kod8gr3c {
12
12
  fill: currentColor;
13
- d: path("M4.2 17.575q-.65-.175-1.125-.65t-.65-1.125q-.15-.575-.237-1.4t-.138-1.575Q2 11.925 2 11t.05-1.825q.05-.75.138-1.575t.237-1.4q.175-.65.65-1.125t1.125-.65q.575-.15 1.863-.238t2.612-.137Q10.225 4 12 4t3.325.05q1.325.05 2.613.138t1.862.237q.65.175 1.125.65t.65 1.125q.225.85.313 1.863T22 10.075q0 .5-.4.8t-.9.175q-.175-.025-.337-.037T20 11q-2.075 0-3.537 1.463T15 16q0 .2.013.388t.062.387q.075.45-.2.825t-.7.375q-.45 0-.85.013t-.7.012H12q-1.775 0-3.325-.05q-1.325-.05-2.612-.137T4.2 17.575m6.55-4l3.7-2.15q.25-.15.25-.425t-.25-.425l-3.7-2.15q-.25-.15-.5.012t-.25.438v4.25q0 .275.25.438t.5.012M19 17h-1q-.425 0-.712-.288T17 16t.288-.712T18 15h1v-1q0-.425.288-.712T20 13t.713.288T21 14v1h1q.425 0 .713.288T23 16t-.288.713T22 17h-1v1q0 .425-.288.713T20 19t-.712-.288T19 18z");
13
+ d: path("M19 18h-1q-.425 0-.712-.288T17 17t.288-.712T18 16h1v-1q0-.425.288-.712T20 14t.713.288T21 15v1h1q.425 0 .713.288T23 17t-.288.713T22 18h-1v1q0 .425-.288.713T20 20t-.712-.288T19 19zm-4.55-6.425l-3.7-2.15q-.25-.15-.5.013t-.25.437v4.25q0 .275.25.438t.5.012l3.7-2.15q.25-.15.25-.425t-.25-.425M12 5l1 .012q1 .013 2.313.05t2.6.125t1.887.238q.65.175 1.125.65t.65 1.125q.25.875.325 2.05t.075 2.275q0 .325-.263.513t-.587.087q-1.25-.3-2.488.05t-2.162 1.275q-.95.925-1.287 2.188t-.063 2.537q.075.3-.1.55t-.475.25q-.55 0-1.012.013T12.75 19H12q-1.775 0-3.325-.05q-1.325-.025-2.613-.112T4.176 18.6q-.65-.175-1.125-.65t-.65-1.125q-.15-.6-.238-1.425t-.112-1.575Q2 12.925 2 12t.05-1.8q.025-.775.113-1.588T2.4 7.2q.175-.65.65-1.125t1.125-.65q.6-.15 1.888-.238t2.612-.137Q10.225 5 12 5");
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="sqa8auco"/>`;
7
+ const content = `<path class="ioxx4hac"/>`;
8
8
  </script>
9
9
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:youtube-activity-sharp" /></template>
10
10
  <style>
11
- .sqa8auco {
11
+ .ioxx4hac {
12
12
  fill: currentColor;
13
- d: path("M15.4 17.95q-.675.025-1.287.038T13.025 18H12q-1.775 0-3.325-.05q-1.325-.05-2.613-.137T4.2 17.575q-.65-.175-1.125-.65t-.65-1.125q-.15-.575-.237-1.4t-.138-1.575Q2 11.925 2 11t.05-1.825q.05-.75.138-1.575t.237-1.4q.175-.65.65-1.125t1.125-.65q.575-.15 1.863-.238t2.612-.137Q10.225 4 12 4t3.325.05q1.325.05 2.613.138t1.862.237q.65.175 1.125.65t.65 1.125q.15.575.238 1.4t.137 1.575q.05.9.05 1.825v.425q-.475-.2-.975-.312T20 11q-2.075 0-3.537 1.463T15 16q0 .525.1 1.013t.3.937M10 14l5.2-3L10 8zm9 5v-2h-2v-2h2v-2h2v2h2v2h-2v2z");
13
+ d: path("M19 20v-2h-2v-2h2v-2h2v2h2v2h-2v2zm-9-5l5.2-3L10 9zm2-10l1 .013q1 .012 2.313.05t2.6.125t1.887.237q.65.175 1.125.65t.65 1.125q.3 1.1.363 2.563t.037 2.662q-.45-.2-.95-.312T20 12q-2.075 0-3.537 1.45T15 16.975q0 .5.088 1.013t.287.962q-.675.025-1.275.038T13.025 19H12q-1.775 0-3.325-.05q-1.325-.025-2.613-.112T4.176 18.6q-.65-.175-1.125-.65t-.65-1.125q-.15-.6-.238-1.425t-.112-1.575Q2 12.925 2 12t.05-1.8q.025-.775.113-1.588T2.4 7.2q.175-.65.65-1.125t1.125-.65q.6-.15 1.888-.238t2.612-.137Q10.225 5 12 5");
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="sqa8auco"/>`;
7
+ const content = `<path class="ioxx4hac"/>`;
8
8
  </script>
9
9
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:youtube-activity" /></template>
10
10
  <style>
11
- .sqa8auco {
11
+ .ioxx4hac {
12
12
  fill: currentColor;
13
- d: path("M15.4 17.95q-.675.025-1.287.038T13.025 18H12q-1.775 0-3.325-.05q-1.325-.05-2.613-.137T4.2 17.575q-.65-.175-1.125-.65t-.65-1.125q-.15-.575-.237-1.4t-.138-1.575Q2 11.925 2 11t.05-1.825q.05-.75.138-1.575t.237-1.4q.175-.65.65-1.125t1.125-.65q.575-.15 1.863-.238t2.612-.137Q10.225 4 12 4t3.325.05q1.325.05 2.613.138t1.862.237q.65.175 1.125.65t.65 1.125q.15.575.238 1.4t.137 1.575q.05.9.05 1.825v.425q-.475-.2-.975-.312T20 11q-2.075 0-3.537 1.463T15 16q0 .525.1 1.013t.3.937M10 14l5.2-3L10 8zm9 5v-2h-2v-2h2v-2h2v2h2v2h-2v2z");
13
+ d: path("M19 20v-2h-2v-2h2v-2h2v2h2v2h-2v2zm-9-5l5.2-3L10 9zm2-10l1 .013q1 .012 2.313.05t2.6.125t1.887.237q.65.175 1.125.65t.65 1.125q.3 1.1.363 2.563t.037 2.662q-.45-.2-.95-.312T20 12q-2.075 0-3.537 1.45T15 16.975q0 .5.088 1.013t.287.962q-.675.025-1.275.038T13.025 19H12q-1.775 0-3.325-.05q-1.325-.025-2.613-.112T4.176 18.6q-.65-.175-1.125-.65t-.65-1.125q-.15-.6-.238-1.425t-.112-1.575Q2 12.925 2 12t.05-1.8q.025-.775.113-1.588T2.4 7.2q.175-.65.65-1.125t1.125-.65q.6-.15 1.888-.238t2.612-.137Q10.225 5 12 5");
14
14
  }
15
15
 
16
16
  </style>
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "material-symbols",
3
3
  "info": {
4
4
  "name": "Material Symbols",
5
- "total": 15128,
5
+ "total": 15195,
6
6
  "author": {
7
7
  "name": "Google",
8
8
  "url": "https://github.com/google/material-design-icons"
@@ -27,5 +27,5 @@
27
27
  ],
28
28
  "palette": false
29
29
  },
30
- "lastModified": 1771740902
30
+ "lastModified": 1772603110
31
31
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-vue/material-symbols",
3
3
  "type": "module",
4
- "version": "1.0.18",
4
+ "version": "1.0.20",
5
5
  "homepage": "https://icon-sets.iconify.design/material-symbols/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "Apache-2.0",
@@ -9438,6 +9438,30 @@
9438
9438
  "types": "./types/dd0bq22g.d.ts",
9439
9439
  "default": "./components/b/bus-map-pin.vue"
9440
9440
  },
9441
+ "./bus-map-pin-2": {
9442
+ "types": "./types/dd0bq22g.d.ts",
9443
+ "default": "./components/b/bus-map-pin-2.vue"
9444
+ },
9445
+ "./bus-map-pin-2-outline": {
9446
+ "types": "./types/dd0bq22g.d.ts",
9447
+ "default": "./components/b/bus-map-pin-2-outline.vue"
9448
+ },
9449
+ "./bus-map-pin-2-outline-rounded": {
9450
+ "types": "./types/dd0bq22g.d.ts",
9451
+ "default": "./components/b/bus-map-pin-2-outline-rounded.vue"
9452
+ },
9453
+ "./bus-map-pin-2-outline-sharp": {
9454
+ "types": "./types/dd0bq22g.d.ts",
9455
+ "default": "./components/b/bus-map-pin-2-outline-sharp.vue"
9456
+ },
9457
+ "./bus-map-pin-2-rounded": {
9458
+ "types": "./types/dd0bq22g.d.ts",
9459
+ "default": "./components/b/bus-map-pin-2-rounded.vue"
9460
+ },
9461
+ "./bus-map-pin-2-sharp": {
9462
+ "types": "./types/dd0bq22g.d.ts",
9463
+ "default": "./components/b/bus-map-pin-2-sharp.vue"
9464
+ },
9441
9465
  "./bus-map-pin-outline": {
9442
9466
  "types": "./types/dd0bq22g.d.ts",
9443
9467
  "default": "./components/b/bus-map-pin-outline.vue"
@@ -13150,6 +13174,14 @@
13150
13174
  "types": "./types/dd0bq22g.d.ts",
13151
13175
  "default": "./components/c/code-rounded.vue"
13152
13176
  },
13177
+ "./code-xml": {
13178
+ "types": "./types/dd0bq22g.d.ts",
13179
+ "default": "./components/c/code-xml.vue"
13180
+ },
13181
+ "./code-xml-rounded": {
13182
+ "types": "./types/dd0bq22g.d.ts",
13183
+ "default": "./components/c/code-xml-rounded.vue"
13184
+ },
13153
13185
  "./coffee": {
13154
13186
  "types": "./types/dd0bq22g.d.ts",
13155
13187
  "default": "./components/c/coffee.vue"
@@ -22670,6 +22702,22 @@
22670
22702
  "types": "./types/dd0bq22g.d.ts",
22671
22703
  "default": "./components/f/fingerprint-sharp.vue"
22672
22704
  },
22705
+ "./fire-check": {
22706
+ "types": "./types/dd0bq22g.d.ts",
22707
+ "default": "./components/f/fire-check.vue"
22708
+ },
22709
+ "./fire-check-outline": {
22710
+ "types": "./types/dd0bq22g.d.ts",
22711
+ "default": "./components/f/fire-check-outline.vue"
22712
+ },
22713
+ "./fire-check-outline-rounded": {
22714
+ "types": "./types/dd0bq22g.d.ts",
22715
+ "default": "./components/f/fire-check-outline-rounded.vue"
22716
+ },
22717
+ "./fire-check-rounded": {
22718
+ "types": "./types/dd0bq22g.d.ts",
22719
+ "default": "./components/f/fire-check-rounded.vue"
22720
+ },
22673
22721
  "./fire-extinguisher": {
22674
22722
  "types": "./types/dd0bq22g.d.ts",
22675
22723
  "default": "./components/f/fire-extinguisher.vue"
@@ -24194,6 +24242,22 @@
24194
24242
  "types": "./types/dd0bq22g.d.ts",
24195
24243
  "default": "./components/f/forest-rounded.vue"
24196
24244
  },
24245
+ "./fork-chart": {
24246
+ "types": "./types/dd0bq22g.d.ts",
24247
+ "default": "./components/f/fork-chart.vue"
24248
+ },
24249
+ "./fork-chart-outline": {
24250
+ "types": "./types/dd0bq22g.d.ts",
24251
+ "default": "./components/f/fork-chart-outline.vue"
24252
+ },
24253
+ "./fork-chart-outline-sharp": {
24254
+ "types": "./types/dd0bq22g.d.ts",
24255
+ "default": "./components/f/fork-chart-outline-sharp.vue"
24256
+ },
24257
+ "./fork-chart-sharp": {
24258
+ "types": "./types/dd0bq22g.d.ts",
24259
+ "default": "./components/f/fork-chart-sharp.vue"
24260
+ },
24197
24261
  "./fork-left": {
24198
24262
  "types": "./types/dd0bq22g.d.ts",
24199
24263
  "default": "./components/f/fork-left.vue"
@@ -24470,6 +24534,14 @@
24470
24534
  "types": "./types/dd0bq22g.d.ts",
24471
24535
  "default": "./components/f/format-image-left.vue"
24472
24536
  },
24537
+ "./format-image-left-outline": {
24538
+ "types": "./types/dd0bq22g.d.ts",
24539
+ "default": "./components/f/format-image-left-outline.vue"
24540
+ },
24541
+ "./format-image-left-outline-rounded": {
24542
+ "types": "./types/dd0bq22g.d.ts",
24543
+ "default": "./components/f/format-image-left-outline-rounded.vue"
24544
+ },
24473
24545
  "./format-image-left-rounded": {
24474
24546
  "types": "./types/dd0bq22g.d.ts",
24475
24547
  "default": "./components/f/format-image-left-rounded.vue"
@@ -24478,6 +24550,14 @@
24478
24550
  "types": "./types/dd0bq22g.d.ts",
24479
24551
  "default": "./components/f/format-image-right.vue"
24480
24552
  },
24553
+ "./format-image-right-outline": {
24554
+ "types": "./types/dd0bq22g.d.ts",
24555
+ "default": "./components/f/format-image-right-outline.vue"
24556
+ },
24557
+ "./format-image-right-outline-rounded": {
24558
+ "types": "./types/dd0bq22g.d.ts",
24559
+ "default": "./components/f/format-image-right-outline-rounded.vue"
24560
+ },
24481
24561
  "./format-image-right-rounded": {
24482
24562
  "types": "./types/dd0bq22g.d.ts",
24483
24563
  "default": "./components/f/format-image-right-rounded.vue"
@@ -24634,6 +24714,30 @@
24634
24714
  "types": "./types/dd0bq22g.d.ts",
24635
24715
  "default": "./components/f/format-paint.vue"
24636
24716
  },
24717
+ "./format-paint-off": {
24718
+ "types": "./types/dd0bq22g.d.ts",
24719
+ "default": "./components/f/format-paint-off.vue"
24720
+ },
24721
+ "./format-paint-off-outline": {
24722
+ "types": "./types/dd0bq22g.d.ts",
24723
+ "default": "./components/f/format-paint-off-outline.vue"
24724
+ },
24725
+ "./format-paint-off-outline-rounded": {
24726
+ "types": "./types/dd0bq22g.d.ts",
24727
+ "default": "./components/f/format-paint-off-outline-rounded.vue"
24728
+ },
24729
+ "./format-paint-off-outline-sharp": {
24730
+ "types": "./types/dd0bq22g.d.ts",
24731
+ "default": "./components/f/format-paint-off-outline-sharp.vue"
24732
+ },
24733
+ "./format-paint-off-rounded": {
24734
+ "types": "./types/dd0bq22g.d.ts",
24735
+ "default": "./components/f/format-paint-off-rounded.vue"
24736
+ },
24737
+ "./format-paint-off-sharp": {
24738
+ "types": "./types/dd0bq22g.d.ts",
24739
+ "default": "./components/f/format-paint-off-sharp.vue"
24740
+ },
24637
24741
  "./format-paint-outline": {
24638
24742
  "types": "./types/dd0bq22g.d.ts",
24639
24743
  "default": "./components/f/format-paint-outline.vue"
@@ -26498,6 +26602,14 @@
26498
26602
  "types": "./types/dd0bq22g.d.ts",
26499
26603
  "default": "./components/g/graphic-eq.vue"
26500
26604
  },
26605
+ "./graphic-eq-off": {
26606
+ "types": "./types/dd0bq22g.d.ts",
26607
+ "default": "./components/g/graphic-eq-off.vue"
26608
+ },
26609
+ "./graphic-eq-off-rounded": {
26610
+ "types": "./types/dd0bq22g.d.ts",
26611
+ "default": "./components/g/graphic-eq-off-rounded.vue"
26612
+ },
26501
26613
  "./graphic-eq-rounded": {
26502
26614
  "types": "./types/dd0bq22g.d.ts",
26503
26615
  "default": "./components/g/graphic-eq-rounded.vue"
@@ -26550,6 +26662,26 @@
26550
26662
  "types": "./types/dd0bq22g.d.ts",
26551
26663
  "default": "./components/g/grid-guides-sharp.vue"
26552
26664
  },
26665
+ "./grid-layout-side": {
26666
+ "types": "./types/dd0bq22g.d.ts",
26667
+ "default": "./components/g/grid-layout-side.vue"
26668
+ },
26669
+ "./grid-layout-side-outline": {
26670
+ "types": "./types/dd0bq22g.d.ts",
26671
+ "default": "./components/g/grid-layout-side-outline.vue"
26672
+ },
26673
+ "./grid-layout-side-outline-sharp": {
26674
+ "types": "./types/dd0bq22g.d.ts",
26675
+ "default": "./components/g/grid-layout-side-outline-sharp.vue"
26676
+ },
26677
+ "./grid-layout-side-rounded": {
26678
+ "types": "./types/dd0bq22g.d.ts",
26679
+ "default": "./components/g/grid-layout-side-rounded.vue"
26680
+ },
26681
+ "./grid-layout-side-sharp": {
26682
+ "types": "./types/dd0bq22g.d.ts",
26683
+ "default": "./components/g/grid-layout-side-sharp.vue"
26684
+ },
26553
26685
  "./grid-off": {
26554
26686
  "types": "./types/dd0bq22g.d.ts",
26555
26687
  "default": "./components/g/grid-off.vue"
@@ -51946,6 +52078,14 @@
51946
52078
  "types": "./types/dd0bq22g.d.ts",
51947
52079
  "default": "./components/s/snowboarding-sharp.vue"
51948
52080
  },
52081
+ "./snowflake": {
52082
+ "types": "./types/dd0bq22g.d.ts",
52083
+ "default": "./components/s/snowflake.vue"
52084
+ },
52085
+ "./snowflake-rounded": {
52086
+ "types": "./types/dd0bq22g.d.ts",
52087
+ "default": "./components/s/snowflake-rounded.vue"
52088
+ },
51949
52089
  "./snowing": {
51950
52090
  "types": "./types/dd0bq22g.d.ts",
51951
52091
  "default": "./components/s/snowing.vue"
@@ -52290,6 +52430,26 @@
52290
52430
  "types": "./types/dd0bq22g.d.ts",
52291
52431
  "default": "./components/s/space-dashboard.vue"
52292
52432
  },
52433
+ "./space-dashboard-2": {
52434
+ "types": "./types/dd0bq22g.d.ts",
52435
+ "default": "./components/s/space-dashboard-2.vue"
52436
+ },
52437
+ "./space-dashboard-2-outline": {
52438
+ "types": "./types/dd0bq22g.d.ts",
52439
+ "default": "./components/s/space-dashboard-2-outline.vue"
52440
+ },
52441
+ "./space-dashboard-2-outline-sharp": {
52442
+ "types": "./types/dd0bq22g.d.ts",
52443
+ "default": "./components/s/space-dashboard-2-outline-sharp.vue"
52444
+ },
52445
+ "./space-dashboard-2-rounded": {
52446
+ "types": "./types/dd0bq22g.d.ts",
52447
+ "default": "./components/s/space-dashboard-2-rounded.vue"
52448
+ },
52449
+ "./space-dashboard-2-sharp": {
52450
+ "types": "./types/dd0bq22g.d.ts",
52451
+ "default": "./components/s/space-dashboard-2-sharp.vue"
52452
+ },
52293
52453
  "./space-dashboard-outline": {
52294
52454
  "types": "./types/dd0bq22g.d.ts",
52295
52455
  "default": "./components/s/space-dashboard-outline.vue"
@@ -53398,6 +53558,18 @@
53398
53558
  "types": "./types/dd0bq22g.d.ts",
53399
53559
  "default": "./components/s/sprint-rounded.vue"
53400
53560
  },
53561
+ "./sql": {
53562
+ "types": "./types/dd0bq22g.d.ts",
53563
+ "default": "./components/s/sql.vue"
53564
+ },
53565
+ "./sql-rounded": {
53566
+ "types": "./types/dd0bq22g.d.ts",
53567
+ "default": "./components/s/sql-rounded.vue"
53568
+ },
53569
+ "./sql-sharp": {
53570
+ "types": "./types/dd0bq22g.d.ts",
53571
+ "default": "./components/s/sql-sharp.vue"
53572
+ },
53401
53573
  "./square": {
53402
53574
  "types": "./types/dd0bq22g.d.ts",
53403
53575
  "default": "./components/s/square.vue"
@@ -55142,6 +55314,30 @@
55142
55314
  "types": "./types/dd0bq22g.d.ts",
55143
55315
  "default": "./components/s/swipe-left.vue"
55144
55316
  },
55317
+ "./swipe-left-2": {
55318
+ "types": "./types/dd0bq22g.d.ts",
55319
+ "default": "./components/s/swipe-left-2.vue"
55320
+ },
55321
+ "./swipe-left-2-outline": {
55322
+ "types": "./types/dd0bq22g.d.ts",
55323
+ "default": "./components/s/swipe-left-2-outline.vue"
55324
+ },
55325
+ "./swipe-left-2-outline-rounded": {
55326
+ "types": "./types/dd0bq22g.d.ts",
55327
+ "default": "./components/s/swipe-left-2-outline-rounded.vue"
55328
+ },
55329
+ "./swipe-left-2-outline-sharp": {
55330
+ "types": "./types/dd0bq22g.d.ts",
55331
+ "default": "./components/s/swipe-left-2-outline-sharp.vue"
55332
+ },
55333
+ "./swipe-left-2-rounded": {
55334
+ "types": "./types/dd0bq22g.d.ts",
55335
+ "default": "./components/s/swipe-left-2-rounded.vue"
55336
+ },
55337
+ "./swipe-left-2-sharp": {
55338
+ "types": "./types/dd0bq22g.d.ts",
55339
+ "default": "./components/s/swipe-left-2-sharp.vue"
55340
+ },
55145
55341
  "./swipe-left-alt": {
55146
55342
  "types": "./types/dd0bq22g.d.ts",
55147
55343
  "default": "./components/s/swipe-left-alt.vue"
@@ -55194,6 +55390,22 @@
55194
55390
  "types": "./types/dd0bq22g.d.ts",
55195
55391
  "default": "./components/s/swipe-right.vue"
55196
55392
  },
55393
+ "./swipe-right-2-outline": {
55394
+ "types": "./types/dd0bq22g.d.ts",
55395
+ "default": "./components/s/swipe-right-2-outline.vue"
55396
+ },
55397
+ "./swipe-right-2-outline-rounded": {
55398
+ "types": "./types/dd0bq22g.d.ts",
55399
+ "default": "./components/s/swipe-right-2-outline-rounded.vue"
55400
+ },
55401
+ "./swipe-right-2-outline-sharp": {
55402
+ "types": "./types/dd0bq22g.d.ts",
55403
+ "default": "./components/s/swipe-right-2-outline-sharp.vue"
55404
+ },
55405
+ "./swipe-right-2-rounded": {
55406
+ "types": "./types/dd0bq22g.d.ts",
55407
+ "default": "./components/s/swipe-right-2-rounded.vue"
55408
+ },
55197
55409
  "./swipe-right-alt": {
55198
55410
  "types": "./types/dd0bq22g.d.ts",
55199
55411
  "default": "./components/s/swipe-right-alt.vue"
@@ -56726,6 +56938,14 @@
56726
56938
  "types": "./types/dd0bq22g.d.ts",
56727
56939
  "default": "./components/t/terminal.vue"
56728
56940
  },
56941
+ "./terminal-2": {
56942
+ "types": "./types/dd0bq22g.d.ts",
56943
+ "default": "./components/t/terminal-2.vue"
56944
+ },
56945
+ "./terminal-2-rounded": {
56946
+ "types": "./types/dd0bq22g.d.ts",
56947
+ "default": "./components/t/terminal-2-rounded.vue"
56948
+ },
56729
56949
  "./terminal-rounded": {
56730
56950
  "types": "./types/dd0bq22g.d.ts",
56731
56951
  "default": "./components/t/terminal-rounded.vue"
@@ -56738,6 +56958,30 @@
56738
56958
  "types": "./types/dd0bq22g.d.ts",
56739
56959
  "default": "./components/t/text-ad.vue"
56740
56960
  },
56961
+ "./text-ad-off": {
56962
+ "types": "./types/dd0bq22g.d.ts",
56963
+ "default": "./components/t/text-ad-off.vue"
56964
+ },
56965
+ "./text-ad-off-outline": {
56966
+ "types": "./types/dd0bq22g.d.ts",
56967
+ "default": "./components/t/text-ad-off-outline.vue"
56968
+ },
56969
+ "./text-ad-off-outline-rounded": {
56970
+ "types": "./types/dd0bq22g.d.ts",
56971
+ "default": "./components/t/text-ad-off-outline-rounded.vue"
56972
+ },
56973
+ "./text-ad-off-outline-sharp": {
56974
+ "types": "./types/dd0bq22g.d.ts",
56975
+ "default": "./components/t/text-ad-off-outline-sharp.vue"
56976
+ },
56977
+ "./text-ad-off-rounded": {
56978
+ "types": "./types/dd0bq22g.d.ts",
56979
+ "default": "./components/t/text-ad-off-rounded.vue"
56980
+ },
56981
+ "./text-ad-off-sharp": {
56982
+ "types": "./types/dd0bq22g.d.ts",
56983
+ "default": "./components/t/text-ad-off-sharp.vue"
56984
+ },
56741
56985
  "./text-ad-outline": {
56742
56986
  "types": "./types/dd0bq22g.d.ts",
56743
56987
  "default": "./components/t/text-ad-outline.vue"
@@ -62174,6 +62418,22 @@
62174
62418
  "types": "./types/dd0bq22g.d.ts",
62175
62419
  "default": "./components/w/water-drop-rounded.vue"
62176
62420
  },
62421
+ "./water-drops": {
62422
+ "types": "./types/dd0bq22g.d.ts",
62423
+ "default": "./components/w/water-drops.vue"
62424
+ },
62425
+ "./water-drops-outline": {
62426
+ "types": "./types/dd0bq22g.d.ts",
62427
+ "default": "./components/w/water-drops-outline.vue"
62428
+ },
62429
+ "./water-drops-outline-rounded": {
62430
+ "types": "./types/dd0bq22g.d.ts",
62431
+ "default": "./components/w/water-drops-outline-rounded.vue"
62432
+ },
62433
+ "./water-drops-rounded": {
62434
+ "types": "./types/dd0bq22g.d.ts",
62435
+ "default": "./components/w/water-drops-rounded.vue"
62436
+ },
62177
62437
  "./water-ec": {
62178
62438
  "types": "./types/dd0bq22g.d.ts",
62179
62439
  "default": "./components/w/water-ec.vue"
@@ -63650,6 +63910,14 @@
63650
63910
  "types": "./types/dd0bq22g.d.ts",
63651
63911
  "default": "./components/y/youtube-activity.vue"
63652
63912
  },
63913
+ "./youtube-activity-outline": {
63914
+ "types": "./types/dd0bq22g.d.ts",
63915
+ "default": "./components/y/youtube-activity-outline.vue"
63916
+ },
63917
+ "./youtube-activity-outline-rounded": {
63918
+ "types": "./types/dd0bq22g.d.ts",
63919
+ "default": "./components/y/youtube-activity-outline-rounded.vue"
63920
+ },
63653
63921
  "./youtube-activity-rounded": {
63654
63922
  "types": "./types/dd0bq22g.d.ts",
63655
63923
  "default": "./components/y/youtube-activity-rounded.vue"
@@ -71746,6 +72014,10 @@
71746
72014
  "types": "./types/dd0bq22g.d.ts",
71747
72015
  "default": "./components/s/swipe-left-alt-sharp.vue"
71748
72016
  },
72017
+ "./swipe-right-2": {
72018
+ "types": "./types/dd0bq22g.d.ts",
72019
+ "default": "./components/s/swipe-right-2.vue"
72020
+ },
71749
72021
  "./swipe-right-alt-outline-sharp": {
71750
72022
  "types": "./types/dd0bq22g.d.ts",
71751
72023
  "default": "./components/s/swipe-right-alt-outline-sharp.vue"