@iconify-vue/material-symbols-light 1.0.14 → 1.0.15
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.
|
@@ -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="
|
|
7
|
+
const content = `<path class="l-9u8dbo"/>`;
|
|
8
8
|
</script>
|
|
9
9
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:nest-farsight-seasonal-outline" /></template>
|
|
10
10
|
<style>
|
|
11
|
-
.
|
|
11
|
+
.l-9u8dbo {
|
|
12
12
|
fill: currentColor;
|
|
13
|
-
d: path("M12 7.74q-.546-.382-1.078-.561T9.885 7q-.56 0-1.066.215q-.506.214-.948.656t-.657.958T7 9.885q0 .506.179 1.037q.179.532.561 1.078q-.382.546-.561 1.078T7 14.116q0 .559.215 1.065q.214.506.656.948t.958.656T9.884 17q.506 0 1.038-.179T12 16.26q.546.383 1.078.562q.531.179 1.037.179q.56 0 1.066-.215q.505-.214.948-.656t.656-.958q.215-.515.215-1.055q0-.506-.179-1.038T16.26 12q.383-.546.562-1.078q.179-.531.179-1.037q0-.56-.215-1.066q-.214-.505-.656-.948t-.958-.656Q14.656 7 14.115 7q-.506 0-1.037.179q-.532.179-1.078.562m0 7.3l-.862.607q-.257.183-.547.268Q10.302 16 10 16q-.39 0-.752-.141q-.362-.142-.663-.443q-.283-.283-.434-.645T8 14.02q0-.302.094-.6t.277-.557L8.96 12l-.607-.861q-.183-.258-.267-.548Q8 10.302 8 10q0-.39.141-.752q.142-.362.443-.663q.283-.283.645-.434T9.98 8q.302 0 .6.094t.558.277L12 8.96l.862-.607q.257-.183.547-.267Q13.698 8 14 8q.39 0 .752.141q.362.142.664.443q.282.283.433.645T16 9.98q0 .302-.094.6t-.277.558L15.04 12l.607.862q.183.257.268.547q.084.289.084.591q0 .39-.141.752q-.142.362-.443.664q-.283.282-.645.433t-.75.151q-.302 0-.6-.094t-.557-.
|
|
13
|
+
d: path("M12 7.74q-.546-.382-1.078-.561T9.885 7q-.56 0-1.066.215q-.506.214-.948.656t-.657.958T7 9.885q0 .506.179 1.037q.179.532.561 1.078q-.382.546-.561 1.078T7 14.116q0 .559.215 1.065q.214.506.656.948t.958.656T9.884 17q.506 0 1.038-.179T12 16.26q.546.383 1.078.562q.531.179 1.037.179q.56 0 1.066-.215q.505-.214.948-.656t.656-.958q.215-.515.215-1.055q0-.506-.179-1.038T16.26 12q.383-.546.562-1.078q.179-.531.179-1.037q0-.56-.215-1.066q-.214-.505-.656-.948t-.958-.656Q14.656 7 14.115 7q-.506 0-1.037.179q-.532.179-1.078.562m0 7.3l-.862.607q-.257.183-.547.268Q10.302 16 10 16q-.39 0-.752-.141q-.362-.142-.663-.443q-.283-.283-.434-.645T8 14.02q0-.302.094-.6t.277-.557L8.96 12l-.607-.861q-.183-.258-.267-.548Q8 10.302 8 10q0-.39.141-.752q.142-.362.443-.663q.283-.283.645-.434T9.98 8q.302 0 .6.094t.558.277L12 8.96l.862-.607q.257-.183.547-.267Q13.698 8 14 8q.39 0 .752.141q.362.142.664.443q.282.283.433.645T16 9.98q0 .302-.094.6t-.277.558L15.04 12l.607.862q.183.257.268.547q.084.289.084.591q0 .39-.141.752q-.142.362-.443.664q-.283.282-.645.433t-.75.151q-.302 0-.6-.094t-.557-.277zm.56-2.48q.228-.228.228-.561t-.228-.56t-.56-.228t-.56.228t-.229.56t.228.56t.561.229t.56-.228M12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 3t3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21m0-1q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8");
|
|
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="
|
|
7
|
+
const content = `<path class="y7xoxhba"/>`;
|
|
8
8
|
</script>
|
|
9
9
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:nest-farsight-seasonal" /></template>
|
|
10
10
|
<style>
|
|
11
|
-
.
|
|
11
|
+
.y7xoxhba {
|
|
12
12
|
fill: currentColor;
|
|
13
|
-
d: path("M12 7.74q-.546-.382-1.078-.561T9.885 7q-.56 0-1.066.215q-.506.214-.948.656t-.657.96T7 9.885q0 .506.179 1.037q.179.532.561 1.078q-.382.546-.561 1.078T7 14.116q0 .559.215 1.065q.214.506.656.948t.96.656T9.885 17q.506 0 1.037-.179q.532-.179 1.078-.562q.546.383 1.078.562t1.038.179q.559 0 1.065-.215q.506-.214.948-.656t.656-.96t.215-1.054q0-.506-.179-1.037q-.179-.532-.562-1.078q.383-.546.562-1.078T17 9.885q0-.56-.215-1.066q-.214-.506-.656-.948t-.96-.657T14.115 7q-.506 0-1.037.179q-.532.179-1.078.561m.
|
|
13
|
+
d: path("M12 7.74q-.546-.382-1.078-.561T9.885 7q-.56 0-1.066.215q-.506.214-.948.656t-.657.96T7 9.885q0 .506.179 1.037q.179.532.561 1.078q-.382.546-.561 1.078T7 14.116q0 .559.215 1.065q.214.506.656.948t.96.656T9.885 17q.506 0 1.037-.179q.532-.179 1.078-.562q.546.383 1.078.562t1.038.179q.559 0 1.065-.215q.506-.214.948-.656t.656-.96t.215-1.054q0-.506-.179-1.037q-.179-.532-.562-1.078q.383-.546.562-1.078T17 9.885q0-.56-.215-1.066q-.214-.506-.656-.948t-.96-.657T14.115 7q-.506 0-1.037.179q-.532.179-1.078.561m.56 4.82q.228-.23.228-.561t-.229-.56q-.228-.227-.56-.227t-.56.229t-.227.56t.229.56q.228.227.56.227t.56-.229M12.003 21q-1.866 0-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709q1.643.708 2.859 1.922t1.925 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709");
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
</style>
|
package/iconify.json
CHANGED
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.
|
|
4
|
+
"version": "1.0.15",
|
|
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",
|