@iconify-vue/tabler 1.0.3 → 1.0.5
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/b/ball-bowling-filled.vue +10 -0
- package/components/c/crown-filled.vue +2 -2
- package/components/f/folder-open-filled.vue +10 -0
- package/components/l/leaf-filled.vue +10 -0
- package/components/p/pacman-filled.vue +10 -0
- package/components/p/pacman.vue +3 -3
- package/components/p/phone-call-filled.vue +13 -0
- package/components/p/phone-calling-filled.vue +10 -0
- package/components/p/phone-check-filled.vue +10 -0
- package/components/p/phone-x-filled.vue +10 -0
- package/components/p/plane-arrival-filled.vue +10 -0
- package/components/p/plane-departure-filled.vue +10 -0
- package/components/p/plane-filled.vue +10 -0
- package/components/p/plane-tilt-filled.vue +10 -0
- package/components/p/play-card-filled.vue +10 -0
- package/components/p/playlist-filled.vue +12 -0
- package/components/r/report-analytics-filled.vue +10 -0
- package/components/r/report-money-filled.vue +10 -0
- package/components/s/satellite-filled.vue +10 -0
- package/components/s/sparkles-2-filled.vue +12 -0
- package/components/s/sparkles-filled.vue +10 -0
- package/css/b/bbqs1w.css +3 -0
- package/css/c/cn0nwnbx.css +4 -0
- package/css/d/d28cjibd.css +4 -0
- package/css/e/ed1dqw0n.css +3 -0
- package/css/f/f9kfjgb.css +3 -0
- package/css/f/fm_7hj.css +3 -0
- package/css/i/i03djnal.css +4 -0
- package/css/j/jesdcv9f.css +3 -0
- package/css/m/mfn0ubba.css +4 -0
- package/css/o/o_h9y-bo.css +4 -0
- package/css/o/ouv-3onv.css +4 -0
- package/css/p/paf7bkb.css +4 -0
- package/css/q/q1y4cp.css +3 -0
- package/css/s/s26-ekbf.css +4 -0
- package/css/s/s3anqz2l.css +4 -0
- package/css/s/sizck9bl.css +4 -0
- package/css/u/u1s5h0bn.css +4 -0
- package/css/u/u332-vbj.css +4 -0
- package/css/u/ub9e_ib.css +3 -0
- package/css/v/v3s8xnbf.css +4 -0
- package/css/w/wd6v8v.css +3 -0
- package/css/w/woc2qorb.css +4 -0
- package/css/w/ww0w2tju.css +4 -0
- package/css/{n/nkfg20b.css → y/yqmbybb.css} +2 -2
- package/css/z/zj35u1s.css +3 -0
- package/css/z/zp4y0ebs.css +4 -0
- package/iconify.json +3 -3
- package/package.json +77 -1
- package/css/f/f4n2ta.css +0 -4
- package/css/t/tkh-2f.css +0 -3
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/p/paf7bkb.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="paf7bkb"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:ball-bowling-filled" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/y/yqmbybb.css';
|
|
4
4
|
|
|
5
5
|
const props = defineProps(["width","height"]);
|
|
6
6
|
|
|
7
7
|
const viewBox = {"width":24,"height":24};
|
|
8
|
-
const content = `<path class="
|
|
8
|
+
const content = `<path class="yqmbybb"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:crown-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/s/sizck9bl.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="sizck9bl"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:folder-open-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/s/s3anqz2l.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="s3anqz2l"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:leaf-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/o/o_h9y-bo.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="o_h9y-bo"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:pacman-filled" /></template>
|
package/components/p/pacman.vue
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
3
|
import '../../css/s/s43_jkd.css';
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/f/
|
|
4
|
+
import '../../css/b/bbqs1w.css';
|
|
5
|
+
import '../../css/f/fm_7hj.css';
|
|
6
6
|
|
|
7
7
|
const props = defineProps(["width","height"]);
|
|
8
8
|
|
|
9
9
|
const viewBox = {"width":24,"height":24};
|
|
10
|
-
const content = `<g class="s43_jkd"><path class="
|
|
10
|
+
const content = `<g class="s43_jkd"><path class="bbqs1w"/><path class="fm_7hj"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:pacman" /></template>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/c/cuyn6t.css';
|
|
4
|
+
import '../../css/f/f9kfjgb.css';
|
|
5
|
+
import '../../css/q/q1y4cp.css';
|
|
6
|
+
import '../../css/w/wd6v8v.css';
|
|
7
|
+
|
|
8
|
+
const props = defineProps(["width","height"]);
|
|
9
|
+
|
|
10
|
+
const viewBox = {"width":24,"height":24};
|
|
11
|
+
const content = `<g class="cuyn6t"><path class="f9kfjgb"/><path class="q1y4cp"/><path class="wd6v8v"/></g>`;
|
|
12
|
+
</script>
|
|
13
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:phone-call-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/z/zp4y0ebs.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="zp4y0ebs"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:phone-calling-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/w/ww0w2tju.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="ww0w2tju"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:phone-check-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/o/ouv-3onv.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="ouv-3onv"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:phone-x-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/d/d28cjibd.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="d28cjibd"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:plane-arrival-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/u/u1s5h0bn.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="u1s5h0bn"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:plane-departure-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/w/woc2qorb.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="woc2qorb"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:plane-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/u/u332-vbj.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="u332-vbj"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:plane-tilt-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/m/mfn0ubba.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="mfn0ubba"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:play-card-filled" /></template>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/c/cuyn6t.css';
|
|
4
|
+
import '../../css/z/zj35u1s.css';
|
|
5
|
+
import '../../css/u/ub9e_ib.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="cuyn6t"><path class="zj35u1s"/><path class="ub9e_ib"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:playlist-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/i/i03djnal.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="i03djnal"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:report-analytics-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/v/v3s8xnbf.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="v3s8xnbf"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:report-money-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/c/cn0nwnbx.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="cn0nwnbx"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:satellite-filled" /></template>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/c/cuyn6t.css';
|
|
4
|
+
import '../../css/e/ed1dqw0n.css';
|
|
5
|
+
import '../../css/j/jesdcv9f.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="cuyn6t"><path class="ed1dqw0n"/><path class="jesdcv9f"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:sparkles-2-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/s/s26-ekbf.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="s26-ekbf"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:sparkles-filled" /></template>
|
package/css/b/bbqs1w.css
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.cn0nwnbx {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M21 14a1 1 0 0 1 1 1a7 7 0 0 1-7 7a1 1 0 0 1 0-2a5 5 0 0 0 5-5a1 1 0 0 1 1-1m-4-.5a1 1 0 0 1 1 1a3.5 3.5 0 0 1-3.5 3.5a1 1 0 0 1-.117-1.993L14.5 16a1.5 1.5 0 0 0 1.493-1.356L16 14.5a1 1 0 0 1 1-1M3.171 11.413l4 4.001q.212.212.445.384l-.909.91a1 1 0 0 1-1.414 0l-3-3a1 1 0 0 1 0-1.415zM8.414 3L14 8.586a2 2 0 0 1 0 2.828l-.586.585l.793.794a1 1 0 0 1-1.414 1.414L12 13.413l-.586.587a2 2 0 0 1-2.828 0L3 8.414a2 2 0 0 1-.18-2.618l.127-.152L3 5.586L5.586 3a2 2 0 0 1 2.828 0m5.293-.707l3 3a1 1 0 0 1 0 1.414l-.908.91a4 4 0 0 0-.384-.445l-4.001-4l.879-.88a1 1 0 0 1 1.414 0");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.d28cjibd {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m10.466 2.271l2.898.777a1 1 0 0 1 .708.711l1.904 7.235l4.255 1.141a3 3 0 1 1-1.539 5.799L4.203 14.052a1 1 0 0 1-.72-.765L2.136 6.715a1 1 0 0 1 1.239-1.167l2.898.776a1 1 0 0 1 .607.466l1.207 2.091l1.217.326l-.098-5.954a1 1 0 0 1 1.259-.982M22 21a1 1 0 0 1-1 1H3a1 1 0 0 1 0-2h18a1 1 0 0 1 1 1");
|
|
4
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.ed1dqw0n {
|
|
2
|
+
d: path("M17.964 2.733c.156.563.312 1 .484 1.353c.342.71.758 1.125 1.47 1.467c.353.17.79.326 1.352.484c.98.276.97 1.668-.013 1.93a8.3 8.3 0 0 0-1.34.481c-.71.342-1.127.757-1.463 1.453a8 8 0 0 0-.486 1.352c-.258.988-1.658 1-1.932.015c-.156-.565-.312-1.002-.484-1.354c-.342-.71-.758-1.124-1.458-1.46a8 8 0 0 0-1.374-.495a.4.4 0 0 1-.06-.02l-.044-.017l-.045-.02l-.049-.025l-.035-.02a.4.4 0 0 1-.049-.03l-.032-.023l-.043-.034l-.033-.028l-.036-.035l-.034-.035l-.028-.033l-.035-.043l-.022-.032a.4.4 0 0 1-.032-.049l-.02-.035l-.025-.05l-.02-.044l-.017-.043a.4.4 0 0 1-.02-.06l-.01-.034a.5.5 0 0 1-.02-.098l-.006-.065L12 7.051v-.05a.4.4 0 0 1 .003-.085a.5.5 0 0 1 .013-.093a.5.5 0 0 1 .024-.103a.4.4 0 0 1 .02-.06l.017-.044l.02-.045l.025-.049l.02-.035a.4.4 0 0 1 .03-.049l.023-.032l.034-.043l.028-.033l.035-.036l.035-.034q.015-.015.033-.028l.043-.035l.032-.022a.4.4 0 0 1 .049-.032l.035-.02l.05-.025l.044-.02l.043-.017a.4.4 0 0 1 .06-.02l.027-.008a8.3 8.3 0 0 0 1.339-.48c.71-.342 1.127-.757 1.47-1.466c.17-.354.327-.792.483-1.355c.272-.976 1.657-.976 1.928 0");
|
|
3
|
+
}
|
package/css/f/fm_7hj.css
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.i03djnal {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M17.997 4.17A3 3 0 0 1 20 7v12a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V7a3 3 0 0 1 2.003-2.83A4 4 0 0 0 10 8h4a4 4 0 0 0 3.98-3.597zM9 11a1 1 0 0 0-1 1v5a1 1 0 0 0 2 0v-5a1 1 0 0 0-1-1m3 4a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1m3-2a1 1 0 0 0-1 1v3a1 1 0 0 0 2 0v-3a1 1 0 0 0-1-1M14 2a2 2 0 1 1 0 4h-4a2 2 0 1 1 0-4z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.jesdcv9f {
|
|
2
|
+
d: path("M10.965 6.737q.219.801.503 1.574c.856 2.28 1.945 3.363 4.23 4.22q.708.265 1.571.506c.976.272.974 1.656-.002 1.927q-.798.221-1.568.504c-2.288.858-3.376 1.94-4.229 4.216a19 19 0 0 0-.505 1.579c-.268.983-1.662.983-1.93 0a19 19 0 0 0-.503-1.574c-.856-2.281-1.944-3.363-4.226-4.219a20 20 0 0 0-1.594-.513a.4.4 0 0 1-.054-.018l-.044-.017l-.043-.02a.3.3 0 0 1-.048-.024l-.036-.02a.4.4 0 0 1-.048-.03l-.032-.024l-.044-.034l-.033-.029l-.037-.034l-.034-.037l-.03-.033l-.033-.044l-.023-.032a.4.4 0 0 1-.03-.048l-.021-.036a.3.3 0 0 1-.024-.048l-.02-.043l-.017-.044a.4.4 0 0 1-.018-.054a.2.2 0 0 1-.01-.039a.4.4 0 0 1-.014-.059l-.007-.04l-.007-.056l-.003-.044L2 14v-.05q0-.023.004-.044q.001-.03.007-.057l.007-.04a.4.4 0 0 1 .017-.076l.007-.021a.4.4 0 0 1 .018-.054l.017-.044l.02-.043a.3.3 0 0 1 .024-.048l.02-.036a.4.4 0 0 1 .03-.048l.024-.032l.034-.044l.029-.033l.034-.037l.037-.034l.033-.03l.044-.033l.032-.023a.4.4 0 0 1 .048-.03l.036-.021a.3.3 0 0 1 .048-.024l.043-.02l.044-.017a.4.4 0 0 1 .054-.018l.021-.007a20 20 0 0 0 1.568-.504c2.287-.858 3.375-1.94 4.229-4.216a19 19 0 0 0 .505-1.579c.268-.983 1.662-.983 1.93 0");
|
|
3
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.mfn0ubba {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M17 2a2.995 2.995 0 0 1 2.995 2.898Q20 4.948 20 5v14a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zm-.99 15H16a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2M12.8 7.4a1 1 0 0 0-1.6 0l-3 4a1 1 0 0 0 0 1.2l2.988 3.984l.012.016q.007.01.017.02a.5.5 0 0 0 .077.086l.016.018l.018.016q.025.024.052.043l.025.02a.5.5 0 0 0 .084.056l.056.03q.016.01.033.018l.043.017a.4.4 0 0 0 .074.028a.9.9 0 0 0 .305.047h.047a1 1 0 0 0 .095-.01a1 1 0 0 0 .163-.037l.025-.008l.049-.02a.3.3 0 0 0 .076-.034a.5.5 0 0 0 .08-.046a1 1 0 0 0 .085-.06a.5.5 0 0 0 .086-.078l.018-.016l.016-.018l.043-.052l.017-.02l.009-.012L15.8 12.6a1 1 0 0 0 0-1.2zM8.01 5H8a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.o_h9y-bo {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M13.557 2.015a10 10 0 0 1 7.257 3.744a1 1 0 0 1-.074 1.331L15.828 12l4.912 4.91a1 1 0 0 1 .074 1.332A10 10 0 1 1 5.702 5.164l.235-.242l.07-.063a9.98 9.98 0 0 1 7.55-2.844M12.5 5.5c-1.02 0-1.86.762-1.982 1.748l-.013.15a1 1 0 0 0-.005.102a2 2 0 1 0 2-2");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.ouv-3onv {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m9.928 3.629l2 5a1 1 0 0 1-.414 1.228l-1.67 1.003a9.9 9.9 0 0 0 3.296 3.297l1.003-1.671a1 1 0 0 1 1.228-.414l5 2A1 1 0 0 1 21 15v4c0 1.657-1.343 3-3.06 2.998C9.361 21.477 2.522 14.638 2 6a3 3 0 0 1 3-3h4a1 1 0 0 1 .928.629m10.779-.336a1 1 0 0 1 0 1.414L19.414 6l1.293 1.293a1 1 0 1 1-1.414 1.414L18 7.414l-1.293 1.293a1 1 0 0 1-1.414-1.414L16.586 6l-1.293-1.293a1 1 0 1 1 1.414-1.414L18 4.586l1.293-1.293a1 1 0 0 1 1.414 0");
|
|
4
|
+
}
|
package/css/q/q1y4cp.css
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.s26-ekbf {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M16 19a1 1 0 0 1 0-2a1 1 0 0 0 1-1c0-1.333 2-1.333 2 0a1 1 0 0 0 1 1c1.333 0 1.333 2 0 2a1 1 0 0 0-1 1c0 1.333-2 1.333-2 0a1 1 0 0 0-1-1M3 11a5 5 0 0 0 5-5c0-1.333 2-1.333 2 0a5 5 0 0 0 5 5c1.333 0 1.333 2 0 2a5 5 0 0 0-5 5a1 1 0 0 1-2 0a5 5 0 0 0-5-5c-1.333 0-1.333-2 0-2m13-4a1 1 0 0 1 0-2a1 1 0 0 0 1-1c0-1.333 2-1.333 2 0a1 1 0 0 0 1 1c1.333 0 1.333 2 0 2a1 1 0 0 0-1 1c0 1.333-2 1.333-2 0a1 1 0 0 0-1-1");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.s3anqz2l {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m3.055 14.328l-.018-.168l-.004-.043a11 11 0 0 1-.047-1.12C3.004 6.707 7.276 3 15.986 3H20a1 1 0 0 1 1 1l-.002 2.057C20.5 14.758 16.258 19 9 19H6.369a16 16 0 0 0-.375 2.11a1 1 0 1 1-1.988-.22q.174-1.568.58-2.947l-.118-.146l-.208-.28l-.157-.229l-.182-.293l-.098-.171l-.065-.122a6 6 0 0 1-.397-.941l-.072-.237l-.085-.327l-.057-.268l-.043-.242zm8.539-4.242c-2.845 1.265-4.854 3.13-6.108 5.583q.098.2.218.4l.185.281l.07.097q.12.164.258.329l.197.224h.649c1.037-2.271 2.777-3.946 5.343-5.086a1 1 0 0 0-.812-1.828");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.sizck9bl {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M2 6a3 3 0 0 1 3-3h4l.099.005a1 1 0 0 1 .608.288L12.414 6H19a3 3 0 0 1 2.828 2H7.305a2 2 0 0 0-1.814 1.157l-.058.141l-1.379 3.676a1 1 0 1 0 1.873.702l1.134-3.027A1 1 0 0 1 7.998 10H21l.217.012a2 2 0 0 1 .783.256a2.02 2.02 0 0 1 .928 1.201c.077.28.092.573.045.859l-.005.024l-.995 5.21a3 3 0 0 1-2.686 2.426l-.261.012H5a3 3 0 0 1-3-3z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.u1s5h0bn {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m9.674 3.827l5.267 5.315l4.25-1.139a3 3 0 1 1 1.572 5.79l-14.49 3.883a1 1 0 0 1-1.006-.303l-4.45-5.02a1 1 0 0 1 .49-1.629l2.896-.776a1 1 0 0 1 .759.1l2.091 1.207l1.217-.326l-3.062-5.107a1 1 0 0 1 .599-1.48l2.898-.777a1 1 0 0 1 .97.262M22 21a1 1 0 0 1-1 1H3a1 1 0 0 1 0-2h18a1 1 0 0 1 1 1");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.u332-vbj {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M21.107 2.893a3.047 3.047 0 0 1 .012 4.302L18.64 9.759l2.309 6.925a1 1 0 0 1-.235 1.016l-2.5 2.55a1 1 0 0 1-1.596-.229l-2.864-5.36L12 16.414V19a1 1 0 0 1-.293.707l-2 2a1 1 0 0 1-1.656-.39L6.71 17.29l-4.025-1.342a1 1 0 0 1-.391-1.656l2-2A1 1 0 0 1 5 12h2.586l1.757-1.757L4.026 7.38a1 1 0 0 1-.233-1.587l2.5-2.5a1 1 0 0 1 1.023-.242l6.925 2.309l2.552-2.467a3.05 3.05 0 0 1 4.314 0");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.v3s8xnbf {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M17.997 4.17A3 3 0 0 1 20 7v12a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V7a3 3 0 0 1 2.003-2.83A4 4 0 0 0 10 8h4a4 4 0 0 0 3.98-3.597zM12 10a1 1 0 0 0-1 1v.05a2.5 2.5 0 0 0 .5 4.95h1a.5.5 0 1 1 0 1H10a1 1 0 0 0 0 2h1a1 1 0 0 0 2 0v-.05a2.5 2.5 0 0 0-.5-4.95h-1a.5.5 0 1 1 0-1H14a1 1 0 0 0 0-2h-1a1 1 0 0 0-1-1m2-8a2 2 0 1 1 0 4h-4a2 2 0 1 1 0-4z");
|
|
4
|
+
}
|
package/css/w/wd6v8v.css
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.woc2qorb {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12.868 2.504L16.58 9H20a3 3 0 0 1 0 6h-3.42l-3.712 6.496A1 1 0 0 1 12 22H9a1 1 0 0 1-.962-1.275L9.674 15h-2.26l-1.707 1.707A1 1 0 0 1 5 17H2a1 1 0 0 1-.894-1.447L2.882 12L1.106 8.447A1 1 0 0 1 2 7h3a1 1 0 0 1 .707.293L7.414 9h2.26L8.038 3.275A1 1 0 0 1 9 2h3a1 1 0 0 1 .868.504");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.ww0w2tju {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m9.928 3.629l2 5a1 1 0 0 1-.414 1.228l-1.67 1.003a9.9 9.9 0 0 0 3.296 3.297l1.003-1.671a1 1 0 0 1 1.228-.414l5 2A1 1 0 0 1 21 15v4c0 1.657-1.343 3-3.06 2.998C9.361 21.477 2.522 14.638 2 6a3 3 0 0 1 3-3h4a1 1 0 0 1 .928.629m11.779-.336a1 1 0 0 1 0 1.414l-4 4a1 1 0 0 1-1.414 0l-2-2a1 1 0 1 1 1.414-1.414L17 6.586l3.293-3.293a1 1 0 0 1 1.414 0");
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.yqmbybb {
|
|
2
2
|
fill: currentColor;
|
|
3
|
-
d: path("M19 19H5c-.5 0-.9-.3-1-.8l-2-10c0-.4.1-.8.5-1.1c.4-.2.8-.2 1.1 0l4.1 3.3l3.4-5.1c.4-.6 1.3-.6 1.7 0l3.4 5.1l4.1-3.3c.3-.3.8-.3 1.1 0c.4.2.5.6.5 1.1l-2 10c0 .5-.5.8-1 .
|
|
3
|
+
d: path("M19 19H5c-.5 0-.9-.3-1-.8l-2-10c0-.4.1-.8.5-1.1c.4-.2.8-.2 1.1 0l4.1 3.3l3.4-5.1c.4-.6 1.3-.6 1.7 0l3.4 5.1l4.1-3.3c.3-.3.8-.3 1.1 0c.4.2.5.6.5 1.1l-2 10c0 .5-.5.8-1 .8z");
|
|
4
4
|
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.zp4y0ebs {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m9.928 3.629l2 5a1 1 0 0 1-.414 1.228l-1.67 1.003a9.9 9.9 0 0 0 3.296 3.297l1.003-1.671a1 1 0 0 1 1.228-.414l5 2A1 1 0 0 1 21 15v4c0 1.657-1.343 3-3.06 2.998C9.361 21.477 2.522 14.638 2 6a3 3 0 0 1 3-3h4a1 1 0 0 1 .928.629M16 7v.01a1 1 0 0 1-2 0V7a1 1 0 0 1 2 0m3 0v.01a1 1 0 0 1-2 0V7a1 1 0 0 1 2 0m3 0v.01a1 1 0 0 1-2 0V7a1 1 0 0 1 2 0");
|
|
4
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"prefix": "tabler",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Tabler Icons",
|
|
5
|
-
"total":
|
|
6
|
-
"version": "3.
|
|
5
|
+
"total": 6004,
|
|
6
|
+
"version": "3.37.1",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Paweł Kuna",
|
|
9
9
|
"url": "https://github.com/tabler/tabler-icons"
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
],
|
|
31
31
|
"palette": false
|
|
32
32
|
},
|
|
33
|
-
"lastModified":
|
|
33
|
+
"lastModified": 1771740938
|
|
34
34
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-vue/tabler",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.5",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/tabler/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "MIT",
|
|
@@ -1974,6 +1974,10 @@
|
|
|
1974
1974
|
"types": "./types/dd0bq22g.d.ts",
|
|
1975
1975
|
"default": "./components/b/ball-bowling.vue"
|
|
1976
1976
|
},
|
|
1977
|
+
"./ball-bowling-filled": {
|
|
1978
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
1979
|
+
"default": "./components/b/ball-bowling-filled.vue"
|
|
1980
|
+
},
|
|
1977
1981
|
"./ball-football": {
|
|
1978
1982
|
"types": "./types/dd0bq22g.d.ts",
|
|
1979
1983
|
"default": "./components/b/ball-football.vue"
|
|
@@ -11782,6 +11786,10 @@
|
|
|
11782
11786
|
"types": "./types/dd0bq22g.d.ts",
|
|
11783
11787
|
"default": "./components/f/folder-open.vue"
|
|
11784
11788
|
},
|
|
11789
|
+
"./folder-open-filled": {
|
|
11790
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
11791
|
+
"default": "./components/f/folder-open-filled.vue"
|
|
11792
|
+
},
|
|
11785
11793
|
"./folder-pause": {
|
|
11786
11794
|
"types": "./types/dd0bq22g.d.ts",
|
|
11787
11795
|
"default": "./components/f/folder-pause.vue"
|
|
@@ -14270,6 +14278,10 @@
|
|
|
14270
14278
|
"types": "./types/dd0bq22g.d.ts",
|
|
14271
14279
|
"default": "./components/l/leaf-2.vue"
|
|
14272
14280
|
},
|
|
14281
|
+
"./leaf-filled": {
|
|
14282
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
14283
|
+
"default": "./components/l/leaf-filled.vue"
|
|
14284
|
+
},
|
|
14273
14285
|
"./leaf-off": {
|
|
14274
14286
|
"types": "./types/dd0bq22g.d.ts",
|
|
14275
14287
|
"default": "./components/l/leaf-off.vue"
|
|
@@ -17398,6 +17410,10 @@
|
|
|
17398
17410
|
"types": "./types/dd0bq22g.d.ts",
|
|
17399
17411
|
"default": "./components/p/pacman.vue"
|
|
17400
17412
|
},
|
|
17413
|
+
"./pacman-filled": {
|
|
17414
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
17415
|
+
"default": "./components/p/pacman-filled.vue"
|
|
17416
|
+
},
|
|
17401
17417
|
"./page-break": {
|
|
17402
17418
|
"types": "./types/dd0bq22g.d.ts",
|
|
17403
17419
|
"default": "./components/p/page-break.vue"
|
|
@@ -17806,14 +17822,26 @@
|
|
|
17806
17822
|
"types": "./types/dd0bq22g.d.ts",
|
|
17807
17823
|
"default": "./components/p/phone-call.vue"
|
|
17808
17824
|
},
|
|
17825
|
+
"./phone-call-filled": {
|
|
17826
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
17827
|
+
"default": "./components/p/phone-call-filled.vue"
|
|
17828
|
+
},
|
|
17809
17829
|
"./phone-calling": {
|
|
17810
17830
|
"types": "./types/dd0bq22g.d.ts",
|
|
17811
17831
|
"default": "./components/p/phone-calling.vue"
|
|
17812
17832
|
},
|
|
17833
|
+
"./phone-calling-filled": {
|
|
17834
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
17835
|
+
"default": "./components/p/phone-calling-filled.vue"
|
|
17836
|
+
},
|
|
17813
17837
|
"./phone-check": {
|
|
17814
17838
|
"types": "./types/dd0bq22g.d.ts",
|
|
17815
17839
|
"default": "./components/p/phone-check.vue"
|
|
17816
17840
|
},
|
|
17841
|
+
"./phone-check-filled": {
|
|
17842
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
17843
|
+
"default": "./components/p/phone-check-filled.vue"
|
|
17844
|
+
},
|
|
17817
17845
|
"./phone-done": {
|
|
17818
17846
|
"types": "./types/dd0bq22g.d.ts",
|
|
17819
17847
|
"default": "./components/p/phone-done.vue"
|
|
@@ -17858,6 +17886,10 @@
|
|
|
17858
17886
|
"types": "./types/dd0bq22g.d.ts",
|
|
17859
17887
|
"default": "./components/p/phone-x.vue"
|
|
17860
17888
|
},
|
|
17889
|
+
"./phone-x-filled": {
|
|
17890
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
17891
|
+
"default": "./components/p/phone-x-filled.vue"
|
|
17892
|
+
},
|
|
17861
17893
|
"./photo": {
|
|
17862
17894
|
"types": "./types/dd0bq22g.d.ts",
|
|
17863
17895
|
"default": "./components/p/photo.vue"
|
|
@@ -18150,10 +18182,22 @@
|
|
|
18150
18182
|
"types": "./types/dd0bq22g.d.ts",
|
|
18151
18183
|
"default": "./components/p/plane-arrival.vue"
|
|
18152
18184
|
},
|
|
18185
|
+
"./plane-arrival-filled": {
|
|
18186
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
18187
|
+
"default": "./components/p/plane-arrival-filled.vue"
|
|
18188
|
+
},
|
|
18153
18189
|
"./plane-departure": {
|
|
18154
18190
|
"types": "./types/dd0bq22g.d.ts",
|
|
18155
18191
|
"default": "./components/p/plane-departure.vue"
|
|
18156
18192
|
},
|
|
18193
|
+
"./plane-departure-filled": {
|
|
18194
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
18195
|
+
"default": "./components/p/plane-departure-filled.vue"
|
|
18196
|
+
},
|
|
18197
|
+
"./plane-filled": {
|
|
18198
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
18199
|
+
"default": "./components/p/plane-filled.vue"
|
|
18200
|
+
},
|
|
18157
18201
|
"./plane-inflight": {
|
|
18158
18202
|
"types": "./types/dd0bq22g.d.ts",
|
|
18159
18203
|
"default": "./components/p/plane-inflight.vue"
|
|
@@ -18166,6 +18210,10 @@
|
|
|
18166
18210
|
"types": "./types/dd0bq22g.d.ts",
|
|
18167
18211
|
"default": "./components/p/plane-tilt.vue"
|
|
18168
18212
|
},
|
|
18213
|
+
"./plane-tilt-filled": {
|
|
18214
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
18215
|
+
"default": "./components/p/plane-tilt-filled.vue"
|
|
18216
|
+
},
|
|
18169
18217
|
"./planet": {
|
|
18170
18218
|
"types": "./types/dd0bq22g.d.ts",
|
|
18171
18219
|
"default": "./components/p/planet.vue"
|
|
@@ -18290,6 +18338,10 @@
|
|
|
18290
18338
|
"types": "./types/dd0bq22g.d.ts",
|
|
18291
18339
|
"default": "./components/p/play-card-a-filled.vue"
|
|
18292
18340
|
},
|
|
18341
|
+
"./play-card-filled": {
|
|
18342
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
18343
|
+
"default": "./components/p/play-card-filled.vue"
|
|
18344
|
+
},
|
|
18293
18345
|
"./play-card-j": {
|
|
18294
18346
|
"types": "./types/dd0bq22g.d.ts",
|
|
18295
18347
|
"default": "./components/p/play-card-j.vue"
|
|
@@ -18418,6 +18470,10 @@
|
|
|
18418
18470
|
"types": "./types/dd0bq22g.d.ts",
|
|
18419
18471
|
"default": "./components/p/playlist-add.vue"
|
|
18420
18472
|
},
|
|
18473
|
+
"./playlist-filled": {
|
|
18474
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
18475
|
+
"default": "./components/p/playlist-filled.vue"
|
|
18476
|
+
},
|
|
18421
18477
|
"./playlist-off": {
|
|
18422
18478
|
"types": "./types/dd0bq22g.d.ts",
|
|
18423
18479
|
"default": "./components/p/playlist-off.vue"
|
|
@@ -19126,6 +19182,10 @@
|
|
|
19126
19182
|
"types": "./types/dd0bq22g.d.ts",
|
|
19127
19183
|
"default": "./components/r/report-analytics.vue"
|
|
19128
19184
|
},
|
|
19185
|
+
"./report-analytics-filled": {
|
|
19186
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
19187
|
+
"default": "./components/r/report-analytics-filled.vue"
|
|
19188
|
+
},
|
|
19129
19189
|
"./report-medical": {
|
|
19130
19190
|
"types": "./types/dd0bq22g.d.ts",
|
|
19131
19191
|
"default": "./components/r/report-medical.vue"
|
|
@@ -19134,6 +19194,10 @@
|
|
|
19134
19194
|
"types": "./types/dd0bq22g.d.ts",
|
|
19135
19195
|
"default": "./components/r/report-money.vue"
|
|
19136
19196
|
},
|
|
19197
|
+
"./report-money-filled": {
|
|
19198
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
19199
|
+
"default": "./components/r/report-money-filled.vue"
|
|
19200
|
+
},
|
|
19137
19201
|
"./report-off": {
|
|
19138
19202
|
"types": "./types/dd0bq22g.d.ts",
|
|
19139
19203
|
"default": "./components/r/report-off.vue"
|
|
@@ -19554,6 +19618,10 @@
|
|
|
19554
19618
|
"types": "./types/dd0bq22g.d.ts",
|
|
19555
19619
|
"default": "./components/s/satellite.vue"
|
|
19556
19620
|
},
|
|
19621
|
+
"./satellite-filled": {
|
|
19622
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
19623
|
+
"default": "./components/s/satellite-filled.vue"
|
|
19624
|
+
},
|
|
19557
19625
|
"./satellite-off": {
|
|
19558
19626
|
"types": "./types/dd0bq22g.d.ts",
|
|
19559
19627
|
"default": "./components/s/satellite-off.vue"
|
|
@@ -20578,6 +20646,14 @@
|
|
|
20578
20646
|
"types": "./types/dd0bq22g.d.ts",
|
|
20579
20647
|
"default": "./components/s/sparkles-2.vue"
|
|
20580
20648
|
},
|
|
20649
|
+
"./sparkles-2-filled": {
|
|
20650
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
20651
|
+
"default": "./components/s/sparkles-2-filled.vue"
|
|
20652
|
+
},
|
|
20653
|
+
"./sparkles-filled": {
|
|
20654
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
20655
|
+
"default": "./components/s/sparkles-filled.vue"
|
|
20656
|
+
},
|
|
20581
20657
|
"./speakerphone": {
|
|
20582
20658
|
"types": "./types/dd0bq22g.d.ts",
|
|
20583
20659
|
"default": "./components/s/speakerphone.vue"
|
package/css/f/f4n2ta.css
DELETED
package/css/t/tkh-2f.css
DELETED