@iconify-vue/lucide 1.0.45 → 1.0.46
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/ad.vue +12 -0
- package/components/a/arrow-down-left-square.vue +2 -2
- package/components/a/arrow-down-right-square.vue +2 -2
- package/components/a/arrow-up-left-square.vue +2 -2
- package/components/a/arrow-up-right-square.vue +2 -2
- package/components/b/banknote-check.vue +12 -0
- package/components/c/clock-arrow-left.vue +13 -0
- package/components/c/clock-arrow-right.vue +13 -0
- package/components/e/eye-dashed.vue +12 -0
- package/components/l/list-sort-ascending.vue +10 -0
- package/components/l/list-sort-descending.vue +10 -0
- package/components/p/podium.vue +12 -0
- package/components/s/save-check.vue +12 -0
- package/components/s/save-pen.vue +12 -0
- package/components/s/save-plus.vue +12 -0
- package/components/s/square-arrow-down-left.vue +2 -2
- package/components/s/square-arrow-down-right.vue +2 -2
- package/components/s/square-arrow-up-left.vue +2 -2
- package/components/s/square-arrow-up-right.vue +2 -2
- package/components/s/star-check.vue +10 -0
- package/components/s/star-minus.vue +10 -0
- package/components/s/star-plus.vue +10 -0
- package/components/s/star-x.vue +10 -0
- package/components/s/summary.vue +12 -0
- package/components/t/tag-plus.vue +12 -0
- package/components/t/tag-x.vue +12 -0
- package/components/u/user-round-arrow-left.vue +12 -0
- package/components/w/wallet-cards.vue +2 -2
- package/components/w/wrench-off.vue +10 -0
- package/css/a/a2rmkdbvv.css +3 -0
- package/css/a/apsnu1tbt.css +3 -0
- package/css/b/b0j42im0h.css +3 -0
- package/css/c/cl1y2kbmx.css +8 -0
- package/css/d/d9l0okfpx.css +3 -0
- package/css/d/db8-kccpb.css +8 -0
- package/css/d/dq-xevz_j.css +8 -0
- package/css/e/edbeavb2h.css +3 -0
- package/css/f/fij1-95lh.css +3 -0
- package/css/g/g5_u58b_a.css +3 -0
- package/css/h/hhkboebip.css +3 -0
- package/css/k/kluqwjbel.css +3 -0
- package/css/l/lgljb1bzj.css +8 -0
- package/css/l/lnb5tybzs.css +8 -0
- package/css/l/ly36877qm.css +3 -0
- package/css/m/mb1lvnu1m.css +8 -0
- package/css/n/nzlt59bqf.css +3 -0
- package/css/o/o5fz0bc7g.css +3 -0
- package/css/o/oa_igybyi.css +3 -0
- package/css/o/oo51k6bag.css +3 -0
- package/css/p/pna-mpxub.css +3 -0
- package/css/q/qcp732bgp.css +3 -0
- package/css/q/qo-ldpbce.css +3 -0
- package/css/r/rggiogxqr.css +3 -0
- package/css/t/tvuvbxsxk.css +3 -0
- package/css/t/ty6upn_8c.css +3 -0
- package/css/u/uboeh8bzo.css +3 -0
- package/css/u/uiemfw8fh.css +3 -0
- package/css/w/wdzo496rl.css +3 -0
- package/css/x/x4f_4xb_z.css +3 -0
- package/css/x/x_lrehbgn.css +3 -0
- package/css/x/xind5rutw.css +8 -0
- package/css/y/yv2ljibwr.css +3 -0
- package/iconify.json +2 -2
- package/package.json +81 -1
- package/css/l/lg3p4_jep.css +0 -3
- package/css/l/ll0af-owz.css +0 -3
- package/css/r/rci9d6bps.css +0 -3
- package/css/s/s7ez4tbmq.css +0 -3
- package/css/z/z7pguxp-h.css +0 -3
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/u/uboeh8bzo.css';
|
|
5
|
+
import '../../css/b/bb3g-_4cc.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="uboeh8bzo"/><rect class="bb3g-_4cc"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:ad" /></template>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
3
|
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/f/fij1-95lh.css';
|
|
4
5
|
import '../../css/j/jhxi-trnl.css';
|
|
5
|
-
import '../../css/s/s7ez4tbmq.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="nrj6p8qat"><
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="fij1-95lh"/><rect class="jhxi-trnl"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:arrow-down-left-square" /></template>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
3
|
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/r/rggiogxqr.css';
|
|
4
5
|
import '../../css/j/jhxi-trnl.css';
|
|
5
|
-
import '../../css/l/ll0af-owz.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="nrj6p8qat"><
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="rggiogxqr"/><rect class="jhxi-trnl"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:arrow-down-right-square" /></template>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
3
|
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/p/pna-mpxub.css';
|
|
4
5
|
import '../../css/j/jhxi-trnl.css';
|
|
5
|
-
import '../../css/r/rci9d6bps.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="nrj6p8qat"><
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="pna-mpxub"/><rect class="jhxi-trnl"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:arrow-up-left-square" /></template>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
3
|
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/t/ty6upn_8c.css';
|
|
4
5
|
import '../../css/j/jhxi-trnl.css';
|
|
5
|
-
import '../../css/z/z7pguxp-h.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="nrj6p8qat"><
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="ty6upn_8c"/><rect class="jhxi-trnl"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:arrow-up-right-square" /></template>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/y/yv2ljibwr.css';
|
|
5
|
+
import '../../css/h/h_tsn8bxt.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="yv2ljibwr"/><circle class="h_tsn8bxt"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:banknote-check" /></template>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/k/kluqwjbel.css';
|
|
5
|
+
import '../../css/a/apsnu1tbt.css';
|
|
6
|
+
import '../../css/h/hhkboebip.css';
|
|
7
|
+
|
|
8
|
+
const props = defineProps(["width","height"]);
|
|
9
|
+
|
|
10
|
+
const viewBox = {"width":24,"height":24};
|
|
11
|
+
const content = `<g class="nrj6p8qat"><path class="kluqwjbel"/><path class="apsnu1tbt"/><path class="hhkboebip"/></g>`;
|
|
12
|
+
</script>
|
|
13
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:clock-arrow-left" /></template>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/u/ucs7_ohzj.css';
|
|
5
|
+
import '../../css/o/oa_igybyi.css';
|
|
6
|
+
import '../../css/n/nzlt59bqf.css';
|
|
7
|
+
|
|
8
|
+
const props = defineProps(["width","height"]);
|
|
9
|
+
|
|
10
|
+
const viewBox = {"width":24,"height":24};
|
|
11
|
+
const content = `<g class="nrj6p8qat"><path class="ucs7_ohzj"/><path class="oa_igybyi"/><path class="nzlt59bqf"/></g>`;
|
|
12
|
+
</script>
|
|
13
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:clock-arrow-right" /></template>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/x/x_lrehbgn.css';
|
|
5
|
+
import '../../css/g/gp0egaclj.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="x_lrehbgn"/><circle class="gp0egaclj"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:eye-dashed" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/x/xind5rutw.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="xind5rutw"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:list-sort-ascending" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/c/cl1y2kbmx.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="cl1y2kbmx"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:list-sort-descending" /></template>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/l/ly36877qm.css';
|
|
5
|
+
import '../../css/t/tvuvbxsxk.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="ly36877qm"/><path class="tvuvbxsxk"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:podium" /></template>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/g/g5_u58b_a.css';
|
|
5
|
+
import '../../css/b/b0j42im0h.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="g5_u58b_a"/><path class="b0j42im0h"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:save-check" /></template>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/d/d9l0okfpx.css';
|
|
5
|
+
import '../../css/q/qo-ldpbce.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="d9l0okfpx"/><path class="qo-ldpbce"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:save-pen" /></template>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/q/qcp732bgp.css';
|
|
5
|
+
import '../../css/x/x4f_4xb_z.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="qcp732bgp"/><path class="x4f_4xb_z"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:save-plus" /></template>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
3
|
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/f/fij1-95lh.css';
|
|
4
5
|
import '../../css/j/jhxi-trnl.css';
|
|
5
|
-
import '../../css/s/s7ez4tbmq.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="nrj6p8qat"><
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="fij1-95lh"/><rect class="jhxi-trnl"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:square-arrow-down-left" /></template>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
3
|
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/r/rggiogxqr.css';
|
|
4
5
|
import '../../css/j/jhxi-trnl.css';
|
|
5
|
-
import '../../css/l/ll0af-owz.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="nrj6p8qat"><
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="rggiogxqr"/><rect class="jhxi-trnl"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:square-arrow-down-right" /></template>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
3
|
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/p/pna-mpxub.css';
|
|
4
5
|
import '../../css/j/jhxi-trnl.css';
|
|
5
|
-
import '../../css/r/rci9d6bps.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="nrj6p8qat"><
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="pna-mpxub"/><rect class="jhxi-trnl"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:square-arrow-up-left" /></template>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
3
|
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/t/ty6upn_8c.css';
|
|
4
5
|
import '../../css/j/jhxi-trnl.css';
|
|
5
|
-
import '../../css/z/z7pguxp-h.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="nrj6p8qat"><
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="ty6upn_8c"/><rect class="jhxi-trnl"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:square-arrow-up-right" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/l/lgljb1bzj.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="lgljb1bzj"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:star-check" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/d/db8-kccpb.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="db8-kccpb"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:star-minus" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/d/dq-xevz_j.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="dq-xevz_j"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:star-plus" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/l/lnb5tybzs.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="lnb5tybzs"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:star-x" /></template>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/u/uiemfw8fh.css';
|
|
5
|
+
import '../../css/e/edbeavb2h.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="uiemfw8fh"/><path class="edbeavb2h"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:summary" /></template>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/o/o5fz0bc7g.css';
|
|
5
|
+
import '../../css/l/le5satbnh.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="o5fz0bc7g"/><circle class="le5satbnh"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:tag-plus" /></template>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/o/oo51k6bag.css';
|
|
5
|
+
import '../../css/l/le5satbnh.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="oo51k6bag"/><circle class="le5satbnh"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:tag-x" /></template>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/a/a2rmkdbvv.css';
|
|
5
|
+
import '../../css/m/mio52ig2b.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="a2rmkdbvv"/><circle class="mio52ig2b"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:user-round-arrow-left" /></template>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
3
|
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/w/wdzo496rl.css';
|
|
4
5
|
import '../../css/j/jhxi-trnl.css';
|
|
5
|
-
import '../../css/l/lg3p4_jep.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="nrj6p8qat"><
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="wdzo496rl"/><rect class="jhxi-trnl"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:wallet-cards" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/m/mb1lvnu1m.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="mb1lvnu1m"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:wrench-off" /></template>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.db8-kccpb {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: var(--svg-stroke-width--2px, 2px);
|
|
7
|
+
d: path("M15 18h6m-3.312-4a2.1 2.1 0 0 1 .416-.568l3.736-3.638a.53.53 0 0 0-.294-.905l-5.166-.755a2.1 2.1 0 0 1-1.595-1.16l-2.31-4.68a.53.53 0 0 0-.95.001L9.216 6.974a2.1 2.1 0 0 1-1.597 1.16l-5.165.755a.53.53 0 0 0-.294.906l3.736 3.637a2.1 2.1 0 0 1 .611 1.879l-.88 5.139a.53.53 0 0 0 .769.56l4.617-2.428l.027-.014");
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.dq-xevz_j {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: var(--svg-stroke-width--2px, 2px);
|
|
7
|
+
d: path("M11.013 18.582L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.12 2.12 0 0 0 1.597-1.16l2.309-4.679a.53.53 0 0 1 .95 0l2.31 4.679a2.12 2.12 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904L20 11.5M15 18h6m-3-3v6");
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.lgljb1bzj {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: var(--svg-stroke-width--2px, 2px);
|
|
7
|
+
d: path("m19.06 12.501l2.78-2.707a.53.53 0 0 0-.294-.905l-5.166-.755a2.1 2.1 0 0 1-1.595-1.16l-2.31-4.68a.53.53 0 0 0-.95.001L9.216 6.974a2.1 2.1 0 0 1-1.597 1.16l-5.165.755a.53.53 0 0 0-.294.906l3.736 3.637a2.1 2.1 0 0 1 .611 1.879l-.88 5.139a.53.53 0 0 0 .769.56l4.617-2.428l.027-.014M15 18l2 2l4-4");
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.lnb5tybzs {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: var(--svg-stroke-width--2px, 2px);
|
|
7
|
+
d: path("m15.5 15.5l5 5m-.437-8.975l1.777-1.731a.53.53 0 0 0-.294-.905l-5.166-.755a2.1 2.1 0 0 1-1.595-1.16l-2.31-4.68a.53.53 0 0 0-.95.001L9.216 6.974a2.1 2.1 0 0 1-1.597 1.16l-5.165.755a.53.53 0 0 0-.294.906l3.736 3.637a2.1 2.1 0 0 1 .611 1.879l-.88 5.139a.53.53 0 0 0 .769.56l4.617-2.428a2.1 2.1 0 0 1 .987-.243a2 2 0 0 1 .132.004M20.5 15.5l-5 5");
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.mb1lvnu1m {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: var(--svg-stroke-width--2px, 2px);
|
|
7
|
+
d: path("M10.747 5.093a6 6 0 0 1 6.841-2.882c.438.12.54.662.219.984L14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-2.882 6.842M13.5 13.5l-7.88 7.88a1 1 0 0 1-2.999-3l7.88-7.88M2 2l20 20");
|
|
8
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.x_lrehbgn {
|
|
2
|
+
d: path("M13.054 18.946a11 11 0 0 1-2.11 0m2.11-13.892a11 11 0 0 0-2.11-.001m6.128 1.221a11 11 0 0 1 1.753 1.173m0 9.105a11 11 0 0 1-1.753 1.174M2.514 13.303a11 11 0 0 1-.452-.954a1 1 0 0 1 0-.697a11 11 0 0 1 .45-.955m18.973 0a11 11 0 0 1 .453.955a1 1 0 0 1 0 .697a11 11 0 0 1-.453.954M5.173 7.448a11 11 0 0 1 1.753-1.174m0 11.452a11 11 0 0 1-1.753-1.174");
|
|
3
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "lucide",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Lucide",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 1735,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Lucide Contributors",
|
|
8
8
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
],
|
|
30
30
|
"palette": false
|
|
31
31
|
},
|
|
32
|
-
"lastModified":
|
|
32
|
+
"lastModified": 1781584929
|
|
33
33
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-vue/lucide",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.46",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/lucide/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "ISC",
|
|
@@ -26,6 +26,10 @@
|
|
|
26
26
|
"types": "./types/dd0bq22g.d.ts",
|
|
27
27
|
"default": "./components/a/activity.vue"
|
|
28
28
|
},
|
|
29
|
+
"./ad": {
|
|
30
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
31
|
+
"default": "./components/a/ad.vue"
|
|
32
|
+
},
|
|
29
33
|
"./air-vent": {
|
|
30
34
|
"types": "./types/dd0bq22g.d.ts",
|
|
31
35
|
"default": "./components/a/air-vent.vue"
|
|
@@ -558,6 +562,10 @@
|
|
|
558
562
|
"types": "./types/dd0bq22g.d.ts",
|
|
559
563
|
"default": "./components/b/banknote-arrow-up.vue"
|
|
560
564
|
},
|
|
565
|
+
"./banknote-check": {
|
|
566
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
567
|
+
"default": "./components/b/banknote-check.vue"
|
|
568
|
+
},
|
|
561
569
|
"./banknote-x": {
|
|
562
570
|
"types": "./types/dd0bq22g.d.ts",
|
|
563
571
|
"default": "./components/b/banknote-x.vue"
|
|
@@ -1778,6 +1786,14 @@
|
|
|
1778
1786
|
"types": "./types/dd0bq22g.d.ts",
|
|
1779
1787
|
"default": "./components/c/clock-arrow-down.vue"
|
|
1780
1788
|
},
|
|
1789
|
+
"./clock-arrow-left": {
|
|
1790
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
1791
|
+
"default": "./components/c/clock-arrow-left.vue"
|
|
1792
|
+
},
|
|
1793
|
+
"./clock-arrow-right": {
|
|
1794
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
1795
|
+
"default": "./components/c/clock-arrow-right.vue"
|
|
1796
|
+
},
|
|
1781
1797
|
"./clock-arrow-up": {
|
|
1782
1798
|
"types": "./types/dd0bq22g.d.ts",
|
|
1783
1799
|
"default": "./components/c/clock-arrow-up.vue"
|
|
@@ -2386,6 +2402,10 @@
|
|
|
2386
2402
|
"types": "./types/dd0bq22g.d.ts",
|
|
2387
2403
|
"default": "./components/e/eye-closed.vue"
|
|
2388
2404
|
},
|
|
2405
|
+
"./eye-dashed": {
|
|
2406
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
2407
|
+
"default": "./components/e/eye-dashed.vue"
|
|
2408
|
+
},
|
|
2389
2409
|
"./eye-off": {
|
|
2390
2410
|
"types": "./types/dd0bq22g.d.ts",
|
|
2391
2411
|
"default": "./components/e/eye-off.vue"
|
|
@@ -3830,6 +3850,14 @@
|
|
|
3830
3850
|
"types": "./types/dd0bq22g.d.ts",
|
|
3831
3851
|
"default": "./components/l/list-restart.vue"
|
|
3832
3852
|
},
|
|
3853
|
+
"./list-sort-ascending": {
|
|
3854
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
3855
|
+
"default": "./components/l/list-sort-ascending.vue"
|
|
3856
|
+
},
|
|
3857
|
+
"./list-sort-descending": {
|
|
3858
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
3859
|
+
"default": "./components/l/list-sort-descending.vue"
|
|
3860
|
+
},
|
|
3833
3861
|
"./list-start": {
|
|
3834
3862
|
"types": "./types/dd0bq22g.d.ts",
|
|
3835
3863
|
"default": "./components/l/list-start.vue"
|
|
@@ -4898,6 +4926,10 @@
|
|
|
4898
4926
|
"types": "./types/dd0bq22g.d.ts",
|
|
4899
4927
|
"default": "./components/p/podcast.vue"
|
|
4900
4928
|
},
|
|
4929
|
+
"./podium": {
|
|
4930
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
4931
|
+
"default": "./components/p/podium.vue"
|
|
4932
|
+
},
|
|
4901
4933
|
"./pointer": {
|
|
4902
4934
|
"types": "./types/dd0bq22g.d.ts",
|
|
4903
4935
|
"default": "./components/p/pointer.vue"
|
|
@@ -5278,10 +5310,22 @@
|
|
|
5278
5310
|
"types": "./types/dd0bq22g.d.ts",
|
|
5279
5311
|
"default": "./components/s/save-all.vue"
|
|
5280
5312
|
},
|
|
5313
|
+
"./save-check": {
|
|
5314
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
5315
|
+
"default": "./components/s/save-check.vue"
|
|
5316
|
+
},
|
|
5281
5317
|
"./save-off": {
|
|
5282
5318
|
"types": "./types/dd0bq22g.d.ts",
|
|
5283
5319
|
"default": "./components/s/save-off.vue"
|
|
5284
5320
|
},
|
|
5321
|
+
"./save-pen": {
|
|
5322
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
5323
|
+
"default": "./components/s/save-pen.vue"
|
|
5324
|
+
},
|
|
5325
|
+
"./save-plus": {
|
|
5326
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
5327
|
+
"default": "./components/s/save-plus.vue"
|
|
5328
|
+
},
|
|
5285
5329
|
"./scale": {
|
|
5286
5330
|
"types": "./types/dd0bq22g.d.ts",
|
|
5287
5331
|
"default": "./components/s/scale.vue"
|
|
@@ -6070,14 +6114,30 @@
|
|
|
6070
6114
|
"types": "./types/dd0bq22g.d.ts",
|
|
6071
6115
|
"default": "./components/s/star.vue"
|
|
6072
6116
|
},
|
|
6117
|
+
"./star-check": {
|
|
6118
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
6119
|
+
"default": "./components/s/star-check.vue"
|
|
6120
|
+
},
|
|
6073
6121
|
"./star-half": {
|
|
6074
6122
|
"types": "./types/dd0bq22g.d.ts",
|
|
6075
6123
|
"default": "./components/s/star-half.vue"
|
|
6076
6124
|
},
|
|
6125
|
+
"./star-minus": {
|
|
6126
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
6127
|
+
"default": "./components/s/star-minus.vue"
|
|
6128
|
+
},
|
|
6077
6129
|
"./star-off": {
|
|
6078
6130
|
"types": "./types/dd0bq22g.d.ts",
|
|
6079
6131
|
"default": "./components/s/star-off.vue"
|
|
6080
6132
|
},
|
|
6133
|
+
"./star-plus": {
|
|
6134
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
6135
|
+
"default": "./components/s/star-plus.vue"
|
|
6136
|
+
},
|
|
6137
|
+
"./star-x": {
|
|
6138
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
6139
|
+
"default": "./components/s/star-x.vue"
|
|
6140
|
+
},
|
|
6081
6141
|
"./step-back": {
|
|
6082
6142
|
"types": "./types/dd0bq22g.d.ts",
|
|
6083
6143
|
"default": "./components/s/step-back.vue"
|
|
@@ -6146,6 +6206,10 @@
|
|
|
6146
6206
|
"types": "./types/dd0bq22g.d.ts",
|
|
6147
6207
|
"default": "./components/s/subscript.vue"
|
|
6148
6208
|
},
|
|
6209
|
+
"./summary": {
|
|
6210
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
6211
|
+
"default": "./components/s/summary.vue"
|
|
6212
|
+
},
|
|
6149
6213
|
"./sun": {
|
|
6150
6214
|
"types": "./types/dd0bq22g.d.ts",
|
|
6151
6215
|
"default": "./components/s/sun.vue"
|
|
@@ -6250,6 +6314,14 @@
|
|
|
6250
6314
|
"types": "./types/dd0bq22g.d.ts",
|
|
6251
6315
|
"default": "./components/t/tag.vue"
|
|
6252
6316
|
},
|
|
6317
|
+
"./tag-plus": {
|
|
6318
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
6319
|
+
"default": "./components/t/tag-plus.vue"
|
|
6320
|
+
},
|
|
6321
|
+
"./tag-x": {
|
|
6322
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
6323
|
+
"default": "./components/t/tag-x.vue"
|
|
6324
|
+
},
|
|
6253
6325
|
"./tags": {
|
|
6254
6326
|
"types": "./types/dd0bq22g.d.ts",
|
|
6255
6327
|
"default": "./components/t/tags.vue"
|
|
@@ -6710,6 +6782,10 @@
|
|
|
6710
6782
|
"types": "./types/dd0bq22g.d.ts",
|
|
6711
6783
|
"default": "./components/u/user-round.vue"
|
|
6712
6784
|
},
|
|
6785
|
+
"./user-round-arrow-left": {
|
|
6786
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
6787
|
+
"default": "./components/u/user-round-arrow-left.vue"
|
|
6788
|
+
},
|
|
6713
6789
|
"./user-round-check": {
|
|
6714
6790
|
"types": "./types/dd0bq22g.d.ts",
|
|
6715
6791
|
"default": "./components/u/user-round-check.vue"
|
|
@@ -7026,6 +7102,10 @@
|
|
|
7026
7102
|
"types": "./types/dd0bq22g.d.ts",
|
|
7027
7103
|
"default": "./components/w/wrench.vue"
|
|
7028
7104
|
},
|
|
7105
|
+
"./wrench-off": {
|
|
7106
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
7107
|
+
"default": "./components/w/wrench-off.vue"
|
|
7108
|
+
},
|
|
7029
7109
|
"./x": {
|
|
7030
7110
|
"types": "./types/dd0bq22g.d.ts",
|
|
7031
7111
|
"default": "./components/x/x.vue"
|
package/css/l/lg3p4_jep.css
DELETED
package/css/l/ll0af-owz.css
DELETED
package/css/r/rci9d6bps.css
DELETED
package/css/s/s7ez4tbmq.css
DELETED
package/css/z/z7pguxp-h.css
DELETED