lucide-react
Version:
A Lucide icon library package for React applications
1,358 lines (1,193 loc) • 695 kB
JavaScript
/**
* @license lucide-react v0.367.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
'use strict';
var react = require('react');
var defaultAttributes = {
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
viewBox: "0 0 24 24",
fill: "none",
stroke: "currentColor",
strokeWidth: 2,
strokeLinecap: "round",
strokeLinejoin: "round"
};
const toKebabCase = (string) => string.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
const createLucideIcon = (iconName, iconNode) => {
const Component = react.forwardRef(
({
color = "currentColor",
size = 24,
strokeWidth = 2,
absoluteStrokeWidth,
className = "",
children,
...rest
}, ref) => {
return react.createElement(
"svg",
{
ref,
...defaultAttributes,
width: size,
height: size,
stroke: color,
strokeWidth: absoluteStrokeWidth ? Number(strokeWidth) * 24 / Number(size) : strokeWidth,
className: ["lucide", `lucide-${toKebabCase(iconName)}`, className].join(" "),
...rest
},
[
...iconNode.map(([tag, attrs]) => react.createElement(tag, attrs)),
...Array.isArray(children) ? children : [children]
]
);
}
);
Component.displayName = `${iconName}`;
return Component;
};
const AArrowDown = createLucideIcon("AArrowDown", [
["path", { d: "M3.5 13h6", key: "p1my2r" }],
["path", { d: "m2 16 4.5-9 4.5 9", key: "ndf0b3" }],
["path", { d: "M18 7v9", key: "pknjwm" }],
["path", { d: "m14 12 4 4 4-4", key: "buelq4" }]
]);
const AArrowUp = createLucideIcon("AArrowUp", [
["path", { d: "M3.5 13h6", key: "p1my2r" }],
["path", { d: "m2 16 4.5-9 4.5 9", key: "ndf0b3" }],
["path", { d: "M18 16V7", key: "ty0viw" }],
["path", { d: "m14 11 4-4 4 4", key: "1pu57t" }]
]);
const ALargeSmall = createLucideIcon("ALargeSmall", [
["path", { d: "M21 14h-5", key: "1vh23k" }],
["path", { d: "M16 16v-3.5a2.5 2.5 0 0 1 5 0V16", key: "1wh10o" }],
["path", { d: "M4.5 13h6", key: "dfilno" }],
["path", { d: "m3 16 4.5-9 4.5 9", key: "2dxa0e" }]
]);
const Accessibility = createLucideIcon("Accessibility", [
["circle", { cx: "16", cy: "4", r: "1", key: "1grugj" }],
["path", { d: "m18 19 1-7-6 1", key: "r0i19z" }],
["path", { d: "m5 8 3-3 5.5 3-2.36 3.5", key: "9ptxx2" }],
["path", { d: "M4.24 14.5a5 5 0 0 0 6.88 6", key: "10kmtu" }],
["path", { d: "M13.76 17.5a5 5 0 0 0-6.88-6", key: "2qq6rc" }]
]);
const Activity = createLucideIcon("Activity", [
["path", { d: "M22 12h-4l-3 9L9 3l-3 9H2", key: "d5dnw9" }]
]);
const AirVent = createLucideIcon("AirVent", [
[
"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",
key: "larmp2"
}
],
["path", { d: "M6 8h12", key: "6g4wlu" }],
["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", key: "1bo8pg" }],
["path", { d: "M6.6 15.6A2 2 0 1 0 10 17v-5", key: "t9h90c" }]
]);
const Airplay = createLucideIcon("Airplay", [
[
"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",
key: "ns4c3b"
}
],
["path", { d: "m12 15 5 6H7Z", key: "14qnn2" }]
]);
const AlarmClockCheck = createLucideIcon("AlarmClockCheck", [
["circle", { cx: "12", cy: "13", r: "8", key: "3y4lt7" }],
["path", { d: "M5 3 2 6", key: "18tl5t" }],
["path", { d: "m22 6-3-3", key: "1opdir" }],
["path", { d: "M6.38 18.7 4 21", key: "17xu3x" }],
["path", { d: "M17.64 18.67 20 21", key: "kv2oe2" }],
["path", { d: "m9 13 2 2 4-4", key: "6343dt" }]
]);
const AlarmClockMinus = createLucideIcon("AlarmClockMinus", [
["circle", { cx: "12", cy: "13", r: "8", key: "3y4lt7" }],
["path", { d: "M5 3 2 6", key: "18tl5t" }],
["path", { d: "m22 6-3-3", key: "1opdir" }],
["path", { d: "M6.38 18.7 4 21", key: "17xu3x" }],
["path", { d: "M17.64 18.67 20 21", key: "kv2oe2" }],
["path", { d: "M9 13h6", key: "1uhe8q" }]
]);
const AlarmClockOff = createLucideIcon("AlarmClockOff", [
["path", { d: "M6.87 6.87a8 8 0 1 0 11.26 11.26", key: "3on8tj" }],
["path", { d: "M19.9 14.25a8 8 0 0 0-9.15-9.15", key: "15ghsc" }],
["path", { d: "m22 6-3-3", key: "1opdir" }],
["path", { d: "M6.26 18.67 4 21", key: "yzmioq" }],
["path", { d: "m2 2 20 20", key: "1ooewy" }],
["path", { d: "M4 4 2 6", key: "1ycko6" }]
]);
const AlarmClockPlus = createLucideIcon("AlarmClockPlus", [
["circle", { cx: "12", cy: "13", r: "8", key: "3y4lt7" }],
["path", { d: "M5 3 2 6", key: "18tl5t" }],
["path", { d: "m22 6-3-3", key: "1opdir" }],
["path", { d: "M6.38 18.7 4 21", key: "17xu3x" }],
["path", { d: "M17.64 18.67 20 21", key: "kv2oe2" }],
["path", { d: "M12 10v6", key: "1bos4e" }],
["path", { d: "M9 13h6", key: "1uhe8q" }]
]);
const AlarmClock = createLucideIcon("AlarmClock", [
["circle", { cx: "12", cy: "13", r: "8", key: "3y4lt7" }],
["path", { d: "M12 9v4l2 2", key: "1c63tq" }],
["path", { d: "M5 3 2 6", key: "18tl5t" }],
["path", { d: "m22 6-3-3", key: "1opdir" }],
["path", { d: "M6.38 18.7 4 21", key: "17xu3x" }],
["path", { d: "M17.64 18.67 20 21", key: "kv2oe2" }]
]);
const AlarmSmoke = createLucideIcon("AlarmSmoke", [
["path", { d: "M4 8a2 2 0 0 1-2-2V3h20v3a2 2 0 0 1-2 2Z", key: "2c4fvq" }],
["path", { d: "m19 8-.8 3c-.1.6-.6 1-1.2 1H7c-.6 0-1.1-.4-1.2-1L5 8", key: "1vrndv" }],
["path", { d: "M16 21c0-2.5 2-2.5 2-5", key: "1o3eny" }],
["path", { d: "M11 21c0-2.5 2-2.5 2-5", key: "1sicvv" }],
["path", { d: "M6 21c0-2.5 2-2.5 2-5", key: "i3w1gp" }]
]);
const Album = createLucideIcon("Album", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }],
["polyline", { points: "11 3 11 11 14 8 17 11 17 3", key: "1wcwz3" }]
]);
const AlignCenterHorizontal = createLucideIcon("AlignCenterHorizontal", [
["path", { d: "M2 12h20", key: "9i4pu4" }],
["path", { d: "M10 16v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-4", key: "11f1s0" }],
["path", { d: "M10 8V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4", key: "t14dx9" }],
["path", { d: "M20 16v1a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-1", key: "1w07xs" }],
["path", { d: "M14 8V7c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v1", key: "1apec2" }]
]);
const AlignCenterVertical = createLucideIcon("AlignCenterVertical", [
["path", { d: "M12 2v20", key: "t6zp3m" }],
["path", { d: "M8 10H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h4", key: "14d6g8" }],
["path", { d: "M16 10h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4", key: "1e2lrw" }],
["path", { d: "M8 20H7a2 2 0 0 1-2-2v-2c0-1.1.9-2 2-2h1", key: "1fkdwx" }],
["path", { d: "M16 14h1a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-1", key: "1euafb" }]
]);
const AlignCenter = createLucideIcon("AlignCenter", [
["line", { x1: "21", x2: "3", y1: "6", y2: "6", key: "1fp77t" }],
["line", { x1: "17", x2: "7", y1: "12", y2: "12", key: "rsh8ii" }],
["line", { x1: "19", x2: "5", y1: "18", y2: "18", key: "1t0tuv" }]
]);
const AlignEndHorizontal = createLucideIcon("AlignEndHorizontal", [
["rect", { width: "6", height: "16", x: "4", y: "2", rx: "2", key: "z5wdxg" }],
["rect", { width: "6", height: "9", x: "14", y: "9", rx: "2", key: "um7a8w" }],
["path", { d: "M22 22H2", key: "19qnx5" }]
]);
const AlignEndVertical = createLucideIcon("AlignEndVertical", [
["rect", { width: "16", height: "6", x: "2", y: "4", rx: "2", key: "10wcwx" }],
["rect", { width: "9", height: "6", x: "9", y: "14", rx: "2", key: "4p5bwg" }],
["path", { d: "M22 22V2", key: "12ipfv" }]
]);
const AlignHorizontalDistributeCenter = createLucideIcon("AlignHorizontalDistributeCenter", [
["rect", { width: "6", height: "14", x: "4", y: "5", rx: "2", key: "1wwnby" }],
["rect", { width: "6", height: "10", x: "14", y: "7", rx: "2", key: "1fe6j6" }],
["path", { d: "M17 22v-5", key: "4b6g73" }],
["path", { d: "M17 7V2", key: "hnrr36" }],
["path", { d: "M7 22v-3", key: "1r4jpn" }],
["path", { d: "M7 5V2", key: "liy1u9" }]
]);
const AlignHorizontalDistributeEnd = createLucideIcon("AlignHorizontalDistributeEnd", [
["rect", { width: "6", height: "14", x: "4", y: "5", rx: "2", key: "1wwnby" }],
["rect", { width: "6", height: "10", x: "14", y: "7", rx: "2", key: "1fe6j6" }],
["path", { d: "M10 2v20", key: "uyc634" }],
["path", { d: "M20 2v20", key: "1tx262" }]
]);
const AlignHorizontalDistributeStart = createLucideIcon("AlignHorizontalDistributeStart", [
["rect", { width: "6", height: "14", x: "4", y: "5", rx: "2", key: "1wwnby" }],
["rect", { width: "6", height: "10", x: "14", y: "7", rx: "2", key: "1fe6j6" }],
["path", { d: "M4 2v20", key: "gtpd5x" }],
["path", { d: "M14 2v20", key: "tg6bpw" }]
]);
const AlignHorizontalJustifyCenter = createLucideIcon("AlignHorizontalJustifyCenter", [
["rect", { width: "6", height: "14", x: "2", y: "5", rx: "2", key: "dy24zr" }],
["rect", { width: "6", height: "10", x: "16", y: "7", rx: "2", key: "13zkjt" }],
["path", { d: "M12 2v20", key: "t6zp3m" }]
]);
const AlignHorizontalJustifyEnd = createLucideIcon("AlignHorizontalJustifyEnd", [
["rect", { width: "6", height: "14", x: "2", y: "5", rx: "2", key: "dy24zr" }],
["rect", { width: "6", height: "10", x: "12", y: "7", rx: "2", key: "1ht384" }],
["path", { d: "M22 2v20", key: "40qfg1" }]
]);
const AlignHorizontalJustifyStart = createLucideIcon("AlignHorizontalJustifyStart", [
["rect", { width: "6", height: "14", x: "6", y: "5", rx: "2", key: "hsirpf" }],
["rect", { width: "6", height: "10", x: "16", y: "7", rx: "2", key: "13zkjt" }],
["path", { d: "M2 2v20", key: "1ivd8o" }]
]);
const AlignHorizontalSpaceAround = createLucideIcon("AlignHorizontalSpaceAround", [
["rect", { width: "6", height: "10", x: "9", y: "7", rx: "2", key: "yn7j0q" }],
["path", { d: "M4 22V2", key: "tsjzd3" }],
["path", { d: "M20 22V2", key: "1bnhr8" }]
]);
const AlignHorizontalSpaceBetween = createLucideIcon("AlignHorizontalSpaceBetween", [
["rect", { width: "6", height: "14", x: "3", y: "5", rx: "2", key: "j77dae" }],
["rect", { width: "6", height: "10", x: "15", y: "7", rx: "2", key: "bq30hj" }],
["path", { d: "M3 2v20", key: "1d2pfg" }],
["path", { d: "M21 2v20", key: "p059bm" }]
]);
const AlignJustify = createLucideIcon("AlignJustify", [
["line", { x1: "3", x2: "21", y1: "6", y2: "6", key: "4m8b97" }],
["line", { x1: "3", x2: "21", y1: "12", y2: "12", key: "10d38w" }],
["line", { x1: "3", x2: "21", y1: "18", y2: "18", key: "kwyyxn" }]
]);
const AlignLeft = createLucideIcon("AlignLeft", [
["line", { x1: "21", x2: "3", y1: "6", y2: "6", key: "1fp77t" }],
["line", { x1: "15", x2: "3", y1: "12", y2: "12", key: "v6grx8" }],
["line", { x1: "17", x2: "3", y1: "18", y2: "18", key: "1awlsn" }]
]);
const AlignRight = createLucideIcon("AlignRight", [
["line", { x1: "21", x2: "3", y1: "6", y2: "6", key: "1fp77t" }],
["line", { x1: "21", x2: "9", y1: "12", y2: "12", key: "1uyos4" }],
["line", { x1: "21", x2: "7", y1: "18", y2: "18", key: "1g9eri" }]
]);
const AlignStartHorizontal = createLucideIcon("AlignStartHorizontal", [
["rect", { width: "6", height: "16", x: "4", y: "6", rx: "2", key: "1n4dg1" }],
["rect", { width: "6", height: "9", x: "14", y: "6", rx: "2", key: "17khns" }],
["path", { d: "M22 2H2", key: "fhrpnj" }]
]);
const AlignStartVertical = createLucideIcon("AlignStartVertical", [
["rect", { width: "9", height: "6", x: "6", y: "14", rx: "2", key: "lpm2y7" }],
["rect", { width: "16", height: "6", x: "6", y: "4", rx: "2", key: "rdj6ps" }],
["path", { d: "M2 2v20", key: "1ivd8o" }]
]);
const AlignVerticalDistributeCenter = createLucideIcon("AlignVerticalDistributeCenter", [
["path", { d: "M22 17h-3", key: "1lwga1" }],
["path", { d: "M22 7h-5", key: "o2endc" }],
["path", { d: "M5 17H2", key: "1gx9xc" }],
["path", { d: "M7 7H2", key: "6bq26l" }],
["rect", { x: "5", y: "14", width: "14", height: "6", rx: "2", key: "1qrzuf" }],
["rect", { x: "7", y: "4", width: "10", height: "6", rx: "2", key: "we8e9z" }]
]);
const AlignVerticalDistributeEnd = createLucideIcon("AlignVerticalDistributeEnd", [
["rect", { width: "14", height: "6", x: "5", y: "14", rx: "2", key: "jmoj9s" }],
["rect", { width: "10", height: "6", x: "7", y: "4", rx: "2", key: "aza5on" }],
["path", { d: "M2 20h20", key: "owomy5" }],
["path", { d: "M2 10h20", key: "1ir3d8" }]
]);
const AlignVerticalDistributeStart = createLucideIcon("AlignVerticalDistributeStart", [
["rect", { width: "14", height: "6", x: "5", y: "14", rx: "2", key: "jmoj9s" }],
["rect", { width: "10", height: "6", x: "7", y: "4", rx: "2", key: "aza5on" }],
["path", { d: "M2 14h20", key: "myj16y" }],
["path", { d: "M2 4h20", key: "mda7wb" }]
]);
const AlignVerticalJustifyCenter = createLucideIcon("AlignVerticalJustifyCenter", [
["rect", { width: "14", height: "6", x: "5", y: "16", rx: "2", key: "1i8z2d" }],
["rect", { width: "10", height: "6", x: "7", y: "2", rx: "2", key: "ypihtt" }],
["path", { d: "M2 12h20", key: "9i4pu4" }]
]);
const AlignVerticalJustifyEnd = createLucideIcon("AlignVerticalJustifyEnd", [
["rect", { width: "14", height: "6", x: "5", y: "12", rx: "2", key: "4l4tp2" }],
["rect", { width: "10", height: "6", x: "7", y: "2", rx: "2", key: "ypihtt" }],
["path", { d: "M2 22h20", key: "272qi7" }]
]);
const AlignVerticalJustifyStart = createLucideIcon("AlignVerticalJustifyStart", [
["rect", { width: "14", height: "6", x: "5", y: "16", rx: "2", key: "1i8z2d" }],
["rect", { width: "10", height: "6", x: "7", y: "6", rx: "2", key: "13squh" }],
["path", { d: "M2 2h20", key: "1ennik" }]
]);
const AlignVerticalSpaceAround = createLucideIcon("AlignVerticalSpaceAround", [
["rect", { width: "10", height: "6", x: "7", y: "9", rx: "2", key: "b1zbii" }],
["path", { d: "M22 20H2", key: "1p1f7z" }],
["path", { d: "M22 4H2", key: "1b7qnq" }]
]);
const AlignVerticalSpaceBetween = createLucideIcon("AlignVerticalSpaceBetween", [
["rect", { width: "14", height: "6", x: "5", y: "15", rx: "2", key: "1w91an" }],
["rect", { width: "10", height: "6", x: "7", y: "3", rx: "2", key: "17wqzy" }],
["path", { d: "M2 21h20", key: "1nyx9w" }],
["path", { d: "M2 3h20", key: "91anmk" }]
]);
const Ambulance = createLucideIcon("Ambulance", [
["path", { d: "M10 10H6", key: "1bsnug" }],
["path", { d: "M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2", key: "wrbu53" }],
[
"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",
key: "lrkjwd"
}
],
["path", { d: "M8 8v4", key: "1fwk8c" }],
["path", { d: "M9 18h6", key: "x1upvd" }],
["circle", { cx: "17", cy: "18", r: "2", key: "332jqn" }],
["circle", { cx: "7", cy: "18", r: "2", key: "19iecd" }]
]);
const Ampersand = createLucideIcon("Ampersand", [
[
"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",
key: "1o9ehi"
}
],
["path", { d: "M16 12h3", key: "4uvgyw" }]
]);
const Ampersands = createLucideIcon("Ampersands", [
[
"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",
key: "12lh1k"
}
],
[
"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",
key: "173c68"
}
]
]);
const Anchor = createLucideIcon("Anchor", [
["path", { d: "M12 22V8", key: "qkxhtm" }],
["path", { d: "M5 12H2a10 10 0 0 0 20 0h-3", key: "1hv3nh" }],
["circle", { cx: "12", cy: "5", r: "3", key: "rqqgnr" }]
]);
const Angry = createLucideIcon("Angry", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "M16 16s-1.5-2-4-2-4 2-4 2", key: "epbg0q" }],
["path", { d: "M7.5 8 10 9", key: "olxxln" }],
["path", { d: "m14 9 2.5-1", key: "1j6cij" }],
["path", { d: "M9 10h0", key: "1vxvly" }],
["path", { d: "M15 10h0", key: "1j6oav" }]
]);
const Annoyed = createLucideIcon("Annoyed", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "M8 15h8", key: "45n4r" }],
["path", { d: "M8 9h2", key: "1g203m" }],
["path", { d: "M14 9h2", key: "116p9w" }]
]);
const Antenna = createLucideIcon("Antenna", [
["path", { d: "M2 12 7 2", key: "117k30" }],
["path", { d: "m7 12 5-10", key: "1tvx22" }],
["path", { d: "m12 12 5-10", key: "ev1o1a" }],
["path", { d: "m17 12 5-10", key: "1e4ti3" }],
["path", { d: "M4.5 7h15", key: "vlsxkz" }],
["path", { d: "M12 16v6", key: "c8a4gj" }]
]);
const Anvil = createLucideIcon("Anvil", [
["path", { d: "M7 10H6a4 4 0 0 1-4-4 1 1 0 0 1 1-1h4", key: "1hjpb6" }],
[
"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", key: "1qn45f" }
],
["path", { d: "M9 12v5", key: "3anwtq" }],
["path", { d: "M15 12v5", key: "5xh3zn" }],
[
"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", key: "1fi4x8" }
]
]);
const Aperture = createLucideIcon("Aperture", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "m14.31 8 5.74 9.94", key: "1y6ab4" }],
["path", { d: "M9.69 8h11.48", key: "1wxppr" }],
["path", { d: "m7.38 12 5.74-9.94", key: "1grp0k" }],
["path", { d: "M9.69 16 3.95 6.06", key: "libnyf" }],
["path", { d: "M14.31 16H2.83", key: "x5fava" }],
["path", { d: "m16.62 12-5.74 9.94", key: "1vwawt" }]
]);
const AppWindowMac = createLucideIcon("AppWindowMac", [
["rect", { width: "20", height: "16", x: "2", y: "4", rx: "2", key: "18n3k1" }],
["path", { d: "M6 8h.01", key: "x9i8wu" }],
["path", { d: "M10 8h.01", key: "1r9ogq" }],
["path", { d: "M14 8h.01", key: "1primd" }]
]);
const AppWindow = createLucideIcon("AppWindow", [
["rect", { x: "2", y: "4", width: "20", height: "16", rx: "2", key: "izxlao" }],
["path", { d: "M10 4v4", key: "pp8u80" }],
["path", { d: "M2 8h20", key: "d11cs7" }],
["path", { d: "M6 4v4", key: "1svtjw" }]
]);
const Apple = createLucideIcon("Apple", [
[
"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",
key: "3s7exb"
}
],
["path", { d: "M10 2c1 .5 2 2 2 5", key: "fcco2y" }]
]);
const ArchiveRestore = createLucideIcon("ArchiveRestore", [
["rect", { width: "20", height: "5", x: "2", y: "3", rx: "1", key: "1wp1u1" }],
["path", { d: "M4 8v11a2 2 0 0 0 2 2h2", key: "tvwodi" }],
["path", { d: "M20 8v11a2 2 0 0 1-2 2h-2", key: "1gkqxj" }],
["path", { d: "m9 15 3-3 3 3", key: "1pd0qc" }],
["path", { d: "M12 12v9", key: "192myk" }]
]);
const ArchiveX = createLucideIcon("ArchiveX", [
["rect", { width: "20", height: "5", x: "2", y: "3", rx: "1", key: "1wp1u1" }],
["path", { d: "M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8", key: "1s80jp" }],
["path", { d: "m9.5 17 5-5", key: "nakeu6" }],
["path", { d: "m9.5 12 5 5", key: "1hccrj" }]
]);
const Archive = createLucideIcon("Archive", [
["rect", { width: "20", height: "5", x: "2", y: "3", rx: "1", key: "1wp1u1" }],
["path", { d: "M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8", key: "1s80jp" }],
["path", { d: "M10 12h4", key: "a56b0p" }]
]);
const AreaChart = createLucideIcon("AreaChart", [
["path", { d: "M3 3v18h18", key: "1s2lah" }],
["path", { d: "M7 12v5h12V8l-5 5-4-4Z", key: "zxz28u" }]
]);
const Armchair = createLucideIcon("Armchair", [
["path", { d: "M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3", key: "irtipd" }],
[
"path",
{
d: "M3 16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v2H7v-2a2 2 0 0 0-4 0Z",
key: "1e01m0"
}
],
["path", { d: "M5 18v2", key: "ppbyun" }],
["path", { d: "M19 18v2", key: "gy7782" }]
]);
const ArrowBigDownDash = createLucideIcon("ArrowBigDownDash", [
["path", { d: "M15 5H9", key: "1tp3ed" }],
["path", { d: "M15 9v3h4l-7 7-7-7h4V9z", key: "ncdc4b" }]
]);
const ArrowBigDown = createLucideIcon("ArrowBigDown", [
["path", { d: "M15 6v6h4l-7 7-7-7h4V6h6z", key: "1thax2" }]
]);
const ArrowBigLeftDash = createLucideIcon("ArrowBigLeftDash", [
["path", { d: "M19 15V9", key: "1hci5f" }],
["path", { d: "M15 15h-3v4l-7-7 7-7v4h3v6z", key: "16tjna" }]
]);
const ArrowBigLeft = createLucideIcon("ArrowBigLeft", [
["path", { d: "M18 15h-6v4l-7-7 7-7v4h6v6z", key: "lbrdak" }]
]);
const ArrowBigRightDash = createLucideIcon("ArrowBigRightDash", [
["path", { d: "M5 9v6", key: "158jrl" }],
["path", { d: "M9 9h3V5l7 7-7 7v-4H9V9z", key: "1sg2xn" }]
]);
const ArrowBigRight = createLucideIcon("ArrowBigRight", [
["path", { d: "M6 9h6V5l7 7-7 7v-4H6V9z", key: "7fvt9c" }]
]);
const ArrowBigUpDash = createLucideIcon("ArrowBigUpDash", [
["path", { d: "M9 19h6", key: "456am0" }],
["path", { d: "M9 15v-3H5l7-7 7 7h-4v3H9z", key: "1r2uve" }]
]);
const ArrowBigUp = createLucideIcon("ArrowBigUp", [
["path", { d: "M9 18v-6H5l7-7 7 7h-4v6H9z", key: "1x06kx" }]
]);
const ArrowDown01 = createLucideIcon("ArrowDown01", [
["path", { d: "m3 16 4 4 4-4", key: "1co6wj" }],
["path", { d: "M7 20V4", key: "1yoxec" }],
["rect", { x: "15", y: "4", width: "4", height: "6", ry: "2", key: "1bwicg" }],
["path", { d: "M17 20v-6h-2", key: "1qp1so" }],
["path", { d: "M15 20h4", key: "1j968p" }]
]);
const ArrowDown10 = createLucideIcon("ArrowDown10", [
["path", { d: "m3 16 4 4 4-4", key: "1co6wj" }],
["path", { d: "M7 20V4", key: "1yoxec" }],
["path", { d: "M17 10V4h-2", key: "zcsr5x" }],
["path", { d: "M15 10h4", key: "id2lce" }],
["rect", { x: "15", y: "14", width: "4", height: "6", ry: "2", key: "33xykx" }]
]);
const ArrowDownAZ = createLucideIcon("ArrowDownAZ", [
["path", { d: "m3 16 4 4 4-4", key: "1co6wj" }],
["path", { d: "M7 20V4", key: "1yoxec" }],
["path", { d: "M20 8h-5", key: "1vsyxs" }],
["path", { d: "M15 10V6.5a2.5 2.5 0 0 1 5 0V10", key: "ag13bf" }],
["path", { d: "M15 14h5l-5 6h5", key: "ur5jdg" }]
]);
const ArrowDownFromLine = createLucideIcon("ArrowDownFromLine", [
["path", { d: "M19 3H5", key: "1236rx" }],
["path", { d: "M12 21V7", key: "gj6g52" }],
["path", { d: "m6 15 6 6 6-6", key: "h15q88" }]
]);
const ArrowDownLeft = createLucideIcon("ArrowDownLeft", [
["path", { d: "M17 7 7 17", key: "15tmo1" }],
["path", { d: "M17 17H7V7", key: "1org7z" }]
]);
const ArrowDownNarrowWide = createLucideIcon("ArrowDownNarrowWide", [
["path", { d: "m3 16 4 4 4-4", key: "1co6wj" }],
["path", { d: "M7 20V4", key: "1yoxec" }],
["path", { d: "M11 4h4", key: "6d7r33" }],
["path", { d: "M11 8h7", key: "djye34" }],
["path", { d: "M11 12h10", key: "1438ji" }]
]);
const ArrowDownRight = createLucideIcon("ArrowDownRight", [
["path", { d: "m7 7 10 10", key: "1fmybs" }],
["path", { d: "M17 7v10H7", key: "6fjiku" }]
]);
const ArrowDownToDot = createLucideIcon("ArrowDownToDot", [
["path", { d: "M12 2v14", key: "jyx4ut" }],
["path", { d: "m19 9-7 7-7-7", key: "1oe3oy" }],
["circle", { cx: "12", cy: "21", r: "1", key: "o0uj5v" }]
]);
const ArrowDownToLine = createLucideIcon("ArrowDownToLine", [
["path", { d: "M12 17V3", key: "1cwfxf" }],
["path", { d: "m6 11 6 6 6-6", key: "12ii2o" }],
["path", { d: "M19 21H5", key: "150jfl" }]
]);
const ArrowDownUp = createLucideIcon("ArrowDownUp", [
["path", { d: "m3 16 4 4 4-4", key: "1co6wj" }],
["path", { d: "M7 20V4", key: "1yoxec" }],
["path", { d: "m21 8-4-4-4 4", key: "1c9v7m" }],
["path", { d: "M17 4v16", key: "7dpous" }]
]);
const ArrowDownWideNarrow = createLucideIcon("ArrowDownWideNarrow", [
["path", { d: "m3 16 4 4 4-4", key: "1co6wj" }],
["path", { d: "M7 20V4", key: "1yoxec" }],
["path", { d: "M11 4h10", key: "1w87gc" }],
["path", { d: "M11 8h7", key: "djye34" }],
["path", { d: "M11 12h4", key: "q8tih4" }]
]);
const ArrowDownZA = createLucideIcon("ArrowDownZA", [
["path", { d: "m3 16 4 4 4-4", key: "1co6wj" }],
["path", { d: "M7 4v16", key: "1glfcx" }],
["path", { d: "M15 4h5l-5 6h5", key: "8asdl1" }],
["path", { d: "M15 20v-3.5a2.5 2.5 0 0 1 5 0V20", key: "r6l5cz" }],
["path", { d: "M20 18h-5", key: "18j1r2" }]
]);
const ArrowDown = createLucideIcon("ArrowDown", [
["path", { d: "M12 5v14", key: "s699le" }],
["path", { d: "m19 12-7 7-7-7", key: "1idqje" }]
]);
const ArrowLeftFromLine = createLucideIcon("ArrowLeftFromLine", [
["path", { d: "m9 6-6 6 6 6", key: "7v63n9" }],
["path", { d: "M3 12h14", key: "13k4hi" }],
["path", { d: "M21 19V5", key: "b4bplr" }]
]);
const ArrowLeftRight = createLucideIcon("ArrowLeftRight", [
["path", { d: "M8 3 4 7l4 4", key: "9rb6wj" }],
["path", { d: "M4 7h16", key: "6tx8e3" }],
["path", { d: "m16 21 4-4-4-4", key: "siv7j2" }],
["path", { d: "M20 17H4", key: "h6l3hr" }]
]);
const ArrowLeftToLine = createLucideIcon("ArrowLeftToLine", [
["path", { d: "M3 19V5", key: "rwsyhb" }],
["path", { d: "m13 6-6 6 6 6", key: "1yhaz7" }],
["path", { d: "M7 12h14", key: "uoisry" }]
]);
const ArrowLeft = createLucideIcon("ArrowLeft", [
["path", { d: "m12 19-7-7 7-7", key: "1l729n" }],
["path", { d: "M19 12H5", key: "x3x0zl" }]
]);
const ArrowRightFromLine = createLucideIcon("ArrowRightFromLine", [
["path", { d: "M3 5v14", key: "1nt18q" }],
["path", { d: "M21 12H7", key: "13ipq5" }],
["path", { d: "m15 18 6-6-6-6", key: "6tx3qv" }]
]);
const ArrowRightLeft = createLucideIcon("ArrowRightLeft", [
["path", { d: "m16 3 4 4-4 4", key: "1x1c3m" }],
["path", { d: "M20 7H4", key: "zbl0bi" }],
["path", { d: "m8 21-4-4 4-4", key: "h9nckh" }],
["path", { d: "M4 17h16", key: "g4d7ey" }]
]);
const ArrowRightToLine = createLucideIcon("ArrowRightToLine", [
["path", { d: "M17 12H3", key: "8awo09" }],
["path", { d: "m11 18 6-6-6-6", key: "8c2y43" }],
["path", { d: "M21 5v14", key: "nzette" }]
]);
const ArrowRight = createLucideIcon("ArrowRight", [
["path", { d: "M5 12h14", key: "1ays0h" }],
["path", { d: "m12 5 7 7-7 7", key: "xquz4c" }]
]);
const ArrowUp01 = createLucideIcon("ArrowUp01", [
["path", { d: "m3 8 4-4 4 4", key: "11wl7u" }],
["path", { d: "M7 4v16", key: "1glfcx" }],
["rect", { x: "15", y: "4", width: "4", height: "6", ry: "2", key: "1bwicg" }],
["path", { d: "M17 20v-6h-2", key: "1qp1so" }],
["path", { d: "M15 20h4", key: "1j968p" }]
]);
const ArrowUp10 = createLucideIcon("ArrowUp10", [
["path", { d: "m3 8 4-4 4 4", key: "11wl7u" }],
["path", { d: "M7 4v16", key: "1glfcx" }],
["path", { d: "M17 10V4h-2", key: "zcsr5x" }],
["path", { d: "M15 10h4", key: "id2lce" }],
["rect", { x: "15", y: "14", width: "4", height: "6", ry: "2", key: "33xykx" }]
]);
const ArrowUpAZ = createLucideIcon("ArrowUpAZ", [
["path", { d: "m3 8 4-4 4 4", key: "11wl7u" }],
["path", { d: "M7 4v16", key: "1glfcx" }],
["path", { d: "M20 8h-5", key: "1vsyxs" }],
["path", { d: "M15 10V6.5a2.5 2.5 0 0 1 5 0V10", key: "ag13bf" }],
["path", { d: "M15 14h5l-5 6h5", key: "ur5jdg" }]
]);
const ArrowUpDown = createLucideIcon("ArrowUpDown", [
["path", { d: "m21 16-4 4-4-4", key: "f6ql7i" }],
["path", { d: "M17 20V4", key: "1ejh1v" }],
["path", { d: "m3 8 4-4 4 4", key: "11wl7u" }],
["path", { d: "M7 4v16", key: "1glfcx" }]
]);
const ArrowUpFromDot = createLucideIcon("ArrowUpFromDot", [
["path", { d: "m5 9 7-7 7 7", key: "1hw5ic" }],
["path", { d: "M12 16V2", key: "ywoabb" }],
["circle", { cx: "12", cy: "21", r: "1", key: "o0uj5v" }]
]);
const ArrowUpFromLine = createLucideIcon("ArrowUpFromLine", [
["path", { d: "m18 9-6-6-6 6", key: "kcunyi" }],
["path", { d: "M12 3v14", key: "7cf3v8" }],
["path", { d: "M5 21h14", key: "11awu3" }]
]);
const ArrowUpLeft = createLucideIcon("ArrowUpLeft", [
["path", { d: "M7 17V7h10", key: "11bw93" }],
["path", { d: "M17 17 7 7", key: "2786uv" }]
]);
const ArrowUpNarrowWide = createLucideIcon("ArrowUpNarrowWide", [
["path", { d: "m3 8 4-4 4 4", key: "11wl7u" }],
["path", { d: "M7 4v16", key: "1glfcx" }],
["path", { d: "M11 12h4", key: "q8tih4" }],
["path", { d: "M11 16h7", key: "uosisv" }],
["path", { d: "M11 20h10", key: "jvxblo" }]
]);
const ArrowUpRight = createLucideIcon("ArrowUpRight", [
["path", { d: "M7 7h10v10", key: "1tivn9" }],
["path", { d: "M7 17 17 7", key: "1vkiza" }]
]);
const ArrowUpToLine = createLucideIcon("ArrowUpToLine", [
["path", { d: "M5 3h14", key: "7usisc" }],
["path", { d: "m18 13-6-6-6 6", key: "1kf1n9" }],
["path", { d: "M12 7v14", key: "1akyts" }]
]);
const ArrowUpWideNarrow = createLucideIcon("ArrowUpWideNarrow", [
["path", { d: "m3 8 4-4 4 4", key: "11wl7u" }],
["path", { d: "M7 4v16", key: "1glfcx" }],
["path", { d: "M11 12h10", key: "1438ji" }],
["path", { d: "M11 16h7", key: "uosisv" }],
["path", { d: "M11 20h4", key: "1krc32" }]
]);
const ArrowUpZA = createLucideIcon("ArrowUpZA", [
["path", { d: "m3 8 4-4 4 4", key: "11wl7u" }],
["path", { d: "M7 4v16", key: "1glfcx" }],
["path", { d: "M15 4h5l-5 6h5", key: "8asdl1" }],
["path", { d: "M15 20v-3.5a2.5 2.5 0 0 1 5 0V20", key: "r6l5cz" }],
["path", { d: "M20 18h-5", key: "18j1r2" }]
]);
const ArrowUp = createLucideIcon("ArrowUp", [
["path", { d: "m5 12 7-7 7 7", key: "hav0vg" }],
["path", { d: "M12 19V5", key: "x0mq9r" }]
]);
const ArrowsUpFromLine = createLucideIcon("ArrowsUpFromLine", [
["path", { d: "m4 6 3-3 3 3", key: "9aidw8" }],
["path", { d: "M7 17V3", key: "19qxw1" }],
["path", { d: "m14 6 3-3 3 3", key: "6iy689" }],
["path", { d: "M17 17V3", key: "o0fmgi" }],
["path", { d: "M4 21h16", key: "1h09gz" }]
]);
const Asterisk = createLucideIcon("Asterisk", [
["path", { d: "M12 6v12", key: "1vza4d" }],
["path", { d: "M17.196 9 6.804 15", key: "1ah31z" }],
["path", { d: "m6.804 9 10.392 6", key: "1b6pxd" }]
]);
const AtSign = createLucideIcon("AtSign", [
["circle", { cx: "12", cy: "12", r: "4", key: "4exip2" }],
["path", { d: "M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8", key: "7n84p3" }]
]);
const Atom = createLucideIcon("Atom", [
["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
[
"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",
key: "1l2ple"
}
],
[
"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",
key: "1wam0m"
}
]
]);
const AudioLines = createLucideIcon("AudioLines", [
["path", { d: "M2 10v3", key: "1fnikh" }],
["path", { d: "M6 6v11", key: "11sgs0" }],
["path", { d: "M10 3v18", key: "yhl04a" }],
["path", { d: "M14 8v7", key: "3a1oy3" }],
["path", { d: "M18 5v13", key: "123xd1" }],
["path", { d: "M22 10v3", key: "154ddg" }]
]);
const AudioWaveform = createLucideIcon("AudioWaveform", [
[
"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",
key: "57tc96"
}
]
]);
const Award = createLucideIcon("Award", [
["circle", { cx: "12", cy: "8", r: "6", key: "1vp47v" }],
["path", { d: "M15.477 12.89 17 22l-5-3-5 3 1.523-9.11", key: "em7aur" }]
]);
const Axe = createLucideIcon("Axe", [
["path", { d: "m14 12-8.5 8.5a2.12 2.12 0 1 1-3-3L11 9", key: "csbz4o" }],
["path", { d: "M15 13 9 7l4-4 6 6h3a8 8 0 0 1-7 7z", key: "113wfo" }]
]);
const Axis3d = createLucideIcon("Axis3d", [
["path", { d: "M4 4v16h16", key: "1s015l" }],
["path", { d: "m4 20 7-7", key: "17qe9y" }]
]);
const Baby = createLucideIcon("Baby", [
["path", { d: "M9 12h.01", key: "157uk2" }],
["path", { d: "M15 12h.01", key: "1k8ypt" }],
["path", { d: "M10 16c.5.3 1.2.5 2 .5s1.5-.2 2-.5", key: "1u7htd" }],
[
"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",
key: "5yv0yz"
}
]
]);
const Backpack = createLucideIcon("Backpack", [
[
"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", key: "wvr1b5" }
],
["path", { d: "M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2", key: "donm21" }],
["path", { d: "M8 21v-5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v5", key: "xk3gvk" }],
["path", { d: "M8 10h8", key: "c7uz4u" }],
["path", { d: "M8 18h8", key: "1no2b1" }]
]);
const BadgeAlert = createLucideIcon("BadgeAlert", [
[
"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",
key: "3c2336"
}
],
["line", { x1: "12", x2: "12", y1: "8", y2: "12", key: "1pkeuh" }],
["line", { x1: "12", x2: "12.01", y1: "16", y2: "16", key: "4dfq90" }]
]);
const BadgeCent = createLucideIcon("BadgeCent", [
[
"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",
key: "3c2336"
}
],
["path", { d: "M12 7v10", key: "jspqdw" }],
["path", { d: "M15.4 10a4 4 0 1 0 0 4", key: "2eqtx8" }]
]);
const BadgeCheck = createLucideIcon("BadgeCheck", [
[
"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",
key: "3c2336"
}
],
["path", { d: "m9 12 2 2 4-4", key: "dzmm74" }]
]);
const BadgeDollarSign = createLucideIcon("BadgeDollarSign", [
[
"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",
key: "3c2336"
}
],
["path", { d: "M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8", key: "1h4pet" }],
["path", { d: "M12 18V6", key: "zqpxq5" }]
]);
const BadgeEuro = createLucideIcon("BadgeEuro", [
[
"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",
key: "3c2336"
}
],
["path", { d: "M7 12h5", key: "gblrwe" }],
["path", { d: "M15 9.4a4 4 0 1 0 0 5.2", key: "1makmb" }]
]);
const BadgeHelp = createLucideIcon("BadgeHelp", [
[
"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",
key: "3c2336"
}
],
["path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3", key: "1u773s" }],
["line", { x1: "12", x2: "12.01", y1: "17", y2: "17", key: "io3f8k" }]
]);
const BadgeIndianRupee = createLucideIcon("BadgeIndianRupee", [
[
"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",
key: "3c2336"
}
],
["path", { d: "M8 8h8", key: "1bis0t" }],
["path", { d: "M8 12h8", key: "1wcyev" }],
["path", { d: "m13 17-5-1h1a4 4 0 0 0 0-8", key: "nu2bwa" }]
]);
const BadgeInfo = createLucideIcon("BadgeInfo", [
[
"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",
key: "3c2336"
}
],
["line", { x1: "12", x2: "12", y1: "16", y2: "12", key: "1y1yb1" }],
["line", { x1: "12", x2: "12.01", y1: "8", y2: "8", key: "110wyk" }]
]);
const BadgeJapaneseYen = createLucideIcon("BadgeJapaneseYen", [
[
"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",
key: "3c2336"
}
],
["path", { d: "m9 8 3 3v7", key: "17yadx" }],
["path", { d: "m12 11 3-3", key: "p4cfq1" }],
["path", { d: "M9 12h6", key: "1c52cq" }],
["path", { d: "M9 16h6", key: "8wimt3" }]
]);
const BadgeMinus = createLucideIcon("BadgeMinus", [
[
"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",
key: "3c2336"
}
],
["line", { x1: "8", x2: "16", y1: "12", y2: "12", key: "1jonct" }]
]);
const BadgePercent = createLucideIcon("BadgePercent", [
[
"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",
key: "3c2336"
}
],
["path", { d: "m15 9-6 6", key: "1uzhvr" }],
["path", { d: "M9 9h.01", key: "1q5me6" }],
["path", { d: "M15 15h.01", key: "lqbp3k" }]
]);
const BadgePlus = createLucideIcon("BadgePlus", [
[
"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",
key: "3c2336"
}
],
["line", { x1: "12", x2: "12", y1: "8", y2: "16", key: "10p56q" }],
["line", { x1: "8", x2: "16", y1: "12", y2: "12", key: "1jonct" }]
]);
const BadgePoundSterling = createLucideIcon("BadgePoundSterling", [
[
"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",
key: "3c2336"
}
],
["path", { d: "M8 12h4", key: "qz6y1c" }],
["path", { d: "M10 16V9.5a2.5 2.5 0 0 1 5 0", key: "3mlbjk" }],
["path", { d: "M8 16h7", key: "sbedsn" }]
]);
const BadgeRussianRuble = createLucideIcon("BadgeRussianRuble", [
[
"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",
key: "3c2336"
}
],
["path", { d: "M9 16h5", key: "1syiyw" }],
["path", { d: "M9 12h5a2 2 0 1 0 0-4h-3v9", key: "1ge9c1" }]
]);
const BadgeSwissFranc = createLucideIcon("BadgeSwissFranc", [
[
"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",
key: "3c2336"
}
],
["path", { d: "M11 17V8h4", key: "1bfq6y" }],
["path", { d: "M11 12h3", key: "2eqnfz" }],
["path", { d: "M9 16h4", key: "1skf3a" }]
]);
const BadgeX = createLucideIcon("BadgeX", [
[
"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",
key: "3c2336"
}
],
["line", { x1: "15", x2: "9", y1: "9", y2: "15", key: "f7djnv" }],
["line", { x1: "9", x2: "15", y1: "9", y2: "15", key: "1shsy8" }]
]);
const Badge = createLucideIcon("Badge", [
[
"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",
key: "3c2336"
}
]
]);
const BaggageClaim = createLucideIcon("BaggageClaim", [
["path", { d: "M22 18H6a2 2 0 0 1-2-2V7a2 2 0 0 0-2-2", key: "4irg2o" }],
["path", { d: "M17 14V4a2 2 0 0 0-2-2h-1a2 2 0 0 0-2 2v10", key: "14fcyx" }],
["rect", { width: "13", height: "8", x: "8", y: "6", rx: "1", key: "o6oiis" }],
["circle", { cx: "18", cy: "20", r: "2", key: "t9985n" }],
["circle", { cx: "9", cy: "20", r: "2", key: "e5v82j" }]
]);
const Ban = createLucideIcon("Ban", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "m4.9 4.9 14.2 14.2", key: "1m5liu" }]
]);
const Banana = createLucideIcon("Banana", [
["path", { d: "M4 13c3.5-2 8-2 10 2a5.5 5.5 0 0 1 8 5", key: "1cscit" }],
[
"path",
{
d: "M5.15 17.89c5.52-1.52 8.65-6.89 7-12C11.55 4 11.5 2 13 2c3.22 0 5 5.5 5 8 0 6.5-4.2 12-10.49 12C5.11 22 2 22 2 20c0-1.5 1.14-1.55 3.15-2.11Z",
key: "1y1nbv"
}
]
]);
const Banknote = createLucideIcon("Banknote", [
["rect", { width: "20", height: "12", x: "2", y: "6", rx: "2", key: "9lu3g6" }],
["circle", { cx: "12", cy: "12", r: "2", key: "1c9p78" }],
["path", { d: "M6 12h.01M18 12h.01", key: "113zkx" }]
]);
const BarChart2 = createLucideIcon("BarChart2", [
["line", { x1: "18", x2: "18", y1: "20", y2: "10", key: "1xfpm4" }],
["line", { x1: "12", x2: "12", y1: "20", y2: "4", key: "be30l9" }],
["line", { x1: "6", x2: "6", y1: "20", y2: "14", key: "1r4le6" }]
]);
const BarChart3 = createLucideIcon("BarChart3", [
["path", { d: "M3 3v18h18", key: "1s2lah" }],
["path", { d: "M18 17V9", key: "2bz60n" }],
["path", { d: "M13 17V5", key: "1frdt8" }],
["path", { d: "M8 17v-3", key: "17ska0" }]
]);
const BarChart4 = createLucideIcon("BarChart4", [
["path", { d: "M3 3v18h18", key: "1s2lah" }],
["path", { d: "M13 17V9", key: "1fwyjl" }],
["path", { d: "M18 17V5", key: "sfb6ij" }],
["path", { d: "M8 17v-3", key: "17ska0" }]
]);
const BarChartBig = createLucideIcon("BarChartBig", [
["path", { d: "M3 3v18h18", key: "1s2lah" }],
["rect", { width: "4", height: "7", x: "7", y: "10", rx: "1", key: "14u6mf" }],
["rect", { width: "4", height: "12", x: "15", y: "5", rx: "1", key: "b3pek6" }]
]);
const BarChartHorizontalBig = createLucideIcon("BarChartHorizontalBig", [
["path", { d: "M3 3v18h18", key: "1s2lah" }],
["rect", { width: "12", height: "4", x: "7", y: "5", rx: "1", key: "936jl1" }],
["rect", { width: "7", height: "4", x: "7", y: "13", rx: "1", key: "jqfkpy" }]
]);
const BarChartHorizontal = createLucideIcon("BarChartHorizontal", [
["path", { d: "M3 3v18h18", key: "1s2lah" }],
["path", { d: "M7 16h8", key: "srdodz" }],
["path", { d: "M7 11h12", key: "127s9w" }],
["path", { d: "M7 6h3", key: "w9rmul" }]
]);
const BarChart = createLucideIcon("BarChart", [
["line", { x1: "12", x2: "12", y1: "20", y2: "10", key: "1vz5eb" }],
["line", { x1: "18", x2: "18", y1: "20", y2: "4", key: "cun8e5" }],
["line", { x1: "6", x2: "6", y1: "20", y2: "16", key: "hq0ia6" }]
]);
const Barcode = createLucideIcon("Barcode", [
["path", { d: "M3 5v14", key: "1nt18q" }],
["path", { d: "M8 5v14", key: "1ybrkv" }],
["path", { d: "M12 5v14", key: "s699le" }],
["path", { d: "M17 5v14", key: "ycjyhj" }],
["path", { d: "M21 5v14", key: "nzette" }]
]);
const Baseline = createLucideIcon("Baseline", [
["path", { d: "M4 20h16", key: "14thso" }],
["path", { d: "m6 16 6-12 6 12", key: "1b4byz" }],
["path", { d: "M8 12h8", key: "1wcyev" }]
]);
const Bath = createLucideIcon("Bath", [
[
"path",
{
d: "M9 6 6.5 3.5a1.5 1.5 0 0 0-1-.5C4.683 3 4 3.683 4 4.5V17a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5",
key: "1r8yf5"
}
],
["line", { x1: "10", x2: "8", y1: "5", y2: "7", key: "h5g8z4" }],
["line", { x1: "2", x2: "22", y1: "12", y2: "12", key: "1dnqot" }],
["line", { x1: "7", x2: "7", y1: "19", y2: "21", key: "16jp00" }],
["line", { x1: "17", x2: "17", y1: "19", y2: "21", key: "1pxrnk" }]
]);
const BatteryCharging = createLucideIcon("BatteryCharging", [
["path", { d: "M15 7h1a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2", key: "1sdynx" }],
["path", { d: "M6 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h1", key: "1gkd3k" }],
["path", { d: "m11 7-3 5h4l-3 5", key: "b4a64w" }],
["line", { x1: "22", x2: "22", y1: "11", y2: "13", key: "4dh1rd" }]
]);
const BatteryFull = createLucideIcon("BatteryFull", [
["rect", { width: "16", height: "10", x: "2", y: "7", rx: "2", ry: "2", key: "1w10f2" }],
["line", { x1: "22", x2: "22", y1: "11", y2: "13", key: "4dh1rd" }],
["line", { x1: "6", x2: "6", y1: "11", y2: "13", key: "1wd6dw" }],
["line", { x1: "10", x2: "10", y1: "11", y2: "13", key: "haxvl5" }],
["line", { x1: "14", x2: "14", y1: "11", y2: "13", key: "c6fn6x" }]
]);
const BatteryLow = createLucideIcon("BatteryLow", [
["rect", { width: "16", height: "10", x: "2", y: "7", rx: "2", ry: "2", key: "1w10f2" }],
["line", { x1: "22", x2: "22", y1: "11", y2: "13", key: "4dh1rd" }],
["line", { x1: "6", x2: "6", y1: "11", y2: "13", key: "1wd6dw" }]
]);
const BatteryMedium = createLucideIcon("BatteryMedium", [
["rect", { width: "16", height: "10", x: "2", y: "7", rx: "2", ry: "2", key: "1w10f2" }],
["line", { x1: "22", x2: "22", y1: "11", y2: "13", key: "4dh1rd" }],
["line", { x1: "6", x2: "6", y1: "11", y2: "13", key: "1wd6dw" }],
["line", { x1: "10", x2: "10", y1: "11", y2: "13", key: "haxvl5" }]
]);
const BatteryWarning = createLucideIcon("BatteryWarning", [
["path", { d: "M14 7h2a2 2 0 0 1 2 2v6c0 1-1 2-2 2h-2", key: "1if82c" }],
["path", { d: "M6 7H4a2 2 0 0 0-2 2v6c0 1 1 2 2 2h2", key: "2pdlyl" }],
["line", { x1: "22", x2: "22", y1: "11", y2: "13", key: "4dh1rd" }],
["line", { x1: "10", x2: "10", y1: "7", y2: "13", key: "1uzyus" }],
["line", { x1: "10", x2: "10", y1: "17", y2: "17.01", key: "1y8k4g" }]
]);
const Battery = createLucideIcon("Battery", [
["rect", { width: "16", height: "10", x: "2", y: "7", rx: "2", ry: "2", key: "1w10f2" }],
["line", { x1: "22", x2: "22", y1: "11", y2: "13", key: "4dh1rd" }]
]);
const Beaker = createLucideIcon("Beaker", [
["path", { d: "M4.5 3h15", key: "c7n0jr" }],
["path", { d: "M6 3v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V3", key: "m1uhx7" }],
["path", { d: "M6 14h12", key: "4cwo0f" }]
]);
const BeanOff = createLucideIcon("BeanOff", [
[
"path",
{
d: "M9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22a13.96 13.96 0 0 0 9.9-4.1",
key: "bq3udt"
}
],
["path", { d: "M10.75 5.093A6 6 0 0 1 22 8c0 2.411-.61 4.68-1.683 6.66", key: "17ccse" }],
[
"path",
{
d: "M5.341 10.62a4 4 0 0 0 6.487 1.208M10.62 5.341a4.015 4.015 0 0 1 2.039 2.04",
key: "18zqgq"
}
],
["line", { x1: "2", x2: "22", y1: "2", y2: "22", key: "a6p6uj" }]
]);
const Bean = createLucideIcon("Bean", [
[
"path",
{
d: "M10.165 6.598C9.954 7.478 9.64 8.36 9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22c7.732 0 14-6.268 14-14a6 6 0 0 0-11.835-1.402Z",
key: "1tvzk7"
}
],
["path", { d: "M5.341 10.62a4 4 0 1 0 5.279-5.28", key: "2cyri2" }]
]);
const BedDouble = createLucideIcon("BedDouble", [
["path", { d: "M2 20v-8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v8", key: "1k78r4" }],
["path", { d: "M4 10V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4", key: "fb3tl2" }],
["path", { d: "M12 4v6", key: "1dcgq2" }],
["path", { d: "M2 18h20", key: "ajqnye" }]
]);
const BedSingle = createLucideIcon("BedSingle", [
["path", { d: "M3 20v-8a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8", key: "1wm6mi" }],
["path", { d: "M5 10V6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4", key: "4k93s5" }],
["path", { d: "M3 18h18", key: "1h113x" }]
]);
const Bed = createLucideIcon("Bed", [
["path", { d: "M2 4v16", key: "vw9hq8" }],
["path", { d: "M2 8h18a2 2 0 0 1 2 2v10", key: "1dgv2r" }],
["path", { d: "M2 17h20", key: "18nfp3" }],
["path", { d: "M6 8v9", key: "1yriud" }]
]);
const Beef = createLucideIcon("Beef", [
["circle", { cx: "12.5", cy: "8.5", r: "2.5", key: "9738u8" }],
[
"path",
{
d: "M12.5 2a6.5 6.5 0 0 0-6.22 4.6c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 0 0 5 18c4 0 8.4-1.8 11.4-4.3A6.5 6.5 0 0 0 12.5 2Z",
key: "o0f6za"
}
],
[
"path",
{
d: "m18.5 6 2.19 4.5a6.48 6.48 0 0 1 .31 2 6.49 6.49 0 0 1-2.6 5.2C15.4 20.2 11 22 7 22a3 3 0 0 1-2.68-1.66L2.4 16.5",
key: "k7p6i0"
}
]
]);
const BeerOff = createLucideIcon("BeerOff", [
["path", { d: "M13 13v5", key: "igwfh0" }],
["path", { d: "M17 11.47V8", key: "16yw0g" }],
["path", { d: "M17 11h1a3 3 0 0 1 2.745 4.211", key: "1xbt65" }],
["path", { d: "m2 2 20 20", key: "1ooewy" }],
["path", { d: "M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-3", key: "c55o3e" }],
[
"path",
{ d: "M7.536 7.535C6.766 7.649 6.154 8 5.5 8a2.5 2.5 0 0 1-1.768-4.268", key: "1ydug7" }
],
[
"path",
{
d: "M8.727 3.204C9.306 2.767 9.885 2 11 2c1.56 0 2 1.5 3 1.5s1.72-.5 2.5-.5a1 1 0 1 1 0 5c-.78 0-1.5-.5-2.5-.5a3.149 3.149 0 0 0-.842.12",
key: "q81o7q"
}
],
["path", { d: "M9 14.6V18", key: "20ek98" }]
]);
const Beer = createLucideIcon("Beer", [
["path", { d: "M17 11h1a3 3 0 0 1 0 6h-1", key: "1yp76v" }],
["path", { d: "M9 12v6", key: "1u1cab" }],
["path", { d: "M13 12v6", key: "1sugkk" }],
[
"path",
{
d: "M14 7.5c-1 0-1.44.5-3 .5s-2-.5-3-.5-1.72.5-2.5.5a2.5 2.5 0 0 1 0-5c.78 0 1.57.5 2.5.5S9.44 2 11 2s2 1.5 3 1.5 1.72-.5 2.5-.5a2.5 2.5 0 0 1 0 5c-.78 0-1.5-.5-2.5-.5Z",
key: "1510fo"
}
],
["path", { d: "M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8", key: "19jb7n" }]
]);
const BellDot = createLucideIcon("BellDot", [
[
"path",
{
d: "M19.4 14.9C20.2 16.4 21 17 21 17H3s3-2 3-9c0-3.3 2.7-6 6-6 .7 0 1.3.1 1.9.3",
key: "xcehk"
}
],
["path", { d: "M10.3 21a1.94 1.94 0 0 0 3.4 0", key: "qgo35s" }],
["circle", { cx: "18", cy: "8", r: "3", key: "1g0gzu" }]
]);
const BellElectric = createLucideIcon("BellElectric", [
["path", { d: "M18.8 4A6.3 8.7 0 0 1 20 9", key: "xve1fh" }],
["path", { d: "M9 9h.01", key: "1q5me6" }],
["circle", { cx: "9", cy: "9", r: "7", key: "p2h5vp" }],
["rect", { width: "10", height: "6", x: "4", y: "16", rx: "2", key: "17f3te" }],
["path", { d: "M14 19c3 0 4.6-1.6 4.6-1.6", key: "n7odp6" }],
["circle", { cx: "20", cy: "16", r: "2", key: "1v9bxh" }]
]);
const BellMinus = createLucideIcon("BellMinus", [
[
"path",
{ d: "M18.4 12c.8 3.8 2.6 5 2.6 5H3s3-2 3-9c0-3.3 2.7-6 6-6 1.8 0 3.4.8 4.5 2", key: "eck70s" }
],
["path", { d: "M10.3 21a1.94 1.94 0 0 0 3.4 0", key: "qgo35s" }],
["path", { d: "M15 8h6", key: "8ybuxh" }]
]);
const BellOff = createLucideIcon("BellOff", [
["path", { d: "M8.7 3A6 6 0 0 1 18 8a21.3 21.3 0 0 0 .6 5", key: "o7mx20" }],
["path", { d: "M17 17H3s3-2 3-9a4.67 4.67 0 0 1 .3-1.7", key: "16f1lm" }],
["path", { d: "M10.3 21a1.94 1.94 0 0 0 3.4 0", key: "qgo35s" }],
[