@iconify-vue/lucide 1.0.30 → 1.0.31
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/arrow-big-down-dash.vue +2 -2
- package/components/a/arrow-big-down.vue +2 -2
- package/components/a/arrow-big-left-dash.vue +2 -2
- package/components/a/arrow-big-left.vue +2 -2
- package/components/a/arrow-big-right-dash.vue +2 -2
- package/components/a/arrow-big-right.vue +2 -2
- package/components/a/arrow-big-up-dash.vue +2 -2
- package/components/a/arrow-big-up.vue +2 -2
- package/components/b/beef-off.vue +13 -0
- package/components/c/cctv-off.vue +12 -0
- package/components/c/circle-user-round.vue +3 -3
- package/components/l/line-style.vue +10 -0
- package/components/m/map-pin-search.vue +13 -0
- package/components/m/milestone.vue +2 -2
- package/components/r/radio-off.vue +10 -0
- package/components/r/road.vue +10 -0
- package/components/s/shield-cog-corner.vue +12 -0
- package/components/s/shield-cog.vue +12 -0
- package/components/s/signpost.vue +2 -2
- package/components/s/sport-shoe.vue +10 -0
- package/components/u/user-circle-2.vue +3 -3
- package/css/a/a246n9be.css +8 -0
- package/css/a/ajil-vfo.css +8 -0
- package/css/b/b9uexobn.css +8 -0
- package/css/b/bmeb3jz.css +8 -0
- package/css/d/d7_zgf.css +3 -0
- package/css/d/djyajbb.css +3 -0
- package/css/h/h7h5xe7o.css +3 -0
- package/css/h/hpn1gx2u.css +8 -0
- package/css/j/j-r_ssbf.css +8 -0
- package/css/j/jm7dcoca.css +8 -0
- package/css/l/l7n7cbp.css +8 -0
- package/css/l/lmws1pbu.css +8 -0
- package/css/m/mfhnhdc.css +3 -0
- package/css/m/mtz0gj7o.css +8 -0
- package/css/p/p34mgacn.css +3 -0
- package/css/p/pe49ib.css +5 -0
- package/css/p/pf3eiv.css +5 -0
- package/css/r/ra8ngub.css +3 -0
- package/css/s/sp19fdcx.css +8 -0
- package/css/t/thkt3f.css +3 -0
- package/css/t/tkh7cy.css +3 -0
- package/css/w/wx-zf4vv.css +8 -0
- package/css/x/x9hak_yt.css +8 -0
- package/css/y/y2rj0nc.css +3 -0
- package/css/y/yeb0bbcd.css +8 -0
- package/iconify.json +2 -2
- package/package.json +37 -1
- package/css/a/awm0p2bf.css +0 -8
- package/css/d/d2d7lnzj.css +0 -8
- package/css/d/d56fa1bj.css +0 -8
- package/css/d/dzwyr9bt.css +0 -8
- package/css/e/etclgnzq.css +0 -8
- package/css/f/fm305voz.css +0 -8
- package/css/g/gf_r1hbe.css +0 -8
- package/css/h/h7rmso.css +0 -3
- package/css/m/m_f5uw.css +0 -5
- package/css/m/mirpgbcp.css +0 -8
- package/css/o/ofmfgoor.css +0 -8
- package/css/q/q3me8c6r.css +0 -8
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/j/j-r_ssbf.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="j-r_ssbf"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:arrow-big-down-dash" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/w/wx-zf4vv.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="wx-zf4vv"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:arrow-big-down" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/x/x9hak_yt.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="x9hak_yt"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:arrow-big-left-dash" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/h/hpn1gx2u.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="hpn1gx2u"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:arrow-big-left" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/a/a246n9be.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="a246n9be"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:arrow-big-right-dash" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/s/sp19fdcx.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="sp19fdcx"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:arrow-big-right" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/a/ajil-vfo.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="ajil-vfo"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:arrow-big-up-dash" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/m/mtz0gj7o.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="mtz0gj7o"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:arrow-big-up" /></template>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/s/s43_jkd.css';
|
|
4
|
+
import '../../css/d/d7_zgf.css';
|
|
5
|
+
import '../../css/r/ra8ngub.css';
|
|
6
|
+
import '../../css/m/mfhnhdc.css';
|
|
7
|
+
|
|
8
|
+
const props = defineProps(["width","height"]);
|
|
9
|
+
|
|
10
|
+
const viewBox = {"width":24,"height":24};
|
|
11
|
+
const content = `<g class="s43_jkd"><path class="d7_zgf"/><path class="ra8ngub"/><path class="mfhnhdc"/></g>`;
|
|
12
|
+
</script>
|
|
13
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:beef-off" /></template>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/s/s43_jkd.css';
|
|
4
|
+
import '../../css/d/djyajbb.css';
|
|
5
|
+
import '../../css/t/thkt3f.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="s43_jkd"><path class="djyajbb"/><path class="thkt3f"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:cctv-off" /></template>
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
3
|
import '../../css/s/s43_jkd.css';
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/
|
|
4
|
+
import '../../css/t/tkh7cy.css';
|
|
5
|
+
import '../../css/r/rus9pq.css';
|
|
6
6
|
import '../../css/s/shu3xd.css';
|
|
7
7
|
|
|
8
8
|
const props = defineProps(["width","height"]);
|
|
9
9
|
|
|
10
10
|
const viewBox = {"width":24,"height":24};
|
|
11
|
-
const content = `<g class="s43_jkd"><path class="
|
|
11
|
+
const content = `<g class="s43_jkd"><path class="tkh7cy"/><circle class="rus9pq"/><circle class="shu3xd"/></g>`;
|
|
12
12
|
</script>
|
|
13
13
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:circle-user-round" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/b/bmeb3jz.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="bmeb3jz"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:line-style" /></template>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/s/s43_jkd.css';
|
|
4
|
+
import '../../css/y/y2rj0nc.css';
|
|
5
|
+
import '../../css/z/zv6cqz.css';
|
|
6
|
+
import '../../css/e/ez1x6n.css';
|
|
7
|
+
|
|
8
|
+
const props = defineProps(["width","height"]);
|
|
9
|
+
|
|
10
|
+
const viewBox = {"width":24,"height":24};
|
|
11
|
+
const content = `<g class="s43_jkd"><path class="y2rj0nc"/><circle class="zv6cqz"/><circle class="ez1x6n"/></g>`;
|
|
12
|
+
</script>
|
|
13
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:map-pin-search" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/j/jm7dcoca.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="jm7dcoca"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:milestone" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/b/b9uexobn.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="b9uexobn"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:radio-off" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/l/l7n7cbp.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="l7n7cbp"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:road" /></template>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/s/s43_jkd.css';
|
|
4
|
+
import '../../css/p/p34mgacn.css';
|
|
5
|
+
import '../../css/p/pe49ib.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="s43_jkd"><path class="p34mgacn"/><circle class="pe49ib"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:shield-cog-corner" /></template>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/s/s43_jkd.css';
|
|
4
|
+
import '../../css/h/h7h5xe7o.css';
|
|
5
|
+
import '../../css/p/pf3eiv.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="s43_jkd"><path class="h7h5xe7o"/><circle class="pf3eiv"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:shield-cog" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/y/yeb0bbcd.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="yeb0bbcd"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:signpost" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/l/lmws1pbu.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="lmws1pbu"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:sport-shoe" /></template>
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
3
|
import '../../css/s/s43_jkd.css';
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/
|
|
4
|
+
import '../../css/t/tkh7cy.css';
|
|
5
|
+
import '../../css/r/rus9pq.css';
|
|
6
6
|
import '../../css/s/shu3xd.css';
|
|
7
7
|
|
|
8
8
|
const props = defineProps(["width","height"]);
|
|
9
9
|
|
|
10
10
|
const viewBox = {"width":24,"height":24};
|
|
11
|
-
const content = `<g class="s43_jkd"><path class="
|
|
11
|
+
const content = `<g class="s43_jkd"><path class="tkh7cy"/><circle class="rus9pq"/><circle class="shu3xd"/></g>`;
|
|
12
12
|
</script>
|
|
13
13
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:user-circle-2" /></template>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.a246n9be {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 2px;
|
|
7
|
+
d: path("M11 9a1 1 0 0 0 1-1V4.707a.707.707 0 0 1 1.207-.5l6.94 6.94a1.207 1.207 0 0 1 0 1.707l-6.94 6.94a.707.707 0 0 1-1.207-.5V16a1 1 0 0 0-1-1H9a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1zM4 9v6");
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.ajil-vfo {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 2px;
|
|
7
|
+
d: path("M14 16a1 1 0 0 0 1-1v-2a1 1 0 0 1 1-1h3.293a.707.707 0 0 0 .5-1.207l-6.939-6.939a1.207 1.207 0 0 0-1.708 0l-6.94 6.94a.707.707 0 0 0 .5 1.206H8a1 1 0 0 1 1 1v2a1 1 0 0 0 1 1zm-5 4h6");
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.b9uexobn {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 2px;
|
|
7
|
+
d: path("M10.41 10.785a2 2 0 0 0 2.914 2.713M16.2 7.8c1.274 1.275 1.842 3.01 1.704 4.713M19.1 4.898a9.96 9.96 0 0 1 2.093 11.038M2 2l20 20M4.9 19.098c-3.9-3.9-3.9-10.3 0-14.2M7.8 16.2c-2.132-2.132-2.288-5.55-.47-7.95");
|
|
8
|
+
}
|
package/css/d/d7_zgf.css
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.h7h5xe7o {
|
|
2
|
+
d: path("m10.929 14.467l-.383.924m.383-6.468L10.546 8m2.679.923L13.608 8m-.001 7.391l-.382-.924m1.624-3.92l.923-.383m-.923 2.679l.923.383M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1zM9.305 10.547l-.923-.383m.923 2.679l-.923.383");
|
|
3
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.hpn1gx2u {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 2px;
|
|
7
|
+
d: path("M10.793 19.793a.707.707 0 0 0 1.207-.5V16a1 1 0 0 1 1-1h6a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-6a1 1 0 0 1-1-1V4.707a.707.707 0 0 0-1.207-.5l-6.94 6.94a1.207 1.207 0 0 0 0 1.707z");
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.j-r_ssbf {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 2px;
|
|
7
|
+
d: path("M14 8a1 1 0 0 1 1 1v2a1 1 0 0 0 1 1h3.293a.707.707 0 0 1 .5 1.207l-6.939 6.939a1.207 1.207 0 0 1-1.708 0l-6.94-6.94a.707.707 0 0 1 .5-1.206H8a1 1 0 0 0 1-1V9a1 1 0 0 1 1-1zM9 4h6");
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.jm7dcoca {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 2px;
|
|
7
|
+
d: path("M12 13v8m0-18v3m6.172 0a2 2 0 0 1 1.414.586l2.06 2.06a1.207 1.207 0 0 1 0 1.708l-2.06 2.06a2 2 0 0 1-1.414.586H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1z");
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.lmws1pbu {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 2px;
|
|
7
|
+
d: path("m15 10.42l4.8-5.07M19 18h3M9.5 22L21.414 9.415A2 2 0 0 0 21.2 6.4l-5.61-4.208A1 1 0 0 0 14 3v2a2 2 0 0 1-1.394 1.906L8.677 8.053A1 1 0 0 0 8 9c-.155 6.393-2.082 9-4 9a2 2 0 0 0 0 4h14");
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.mtz0gj7o {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 2px;
|
|
7
|
+
d: path("M9 19a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-6a1 1 0 0 1 1-1h3.293a.707.707 0 0 0 .5-1.207l-7.086-7.086a1 1 0 0 0-1.414 0l-7.086 7.086a.707.707 0 0 0 .5 1.207H8a1 1 0 0 1 1 1z");
|
|
8
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.p34mgacn {
|
|
2
|
+
d: path("M11 22c-3.806-1.45-7-3.966-7-9V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1v4m-5.077 6.547L14 16.164m.923 2.679l-.923.383m2.547-4.303L16.164 14m.383 6.467l-.383.924m2.679-6.468l.383-.923m-.001 7.391l-.382-.924m1.624-3.92l.923-.383m-.923 2.679l.923.383");
|
|
3
|
+
}
|
package/css/p/pe49ib.css
ADDED
package/css/p/pf3eiv.css
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.sp19fdcx {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 2px;
|
|
7
|
+
d: path("M13.207 19.793a.707.707 0 0 1-1.207-.5V16a1 1 0 0 0-1-1H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h6a1 1 0 0 0 1-1V4.707a.707.707 0 0 1 1.207-.5l6.94 6.94a1.207 1.207 0 0 1 0 1.707z");
|
|
8
|
+
}
|
package/css/t/thkt3f.css
ADDED
package/css/t/tkh7cy.css
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.wx-zf4vv {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 2px;
|
|
7
|
+
d: path("M9 5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v6a1 1 0 0 0 1 1h3.293a.707.707 0 0 1 .5 1.207l-7.086 7.086a1 1 0 0 1-1.414 0l-7.086-7.086a.707.707 0 0 1 .5-1.207H8a1 1 0 0 0 1-1z");
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.x9hak_yt {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 2px;
|
|
7
|
+
d: path("M13 9a1 1 0 0 1-1-1V4.707a.707.707 0 0 0-1.207-.5l-6.94 6.94a1.207 1.207 0 0 0 0 1.707l6.94 6.94a.707.707 0 0 0 1.207-.5V16a1 1 0 0 1 1-1h2a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1zm7 0v6");
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.yeb0bbcd {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 2px;
|
|
7
|
+
d: path("M12 13v8m0-18v3m-9.646 4.354a1.207 1.207 0 0 1 0-1.708l2.06-2.06A2 2 0 0 1 5.828 6h12.344a2 2 0 0 1 1.414.586l2.06 2.06a1.207 1.207 0 0 1 0 1.708l-2.06 2.06a2 2 0 0 1-1.414.586H5.828a2 2 0 0 1-1.414-.586z");
|
|
8
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "lucide",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Lucide",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 1694,
|
|
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": 1774503232
|
|
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.31",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/lucide/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "ISC",
|
|
@@ -650,6 +650,10 @@
|
|
|
650
650
|
"types": "./types/dd0bq22g.d.ts",
|
|
651
651
|
"default": "./components/b/beef.vue"
|
|
652
652
|
},
|
|
653
|
+
"./beef-off": {
|
|
654
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
655
|
+
"default": "./components/b/beef-off.vue"
|
|
656
|
+
},
|
|
653
657
|
"./beer": {
|
|
654
658
|
"types": "./types/dd0bq22g.d.ts",
|
|
655
659
|
"default": "./components/b/beer.vue"
|
|
@@ -1230,6 +1234,10 @@
|
|
|
1230
1234
|
"types": "./types/dd0bq22g.d.ts",
|
|
1231
1235
|
"default": "./components/c/cctv.vue"
|
|
1232
1236
|
},
|
|
1237
|
+
"./cctv-off": {
|
|
1238
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
1239
|
+
"default": "./components/c/cctv-off.vue"
|
|
1240
|
+
},
|
|
1233
1241
|
"./chart-area": {
|
|
1234
1242
|
"types": "./types/dd0bq22g.d.ts",
|
|
1235
1243
|
"default": "./components/c/chart-area.vue"
|
|
@@ -3702,6 +3710,10 @@
|
|
|
3702
3710
|
"types": "./types/dd0bq22g.d.ts",
|
|
3703
3711
|
"default": "./components/l/line-squiggle.vue"
|
|
3704
3712
|
},
|
|
3713
|
+
"./line-style": {
|
|
3714
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
3715
|
+
"default": "./components/l/line-style.vue"
|
|
3716
|
+
},
|
|
3705
3717
|
"./link": {
|
|
3706
3718
|
"types": "./types/dd0bq22g.d.ts",
|
|
3707
3719
|
"default": "./components/l/link.vue"
|
|
@@ -3958,6 +3970,10 @@
|
|
|
3958
3970
|
"types": "./types/dd0bq22g.d.ts",
|
|
3959
3971
|
"default": "./components/m/map-pin-plus-inside.vue"
|
|
3960
3972
|
},
|
|
3973
|
+
"./map-pin-search": {
|
|
3974
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
3975
|
+
"default": "./components/m/map-pin-search.vue"
|
|
3976
|
+
},
|
|
3961
3977
|
"./map-pin-x": {
|
|
3962
3978
|
"types": "./types/dd0bq22g.d.ts",
|
|
3963
3979
|
"default": "./components/m/map-pin-x.vue"
|
|
@@ -4926,6 +4942,10 @@
|
|
|
4926
4942
|
"types": "./types/dd0bq22g.d.ts",
|
|
4927
4943
|
"default": "./components/r/radio.vue"
|
|
4928
4944
|
},
|
|
4945
|
+
"./radio-off": {
|
|
4946
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
4947
|
+
"default": "./components/r/radio-off.vue"
|
|
4948
|
+
},
|
|
4929
4949
|
"./radio-receiver": {
|
|
4930
4950
|
"types": "./types/dd0bq22g.d.ts",
|
|
4931
4951
|
"default": "./components/r/radio-receiver.vue"
|
|
@@ -5094,6 +5114,10 @@
|
|
|
5094
5114
|
"types": "./types/dd0bq22g.d.ts",
|
|
5095
5115
|
"default": "./components/r/ribbon.vue"
|
|
5096
5116
|
},
|
|
5117
|
+
"./road": {
|
|
5118
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
5119
|
+
"default": "./components/r/road.vue"
|
|
5120
|
+
},
|
|
5097
5121
|
"./rocket": {
|
|
5098
5122
|
"types": "./types/dd0bq22g.d.ts",
|
|
5099
5123
|
"default": "./components/r/rocket.vue"
|
|
@@ -5410,6 +5434,14 @@
|
|
|
5410
5434
|
"types": "./types/dd0bq22g.d.ts",
|
|
5411
5435
|
"default": "./components/s/shield-check.vue"
|
|
5412
5436
|
},
|
|
5437
|
+
"./shield-cog": {
|
|
5438
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
5439
|
+
"default": "./components/s/shield-cog.vue"
|
|
5440
|
+
},
|
|
5441
|
+
"./shield-cog-corner": {
|
|
5442
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
5443
|
+
"default": "./components/s/shield-cog-corner.vue"
|
|
5444
|
+
},
|
|
5413
5445
|
"./shield-ellipsis": {
|
|
5414
5446
|
"types": "./types/dd0bq22g.d.ts",
|
|
5415
5447
|
"default": "./components/s/shield-ellipsis.vue"
|
|
@@ -5658,6 +5690,10 @@
|
|
|
5658
5690
|
"types": "./types/dd0bq22g.d.ts",
|
|
5659
5691
|
"default": "./components/s/spool.vue"
|
|
5660
5692
|
},
|
|
5693
|
+
"./sport-shoe": {
|
|
5694
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
5695
|
+
"default": "./components/s/sport-shoe.vue"
|
|
5696
|
+
},
|
|
5661
5697
|
"./spotlight": {
|
|
5662
5698
|
"types": "./types/dd0bq22g.d.ts",
|
|
5663
5699
|
"default": "./components/s/spotlight.vue"
|
package/css/a/awm0p2bf.css
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
.awm0p2bf {
|
|
2
|
-
fill: none;
|
|
3
|
-
stroke: currentColor;
|
|
4
|
-
stroke-linecap: round;
|
|
5
|
-
stroke-linejoin: round;
|
|
6
|
-
stroke-width: 2px;
|
|
7
|
-
d: path("M15 11a1 1 0 0 0 1 1h2.939a1 1 0 0 1 .75 1.811l-6.835 6.836a1.207 1.207 0 0 1-1.707 0L4.31 13.81a1 1 0 0 1 .75-1.811H8a1 1 0 0 0 1-1V9a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1zM9 4h6");
|
|
8
|
-
}
|
package/css/d/d2d7lnzj.css
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
.d2d7lnzj {
|
|
2
|
-
fill: none;
|
|
3
|
-
stroke: currentColor;
|
|
4
|
-
stroke-linecap: round;
|
|
5
|
-
stroke-linejoin: round;
|
|
6
|
-
stroke-width: 2px;
|
|
7
|
-
d: path("M12 13v8m0-18v3m6 0a2 2 0 0 1 1.387.56l2.307 2.22a1 1 0 0 1 0 1.44l-2.307 2.22A2 2 0 0 1 18 13H6a2 2 0 0 1-1.387-.56l-2.306-2.22a1 1 0 0 1 0-1.44l2.306-2.22A2 2 0 0 1 6 6z");
|
|
8
|
-
}
|
package/css/d/d56fa1bj.css
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
.d56fa1bj {
|
|
2
|
-
fill: none;
|
|
3
|
-
stroke: currentColor;
|
|
4
|
-
stroke-linecap: round;
|
|
5
|
-
stroke-linejoin: round;
|
|
6
|
-
stroke-width: 2px;
|
|
7
|
-
d: path("M13 9a1 1 0 0 1-1-1V5.061a1 1 0 0 0-1.811-.75l-6.835 6.836a1.207 1.207 0 0 0 0 1.707l6.835 6.835a1 1 0 0 0 1.811-.75V16a1 1 0 0 1 1-1h2a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1zm7 0v6");
|
|
8
|
-
}
|
package/css/d/dzwyr9bt.css
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
.dzwyr9bt {
|
|
2
|
-
fill: none;
|
|
3
|
-
stroke: currentColor;
|
|
4
|
-
stroke-linecap: round;
|
|
5
|
-
stroke-linejoin: round;
|
|
6
|
-
stroke-width: 2px;
|
|
7
|
-
d: path("M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zm0 7h6");
|
|
8
|
-
}
|
package/css/e/etclgnzq.css
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
.etclgnzq {
|
|
2
|
-
fill: none;
|
|
3
|
-
stroke: currentColor;
|
|
4
|
-
stroke-linecap: round;
|
|
5
|
-
stroke-linejoin: round;
|
|
6
|
-
stroke-width: 2px;
|
|
7
|
-
d: path("M11 9a1 1 0 0 0 1-1V5.061a1 1 0 0 1 1.811-.75l6.836 6.836a1.207 1.207 0 0 1 0 1.707l-6.836 6.835a1 1 0 0 1-1.811-.75V16a1 1 0 0 0-1-1H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z");
|
|
8
|
-
}
|
package/css/f/fm305voz.css
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
.fm305voz {
|
|
2
|
-
fill: none;
|
|
3
|
-
stroke: currentColor;
|
|
4
|
-
stroke-linecap: round;
|
|
5
|
-
stroke-linejoin: round;
|
|
6
|
-
stroke-width: 2px;
|
|
7
|
-
d: path("M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v6a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z");
|
|
8
|
-
}
|
package/css/g/gf_r1hbe.css
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
.gf_r1hbe {
|
|
2
|
-
fill: none;
|
|
3
|
-
stroke: currentColor;
|
|
4
|
-
stroke-linecap: round;
|
|
5
|
-
stroke-linejoin: round;
|
|
6
|
-
stroke-width: 2px;
|
|
7
|
-
d: path("M15 11a1 1 0 0 0 1 1h2.939a1 1 0 0 1 .75 1.811l-6.835 6.836a1.207 1.207 0 0 1-1.707 0L4.31 13.81a1 1 0 0 1 .75-1.811H8a1 1 0 0 0 1-1V5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1z");
|
|
8
|
-
}
|
package/css/h/h7rmso.css
DELETED
package/css/m/m_f5uw.css
DELETED
package/css/m/mirpgbcp.css
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
.mirpgbcp {
|
|
2
|
-
fill: none;
|
|
3
|
-
stroke: currentColor;
|
|
4
|
-
stroke-linecap: round;
|
|
5
|
-
stroke-linejoin: round;
|
|
6
|
-
stroke-width: 2px;
|
|
7
|
-
d: path("M13 9a1 1 0 0 1-1-1V5.061a1 1 0 0 0-1.811-.75l-6.835 6.836a1.207 1.207 0 0 0 0 1.707l6.835 6.835a1 1 0 0 0 1.811-.75V16a1 1 0 0 1 1-1h6a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1z");
|
|
8
|
-
}
|
package/css/o/ofmfgoor.css
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
.ofmfgoor {
|
|
2
|
-
fill: none;
|
|
3
|
-
stroke: currentColor;
|
|
4
|
-
stroke-linecap: round;
|
|
5
|
-
stroke-linejoin: round;
|
|
6
|
-
stroke-width: 2px;
|
|
7
|
-
d: path("M12 13v8m0-18v3M4 6a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h13a2 2 0 0 0 1.152-.365l3.424-2.317a1 1 0 0 0 0-1.635l-3.424-2.318A2 2 0 0 0 17 6z");
|
|
8
|
-
}
|
package/css/q/q3me8c6r.css
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
.q3me8c6r {
|
|
2
|
-
fill: none;
|
|
3
|
-
stroke: currentColor;
|
|
4
|
-
stroke-linecap: round;
|
|
5
|
-
stroke-linejoin: round;
|
|
6
|
-
stroke-width: 2px;
|
|
7
|
-
d: path("M11 9a1 1 0 0 0 1-1V5.061a1 1 0 0 1 1.811-.75l6.836 6.836a1.207 1.207 0 0 1 0 1.707l-6.836 6.835a1 1 0 0 1-1.811-.75V16a1 1 0 0 0-1-1H9a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1zM4 9v6");
|
|
8
|
-
}
|