@iconify-vue/lucide 1.0.51 → 1.0.52
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/book-open-check.vue +3 -3
- package/components/b/book-open-text.vue +2 -2
- package/components/b/book-open.vue +2 -2
- package/components/c/columns-3-cog.vue +2 -2
- package/components/c/columns-settings.vue +2 -2
- package/components/m/mosque.vue +12 -0
- package/components/r/rotate-ccw-clock.vue +12 -0
- package/components/r/rotate-cw-fading-clock.vue +10 -0
- package/components/s/scan-square.vue +12 -0
- package/components/s/scissors-square-dashed-bottom.vue +3 -5
- package/components/s/scissors-square.vue +4 -5
- package/components/s/shield-keyhole.vue +12 -0
- package/components/s/square-bottom-dashed-scissors.vue +3 -5
- package/components/s/square-off.vue +10 -0
- package/components/s/square-scissors.vue +4 -5
- package/components/t/table-config.vue +2 -2
- package/components/t/toolbox.vue +2 -2
- package/components/u/user-shield.vue +12 -0
- package/components/z/zap-off.vue +2 -2
- package/components/z/zap.vue +2 -2
- package/css/b/blpl55bqs.css +8 -0
- package/css/e/eagqxlbet.css +8 -0
- package/css/g/g-kp242az.css +8 -0
- package/css/i/ia_uw_5zb.css +3 -0
- package/css/j/j1_er5b6a.css +3 -0
- package/css/l/limkoio6o.css +3 -0
- package/css/l/lnrjy8b9j.css +8 -0
- package/css/p/p3vlh0i5k.css +5 -0
- package/css/p/pnv8w4bim.css +3 -0
- package/css/q/qe5frxbku.css +3 -0
- package/css/r/rneo-_btp.css +8 -0
- package/css/s/s1af_ob0u.css +8 -0
- package/css/s/s8xldtbuo.css +3 -0
- package/css/s/shbpiipyk.css +3 -0
- package/css/s/sqpkv2udw.css +3 -0
- package/css/v/vjnj9abfa.css +3 -0
- package/css/w/wxq-pglxf.css +8 -0
- package/iconify.json +2 -2
- package/package.json +33 -5
- package/css/b/bh4onmbyp.css +0 -3
- package/css/c/c01jopbvs.css +0 -3
- package/css/c/cjyskbb8z.css +0 -3
- package/css/e/ee8q8obuk.css +0 -3
- package/css/g/g9k4vdqdf.css +0 -8
- package/css/j/jwl0hky8r.css +0 -8
- package/css/o/ox604xb7n.css +0 -3
- package/css/p/pjvocabjo.css +0 -3
- package/css/t/tda8syd3w.css +0 -8
- package/css/y/yu8aidlqt.css +0 -8
- package/css/z/z2b4erbqg.css +0 -8
|
@@ -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/
|
|
5
|
-
import '../../css/
|
|
4
|
+
import '../../css/q/qe5frxbku.css';
|
|
5
|
+
import '../../css/s/sqpkv2udw.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"><path class="
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="qe5frxbku"/><path class="sqpkv2udw"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:book-open-check" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/l/lnrjy8b9j.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="lnrjy8b9j"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:book-open-text" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/s/s1af_ob0u.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="s1af_ob0u"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:book-open" /></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/
|
|
4
|
+
import '../../css/j/j1_er5b6a.css';
|
|
5
5
|
import '../../css/e/ez1x61b2a.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"><path class="
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="j1_er5b6a"/><circle class="ez1x61b2a"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:columns-3-cog" /></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/
|
|
4
|
+
import '../../css/j/j1_er5b6a.css';
|
|
5
5
|
import '../../css/e/ez1x61b2a.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"><path class="
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="j1_er5b6a"/><circle class="ez1x61b2a"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:columns-settings" /></template>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/p/pnv8w4bim.css';
|
|
5
|
+
import '../../css/i/ia_uw_5zb.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="pnv8w4bim"/><path class="ia_uw_5zb"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:mosque" /></template>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/m/mfojsy6pj.css';
|
|
5
|
+
import '../../css/a/a7iy2kw9d.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="mfojsy6pj"/><path class="a7iy2kw9d"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:rotate-ccw-clock" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/e/eagqxlbet.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="eagqxlbet"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:rotate-cw-fading-clock" /></template>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/p/p_qogjuvx.css';
|
|
5
|
+
import '../../css/h/ht5kii6hd.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="p_qogjuvx"/><rect class="ht5kii6hd"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:scan-square" /></template>
|
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
3
|
import '../../css/n/nrj6p8qat.css';
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/y/yopadjb1x.css';
|
|
6
|
-
import '../../css/c/c01jopbvs.css';
|
|
4
|
+
import '../../css/l/limkoio6o.css';
|
|
7
5
|
import '../../css/d/d2umvjsxg.css';
|
|
8
|
-
import '../../css/
|
|
6
|
+
import '../../css/y/yopadjb1x.css';
|
|
9
7
|
|
|
10
8
|
const props = defineProps(["width","height"]);
|
|
11
9
|
|
|
12
10
|
const viewBox = {"width":24,"height":24};
|
|
13
|
-
const content = `<g class="nrj6p8qat"><path class="
|
|
11
|
+
const content = `<g class="nrj6p8qat"><path class="limkoio6o"/><circle class="d2umvjsxg"/><circle class="yopadjb1x"/></g>`;
|
|
14
12
|
</script>
|
|
15
13
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:scissors-square-dashed-bottom" /></template>
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
3
|
import '../../css/n/nrj6p8qat.css';
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/y/yopadjb1x.css';
|
|
6
|
-
import '../../css/c/c01jopbvs.css';
|
|
4
|
+
import '../../css/v/vjnj9abfa.css';
|
|
7
5
|
import '../../css/d/d2umvjsxg.css';
|
|
8
|
-
import '../../css/
|
|
6
|
+
import '../../css/y/yopadjb1x.css';
|
|
7
|
+
import '../../css/j/jhxi-trnl.css';
|
|
9
8
|
|
|
10
9
|
const props = defineProps(["width","height"]);
|
|
11
10
|
|
|
12
11
|
const viewBox = {"width":24,"height":24};
|
|
13
|
-
const content = `<g class="nrj6p8qat"><
|
|
12
|
+
const content = `<g class="nrj6p8qat"><path class="vjnj9abfa"/><circle class="d2umvjsxg"/><circle class="yopadjb1x"/><rect class="jhxi-trnl"/></g>`;
|
|
14
13
|
</script>
|
|
15
14
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:scissors-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/s/shbpiipyk.css';
|
|
5
|
+
import '../../css/p/p3vlh0i5k.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="shbpiipyk"/><circle class="p3vlh0i5k"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:shield-keyhole" /></template>
|
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
3
|
import '../../css/n/nrj6p8qat.css';
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/y/yopadjb1x.css';
|
|
6
|
-
import '../../css/c/c01jopbvs.css';
|
|
4
|
+
import '../../css/l/limkoio6o.css';
|
|
7
5
|
import '../../css/d/d2umvjsxg.css';
|
|
8
|
-
import '../../css/
|
|
6
|
+
import '../../css/y/yopadjb1x.css';
|
|
9
7
|
|
|
10
8
|
const props = defineProps(["width","height"]);
|
|
11
9
|
|
|
12
10
|
const viewBox = {"width":24,"height":24};
|
|
13
|
-
const content = `<g class="nrj6p8qat"><path class="
|
|
11
|
+
const content = `<g class="nrj6p8qat"><path class="limkoio6o"/><circle class="d2umvjsxg"/><circle class="yopadjb1x"/></g>`;
|
|
14
12
|
</script>
|
|
15
13
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:square-bottom-dashed-scissors" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/g/g-kp242az.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="g-kp242az"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:square-off" /></template>
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
3
|
import '../../css/n/nrj6p8qat.css';
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/y/yopadjb1x.css';
|
|
6
|
-
import '../../css/c/c01jopbvs.css';
|
|
4
|
+
import '../../css/v/vjnj9abfa.css';
|
|
7
5
|
import '../../css/d/d2umvjsxg.css';
|
|
8
|
-
import '../../css/
|
|
6
|
+
import '../../css/y/yopadjb1x.css';
|
|
7
|
+
import '../../css/j/jhxi-trnl.css';
|
|
9
8
|
|
|
10
9
|
const props = defineProps(["width","height"]);
|
|
11
10
|
|
|
12
11
|
const viewBox = {"width":24,"height":24};
|
|
13
|
-
const content = `<g class="nrj6p8qat"><
|
|
12
|
+
const content = `<g class="nrj6p8qat"><path class="vjnj9abfa"/><circle class="d2umvjsxg"/><circle class="yopadjb1x"/><rect class="jhxi-trnl"/></g>`;
|
|
14
13
|
</script>
|
|
15
14
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:square-scissors" /></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/
|
|
4
|
+
import '../../css/j/j1_er5b6a.css';
|
|
5
5
|
import '../../css/e/ez1x61b2a.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"><path class="
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="j1_er5b6a"/><circle class="ez1x61b2a"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:table-config" /></template>
|
package/components/t/toolbox.vue
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/r/rneo-_btp.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="rneo-_btp"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:toolbox" /></template>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/s/s8xldtbuo.css';
|
|
5
|
+
import '../../css/t/t-u0yzblp.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="s8xldtbuo"/><circle class="t-u0yzblp"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:user-shield" /></template>
|
package/components/z/zap-off.vue
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/b/blpl55bqs.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="blpl55bqs"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:zap-off" /></template>
|
package/components/z/zap.vue
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/w/wxq-pglxf.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="wxq-pglxf"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:zap" /></template>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.blpl55bqs {
|
|
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.768 5.111L13.44 2.44a1.5 1.5 0 0 1 2.474 1.561l-1.633 4.625m4.608 4.606l.672-.672A1.5 1.5 0 0 0 18.5 10h-2.844M2 2l20 20M7.94 7.94l-3.5 3.499A1.5 1.5 0 0 0 5.5 14h4.002a.5.5 0 0 1 .471.666L8.086 20a1.5 1.5 0 0 0 2.475 1.56l5.5-5.5");
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.eagqxlbet {
|
|
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("M12 3a9.75 9.75 0 0 1 6.74 2.74m0 0L21 8m0 0V3M7.5 19.794c-6-3.464-6-12.124 0-15.588m0 0A9 9 0 0 1 12 3m0 4v5l4 2m-2 6.775A9 9 0 0 1 12 21m7-3.344a9 9 0 0 1-1.5 1.456M21 12a9 9 0 0 1-.228 2M21 8h-5");
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.g-kp242az {
|
|
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("M20.4 20.4a2 2 0 0 1-1.4.6H5a2 2 0 0 1-2-2V5a2 2 0 0 1 .59-1.41M21 15.3V5a2 2 0 0 0-2-2H8.7M22 22L2 2");
|
|
8
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.j1_er5b6a {
|
|
2
|
+
d: path("M10.6 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v5.6m-6.695 8.93l.923-.382M15 3v7.6m.229 6.252l-.924-.383m2.547-1.241l-.383-.923m.383 6.467l-.383.924m2.679-6.468l.383-.923m-.001 7.391l-.382-.924m1.625-3.92l.922-.383m-.922 2.679l.922.383M9 3v18");
|
|
3
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.lnrjy8b9j {
|
|
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("M12 5v16m4-8h2m-2-4h2m2.001 10A2 2 0 0 0 22 17V5a2 2 0 0 0-1.999-2L16 3.002A5 5 0 0 0 12 5a5 5 0 0 0-4-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 1.999 2H8a5 5 0 0 1 4 2a5 5 0 0 1 4-2zM6 13h2M6 9h2");
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.rneo-_btp {
|
|
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("M16 12v4m0-10V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2m9 0a2 2 0 0 1 1.414.586l3 3A2 2 0 0 1 22 11v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 .586-1.414l3-3A2 2 0 0 1 7 6zM2 14h20M8 12v4");
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.s1af_ob0u {
|
|
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("M12 5v16m8.001-2A2 2 0 0 0 22 17V5a2 2 0 0 0-1.999-2L16 3.002A5 5 0 0 0 12 5a5 5 0 0 0-4-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 1.999 2H8a5 5 0 0 1 4 2a5 5 0 0 1 4-2z");
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.wxq-pglxf {
|
|
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.914 4a1.5 1.5 0 0 0-2.474-1.561l-9 9A1.5 1.5 0 0 0 5.5 14h4.002a.5.5 0 0 1 .471.666L8.086 20a1.5 1.5 0 0 0 2.475 1.56l9-9A1.5 1.5 0 0 0 18.5 10h-3.997a.5.5 0 0 1-.472-.667z");
|
|
8
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "lucide",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Lucide",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 1754,
|
|
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": 1784868735
|
|
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.52",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/lucide/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "ISC",
|
|
@@ -3450,10 +3450,6 @@
|
|
|
3450
3450
|
"types": "./types/dd0bq22g.d.ts",
|
|
3451
3451
|
"default": "./components/h/highlighter.vue"
|
|
3452
3452
|
},
|
|
3453
|
-
"./history": {
|
|
3454
|
-
"types": "./types/dd0bq22g.d.ts",
|
|
3455
|
-
"default": "./components/h/history.vue"
|
|
3456
|
-
},
|
|
3457
3453
|
"./hop": {
|
|
3458
3454
|
"types": "./types/dd0bq22g.d.ts",
|
|
3459
3455
|
"default": "./components/h/hop.vue"
|
|
@@ -4378,6 +4374,10 @@
|
|
|
4378
4374
|
"types": "./types/dd0bq22g.d.ts",
|
|
4379
4375
|
"default": "./components/m/moon-star.vue"
|
|
4380
4376
|
},
|
|
4377
|
+
"./mosque": {
|
|
4378
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
4379
|
+
"default": "./components/m/mosque.vue"
|
|
4380
|
+
},
|
|
4381
4381
|
"./motorbike": {
|
|
4382
4382
|
"types": "./types/dd0bq22g.d.ts",
|
|
4383
4383
|
"default": "./components/m/motorbike.vue"
|
|
@@ -5266,6 +5266,10 @@
|
|
|
5266
5266
|
"types": "./types/dd0bq22g.d.ts",
|
|
5267
5267
|
"default": "./components/r/rotate-ccw.vue"
|
|
5268
5268
|
},
|
|
5269
|
+
"./rotate-ccw-clock": {
|
|
5270
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
5271
|
+
"default": "./components/r/rotate-ccw-clock.vue"
|
|
5272
|
+
},
|
|
5269
5273
|
"./rotate-ccw-key": {
|
|
5270
5274
|
"types": "./types/dd0bq22g.d.ts",
|
|
5271
5275
|
"default": "./components/r/rotate-ccw-key.vue"
|
|
@@ -5278,6 +5282,10 @@
|
|
|
5278
5282
|
"types": "./types/dd0bq22g.d.ts",
|
|
5279
5283
|
"default": "./components/r/rotate-cw.vue"
|
|
5280
5284
|
},
|
|
5285
|
+
"./rotate-cw-fading-clock": {
|
|
5286
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
5287
|
+
"default": "./components/r/rotate-cw-fading-clock.vue"
|
|
5288
|
+
},
|
|
5281
5289
|
"./rotate-cw-square": {
|
|
5282
5290
|
"types": "./types/dd0bq22g.d.ts",
|
|
5283
5291
|
"default": "./components/r/rotate-cw-square.vue"
|
|
@@ -5418,6 +5426,10 @@
|
|
|
5418
5426
|
"types": "./types/dd0bq22g.d.ts",
|
|
5419
5427
|
"default": "./components/s/scan-search.vue"
|
|
5420
5428
|
},
|
|
5429
|
+
"./scan-square": {
|
|
5430
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
5431
|
+
"default": "./components/s/scan-square.vue"
|
|
5432
|
+
},
|
|
5421
5433
|
"./scan-text": {
|
|
5422
5434
|
"types": "./types/dd0bq22g.d.ts",
|
|
5423
5435
|
"default": "./components/s/scan-text.vue"
|
|
@@ -5594,6 +5606,10 @@
|
|
|
5594
5606
|
"types": "./types/dd0bq22g.d.ts",
|
|
5595
5607
|
"default": "./components/s/shield-half.vue"
|
|
5596
5608
|
},
|
|
5609
|
+
"./shield-keyhole": {
|
|
5610
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
5611
|
+
"default": "./components/s/shield-keyhole.vue"
|
|
5612
|
+
},
|
|
5597
5613
|
"./shield-minus": {
|
|
5598
5614
|
"types": "./types/dd0bq22g.d.ts",
|
|
5599
5615
|
"default": "./components/s/shield-minus.vue"
|
|
@@ -6030,6 +6046,10 @@
|
|
|
6030
6046
|
"types": "./types/dd0bq22g.d.ts",
|
|
6031
6047
|
"default": "./components/s/square-mouse-pointer.vue"
|
|
6032
6048
|
},
|
|
6049
|
+
"./square-off": {
|
|
6050
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
6051
|
+
"default": "./components/s/square-off.vue"
|
|
6052
|
+
},
|
|
6033
6053
|
"./square-parking": {
|
|
6034
6054
|
"types": "./types/dd0bq22g.d.ts",
|
|
6035
6055
|
"default": "./components/s/square-parking.vue"
|
|
@@ -6874,6 +6894,10 @@
|
|
|
6874
6894
|
"types": "./types/dd0bq22g.d.ts",
|
|
6875
6895
|
"default": "./components/u/user-search.vue"
|
|
6876
6896
|
},
|
|
6897
|
+
"./user-shield": {
|
|
6898
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
6899
|
+
"default": "./components/u/user-shield.vue"
|
|
6900
|
+
},
|
|
6877
6901
|
"./user-star": {
|
|
6878
6902
|
"types": "./types/dd0bq22g.d.ts",
|
|
6879
6903
|
"default": "./components/u/user-star.vue"
|
|
@@ -7678,6 +7702,10 @@
|
|
|
7678
7702
|
"types": "./types/dd0bq22g.d.ts",
|
|
7679
7703
|
"default": "./components/h/helping-hand.vue"
|
|
7680
7704
|
},
|
|
7705
|
+
"./history": {
|
|
7706
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
7707
|
+
"default": "./components/h/history.vue"
|
|
7708
|
+
},
|
|
7681
7709
|
"./home": {
|
|
7682
7710
|
"types": "./types/dd0bq22g.d.ts",
|
|
7683
7711
|
"default": "./components/h/home.vue"
|
package/css/b/bh4onmbyp.css
DELETED
package/css/c/c01jopbvs.css
DELETED
package/css/c/cjyskbb8z.css
DELETED
package/css/e/ee8q8obuk.css
DELETED
package/css/g/g9k4vdqdf.css
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
.g9k4vdqdf {
|
|
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("M16 12v4m0-10a2 2 0 0 1 1.414.586l4 4A2 2 0 0 1 22 12v7a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 .586-1.414l4-4A2 2 0 0 1 8 6zm0 0V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2m-6 8h20M8 12v4");
|
|
8
|
-
}
|
package/css/j/jwl0hky8r.css
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
.jwl0hky8r {
|
|
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("M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z");
|
|
8
|
-
}
|
package/css/o/ox604xb7n.css
DELETED
package/css/p/pjvocabjo.css
DELETED
package/css/t/tda8syd3w.css
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
.tda8syd3w {
|
|
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("M12 7v14m-9-3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4a4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3a3 3 0 0 0-3-3z");
|
|
8
|
-
}
|
package/css/y/yu8aidlqt.css
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
.yu8aidlqt {
|
|
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("M12 7v14m4-9h2m-2-4h2M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4a4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3a3 3 0 0 0-3-3zm3-6h2M6 8h2");
|
|
8
|
-
}
|
package/css/z/z2b4erbqg.css
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
.z2b4erbqg {
|
|
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.513 4.856L13.12 2.17a.5.5 0 0 1 .86.46l-1.377 4.317M15.656 10H20a1 1 0 0 1 .78 1.63l-1.72 1.773m-2.787 2.87L10.88 21.83a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14H4a1 1 0 0 1-.78-1.63l4.507-4.643M2 2l20 20");
|
|
8
|
-
}
|