@iconify-vue/material-symbols-light 1.0.47 → 1.0.48

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.
@@ -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="fpi1t4bfg"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:single-arrow-outline-rounded" /></template>
10
+ <style>
11
+ .fpi1t4bfg {
12
+ fill: currentColor;
13
+ d: path("m14.352 12l-4.086-5.713q-.177-.25-.04-.519t.44-.268q.12 0 .228.056q.109.057.17.157L15.57 12l-4.507 6.287q-.061.1-.171.157t-.231.056q-.293 0-.433-.268t.037-.518z");
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="m1yj47bwu"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:single-arrow-outline-sharp" /></template>
10
+ <style>
11
+ .m1yj47bwu {
12
+ fill: currentColor;
13
+ d: path("m9.698 18.5l4.654-6.5l-4.654-6.5h1.22L15.57 12l-4.654 6.5z");
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="m1yj47bwu"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:single-arrow-outline" /></template>
10
+ <style>
11
+ .m1yj47bwu {
12
+ fill: currentColor;
13
+ d: path("m9.698 18.5l4.654-6.5l-4.654-6.5h1.22L15.57 12l-4.654 6.5z");
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="fpi1t4bfg"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:single-arrow-rounded" /></template>
10
+ <style>
11
+ .fpi1t4bfg {
12
+ fill: currentColor;
13
+ d: path("m14.352 12l-4.086-5.713q-.177-.25-.04-.519t.44-.268q.12 0 .228.056q.109.057.17.157L15.57 12l-4.507 6.287q-.061.1-.171.157t-.231.056q-.293 0-.433-.268t.037-.518z");
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="m1yj47bwu"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:single-arrow-sharp" /></template>
10
+ <style>
11
+ .m1yj47bwu {
12
+ fill: currentColor;
13
+ d: path("m9.698 18.5l4.654-6.5l-4.654-6.5h1.22L15.57 12l-4.654 6.5z");
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="m1yj47bwu"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:single-arrow" /></template>
10
+ <style>
11
+ .m1yj47bwu {
12
+ fill: currentColor;
13
+ d: path("m9.698 18.5l4.654-6.5l-4.654-6.5h1.22L15.57 12l-4.654 6.5z");
14
+ }
15
+
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": 15642,
5
+ "total": 15644,
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": 1784526102
31
+ "lastModified": 1784868781
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.47",
4
+ "version": "1.0.48",
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",
@@ -50862,6 +50862,14 @@
50862
50862
  "types": "./types/dd0bq22g.d.ts",
50863
50863
  "default": "./components/s/simulation-rounded.vue"
50864
50864
  },
50865
+ "./single-arrow": {
50866
+ "types": "./types/dd0bq22g.d.ts",
50867
+ "default": "./components/s/single-arrow.vue"
50868
+ },
50869
+ "./single-arrow-rounded": {
50870
+ "types": "./types/dd0bq22g.d.ts",
50871
+ "default": "./components/s/single-arrow-rounded.vue"
50872
+ },
50865
50873
  "./single-bed": {
50866
50874
  "types": "./types/dd0bq22g.d.ts",
50867
50875
  "default": "./components/s/single-bed.vue"
@@ -88778,6 +88786,22 @@
88778
88786
  "types": "./types/dd0bq22g.d.ts",
88779
88787
  "default": "./components/s/simulation-sharp.vue"
88780
88788
  },
88789
+ "./single-arrow-outline": {
88790
+ "types": "./types/dd0bq22g.d.ts",
88791
+ "default": "./components/s/single-arrow-outline.vue"
88792
+ },
88793
+ "./single-arrow-outline-rounded": {
88794
+ "types": "./types/dd0bq22g.d.ts",
88795
+ "default": "./components/s/single-arrow-outline-rounded.vue"
88796
+ },
88797
+ "./single-arrow-outline-sharp": {
88798
+ "types": "./types/dd0bq22g.d.ts",
88799
+ "default": "./components/s/single-arrow-outline-sharp.vue"
88800
+ },
88801
+ "./single-arrow-sharp": {
88802
+ "types": "./types/dd0bq22g.d.ts",
88803
+ "default": "./components/s/single-arrow-sharp.vue"
88804
+ },
88781
88805
  "./skateboarding-outline": {
88782
88806
  "types": "./types/dd0bq22g.d.ts",
88783
88807
  "default": "./components/s/skateboarding-outline.vue"