@iconify-vue/material-symbols-light 1.0.35 → 1.0.36
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.
- package/components/a/audio-capture-rounded.vue +16 -0
- package/components/a/audio-capture-sharp.vue +16 -0
- package/components/a/audio-capture.vue +16 -0
- package/components/l/light-mode-auto-outline-rounded.vue +16 -0
- package/components/l/light-mode-auto-outline.vue +16 -0
- package/components/l/light-mode-auto-rounded.vue +16 -0
- package/components/l/light-mode-auto.vue +16 -0
- package/components/w/walk-bike-rounded.vue +16 -0
- package/components/w/walk-bike-sharp.vue +16 -0
- package/components/w/walk-bike.vue +16 -0
- package/iconify.json +2 -2
- package/package.json +41 -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="vh386i1pr"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:audio-capture-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.vh386i1pr {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M4.373 18.704q-.379.379-.876.171T3 18.133v-5.575q0-.213.144-.357t.357-.143t.356.143t.143.357v5.086l1.408-1.427q.125-.125.274-.18q.15-.056.31-.056H7.25q.22 0 .37.144t.15.356t-.15.366t-.37.153H6.077zM16.75 17q-.22 0-.37-.15t-.15-.37q0-.212.15-.355t.37-.144h2.635q.269 0 .442-.173t.173-.442v-2.814q0-.215.144-.355t.357-.14t.356.144t.143.357v2.826q0 .691-.462 1.153T19.385 17zm-5.107-2.336q-.143-.144-.143-.356V6.442q0-.212.144-.356t.357-.144t.356.144t.143.356v7.866q0 .212-.144.356t-.357.144t-.356-.144m-3.788-1.961q-.144-.144-.144-.357V8.404q0-.213.144-.356t.357-.144t.356.144t.144.356v3.942q0 .213-.144.357q-.144.143-.357.143t-.356-.143m7.558-1q-.144-.144-.144-.357V9.385q0-.213.144-.357q.144-.143.357-.143t.356.143t.143.357v1.961q0 .213-.144.357t-.356.143t-.356-.143M3.499 7.943q-.213 0-.356-.144T3 7.442V4.615q0-.69.463-1.153T4.615 3H7.27q.213 0 .357.144t.143.357t-.143.356T7.269 4H4.616q-.27 0-.443.173T4 4.616v2.832q0 .216-.144.355q-.144.14-.357.14m16.644-.144Q20 7.655 20 7.442V4.615q0-.269-.173-.442T19.385 4H16.73q-.213 0-.357-.144t-.143-.357t.143-.356T16.73 3h2.653q.691 0 1.154.463T21 4.616v2.832q0 .216-.144.355q-.144.14-.357.14t-.356-.144");
|
|
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="wok3v9y6m"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:audio-capture-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.wok3v9y6m {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3 20.077v-8.02h1v5.587l1.65-1.663h2.12V17H6.076zM16.23 17v-1.02H20v-3.922h1V17zm-4.73-2.192V5.942h1v8.866zm-3.788-1.962V7.904h1v4.942zm7.557-1V8.885h1v2.961zM3 7.942V3h4.77v1H4v3.942zm17 0V4h-3.77V3H21v4.942z");
|
|
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="itix9ibzc"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:audio-capture" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.itix9ibzc {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3 20.077v-8.02h1v5.587l1.65-1.663h2.12V17H6.076zM16.23 17v-1.02h3.155q.269 0 .442-.172q.173-.173.173-.442v-3.308h1v3.327q0 .69-.462 1.153T19.385 17zm-4.73-2.192V5.942h1v8.866zm-3.788-1.962V7.904h1v4.942zm7.557-1V8.885h1v2.961zM3 7.942V4.615q0-.69.463-1.153T4.615 3H7.77v1H4.616q-.27 0-.443.173T4 4.616v3.326zm17 0V4.615q0-.269-.173-.442T19.385 4H16.23V3h3.153q.691 0 1.154.463T21 4.616v3.326z");
|
|
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="uaqd8ngti"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:light-mode-auto-outline-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.uaqd8ngti {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M12 16q-1.671 0-2.835-1.164Q8 13.67 8 12q0-1.696 1.19-2.848T12 8q.189 0 .367.013q.18.012.373.056q.214.05.339.209t.075.372t-.212.338t-.375.075q-.157-.044-.293-.054Q12.139 9 12 9q-1.206 0-2.103.862Q9 10.725 9 12q0 1.25.875 2.125T12 15q.835 0 1.542-.434q.708-.435 1.11-1.182q.087-.188.279-.254q.192-.067.38.02t.255.279t-.02.38q-.505 1.02-1.456 1.606Q13.139 16 12 16m4.4-7.539l-.885 2.227q-.061.14-.17.226t-.27.086q-.263 0-.401-.205t-.045-.437l3.127-8.137q.042-.102.129-.162Q17.97 2 18.079 2h.265q.108 0 .195.06q.086.06.128.161l3.166 8.118q.092.251-.055.456t-.41.205q-.16 0-.28-.076t-.18-.236l-.885-2.227zm.296-.811h3.031l-1.496-3.996h-.077zM2 12.5q-.213 0-.357-.143T1.5 12t.143-.357T2 11.5h2.5q.214 0 .357.143T5 12t-.143.357t-.357.143zm9.643-7.643Q11.5 4.713 11.5 4.5V2q0-.213.143-.357T12 1.5t.357.143T12.5 2v2.5q0 .214-.143.357T12 5t-.357-.143m0 17.5Q11.5 22.214 11.5 22v-2.5q0-.213.143-.357T12 19t.357.143t.143.357V22q0 .214-.143.357T12 22.5t-.357-.143M6.362 7.03l-1.44-1.396q-.147-.14-.144-.344t.143-.37q.166-.165.36-.165t.354.165L7.05 6.342q.16.166.16.354q0 .189-.16.354q-.14.166-.332.153t-.356-.172m12.004 12.048l-1.416-1.421q-.16-.166-.16-.357t.16-.351q.14-.165.332-.153t.356.172l1.44 1.397q.147.14.144.344t-.143.369q-.166.165-.36.165t-.354-.165m-13.444 0q-.165-.165-.165-.36t.165-.353l1.421-1.416q.166-.16.357-.16q.192 0 .351.16q.146.14.134.332t-.153.356l-1.397 1.44q-.159.166-.353.163q-.195-.002-.36-.162M11.83 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="ah5h8zp9n"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:light-mode-auto-outline" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.ah5h8zp9n {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M1.5 12.5v-1H5v1zm10-7.5V1.5h1V5zm0 17.5V19h1v3.5zM6.746 7.404l-2.16-2.098l.695-.745l2.111 2.135zM18.72 19.439l-2.117-2.141l.652-.702l2.16 2.098zm-13.432-.006l-.725-.714l2.14-2.117l.664.652zM12 16q-1.671 0-2.835-1.164Q8 13.67 8 12t1.165-2.835T12 8q.237 0 .467.028t.448.078l-.348.958q-.138-.045-.274-.054Q12.158 9 12 9q-1.25 0-2.125.875T9 12t.875 2.125T12 15q.86 0 1.565-.447q.704-.447 1.087-1.168h1.075q-.408 1.148-1.418 1.881Q13.3 16 12 16m2.377-5l3.47-9h.73l3.508 9H21.03l-1.008-2.539H16.4L15.392 11zm2.32-3.35h3.03l-1.496-3.996h-.077z");
|
|
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="jflq7mb4e"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:light-mode-auto-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.jflq7mb4e {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("m16.4 8.462l-.884 2.226q-.062.14-.172.226t-.269.086q-.263 0-.401-.205t-.045-.437l3.127-8.137q.042-.102.129-.162Q17.97 2 18.079 2h.265q.108 0 .195.06q.086.06.128.161l3.166 8.118q.092.251-.055.456t-.41.205q-.16 0-.28-.076t-.18-.236l-.885-2.227zm.296-.812h3.031l-1.496-3.996h-.077zM2 12.5q-.213 0-.357-.143T1.5 12t.143-.357T2 11.5h2.5q.214 0 .357.143T5 12t-.143.357t-.357.143zm9.643-7.643Q11.5 4.713 11.5 4.5V2q0-.213.143-.357T12 1.5t.357.143T12.5 2v2.5q0 .214-.143.357T12 5t-.357-.143m0 17.5Q11.5 22.214 11.5 22v-2.5q0-.213.143-.357T12 19t.357.143t.143.357V22q0 .214-.143.357T12 22.5t-.357-.143M6.362 7.03l-1.44-1.396q-.147-.14-.144-.344t.143-.37q.166-.165.36-.165t.354.165L7.05 6.342q.16.166.16.354q0 .189-.16.354q-.14.166-.332.153t-.356-.172m12.004 12.048l-1.416-1.421q-.16-.166-.16-.357t.16-.351q.14-.165.332-.153t.356.172l1.44 1.397q.147.14.144.344t-.143.369q-.166.165-.36.165t-.354-.165m-13.444 0q-.165-.165-.165-.36t.165-.353l1.421-1.416q.166-.16.357-.16q.192 0 .351.16q.146.14.134.332t-.153.356l-1.397 1.44q-.159.166-.353.163q-.195-.002-.36-.162M12 16q-1.671 0-2.835-1.164Q8 13.67 8 12q0-1.702 1.206-2.876T12.114 8q.298.02.469.287t.046.565l-.896 2.339q-.312.782.17 1.488t1.34.706h1.2q.453 0 .673.377t-.037.736q-.529.68-1.329 1.092q-.8.41-1.75.41");
|
|
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="i7mzwgbis"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:light-mode-auto" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.i7mzwgbis {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M1.5 12.5v-1H5v1zm10-7.5V1.5h1V5zm0 17.5V19h1v3.5zM6.746 7.404l-2.16-2.098l.695-.745l2.111 2.135zM18.72 19.439l-2.117-2.141l.652-.702l2.16 2.098zm-13.432-.006l-.725-.714l2.14-2.117l.664.652zM14.377 11l3.47-9h.73l3.508 9H21.03l-1.008-2.539H16.4L15.392 11zm2.32-3.35h3.03l-1.496-3.996h-.077zM12 16q-1.671 0-2.835-1.164Q8 13.67 8 12t1.165-2.835T12 8q.237 0 .467.025t.448.075l-2.017 5.285h4.829q-.408 1.148-1.424 1.881T12 16");
|
|
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="x__bdfcgm"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:walk-bike-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.x__bdfcgm {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("m6.48 13.058l-.932 5.444q-.05.235-.21.366q-.16.132-.394.132q-.277 0-.471-.215q-.194-.216-.138-.493L6.019 7.875l-2.403.973v1.421q0 .252-.182.434T3 10.885t-.434-.182t-.181-.434V8.754q0-.34.182-.61t.492-.405l3.664-1.477q.402-.148.786-.013q.383.136.525.501q.075.15.175.618t.404.965t.87.889t1.536.394q.272 0 .453.172q.182.172.182.443t-.182.443t-.453.172q-.788 0-1.38-.234t-1.204-.648l-.458 2.613l1.548 1.511q.167.149.254.356q.087.208.087.437v3.504q0 .252-.182.433T9.25 19t-.434-.182t-.182-.434v-3.268zm.436-8.032q-.377-.378-.377-.93t.377-.94t.93-.387t.92.388t.369.94q0 .551-.369.929q-.368.378-.92.378t-.93-.378m11.315 15.98q-1.366 0-2.39-.819t-1.347-2.072H12q-.213 0-.357-.143q-.143-.143-.143-.357q0-.213.143-.356t.357-.144h2.385q-.008-.857.343-1.61q.35-.753 1.036-1.274h-2.802q-.214 0-.357-.143t-.143-.357t.143-.357t.357-.143h3.411l-.752-2.25q-.057-.192-.211-.317t-.366-.125H14.04q-.214 0-.357-.144t-.143-.356t.143-.357t.357-.143h1.005q.535 0 .954.304t.58.815l.876 2.702q.182-.044.379-.061q.196-.016.398-.016q1.605 0 2.748 1.133q1.142 1.132 1.142 2.738t-1.142 2.729t-2.748 1.123m0-.987q1.204 0 2.044-.84t.84-2.044q0-1.187-.825-2.005t-2.007-.841q-.135 0-.26.009q-.125.01-.24.048l.783 2.387l-.958.317l-.783-2.38q-.644.35-1.042 1.004q-.398.655-.398 1.46q0 1.204.83 2.045q.831.84 2.016.84");
|
|
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="cfcbt3bia"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:walk-bike-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.cfcbt3bia {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M4.212 19L6.018 7.875l-2.403.973v2.036h-1.23V8.018l4.338-1.755q.402-.148.786-.013q.383.136.525.501q.075.15.175.618t.404.965t.87.889t1.536.394h.635v1.23h-.635q-.788 0-1.38-.234t-1.204-.648l-.458 2.613l1.889 1.846V19H8.635v-3.884L6.48 13.058L5.46 19zM6.916 5.026q-.378-.378-.378-.93t.378-.94t.93-.387t.92.388t.368.94q0 .551-.368.929t-.92.378t-.93-.378m11.315 15.98q-1.366 0-2.39-.819t-1.347-2.072H11.5l.5-1h2.385q-.008-.857.343-1.61q.35-.753 1.036-1.274h-3.302l.5-1h3.411l-.887-2.692H13.54v-1h2.667l1.248 3.82q.183-.043.379-.06q.196-.016.398-.016q1.606 0 2.748 1.133q1.142 1.132 1.142 2.738t-1.142 2.729t-2.748 1.123m0-.987q1.204 0 2.044-.84t.84-2.044q0-1.187-.825-2.005t-2.007-.841q-.135 0-.26.009q-.125.01-.24.048l.783 2.387l-.958.317l-.783-2.38q-.644.35-1.042 1.004q-.398.655-.398 1.46q0 1.204.83 2.045q.831.84 2.016.84");
|
|
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="xov3zfbpa"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:walk-bike" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.xov3zfbpa {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M4.212 19L6.018 7.875l-2.403.973v2.036h-1.23v-2.13q0-.34.182-.61t.492-.406l3.664-1.477q.402-.148.786-.012q.383.135.525.501q.075.15.175.618t.404.965t.87.889q.569.394 1.536.394h.635v1.23h-.635q-.788 0-1.38-.235t-1.204-.648l-.458 2.614l1.548 1.511q.167.149.254.356q.087.208.087.437V19H8.635v-3.884L6.48 13.058L5.46 19zM6.916 5.026q-.378-.378-.378-.93t.378-.94t.93-.387t.92.388t.368.94q0 .551-.368.929t-.92.378t-.93-.378m11.315 15.98q-1.366 0-2.39-.819t-1.347-2.072H11.5l.5-1h2.385q-.008-.857.343-1.61q.35-.753 1.036-1.274h-3.302l.5-1h3.411l-.752-2.25q-.057-.192-.211-.317t-.366-.125H13.54v-1h1.505q.535 0 .954.304t.58.815l.876 2.702q.182-.044.379-.061q.196-.016.398-.016q1.605 0 2.748 1.133q1.142 1.132 1.142 2.738t-1.142 2.729t-2.748 1.123m0-.987q1.204 0 2.044-.84t.84-2.044q0-1.187-.825-2.005t-2.007-.841q-.135 0-.26.009q-.125.01-.24.048l.783 2.387l-.958.317l-.783-2.38q-.644.35-1.042 1.004q-.398.655-.398 1.46q0 1.204.83 2.045q.831.84 2.016.84");
|
|
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":
|
|
5
|
+
"total": 15483,
|
|
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":
|
|
31
|
+
"lastModified": 1779951053
|
|
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.
|
|
4
|
+
"version": "1.0.36",
|
|
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",
|
|
@@ -5010,6 +5010,18 @@
|
|
|
5010
5010
|
"types": "./types/dd0bq22g.d.ts",
|
|
5011
5011
|
"default": "./components/a/attribution-sharp.vue"
|
|
5012
5012
|
},
|
|
5013
|
+
"./audio-capture": {
|
|
5014
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
5015
|
+
"default": "./components/a/audio-capture.vue"
|
|
5016
|
+
},
|
|
5017
|
+
"./audio-capture-rounded": {
|
|
5018
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
5019
|
+
"default": "./components/a/audio-capture-rounded.vue"
|
|
5020
|
+
},
|
|
5021
|
+
"./audio-capture-sharp": {
|
|
5022
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
5023
|
+
"default": "./components/a/audio-capture-sharp.vue"
|
|
5024
|
+
},
|
|
5013
5025
|
"./audio-description": {
|
|
5014
5026
|
"types": "./types/dd0bq22g.d.ts",
|
|
5015
5027
|
"default": "./components/a/audio-description.vue"
|
|
@@ -31438,6 +31450,22 @@
|
|
|
31438
31450
|
"types": "./types/dd0bq22g.d.ts",
|
|
31439
31451
|
"default": "./components/l/light-mode.vue"
|
|
31440
31452
|
},
|
|
31453
|
+
"./light-mode-auto": {
|
|
31454
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
31455
|
+
"default": "./components/l/light-mode-auto.vue"
|
|
31456
|
+
},
|
|
31457
|
+
"./light-mode-auto-outline": {
|
|
31458
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
31459
|
+
"default": "./components/l/light-mode-auto-outline.vue"
|
|
31460
|
+
},
|
|
31461
|
+
"./light-mode-auto-outline-rounded": {
|
|
31462
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
31463
|
+
"default": "./components/l/light-mode-auto-outline-rounded.vue"
|
|
31464
|
+
},
|
|
31465
|
+
"./light-mode-auto-rounded": {
|
|
31466
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
31467
|
+
"default": "./components/l/light-mode-auto-rounded.vue"
|
|
31468
|
+
},
|
|
31441
31469
|
"./light-mode-outline": {
|
|
31442
31470
|
"types": "./types/dd0bq22g.d.ts",
|
|
31443
31471
|
"default": "./components/l/light-mode-outline.vue"
|
|
@@ -60942,6 +60970,18 @@
|
|
|
60942
60970
|
"types": "./types/dd0bq22g.d.ts",
|
|
60943
60971
|
"default": "./components/v/vrpano-sharp.vue"
|
|
60944
60972
|
},
|
|
60973
|
+
"./walk-bike": {
|
|
60974
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
60975
|
+
"default": "./components/w/walk-bike.vue"
|
|
60976
|
+
},
|
|
60977
|
+
"./walk-bike-rounded": {
|
|
60978
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
60979
|
+
"default": "./components/w/walk-bike-rounded.vue"
|
|
60980
|
+
},
|
|
60981
|
+
"./walk-bike-sharp": {
|
|
60982
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
60983
|
+
"default": "./components/w/walk-bike-sharp.vue"
|
|
60984
|
+
},
|
|
60945
60985
|
"./wall-art": {
|
|
60946
60986
|
"types": "./types/dd0bq22g.d.ts",
|
|
60947
60987
|
"default": "./components/w/wall-art.vue"
|