@iconify-vue/tabler 1.0.5 → 1.0.6
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/adjustments-horizontal-filled.vue +10 -0
- package/components/c/calendar-event-filled.vue +2 -4
- package/components/c/check-filled.vue +10 -0
- package/components/c/chevron-down-filled.vue +10 -0
- package/components/c/chevron-right-filled.vue +10 -0
- package/components/c/click-filled.vue +10 -0
- package/components/c/copy-filled.vue +12 -0
- package/components/d/database-filled.vue +13 -0
- package/components/d/device-floppy-filled.vue +10 -0
- package/components/d/device-gamepad-2-filled.vue +10 -0
- package/components/d/dots-filled.vue +10 -0
- package/components/d/dots-vertical-filled.vue +10 -0
- package/components/d/download-filled.vue +10 -0
- package/components/e/edit-filled.vue +12 -0
- package/components/e/external-link-filled.vue +10 -0
- package/components/h/headset-filled.vue +10 -0
- package/components/h/help-filled.vue +10 -0
- package/components/h/home-2-filled.vue +10 -0
- package/components/i/id-filled.vue +10 -0
- package/components/l/link-filled.vue +12 -0
- package/components/l/list-check-filled.vue +10 -0
- package/components/l/list-details-filled.vue +10 -0
- package/components/l/list-filled.vue +10 -0
- package/components/m/menu-2-filled.vue +10 -0
- package/components/m/messages-filled.vue +12 -0
- package/components/p/pencil-filled.vue +10 -0
- package/components/p/plus-filled.vue +10 -0
- package/components/s/scale-filled.vue +10 -0
- package/components/s/school-filled.vue +10 -0
- package/components/s/search-filled.vue +10 -0
- package/components/s/send-filled.vue +10 -0
- package/components/t/ticket-filled.vue +10 -0
- package/components/t/tools-kitchen-2-filled.vue +10 -0
- package/components/t/trash-filled.vue +2 -2
- package/components/w/world-filled.vue +10 -0
- package/components/x/x-filled.vue +10 -0
- package/css/a/aho7c3bp.css +4 -0
- package/css/c/c9tmxlvi.css +4 -0
- package/css/d/d78h26lu.css +3 -0
- package/css/d/dolkt7wm.css +4 -0
- package/css/e/ecjw8ubb.css +4 -0
- package/css/e/eemziy.css +3 -0
- package/css/e/em43jyuj.css +4 -0
- package/css/e/eyx6squ.css +3 -0
- package/css/f/fi9pjnb.css +4 -0
- package/css/g/gs5gx7x.css +4 -0
- package/css/h/h-qpzrbv.css +4 -0
- package/css/h/h5zblabq.css +4 -0
- package/css/i/igqcbdbq.css +4 -0
- package/css/j/jf_igcgc.css +4 -0
- package/css/j/jfrm-9b.css +4 -0
- package/css/j/juul3ubv.css +4 -0
- package/css/k/k7uxqcin.css +4 -0
- package/css/m/m35w55b.css +4 -0
- package/css/m/mdpdfwpo.css +4 -0
- package/css/m/my_0eb8b.css +4 -0
- package/css/n/n2l72yb.css +3 -0
- package/css/n/nmws351d.css +3 -0
- package/css/o/oji5awb.css +4 -0
- package/css/p/p9kuimbt.css +4 -0
- package/css/p/plcny0b.css +3 -0
- package/css/q/qd1u16md.css +3 -0
- package/css/q/qdciwdk.css +3 -0
- package/css/q/qjyxfcbb.css +4 -0
- package/css/s/sjk596y.css +3 -0
- package/css/s/ssc1-xoj.css +4 -0
- package/css/t/tuzhc5b.css +4 -0
- package/css/t/tyz8ybc.css +3 -0
- package/css/u/u5xo82bk.css +4 -0
- package/css/u/u8fsovb.css +4 -0
- package/css/u/ua1qlsqq.css +4 -0
- package/css/u/uqd6l4b.css +4 -0
- package/css/v/v_jweou.css +4 -0
- package/css/v/veyi6ibg.css +4 -0
- package/css/v/vq2m39l.css +3 -0
- package/css/y/y279e5bp.css +4 -0
- package/css/y/y5xsd4j.css +4 -0
- package/css/y/ye2s1-b.css +4 -0
- package/iconify.json +2 -2
- package/package.json +137 -1
- package/css/k/k6cphz.css +0 -3
- package/css/n/nzc5i2br.css +0 -4
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/p/p9kuimbt.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="p9kuimbt"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:adjustments-horizontal-filled" /></template>
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
4
|
-
import '../../css/o/olnv4zbt.css';
|
|
5
|
-
import '../../css/k/k6cphz.css';
|
|
3
|
+
import '../../css/v/veyi6ibg.css';
|
|
6
4
|
|
|
7
5
|
const props = defineProps(["width","height"]);
|
|
8
6
|
|
|
9
7
|
const viewBox = {"width":24,"height":24};
|
|
10
|
-
const content = `<
|
|
8
|
+
const content = `<path class="veyi6ibg"/>`;
|
|
11
9
|
</script>
|
|
12
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:calendar-event-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/y/y5xsd4j.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="y5xsd4j"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:check-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/o/oji5awb.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="oji5awb"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:chevron-down-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/v/v_jweou.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="v_jweou"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:chevron-right-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/y/y279e5bp.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="y279e5bp"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:click-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/p/plcny0b.css';
|
|
5
|
+
import '../../css/t/tyz8ybc.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="cuyn6t"><path class="plcny0b"/><path class="tyz8ybc"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:copy-filled" /></template>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/c/cuyn6t.css';
|
|
4
|
+
import '../../css/v/vq2m39l.css';
|
|
5
|
+
import '../../css/q/qdciwdk.css';
|
|
6
|
+
import '../../css/q/qd1u16md.css';
|
|
7
|
+
|
|
8
|
+
const props = defineProps(["width","height"]);
|
|
9
|
+
|
|
10
|
+
const viewBox = {"width":24,"height":24};
|
|
11
|
+
const content = `<g class="cuyn6t"><path class="vq2m39l"/><path class="qdciwdk"/><path class="qd1u16md"/></g>`;
|
|
12
|
+
</script>
|
|
13
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:database-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/g/gs5gx7x.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="gs5gx7x"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:device-floppy-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/k/k7uxqcin.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="k7uxqcin"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:device-gamepad-2-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/y/ye2s1-b.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="ye2s1-b"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:dots-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/j/jf_igcgc.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="jf_igcgc"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:dots-vertical-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/q/qjyxfcbb.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="qjyxfcbb"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:download-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/n/n2l72yb.css';
|
|
5
|
+
import '../../css/s/sjk596y.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="cuyn6t"><path class="n2l72yb"/><path class="sjk596y"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:edit-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/j/juul3ubv.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="juul3ubv"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:external-link-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/h/h-qpzrbv.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="h-qpzrbv"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:headset-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/e/em43jyuj.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="em43jyuj"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:help-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/m/mdpdfwpo.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="mdpdfwpo"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:home-2-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/s/ssc1-xoj.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="ssc1-xoj"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:id-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/eemziy.css';
|
|
5
|
+
import '../../css/d/d78h26lu.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="cuyn6t"><path class="eemziy"/><path class="d78h26lu"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:link-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/e/ecjw8ubb.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="ecjw8ubb"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:list-check-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/h/h5zblabq.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="h5zblabq"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:list-details-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/c/c9tmxlvi.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="c9tmxlvi"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:list-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/f/fi9pjnb.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="fi9pjnb"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:menu-2-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/n/nmws351d.css';
|
|
5
|
+
import '../../css/e/eyx6squ.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="cuyn6t"><path class="nmws351d"/><path class="eyx6squ"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:messages-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/u/uqd6l4b.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="uqd6l4b"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:pencil-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/t/tuzhc5b.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="tuzhc5b"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:plus-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/u/u5xo82bk.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="u5xo82bk"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:scale-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/m/my_0eb8b.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="my_0eb8b"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:school-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/u/u8fsovb.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="u8fsovb"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:search-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/m/m35w55b.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="m35w55b"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:send-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/i/igqcbdbq.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="igqcbdbq"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:ticket-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/d/dolkt7wm.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="dolkt7wm"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:tools-kitchen-2-filled" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/u/ua1qlsqq.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="ua1qlsqq"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:trash-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/a/aho7c3bp.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="aho7c3bp"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:world-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/j/jfrm-9b.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="jfrm-9b"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:x-filled" /></template>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.aho7c3bp {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M21.165 16a10 10 0 0 1-8.434 5.973a1 1 0 0 0 .617-.444a18 18 0 0 0 2.28-5.528zM8.372 16a18 18 0 0 0 2.28 5.53a1 1 0 0 0 .616.443A10 10 0 0 1 2.835 16zm5.198 0A16 16 0 0 1 12 19.884A16 16 0 0 1 10.43 16m-2.396-6a18 18 0 0 0 0 4H2.202a10 10 0 0 1-.002-4zm5.918 0a16 16 0 0 1 0 4h-3.904a16 16 0 0 1 0-4zm7.848 0a10.05 10.05 0 0 1-.002 4h-5.832c.149-1.329.149-2.67 0-4zM11.267 2.027a1 1 0 0 0-.615.444A18 18 0 0 0 8.372 8h-5.54a10.01 10.01 0 0 1 8.334-5.967zM12 4.116a16 16 0 0 1 1.57 3.885h-3.14c.34-1.317.85-2.6 1.53-3.817zm.733-2.09A10.01 10.01 0 0 1 21.168 8h-5.54a18 18 0 0 0-2.28-5.53a1 1 0 0 0-.517-.414z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.c9tmxlvi {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M21 6a1 1 0 0 1-1 1H10a1 1 0 1 1 0-2h10a1 1 0 0 1 1 1m0 6a1 1 0 0 1-1 1H10a1 1 0 0 1 0-2h10a1 1 0 0 1 1 1m0 6a1 1 0 0 1-1 1H10a1 1 0 0 1 0-2h10a1 1 0 0 1 1 1M7 5.995v.02c0 1.099-.895 1.99-2 1.99s-2-.891-2-1.99v-.02c0-1.099.895-1.99 2-1.99s2 .891 2 1.99m0 6v.02c0 1.099-.895 1.99-2 1.99s-2-.891-2-1.99v-.02c0-1.099.895-1.99 2-1.99s2 .891 2 1.99m0 6v.02c0 1.099-.895 1.99-2 1.99s-2-.891-2-1.99v-.02c0-1.099.895-1.99 2-1.99s2 .891 2 1.99");
|
|
4
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.d78h26lu {
|
|
2
|
+
d: path("M19.242 4.757c2.343 2.344 2.342 6.143-.052 8.534l-.534.464a1 1 0 1 1-1.312-1.51l.483-.416a4 4 0 0 0 0-5.657c-1.562-1.563-4.095-1.563-5.607-.054l-.463.536a1 1 0 1 1-1.514-1.308l.513-.59a6 6 0 0 1 8.486.001M6.75 10.338a1 1 0 0 1-.088 1.411l-.483.425a3.97 3.97 0 0 0 0 5.649a4.064 4.064 0 0 0 5.678.038l.34-.458a1 1 0 1 1 1.606 1.194l-.397.534l-.1.114a6.07 6.07 0 0 1-8.533 0A5.97 5.97 0 0 1 3 14.998c0-1.595.638-3.124 1.814-4.284l.524-.463a1 1 0 0 1 1.411.087");
|
|
3
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.dolkt7wm {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m18.94 2.002l.1-.001l.096.008l.095.018l.094.027l.092.037l.086.045l.08.052l.076.06l.076.074l.06.072l.03.04l.051.084l.043.088l.034.091l.025.094l.02.15L20 21a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1v-1h-4a1 1 0 0 1-1-.994c-.033-5.323.97-8.482 5.005-12.434l.317-.307l.072-.06l.04-.03l.084-.051l.088-.043l.091-.034l.094-.025zM11 3a1 1 0 0 1 1 1v3a4 4 0 0 1-3 3.874V21a1 1 0 0 1-2 0V10.874A4 4 0 0 1 4 7V4a1 1 0 1 1 2 0v3a2 2 0 0 0 1 1.732V4a1 1 0 1 1 2 0l.001 4.732A2 2 0 0 0 10 7V4a1 1 0 0 1 1-1");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.ecjw8ubb {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M8.207 3.793a1 1 0 0 1 0 1.414l-2.5 2.5a1 1 0 0 1-1.414 0l-1.5-1.5a1 1 0 0 1 1.414-1.414L5 5.586l1.793-1.793a1 1 0 0 1 1.414 0m0 6a1 1 0 0 1 0 1.414l-2.5 2.5a1 1 0 0 1-1.414 0l-1.5-1.5a1 1 0 0 1 1.414-1.414l.793.793l1.793-1.793a1 1 0 0 1 1.414 0m0 6a1 1 0 0 1 0 1.414l-2.5 2.5a1 1 0 0 1-1.414 0l-1.5-1.5a1 1 0 0 1 1.414-1.414l.793.793l1.793-1.793a1 1 0 0 1 1.414 0M21 6a1 1 0 0 1-1 1h-9a1 1 0 0 1 0-2h9a1 1 0 0 1 1 1m0 6a1 1 0 0 1-1 1h-9a1 1 0 0 1 0-2h9a1 1 0 0 1 1 1m0 6a1 1 0 0 1-1 1h-9a1 1 0 0 1 0-2h9a1 1 0 0 1 1 1");
|
|
4
|
+
}
|
package/css/e/eemziy.css
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.em43jyuj {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M17 3.34A10 10 0 1 1 7 20.66A10 10 0 0 1 17 3.34M12 16a1 1 0 0 0-.993.883L11 17.01a1 1 0 0 0 1.993.117L13 17a1 1 0 0 0-1-1m1.173-9.856a3.6 3.6 0 0 0-3.97 1.252A1 1 0 0 0 10.715 8.7l.082-.096a1.6 1.6 0 1 1 1.846 2.462a2.49 2.49 0 0 0-1.641 2.49a1 1 0 0 0 1.996.004v-.117a.5.5 0 0 1 .259-.466l.075-.034a3.61 3.61 0 0 0 2.338-3.47a3.6 3.6 0 0 0-2.497-3.329");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.h-qpzrbv {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12 2a9 9 0 0 1 9 9v6a3 3 0 0 1-2.152 2.879C18.17 21.78 15.31 23 12 23a1 1 0 0 1 0-2c1.889 0 3.482-.482 4.334-1.075A3 3 0 0 1 14 17l.001-3.051l.004-.051A2.995 2.995 0 0 1 17 11h1c.351 0 .688.06 1 .171V11a7 7 0 0 0-13.996-.24L5 11.17c.313-.11.65-.17 1-.17h1a3 3 0 0 1 3 3v3a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-6a9 9 0 0 1 9-9");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.h5zblabq {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M22 5a1 1 0 0 1-1 1h-8a1 1 0 0 1 0-2h8a1 1 0 0 1 1 1m-3 4a1 1 0 0 1-1 1h-5a1 1 0 0 1 0-2h5a1 1 0 0 1 1 1m3 6a1 1 0 0 1-1 1h-8a1 1 0 0 1 0-2h8a1 1 0 0 1 1 1m-3 4a1 1 0 0 1-1 1h-5a1 1 0 0 1 0-2h5a1 1 0 0 1 1 1M8 3a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2l.001-4.051l.004-.051A1.996 1.996 0 0 1 4 3zm0 10a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2l.001-4.051l.004-.051A1.996 1.996 0 0 1 4 13z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.igqcbdbq {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M14 4v2a1 1 0 0 0 2 0V4h3a3 3 0 0 1 3 3v3a1 1 0 0 1-.883.993L21 11a1 1 0 0 0-.117 1.993L21 13a1 1 0 0 1 1 1v3a3 3 0 0 1-3 3h-3v-2a1 1 0 0 0-.883-.993L15 17a1 1 0 0 0-1 1v2H5a3 3 0 0 1-3-3v-3a1 1 0 0 1 .883-.993L3 13a1 1 0 0 0 .117-1.993L3 11a1 1 0 0 1-1-1V7a2.995 2.995 0 0 1 2.727-2.985l.222-.014zm1 6a1 1 0 0 0-1 1v2a1 1 0 0 0 2 0v-2a1 1 0 0 0-1-1");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.juul3ubv {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12 5a1 1 0 0 1 0 2H6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-6a1 1 0 0 1 2 0v6a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3zm3-2h5l.075.003l.126.017l.111.03l.111.044l.098.052l.096.067l.09.08q.054.053.097.112l.071.11l.054.114l.035.105l.03.148L21 4v5a1 1 0 0 1-2 0V6.414l-7.293 7.293a1 1 0 0 1-1.414-1.414L17.584 5H15a1 1 0 0 1 0-2");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.k7uxqcin {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M15.5 4a6 6 0 0 1 5.945 5.187l1.532 7.883a3.3 3.3 0 0 1-5.632 2.903l-3.776-3.974l-3.14.001l-3.719 3.916a3.3 3.3 0 0 1-5.629-2.92l1.634-8.173A6 6 0 0 1 8.6 4zM8 7a1 1 0 0 0-1 1v1H6a1 1 0 1 0 0 2h1v1a1 1 0 0 0 2 0v-1h1a1 1 0 0 0 0-2H9V8a1 1 0 0 0-1-1m10 2h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.mdpdfwpo {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m12.707 2.293l9 9c.63.63.184 1.707-.707 1.707h-1v6a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3v-6H3c-.89 0-1.337-1.077-.707-1.707l9-9a1 1 0 0 1 1.414 0M13.5 11h-3A1.5 1.5 0 0 0 9 12.5v3a1.5 1.5 0 0 0 1.5 1.5h3a1.5 1.5 0 0 0 1.5-1.5v-3a1.5 1.5 0 0 0-1.5-1.5");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.my_0eb8b {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M19 13.431V16c0 2.398-3.205 4-7 4s-7-1.602-7-4v-2.569l5.886 2.354a3 3 0 0 0 2.011.078l.217-.078zm2-2.955l-8.629 3.452a1 1 0 0 1-.742 0l-10-4c-.839-.335-.839-1.521 0-1.856l10-4a1 1 0 0 1 .245-.064L12 4l.126.008a1 1 0 0 1 .245.064l10.032 4.013l.108.055l.099.068l.088.076l.075.082l.035.044l.073.115l.052.115l.034.102l.025.135l.006.058L23 15a1 1 0 0 1-2 0z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.nmws351d {
|
|
2
|
+
d: path("m20.901 14.995l-.044-.006a.4.4 0 0 1-.102-.02l-.045-.012l-.048-.017l-.045-.016l-.043-.02l-.045-.022l-.04-.024l-.044-.026l-.043-.032l-.036-.027a1 1 0 0 1-.073-.066L17.586 12H11a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v10a1 1 0 0 1-.076.383l-.02.043l-.022.045l-.024.04l-.026.044l-.032.043l-.027.036a1 1 0 0 1-.578.347l-.052.008l-.044.006a1 1 0 0 1-.198 0");
|
|
3
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.p9kuimbt {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M17 15c1.306 0 2.418.835 2.83 2H20a1 1 0 0 1 0 2h-.171a3.001 3.001 0 0 1-5.658 0H4a1 1 0 0 1 0-2h10.173c.41-1.165 1.52-2 2.827-2M8 9c1.306 0 2.418.835 2.83 2H20a1 1 0 0 1 0 2h-9.171a3.001 3.001 0 0 1-5.658 0H4a1 1 0 0 1 0-2h1.173C5.583 9.835 6.693 9 8 9m6-6c1.306 0 2.418.835 2.83 2H20a1 1 0 0 1 0 2h-3.171a3.001 3.001 0 0 1-5.658 0H4a1 1 0 1 1 0-2h7.173c.41-1.165 1.52-2 2.827-2");
|
|
4
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.qd1u16md {
|
|
2
|
+
d: path("M12 2c1.041 0 2.044.068 2.977.198l.469.071q.84.14 1.586.348l.44.131l.075.024a11 11 0 0 1 .805.3l.199.086q.535.242.967.53q.165.11.313.225a3.8 3.8 0 0 1 .669.668l.091.128q.07.105.129.211l.07.139q.163.35.2.73L21 6c0 2.477-4.062 4-9 4c-4.798 0-8.77-1.438-8.979-3.795A1 1 0 0 1 3 6l.005-.104l.016-.1c.205-2.306 4.01-3.733 8.667-3.794z");
|
|
3
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.qjyxfcbb {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M20 16a1 1 0 0 1 1 1v2a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-2a1 1 0 0 1 2 0v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2a1 1 0 0 1 1-1M12 3a1 1 0 0 1 1 1v9.585l3.293-3.292a1 1 0 0 1 1.414 1.414l-5 5a1 1 0 0 1-.09.08l.09-.08a1 1 0 0 1-.674.292L12 17h-.032l-.054-.004L12 17a1 1 0 0 1-.617-.213a1 1 0 0 1-.09-.08l-5-5a1 1 0 0 1 1.414-1.414L11 13.585V4a1 1 0 0 1 1-1");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.ssc1-xoj {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M18 3a4 4 0 0 1 4 4v10a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V7q0-.053.005-.102A3.994 3.994 0 0 1 6 3zm-1 12H7a1 1 0 0 0 0 2h10a1 1 0 0 0 0-2M9 7a2.995 2.995 0 0 0-2.995 2.898A1 1 0 0 0 6 10a3 3 0 1 0 3-3m8 4h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2m0-4h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.u5xo82bk {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12 2a1 1 0 0 1 1 1v1.152l5.159.86a.98.98 0 0 1 .636.38l.041.059l.058.102l3.024 6.05l.035.094l.025.096l.016.1l.005.12l-.003.061A3.996 3.996 0 0 1 18 16a4 4 0 0 1-4-4a1 1 0 0 1 .106-.447l2.393-4.79L13 6.18V19h4a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2h4V6.18l-3.5.583l2.418 4.84l.035.094l.025.096l.016.1l.005.12l-.003.061A3.996 3.996 0 0 1 6 16a4 4 0 0 1-4-4a1 1 0 0 1 .106-.447L5.14 5.488l.039-.061l.025-.034a.98.98 0 0 1 .636-.38L11 4.151V3a1 1 0 0 1 1-1");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.ua1qlsqq {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M20 6a1 1 0 0 1 .117 1.993L20 8h-.081L19 19a3 3 0 0 1-2.824 2.995L16 22H8c-1.598 0-2.904-1.249-2.992-2.75l-.005-.167L4.08 8H4a1 1 0 0 1-.117-1.993L4 6zm-10 4a1 1 0 0 0-1 1v6a1 1 0 0 0 2 0v-6a1 1 0 0 0-1-1m4 0a1 1 0 0 0-1 1v6a1 1 0 0 0 2 0v-6a1 1 0 0 0-1-1m0-8a2 2 0 0 1 2 2a1 1 0 0 1-1.993.117L14 4h-4l-.007.117A1 1 0 0 1 8 4a2 2 0 0 1 1.85-1.995L10 2z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.veyi6ibg {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M16 2a1 1 0 0 1 .993.883L17 3v1h1a3 3 0 0 1 2.995 2.824L21 7v12a3 3 0 0 1-2.824 2.995L18 22H6a3 3 0 0 1-2.995-2.824L3 19V7a3 3 0 0 1 2.824-2.995L6 4h1V3a1 1 0 0 1 1.993-.117L9 3v1h6V3a1 1 0 0 1 1-1m3 8H5v8.625c0 .705.386 1.286.883 1.366L6 20h12c.513 0 .936-.53.993-1.215l.007-.16zm-9 4a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.y279e5bp {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M7 12a1 1 0 0 1-1 1H3a1 1 0 0 1 0-2h3a1 1 0 0 1 1 1m6-9v3a1 1 0 0 1-2 0V3a1 1 0 0 1 2 0M6.307 4.893l2.2 2.2a1 1 0 0 1-1.414 1.414l-2.2-2.2a1 1 0 0 1 1.414-1.414m12.8 0a1 1 0 0 1 0 1.414l-2.2 2.2a1 1 0 0 1-1.414-1.414l2.2-2.2a1 1 0 0 1 1.414 0m-10.6 10.6a1 1 0 0 1 0 1.414l-2.2 2.2a1 1 0 1 1-1.414-1.414l2.2-2.2a1 1 0 0 1 1.414 0m3.42-4.49l.049-.003l.098.003l.097.012l.097.022l9.048 3.014c.845.282.928 1.445.131 1.843l-3.702 1.851l-1.85 3.702c-.399.797-1.562.714-1.844-.13l-3.003-9.011l-.033-.135l-.012-.097v-.148l.012-.097l.022-.097l.03-.094l.04-.09l.05-.084l.086-.117l.067-.07l.037-.034l.076-.06l.081-.052l.087-.043l.103-.04l.135-.033z");
|
|
4
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "tabler",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Tabler Icons",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 6038,
|
|
6
6
|
"version": "3.37.1",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Paweł Kuna",
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
],
|
|
31
31
|
"palette": false
|
|
32
32
|
},
|
|
33
|
-
"lastModified":
|
|
33
|
+
"lastModified": 1772260160
|
|
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.6",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/tabler/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "MIT",
|
|
@@ -150,6 +150,10 @@
|
|
|
150
150
|
"types": "./types/dd0bq22g.d.ts",
|
|
151
151
|
"default": "./components/a/adjustments-horizontal.vue"
|
|
152
152
|
},
|
|
153
|
+
"./adjustments-horizontal-filled": {
|
|
154
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
155
|
+
"default": "./components/a/adjustments-horizontal-filled.vue"
|
|
156
|
+
},
|
|
153
157
|
"./adjustments-minus": {
|
|
154
158
|
"types": "./types/dd0bq22g.d.ts",
|
|
155
159
|
"default": "./components/a/adjustments-minus.vue"
|
|
@@ -6082,6 +6086,10 @@
|
|
|
6082
6086
|
"types": "./types/dd0bq22g.d.ts",
|
|
6083
6087
|
"default": "./components/c/check.vue"
|
|
6084
6088
|
},
|
|
6089
|
+
"./check-filled": {
|
|
6090
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
6091
|
+
"default": "./components/c/check-filled.vue"
|
|
6092
|
+
},
|
|
6085
6093
|
"./checkbox": {
|
|
6086
6094
|
"types": "./types/dd0bq22g.d.ts",
|
|
6087
6095
|
"default": "./components/c/checkbox.vue"
|
|
@@ -6190,6 +6198,10 @@
|
|
|
6190
6198
|
"types": "./types/dd0bq22g.d.ts",
|
|
6191
6199
|
"default": "./components/c/chevron-down.vue"
|
|
6192
6200
|
},
|
|
6201
|
+
"./chevron-down-filled": {
|
|
6202
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
6203
|
+
"default": "./components/c/chevron-down-filled.vue"
|
|
6204
|
+
},
|
|
6193
6205
|
"./chevron-down-left": {
|
|
6194
6206
|
"types": "./types/dd0bq22g.d.ts",
|
|
6195
6207
|
"default": "./components/c/chevron-down-left.vue"
|
|
@@ -6210,6 +6222,10 @@
|
|
|
6210
6222
|
"types": "./types/dd0bq22g.d.ts",
|
|
6211
6223
|
"default": "./components/c/chevron-right.vue"
|
|
6212
6224
|
},
|
|
6225
|
+
"./chevron-right-filled": {
|
|
6226
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
6227
|
+
"default": "./components/c/chevron-right-filled.vue"
|
|
6228
|
+
},
|
|
6213
6229
|
"./chevron-right-pipe": {
|
|
6214
6230
|
"types": "./types/dd0bq22g.d.ts",
|
|
6215
6231
|
"default": "./components/c/chevron-right-pipe.vue"
|
|
@@ -7250,6 +7266,10 @@
|
|
|
7250
7266
|
"types": "./types/dd0bq22g.d.ts",
|
|
7251
7267
|
"default": "./components/c/click.vue"
|
|
7252
7268
|
},
|
|
7269
|
+
"./click-filled": {
|
|
7270
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
7271
|
+
"default": "./components/c/click-filled.vue"
|
|
7272
|
+
},
|
|
7253
7273
|
"./cliff-jumping": {
|
|
7254
7274
|
"types": "./types/dd0bq22g.d.ts",
|
|
7255
7275
|
"default": "./components/c/cliff-jumping.vue"
|
|
@@ -8094,6 +8114,10 @@
|
|
|
8094
8114
|
"types": "./types/dd0bq22g.d.ts",
|
|
8095
8115
|
"default": "./components/c/copy-check-filled.vue"
|
|
8096
8116
|
},
|
|
8117
|
+
"./copy-filled": {
|
|
8118
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
8119
|
+
"default": "./components/c/copy-filled.vue"
|
|
8120
|
+
},
|
|
8097
8121
|
"./copy-minus": {
|
|
8098
8122
|
"types": "./types/dd0bq22g.d.ts",
|
|
8099
8123
|
"default": "./components/c/copy-minus.vue"
|
|
@@ -8774,6 +8798,10 @@
|
|
|
8774
8798
|
"types": "./types/dd0bq22g.d.ts",
|
|
8775
8799
|
"default": "./components/d/database-export.vue"
|
|
8776
8800
|
},
|
|
8801
|
+
"./database-filled": {
|
|
8802
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
8803
|
+
"default": "./components/d/database-filled.vue"
|
|
8804
|
+
},
|
|
8777
8805
|
"./database-heart": {
|
|
8778
8806
|
"types": "./types/dd0bq22g.d.ts",
|
|
8779
8807
|
"default": "./components/d/database-heart.vue"
|
|
@@ -9002,6 +9030,10 @@
|
|
|
9002
9030
|
"types": "./types/dd0bq22g.d.ts",
|
|
9003
9031
|
"default": "./components/d/device-floppy.vue"
|
|
9004
9032
|
},
|
|
9033
|
+
"./device-floppy-filled": {
|
|
9034
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
9035
|
+
"default": "./components/d/device-floppy-filled.vue"
|
|
9036
|
+
},
|
|
9005
9037
|
"./device-gamepad": {
|
|
9006
9038
|
"types": "./types/dd0bq22g.d.ts",
|
|
9007
9039
|
"default": "./components/d/device-gamepad.vue"
|
|
@@ -9010,6 +9042,10 @@
|
|
|
9010
9042
|
"types": "./types/dd0bq22g.d.ts",
|
|
9011
9043
|
"default": "./components/d/device-gamepad-2.vue"
|
|
9012
9044
|
},
|
|
9045
|
+
"./device-gamepad-2-filled": {
|
|
9046
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
9047
|
+
"default": "./components/d/device-gamepad-2-filled.vue"
|
|
9048
|
+
},
|
|
9013
9049
|
"./device-gamepad-3": {
|
|
9014
9050
|
"types": "./types/dd0bq22g.d.ts",
|
|
9015
9051
|
"default": "./components/d/device-gamepad-3.vue"
|
|
@@ -10034,14 +10070,26 @@
|
|
|
10034
10070
|
"types": "./types/dd0bq22g.d.ts",
|
|
10035
10071
|
"default": "./components/d/dots-diagonal-2.vue"
|
|
10036
10072
|
},
|
|
10073
|
+
"./dots-filled": {
|
|
10074
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
10075
|
+
"default": "./components/d/dots-filled.vue"
|
|
10076
|
+
},
|
|
10037
10077
|
"./dots-vertical": {
|
|
10038
10078
|
"types": "./types/dd0bq22g.d.ts",
|
|
10039
10079
|
"default": "./components/d/dots-vertical.vue"
|
|
10040
10080
|
},
|
|
10081
|
+
"./dots-vertical-filled": {
|
|
10082
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
10083
|
+
"default": "./components/d/dots-vertical-filled.vue"
|
|
10084
|
+
},
|
|
10041
10085
|
"./download": {
|
|
10042
10086
|
"types": "./types/dd0bq22g.d.ts",
|
|
10043
10087
|
"default": "./components/d/download.vue"
|
|
10044
10088
|
},
|
|
10089
|
+
"./download-filled": {
|
|
10090
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
10091
|
+
"default": "./components/d/download-filled.vue"
|
|
10092
|
+
},
|
|
10045
10093
|
"./download-off": {
|
|
10046
10094
|
"types": "./types/dd0bq22g.d.ts",
|
|
10047
10095
|
"default": "./components/d/download-off.vue"
|
|
@@ -10266,6 +10314,10 @@
|
|
|
10266
10314
|
"types": "./types/dd0bq22g.d.ts",
|
|
10267
10315
|
"default": "./components/e/edit-circle-off.vue"
|
|
10268
10316
|
},
|
|
10317
|
+
"./edit-filled": {
|
|
10318
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
10319
|
+
"default": "./components/e/edit-filled.vue"
|
|
10320
|
+
},
|
|
10269
10321
|
"./edit-off": {
|
|
10270
10322
|
"types": "./types/dd0bq22g.d.ts",
|
|
10271
10323
|
"default": "./components/e/edit-off.vue"
|
|
@@ -10470,6 +10522,10 @@
|
|
|
10470
10522
|
"types": "./types/dd0bq22g.d.ts",
|
|
10471
10523
|
"default": "./components/e/external-link.vue"
|
|
10472
10524
|
},
|
|
10525
|
+
"./external-link-filled": {
|
|
10526
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
10527
|
+
"default": "./components/e/external-link-filled.vue"
|
|
10528
|
+
},
|
|
10473
10529
|
"./external-link-off": {
|
|
10474
10530
|
"types": "./types/dd0bq22g.d.ts",
|
|
10475
10531
|
"default": "./components/e/external-link-off.vue"
|
|
@@ -12486,6 +12542,10 @@
|
|
|
12486
12542
|
"types": "./types/dd0bq22g.d.ts",
|
|
12487
12543
|
"default": "./components/h/headset.vue"
|
|
12488
12544
|
},
|
|
12545
|
+
"./headset-filled": {
|
|
12546
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
12547
|
+
"default": "./components/h/headset-filled.vue"
|
|
12548
|
+
},
|
|
12489
12549
|
"./headset-off": {
|
|
12490
12550
|
"types": "./types/dd0bq22g.d.ts",
|
|
12491
12551
|
"default": "./components/h/headset-off.vue"
|
|
@@ -12654,6 +12714,10 @@
|
|
|
12654
12714
|
"types": "./types/dd0bq22g.d.ts",
|
|
12655
12715
|
"default": "./components/h/help-circle-filled.vue"
|
|
12656
12716
|
},
|
|
12717
|
+
"./help-filled": {
|
|
12718
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
12719
|
+
"default": "./components/h/help-filled.vue"
|
|
12720
|
+
},
|
|
12657
12721
|
"./help-hexagon": {
|
|
12658
12722
|
"types": "./types/dd0bq22g.d.ts",
|
|
12659
12723
|
"default": "./components/h/help-hexagon.vue"
|
|
@@ -13162,6 +13226,10 @@
|
|
|
13162
13226
|
"types": "./types/dd0bq22g.d.ts",
|
|
13163
13227
|
"default": "./components/h/home-2.vue"
|
|
13164
13228
|
},
|
|
13229
|
+
"./home-2-filled": {
|
|
13230
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
13231
|
+
"default": "./components/h/home-2-filled.vue"
|
|
13232
|
+
},
|
|
13165
13233
|
"./home-bitcoin": {
|
|
13166
13234
|
"types": "./types/dd0bq22g.d.ts",
|
|
13167
13235
|
"default": "./components/h/home-bitcoin.vue"
|
|
@@ -13474,6 +13542,10 @@
|
|
|
13474
13542
|
"types": "./types/dd0bq22g.d.ts",
|
|
13475
13543
|
"default": "./components/i/id-badge-off.vue"
|
|
13476
13544
|
},
|
|
13545
|
+
"./id-filled": {
|
|
13546
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
13547
|
+
"default": "./components/i/id-filled.vue"
|
|
13548
|
+
},
|
|
13477
13549
|
"./id-off": {
|
|
13478
13550
|
"types": "./types/dd0bq22g.d.ts",
|
|
13479
13551
|
"default": "./components/i/id-off.vue"
|
|
@@ -14614,6 +14686,10 @@
|
|
|
14614
14686
|
"types": "./types/dd0bq22g.d.ts",
|
|
14615
14687
|
"default": "./components/l/link.vue"
|
|
14616
14688
|
},
|
|
14689
|
+
"./link-filled": {
|
|
14690
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
14691
|
+
"default": "./components/l/link-filled.vue"
|
|
14692
|
+
},
|
|
14617
14693
|
"./link-minus": {
|
|
14618
14694
|
"types": "./types/dd0bq22g.d.ts",
|
|
14619
14695
|
"default": "./components/l/link-minus.vue"
|
|
@@ -14634,10 +14710,22 @@
|
|
|
14634
14710
|
"types": "./types/dd0bq22g.d.ts",
|
|
14635
14711
|
"default": "./components/l/list-check.vue"
|
|
14636
14712
|
},
|
|
14713
|
+
"./list-check-filled": {
|
|
14714
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
14715
|
+
"default": "./components/l/list-check-filled.vue"
|
|
14716
|
+
},
|
|
14637
14717
|
"./list-details": {
|
|
14638
14718
|
"types": "./types/dd0bq22g.d.ts",
|
|
14639
14719
|
"default": "./components/l/list-details.vue"
|
|
14640
14720
|
},
|
|
14721
|
+
"./list-details-filled": {
|
|
14722
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
14723
|
+
"default": "./components/l/list-details-filled.vue"
|
|
14724
|
+
},
|
|
14725
|
+
"./list-filled": {
|
|
14726
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
14727
|
+
"default": "./components/l/list-filled.vue"
|
|
14728
|
+
},
|
|
14641
14729
|
"./list-letters": {
|
|
14642
14730
|
"types": "./types/dd0bq22g.d.ts",
|
|
14643
14731
|
"default": "./components/l/list-letters.vue"
|
|
@@ -15646,6 +15734,10 @@
|
|
|
15646
15734
|
"types": "./types/dd0bq22g.d.ts",
|
|
15647
15735
|
"default": "./components/m/menu-2.vue"
|
|
15648
15736
|
},
|
|
15737
|
+
"./menu-2-filled": {
|
|
15738
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
15739
|
+
"default": "./components/m/menu-2-filled.vue"
|
|
15740
|
+
},
|
|
15649
15741
|
"./menu-3": {
|
|
15650
15742
|
"types": "./types/dd0bq22g.d.ts",
|
|
15651
15743
|
"default": "./components/m/menu-3.vue"
|
|
@@ -15978,6 +16070,10 @@
|
|
|
15978
16070
|
"types": "./types/dd0bq22g.d.ts",
|
|
15979
16071
|
"default": "./components/m/messages.vue"
|
|
15980
16072
|
},
|
|
16073
|
+
"./messages-filled": {
|
|
16074
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
16075
|
+
"default": "./components/m/messages-filled.vue"
|
|
16076
|
+
},
|
|
15981
16077
|
"./messages-off": {
|
|
15982
16078
|
"types": "./types/dd0bq22g.d.ts",
|
|
15983
16079
|
"default": "./components/m/messages-off.vue"
|
|
@@ -17594,6 +17690,10 @@
|
|
|
17594
17690
|
"types": "./types/dd0bq22g.d.ts",
|
|
17595
17691
|
"default": "./components/p/pencil-exclamation.vue"
|
|
17596
17692
|
},
|
|
17693
|
+
"./pencil-filled": {
|
|
17694
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
17695
|
+
"default": "./components/p/pencil-filled.vue"
|
|
17696
|
+
},
|
|
17597
17697
|
"./pencil-heart": {
|
|
17598
17698
|
"types": "./types/dd0bq22g.d.ts",
|
|
17599
17699
|
"default": "./components/p/pencil-heart.vue"
|
|
@@ -18526,6 +18626,10 @@
|
|
|
18526
18626
|
"types": "./types/dd0bq22g.d.ts",
|
|
18527
18627
|
"default": "./components/p/plus-equal.vue"
|
|
18528
18628
|
},
|
|
18629
|
+
"./plus-filled": {
|
|
18630
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
18631
|
+
"default": "./components/p/plus-filled.vue"
|
|
18632
|
+
},
|
|
18529
18633
|
"./plus-minus": {
|
|
18530
18634
|
"types": "./types/dd0bq22g.d.ts",
|
|
18531
18635
|
"default": "./components/p/plus-minus.vue"
|
|
@@ -19634,6 +19738,10 @@
|
|
|
19634
19738
|
"types": "./types/dd0bq22g.d.ts",
|
|
19635
19739
|
"default": "./components/s/scale.vue"
|
|
19636
19740
|
},
|
|
19741
|
+
"./scale-filled": {
|
|
19742
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
19743
|
+
"default": "./components/s/scale-filled.vue"
|
|
19744
|
+
},
|
|
19637
19745
|
"./scale-off": {
|
|
19638
19746
|
"types": "./types/dd0bq22g.d.ts",
|
|
19639
19747
|
"default": "./components/s/scale-off.vue"
|
|
@@ -19674,6 +19782,10 @@
|
|
|
19674
19782
|
"types": "./types/dd0bq22g.d.ts",
|
|
19675
19783
|
"default": "./components/s/school-bell.vue"
|
|
19676
19784
|
},
|
|
19785
|
+
"./school-filled": {
|
|
19786
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
19787
|
+
"default": "./components/s/school-filled.vue"
|
|
19788
|
+
},
|
|
19677
19789
|
"./school-off": {
|
|
19678
19790
|
"types": "./types/dd0bq22g.d.ts",
|
|
19679
19791
|
"default": "./components/s/school-off.vue"
|
|
@@ -19762,6 +19874,10 @@
|
|
|
19762
19874
|
"types": "./types/dd0bq22g.d.ts",
|
|
19763
19875
|
"default": "./components/s/search.vue"
|
|
19764
19876
|
},
|
|
19877
|
+
"./search-filled": {
|
|
19878
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
19879
|
+
"default": "./components/s/search-filled.vue"
|
|
19880
|
+
},
|
|
19765
19881
|
"./search-off": {
|
|
19766
19882
|
"types": "./types/dd0bq22g.d.ts",
|
|
19767
19883
|
"default": "./components/s/search-off.vue"
|
|
@@ -19810,6 +19926,10 @@
|
|
|
19810
19926
|
"types": "./types/dd0bq22g.d.ts",
|
|
19811
19927
|
"default": "./components/s/send-2.vue"
|
|
19812
19928
|
},
|
|
19929
|
+
"./send-filled": {
|
|
19930
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
19931
|
+
"default": "./components/s/send-filled.vue"
|
|
19932
|
+
},
|
|
19813
19933
|
"./send-off": {
|
|
19814
19934
|
"types": "./types/dd0bq22g.d.ts",
|
|
19815
19935
|
"default": "./components/s/send-off.vue"
|
|
@@ -22522,6 +22642,10 @@
|
|
|
22522
22642
|
"types": "./types/dd0bq22g.d.ts",
|
|
22523
22643
|
"default": "./components/t/ticket.vue"
|
|
22524
22644
|
},
|
|
22645
|
+
"./ticket-filled": {
|
|
22646
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
22647
|
+
"default": "./components/t/ticket-filled.vue"
|
|
22648
|
+
},
|
|
22525
22649
|
"./ticket-off": {
|
|
22526
22650
|
"types": "./types/dd0bq22g.d.ts",
|
|
22527
22651
|
"default": "./components/t/ticket-off.vue"
|
|
@@ -22678,6 +22802,10 @@
|
|
|
22678
22802
|
"types": "./types/dd0bq22g.d.ts",
|
|
22679
22803
|
"default": "./components/t/tools-kitchen-2.vue"
|
|
22680
22804
|
},
|
|
22805
|
+
"./tools-kitchen-2-filled": {
|
|
22806
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
22807
|
+
"default": "./components/t/tools-kitchen-2-filled.vue"
|
|
22808
|
+
},
|
|
22681
22809
|
"./tools-kitchen-2-off": {
|
|
22682
22810
|
"types": "./types/dd0bq22g.d.ts",
|
|
22683
22811
|
"default": "./components/t/tools-kitchen-2-off.vue"
|
|
@@ -23878,6 +24006,10 @@
|
|
|
23878
24006
|
"types": "./types/dd0bq22g.d.ts",
|
|
23879
24007
|
"default": "./components/w/world-exclamation.vue"
|
|
23880
24008
|
},
|
|
24009
|
+
"./world-filled": {
|
|
24010
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
24011
|
+
"default": "./components/w/world-filled.vue"
|
|
24012
|
+
},
|
|
23881
24013
|
"./world-heart": {
|
|
23882
24014
|
"types": "./types/dd0bq22g.d.ts",
|
|
23883
24015
|
"default": "./components/w/world-heart.vue"
|
|
@@ -23974,6 +24106,10 @@
|
|
|
23974
24106
|
"types": "./types/dd0bq22g.d.ts",
|
|
23975
24107
|
"default": "./components/x/x.vue"
|
|
23976
24108
|
},
|
|
24109
|
+
"./x-filled": {
|
|
24110
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
24111
|
+
"default": "./components/x/x-filled.vue"
|
|
24112
|
+
},
|
|
23977
24113
|
"./x-power-y": {
|
|
23978
24114
|
"types": "./types/dd0bq22g.d.ts",
|
|
23979
24115
|
"default": "./components/x/x-power-y.vue"
|
package/css/k/k6cphz.css
DELETED
package/css/n/nzc5i2br.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.nzc5i2br {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M20 6a1 1 0 0 1 .117 1.993L20 8h-.081L19 19a3 3 0 0 1-2.824 2.995L16 22H8c-1.598 0-2.904-1.249-2.992-2.75l-.005-.167L4.08 8H4a1 1 0 0 1-.117-1.993L4 6zm-6-4a2 2 0 0 1 2 2a1 1 0 0 1-1.993.117L14 4h-4l-.007.117A1 1 0 0 1 8 4a2 2 0 0 1 1.85-1.995L10 2z");
|
|
4
|
-
}
|