vanjs-lucide
Version:
🌀 Lucide icons for VanJS
1,625 lines (1,501 loc) • 708 kB
JavaScript
var __defProp = Object.defineProperty;
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
// src/icons/AArrowDown.ts
import van2 from "vanjs-core";
// src/LucideIcon.ts
import van from "vanjs-core";
var svgNamespace = "http://www.w3.org/2000/svg";
var LucideIcon = /* @__PURE__ */ __name((initialProps = {}, ...children) => {
const { svg } = van.tags(svgNamespace);
const props = Object.fromEntries(
Object.entries(initialProps).filter(([_, val]) => val)
);
const defaultProps = {
xmlns: svgNamespace,
viewBox: "0 0 24 24",
fill: "none",
width: 24,
height: 24,
stroke: "currentColor",
"stroke-width": 2,
"stroke-linecap": "round",
"stroke-linejoin": "round"
};
return svg(
{
...defaultProps,
...props
},
children
);
}, "LucideIcon");
// src/icons/AArrowDown.ts
var AArrowDown = /* @__PURE__ */ __name((props = {}) => {
const { path } = van2.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M3.5 13h6" }),
path({ "d": "m2 16 4.5-9 4.5 9" }),
path({ "d": "M18 7v9" }),
path({ "d": "m14 12 4 4 4-4" })
);
}, "AArrowDown");
// src/icons/AArrowUp.ts
import van3 from "vanjs-core";
var AArrowUp = /* @__PURE__ */ __name((props = {}) => {
const { path } = van3.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M3.5 13h6" }),
path({ "d": "m2 16 4.5-9 4.5 9" }),
path({ "d": "M18 16V7" }),
path({ "d": "m14 11 4-4 4 4" })
);
}, "AArrowUp");
// src/icons/ALargeSmall.ts
import van4 from "vanjs-core";
var ALargeSmall = /* @__PURE__ */ __name((props = {}) => {
const { path } = van4.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M21 14h-5" }),
path({ "d": "M16 16v-3.5a2.5 2.5 0 0 1 5 0V16" }),
path({ "d": "M4.5 13h6" }),
path({ "d": "m3 16 4.5-9 4.5 9" })
);
}, "ALargeSmall");
// src/icons/Accessibility.ts
import van5 from "vanjs-core";
var Accessibility = /* @__PURE__ */ __name((props = {}) => {
const { circle, path } = van5.tags(svgNamespace);
return LucideIcon(
props,
circle({ cx: "16", cy: "4", "r": "1" }),
path({ "d": "m18 19 1-7-6 1" }),
path({ "d": "m5 8 3-3 5.5 3-2.36 3.5" }),
path({ "d": "M4.24 14.5a5 5 0 0 0 6.88 6" }),
path({ "d": "M13.76 17.5a5 5 0 0 0-6.88-6" })
);
}, "Accessibility");
// src/icons/Activity.ts
import van6 from "vanjs-core";
var Activity = /* @__PURE__ */ __name((props = {}) => {
const { path } = van6.tags(svgNamespace);
return LucideIcon(
props,
path({
"d": "M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2"
})
);
}, "Activity");
// src/icons/AirVent.ts
import van7 from "vanjs-core";
var AirVent = /* @__PURE__ */ __name((props = {}) => {
const { path } = van7.tags(svgNamespace);
return LucideIcon(
props,
path({
"d": "M6 12H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"
}),
path({ "d": "M6 8h12" }),
path({
"d": "M18.3 17.7a2.5 2.5 0 0 1-3.16 3.83 2.53 2.53 0 0 1-1.14-2V12"
}),
path({ "d": "M6.6 15.6A2 2 0 1 0 10 17v-5" })
);
}, "AirVent");
// src/icons/Airplay.ts
import van8 from "vanjs-core";
var Airplay = /* @__PURE__ */ __name((props = {}) => {
const { path } = van8.tags(svgNamespace);
return LucideIcon(
props,
path({
"d": "M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1"
}),
path({ "d": "m12 15 5 6H7Z" })
);
}, "Airplay");
// src/icons/AlarmClockCheck.ts
import van9 from "vanjs-core";
var AlarmClockCheck = /* @__PURE__ */ __name((props = {}) => {
const { circle, path } = van9.tags(svgNamespace);
return LucideIcon(
props,
circle({ cx: "12", cy: "13", "r": "8" }),
path({ "d": "M5 3 2 6" }),
path({ "d": "m22 6-3-3" }),
path({ "d": "M6.38 18.7 4 21" }),
path({ "d": "M17.64 18.67 20 21" }),
path({ "d": "m9 13 2 2 4-4" })
);
}, "AlarmClockCheck");
// src/icons/AlarmClockMinus.ts
import van10 from "vanjs-core";
var AlarmClockMinus = /* @__PURE__ */ __name((props = {}) => {
const { circle, path } = van10.tags(svgNamespace);
return LucideIcon(
props,
circle({ cx: "12", cy: "13", "r": "8" }),
path({ "d": "M5 3 2 6" }),
path({ "d": "m22 6-3-3" }),
path({ "d": "M6.38 18.7 4 21" }),
path({ "d": "M17.64 18.67 20 21" }),
path({ "d": "M9 13h6" })
);
}, "AlarmClockMinus");
// src/icons/AlarmClockOff.ts
import van11 from "vanjs-core";
var AlarmClockOff = /* @__PURE__ */ __name((props = {}) => {
const { path } = van11.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M6.87 6.87a8 8 0 1 0 11.26 11.26" }),
path({ "d": "M19.9 14.25a8 8 0 0 0-9.15-9.15" }),
path({ "d": "m22 6-3-3" }),
path({ "d": "M6.26 18.67 4 21" }),
path({ "d": "m2 2 20 20" }),
path({ "d": "M4 4 2 6" })
);
}, "AlarmClockOff");
// src/icons/AlarmClockPlus.ts
import van12 from "vanjs-core";
var AlarmClockPlus = /* @__PURE__ */ __name((props = {}) => {
const { circle, path } = van12.tags(svgNamespace);
return LucideIcon(
props,
circle({ cx: "12", cy: "13", "r": "8" }),
path({ "d": "M5 3 2 6" }),
path({ "d": "m22 6-3-3" }),
path({ "d": "M6.38 18.7 4 21" }),
path({ "d": "M17.64 18.67 20 21" }),
path({ "d": "M12 10v6" }),
path({ "d": "M9 13h6" })
);
}, "AlarmClockPlus");
// src/icons/AlarmClock.ts
import van13 from "vanjs-core";
var AlarmClock = /* @__PURE__ */ __name((props = {}) => {
const { circle, path } = van13.tags(svgNamespace);
return LucideIcon(
props,
circle({ cx: "12", cy: "13", "r": "8" }),
path({ "d": "M12 9v4l2 2" }),
path({ "d": "M5 3 2 6" }),
path({ "d": "m22 6-3-3" }),
path({ "d": "M6.38 18.7 4 21" }),
path({ "d": "M17.64 18.67 20 21" })
);
}, "AlarmClock");
// src/icons/AlarmSmoke.ts
import van14 from "vanjs-core";
var AlarmSmoke = /* @__PURE__ */ __name((props = {}) => {
const { path } = van14.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M11 21c0-2.5 2-2.5 2-5" }),
path({ "d": "M16 21c0-2.5 2-2.5 2-5" }),
path({
"d": "m19 8-.8 3a1.25 1.25 0 0 1-1.2 1H7a1.25 1.25 0 0 1-1.2-1L5 8"
}),
path({
"d": "M21 3a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a1 1 0 0 1 1-1z"
}),
path({ "d": "M6 21c0-2.5 2-2.5 2-5" })
);
}, "AlarmSmoke");
// src/icons/Album.ts
import van15 from "vanjs-core";
var Album = /* @__PURE__ */ __name((props = {}) => {
const { rect, polyline } = van15.tags(svgNamespace);
return LucideIcon(
props,
rect({ width: "18", height: "18", "x": "3", "y": "3", rx: "2", ry: "2" }),
polyline({ points: "11 3 11 11 14 8 17 11 17 3" })
);
}, "Album");
// src/icons/AlignCenterHorizontal.ts
import van16 from "vanjs-core";
var AlignCenterHorizontal = /* @__PURE__ */ __name((props = {}) => {
const { path } = van16.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M2 12h20" }),
path({ "d": "M10 16v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-4" }),
path({ "d": "M10 8V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4" }),
path({ "d": "M20 16v1a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-1" }),
path({ "d": "M14 8V7c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v1" })
);
}, "AlignCenterHorizontal");
// src/icons/AlignCenterVertical.ts
import van17 from "vanjs-core";
var AlignCenterVertical = /* @__PURE__ */ __name((props = {}) => {
const { path } = van17.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M12 2v20" }),
path({ "d": "M8 10H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h4" }),
path({ "d": "M16 10h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4" }),
path({ "d": "M8 20H7a2 2 0 0 1-2-2v-2c0-1.1.9-2 2-2h1" }),
path({ "d": "M16 14h1a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-1" })
);
}, "AlignCenterVertical");
// src/icons/AlignCenter.ts
import van18 from "vanjs-core";
var AlignCenter = /* @__PURE__ */ __name((props = {}) => {
const { path } = van18.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M17 12H7" }),
path({ "d": "M19 18H5" }),
path({ "d": "M21 6H3" })
);
}, "AlignCenter");
// src/icons/AlignEndHorizontal.ts
import van19 from "vanjs-core";
var AlignEndHorizontal = /* @__PURE__ */ __name((props = {}) => {
const { rect, path } = van19.tags(svgNamespace);
return LucideIcon(
props,
rect({ width: "6", height: "16", "x": "4", "y": "2", rx: "2" }),
rect({ width: "6", height: "9", "x": "14", "y": "9", rx: "2" }),
path({ "d": "M22 22H2" })
);
}, "AlignEndHorizontal");
// src/icons/AlignEndVertical.ts
import van20 from "vanjs-core";
var AlignEndVertical = /* @__PURE__ */ __name((props = {}) => {
const { rect, path } = van20.tags(svgNamespace);
return LucideIcon(
props,
rect({ width: "16", height: "6", "x": "2", "y": "4", rx: "2" }),
rect({ width: "9", height: "6", "x": "9", "y": "14", rx: "2" }),
path({ "d": "M22 22V2" })
);
}, "AlignEndVertical");
// src/icons/AlignHorizontalDistributeCenter.ts
import van21 from "vanjs-core";
var AlignHorizontalDistributeCenter = /* @__PURE__ */ __name((props = {}) => {
const { rect, path } = van21.tags(svgNamespace);
return LucideIcon(
props,
rect({ width: "6", height: "14", "x": "4", "y": "5", rx: "2" }),
rect({ width: "6", height: "10", "x": "14", "y": "7", rx: "2" }),
path({ "d": "M17 22v-5" }),
path({ "d": "M17 7V2" }),
path({ "d": "M7 22v-3" }),
path({ "d": "M7 5V2" })
);
}, "AlignHorizontalDistributeCenter");
// src/icons/AlignHorizontalDistributeEnd.ts
import van22 from "vanjs-core";
var AlignHorizontalDistributeEnd = /* @__PURE__ */ __name((props = {}) => {
const { rect, path } = van22.tags(svgNamespace);
return LucideIcon(
props,
rect({ width: "6", height: "14", "x": "4", "y": "5", rx: "2" }),
rect({ width: "6", height: "10", "x": "14", "y": "7", rx: "2" }),
path({ "d": "M10 2v20" }),
path({ "d": "M20 2v20" })
);
}, "AlignHorizontalDistributeEnd");
// src/icons/AlignHorizontalDistributeStart.ts
import van23 from "vanjs-core";
var AlignHorizontalDistributeStart = /* @__PURE__ */ __name((props = {}) => {
const { rect, path } = van23.tags(svgNamespace);
return LucideIcon(
props,
rect({ width: "6", height: "14", "x": "4", "y": "5", rx: "2" }),
rect({ width: "6", height: "10", "x": "14", "y": "7", rx: "2" }),
path({ "d": "M4 2v20" }),
path({ "d": "M14 2v20" })
);
}, "AlignHorizontalDistributeStart");
// src/icons/AlignHorizontalJustifyCenter.ts
import van24 from "vanjs-core";
var AlignHorizontalJustifyCenter = /* @__PURE__ */ __name((props = {}) => {
const { rect, path } = van24.tags(svgNamespace);
return LucideIcon(
props,
rect({ width: "6", height: "14", "x": "2", "y": "5", rx: "2" }),
rect({ width: "6", height: "10", "x": "16", "y": "7", rx: "2" }),
path({ "d": "M12 2v20" })
);
}, "AlignHorizontalJustifyCenter");
// src/icons/AlignHorizontalJustifyEnd.ts
import van25 from "vanjs-core";
var AlignHorizontalJustifyEnd = /* @__PURE__ */ __name((props = {}) => {
const { rect, path } = van25.tags(svgNamespace);
return LucideIcon(
props,
rect({ width: "6", height: "14", "x": "2", "y": "5", rx: "2" }),
rect({ width: "6", height: "10", "x": "12", "y": "7", rx: "2" }),
path({ "d": "M22 2v20" })
);
}, "AlignHorizontalJustifyEnd");
// src/icons/AlignHorizontalJustifyStart.ts
import van26 from "vanjs-core";
var AlignHorizontalJustifyStart = /* @__PURE__ */ __name((props = {}) => {
const { rect, path } = van26.tags(svgNamespace);
return LucideIcon(
props,
rect({ width: "6", height: "14", "x": "6", "y": "5", rx: "2" }),
rect({ width: "6", height: "10", "x": "16", "y": "7", rx: "2" }),
path({ "d": "M2 2v20" })
);
}, "AlignHorizontalJustifyStart");
// src/icons/AlignHorizontalSpaceAround.ts
import van27 from "vanjs-core";
var AlignHorizontalSpaceAround = /* @__PURE__ */ __name((props = {}) => {
const { rect, path } = van27.tags(svgNamespace);
return LucideIcon(
props,
rect({ width: "6", height: "10", "x": "9", "y": "7", rx: "2" }),
path({ "d": "M4 22V2" }),
path({ "d": "M20 22V2" })
);
}, "AlignHorizontalSpaceAround");
// src/icons/AlignHorizontalSpaceBetween.ts
import van28 from "vanjs-core";
var AlignHorizontalSpaceBetween = /* @__PURE__ */ __name((props = {}) => {
const { rect, path } = van28.tags(svgNamespace);
return LucideIcon(
props,
rect({ width: "6", height: "14", "x": "3", "y": "5", rx: "2" }),
rect({ width: "6", height: "10", "x": "15", "y": "7", rx: "2" }),
path({ "d": "M3 2v20" }),
path({ "d": "M21 2v20" })
);
}, "AlignHorizontalSpaceBetween");
// src/icons/AlignJustify.ts
import van29 from "vanjs-core";
var AlignJustify = /* @__PURE__ */ __name((props = {}) => {
const { path } = van29.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M3 12h18" }),
path({ "d": "M3 18h18" }),
path({ "d": "M3 6h18" })
);
}, "AlignJustify");
// src/icons/AlignLeft.ts
import van30 from "vanjs-core";
var AlignLeft = /* @__PURE__ */ __name((props = {}) => {
const { path } = van30.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M15 12H3" }),
path({ "d": "M17 18H3" }),
path({ "d": "M21 6H3" })
);
}, "AlignLeft");
// src/icons/AlignRight.ts
import van31 from "vanjs-core";
var AlignRight = /* @__PURE__ */ __name((props = {}) => {
const { path } = van31.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M21 12H9" }),
path({ "d": "M21 18H7" }),
path({ "d": "M21 6H3" })
);
}, "AlignRight");
// src/icons/AlignStartHorizontal.ts
import van32 from "vanjs-core";
var AlignStartHorizontal = /* @__PURE__ */ __name((props = {}) => {
const { rect, path } = van32.tags(svgNamespace);
return LucideIcon(
props,
rect({ width: "6", height: "16", "x": "4", "y": "6", rx: "2" }),
rect({ width: "6", height: "9", "x": "14", "y": "6", rx: "2" }),
path({ "d": "M22 2H2" })
);
}, "AlignStartHorizontal");
// src/icons/AlignStartVertical.ts
import van33 from "vanjs-core";
var AlignStartVertical = /* @__PURE__ */ __name((props = {}) => {
const { rect, path } = van33.tags(svgNamespace);
return LucideIcon(
props,
rect({ width: "9", height: "6", "x": "6", "y": "14", rx: "2" }),
rect({ width: "16", height: "6", "x": "6", "y": "4", rx: "2" }),
path({ "d": "M2 2v20" })
);
}, "AlignStartVertical");
// src/icons/AlignVerticalDistributeCenter.ts
import van34 from "vanjs-core";
var AlignVerticalDistributeCenter = /* @__PURE__ */ __name((props = {}) => {
const { path, rect } = van34.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M22 17h-3" }),
path({ "d": "M22 7h-5" }),
path({ "d": "M5 17H2" }),
path({ "d": "M7 7H2" }),
rect({ "x": "5", "y": "14", width: "14", height: "6", rx: "2" }),
rect({ "x": "7", "y": "4", width: "10", height: "6", rx: "2" })
);
}, "AlignVerticalDistributeCenter");
// src/icons/AlignVerticalDistributeEnd.ts
import van35 from "vanjs-core";
var AlignVerticalDistributeEnd = /* @__PURE__ */ __name((props = {}) => {
const { rect, path } = van35.tags(svgNamespace);
return LucideIcon(
props,
rect({ width: "14", height: "6", "x": "5", "y": "14", rx: "2" }),
rect({ width: "10", height: "6", "x": "7", "y": "4", rx: "2" }),
path({ "d": "M2 20h20" }),
path({ "d": "M2 10h20" })
);
}, "AlignVerticalDistributeEnd");
// src/icons/AlignVerticalDistributeStart.ts
import van36 from "vanjs-core";
var AlignVerticalDistributeStart = /* @__PURE__ */ __name((props = {}) => {
const { rect, path } = van36.tags(svgNamespace);
return LucideIcon(
props,
rect({ width: "14", height: "6", "x": "5", "y": "14", rx: "2" }),
rect({ width: "10", height: "6", "x": "7", "y": "4", rx: "2" }),
path({ "d": "M2 14h20" }),
path({ "d": "M2 4h20" })
);
}, "AlignVerticalDistributeStart");
// src/icons/AlignVerticalJustifyCenter.ts
import van37 from "vanjs-core";
var AlignVerticalJustifyCenter = /* @__PURE__ */ __name((props = {}) => {
const { rect, path } = van37.tags(svgNamespace);
return LucideIcon(
props,
rect({ width: "14", height: "6", "x": "5", "y": "16", rx: "2" }),
rect({ width: "10", height: "6", "x": "7", "y": "2", rx: "2" }),
path({ "d": "M2 12h20" })
);
}, "AlignVerticalJustifyCenter");
// src/icons/AlignVerticalJustifyEnd.ts
import van38 from "vanjs-core";
var AlignVerticalJustifyEnd = /* @__PURE__ */ __name((props = {}) => {
const { rect, path } = van38.tags(svgNamespace);
return LucideIcon(
props,
rect({ width: "14", height: "6", "x": "5", "y": "12", rx: "2" }),
rect({ width: "10", height: "6", "x": "7", "y": "2", rx: "2" }),
path({ "d": "M2 22h20" })
);
}, "AlignVerticalJustifyEnd");
// src/icons/AlignVerticalJustifyStart.ts
import van39 from "vanjs-core";
var AlignVerticalJustifyStart = /* @__PURE__ */ __name((props = {}) => {
const { rect, path } = van39.tags(svgNamespace);
return LucideIcon(
props,
rect({ width: "14", height: "6", "x": "5", "y": "16", rx: "2" }),
rect({ width: "10", height: "6", "x": "7", "y": "6", rx: "2" }),
path({ "d": "M2 2h20" })
);
}, "AlignVerticalJustifyStart");
// src/icons/AlignVerticalSpaceAround.ts
import van40 from "vanjs-core";
var AlignVerticalSpaceAround = /* @__PURE__ */ __name((props = {}) => {
const { rect, path } = van40.tags(svgNamespace);
return LucideIcon(
props,
rect({ width: "10", height: "6", "x": "7", "y": "9", rx: "2" }),
path({ "d": "M22 20H2" }),
path({ "d": "M22 4H2" })
);
}, "AlignVerticalSpaceAround");
// src/icons/AlignVerticalSpaceBetween.ts
import van41 from "vanjs-core";
var AlignVerticalSpaceBetween = /* @__PURE__ */ __name((props = {}) => {
const { rect, path } = van41.tags(svgNamespace);
return LucideIcon(
props,
rect({ width: "14", height: "6", "x": "5", "y": "15", rx: "2" }),
rect({ width: "10", height: "6", "x": "7", "y": "3", rx: "2" }),
path({ "d": "M2 21h20" }),
path({ "d": "M2 3h20" })
);
}, "AlignVerticalSpaceBetween");
// src/icons/Ambulance.ts
import van42 from "vanjs-core";
var Ambulance = /* @__PURE__ */ __name((props = {}) => {
const { path, circle } = van42.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M10 10H6" }),
path({ "d": "M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2" }),
path({
"d": "M19 18h2a1 1 0 0 0 1-1v-3.28a1 1 0 0 0-.684-.948l-1.923-.641a1 1 0 0 1-.578-.502l-1.539-3.076A1 1 0 0 0 16.382 8H14"
}),
path({ "d": "M8 8v4" }),
path({ "d": "M9 18h6" }),
circle({ cx: "17", cy: "18", "r": "2" }),
circle({ cx: "7", cy: "18", "r": "2" })
);
}, "Ambulance");
// src/icons/Ampersand.ts
import van43 from "vanjs-core";
var Ampersand = /* @__PURE__ */ __name((props = {}) => {
const { path } = van43.tags(svgNamespace);
return LucideIcon(
props,
path({
"d": "M17.5 12c0 4.4-3.6 8-8 8A4.5 4.5 0 0 1 5 15.5c0-6 8-4 8-8.5a3 3 0 1 0-6 0c0 3 2.5 8.5 12 13"
}),
path({ "d": "M16 12h3" })
);
}, "Ampersand");
// src/icons/Ampersands.ts
import van44 from "vanjs-core";
var Ampersands = /* @__PURE__ */ __name((props = {}) => {
const { path } = van44.tags(svgNamespace);
return LucideIcon(
props,
path({
"d": "M10 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5"
}),
path({
"d": "M22 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5"
})
);
}, "Ampersands");
// src/icons/Amphora.ts
import van45 from "vanjs-core";
var Amphora = /* @__PURE__ */ __name((props = {}) => {
const { path } = van45.tags(svgNamespace);
return LucideIcon(
props,
path({
"d": "M10 2v5.632c0 .424-.272.795-.653.982A6 6 0 0 0 6 14c.006 4 3 7 5 8"
}),
path({ "d": "M10 5H8a2 2 0 0 0 0 4h.68" }),
path({
"d": "M14 2v5.632c0 .424.272.795.652.982A6 6 0 0 1 18 14c0 4-3 7-5 8"
}),
path({ "d": "M14 5h2a2 2 0 0 1 0 4h-.68" }),
path({ "d": "M18 22H6" }),
path({ "d": "M9 2h6" })
);
}, "Amphora");
// src/icons/Anchor.ts
import van46 from "vanjs-core";
var Anchor = /* @__PURE__ */ __name((props = {}) => {
const { path, circle } = van46.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M12 22V8" }),
path({ "d": "M5 12H2a10 10 0 0 0 20 0h-3" }),
circle({ cx: "12", cy: "5", "r": "3" })
);
}, "Anchor");
// src/icons/Angry.ts
import van47 from "vanjs-core";
var Angry = /* @__PURE__ */ __name((props = {}) => {
const { circle, path } = van47.tags(svgNamespace);
return LucideIcon(
props,
circle({ cx: "12", cy: "12", "r": "10" }),
path({ "d": "M16 16s-1.5-2-4-2-4 2-4 2" }),
path({ "d": "M7.5 8 10 9" }),
path({ "d": "m14 9 2.5-1" }),
path({ "d": "M9 10h.01" }),
path({ "d": "M15 10h.01" })
);
}, "Angry");
// src/icons/Annoyed.ts
import van48 from "vanjs-core";
var Annoyed = /* @__PURE__ */ __name((props = {}) => {
const { circle, path } = van48.tags(svgNamespace);
return LucideIcon(
props,
circle({ cx: "12", cy: "12", "r": "10" }),
path({ "d": "M8 15h8" }),
path({ "d": "M8 9h2" }),
path({ "d": "M14 9h2" })
);
}, "Annoyed");
// src/icons/Antenna.ts
import van49 from "vanjs-core";
var Antenna = /* @__PURE__ */ __name((props = {}) => {
const { path } = van49.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M2 12 7 2" }),
path({ "d": "m7 12 5-10" }),
path({ "d": "m12 12 5-10" }),
path({ "d": "m17 12 5-10" }),
path({ "d": "M4.5 7h15" }),
path({ "d": "M12 16v6" })
);
}, "Antenna");
// src/icons/Anvil.ts
import van50 from "vanjs-core";
var Anvil = /* @__PURE__ */ __name((props = {}) => {
const { path } = van50.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M7 10H6a4 4 0 0 1-4-4 1 1 0 0 1 1-1h4" }),
path({
"d": "M7 5a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1 7 7 0 0 1-7 7H8a1 1 0 0 1-1-1z"
}),
path({ "d": "M9 12v5" }),
path({ "d": "M15 12v5" }),
path({
"d": "M5 20a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3 1 1 0 0 1-1 1H6a1 1 0 0 1-1-1"
})
);
}, "Anvil");
// src/icons/Aperture.ts
import van51 from "vanjs-core";
var Aperture = /* @__PURE__ */ __name((props = {}) => {
const { circle, path } = van51.tags(svgNamespace);
return LucideIcon(
props,
circle({ cx: "12", cy: "12", "r": "10" }),
path({ "d": "m14.31 8 5.74 9.94" }),
path({ "d": "M9.69 8h11.48" }),
path({ "d": "m7.38 12 5.74-9.94" }),
path({ "d": "M9.69 16 3.95 6.06" }),
path({ "d": "M14.31 16H2.83" }),
path({ "d": "m16.62 12-5.74 9.94" })
);
}, "Aperture");
// src/icons/AppWindowMac.ts
import van52 from "vanjs-core";
var AppWindowMac = /* @__PURE__ */ __name((props = {}) => {
const { rect, path } = van52.tags(svgNamespace);
return LucideIcon(
props,
rect({ width: "20", height: "16", "x": "2", "y": "4", rx: "2" }),
path({ "d": "M6 8h.01" }),
path({ "d": "M10 8h.01" }),
path({ "d": "M14 8h.01" })
);
}, "AppWindowMac");
// src/icons/AppWindow.ts
import van53 from "vanjs-core";
var AppWindow = /* @__PURE__ */ __name((props = {}) => {
const { rect, path } = van53.tags(svgNamespace);
return LucideIcon(
props,
rect({ "x": "2", "y": "4", width: "20", height: "16", rx: "2" }),
path({ "d": "M10 4v4" }),
path({ "d": "M2 8h20" }),
path({ "d": "M6 4v4" })
);
}, "AppWindow");
// src/icons/Apple.ts
import van54 from "vanjs-core";
var Apple = /* @__PURE__ */ __name((props = {}) => {
const { path } = van54.tags(svgNamespace);
return LucideIcon(
props,
path({
"d": "M12 20.94c1.5 0 2.75 1.06 4 1.06 3 0 6-8 6-12.22A4.91 4.91 0 0 0 17 5c-2.22 0-4 1.44-5 2-1-.56-2.78-2-5-2a4.9 4.9 0 0 0-5 4.78C2 14 5 22 8 22c1.25 0 2.5-1.06 4-1.06Z"
}),
path({ "d": "M10 2c1 .5 2 2 2 5" })
);
}, "Apple");
// src/icons/ArchiveRestore.ts
import van55 from "vanjs-core";
var ArchiveRestore = /* @__PURE__ */ __name((props = {}) => {
const { rect, path } = van55.tags(svgNamespace);
return LucideIcon(
props,
rect({ width: "20", height: "5", "x": "2", "y": "3", rx: "1" }),
path({ "d": "M4 8v11a2 2 0 0 0 2 2h2" }),
path({ "d": "M20 8v11a2 2 0 0 1-2 2h-2" }),
path({ "d": "m9 15 3-3 3 3" }),
path({ "d": "M12 12v9" })
);
}, "ArchiveRestore");
// src/icons/ArchiveX.ts
import van56 from "vanjs-core";
var ArchiveX = /* @__PURE__ */ __name((props = {}) => {
const { rect, path } = van56.tags(svgNamespace);
return LucideIcon(
props,
rect({ width: "20", height: "5", "x": "2", "y": "3", rx: "1" }),
path({ "d": "M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8" }),
path({ "d": "m9.5 17 5-5" }),
path({ "d": "m9.5 12 5 5" })
);
}, "ArchiveX");
// src/icons/Archive.ts
import van57 from "vanjs-core";
var Archive = /* @__PURE__ */ __name((props = {}) => {
const { rect, path } = van57.tags(svgNamespace);
return LucideIcon(
props,
rect({ width: "20", height: "5", "x": "2", "y": "3", rx: "1" }),
path({ "d": "M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8" }),
path({ "d": "M10 12h4" })
);
}, "Archive");
// src/icons/Armchair.ts
import van58 from "vanjs-core";
var Armchair = /* @__PURE__ */ __name((props = {}) => {
const { path } = van58.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3" }),
path({
"d": "M3 16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0z"
}),
path({ "d": "M5 18v2" }),
path({ "d": "M19 18v2" })
);
}, "Armchair");
// src/icons/ArrowBigDownDash.ts
import van59 from "vanjs-core";
var ArrowBigDownDash = /* @__PURE__ */ __name((props = {}) => {
const { path } = van59.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M15 5H9" }),
path({ "d": "M15 9v3h4l-7 7-7-7h4V9z" })
);
}, "ArrowBigDownDash");
// src/icons/ArrowBigDown.ts
import van60 from "vanjs-core";
var ArrowBigDown = /* @__PURE__ */ __name((props = {}) => {
const { path } = van60.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M15 6v6h4l-7 7-7-7h4V6h6z" })
);
}, "ArrowBigDown");
// src/icons/ArrowBigLeftDash.ts
import van61 from "vanjs-core";
var ArrowBigLeftDash = /* @__PURE__ */ __name((props = {}) => {
const { path } = van61.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M19 15V9" }),
path({ "d": "M15 15h-3v4l-7-7 7-7v4h3v6z" })
);
}, "ArrowBigLeftDash");
// src/icons/ArrowBigLeft.ts
import van62 from "vanjs-core";
var ArrowBigLeft = /* @__PURE__ */ __name((props = {}) => {
const { path } = van62.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M18 15h-6v4l-7-7 7-7v4h6v6z" })
);
}, "ArrowBigLeft");
// src/icons/ArrowBigRightDash.ts
import van63 from "vanjs-core";
var ArrowBigRightDash = /* @__PURE__ */ __name((props = {}) => {
const { path } = van63.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M5 9v6" }),
path({ "d": "M9 9h3V5l7 7-7 7v-4H9V9z" })
);
}, "ArrowBigRightDash");
// src/icons/ArrowBigRight.ts
import van64 from "vanjs-core";
var ArrowBigRight = /* @__PURE__ */ __name((props = {}) => {
const { path } = van64.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M6 9h6V5l7 7-7 7v-4H6V9z" })
);
}, "ArrowBigRight");
// src/icons/ArrowBigUpDash.ts
import van65 from "vanjs-core";
var ArrowBigUpDash = /* @__PURE__ */ __name((props = {}) => {
const { path } = van65.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M9 19h6" }),
path({ "d": "M9 15v-3H5l7-7 7 7h-4v3H9z" })
);
}, "ArrowBigUpDash");
// src/icons/ArrowBigUp.ts
import van66 from "vanjs-core";
var ArrowBigUp = /* @__PURE__ */ __name((props = {}) => {
const { path } = van66.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M9 18v-6H5l7-7 7 7h-4v6H9z" })
);
}, "ArrowBigUp");
// src/icons/ArrowDown01.ts
import van67 from "vanjs-core";
var ArrowDown01 = /* @__PURE__ */ __name((props = {}) => {
const { path, rect } = van67.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "m3 16 4 4 4-4" }),
path({ "d": "M7 20V4" }),
rect({ "x": "15", "y": "4", width: "4", height: "6", ry: "2" }),
path({ "d": "M17 20v-6h-2" }),
path({ "d": "M15 20h4" })
);
}, "ArrowDown01");
// src/icons/ArrowDown10.ts
import van68 from "vanjs-core";
var ArrowDown10 = /* @__PURE__ */ __name((props = {}) => {
const { path, rect } = van68.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "m3 16 4 4 4-4" }),
path({ "d": "M7 20V4" }),
path({ "d": "M17 10V4h-2" }),
path({ "d": "M15 10h4" }),
rect({ "x": "15", "y": "14", width: "4", height: "6", ry: "2" })
);
}, "ArrowDown10");
// src/icons/ArrowDownAZ.ts
import van69 from "vanjs-core";
var ArrowDownAZ = /* @__PURE__ */ __name((props = {}) => {
const { path } = van69.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "m3 16 4 4 4-4" }),
path({ "d": "M7 20V4" }),
path({ "d": "M20 8h-5" }),
path({ "d": "M15 10V6.5a2.5 2.5 0 0 1 5 0V10" }),
path({ "d": "M15 14h5l-5 6h5" })
);
}, "ArrowDownAZ");
// src/icons/ArrowDownFromLine.ts
import van70 from "vanjs-core";
var ArrowDownFromLine = /* @__PURE__ */ __name((props = {}) => {
const { path } = van70.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M19 3H5" }),
path({ "d": "M12 21V7" }),
path({ "d": "m6 15 6 6 6-6" })
);
}, "ArrowDownFromLine");
// src/icons/ArrowDownLeft.ts
import van71 from "vanjs-core";
var ArrowDownLeft = /* @__PURE__ */ __name((props = {}) => {
const { path } = van71.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M17 7 7 17" }),
path({ "d": "M17 17H7V7" })
);
}, "ArrowDownLeft");
// src/icons/ArrowDownNarrowWide.ts
import van72 from "vanjs-core";
var ArrowDownNarrowWide = /* @__PURE__ */ __name((props = {}) => {
const { path } = van72.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "m3 16 4 4 4-4" }),
path({ "d": "M7 20V4" }),
path({ "d": "M11 4h4" }),
path({ "d": "M11 8h7" }),
path({ "d": "M11 12h10" })
);
}, "ArrowDownNarrowWide");
// src/icons/ArrowDownRight.ts
import van73 from "vanjs-core";
var ArrowDownRight = /* @__PURE__ */ __name((props = {}) => {
const { path } = van73.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "m7 7 10 10" }),
path({ "d": "M17 7v10H7" })
);
}, "ArrowDownRight");
// src/icons/ArrowDownToDot.ts
import van74 from "vanjs-core";
var ArrowDownToDot = /* @__PURE__ */ __name((props = {}) => {
const { path, circle } = van74.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M12 2v14" }),
path({ "d": "m19 9-7 7-7-7" }),
circle({ cx: "12", cy: "21", "r": "1" })
);
}, "ArrowDownToDot");
// src/icons/ArrowDownToLine.ts
import van75 from "vanjs-core";
var ArrowDownToLine = /* @__PURE__ */ __name((props = {}) => {
const { path } = van75.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M12 17V3" }),
path({ "d": "m6 11 6 6 6-6" }),
path({ "d": "M19 21H5" })
);
}, "ArrowDownToLine");
// src/icons/ArrowDownUp.ts
import van76 from "vanjs-core";
var ArrowDownUp = /* @__PURE__ */ __name((props = {}) => {
const { path } = van76.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "m3 16 4 4 4-4" }),
path({ "d": "M7 20V4" }),
path({ "d": "m21 8-4-4-4 4" }),
path({ "d": "M17 4v16" })
);
}, "ArrowDownUp");
// src/icons/ArrowDownWideNarrow.ts
import van77 from "vanjs-core";
var ArrowDownWideNarrow = /* @__PURE__ */ __name((props = {}) => {
const { path } = van77.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "m3 16 4 4 4-4" }),
path({ "d": "M7 20V4" }),
path({ "d": "M11 4h10" }),
path({ "d": "M11 8h7" }),
path({ "d": "M11 12h4" })
);
}, "ArrowDownWideNarrow");
// src/icons/ArrowDownZA.ts
import van78 from "vanjs-core";
var ArrowDownZA = /* @__PURE__ */ __name((props = {}) => {
const { path } = van78.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "m3 16 4 4 4-4" }),
path({ "d": "M7 4v16" }),
path({ "d": "M15 4h5l-5 6h5" }),
path({ "d": "M15 20v-3.5a2.5 2.5 0 0 1 5 0V20" }),
path({ "d": "M20 18h-5" })
);
}, "ArrowDownZA");
// src/icons/ArrowDown.ts
import van79 from "vanjs-core";
var ArrowDown = /* @__PURE__ */ __name((props = {}) => {
const { path } = van79.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M12 5v14" }),
path({ "d": "m19 12-7 7-7-7" })
);
}, "ArrowDown");
// src/icons/ArrowLeftFromLine.ts
import van80 from "vanjs-core";
var ArrowLeftFromLine = /* @__PURE__ */ __name((props = {}) => {
const { path } = van80.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "m9 6-6 6 6 6" }),
path({ "d": "M3 12h14" }),
path({ "d": "M21 19V5" })
);
}, "ArrowLeftFromLine");
// src/icons/ArrowLeftRight.ts
import van81 from "vanjs-core";
var ArrowLeftRight = /* @__PURE__ */ __name((props = {}) => {
const { path } = van81.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M8 3 4 7l4 4" }),
path({ "d": "M4 7h16" }),
path({ "d": "m16 21 4-4-4-4" }),
path({ "d": "M20 17H4" })
);
}, "ArrowLeftRight");
// src/icons/ArrowLeftToLine.ts
import van82 from "vanjs-core";
var ArrowLeftToLine = /* @__PURE__ */ __name((props = {}) => {
const { path } = van82.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M3 19V5" }),
path({ "d": "m13 6-6 6 6 6" }),
path({ "d": "M7 12h14" })
);
}, "ArrowLeftToLine");
// src/icons/ArrowLeft.ts
import van83 from "vanjs-core";
var ArrowLeft = /* @__PURE__ */ __name((props = {}) => {
const { path } = van83.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "m12 19-7-7 7-7" }),
path({ "d": "M19 12H5" })
);
}, "ArrowLeft");
// src/icons/ArrowRightFromLine.ts
import van84 from "vanjs-core";
var ArrowRightFromLine = /* @__PURE__ */ __name((props = {}) => {
const { path } = van84.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M3 5v14" }),
path({ "d": "M21 12H7" }),
path({ "d": "m15 18 6-6-6-6" })
);
}, "ArrowRightFromLine");
// src/icons/ArrowRightLeft.ts
import van85 from "vanjs-core";
var ArrowRightLeft = /* @__PURE__ */ __name((props = {}) => {
const { path } = van85.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "m16 3 4 4-4 4" }),
path({ "d": "M20 7H4" }),
path({ "d": "m8 21-4-4 4-4" }),
path({ "d": "M4 17h16" })
);
}, "ArrowRightLeft");
// src/icons/ArrowRightToLine.ts
import van86 from "vanjs-core";
var ArrowRightToLine = /* @__PURE__ */ __name((props = {}) => {
const { path } = van86.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M17 12H3" }),
path({ "d": "m11 18 6-6-6-6" }),
path({ "d": "M21 5v14" })
);
}, "ArrowRightToLine");
// src/icons/ArrowRight.ts
import van87 from "vanjs-core";
var ArrowRight = /* @__PURE__ */ __name((props = {}) => {
const { path } = van87.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M5 12h14" }),
path({ "d": "m12 5 7 7-7 7" })
);
}, "ArrowRight");
// src/icons/ArrowUp01.ts
import van88 from "vanjs-core";
var ArrowUp01 = /* @__PURE__ */ __name((props = {}) => {
const { path, rect } = van88.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "m3 8 4-4 4 4" }),
path({ "d": "M7 4v16" }),
rect({ "x": "15", "y": "4", width: "4", height: "6", ry: "2" }),
path({ "d": "M17 20v-6h-2" }),
path({ "d": "M15 20h4" })
);
}, "ArrowUp01");
// src/icons/ArrowUp10.ts
import van89 from "vanjs-core";
var ArrowUp10 = /* @__PURE__ */ __name((props = {}) => {
const { path, rect } = van89.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "m3 8 4-4 4 4" }),
path({ "d": "M7 4v16" }),
path({ "d": "M17 10V4h-2" }),
path({ "d": "M15 10h4" }),
rect({ "x": "15", "y": "14", width: "4", height: "6", ry: "2" })
);
}, "ArrowUp10");
// src/icons/ArrowUpAZ.ts
import van90 from "vanjs-core";
var ArrowUpAZ = /* @__PURE__ */ __name((props = {}) => {
const { path } = van90.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "m3 8 4-4 4 4" }),
path({ "d": "M7 4v16" }),
path({ "d": "M20 8h-5" }),
path({ "d": "M15 10V6.5a2.5 2.5 0 0 1 5 0V10" }),
path({ "d": "M15 14h5l-5 6h5" })
);
}, "ArrowUpAZ");
// src/icons/ArrowUpDown.ts
import van91 from "vanjs-core";
var ArrowUpDown = /* @__PURE__ */ __name((props = {}) => {
const { path } = van91.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "m21 16-4 4-4-4" }),
path({ "d": "M17 20V4" }),
path({ "d": "m3 8 4-4 4 4" }),
path({ "d": "M7 4v16" })
);
}, "ArrowUpDown");
// src/icons/ArrowUpFromDot.ts
import van92 from "vanjs-core";
var ArrowUpFromDot = /* @__PURE__ */ __name((props = {}) => {
const { path, circle } = van92.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "m5 9 7-7 7 7" }),
path({ "d": "M12 16V2" }),
circle({ cx: "12", cy: "21", "r": "1" })
);
}, "ArrowUpFromDot");
// src/icons/ArrowUpFromLine.ts
import van93 from "vanjs-core";
var ArrowUpFromLine = /* @__PURE__ */ __name((props = {}) => {
const { path } = van93.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "m18 9-6-6-6 6" }),
path({ "d": "M12 3v14" }),
path({ "d": "M5 21h14" })
);
}, "ArrowUpFromLine");
// src/icons/ArrowUpLeft.ts
import van94 from "vanjs-core";
var ArrowUpLeft = /* @__PURE__ */ __name((props = {}) => {
const { path } = van94.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M7 17V7h10" }),
path({ "d": "M17 17 7 7" })
);
}, "ArrowUpLeft");
// src/icons/ArrowUpNarrowWide.ts
import van95 from "vanjs-core";
var ArrowUpNarrowWide = /* @__PURE__ */ __name((props = {}) => {
const { path } = van95.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "m3 8 4-4 4 4" }),
path({ "d": "M7 4v16" }),
path({ "d": "M11 12h4" }),
path({ "d": "M11 16h7" }),
path({ "d": "M11 20h10" })
);
}, "ArrowUpNarrowWide");
// src/icons/ArrowUpRight.ts
import van96 from "vanjs-core";
var ArrowUpRight = /* @__PURE__ */ __name((props = {}) => {
const { path } = van96.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M7 7h10v10" }),
path({ "d": "M7 17 17 7" })
);
}, "ArrowUpRight");
// src/icons/ArrowUpToLine.ts
import van97 from "vanjs-core";
var ArrowUpToLine = /* @__PURE__ */ __name((props = {}) => {
const { path } = van97.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M5 3h14" }),
path({ "d": "m18 13-6-6-6 6" }),
path({ "d": "M12 7v14" })
);
}, "ArrowUpToLine");
// src/icons/ArrowUpWideNarrow.ts
import van98 from "vanjs-core";
var ArrowUpWideNarrow = /* @__PURE__ */ __name((props = {}) => {
const { path } = van98.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "m3 8 4-4 4 4" }),
path({ "d": "M7 4v16" }),
path({ "d": "M11 12h10" }),
path({ "d": "M11 16h7" }),
path({ "d": "M11 20h4" })
);
}, "ArrowUpWideNarrow");
// src/icons/ArrowUpZA.ts
import van99 from "vanjs-core";
var ArrowUpZA = /* @__PURE__ */ __name((props = {}) => {
const { path } = van99.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "m3 8 4-4 4 4" }),
path({ "d": "M7 4v16" }),
path({ "d": "M15 4h5l-5 6h5" }),
path({ "d": "M15 20v-3.5a2.5 2.5 0 0 1 5 0V20" }),
path({ "d": "M20 18h-5" })
);
}, "ArrowUpZA");
// src/icons/ArrowUp.ts
import van100 from "vanjs-core";
var ArrowUp = /* @__PURE__ */ __name((props = {}) => {
const { path } = van100.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "m5 12 7-7 7 7" }),
path({ "d": "M12 19V5" })
);
}, "ArrowUp");
// src/icons/ArrowsUpFromLine.ts
import van101 from "vanjs-core";
var ArrowsUpFromLine = /* @__PURE__ */ __name((props = {}) => {
const { path } = van101.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "m4 6 3-3 3 3" }),
path({ "d": "M7 17V3" }),
path({ "d": "m14 6 3-3 3 3" }),
path({ "d": "M17 17V3" }),
path({ "d": "M4 21h16" })
);
}, "ArrowsUpFromLine");
// src/icons/Asterisk.ts
import van102 from "vanjs-core";
var Asterisk = /* @__PURE__ */ __name((props = {}) => {
const { path } = van102.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M12 6v12" }),
path({ "d": "M17.196 9 6.804 15" }),
path({ "d": "m6.804 9 10.392 6" })
);
}, "Asterisk");
// src/icons/AtSign.ts
import van103 from "vanjs-core";
var AtSign = /* @__PURE__ */ __name((props = {}) => {
const { circle, path } = van103.tags(svgNamespace);
return LucideIcon(
props,
circle({ cx: "12", cy: "12", "r": "4" }),
path({ "d": "M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8" })
);
}, "AtSign");
// src/icons/Atom.ts
import van104 from "vanjs-core";
var Atom = /* @__PURE__ */ __name((props = {}) => {
const { circle, path } = van104.tags(svgNamespace);
return LucideIcon(
props,
circle({ cx: "12", cy: "12", "r": "1" }),
path({
"d": "M20.2 20.2c2.04-2.03.02-7.36-4.5-11.9-4.54-4.52-9.87-6.54-11.9-4.5-2.04 2.03-.02 7.36 4.5 11.9 4.54 4.52 9.87 6.54 11.9 4.5Z"
}),
path({
"d": "M15.7 15.7c4.52-4.54 6.54-9.87 4.5-11.9-2.03-2.04-7.36-.02-11.9 4.5-4.52 4.54-6.54 9.87-4.5 11.9 2.03 2.04 7.36.02 11.9-4.5Z"
})
);
}, "Atom");
// src/icons/AudioLines.ts
import van105 from "vanjs-core";
var AudioLines = /* @__PURE__ */ __name((props = {}) => {
const { path } = van105.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M2 10v3" }),
path({ "d": "M6 6v11" }),
path({ "d": "M10 3v18" }),
path({ "d": "M14 8v7" }),
path({ "d": "M18 5v13" }),
path({ "d": "M22 10v3" })
);
}, "AudioLines");
// src/icons/AudioWaveform.ts
import van106 from "vanjs-core";
var AudioWaveform = /* @__PURE__ */ __name((props = {}) => {
const { path } = van106.tags(svgNamespace);
return LucideIcon(
props,
path({
"d": "M2 13a2 2 0 0 0 2-2V7a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0V4a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0v-4a2 2 0 0 1 2-2"
})
);
}, "AudioWaveform");
// src/icons/Award.ts
import van107 from "vanjs-core";
var Award = /* @__PURE__ */ __name((props = {}) => {
const { path, circle } = van107.tags(svgNamespace);
return LucideIcon(
props,
path({
"d": "m15.477 12.89 1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526"
}),
circle({ cx: "12", cy: "8", "r": "6" })
);
}, "Award");
// src/icons/Axe.ts
import van108 from "vanjs-core";
var Axe = /* @__PURE__ */ __name((props = {}) => {
const { path } = van108.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "m14 12-8.5 8.5a2.12 2.12 0 1 1-3-3L11 9" }),
path({ "d": "M15 13 9 7l4-4 6 6h3a8 8 0 0 1-7 7z" })
);
}, "Axe");
// src/icons/Axis3d.ts
import van109 from "vanjs-core";
var Axis3d = /* @__PURE__ */ __name((props = {}) => {
const { path } = van109.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M4 4v16h16" }),
path({ "d": "m4 20 7-7" })
);
}, "Axis3d");
// src/icons/Baby.ts
import van110 from "vanjs-core";
var Baby = /* @__PURE__ */ __name((props = {}) => {
const { path } = van110.tags(svgNamespace);
return LucideIcon(
props,
path({ "d": "M9 12h.01" }),
path({ "d": "M15 12h.01" }),
path({ "d": "M10 16c.5.3 1.2.5 2 .5s1.5-.2 2-.5" }),
path({
"d": "M19 6.3a9 9 0 0 1 1.8 3.9 2 2 0 0 1 0 3.6 9 9 0 0 1-17.6 0 2 2 0 0 1 0-3.6A9 9 0 0 1 12 3c2 0 3.5 1.1 3.5 2.5s-.9 2.5-2 2.5c-.8 0-1.5-.4-1.5-1"
})
);
}, "Baby");
// src/icons/Backpack.ts
import van111 from "vanjs-core";
var Backpack = /* @__PURE__ */ __name((props = {}) => {
const { path } = van111.tags(svgNamespace);
return LucideIcon(
props,
path({
"d": "M4 10a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z"
}),
path({ "d": "M8 10h8" }),
path({ "d": "M8 18h8" }),
path({ "d": "M8 22v-6a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v6" }),
path({ "d": "M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2" })
);
}, "Backpack");
// src/icons/BadgeAlert.ts
import van112 from "vanjs-core";
var BadgeAlert = /* @__PURE__ */ __name((props = {}) => {
const { path, line } = van112.tags(svgNamespace);
return LucideIcon(
props,
path({
"d": "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"
}),
line({ x1: "12", x2: "12", y1: "8", y2: "12" }),
line({ x1: "12", x2: "12.01", y1: "16", y2: "16" })
);
}, "BadgeAlert");
// src/icons/BadgeCent.ts
import van113 from "vanjs-core";
var BadgeCent = /* @__PURE__ */ __name((props = {}) => {
const { path } = van113.tags(svgNamespace);
return LucideIcon(
props,
path({
"d": "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"
}),
path({ "d": "M12 7v10" }),
path({ "d": "M15.4 10a4 4 0 1 0 0 4" })
);
}, "BadgeCent");
// src/icons/BadgeCheck.ts
import van114 from "vanjs-core";
var BadgeCheck = /* @__PURE__ */ __name((props = {}) => {
const { path } = van114.tags(svgNamespace);
return LucideIcon(
props,
path({
"d": "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"
}),
path({ "d": "m9 12 2 2 4-4" })
);
}, "BadgeCheck");
// src/icons/BadgeDollarSign.ts
import van115 from "vanjs-core";
var BadgeDollarSign = /* @__PURE__ */ __name((props = {}) => {
const { path } = van115.tags(svgNamespace);
return LucideIcon(
props,
path({
"d": "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"
}),
path({ "d": "M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8" }),
path({ "d": "M12 18V6" })
);
}, "BadgeDollarSign");
// src/icons/BadgeEuro.ts
import van116 from "vanjs-core";
var BadgeEuro = /* @__PURE__ */ __name((props = {}) => {
const { path } = van116.tags(svgNamespace);
return LucideIcon(
props,
path({
"d": "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"
}),
path({ "d": "M7 12h5" }),
path({ "d": "M15 9.4a4 4 0 1 0 0 5.2" })
);
}, "BadgeEuro");
// src/icons/BadgeHelp.ts
import van117 from "vanjs-core";
var BadgeHelp = /* @__PURE__ */ __name((props = {}) => {
const { path, line } = van117.tags(svgNamespace);
return LucideIcon(
props,
path({
"d": "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"
}),
path({ "d": "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
line({ x1: "12", x2: "12.01", y1: "17", y2: "17" })
);
}, "BadgeHelp");
// src/icons/BadgeIndianRupee.ts
import van118 from "vanjs-core";
var BadgeIndianRupee = /* @__PURE__ */ __name((props = {}) => {
const { path } = van118.tags(svgNamespace);
return LucideIcon(
props,
path({
"d": "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"
}),
path({ "d": "M8 8h8" }),
path({ "d": "M8 12h8" }),
path({ "d": "m13 17-5-1h1a4 4 0 0 0 0-8" })
);
}, "BadgeIndianRupee");
// src/icons/BadgeInfo.ts
import van119 from "vanjs-core";
var BadgeInfo = /* @__PURE__ */ __name((props = {}) => {
const { path, line } = van119.tags(svgNamespace);
return LucideIcon(
props,
path({
"d": "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"
}),
line({ x1: "12", x2: "12", y1: "16", y2: "12" }),
line({ x1: "12", x2: "12.01", y1: "8", y2: "8" })
);
}, "BadgeInfo");
// src/icons/BadgeJapaneseYen.ts
import van120 from "vanjs-core";
var BadgeJapaneseYen = /* @__PURE__ */ __name((props = {}) => {
const { path } = van120.tags(svgNamespace);
return LucideIcon(
props,
path({
"d": "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"
}),
path({ "d": "m9 8 3 3v7" }),
path({ "d": "m12 11 3-3" }),
path({ "d": "M9 12h6" }),
path({ "d": "M9 16h6" })
);
}, "BadgeJapaneseYen");
// src/icons/BadgeMinus.ts
import van121 from "vanjs-core";
var BadgeMinus = /* @__PURE__ */ __name((props = {}) => {
const { path, line } = van121.tags(svgNamespace);
return LucideIcon(
props,
path({
"d": "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"
}),
line({ x1: "8", x2: "16", y1: "12", y2: "12" })
);
}, "BadgeMinus");
// src/icons/BadgePercent.ts
import van122 from "vanjs-core";
var BadgePercent = /* @__PURE__ */ __name((props = {}) => {
const { path } = van122.tags(svgNamespace);
return LucideIcon(
props,
path({
"d": "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"
}),
path({ "d": "m15 9-6 6" }),
path({ "d": "M9 9h.01" }),
path({ "d": "M15 15h.01" })
);
}, "BadgePercent");
// src/icons/BadgePlus.ts
import van123 from "vanjs-core";
var BadgePlus = /* @__P