@iconify-vue/material-symbols-light 1.0.22 → 1.0.23
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/m/movie-edit-off-outline-rounded.vue +16 -0
- package/components/m/movie-edit-off-outline-sharp.vue +16 -0
- package/components/m/movie-edit-off-outline.vue +16 -0
- package/components/m/movie-edit-off-rounded.vue +16 -0
- package/components/m/movie-edit-off-sharp.vue +16 -0
- package/components/m/movie-edit-off.vue +16 -0
- package/components/s/sell-cloud-outline-rounded.vue +16 -0
- package/components/s/sell-cloud-outline-sharp.vue +16 -0
- package/components/s/sell-cloud-outline.vue +16 -0
- package/components/s/sell-cloud-rounded.vue +16 -0
- package/components/s/sell-cloud-sharp.vue +16 -0
- package/components/s/sell-cloud.vue +16 -0
- package/iconify.json +2 -2
- package/package.json +49 -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="e1kaxkbm"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:movie-edit-off-outline-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.e1kaxkbm {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.672.482-1.144Q3.963 5 4.634 5h.174l4 4H4v8.385q0 .269.173.442t.443.173h6.73q.214 0 .357.143t.143.357t-.143.357t-.357.143zM21 6.616V8.23q0 .31-.23.54t-.54.23h-8.59l-4-4h1.5l1.119 2.25q.175.35.5.55t.7.2q.75 0 1.153-.638q.402-.637.052-1.312L12.14 5h2.442l1.125 2.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L17.58 5h1.804q.69 0 1.153.463T21 6.616m.116 7.444l-.925-.945zm-1.564 2.828l-2.21-2.184l2.222-2.221q.148-.149.307-.2q.16-.052.32-.052q.165 0 .334.064q.17.065.298.194l.925.944q.129.148.19.308q.062.159.062.319t-.061.322t-.191.31zm-4.437 2.227h.95l.716-.715l-.95-.95l-.715.716zm5.548 2.97q-.192 0-.357-.166l-2.893-2.892l-.73.73q-.131.132-.27.187t-.301.056h-1.073q-.348 0-.578-.23t-.23-.578V18.12q0-.161.056-.3t.186-.271l.73-.725L2.076 3.694q-.146-.146-.156-.347t.156-.366t.357-.165t.357.165l18.23 18.23q.147.147.156.345t-.156.363t-.356.165");
|
|
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="uz_jp4vn"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:movie-edit-off-outline-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.uz_jp4vn {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3 19V5h1.808l4 4H4v9h7.846v1zM21 5v4h-9.361l-4-4H9.05l1.433 2.844l.156.156h2.919l-1.5-3h2.5l1.5 3h3l-1.5-3zm.116 9.06l-.925-.945zm-1.564 2.828l-2.21-2.184l2.849-2.848l2.19 2.203zm-4.437 2.227h.95l.716-.715l-.95-.95l-.715.716zm6.258 2.45l-.714.714l-3.246-3.252l-.973.973h-2.21v-2.21l.974-.967L1.72 3.341l.714-.714z");
|
|
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="c_h3vz-w"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:movie-edit-off-outline" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.c_h3vz-w {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.667.48-1.141Q3.96 5 4.635 5h.173l4 4H4v8.385q0 .269.173.442t.443.173h7.23v1zM21 6.616V9h-9.361l-4-4H9.05l1.433 2.844l.156.156h2.919l-1.5-3h2.5l1.5 3h3l-1.5-3h1.826q.691 0 1.153.463T21 6.616m.115 7.444l-.925-.945zm-1.588 2.853l-2.21-2.21l2.246-2.22q.148-.124.306-.188q.157-.064.315-.064q.172 0 .337.064t.302.193l.925.945q.123.148.187.308q.065.159.065.319t-.061.322t-.191.31zm1.846 4.652l-.714.714l-3.251-3.246l-.968.967h-2.21v-2.21l.968-.948L1.721 3.341l.713-.714zm-6.258-2.45h.95l.71-.715l-.944-.944l-.715.71z");
|
|
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="jmghw41e"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:movie-edit-off-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.jmghw41e {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("m20.19 15.016l.925-.956l-.924-.944l-.95.95zm-.638 1.873l-2.21-2.185l2.222-2.221q.148-.13.307-.19q.16-.062.32-.062q.165 0 .334.064q.17.064.298.193l.925.945q.129.148.19.308q.062.159.062.319t-.052.322t-.2.31zm1.11 5.196q-.19 0-.356-.166l-2.893-2.892l-.73.73q-.131.132-.27.187t-.301.056h-1.073q-.348 0-.578-.23t-.23-.578V18.12q0-.161.056-.3t.186-.271l.73-.725L2.076 3.694q-.146-.146-.156-.347t.156-.366t.357-.165t.357.165l18.23 18.23q.147.147.156.345t-.156.363t-.356.165M4.615 19q-.691 0-1.153-.462T3 17.384V6.616q0-.672.482-1.144Q3.963 5 4.634 5h.174l9.415 9.416l-1.898 1.898q-.217.217-.348.522t-.13.628v.728q0 .349-.23.578q-.23.23-.579.23zm10.936-5.894L7.639 5h1.5l1.119 2.25q.175.35.5.55t.7.2q.75 0 1.153-.638q.402-.637.052-1.312L12.14 5h2.442l1.125 2.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L17.58 5h1.804q.69 0 1.153.463T21 6.616v2.603q0 .329-.258.544t-.606.158q-.192-.025-.375-.015q-.182.01-.375.06q-.384.075-.734.242t-.648.465z");
|
|
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="tc6662be"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:movie-edit-off-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.tc6662be {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("m20.19 15.016l.925-.956l-.924-.944l-.95.95zm-.638 1.873l-2.21-2.185l2.849-2.848l2.19 2.203zM3 19V5h1.808l9.415 9.416l-2.377 2.376V19zm12.552-5.894L7.639 5h1.419l1.425 2.844l.156.156h2.919l-1.5-3h2.5l1.5 3h3l-1.5-3H21v2.696zm5.821 8.46l-.713.713l-3.246-3.252l-.974.973h-2.21v-2.21l.974-.967L1.72 3.341l.714-.714z");
|
|
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="vc9vrfbe"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:movie-edit-off" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.vc9vrfbe {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.672.482-1.144Q3.963 5 4.634 5h.174l9.415 9.416l-2.377 2.376V19zm10.936-5.894L7.639 5h1.419l1.425 2.844l.156.156h2.919l-1.5-3h2.5l1.5 3h3l-1.5-3h1.826q.691 0 1.153.463T21 6.616v3.473q-.814-.274-1.616-.133q-.803.14-1.38.717zm4.639 1.91l.925-.956l-.925-.944l-.95.95zm-.639 1.873l-2.21-2.185l2.222-2.221q.148-.13.307-.19q.16-.062.32-.062q.165 0 .334.064q.17.064.298.193l.925.945q.129.148.19.308q.062.159.062.319t-.052.322t-.2.31zm1.821 4.677l-.713.713l-3.246-3.252l-.974.973h-2.21v-2.21l.974-.967L1.72 3.341l.714-.714z");
|
|
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="q0aip6bh"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:sell-cloud-outline-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.q0aip6bh {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M6.635 21h1.167q.194 0 .347-.144t.153-.356q0-.194-.153-.347T7.802 20H6.635q-.27 0-.452-.192t-.202-.462V9.133q0-.116.048-.231t.144-.212l4.512-4.517q.173-.173.423-.163t.461.182l4.483 4.518q.096.096.135.201t.038.241v2.254q0 .215.144.355t.357.139t.365-.144t.153-.356V9.158q.006-.323-.114-.625q-.12-.301-.34-.55l-4.488-4.517q-.242-.243-.543-.354T11.127 3q-.298 0-.615.121q-.318.121-.535.344L5.46 7.983q-.237.236-.348.526Q5 8.8 5 9.153v10.214q0 .701.466 1.168q.467.466 1.168.466m4.482-12.629q-.414 0-.711-.303t-.309-.716q.012-.414.309-.717q.297-.302.71-.302q.414 0 .708.302q.294.303.312.717q-.018.413-.312.716t-.707.303M12.5 21q-1.044 0-1.772-.728T10 18.5q0-1.006.72-1.73q.719-.722 1.765-.764q.361-.9 1.18-1.453q.818-.553 1.827-.553q1.185 0 2.118.682q.934.682 1.1 1.818h.25q.875 0 1.457.678T21 18.759t-.57 1.573T19 21zm0-1h6.25q.512 0 .88-.366q.37-.367.37-.884q0-.512-.37-.88t-.88-.37h-.906l-.098-.521q-.029-.846-.698-1.413q-.67-.566-1.554-.566q-.688 0-1.274.366q-.587.365-.8 1.009l-.232.625H12.5q-.638 0-1.069.441Q11 17.883 11 18.51q0 .626.431 1.058T12.5 20m3 0");
|
|
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="u8i7xwxv"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:sell-cloud-outline-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.u8i7xwxv {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M5 21h3.302q-.152-.233-.261-.473T7.844 20H6V8.864l5.108-5.114l5.117 5.133v2.79q.275.039.527.08q.253.043.492.128V8.448L11.152 2.29L5 8.442zm6.116-12.629q-.414 0-.711-.303t-.309-.716q.012-.414.309-.717q.297-.302.71-.302q.414 0 .708.302q.294.303.312.717q-.018.413-.312.716t-.707.303M12.5 21q-1.044 0-1.772-.728T10 18.5q0-1.006.72-1.73q.719-.722 1.765-.764q.361-.9 1.18-1.453q.818-.553 1.827-.553q1.185 0 2.118.682q.934.682 1.1 1.818h.25q.875 0 1.457.678T21 18.759t-.57 1.573T19 21zm0-1h6.25q.512 0 .88-.366q.37-.367.37-.884q0-.512-.37-.88t-.88-.37h-.906l-.098-.521q-.029-.846-.698-1.413q-.67-.566-1.554-.566q-.688 0-1.274.366q-.587.365-.8 1.009l-.232.625H12.5q-.638 0-1.069.441Q11 17.883 11 18.51q0 .626.431 1.058T12.5 20m3 0");
|
|
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="p3cfbd1q"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:sell-cloud-outline" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.p3cfbd1q {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M6.635 21h1.667q-.152-.213-.272-.463T7.844 20h-1.21q-.269 0-.451-.192t-.202-.462L5.975 9.133q0-.116.048-.231t.15-.212l4.512-4.517q.173-.173.423-.163t.461.182l4.483 4.518q.096.096.135.201t.038.241v2.527q.275.038.515.087q.24.05.504.134V9.166q.006-.331-.114-.633q-.12-.301-.34-.55l-4.488-4.517q-.242-.243-.543-.354T11.127 3q-.298 0-.615.121q-.318.121-.535.344L5.46 7.983q-.237.236-.348.526Q5 8.8 5 9.153v10.214q0 .701.466 1.168q.467.466 1.168.466m4.482-12.629q-.414 0-.711-.303t-.309-.716q.012-.414.309-.717q.297-.302.71-.302q.414 0 .708.302q.294.303.312.717q-.018.413-.312.716t-.707.303M12.5 21q-1.044 0-1.772-.728T10 18.5q0-1.006.72-1.73q.719-.722 1.765-.764q.361-.9 1.18-1.453q.818-.553 1.827-.553q1.185 0 2.118.682q.934.682 1.1 1.818h.25q.875 0 1.457.678T21 18.759t-.57 1.573T19 21zm0-1h6.25q.512 0 .88-.366q.37-.367.37-.884q0-.512-.37-.88t-.88-.37h-.906l-.098-.521q-.029-.846-.698-1.413q-.67-.566-1.554-.566q-.688 0-1.274.366q-.587.365-.8 1.009l-.232.625H12.5q-.638 0-1.069.441Q11 17.883 11 18.51q0 .626.431 1.058T12.5 20m3 0");
|
|
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="juzxcbcu"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:sell-cloud-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.juzxcbcu {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M6.635 21h.6q.373 0 .56-.31q.186-.311.044-.66q-.131-.367-.177-.756q-.046-.39-.046-.774q0-1.579.913-2.834t2.412-1.749q.768-1.063 1.963-1.68t2.59-.616h.413q.212 0 .412.05q.373.056.65-.159t.275-.562V9.158q.006-.324-.115-.628q-.121-.305-.339-.547l-4.488-4.517q-.242-.243-.547-.354T11.127 3q-.298 0-.615.121q-.318.121-.535.344L5.46 7.983q-.237.236-.348.528T5 9.153v10.214q0 .701.466 1.168q.467.466 1.168.466m4.482-12.629q-.414 0-.711-.303t-.309-.716q.012-.414.309-.717q.297-.302.71-.302q.414 0 .708.302q.294.303.312.717q-.018.413-.312.716t-.707.303M12.5 21q-1.044 0-1.772-.728T10 18.5q0-1.008.72-1.726t1.765-.768q.361-.9 1.18-1.453q.818-.553 1.818-.553q1.194 0 2.127.682q.934.682 1.1 1.818h.25q.874 0 1.457.678T21 18.75q0 .914-.568 1.582T19 21z");
|
|
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="k_tiazbe"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:sell-cloud-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.k_tiazbe {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M8.302 21q-.365-.546-.526-1.204q-.16-.657-.16-1.296q0-1.579.913-2.834t2.412-1.749q.768-1.063 1.963-1.68t2.59-.616q.448 0 .881.068t.87.211V8.442l-6.093-6.151L5 8.442V21zm2.814-12.629q-.414 0-.711-.303t-.309-.716q.012-.414.309-.717q.297-.302.71-.302q.414 0 .708.302q.294.303.312.717q-.018.413-.312.716t-.707.303M12.5 21q-1.044 0-1.772-.728T10 18.5q0-1.008.72-1.726t1.765-.768q.361-.9 1.18-1.453q.818-.553 1.818-.553q1.194 0 2.127.682q.934.682 1.1 1.818h.25q.874 0 1.457.678T21 18.75q0 .914-.568 1.582T19 21z");
|
|
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="pcx4a6bh"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:sell-cloud" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.pcx4a6bh {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M8.302 21q-.365-.546-.526-1.204q-.16-.657-.16-1.296q0-1.579.913-2.834t2.412-1.749q.768-1.063 1.963-1.68t2.59-.616q.448 0 .881.068t.87.211V9.158q.005-.323-.116-.628t-.339-.547l-4.488-4.517q-.242-.243-.547-.354T11.127 3q-.298 0-.615.121q-.318.121-.535.344L5.46 7.983q-.237.236-.348.528T5 9.153v10.214q0 .701.466 1.168q.467.466 1.168.466zm2.814-12.629q-.414 0-.711-.303t-.309-.716q.012-.414.309-.717q.297-.302.71-.302q.414 0 .708.302q.294.303.312.717q-.018.413-.312.716t-.707.303M12.5 21q-1.044 0-1.772-.728T10 18.5q0-1.008.72-1.726t1.765-.768q.361-.9 1.18-1.453q.818-.553 1.818-.553q1.194 0 2.127.682q.934.682 1.1 1.818h.25q.874 0 1.457.678T21 18.75q0 .914-.568 1.582T19 21z");
|
|
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": 15280,
|
|
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": 1774681438
|
|
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.23",
|
|
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",
|
|
@@ -36694,6 +36694,30 @@
|
|
|
36694
36694
|
"types": "./types/dd0bq22g.d.ts",
|
|
36695
36695
|
"default": "./components/m/movie-edit.vue"
|
|
36696
36696
|
},
|
|
36697
|
+
"./movie-edit-off": {
|
|
36698
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
36699
|
+
"default": "./components/m/movie-edit-off.vue"
|
|
36700
|
+
},
|
|
36701
|
+
"./movie-edit-off-outline": {
|
|
36702
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
36703
|
+
"default": "./components/m/movie-edit-off-outline.vue"
|
|
36704
|
+
},
|
|
36705
|
+
"./movie-edit-off-outline-rounded": {
|
|
36706
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
36707
|
+
"default": "./components/m/movie-edit-off-outline-rounded.vue"
|
|
36708
|
+
},
|
|
36709
|
+
"./movie-edit-off-outline-sharp": {
|
|
36710
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
36711
|
+
"default": "./components/m/movie-edit-off-outline-sharp.vue"
|
|
36712
|
+
},
|
|
36713
|
+
"./movie-edit-off-rounded": {
|
|
36714
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
36715
|
+
"default": "./components/m/movie-edit-off-rounded.vue"
|
|
36716
|
+
},
|
|
36717
|
+
"./movie-edit-off-sharp": {
|
|
36718
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
36719
|
+
"default": "./components/m/movie-edit-off-sharp.vue"
|
|
36720
|
+
},
|
|
36697
36721
|
"./movie-edit-outline": {
|
|
36698
36722
|
"types": "./types/dd0bq22g.d.ts",
|
|
36699
36723
|
"default": "./components/m/movie-edit-outline.vue"
|
|
@@ -47554,6 +47578,30 @@
|
|
|
47554
47578
|
"types": "./types/dd0bq22g.d.ts",
|
|
47555
47579
|
"default": "./components/s/sell.vue"
|
|
47556
47580
|
},
|
|
47581
|
+
"./sell-cloud": {
|
|
47582
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
47583
|
+
"default": "./components/s/sell-cloud.vue"
|
|
47584
|
+
},
|
|
47585
|
+
"./sell-cloud-outline": {
|
|
47586
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
47587
|
+
"default": "./components/s/sell-cloud-outline.vue"
|
|
47588
|
+
},
|
|
47589
|
+
"./sell-cloud-outline-rounded": {
|
|
47590
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
47591
|
+
"default": "./components/s/sell-cloud-outline-rounded.vue"
|
|
47592
|
+
},
|
|
47593
|
+
"./sell-cloud-outline-sharp": {
|
|
47594
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
47595
|
+
"default": "./components/s/sell-cloud-outline-sharp.vue"
|
|
47596
|
+
},
|
|
47597
|
+
"./sell-cloud-rounded": {
|
|
47598
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
47599
|
+
"default": "./components/s/sell-cloud-rounded.vue"
|
|
47600
|
+
},
|
|
47601
|
+
"./sell-cloud-sharp": {
|
|
47602
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
47603
|
+
"default": "./components/s/sell-cloud-sharp.vue"
|
|
47604
|
+
},
|
|
47557
47605
|
"./sell-outline": {
|
|
47558
47606
|
"types": "./types/dd0bq22g.d.ts",
|
|
47559
47607
|
"default": "./components/s/sell-outline.vue"
|