38208 lines
909 KiB
JavaScript
38208 lines
909 KiB
JavaScript
import { n as __exportAll, r as __toESM } from "./rolldown-runtime-B-1-B7_t.js";
|
|
import { t as require_react } from "./react.js";
|
|
//#region node_modules/lucide-react/dist/esm/defaultAttributes.js
|
|
var import_react = /* @__PURE__ */ __toESM(require_react());
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
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"
|
|
};
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/createLucideIcon.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var toKebabCase = (string) => string.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase().trim();
|
|
var createLucideIcon = (iconName, iconNode) => {
|
|
const Component = (0, import_react.forwardRef)(({ color = "currentColor", size = 24, strokeWidth = 2, absoluteStrokeWidth, className = "", children, ...rest }, ref) => (0, import_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]) => (0, import_react.createElement)(tag, attrs)), ...Array.isArray(children) ? children : [children]]));
|
|
Component.displayName = `${iconName}`;
|
|
return Component;
|
|
};
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/accessibility.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/activity-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ActivitySquare = createLucideIcon("ActivitySquare", [["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}], ["path", {
|
|
d: "M17 12h-2l-2 5-2-10-2 5H7",
|
|
key: "15hlnc"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/activity.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Activity = createLucideIcon("Activity", [["path", {
|
|
d: "M22 12h-4l-3 9L9 3l-3 9H2",
|
|
key: "d5dnw9"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/air-vent.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/airplay.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}], ["polygon", {
|
|
points: "12 15 17 21 7 21 12 15",
|
|
key: "1sy95i"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/alarm-clock-check.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/alarm-clock-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/alarm-clock.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/alarm-minus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var AlarmMinus = createLucideIcon("AlarmMinus", [
|
|
["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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/alarm-plus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var AlarmPlus = createLucideIcon("AlarmPlus", [
|
|
["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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/alarm-smoke.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/album.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/alert-circle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var AlertCircle = createLucideIcon("AlertCircle", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "8",
|
|
y2: "12",
|
|
key: "1pkeuh"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12.01",
|
|
y1: "16",
|
|
y2: "16",
|
|
key: "4dfq90"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/alert-octagon.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var AlertOctagon = createLucideIcon("AlertOctagon", [
|
|
["polygon", {
|
|
points: "7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2",
|
|
key: "h1p8hx"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "8",
|
|
y2: "12",
|
|
key: "1pkeuh"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12.01",
|
|
y1: "16",
|
|
y2: "16",
|
|
key: "4dfq90"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/alert-triangle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var AlertTriangle = createLucideIcon("AlertTriangle", [
|
|
["path", {
|
|
d: "m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z",
|
|
key: "c3ski4"
|
|
}],
|
|
["path", {
|
|
d: "M12 9v4",
|
|
key: "juzpu7"
|
|
}],
|
|
["path", {
|
|
d: "M12 17h.01",
|
|
key: "p32p05"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/align-center-horizontal.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/align-center-vertical.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/align-center.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/align-end-horizontal.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/align-end-vertical.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/align-horizontal-distribute-center.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/align-horizontal-distribute-end.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/align-horizontal-distribute-start.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/align-horizontal-justify-center.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/align-horizontal-justify-end.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/align-horizontal-justify-start.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/align-horizontal-space-around.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/align-horizontal-space-between.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/align-justify.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/align-left.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/align-right.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/align-start-horizontal.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/align-start-vertical.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/align-vertical-distribute-center.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var AlignVerticalDistributeCenter = createLucideIcon("AlignVerticalDistributeCenter", [
|
|
["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: "M22 7h-5",
|
|
key: "o2endc"
|
|
}],
|
|
["path", {
|
|
d: "M7 7H1",
|
|
key: "105l6j"
|
|
}],
|
|
["path", {
|
|
d: "M22 17h-3",
|
|
key: "1lwga1"
|
|
}],
|
|
["path", {
|
|
d: "M5 17H2",
|
|
key: "1gx9xc"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/align-vertical-distribute-end.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/align-vertical-distribute-start.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/align-vertical-justify-center.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/align-vertical-justify-end.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/align-vertical-justify-start.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/align-vertical-space-around.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/align-vertical-space-between.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/ampersand.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/ampersands.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/anchor.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Anchor = createLucideIcon("Anchor", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "5",
|
|
r: "3",
|
|
key: "rqqgnr"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "22",
|
|
y2: "8",
|
|
key: "abakz7"
|
|
}],
|
|
["path", {
|
|
d: "M5 12H2a10 10 0 0 0 20 0h-3",
|
|
key: "1hv3nh"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/angry.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/annoyed.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/antenna.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/anvil.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Anvil = createLucideIcon("Anvil", [
|
|
["path", {
|
|
d: "M7 10c-2.8 0-5-2.2-5-5h5",
|
|
key: "1d6adc"
|
|
}],
|
|
["path", {
|
|
d: "M7 4v8h7a8 8 0 0 0 8-8Z",
|
|
key: "uu98hv"
|
|
}],
|
|
["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 3v1H5Z",
|
|
key: "10a9tj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/aperture.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Aperture = createLucideIcon("Aperture", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["line", {
|
|
x1: "14.31",
|
|
x2: "20.05",
|
|
y1: "8",
|
|
y2: "17.94",
|
|
key: "jdes2e"
|
|
}],
|
|
["line", {
|
|
x1: "9.69",
|
|
x2: "21.17",
|
|
y1: "8",
|
|
y2: "8",
|
|
key: "1gubuk"
|
|
}],
|
|
["line", {
|
|
x1: "7.38",
|
|
x2: "13.12",
|
|
y1: "12",
|
|
y2: "2.06",
|
|
key: "1m4d1n"
|
|
}],
|
|
["line", {
|
|
x1: "9.69",
|
|
x2: "3.95",
|
|
y1: "16",
|
|
y2: "6.06",
|
|
key: "1wye2p"
|
|
}],
|
|
["line", {
|
|
x1: "14.31",
|
|
x2: "2.83",
|
|
y1: "16",
|
|
y2: "16",
|
|
key: "1l9f4x"
|
|
}],
|
|
["line", {
|
|
x1: "16.62",
|
|
x2: "10.88",
|
|
y1: "12",
|
|
y2: "21.94",
|
|
key: "1jjvfs"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/app-window.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/apple.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/archive-restore.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/archive-x.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/archive.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/area-chart.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var AreaChart = createLucideIcon("AreaChart", [["path", {
|
|
d: "M3 3v18h18",
|
|
key: "1s2lah"
|
|
}], ["path", {
|
|
d: "M7 12v5h12V8l-5 5-4-4Z",
|
|
key: "zxz28u"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/armchair.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-big-down-dash.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowBigDownDash = createLucideIcon("ArrowBigDownDash", [["path", {
|
|
d: "M15 5H9",
|
|
key: "1tp3ed"
|
|
}], ["path", {
|
|
d: "M15 9v3h4l-7 7-7-7h4V9h6z",
|
|
key: "oscb9h"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-big-down.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowBigDown = createLucideIcon("ArrowBigDown", [["path", {
|
|
d: "M15 6v6h4l-7 7-7-7h4V6h6z",
|
|
key: "1thax2"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-big-left-dash.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowBigLeftDash = createLucideIcon("ArrowBigLeftDash", [["path", {
|
|
d: "M19 15V9",
|
|
key: "1hci5f"
|
|
}], ["path", {
|
|
d: "M15 15h-3v4l-7-7 7-7v4h3v6z",
|
|
key: "16tjna"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-big-left.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowBigLeft = createLucideIcon("ArrowBigLeft", [["path", {
|
|
d: "M18 15h-6v4l-7-7 7-7v4h6v6z",
|
|
key: "lbrdak"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-big-right-dash.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowBigRightDash = createLucideIcon("ArrowBigRightDash", [["path", {
|
|
d: "M5 9v6",
|
|
key: "158jrl"
|
|
}], ["path", {
|
|
d: "M9 9h3V5l7 7-7 7v-4H9V9z",
|
|
key: "1sg2xn"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-big-right.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowBigRight = createLucideIcon("ArrowBigRight", [["path", {
|
|
d: "M6 9h6V5l7 7-7 7v-4H6V9z",
|
|
key: "7fvt9c"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-big-up-dash.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowBigUpDash = createLucideIcon("ArrowBigUpDash", [["path", {
|
|
d: "M9 19h6",
|
|
key: "456am0"
|
|
}], ["path", {
|
|
d: "M9 15v-3H5l7-7 7 7h-4v3H9z",
|
|
key: "1r2uve"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-big-up.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowBigUp = createLucideIcon("ArrowBigUp", [["path", {
|
|
d: "M9 18v-6H5l7-7 7 7h-4v6H9z",
|
|
key: "1x06kx"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-down-0-1.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-down-1-0.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-down-a-z.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-down-circle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowDownCircle = createLucideIcon("ArrowDownCircle", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["path", {
|
|
d: "M12 8v8",
|
|
key: "napkw2"
|
|
}],
|
|
["path", {
|
|
d: "m8 12 4 4 4-4",
|
|
key: "k98ssh"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-down-from-line.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-down-left-from-circle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowDownLeftFromCircle = createLucideIcon("ArrowDownLeftFromCircle", [
|
|
["path", {
|
|
d: "M2 12a10 10 0 1 1 10 10",
|
|
key: "1yn6ov"
|
|
}],
|
|
["path", {
|
|
d: "m2 22 10-10",
|
|
key: "28ilpk"
|
|
}],
|
|
["path", {
|
|
d: "M8 22H2v-6",
|
|
key: "sulq54"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-down-left-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowDownLeftSquare = createLucideIcon("ArrowDownLeftSquare", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "m16 8-8 8",
|
|
key: "166keh"
|
|
}],
|
|
["path", {
|
|
d: "M16 16H8V8",
|
|
key: "1w2ppm"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-down-left.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowDownLeft = createLucideIcon("ArrowDownLeft", [["path", {
|
|
d: "M17 7 7 17",
|
|
key: "15tmo1"
|
|
}], ["path", {
|
|
d: "M17 17H7V7",
|
|
key: "1org7z"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-down-narrow-wide.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-down-right-from-circle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowDownRightFromCircle = createLucideIcon("ArrowDownRightFromCircle", [
|
|
["path", {
|
|
d: "M12 22a10 10 0 1 1 10-10",
|
|
key: "130bv5"
|
|
}],
|
|
["path", {
|
|
d: "M22 22 12 12",
|
|
key: "131aw7"
|
|
}],
|
|
["path", {
|
|
d: "M22 16v6h-6",
|
|
key: "1gvm70"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-down-right-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowDownRightSquare = createLucideIcon("ArrowDownRightSquare", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "m8 8 8 8",
|
|
key: "1imecy"
|
|
}],
|
|
["path", {
|
|
d: "M16 8v8H8",
|
|
key: "1lbpgo"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-down-right.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowDownRight = createLucideIcon("ArrowDownRight", [["path", {
|
|
d: "m7 7 10 10",
|
|
key: "1fmybs"
|
|
}], ["path", {
|
|
d: "M17 7v10H7",
|
|
key: "6fjiku"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-down-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowDownSquare = createLucideIcon("ArrowDownSquare", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "M12 8v8",
|
|
key: "napkw2"
|
|
}],
|
|
["path", {
|
|
d: "m8 12 4 4 4-4",
|
|
key: "k98ssh"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-down-to-dot.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-down-to-line.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-down-up.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-down-wide-narrow.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-down-z-a.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-down.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowDown = createLucideIcon("ArrowDown", [["path", {
|
|
d: "M12 5v14",
|
|
key: "s699le"
|
|
}], ["path", {
|
|
d: "m19 12-7 7-7-7",
|
|
key: "1idqje"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-left-circle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowLeftCircle = createLucideIcon("ArrowLeftCircle", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["path", {
|
|
d: "M16 12H8",
|
|
key: "1fr5h0"
|
|
}],
|
|
["path", {
|
|
d: "m12 8-4 4 4 4",
|
|
key: "15vm53"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-left-from-line.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-left-right.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-left-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowLeftSquare = createLucideIcon("ArrowLeftSquare", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "m12 8-4 4 4 4",
|
|
key: "15vm53"
|
|
}],
|
|
["path", {
|
|
d: "M16 12H8",
|
|
key: "1fr5h0"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-left-to-line.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-left.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowLeft = createLucideIcon("ArrowLeft", [["path", {
|
|
d: "m12 19-7-7 7-7",
|
|
key: "1l729n"
|
|
}], ["path", {
|
|
d: "M19 12H5",
|
|
key: "x3x0zl"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-right-circle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowRightCircle = createLucideIcon("ArrowRightCircle", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["path", {
|
|
d: "M8 12h8",
|
|
key: "1wcyev"
|
|
}],
|
|
["path", {
|
|
d: "m12 16 4-4-4-4",
|
|
key: "1i9zcv"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-right-from-line.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-right-left.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-right-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowRightSquare = createLucideIcon("ArrowRightSquare", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "M8 12h8",
|
|
key: "1wcyev"
|
|
}],
|
|
["path", {
|
|
d: "m12 16 4-4-4-4",
|
|
key: "1i9zcv"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-right-to-line.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-right.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowRight = createLucideIcon("ArrowRight", [["path", {
|
|
d: "M5 12h14",
|
|
key: "1ays0h"
|
|
}], ["path", {
|
|
d: "m12 5 7 7-7 7",
|
|
key: "xquz4c"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-up-0-1.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-up-1-0.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-up-a-z.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-up-circle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowUpCircle = createLucideIcon("ArrowUpCircle", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["path", {
|
|
d: "m16 12-4-4-4 4",
|
|
key: "177agl"
|
|
}],
|
|
["path", {
|
|
d: "M12 16V8",
|
|
key: "1sbj14"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-up-down.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-up-from-dot.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-up-from-line.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-up-left-from-circle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowUpLeftFromCircle = createLucideIcon("ArrowUpLeftFromCircle", [
|
|
["path", {
|
|
d: "M2 8V2h6",
|
|
key: "hiwtdz"
|
|
}],
|
|
["path", {
|
|
d: "m2 2 10 10",
|
|
key: "1oh8rs"
|
|
}],
|
|
["path", {
|
|
d: "M12 2A10 10 0 1 1 2 12",
|
|
key: "rrk4fa"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-up-left-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowUpLeftSquare = createLucideIcon("ArrowUpLeftSquare", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "M8 16V8h8",
|
|
key: "19xb1h"
|
|
}],
|
|
["path", {
|
|
d: "M16 16 8 8",
|
|
key: "1qdy8n"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-up-left.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowUpLeft = createLucideIcon("ArrowUpLeft", [["path", {
|
|
d: "M7 17V7h10",
|
|
key: "11bw93"
|
|
}], ["path", {
|
|
d: "M17 17 7 7",
|
|
key: "2786uv"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-up-narrow-wide.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-up-right-from-circle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowUpRightFromCircle = createLucideIcon("ArrowUpRightFromCircle", [
|
|
["path", {
|
|
d: "M22 12A10 10 0 1 1 12 2",
|
|
key: "1fm58d"
|
|
}],
|
|
["path", {
|
|
d: "M22 2 12 12",
|
|
key: "yg2myt"
|
|
}],
|
|
["path", {
|
|
d: "M16 2h6v6",
|
|
key: "zan5cs"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-up-right-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowUpRightSquare = createLucideIcon("ArrowUpRightSquare", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "M8 8h8v8",
|
|
key: "b65dnt"
|
|
}],
|
|
["path", {
|
|
d: "m8 16 8-8",
|
|
key: "13b9ih"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-up-right.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowUpRight = createLucideIcon("ArrowUpRight", [["path", {
|
|
d: "M7 7h10v10",
|
|
key: "1tivn9"
|
|
}], ["path", {
|
|
d: "M7 17 17 7",
|
|
key: "1vkiza"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-up-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowUpSquare = createLucideIcon("ArrowUpSquare", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "m16 12-4-4-4 4",
|
|
key: "177agl"
|
|
}],
|
|
["path", {
|
|
d: "M12 16V8",
|
|
key: "1sbj14"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-up-to-line.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-up-wide-narrow.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-up-z-a.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrow-up.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ArrowUp = createLucideIcon("ArrowUp", [["path", {
|
|
d: "m5 12 7-7 7 7",
|
|
key: "hav0vg"
|
|
}], ["path", {
|
|
d: "M12 19V5",
|
|
key: "x0mq9r"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/arrows-up-from-line.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/asterisk.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/at-sign.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/atom.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/audio-lines.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/audio-waveform.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/award.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/axe.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/axis-3d.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Axis3d = createLucideIcon("Axis3d", [["path", {
|
|
d: "M4 4v16h16",
|
|
key: "1s015l"
|
|
}], ["path", {
|
|
d: "m4 20 7-7",
|
|
key: "17qe9y"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/baby.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/backpack.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/badge-alert.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/badge-cent.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/badge-check.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/badge-dollar-sign.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/badge-euro.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/badge-help.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/badge-indian-rupee.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/badge-info.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/badge-japanese-yen.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/badge-minus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/badge-percent.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/badge-plus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/badge-pound-sterling.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/badge-russian-ruble.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/badge-swiss-franc.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/badge-x.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/badge.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/baggage-claim.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/ban.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Ban = createLucideIcon("Ban", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["path", {
|
|
d: "m4.9 4.9 14.2 14.2",
|
|
key: "1m5liu"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/banana.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/banknote.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bar-chart-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bar-chart-3.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bar-chart-4.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bar-chart-big.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bar-chart-horizontal-big.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bar-chart-horizontal.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bar-chart.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/barcode.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/baseline.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bath.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/battery-charging.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/battery-full.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/battery-low.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/battery-medium.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/battery-warning.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/battery.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/beaker.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bean-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bean.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bed-double.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bed-single.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bed.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/beef.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/beer.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bell-dot.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bell-electric.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bell-minus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bell-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var 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"
|
|
}],
|
|
["path", {
|
|
d: "m2 2 20 20",
|
|
key: "1ooewy"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bell-plus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BellPlus = createLucideIcon("BellPlus", [
|
|
["path", {
|
|
d: "M19.3 14.8C20.1 16.4 21 17 21 17H3s3-2 3-9c0-3.3 2.7-6 6-6 1 0 1.9.2 2.8.7",
|
|
key: "guizqy"
|
|
}],
|
|
["path", {
|
|
d: "M10.3 21a1.94 1.94 0 0 0 3.4 0",
|
|
key: "qgo35s"
|
|
}],
|
|
["path", {
|
|
d: "M15 8h6",
|
|
key: "8ybuxh"
|
|
}],
|
|
["path", {
|
|
d: "M18 5v6",
|
|
key: "g5ayrv"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bell-ring.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BellRing = createLucideIcon("BellRing", [
|
|
["path", {
|
|
d: "M6 8a6 6 0 0 1 12 0c0 7 3 9 3 9H3s3-2 3-9",
|
|
key: "1qo2s2"
|
|
}],
|
|
["path", {
|
|
d: "M10.3 21a1.94 1.94 0 0 0 3.4 0",
|
|
key: "qgo35s"
|
|
}],
|
|
["path", {
|
|
d: "M4 2C2.8 3.7 2 5.7 2 8",
|
|
key: "tap9e0"
|
|
}],
|
|
["path", {
|
|
d: "M22 8c0-2.3-.8-4.3-2-6",
|
|
key: "5bb3ad"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bell.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Bell = createLucideIcon("Bell", [["path", {
|
|
d: "M6 8a6 6 0 0 1 12 0c0 7 3 9 3 9H3s3-2 3-9",
|
|
key: "1qo2s2"
|
|
}], ["path", {
|
|
d: "M10.3 21a1.94 1.94 0 0 0 3.4 0",
|
|
key: "qgo35s"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bike.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Bike = createLucideIcon("Bike", [
|
|
["circle", {
|
|
cx: "18.5",
|
|
cy: "17.5",
|
|
r: "3.5",
|
|
key: "15x4ox"
|
|
}],
|
|
["circle", {
|
|
cx: "5.5",
|
|
cy: "17.5",
|
|
r: "3.5",
|
|
key: "1noe27"
|
|
}],
|
|
["circle", {
|
|
cx: "15",
|
|
cy: "5",
|
|
r: "1",
|
|
key: "19l28e"
|
|
}],
|
|
["path", {
|
|
d: "M12 17.5V14l-3-3 4-3 2 3h2",
|
|
key: "1npguv"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/binary.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Binary = createLucideIcon("Binary", [
|
|
["rect", {
|
|
x: "14",
|
|
y: "14",
|
|
width: "4",
|
|
height: "6",
|
|
rx: "2",
|
|
key: "p02svl"
|
|
}],
|
|
["rect", {
|
|
x: "6",
|
|
y: "4",
|
|
width: "4",
|
|
height: "6",
|
|
rx: "2",
|
|
key: "xm4xkj"
|
|
}],
|
|
["path", {
|
|
d: "M6 20h4",
|
|
key: "1i6q5t"
|
|
}],
|
|
["path", {
|
|
d: "M14 10h4",
|
|
key: "ru81e7"
|
|
}],
|
|
["path", {
|
|
d: "M6 14h2v6",
|
|
key: "16z9wg"
|
|
}],
|
|
["path", {
|
|
d: "M14 4h2v6",
|
|
key: "1idq9u"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/biohazard.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Biohazard = createLucideIcon("Biohazard", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "11.9",
|
|
r: "2",
|
|
key: "e8h31w"
|
|
}],
|
|
["path", {
|
|
d: "M6.7 3.4c-.9 2.5 0 5.2 2.2 6.7C6.5 9 3.7 9.6 2 11.6",
|
|
key: "17bolr"
|
|
}],
|
|
["path", {
|
|
d: "m8.9 10.1 1.4.8",
|
|
key: "15ezny"
|
|
}],
|
|
["path", {
|
|
d: "M17.3 3.4c.9 2.5 0 5.2-2.2 6.7 2.4-1.2 5.2-.6 6.9 1.5",
|
|
key: "wtwa5u"
|
|
}],
|
|
["path", {
|
|
d: "m15.1 10.1-1.4.8",
|
|
key: "1r0b28"
|
|
}],
|
|
["path", {
|
|
d: "M16.7 20.8c-2.6-.4-4.6-2.6-4.7-5.3-.2 2.6-2.1 4.8-4.7 5.2",
|
|
key: "m7qszh"
|
|
}],
|
|
["path", {
|
|
d: "M12 13.9v1.6",
|
|
key: "zfyyim"
|
|
}],
|
|
["path", {
|
|
d: "M13.5 5.4c-1-.2-2-.2-3 0",
|
|
key: "1bi9q0"
|
|
}],
|
|
["path", {
|
|
d: "M17 16.4c.7-.7 1.2-1.6 1.5-2.5",
|
|
key: "1rhjqw"
|
|
}],
|
|
["path", {
|
|
d: "M5.5 13.9c.3.9.8 1.8 1.5 2.5",
|
|
key: "8gsud3"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bird.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Bird = createLucideIcon("Bird", [
|
|
["path", {
|
|
d: "M16 7h.01",
|
|
key: "1kdx03"
|
|
}],
|
|
["path", {
|
|
d: "M3.4 18H12a8 8 0 0 0 8-8V7a4 4 0 0 0-7.28-2.3L2 20",
|
|
key: "oj1oa8"
|
|
}],
|
|
["path", {
|
|
d: "m20 7 2 .5-2 .5",
|
|
key: "12nv4d"
|
|
}],
|
|
["path", {
|
|
d: "M10 18v3",
|
|
key: "1yea0a"
|
|
}],
|
|
["path", {
|
|
d: "M14 17.75V21",
|
|
key: "1pymcb"
|
|
}],
|
|
["path", {
|
|
d: "M7 18a6 6 0 0 0 3.84-10.61",
|
|
key: "1npnn0"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bitcoin.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Bitcoin = createLucideIcon("Bitcoin", [["path", {
|
|
d: "M11.767 19.089c4.924.868 6.14-6.025 1.216-6.894m-1.216 6.894L5.86 18.047m5.908 1.042-.347 1.97m1.563-8.864c4.924.869 6.14-6.025 1.215-6.893m-1.215 6.893-3.94-.694m5.155-6.2L8.29 4.26m5.908 1.042.348-1.97M7.48 20.364l3.126-17.727",
|
|
key: "yr8idg"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/blinds.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Blinds = createLucideIcon("Blinds", [
|
|
["path", {
|
|
d: "M3 3h18",
|
|
key: "o7r712"
|
|
}],
|
|
["path", {
|
|
d: "M20 7H8",
|
|
key: "gd2fo2"
|
|
}],
|
|
["path", {
|
|
d: "M20 11H8",
|
|
key: "1ynp89"
|
|
}],
|
|
["path", {
|
|
d: "M10 19h10",
|
|
key: "19hjk5"
|
|
}],
|
|
["path", {
|
|
d: "M8 15h12",
|
|
key: "1yqzne"
|
|
}],
|
|
["path", {
|
|
d: "M4 3v14",
|
|
key: "fggqzn"
|
|
}],
|
|
["circle", {
|
|
cx: "4",
|
|
cy: "19",
|
|
r: "2",
|
|
key: "p3m9r0"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/blocks.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Blocks = createLucideIcon("Blocks", [["rect", {
|
|
width: "7",
|
|
height: "7",
|
|
x: "14",
|
|
y: "3",
|
|
rx: "1",
|
|
key: "6d4xhi"
|
|
}], ["path", {
|
|
d: "M10 21V8a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1H3",
|
|
key: "1fpvtg"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bluetooth-connected.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BluetoothConnected = createLucideIcon("BluetoothConnected", [
|
|
["path", {
|
|
d: "m7 7 10 10-5 5V2l5 5L7 17",
|
|
key: "1q5490"
|
|
}],
|
|
["line", {
|
|
x1: "18",
|
|
x2: "21",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "1rsjjs"
|
|
}],
|
|
["line", {
|
|
x1: "3",
|
|
x2: "6",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "11yl8c"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bluetooth-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BluetoothOff = createLucideIcon("BluetoothOff", [
|
|
["path", {
|
|
d: "m17 17-5 5V12l-5 5",
|
|
key: "v5aci6"
|
|
}],
|
|
["path", {
|
|
d: "m2 2 20 20",
|
|
key: "1ooewy"
|
|
}],
|
|
["path", {
|
|
d: "M14.5 9.5 17 7l-5-5v4.5",
|
|
key: "1kddfz"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bluetooth-searching.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BluetoothSearching = createLucideIcon("BluetoothSearching", [
|
|
["path", {
|
|
d: "m7 7 10 10-5 5V2l5 5L7 17",
|
|
key: "1q5490"
|
|
}],
|
|
["path", {
|
|
d: "M20.83 14.83a4 4 0 0 0 0-5.66",
|
|
key: "k8tn1j"
|
|
}],
|
|
["path", {
|
|
d: "M18 12h.01",
|
|
key: "yjnet6"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bluetooth.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Bluetooth = createLucideIcon("Bluetooth", [["path", {
|
|
d: "m7 7 10 10-5 5V2l5 5L7 17",
|
|
key: "1q5490"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bold.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Bold = createLucideIcon("Bold", [["path", {
|
|
d: "M14 12a4 4 0 0 0 0-8H6v8",
|
|
key: "v2sylx"
|
|
}], ["path", {
|
|
d: "M15 20a4 4 0 0 0 0-8H6v8Z",
|
|
key: "1ef5ya"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bomb.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Bomb = createLucideIcon("Bomb", [
|
|
["circle", {
|
|
cx: "11",
|
|
cy: "13",
|
|
r: "9",
|
|
key: "hd149"
|
|
}],
|
|
["path", {
|
|
d: "M14.35 4.65 16.3 2.7a2.41 2.41 0 0 1 3.4 0l1.6 1.6a2.4 2.4 0 0 1 0 3.4l-1.95 1.95",
|
|
key: "jp4j1b"
|
|
}],
|
|
["path", {
|
|
d: "m22 2-1.5 1.5",
|
|
key: "ay92ug"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bone.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Bone = createLucideIcon("Bone", [["path", {
|
|
d: "M17 10c.7-.7 1.69 0 2.5 0a2.5 2.5 0 1 0 0-5 .5.5 0 0 1-.5-.5 2.5 2.5 0 1 0-5 0c0 .81.7 1.8 0 2.5l-7 7c-.7.7-1.69 0-2.5 0a2.5 2.5 0 0 0 0 5c.28 0 .5.22.5.5a2.5 2.5 0 1 0 5 0c0-.81-.7-1.8 0-2.5Z",
|
|
key: "w610uw"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/book-a.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BookA = createLucideIcon("BookA", [
|
|
["path", {
|
|
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20",
|
|
key: "t4utmx"
|
|
}],
|
|
["path", {
|
|
d: "m8 13 4-7 4 7",
|
|
key: "4rari8"
|
|
}],
|
|
["path", {
|
|
d: "M9.1 11h5.7",
|
|
key: "1gkovt"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/book-audio.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BookAudio = createLucideIcon("BookAudio", [
|
|
["path", {
|
|
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20",
|
|
key: "t4utmx"
|
|
}],
|
|
["path", {
|
|
d: "M8 8v3",
|
|
key: "1qzp49"
|
|
}],
|
|
["path", {
|
|
d: "M12 6v7",
|
|
key: "1f6ttz"
|
|
}],
|
|
["path", {
|
|
d: "M16 8v3",
|
|
key: "gejaml"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/book-check.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BookCheck = createLucideIcon("BookCheck", [["path", {
|
|
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20",
|
|
key: "t4utmx"
|
|
}], ["path", {
|
|
d: "m9 9.5 2 2 4-4",
|
|
key: "1dth82"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/book-copy.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BookCopy = createLucideIcon("BookCopy", [
|
|
["path", {
|
|
d: "M2 16V4a2 2 0 0 1 2-2h11",
|
|
key: "spzkk5"
|
|
}],
|
|
["path", {
|
|
d: "M5 14H4a2 2 0 1 0 0 4h1",
|
|
key: "16gqf9"
|
|
}],
|
|
["path", {
|
|
d: "M22 18H11a2 2 0 1 0 0 4h11V6H11a2 2 0 0 0-2 2v12",
|
|
key: "1owzki"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/book-dashed.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BookDashed = createLucideIcon("BookDashed", [
|
|
["path", {
|
|
d: "M20 22h-2",
|
|
key: "1rpnb6"
|
|
}],
|
|
["path", {
|
|
d: "M20 15v2h-2",
|
|
key: "fph276"
|
|
}],
|
|
["path", {
|
|
d: "M4 19.5V15",
|
|
key: "6gr39e"
|
|
}],
|
|
["path", {
|
|
d: "M20 8v3",
|
|
key: "deu0bs"
|
|
}],
|
|
["path", {
|
|
d: "M18 2h2v2",
|
|
key: "180o53"
|
|
}],
|
|
["path", {
|
|
d: "M4 11V9",
|
|
key: "v3xsx8"
|
|
}],
|
|
["path", {
|
|
d: "M12 2h2",
|
|
key: "cvn524"
|
|
}],
|
|
["path", {
|
|
d: "M12 22h2",
|
|
key: "kn7ki6"
|
|
}],
|
|
["path", {
|
|
d: "M12 17h2",
|
|
key: "13u4lk"
|
|
}],
|
|
["path", {
|
|
d: "M8 22H6.5a2.5 2.5 0 0 1 0-5H8",
|
|
key: "fiseg2"
|
|
}],
|
|
["path", {
|
|
d: "M4 5v-.5A2.5 2.5 0 0 1 6.5 2H8",
|
|
key: "wywhs9"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/book-down.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BookDown = createLucideIcon("BookDown", [
|
|
["path", {
|
|
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20",
|
|
key: "t4utmx"
|
|
}],
|
|
["path", {
|
|
d: "M12 13V7",
|
|
key: "h0r20n"
|
|
}],
|
|
["path", {
|
|
d: "m9 10 3 3 3-3",
|
|
key: "zt5b4y"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/book-headphones.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BookHeadphones = createLucideIcon("BookHeadphones", [
|
|
["path", {
|
|
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20",
|
|
key: "t4utmx"
|
|
}],
|
|
["circle", {
|
|
cx: "9",
|
|
cy: "12",
|
|
r: "1",
|
|
key: "1vctgf"
|
|
}],
|
|
["path", {
|
|
d: "M8 12v-2a4 4 0 0 1 8 0v2",
|
|
key: "1vsqkj"
|
|
}],
|
|
["circle", {
|
|
cx: "15",
|
|
cy: "12",
|
|
r: "1",
|
|
key: "1tmaij"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/book-heart.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BookHeart = createLucideIcon("BookHeart", [["path", {
|
|
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20",
|
|
key: "t4utmx"
|
|
}], ["path", {
|
|
d: "M16 8.2C16 7 15 6 13.8 6c-.8 0-1.4.3-1.8.9-.4-.6-1-.9-1.8-.9C9 6 8 7 8 8.2c0 .6.3 1.2.7 1.6h0C10 11.1 12 13 12 13s2-1.9 3.3-3.1h0c.4-.4.7-1 .7-1.7z",
|
|
key: "1dlbw1"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/book-image.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BookImage = createLucideIcon("BookImage", [
|
|
["path", {
|
|
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20",
|
|
key: "t4utmx"
|
|
}],
|
|
["circle", {
|
|
cx: "10",
|
|
cy: "8",
|
|
r: "2",
|
|
key: "2qkj4p"
|
|
}],
|
|
["path", {
|
|
d: "m20 13.7-2.1-2.1c-.8-.8-2-.8-2.8 0L9.7 17",
|
|
key: "160say"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/book-key.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BookKey = createLucideIcon("BookKey", [
|
|
["path", {
|
|
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H14",
|
|
key: "1gfsgw"
|
|
}],
|
|
["path", {
|
|
d: "M20 8v14H6.5a2.5 2.5 0 0 1 0-5H20",
|
|
key: "zb0ngp"
|
|
}],
|
|
["circle", {
|
|
cx: "14",
|
|
cy: "8",
|
|
r: "2",
|
|
key: "u49eql"
|
|
}],
|
|
["path", {
|
|
d: "m20 2-4.5 4.5",
|
|
key: "1sppr8"
|
|
}],
|
|
["path", {
|
|
d: "m19 3 1 1",
|
|
key: "ze14oc"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/book-lock.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BookLock = createLucideIcon("BookLock", [
|
|
["path", {
|
|
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H10",
|
|
key: "18wgow"
|
|
}],
|
|
["path", {
|
|
d: "M20 15v7H6.5a2.5 2.5 0 0 1 0-5H20",
|
|
key: "dpch1j"
|
|
}],
|
|
["rect", {
|
|
width: "8",
|
|
height: "5",
|
|
x: "12",
|
|
y: "6",
|
|
rx: "1",
|
|
key: "9nqwug"
|
|
}],
|
|
["path", {
|
|
d: "M18 6V4a2 2 0 1 0-4 0v2",
|
|
key: "1aquzs"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/book-marked.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BookMarked = createLucideIcon("BookMarked", [["path", {
|
|
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20",
|
|
key: "t4utmx"
|
|
}], ["polyline", {
|
|
points: "10 2 10 10 13 7 16 10 16 2",
|
|
key: "13o6vz"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/book-minus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BookMinus = createLucideIcon("BookMinus", [["path", {
|
|
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20",
|
|
key: "t4utmx"
|
|
}], ["path", {
|
|
d: "M9 10h6",
|
|
key: "9gxzsh"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/book-open-check.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BookOpenCheck = createLucideIcon("BookOpenCheck", [
|
|
["path", {
|
|
d: "M8 3H2v15h7c1.7 0 3 1.3 3 3V7c0-2.2-1.8-4-4-4Z",
|
|
key: "1i8u0n"
|
|
}],
|
|
["path", {
|
|
d: "m16 12 2 2 4-4",
|
|
key: "mdajum"
|
|
}],
|
|
["path", {
|
|
d: "M22 6V3h-6c-2.2 0-4 1.8-4 4v14c0-1.7 1.3-3 3-3h7v-2.3",
|
|
key: "jb5l51"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/book-open-text.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BookOpenText = createLucideIcon("BookOpenText", [
|
|
["path", {
|
|
d: "M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z",
|
|
key: "vv98re"
|
|
}],
|
|
["path", {
|
|
d: "M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z",
|
|
key: "1cyq3y"
|
|
}],
|
|
["path", {
|
|
d: "M6 8h2",
|
|
key: "30oboj"
|
|
}],
|
|
["path", {
|
|
d: "M6 12h2",
|
|
key: "32wvfc"
|
|
}],
|
|
["path", {
|
|
d: "M16 8h2",
|
|
key: "msurwy"
|
|
}],
|
|
["path", {
|
|
d: "M16 12h2",
|
|
key: "7q9ll5"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/book-open.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BookOpen = createLucideIcon("BookOpen", [["path", {
|
|
d: "M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z",
|
|
key: "vv98re"
|
|
}], ["path", {
|
|
d: "M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z",
|
|
key: "1cyq3y"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/book-plus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BookPlus = createLucideIcon("BookPlus", [
|
|
["path", {
|
|
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20",
|
|
key: "t4utmx"
|
|
}],
|
|
["path", {
|
|
d: "M9 10h6",
|
|
key: "9gxzsh"
|
|
}],
|
|
["path", {
|
|
d: "M12 7v6",
|
|
key: "lw1j43"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/book-text.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BookText = createLucideIcon("BookText", [
|
|
["path", {
|
|
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20",
|
|
key: "t4utmx"
|
|
}],
|
|
["path", {
|
|
d: "M8 7h6",
|
|
key: "1f0q6e"
|
|
}],
|
|
["path", {
|
|
d: "M8 11h8",
|
|
key: "vwpz6n"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/book-type.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BookType = createLucideIcon("BookType", [
|
|
["path", {
|
|
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20",
|
|
key: "t4utmx"
|
|
}],
|
|
["path", {
|
|
d: "M16 8V6H8v2",
|
|
key: "x8j6u4"
|
|
}],
|
|
["path", {
|
|
d: "M12 6v7",
|
|
key: "1f6ttz"
|
|
}],
|
|
["path", {
|
|
d: "M10 13h4",
|
|
key: "ytezjc"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/book-up-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BookUp2 = createLucideIcon("BookUp2", [
|
|
["path", {
|
|
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2",
|
|
key: "1lorq7"
|
|
}],
|
|
["path", {
|
|
d: "M18 2h2v20H6.5a2.5 2.5 0 0 1 0-5H20",
|
|
key: "1nfm9i"
|
|
}],
|
|
["path", {
|
|
d: "M12 13V7",
|
|
key: "h0r20n"
|
|
}],
|
|
["path", {
|
|
d: "m9 10 3-3 3 3",
|
|
key: "11gsxs"
|
|
}],
|
|
["path", {
|
|
d: "m9 5 3-3 3 3",
|
|
key: "l8vdw6"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/book-up.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BookUp = createLucideIcon("BookUp", [
|
|
["path", {
|
|
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20",
|
|
key: "t4utmx"
|
|
}],
|
|
["path", {
|
|
d: "M12 13V7",
|
|
key: "h0r20n"
|
|
}],
|
|
["path", {
|
|
d: "m9 10 3-3 3 3",
|
|
key: "11gsxs"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/book-user.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BookUser = createLucideIcon("BookUser", [
|
|
["path", {
|
|
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20",
|
|
key: "t4utmx"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "8",
|
|
r: "2",
|
|
key: "1822b1"
|
|
}],
|
|
["path", {
|
|
d: "M15 13a3 3 0 1 0-6 0",
|
|
key: "10j68g"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/book-x.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BookX = createLucideIcon("BookX", [
|
|
["path", {
|
|
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20",
|
|
key: "t4utmx"
|
|
}],
|
|
["path", {
|
|
d: "m14.5 7-5 5",
|
|
key: "dy991v"
|
|
}],
|
|
["path", {
|
|
d: "m9.5 7 5 5",
|
|
key: "s45iea"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/book.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Book = createLucideIcon("Book", [["path", {
|
|
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20",
|
|
key: "t4utmx"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bookmark-check.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BookmarkCheck = createLucideIcon("BookmarkCheck", [["path", {
|
|
d: "m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z",
|
|
key: "169p4p"
|
|
}], ["path", {
|
|
d: "m9 10 2 2 4-4",
|
|
key: "1gnqz4"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bookmark-minus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BookmarkMinus = createLucideIcon("BookmarkMinus", [["path", {
|
|
d: "m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z",
|
|
key: "1fy3hk"
|
|
}], ["line", {
|
|
x1: "15",
|
|
x2: "9",
|
|
y1: "10",
|
|
y2: "10",
|
|
key: "1gty7f"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bookmark-plus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BookmarkPlus = createLucideIcon("BookmarkPlus", [
|
|
["path", {
|
|
d: "m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z",
|
|
key: "1fy3hk"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "7",
|
|
y2: "13",
|
|
key: "1cppfj"
|
|
}],
|
|
["line", {
|
|
x1: "15",
|
|
x2: "9",
|
|
y1: "10",
|
|
y2: "10",
|
|
key: "1gty7f"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bookmark-x.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BookmarkX = createLucideIcon("BookmarkX", [
|
|
["path", {
|
|
d: "m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z",
|
|
key: "169p4p"
|
|
}],
|
|
["path", {
|
|
d: "m14.5 7.5-5 5",
|
|
key: "3lb6iw"
|
|
}],
|
|
["path", {
|
|
d: "m9.5 7.5 5 5",
|
|
key: "ko136h"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bookmark.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Bookmark = createLucideIcon("Bookmark", [["path", {
|
|
d: "m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z",
|
|
key: "1fy3hk"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/boom-box.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BoomBox = createLucideIcon("BoomBox", [
|
|
["path", {
|
|
d: "M4 9V5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4",
|
|
key: "vvzvr1"
|
|
}],
|
|
["path", {
|
|
d: "M8 8v1",
|
|
key: "xcqmfk"
|
|
}],
|
|
["path", {
|
|
d: "M12 8v1",
|
|
key: "1rj8u4"
|
|
}],
|
|
["path", {
|
|
d: "M16 8v1",
|
|
key: "1q12zr"
|
|
}],
|
|
["rect", {
|
|
width: "20",
|
|
height: "12",
|
|
x: "2",
|
|
y: "9",
|
|
rx: "2",
|
|
key: "igpb89"
|
|
}],
|
|
["circle", {
|
|
cx: "8",
|
|
cy: "15",
|
|
r: "2",
|
|
key: "fa4a8s"
|
|
}],
|
|
["circle", {
|
|
cx: "16",
|
|
cy: "15",
|
|
r: "2",
|
|
key: "14c3ya"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bot.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Bot = createLucideIcon("Bot", [
|
|
["path", {
|
|
d: "M12 8V4H8",
|
|
key: "hb8ula"
|
|
}],
|
|
["rect", {
|
|
width: "16",
|
|
height: "12",
|
|
x: "4",
|
|
y: "8",
|
|
rx: "2",
|
|
key: "enze0r"
|
|
}],
|
|
["path", {
|
|
d: "M2 14h2",
|
|
key: "vft8re"
|
|
}],
|
|
["path", {
|
|
d: "M20 14h2",
|
|
key: "4cs60a"
|
|
}],
|
|
["path", {
|
|
d: "M15 13v2",
|
|
key: "1xurst"
|
|
}],
|
|
["path", {
|
|
d: "M9 13v2",
|
|
key: "rq6x2g"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/box-select.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BoxSelect = createLucideIcon("BoxSelect", [
|
|
["path", {
|
|
d: "M5 3a2 2 0 0 0-2 2",
|
|
key: "y57alp"
|
|
}],
|
|
["path", {
|
|
d: "M19 3a2 2 0 0 1 2 2",
|
|
key: "18rm91"
|
|
}],
|
|
["path", {
|
|
d: "M21 19a2 2 0 0 1-2 2",
|
|
key: "1j7049"
|
|
}],
|
|
["path", {
|
|
d: "M5 21a2 2 0 0 1-2-2",
|
|
key: "sbafld"
|
|
}],
|
|
["path", {
|
|
d: "M9 3h1",
|
|
key: "1yesri"
|
|
}],
|
|
["path", {
|
|
d: "M9 21h1",
|
|
key: "15o7lz"
|
|
}],
|
|
["path", {
|
|
d: "M14 3h1",
|
|
key: "1ec4yj"
|
|
}],
|
|
["path", {
|
|
d: "M14 21h1",
|
|
key: "v9vybs"
|
|
}],
|
|
["path", {
|
|
d: "M3 9v1",
|
|
key: "1r0deq"
|
|
}],
|
|
["path", {
|
|
d: "M21 9v1",
|
|
key: "mxsmne"
|
|
}],
|
|
["path", {
|
|
d: "M3 14v1",
|
|
key: "vnatye"
|
|
}],
|
|
["path", {
|
|
d: "M21 14v1",
|
|
key: "169vum"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/box.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Box = createLucideIcon("Box", [
|
|
["path", {
|
|
d: "M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z",
|
|
key: "hh9hay"
|
|
}],
|
|
["path", {
|
|
d: "m3.3 7 8.7 5 8.7-5",
|
|
key: "g66t2b"
|
|
}],
|
|
["path", {
|
|
d: "M12 22V12",
|
|
key: "d0xqtd"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/boxes.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Boxes = createLucideIcon("Boxes", [
|
|
["path", {
|
|
d: "M2.97 12.92A2 2 0 0 0 2 14.63v3.24a2 2 0 0 0 .97 1.71l3 1.8a2 2 0 0 0 2.06 0L12 19v-5.5l-5-3-4.03 2.42Z",
|
|
key: "lc1i9w"
|
|
}],
|
|
["path", {
|
|
d: "m7 16.5-4.74-2.85",
|
|
key: "1o9zyk"
|
|
}],
|
|
["path", {
|
|
d: "m7 16.5 5-3",
|
|
key: "va8pkn"
|
|
}],
|
|
["path", {
|
|
d: "M7 16.5v5.17",
|
|
key: "jnp8gn"
|
|
}],
|
|
["path", {
|
|
d: "M12 13.5V19l3.97 2.38a2 2 0 0 0 2.06 0l3-1.8a2 2 0 0 0 .97-1.71v-3.24a2 2 0 0 0-.97-1.71L17 10.5l-5 3Z",
|
|
key: "8zsnat"
|
|
}],
|
|
["path", {
|
|
d: "m17 16.5-5-3",
|
|
key: "8arw3v"
|
|
}],
|
|
["path", {
|
|
d: "m17 16.5 4.74-2.85",
|
|
key: "8rfmw"
|
|
}],
|
|
["path", {
|
|
d: "M17 16.5v5.17",
|
|
key: "k6z78m"
|
|
}],
|
|
["path", {
|
|
d: "M7.97 4.42A2 2 0 0 0 7 6.13v4.37l5 3 5-3V6.13a2 2 0 0 0-.97-1.71l-3-1.8a2 2 0 0 0-2.06 0l-3 1.8Z",
|
|
key: "1xygjf"
|
|
}],
|
|
["path", {
|
|
d: "M12 8 7.26 5.15",
|
|
key: "1vbdud"
|
|
}],
|
|
["path", {
|
|
d: "m12 8 4.74-2.85",
|
|
key: "3rx089"
|
|
}],
|
|
["path", {
|
|
d: "M12 13.5V8",
|
|
key: "1io7kd"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/braces.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Braces = createLucideIcon("Braces", [["path", {
|
|
d: "M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1",
|
|
key: "ezmyqa"
|
|
}], ["path", {
|
|
d: "M16 21h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1",
|
|
key: "e1hn23"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/brackets.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Brackets = createLucideIcon("Brackets", [["path", {
|
|
d: "M16 3h3v18h-3",
|
|
key: "1yor1f"
|
|
}], ["path", {
|
|
d: "M8 21H5V3h3",
|
|
key: "1qrfwo"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/brain-circuit.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BrainCircuit = createLucideIcon("BrainCircuit", [
|
|
["path", {
|
|
d: "M12 4.5a2.5 2.5 0 0 0-4.96-.46 2.5 2.5 0 0 0-1.98 3 2.5 2.5 0 0 0-1.32 4.24 3 3 0 0 0 .34 5.58 2.5 2.5 0 0 0 2.96 3.08 2.5 2.5 0 0 0 4.91.05L12 20V4.5Z",
|
|
key: "ixwj2a"
|
|
}],
|
|
["path", {
|
|
d: "M16 8V5c0-1.1.9-2 2-2",
|
|
key: "13dx7u"
|
|
}],
|
|
["path", {
|
|
d: "M12 13h4",
|
|
key: "1ku699"
|
|
}],
|
|
["path", {
|
|
d: "M12 18h6a2 2 0 0 1 2 2v1",
|
|
key: "105ag5"
|
|
}],
|
|
["path", {
|
|
d: "M12 8h8",
|
|
key: "1lhi5i"
|
|
}],
|
|
["path", {
|
|
d: "M20.5 8a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z",
|
|
key: "1s25gz"
|
|
}],
|
|
["path", {
|
|
d: "M16.5 13a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z",
|
|
key: "127460"
|
|
}],
|
|
["path", {
|
|
d: "M20.5 21a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z",
|
|
key: "fys062"
|
|
}],
|
|
["path", {
|
|
d: "M18.5 3a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z",
|
|
key: "1vib61"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/brain-cog.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BrainCog = createLucideIcon("BrainCog", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "3",
|
|
key: "1v7zrd"
|
|
}],
|
|
["path", {
|
|
d: "M12 4.5a2.5 2.5 0 0 0-4.96-.46 2.5 2.5 0 0 0-1.98 3 2.5 2.5 0 0 0-1.32 4.24 3 3 0 0 0 .34 5.58 2.5 2.5 0 0 0 2.96 3.08A2.5 2.5 0 0 0 12 19.5a2.5 2.5 0 0 0 4.96.44 2.5 2.5 0 0 0 2.96-3.08 3 3 0 0 0 .34-5.58 2.5 2.5 0 0 0-1.32-4.24 2.5 2.5 0 0 0-1.98-3A2.5 2.5 0 0 0 12 4.5",
|
|
key: "1f4le0"
|
|
}],
|
|
["path", {
|
|
d: "m15.7 10.4-.9.4",
|
|
key: "ayzo6p"
|
|
}],
|
|
["path", {
|
|
d: "m9.2 13.2-.9.4",
|
|
key: "1uzb3g"
|
|
}],
|
|
["path", {
|
|
d: "m13.6 15.7-.4-.9",
|
|
key: "11ifqf"
|
|
}],
|
|
["path", {
|
|
d: "m10.8 9.2-.4-.9",
|
|
key: "1pmk2v"
|
|
}],
|
|
["path", {
|
|
d: "m15.7 13.5-.9-.4",
|
|
key: "7ng02m"
|
|
}],
|
|
["path", {
|
|
d: "m9.2 10.9-.9-.4",
|
|
key: "1x66zd"
|
|
}],
|
|
["path", {
|
|
d: "m10.5 15.7.4-.9",
|
|
key: "3js94g"
|
|
}],
|
|
["path", {
|
|
d: "m13.1 9.2.4-.9",
|
|
key: "18n7mc"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/brain.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Brain = createLucideIcon("Brain", [["path", {
|
|
d: "M9.5 2A2.5 2.5 0 0 1 12 4.5v15a2.5 2.5 0 0 1-4.96.44 2.5 2.5 0 0 1-2.96-3.08 3 3 0 0 1-.34-5.58 2.5 2.5 0 0 1 1.32-4.24 2.5 2.5 0 0 1 1.98-3A2.5 2.5 0 0 1 9.5 2Z",
|
|
key: "1mhkh5"
|
|
}], ["path", {
|
|
d: "M14.5 2A2.5 2.5 0 0 0 12 4.5v15a2.5 2.5 0 0 0 4.96.44 2.5 2.5 0 0 0 2.96-3.08 3 3 0 0 0 .34-5.58 2.5 2.5 0 0 0-1.32-4.24 2.5 2.5 0 0 0-1.98-3A2.5 2.5 0 0 0 14.5 2Z",
|
|
key: "1d6s00"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/brick-wall.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BrickWall = createLucideIcon("BrickWall", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "M12 9v6",
|
|
key: "199k2o"
|
|
}],
|
|
["path", {
|
|
d: "M16 15v6",
|
|
key: "8rj2es"
|
|
}],
|
|
["path", {
|
|
d: "M16 3v6",
|
|
key: "1j6rpj"
|
|
}],
|
|
["path", {
|
|
d: "M3 15h18",
|
|
key: "5xshup"
|
|
}],
|
|
["path", {
|
|
d: "M3 9h18",
|
|
key: "1pudct"
|
|
}],
|
|
["path", {
|
|
d: "M8 15v6",
|
|
key: "1stoo3"
|
|
}],
|
|
["path", {
|
|
d: "M8 3v6",
|
|
key: "vlvjmk"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/briefcase.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Briefcase = createLucideIcon("Briefcase", [["rect", {
|
|
width: "20",
|
|
height: "14",
|
|
x: "2",
|
|
y: "7",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "eto64e"
|
|
}], ["path", {
|
|
d: "M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16",
|
|
key: "zwj3tp"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bring-to-front.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BringToFront = createLucideIcon("BringToFront", [
|
|
["rect", {
|
|
x: "8",
|
|
y: "8",
|
|
width: "8",
|
|
height: "8",
|
|
rx: "2",
|
|
key: "yj20xf"
|
|
}],
|
|
["path", {
|
|
d: "M4 10a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2",
|
|
key: "1ltk23"
|
|
}],
|
|
["path", {
|
|
d: "M14 20a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2",
|
|
key: "1q24h9"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/brush.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Brush = createLucideIcon("Brush", [["path", {
|
|
d: "m9.06 11.9 8.07-8.06a2.85 2.85 0 1 1 4.03 4.03l-8.06 8.08",
|
|
key: "1styjt"
|
|
}], ["path", {
|
|
d: "M7.07 14.94c-1.66 0-3 1.35-3 3.02 0 1.33-2.5 1.52-2 2.02 1.08 1.1 2.49 2.02 4 2.02 2.2 0 4-1.8 4-4.04a3.01 3.01 0 0 0-3-3.02z",
|
|
key: "z0l1mu"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bug-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BugOff = createLucideIcon("BugOff", [
|
|
["path", {
|
|
d: "M15 7.13V6a3 3 0 0 0-5.14-2.1L8 2",
|
|
key: "vl8zik"
|
|
}],
|
|
["path", {
|
|
d: "M14.12 3.88 16 2",
|
|
key: "qol33r"
|
|
}],
|
|
["path", {
|
|
d: "M22 13h-4v-2a4 4 0 0 0-4-4h-1.3",
|
|
key: "1ou0bd"
|
|
}],
|
|
["path", {
|
|
d: "M20.97 5c0 2.1-1.6 3.8-3.5 4",
|
|
key: "18gb23"
|
|
}],
|
|
["path", {
|
|
d: "m2 2 20 20",
|
|
key: "1ooewy"
|
|
}],
|
|
["path", {
|
|
d: "M7.7 7.7A4 4 0 0 0 6 11v3a6 6 0 0 0 11.13 3.13",
|
|
key: "1njkjs"
|
|
}],
|
|
["path", {
|
|
d: "M12 20v-8",
|
|
key: "i3yub9"
|
|
}],
|
|
["path", {
|
|
d: "M6 13H2",
|
|
key: "82j7cp"
|
|
}],
|
|
["path", {
|
|
d: "M3 21c0-2.1 1.7-3.9 3.8-4",
|
|
key: "4p0ekp"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bug-play.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BugPlay = createLucideIcon("BugPlay", [
|
|
["path", {
|
|
d: "m8 2 1.88 1.88",
|
|
key: "fmnt4t"
|
|
}],
|
|
["path", {
|
|
d: "M14.12 3.88 16 2",
|
|
key: "qol33r"
|
|
}],
|
|
["path", {
|
|
d: "M9 7.13v-1a3.003 3.003 0 1 1 6 0v1",
|
|
key: "d7y7pr"
|
|
}],
|
|
["path", {
|
|
d: "M18 11a4 4 0 0 0-4-4h-4a4 4 0 0 0-4 4v3a6.1 6.1 0 0 0 2 4.5",
|
|
key: "1tjixy"
|
|
}],
|
|
["path", {
|
|
d: "M6.53 9C4.6 8.8 3 7.1 3 5",
|
|
key: "32zzws"
|
|
}],
|
|
["path", {
|
|
d: "M6 13H2",
|
|
key: "82j7cp"
|
|
}],
|
|
["path", {
|
|
d: "M3 21c0-2.1 1.7-3.9 3.8-4",
|
|
key: "4p0ekp"
|
|
}],
|
|
["path", {
|
|
d: "M20.97 5c0 2.1-1.6 3.8-3.5 4",
|
|
key: "18gb23"
|
|
}],
|
|
["path", {
|
|
d: "m12 12 8 5-8 5Z",
|
|
key: "1ydf81"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bug.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Bug = createLucideIcon("Bug", [
|
|
["path", {
|
|
d: "m8 2 1.88 1.88",
|
|
key: "fmnt4t"
|
|
}],
|
|
["path", {
|
|
d: "M14.12 3.88 16 2",
|
|
key: "qol33r"
|
|
}],
|
|
["path", {
|
|
d: "M9 7.13v-1a3.003 3.003 0 1 1 6 0v1",
|
|
key: "d7y7pr"
|
|
}],
|
|
["path", {
|
|
d: "M12 20c-3.3 0-6-2.7-6-6v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v3c0 3.3-2.7 6-6 6",
|
|
key: "xs1cw7"
|
|
}],
|
|
["path", {
|
|
d: "M12 20v-9",
|
|
key: "1qisl0"
|
|
}],
|
|
["path", {
|
|
d: "M6.53 9C4.6 8.8 3 7.1 3 5",
|
|
key: "32zzws"
|
|
}],
|
|
["path", {
|
|
d: "M6 13H2",
|
|
key: "82j7cp"
|
|
}],
|
|
["path", {
|
|
d: "M3 21c0-2.1 1.7-3.9 3.8-4",
|
|
key: "4p0ekp"
|
|
}],
|
|
["path", {
|
|
d: "M20.97 5c0 2.1-1.6 3.8-3.5 4",
|
|
key: "18gb23"
|
|
}],
|
|
["path", {
|
|
d: "M22 13h-4",
|
|
key: "1jl80f"
|
|
}],
|
|
["path", {
|
|
d: "M17.2 17c2.1.1 3.8 1.9 3.8 4",
|
|
key: "k3fwyw"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/building-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Building2 = createLucideIcon("Building2", [
|
|
["path", {
|
|
d: "M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z",
|
|
key: "1b4qmf"
|
|
}],
|
|
["path", {
|
|
d: "M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2",
|
|
key: "i71pzd"
|
|
}],
|
|
["path", {
|
|
d: "M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2",
|
|
key: "10jefs"
|
|
}],
|
|
["path", {
|
|
d: "M10 6h4",
|
|
key: "1itunk"
|
|
}],
|
|
["path", {
|
|
d: "M10 10h4",
|
|
key: "tcdvrf"
|
|
}],
|
|
["path", {
|
|
d: "M10 14h4",
|
|
key: "kelpxr"
|
|
}],
|
|
["path", {
|
|
d: "M10 18h4",
|
|
key: "1ulq68"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/building.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Building = createLucideIcon("Building", [
|
|
["rect", {
|
|
width: "16",
|
|
height: "20",
|
|
x: "4",
|
|
y: "2",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "76otgf"
|
|
}],
|
|
["path", {
|
|
d: "M9 22v-4h6v4",
|
|
key: "r93iot"
|
|
}],
|
|
["path", {
|
|
d: "M8 6h.01",
|
|
key: "1dz90k"
|
|
}],
|
|
["path", {
|
|
d: "M16 6h.01",
|
|
key: "1x0f13"
|
|
}],
|
|
["path", {
|
|
d: "M12 6h.01",
|
|
key: "1vi96p"
|
|
}],
|
|
["path", {
|
|
d: "M12 10h.01",
|
|
key: "1nrarc"
|
|
}],
|
|
["path", {
|
|
d: "M12 14h.01",
|
|
key: "1etili"
|
|
}],
|
|
["path", {
|
|
d: "M16 10h.01",
|
|
key: "1m94wz"
|
|
}],
|
|
["path", {
|
|
d: "M16 14h.01",
|
|
key: "1gbofw"
|
|
}],
|
|
["path", {
|
|
d: "M8 10h.01",
|
|
key: "19clt8"
|
|
}],
|
|
["path", {
|
|
d: "M8 14h.01",
|
|
key: "6423bh"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bus-front.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var BusFront = createLucideIcon("BusFront", [
|
|
["path", {
|
|
d: "M4 6 2 7",
|
|
key: "1mqr15"
|
|
}],
|
|
["path", {
|
|
d: "M10 6h4",
|
|
key: "1itunk"
|
|
}],
|
|
["path", {
|
|
d: "m22 7-2-1",
|
|
key: "1umjhc"
|
|
}],
|
|
["rect", {
|
|
width: "16",
|
|
height: "16",
|
|
x: "4",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "1wxw4b"
|
|
}],
|
|
["path", {
|
|
d: "M4 11h16",
|
|
key: "mpoxn0"
|
|
}],
|
|
["path", {
|
|
d: "M8 15h.01",
|
|
key: "a7atzg"
|
|
}],
|
|
["path", {
|
|
d: "M16 15h.01",
|
|
key: "rnfrdf"
|
|
}],
|
|
["path", {
|
|
d: "M6 19v2",
|
|
key: "1loha6"
|
|
}],
|
|
["path", {
|
|
d: "M18 21v-2",
|
|
key: "sqyl04"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/bus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Bus = createLucideIcon("Bus", [
|
|
["path", {
|
|
d: "M8 6v6",
|
|
key: "18i7km"
|
|
}],
|
|
["path", {
|
|
d: "M15 6v6",
|
|
key: "1sg6z9"
|
|
}],
|
|
["path", {
|
|
d: "M2 12h19.6",
|
|
key: "de5uta"
|
|
}],
|
|
["path", {
|
|
d: "M18 18h3s.5-1.7.8-2.8c.1-.4.2-.8.2-1.2 0-.4-.1-.8-.2-1.2l-1.4-5C20.1 6.8 19.1 6 18 6H4a2 2 0 0 0-2 2v10h3",
|
|
key: "1wwztk"
|
|
}],
|
|
["circle", {
|
|
cx: "7",
|
|
cy: "18",
|
|
r: "2",
|
|
key: "19iecd"
|
|
}],
|
|
["path", {
|
|
d: "M9 18h5",
|
|
key: "lrx6i"
|
|
}],
|
|
["circle", {
|
|
cx: "16",
|
|
cy: "18",
|
|
r: "2",
|
|
key: "1v4tcr"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cable-car.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CableCar = createLucideIcon("CableCar", [
|
|
["path", {
|
|
d: "M10 3h.01",
|
|
key: "lbucoy"
|
|
}],
|
|
["path", {
|
|
d: "M14 2h.01",
|
|
key: "1k8aa1"
|
|
}],
|
|
["path", {
|
|
d: "m2 9 20-5",
|
|
key: "1kz0j5"
|
|
}],
|
|
["path", {
|
|
d: "M12 12V6.5",
|
|
key: "1vbrij"
|
|
}],
|
|
["rect", {
|
|
width: "16",
|
|
height: "10",
|
|
x: "4",
|
|
y: "12",
|
|
rx: "3",
|
|
key: "if91er"
|
|
}],
|
|
["path", {
|
|
d: "M9 12v5",
|
|
key: "3anwtq"
|
|
}],
|
|
["path", {
|
|
d: "M15 12v5",
|
|
key: "5xh3zn"
|
|
}],
|
|
["path", {
|
|
d: "M4 17h16",
|
|
key: "g4d7ey"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cable.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Cable = createLucideIcon("Cable", [
|
|
["path", {
|
|
d: "M4 9a2 2 0 0 1-2-2V5h6v2a2 2 0 0 1-2 2Z",
|
|
key: "1s6oa5"
|
|
}],
|
|
["path", {
|
|
d: "M3 5V3",
|
|
key: "1k5hjh"
|
|
}],
|
|
["path", {
|
|
d: "M7 5V3",
|
|
key: "1t1388"
|
|
}],
|
|
["path", {
|
|
d: "M19 15V6.5a3.5 3.5 0 0 0-7 0v11a3.5 3.5 0 0 1-7 0V9",
|
|
key: "1ytv72"
|
|
}],
|
|
["path", {
|
|
d: "M17 21v-2",
|
|
key: "ds4u3f"
|
|
}],
|
|
["path", {
|
|
d: "M21 21v-2",
|
|
key: "eo0ou"
|
|
}],
|
|
["path", {
|
|
d: "M22 19h-6v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2Z",
|
|
key: "sdz6o8"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cake-slice.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CakeSlice = createLucideIcon("CakeSlice", [
|
|
["circle", {
|
|
cx: "9",
|
|
cy: "7",
|
|
r: "2",
|
|
key: "1305pl"
|
|
}],
|
|
["path", {
|
|
d: "M7.2 7.9 3 11v9c0 .6.4 1 1 1h16c.6 0 1-.4 1-1v-9c0-2-3-6-7-8l-3.6 2.6",
|
|
key: "xle13f"
|
|
}],
|
|
["path", {
|
|
d: "M16 13H3",
|
|
key: "1wpj08"
|
|
}],
|
|
["path", {
|
|
d: "M16 17H3",
|
|
key: "3lvfcd"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cake.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Cake = createLucideIcon("Cake", [
|
|
["path", {
|
|
d: "M20 21v-8a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8",
|
|
key: "1w3rig"
|
|
}],
|
|
["path", {
|
|
d: "M4 16s.5-1 2-1 2.5 2 4 2 2.5-2 4-2 2.5 2 4 2 2-1 2-1",
|
|
key: "n2jgmb"
|
|
}],
|
|
["path", {
|
|
d: "M2 21h20",
|
|
key: "1nyx9w"
|
|
}],
|
|
["path", {
|
|
d: "M7 8v3",
|
|
key: "1qtyvj"
|
|
}],
|
|
["path", {
|
|
d: "M12 8v3",
|
|
key: "hwp4zt"
|
|
}],
|
|
["path", {
|
|
d: "M17 8v3",
|
|
key: "1i6e5u"
|
|
}],
|
|
["path", {
|
|
d: "M7 4h0.01",
|
|
key: "hsw7lv"
|
|
}],
|
|
["path", {
|
|
d: "M12 4h0.01",
|
|
key: "1e3d8f"
|
|
}],
|
|
["path", {
|
|
d: "M17 4h0.01",
|
|
key: "p7cxgy"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/calculator.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Calculator = createLucideIcon("Calculator", [
|
|
["rect", {
|
|
width: "16",
|
|
height: "20",
|
|
x: "4",
|
|
y: "2",
|
|
rx: "2",
|
|
key: "1nb95v"
|
|
}],
|
|
["line", {
|
|
x1: "8",
|
|
x2: "16",
|
|
y1: "6",
|
|
y2: "6",
|
|
key: "x4nwl0"
|
|
}],
|
|
["line", {
|
|
x1: "16",
|
|
x2: "16",
|
|
y1: "14",
|
|
y2: "18",
|
|
key: "wjye3r"
|
|
}],
|
|
["path", {
|
|
d: "M16 10h.01",
|
|
key: "1m94wz"
|
|
}],
|
|
["path", {
|
|
d: "M12 10h.01",
|
|
key: "1nrarc"
|
|
}],
|
|
["path", {
|
|
d: "M8 10h.01",
|
|
key: "19clt8"
|
|
}],
|
|
["path", {
|
|
d: "M12 14h.01",
|
|
key: "1etili"
|
|
}],
|
|
["path", {
|
|
d: "M8 14h.01",
|
|
key: "6423bh"
|
|
}],
|
|
["path", {
|
|
d: "M12 18h.01",
|
|
key: "mhygvu"
|
|
}],
|
|
["path", {
|
|
d: "M8 18h.01",
|
|
key: "lrp35t"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/calendar-check-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CalendarCheck2 = createLucideIcon("CalendarCheck2", [
|
|
["path", {
|
|
d: "M21 14V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8",
|
|
key: "bce9hv"
|
|
}],
|
|
["line", {
|
|
x1: "16",
|
|
x2: "16",
|
|
y1: "2",
|
|
y2: "6",
|
|
key: "m3sa8f"
|
|
}],
|
|
["line", {
|
|
x1: "8",
|
|
x2: "8",
|
|
y1: "2",
|
|
y2: "6",
|
|
key: "18kwsl"
|
|
}],
|
|
["line", {
|
|
x1: "3",
|
|
x2: "21",
|
|
y1: "10",
|
|
y2: "10",
|
|
key: "xt86sb"
|
|
}],
|
|
["path", {
|
|
d: "m16 20 2 2 4-4",
|
|
key: "13tcca"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/calendar-check.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CalendarCheck = createLucideIcon("CalendarCheck", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "4",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "eu3xkr"
|
|
}],
|
|
["line", {
|
|
x1: "16",
|
|
x2: "16",
|
|
y1: "2",
|
|
y2: "6",
|
|
key: "m3sa8f"
|
|
}],
|
|
["line", {
|
|
x1: "8",
|
|
x2: "8",
|
|
y1: "2",
|
|
y2: "6",
|
|
key: "18kwsl"
|
|
}],
|
|
["line", {
|
|
x1: "3",
|
|
x2: "21",
|
|
y1: "10",
|
|
y2: "10",
|
|
key: "xt86sb"
|
|
}],
|
|
["path", {
|
|
d: "m9 16 2 2 4-4",
|
|
key: "19s6y9"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/calendar-clock.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CalendarClock = createLucideIcon("CalendarClock", [
|
|
["path", {
|
|
d: "M21 7.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.5",
|
|
key: "1osxxc"
|
|
}],
|
|
["path", {
|
|
d: "M16 2v4",
|
|
key: "4m81vk"
|
|
}],
|
|
["path", {
|
|
d: "M8 2v4",
|
|
key: "1cmpym"
|
|
}],
|
|
["path", {
|
|
d: "M3 10h5",
|
|
key: "r794hk"
|
|
}],
|
|
["path", {
|
|
d: "M17.5 17.5 16 16.25V14",
|
|
key: "re2vv1"
|
|
}],
|
|
["path", {
|
|
d: "M22 16a6 6 0 1 1-12 0 6 6 0 0 1 12 0Z",
|
|
key: "ame013"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/calendar-days.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CalendarDays = createLucideIcon("CalendarDays", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "4",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "eu3xkr"
|
|
}],
|
|
["line", {
|
|
x1: "16",
|
|
x2: "16",
|
|
y1: "2",
|
|
y2: "6",
|
|
key: "m3sa8f"
|
|
}],
|
|
["line", {
|
|
x1: "8",
|
|
x2: "8",
|
|
y1: "2",
|
|
y2: "6",
|
|
key: "18kwsl"
|
|
}],
|
|
["line", {
|
|
x1: "3",
|
|
x2: "21",
|
|
y1: "10",
|
|
y2: "10",
|
|
key: "xt86sb"
|
|
}],
|
|
["path", {
|
|
d: "M8 14h.01",
|
|
key: "6423bh"
|
|
}],
|
|
["path", {
|
|
d: "M12 14h.01",
|
|
key: "1etili"
|
|
}],
|
|
["path", {
|
|
d: "M16 14h.01",
|
|
key: "1gbofw"
|
|
}],
|
|
["path", {
|
|
d: "M8 18h.01",
|
|
key: "lrp35t"
|
|
}],
|
|
["path", {
|
|
d: "M12 18h.01",
|
|
key: "mhygvu"
|
|
}],
|
|
["path", {
|
|
d: "M16 18h.01",
|
|
key: "kzsmim"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/calendar-heart.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CalendarHeart = createLucideIcon("CalendarHeart", [
|
|
["path", {
|
|
d: "M21 10V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h7",
|
|
key: "1sfrvf"
|
|
}],
|
|
["path", {
|
|
d: "M16 2v4",
|
|
key: "4m81vk"
|
|
}],
|
|
["path", {
|
|
d: "M8 2v4",
|
|
key: "1cmpym"
|
|
}],
|
|
["path", {
|
|
d: "M3 10h18",
|
|
key: "8toen8"
|
|
}],
|
|
["path", {
|
|
d: "M21.29 14.7a2.43 2.43 0 0 0-2.65-.52c-.3.12-.57.3-.8.53l-.34.34-.35-.34a2.43 2.43 0 0 0-2.65-.53c-.3.12-.56.3-.79.53-.95.94-1 2.53.2 3.74L17.5 22l3.6-3.55c1.2-1.21 1.14-2.8.19-3.74Z",
|
|
key: "1t7hil"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/calendar-minus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CalendarMinus = createLucideIcon("CalendarMinus", [
|
|
["path", {
|
|
d: "M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8",
|
|
key: "3spt84"
|
|
}],
|
|
["line", {
|
|
x1: "16",
|
|
x2: "16",
|
|
y1: "2",
|
|
y2: "6",
|
|
key: "m3sa8f"
|
|
}],
|
|
["line", {
|
|
x1: "8",
|
|
x2: "8",
|
|
y1: "2",
|
|
y2: "6",
|
|
key: "18kwsl"
|
|
}],
|
|
["line", {
|
|
x1: "3",
|
|
x2: "21",
|
|
y1: "10",
|
|
y2: "10",
|
|
key: "xt86sb"
|
|
}],
|
|
["line", {
|
|
x1: "16",
|
|
x2: "22",
|
|
y1: "19",
|
|
y2: "19",
|
|
key: "1g9955"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/calendar-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CalendarOff = createLucideIcon("CalendarOff", [
|
|
["path", {
|
|
d: "M4.18 4.18A2 2 0 0 0 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 1.82-1.18",
|
|
key: "1feomx"
|
|
}],
|
|
["path", {
|
|
d: "M21 15.5V6a2 2 0 0 0-2-2H9.5",
|
|
key: "yhw86o"
|
|
}],
|
|
["path", {
|
|
d: "M16 2v4",
|
|
key: "4m81vk"
|
|
}],
|
|
["path", {
|
|
d: "M3 10h7",
|
|
key: "1wap6i"
|
|
}],
|
|
["path", {
|
|
d: "M21 10h-5.5",
|
|
key: "quycpq"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/calendar-plus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CalendarPlus = createLucideIcon("CalendarPlus", [
|
|
["path", {
|
|
d: "M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8",
|
|
key: "3spt84"
|
|
}],
|
|
["line", {
|
|
x1: "16",
|
|
x2: "16",
|
|
y1: "2",
|
|
y2: "6",
|
|
key: "m3sa8f"
|
|
}],
|
|
["line", {
|
|
x1: "8",
|
|
x2: "8",
|
|
y1: "2",
|
|
y2: "6",
|
|
key: "18kwsl"
|
|
}],
|
|
["line", {
|
|
x1: "3",
|
|
x2: "21",
|
|
y1: "10",
|
|
y2: "10",
|
|
key: "xt86sb"
|
|
}],
|
|
["line", {
|
|
x1: "19",
|
|
x2: "19",
|
|
y1: "16",
|
|
y2: "22",
|
|
key: "1ttwzi"
|
|
}],
|
|
["line", {
|
|
x1: "16",
|
|
x2: "22",
|
|
y1: "19",
|
|
y2: "19",
|
|
key: "1g9955"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/calendar-range.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CalendarRange = createLucideIcon("CalendarRange", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "4",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "eu3xkr"
|
|
}],
|
|
["line", {
|
|
x1: "16",
|
|
x2: "16",
|
|
y1: "2",
|
|
y2: "6",
|
|
key: "m3sa8f"
|
|
}],
|
|
["line", {
|
|
x1: "8",
|
|
x2: "8",
|
|
y1: "2",
|
|
y2: "6",
|
|
key: "18kwsl"
|
|
}],
|
|
["line", {
|
|
x1: "3",
|
|
x2: "21",
|
|
y1: "10",
|
|
y2: "10",
|
|
key: "xt86sb"
|
|
}],
|
|
["path", {
|
|
d: "M17 14h-6",
|
|
key: "bkmgh3"
|
|
}],
|
|
["path", {
|
|
d: "M13 18H7",
|
|
key: "bb0bb7"
|
|
}],
|
|
["path", {
|
|
d: "M7 14h.01",
|
|
key: "1qa3f1"
|
|
}],
|
|
["path", {
|
|
d: "M17 18h.01",
|
|
key: "1bdyru"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/calendar-search.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CalendarSearch = createLucideIcon("CalendarSearch", [
|
|
["path", {
|
|
d: "M21 12V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h7.5",
|
|
key: "18ncp8"
|
|
}],
|
|
["path", {
|
|
d: "M16 2v4",
|
|
key: "4m81vk"
|
|
}],
|
|
["path", {
|
|
d: "M8 2v4",
|
|
key: "1cmpym"
|
|
}],
|
|
["path", {
|
|
d: "M3 10h18",
|
|
key: "8toen8"
|
|
}],
|
|
["path", {
|
|
d: "M18 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6v0Z",
|
|
key: "mgbru4"
|
|
}],
|
|
["path", {
|
|
d: "m22 22-1.5-1.5",
|
|
key: "1x83k4"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/calendar-x-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CalendarX2 = createLucideIcon("CalendarX2", [
|
|
["path", {
|
|
d: "M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8",
|
|
key: "3spt84"
|
|
}],
|
|
["line", {
|
|
x1: "16",
|
|
x2: "16",
|
|
y1: "2",
|
|
y2: "6",
|
|
key: "m3sa8f"
|
|
}],
|
|
["line", {
|
|
x1: "8",
|
|
x2: "8",
|
|
y1: "2",
|
|
y2: "6",
|
|
key: "18kwsl"
|
|
}],
|
|
["line", {
|
|
x1: "3",
|
|
x2: "21",
|
|
y1: "10",
|
|
y2: "10",
|
|
key: "xt86sb"
|
|
}],
|
|
["line", {
|
|
x1: "17",
|
|
x2: "22",
|
|
y1: "17",
|
|
y2: "22",
|
|
key: "xa9o8b"
|
|
}],
|
|
["line", {
|
|
x1: "17",
|
|
x2: "22",
|
|
y1: "22",
|
|
y2: "17",
|
|
key: "18nitg"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/calendar-x.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CalendarX = createLucideIcon("CalendarX", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "4",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "eu3xkr"
|
|
}],
|
|
["line", {
|
|
x1: "16",
|
|
x2: "16",
|
|
y1: "2",
|
|
y2: "6",
|
|
key: "m3sa8f"
|
|
}],
|
|
["line", {
|
|
x1: "8",
|
|
x2: "8",
|
|
y1: "2",
|
|
y2: "6",
|
|
key: "18kwsl"
|
|
}],
|
|
["line", {
|
|
x1: "3",
|
|
x2: "21",
|
|
y1: "10",
|
|
y2: "10",
|
|
key: "xt86sb"
|
|
}],
|
|
["line", {
|
|
x1: "10",
|
|
x2: "14",
|
|
y1: "14",
|
|
y2: "18",
|
|
key: "1g3qc0"
|
|
}],
|
|
["line", {
|
|
x1: "14",
|
|
x2: "10",
|
|
y1: "14",
|
|
y2: "18",
|
|
key: "1az83m"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/calendar.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Calendar = createLucideIcon("Calendar", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "4",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "eu3xkr"
|
|
}],
|
|
["line", {
|
|
x1: "16",
|
|
x2: "16",
|
|
y1: "2",
|
|
y2: "6",
|
|
key: "m3sa8f"
|
|
}],
|
|
["line", {
|
|
x1: "8",
|
|
x2: "8",
|
|
y1: "2",
|
|
y2: "6",
|
|
key: "18kwsl"
|
|
}],
|
|
["line", {
|
|
x1: "3",
|
|
x2: "21",
|
|
y1: "10",
|
|
y2: "10",
|
|
key: "xt86sb"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/camera-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CameraOff = createLucideIcon("CameraOff", [
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}],
|
|
["path", {
|
|
d: "M7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16",
|
|
key: "qmtpty"
|
|
}],
|
|
["path", {
|
|
d: "M9.5 4h5L17 7h3a2 2 0 0 1 2 2v7.5",
|
|
key: "1ufyfc"
|
|
}],
|
|
["path", {
|
|
d: "M14.121 15.121A3 3 0 1 1 9.88 10.88",
|
|
key: "11zox6"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/camera.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Camera = createLucideIcon("Camera", [["path", {
|
|
d: "M14.5 4h-5L7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3l-2.5-3z",
|
|
key: "1tc9qg"
|
|
}], ["circle", {
|
|
cx: "12",
|
|
cy: "13",
|
|
r: "3",
|
|
key: "1vg3eu"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/candlestick-chart.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CandlestickChart = createLucideIcon("CandlestickChart", [
|
|
["path", {
|
|
d: "M9 5v4",
|
|
key: "14uxtq"
|
|
}],
|
|
["rect", {
|
|
width: "4",
|
|
height: "6",
|
|
x: "7",
|
|
y: "9",
|
|
rx: "1",
|
|
key: "f4fvz0"
|
|
}],
|
|
["path", {
|
|
d: "M9 15v2",
|
|
key: "r5rk32"
|
|
}],
|
|
["path", {
|
|
d: "M17 3v2",
|
|
key: "1l2re6"
|
|
}],
|
|
["rect", {
|
|
width: "4",
|
|
height: "8",
|
|
x: "15",
|
|
y: "5",
|
|
rx: "1",
|
|
key: "z38je5"
|
|
}],
|
|
["path", {
|
|
d: "M17 13v3",
|
|
key: "5l0wba"
|
|
}],
|
|
["path", {
|
|
d: "M3 3v18h18",
|
|
key: "1s2lah"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/candy-cane.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CandyCane = createLucideIcon("CandyCane", [
|
|
["path", {
|
|
d: "M5.7 21a2 2 0 0 1-3.5-2l8.6-14a6 6 0 0 1 10.4 6 2 2 0 1 1-3.464-2 2 2 0 1 0-3.464-2Z",
|
|
key: "isaq8g"
|
|
}],
|
|
["path", {
|
|
d: "M17.75 7 15 2.1",
|
|
key: "12x7e8"
|
|
}],
|
|
["path", {
|
|
d: "M10.9 4.8 13 9",
|
|
key: "100a87"
|
|
}],
|
|
["path", {
|
|
d: "m7.9 9.7 2 4.4",
|
|
key: "ntfhaj"
|
|
}],
|
|
["path", {
|
|
d: "M4.9 14.7 7 18.9",
|
|
key: "1x43jy"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/candy-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CandyOff = createLucideIcon("CandyOff", [
|
|
["path", {
|
|
d: "m8.5 8.5-1 1a4.95 4.95 0 0 0 7 7l1-1",
|
|
key: "1ff4ui"
|
|
}],
|
|
["path", {
|
|
d: "M11.843 6.187A4.947 4.947 0 0 1 16.5 7.5a4.947 4.947 0 0 1 1.313 4.657",
|
|
key: "1sbrv4"
|
|
}],
|
|
["path", {
|
|
d: "M14 16.5V14",
|
|
key: "1maf8j"
|
|
}],
|
|
["path", {
|
|
d: "M14 6.5v1.843",
|
|
key: "1a6u6t"
|
|
}],
|
|
["path", {
|
|
d: "M10 10v7.5",
|
|
key: "80pj65"
|
|
}],
|
|
["path", {
|
|
d: "m16 7 1-5 1.367.683A3 3 0 0 0 19.708 3H21v1.292a3 3 0 0 0 .317 1.341L22 7l-5 1",
|
|
key: "11a9mt"
|
|
}],
|
|
["path", {
|
|
d: "m8 17-1 5-1.367-.683A3 3 0 0 0 4.292 21H3v-1.292a3 3 0 0 0-.317-1.341L2 17l5-1",
|
|
key: "3mjmon"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/candy.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Candy = createLucideIcon("Candy", [
|
|
["path", {
|
|
d: "m9.5 7.5-2 2a4.95 4.95 0 1 0 7 7l2-2a4.95 4.95 0 1 0-7-7Z",
|
|
key: "ue6khb"
|
|
}],
|
|
["path", {
|
|
d: "M14 6.5v10",
|
|
key: "5xnk7c"
|
|
}],
|
|
["path", {
|
|
d: "M10 7.5v10",
|
|
key: "1uew51"
|
|
}],
|
|
["path", {
|
|
d: "m16 7 1-5 1.37.68A3 3 0 0 0 19.7 3H21v1.3c0 .46.1.92.32 1.33L22 7l-5 1",
|
|
key: "b9cp6k"
|
|
}],
|
|
["path", {
|
|
d: "m8 17-1 5-1.37-.68A3 3 0 0 0 4.3 21H3v-1.3a3 3 0 0 0-.32-1.33L2 17l5-1",
|
|
key: "5lney8"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/car-front.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CarFront = createLucideIcon("CarFront", [
|
|
["path", {
|
|
d: "m21 8-2 2-1.5-3.7A2 2 0 0 0 15.646 5H8.4a2 2 0 0 0-1.903 1.257L5 10 3 8",
|
|
key: "1imjwt"
|
|
}],
|
|
["path", {
|
|
d: "M7 14h.01",
|
|
key: "1qa3f1"
|
|
}],
|
|
["path", {
|
|
d: "M17 14h.01",
|
|
key: "7oqj8z"
|
|
}],
|
|
["rect", {
|
|
width: "18",
|
|
height: "8",
|
|
x: "3",
|
|
y: "10",
|
|
rx: "2",
|
|
key: "a7itu8"
|
|
}],
|
|
["path", {
|
|
d: "M5 18v2",
|
|
key: "ppbyun"
|
|
}],
|
|
["path", {
|
|
d: "M19 18v2",
|
|
key: "gy7782"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/car-taxi-front.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CarTaxiFront = createLucideIcon("CarTaxiFront", [
|
|
["path", {
|
|
d: "M10 2h4",
|
|
key: "n1abiw"
|
|
}],
|
|
["path", {
|
|
d: "m21 8-2 2-1.5-3.7A2 2 0 0 0 15.646 5H8.4a2 2 0 0 0-1.903 1.257L5 10 3 8",
|
|
key: "1imjwt"
|
|
}],
|
|
["path", {
|
|
d: "M7 14h.01",
|
|
key: "1qa3f1"
|
|
}],
|
|
["path", {
|
|
d: "M17 14h.01",
|
|
key: "7oqj8z"
|
|
}],
|
|
["rect", {
|
|
width: "18",
|
|
height: "8",
|
|
x: "3",
|
|
y: "10",
|
|
rx: "2",
|
|
key: "a7itu8"
|
|
}],
|
|
["path", {
|
|
d: "M5 18v2",
|
|
key: "ppbyun"
|
|
}],
|
|
["path", {
|
|
d: "M19 18v2",
|
|
key: "gy7782"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/car.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Car = createLucideIcon("Car", [
|
|
["path", {
|
|
d: "M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2",
|
|
key: "5owen"
|
|
}],
|
|
["circle", {
|
|
cx: "7",
|
|
cy: "17",
|
|
r: "2",
|
|
key: "u2ysq9"
|
|
}],
|
|
["path", {
|
|
d: "M9 17h6",
|
|
key: "r8uit2"
|
|
}],
|
|
["circle", {
|
|
cx: "17",
|
|
cy: "17",
|
|
r: "2",
|
|
key: "axvx0g"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/caravan.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Caravan = createLucideIcon("Caravan", [
|
|
["rect", {
|
|
width: "4",
|
|
height: "4",
|
|
x: "2",
|
|
y: "9",
|
|
key: "1vcvhd"
|
|
}],
|
|
["rect", {
|
|
width: "4",
|
|
height: "10",
|
|
x: "10",
|
|
y: "9",
|
|
key: "1b7ev2"
|
|
}],
|
|
["path", {
|
|
d: "M18 19V9a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v8a2 2 0 0 0 2 2h2",
|
|
key: "19jm3t"
|
|
}],
|
|
["circle", {
|
|
cx: "8",
|
|
cy: "19",
|
|
r: "2",
|
|
key: "t8fc5s"
|
|
}],
|
|
["path", {
|
|
d: "M10 19h12v-2",
|
|
key: "1yu2qx"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/carrot.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Carrot = createLucideIcon("Carrot", [
|
|
["path", {
|
|
d: "M2.27 21.7s9.87-3.5 12.73-6.36a4.5 4.5 0 0 0-6.36-6.37C5.77 11.84 2.27 21.7 2.27 21.7zM8.64 14l-2.05-2.04M15.34 15l-2.46-2.46",
|
|
key: "rfqxbe"
|
|
}],
|
|
["path", {
|
|
d: "M22 9s-1.33-2-3.5-2C16.86 7 15 9 15 9s1.33 2 3.5 2S22 9 22 9z",
|
|
key: "6b25w4"
|
|
}],
|
|
["path", {
|
|
d: "M15 2s-2 1.33-2 3.5S15 9 15 9s2-1.84 2-3.5C17 3.33 15 2 15 2z",
|
|
key: "fn65lo"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/case-lower.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CaseLower = createLucideIcon("CaseLower", [
|
|
["circle", {
|
|
cx: "7",
|
|
cy: "12",
|
|
r: "3",
|
|
key: "12clwm"
|
|
}],
|
|
["path", {
|
|
d: "M10 9v6",
|
|
key: "17i7lo"
|
|
}],
|
|
["circle", {
|
|
cx: "17",
|
|
cy: "12",
|
|
r: "3",
|
|
key: "gl7c2s"
|
|
}],
|
|
["path", {
|
|
d: "M14 7v8",
|
|
key: "dl84cr"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/case-sensitive.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CaseSensitive = createLucideIcon("CaseSensitive", [
|
|
["path", {
|
|
d: "m3 15 4-8 4 8",
|
|
key: "1vwr6u"
|
|
}],
|
|
["path", {
|
|
d: "M4 13h6",
|
|
key: "1r9ots"
|
|
}],
|
|
["circle", {
|
|
cx: "18",
|
|
cy: "12",
|
|
r: "3",
|
|
key: "1kchzo"
|
|
}],
|
|
["path", {
|
|
d: "M21 9v6",
|
|
key: "anns31"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/case-upper.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CaseUpper = createLucideIcon("CaseUpper", [
|
|
["path", {
|
|
d: "m3 15 4-8 4 8",
|
|
key: "1vwr6u"
|
|
}],
|
|
["path", {
|
|
d: "M4 13h6",
|
|
key: "1r9ots"
|
|
}],
|
|
["path", {
|
|
d: "M15 11h4.5a2 2 0 0 1 0 4H15V7h4a2 2 0 0 1 0 4",
|
|
key: "1sqfas"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cassette-tape.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CassetteTape = createLucideIcon("CassetteTape", [
|
|
["rect", {
|
|
width: "20",
|
|
height: "16",
|
|
x: "2",
|
|
y: "4",
|
|
rx: "2",
|
|
key: "18n3k1"
|
|
}],
|
|
["circle", {
|
|
cx: "8",
|
|
cy: "10",
|
|
r: "2",
|
|
key: "1xl4ub"
|
|
}],
|
|
["path", {
|
|
d: "M8 12h8",
|
|
key: "1wcyev"
|
|
}],
|
|
["circle", {
|
|
cx: "16",
|
|
cy: "10",
|
|
r: "2",
|
|
key: "r14t7q"
|
|
}],
|
|
["path", {
|
|
d: "m6 20 .7-2.9A1.4 1.4 0 0 1 8.1 16h7.8a1.4 1.4 0 0 1 1.4 1l.7 3",
|
|
key: "l01ucn"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cast.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Cast = createLucideIcon("Cast", [
|
|
["path", {
|
|
d: "M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6",
|
|
key: "3zrzxg"
|
|
}],
|
|
["path", {
|
|
d: "M2 12a9 9 0 0 1 8 8",
|
|
key: "g6cvee"
|
|
}],
|
|
["path", {
|
|
d: "M2 16a5 5 0 0 1 4 4",
|
|
key: "1y1dii"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "2.01",
|
|
y1: "20",
|
|
y2: "20",
|
|
key: "xu2jvo"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/castle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Castle = createLucideIcon("Castle", [
|
|
["path", {
|
|
d: "M22 20v-9H2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2Z",
|
|
key: "109fe4"
|
|
}],
|
|
["path", {
|
|
d: "M18 11V4H6v7",
|
|
key: "mon5oj"
|
|
}],
|
|
["path", {
|
|
d: "M15 22v-4a3 3 0 0 0-3-3v0a3 3 0 0 0-3 3v4",
|
|
key: "jdggr9"
|
|
}],
|
|
["path", {
|
|
d: "M22 11V9",
|
|
key: "3zbp94"
|
|
}],
|
|
["path", {
|
|
d: "M2 11V9",
|
|
key: "1x5rnq"
|
|
}],
|
|
["path", {
|
|
d: "M6 4V2",
|
|
key: "1rsq15"
|
|
}],
|
|
["path", {
|
|
d: "M18 4V2",
|
|
key: "1jsdo1"
|
|
}],
|
|
["path", {
|
|
d: "M10 4V2",
|
|
key: "75d9ly"
|
|
}],
|
|
["path", {
|
|
d: "M14 4V2",
|
|
key: "8nj3z6"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cat.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Cat = createLucideIcon("Cat", [
|
|
["path", {
|
|
d: "M12 5c.67 0 1.35.09 2 .26 1.78-2 5.03-2.84 6.42-2.26 1.4.58-.42 7-.42 7 .57 1.07 1 2.24 1 3.44C21 17.9 16.97 21 12 21s-9-3-9-7.56c0-1.25.5-2.4 1-3.44 0 0-1.89-6.42-.5-7 1.39-.58 4.72.23 6.5 2.23A9.04 9.04 0 0 1 12 5Z",
|
|
key: "x6xyqk"
|
|
}],
|
|
["path", {
|
|
d: "M8 14v.5",
|
|
key: "1nzgdb"
|
|
}],
|
|
["path", {
|
|
d: "M16 14v.5",
|
|
key: "1lajdz"
|
|
}],
|
|
["path", {
|
|
d: "M11.25 16.25h1.5L12 17l-.75-.75Z",
|
|
key: "12kq1m"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cctv.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Cctv = createLucideIcon("Cctv", [
|
|
["path", {
|
|
d: "M7 9h.01",
|
|
key: "19b3jx"
|
|
}],
|
|
["path", {
|
|
d: "M16.75 12H22l-3.5 7-3.09-4.32",
|
|
key: "1h9vqe"
|
|
}],
|
|
["path", {
|
|
d: "M18 9.5l-4 8-10.39-5.2a2.92 2.92 0 0 1-1.3-3.91L3.69 5.6a2.92 2.92 0 0 1 3.92-1.3Z",
|
|
key: "q5d122"
|
|
}],
|
|
["path", {
|
|
d: "M2 19h3.76a2 2 0 0 0 1.8-1.1L9 15",
|
|
key: "19bib8"
|
|
}],
|
|
["path", {
|
|
d: "M2 21v-4",
|
|
key: "l40lih"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/check-check.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CheckCheck = createLucideIcon("CheckCheck", [["path", {
|
|
d: "M18 6 7 17l-5-5",
|
|
key: "116fxf"
|
|
}], ["path", {
|
|
d: "m22 10-7.5 7.5L13 16",
|
|
key: "ke71qq"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/check-circle-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CheckCircle2 = createLucideIcon("CheckCircle2", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["path", {
|
|
d: "m9 12 2 2 4-4",
|
|
key: "dzmm74"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/check-circle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CheckCircle = createLucideIcon("CheckCircle", [["path", {
|
|
d: "M22 11.08V12a10 10 0 1 1-5.93-9.14",
|
|
key: "g774vq"
|
|
}], ["path", {
|
|
d: "m9 11 3 3L22 4",
|
|
key: "1pflzl"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/check-square-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CheckSquare2 = createLucideIcon("CheckSquare2", [["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}], ["path", {
|
|
d: "m9 12 2 2 4-4",
|
|
key: "dzmm74"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/check-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CheckSquare = createLucideIcon("CheckSquare", [["path", {
|
|
d: "m9 11 3 3L22 4",
|
|
key: "1pflzl"
|
|
}], ["path", {
|
|
d: "M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11",
|
|
key: "1jnkn4"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/check.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Check = createLucideIcon("Check", [["path", {
|
|
d: "M20 6 9 17l-5-5",
|
|
key: "1gmf2c"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/chef-hat.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ChefHat = createLucideIcon("ChefHat", [["path", {
|
|
d: "M6 13.87A4 4 0 0 1 7.41 6a5.11 5.11 0 0 1 1.05-1.54 5 5 0 0 1 7.08 0A5.11 5.11 0 0 1 16.59 6 4 4 0 0 1 18 13.87V21H6Z",
|
|
key: "z3ra2g"
|
|
}], ["line", {
|
|
x1: "6",
|
|
x2: "18",
|
|
y1: "17",
|
|
y2: "17",
|
|
key: "12q60k"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cherry.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Cherry = createLucideIcon("Cherry", [
|
|
["path", {
|
|
d: "M2 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z",
|
|
key: "cvxqlc"
|
|
}],
|
|
["path", {
|
|
d: "M12 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z",
|
|
key: "1ostrc"
|
|
}],
|
|
["path", {
|
|
d: "M7 14c3.22-2.91 4.29-8.75 5-12 1.66 2.38 4.94 9 5 12",
|
|
key: "hqx58h"
|
|
}],
|
|
["path", {
|
|
d: "M22 9c-4.29 0-7.14-2.33-10-7 5.71 0 10 4.67 10 7Z",
|
|
key: "eykp1o"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/chevron-down-circle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ChevronDownCircle = createLucideIcon("ChevronDownCircle", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["path", {
|
|
d: "m16 10-4 4-4-4",
|
|
key: "894hmk"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/chevron-down-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ChevronDownSquare = createLucideIcon("ChevronDownSquare", [["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}], ["path", {
|
|
d: "m16 10-4 4-4-4",
|
|
key: "894hmk"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/chevron-down.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ChevronDown = createLucideIcon("ChevronDown", [["path", {
|
|
d: "m6 9 6 6 6-6",
|
|
key: "qrunsl"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/chevron-first.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ChevronFirst = createLucideIcon("ChevronFirst", [["path", {
|
|
d: "m17 18-6-6 6-6",
|
|
key: "1yerx2"
|
|
}], ["path", {
|
|
d: "M7 6v12",
|
|
key: "1p53r6"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/chevron-last.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ChevronLast = createLucideIcon("ChevronLast", [["path", {
|
|
d: "m7 18 6-6-6-6",
|
|
key: "lwmzdw"
|
|
}], ["path", {
|
|
d: "M17 6v12",
|
|
key: "1o0aio"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/chevron-left-circle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ChevronLeftCircle = createLucideIcon("ChevronLeftCircle", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["path", {
|
|
d: "m14 16-4-4 4-4",
|
|
key: "ojs7w8"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/chevron-left-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ChevronLeftSquare = createLucideIcon("ChevronLeftSquare", [["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}], ["path", {
|
|
d: "m14 16-4-4 4-4",
|
|
key: "ojs7w8"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/chevron-left.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ChevronLeft = createLucideIcon("ChevronLeft", [["path", {
|
|
d: "m15 18-6-6 6-6",
|
|
key: "1wnfg3"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/chevron-right-circle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ChevronRightCircle = createLucideIcon("ChevronRightCircle", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["path", {
|
|
d: "m10 8 4 4-4 4",
|
|
key: "1wy4r4"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/chevron-right-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ChevronRightSquare = createLucideIcon("ChevronRightSquare", [["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}], ["path", {
|
|
d: "m10 8 4 4-4 4",
|
|
key: "1wy4r4"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/chevron-right.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ChevronRight = createLucideIcon("ChevronRight", [["path", {
|
|
d: "m9 18 6-6-6-6",
|
|
key: "mthhwq"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/chevron-up-circle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ChevronUpCircle = createLucideIcon("ChevronUpCircle", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["path", {
|
|
d: "m8 14 4-4 4 4",
|
|
key: "fy2ptz"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/chevron-up-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ChevronUpSquare = createLucideIcon("ChevronUpSquare", [["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}], ["path", {
|
|
d: "m8 14 4-4 4 4",
|
|
key: "fy2ptz"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/chevron-up.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ChevronUp = createLucideIcon("ChevronUp", [["path", {
|
|
d: "m18 15-6-6-6 6",
|
|
key: "153udz"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/chevrons-down-up.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ChevronsDownUp = createLucideIcon("ChevronsDownUp", [["path", {
|
|
d: "m7 20 5-5 5 5",
|
|
key: "13a0gw"
|
|
}], ["path", {
|
|
d: "m7 4 5 5 5-5",
|
|
key: "1kwcof"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/chevrons-down.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ChevronsDown = createLucideIcon("ChevronsDown", [["path", {
|
|
d: "m7 6 5 5 5-5",
|
|
key: "1lc07p"
|
|
}], ["path", {
|
|
d: "m7 13 5 5 5-5",
|
|
key: "1d48rs"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/chevrons-left-right.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ChevronsLeftRight = createLucideIcon("ChevronsLeftRight", [["path", {
|
|
d: "m9 7-5 5 5 5",
|
|
key: "j5w590"
|
|
}], ["path", {
|
|
d: "m15 7 5 5-5 5",
|
|
key: "1bl6da"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/chevrons-left.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ChevronsLeft = createLucideIcon("ChevronsLeft", [["path", {
|
|
d: "m11 17-5-5 5-5",
|
|
key: "13zhaf"
|
|
}], ["path", {
|
|
d: "m18 17-5-5 5-5",
|
|
key: "h8a8et"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/chevrons-right-left.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ChevronsRightLeft = createLucideIcon("ChevronsRightLeft", [["path", {
|
|
d: "m20 17-5-5 5-5",
|
|
key: "30x0n2"
|
|
}], ["path", {
|
|
d: "m4 17 5-5-5-5",
|
|
key: "16spf4"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/chevrons-right.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ChevronsRight = createLucideIcon("ChevronsRight", [["path", {
|
|
d: "m6 17 5-5-5-5",
|
|
key: "xnjwq"
|
|
}], ["path", {
|
|
d: "m13 17 5-5-5-5",
|
|
key: "17xmmf"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/chevrons-up-down.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ChevronsUpDown = createLucideIcon("ChevronsUpDown", [["path", {
|
|
d: "m7 15 5 5 5-5",
|
|
key: "1hf1tw"
|
|
}], ["path", {
|
|
d: "m7 9 5-5 5 5",
|
|
key: "sgt6xg"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/chevrons-up.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ChevronsUp = createLucideIcon("ChevronsUp", [["path", {
|
|
d: "m17 11-5-5-5 5",
|
|
key: "e8nh98"
|
|
}], ["path", {
|
|
d: "m17 18-5-5-5 5",
|
|
key: "2avn1x"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/chrome.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Chrome = createLucideIcon("Chrome", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "4",
|
|
key: "4exip2"
|
|
}],
|
|
["line", {
|
|
x1: "21.17",
|
|
x2: "12",
|
|
y1: "8",
|
|
y2: "8",
|
|
key: "a0cw5f"
|
|
}],
|
|
["line", {
|
|
x1: "3.95",
|
|
x2: "8.54",
|
|
y1: "6.06",
|
|
y2: "14",
|
|
key: "1kftof"
|
|
}],
|
|
["line", {
|
|
x1: "10.88",
|
|
x2: "15.46",
|
|
y1: "21.94",
|
|
y2: "14",
|
|
key: "1ymyh8"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/church.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Church = createLucideIcon("Church", [
|
|
["path", {
|
|
d: "m18 7 4 2v11a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9l4-2",
|
|
key: "gy5gyo"
|
|
}],
|
|
["path", {
|
|
d: "M14 22v-4a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v4",
|
|
key: "cpkuc4"
|
|
}],
|
|
["path", {
|
|
d: "M18 22V5l-6-3-6 3v17",
|
|
key: "1hsnhq"
|
|
}],
|
|
["path", {
|
|
d: "M12 7v5",
|
|
key: "ma6bk"
|
|
}],
|
|
["path", {
|
|
d: "M10 9h4",
|
|
key: "u4k05v"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cigarette-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CigaretteOff = createLucideIcon("CigaretteOff", [
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}],
|
|
["path", {
|
|
d: "M12 12H2v4h14",
|
|
key: "91gsaq"
|
|
}],
|
|
["path", {
|
|
d: "M22 12v4",
|
|
key: "142cbu"
|
|
}],
|
|
["path", {
|
|
d: "M18 12h-.5",
|
|
key: "12ymji"
|
|
}],
|
|
["path", {
|
|
d: "M7 12v4",
|
|
key: "jqww69"
|
|
}],
|
|
["path", {
|
|
d: "M18 8c0-2.5-2-2.5-2-5",
|
|
key: "1il607"
|
|
}],
|
|
["path", {
|
|
d: "M22 8c0-2.5-2-2.5-2-5",
|
|
key: "1gah44"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cigarette.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Cigarette = createLucideIcon("Cigarette", [
|
|
["path", {
|
|
d: "M18 12H2v4h16",
|
|
key: "2rt1hm"
|
|
}],
|
|
["path", {
|
|
d: "M22 12v4",
|
|
key: "142cbu"
|
|
}],
|
|
["path", {
|
|
d: "M7 12v4",
|
|
key: "jqww69"
|
|
}],
|
|
["path", {
|
|
d: "M18 8c0-2.5-2-2.5-2-5",
|
|
key: "1il607"
|
|
}],
|
|
["path", {
|
|
d: "M22 8c0-2.5-2-2.5-2-5",
|
|
key: "1gah44"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/circle-dashed.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CircleDashed = createLucideIcon("CircleDashed", [
|
|
["path", {
|
|
d: "M10.1 2.18a9.93 9.93 0 0 1 3.8 0",
|
|
key: "1qdqn0"
|
|
}],
|
|
["path", {
|
|
d: "M17.6 3.71a9.95 9.95 0 0 1 2.69 2.7",
|
|
key: "1bq7p6"
|
|
}],
|
|
["path", {
|
|
d: "M21.82 10.1a9.93 9.93 0 0 1 0 3.8",
|
|
key: "1rlaqf"
|
|
}],
|
|
["path", {
|
|
d: "M20.29 17.6a9.95 9.95 0 0 1-2.7 2.69",
|
|
key: "1xk03u"
|
|
}],
|
|
["path", {
|
|
d: "M13.9 21.82a9.94 9.94 0 0 1-3.8 0",
|
|
key: "l7re25"
|
|
}],
|
|
["path", {
|
|
d: "M6.4 20.29a9.95 9.95 0 0 1-2.69-2.7",
|
|
key: "1v18p6"
|
|
}],
|
|
["path", {
|
|
d: "M2.18 13.9a9.93 9.93 0 0 1 0-3.8",
|
|
key: "xdo6bj"
|
|
}],
|
|
["path", {
|
|
d: "M3.71 6.4a9.95 9.95 0 0 1 2.7-2.69",
|
|
key: "1jjmaz"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/circle-dollar-sign.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CircleDollarSign = createLucideIcon("CircleDollarSign", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["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"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/circle-dot-dashed.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CircleDotDashed = createLucideIcon("CircleDotDashed", [
|
|
["path", {
|
|
d: "M10.1 2.18a9.93 9.93 0 0 1 3.8 0",
|
|
key: "1qdqn0"
|
|
}],
|
|
["path", {
|
|
d: "M17.6 3.71a9.95 9.95 0 0 1 2.69 2.7",
|
|
key: "1bq7p6"
|
|
}],
|
|
["path", {
|
|
d: "M21.82 10.1a9.93 9.93 0 0 1 0 3.8",
|
|
key: "1rlaqf"
|
|
}],
|
|
["path", {
|
|
d: "M20.29 17.6a9.95 9.95 0 0 1-2.7 2.69",
|
|
key: "1xk03u"
|
|
}],
|
|
["path", {
|
|
d: "M13.9 21.82a9.94 9.94 0 0 1-3.8 0",
|
|
key: "l7re25"
|
|
}],
|
|
["path", {
|
|
d: "M6.4 20.29a9.95 9.95 0 0 1-2.69-2.7",
|
|
key: "1v18p6"
|
|
}],
|
|
["path", {
|
|
d: "M2.18 13.9a9.93 9.93 0 0 1 0-3.8",
|
|
key: "xdo6bj"
|
|
}],
|
|
["path", {
|
|
d: "M3.71 6.4a9.95 9.95 0 0 1 2.7-2.69",
|
|
key: "1jjmaz"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "1",
|
|
key: "41hilf"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/circle-dot.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CircleDot = createLucideIcon("CircleDot", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "1",
|
|
key: "41hilf"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/circle-ellipsis.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CircleEllipsis = createLucideIcon("CircleEllipsis", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["path", {
|
|
d: "M17 12h.01",
|
|
key: "1m0b6t"
|
|
}],
|
|
["path", {
|
|
d: "M12 12h.01",
|
|
key: "1mp3jc"
|
|
}],
|
|
["path", {
|
|
d: "M7 12h.01",
|
|
key: "eqddd0"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/circle-equal.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CircleEqual = createLucideIcon("CircleEqual", [
|
|
["path", {
|
|
d: "M7 10h10",
|
|
key: "1101jm"
|
|
}],
|
|
["path", {
|
|
d: "M7 14h10",
|
|
key: "1mhdw3"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/circle-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CircleOff = createLucideIcon("CircleOff", [
|
|
["path", {
|
|
d: "m2 2 20 20",
|
|
key: "1ooewy"
|
|
}],
|
|
["path", {
|
|
d: "M8.35 2.69A10 10 0 0 1 21.3 15.65",
|
|
key: "1pfsoa"
|
|
}],
|
|
["path", {
|
|
d: "M19.08 19.08A10 10 0 1 1 4.92 4.92",
|
|
key: "1ablyi"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/circle-slash-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CircleSlash2 = createLucideIcon("CircleSlash2", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["path", {
|
|
d: "M22 2 2 22",
|
|
key: "y4kqgn"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/circle-slash.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CircleSlash = createLucideIcon("CircleSlash", [["line", {
|
|
x1: "9",
|
|
x2: "15",
|
|
y1: "15",
|
|
y2: "9",
|
|
key: "1dfufj"
|
|
}], ["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/circle-user-round.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CircleUserRound = createLucideIcon("CircleUserRound", [
|
|
["path", {
|
|
d: "M18 20a6 6 0 0 0-12 0",
|
|
key: "1qehca"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "10",
|
|
r: "4",
|
|
key: "1h16sb"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/circle-user.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CircleUser = createLucideIcon("CircleUser", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "10",
|
|
r: "3",
|
|
key: "ilqhr7"
|
|
}],
|
|
["path", {
|
|
d: "M7 20.662V19a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1.662",
|
|
key: "154egf"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/circle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Circle = createLucideIcon("Circle", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/circuit-board.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CircuitBoard = createLucideIcon("CircuitBoard", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "M11 9h4a2 2 0 0 0 2-2V3",
|
|
key: "1ve2rv"
|
|
}],
|
|
["circle", {
|
|
cx: "9",
|
|
cy: "9",
|
|
r: "2",
|
|
key: "af1f0g"
|
|
}],
|
|
["path", {
|
|
d: "M7 21v-4a2 2 0 0 1 2-2h4",
|
|
key: "1fwkro"
|
|
}],
|
|
["circle", {
|
|
cx: "15",
|
|
cy: "15",
|
|
r: "2",
|
|
key: "3i40o0"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/citrus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Citrus = createLucideIcon("Citrus", [
|
|
["path", {
|
|
d: "M21.66 17.67a1.08 1.08 0 0 1-.04 1.6A12 12 0 0 1 4.73 2.38a1.1 1.1 0 0 1 1.61-.04z",
|
|
key: "4ite01"
|
|
}],
|
|
["path", {
|
|
d: "M19.65 15.66A8 8 0 0 1 8.35 4.34",
|
|
key: "1gxipu"
|
|
}],
|
|
["path", {
|
|
d: "m14 10-5.5 5.5",
|
|
key: "92pfem"
|
|
}],
|
|
["path", {
|
|
d: "M14 17.85V10H6.15",
|
|
key: "xqmtsk"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/clapperboard.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Clapperboard = createLucideIcon("Clapperboard", [
|
|
["path", {
|
|
d: "M20.2 6 3 11l-.9-2.4c-.3-1.1.3-2.2 1.3-2.5l13.5-4c1.1-.3 2.2.3 2.5 1.3Z",
|
|
key: "1tn4o7"
|
|
}],
|
|
["path", {
|
|
d: "m6.2 5.3 3.1 3.9",
|
|
key: "iuk76l"
|
|
}],
|
|
["path", {
|
|
d: "m12.4 3.4 3.1 4",
|
|
key: "6hsd6n"
|
|
}],
|
|
["path", {
|
|
d: "M3 11h18v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z",
|
|
key: "ltgou9"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/clipboard-check.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ClipboardCheck = createLucideIcon("ClipboardCheck", [
|
|
["rect", {
|
|
width: "8",
|
|
height: "4",
|
|
x: "8",
|
|
y: "2",
|
|
rx: "1",
|
|
ry: "1",
|
|
key: "tgr4d6"
|
|
}],
|
|
["path", {
|
|
d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",
|
|
key: "116196"
|
|
}],
|
|
["path", {
|
|
d: "m9 14 2 2 4-4",
|
|
key: "df797q"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/clipboard-copy.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ClipboardCopy = createLucideIcon("ClipboardCopy", [
|
|
["rect", {
|
|
width: "8",
|
|
height: "4",
|
|
x: "8",
|
|
y: "2",
|
|
rx: "1",
|
|
ry: "1",
|
|
key: "tgr4d6"
|
|
}],
|
|
["path", {
|
|
d: "M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2",
|
|
key: "4jdomd"
|
|
}],
|
|
["path", {
|
|
d: "M16 4h2a2 2 0 0 1 2 2v4",
|
|
key: "3hqy98"
|
|
}],
|
|
["path", {
|
|
d: "M21 14H11",
|
|
key: "1bme5i"
|
|
}],
|
|
["path", {
|
|
d: "m15 10-4 4 4 4",
|
|
key: "5dvupr"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/clipboard-edit.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ClipboardEdit = createLucideIcon("ClipboardEdit", [
|
|
["rect", {
|
|
width: "8",
|
|
height: "4",
|
|
x: "8",
|
|
y: "2",
|
|
rx: "1",
|
|
ry: "1",
|
|
key: "tgr4d6"
|
|
}],
|
|
["path", {
|
|
d: "M10.42 12.61a2.1 2.1 0 1 1 2.97 2.97L7.95 21 4 22l.99-3.95 5.43-5.44Z",
|
|
key: "1rgxu8"
|
|
}],
|
|
["path", {
|
|
d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-5.5",
|
|
key: "cereej"
|
|
}],
|
|
["path", {
|
|
d: "M4 13.5V6a2 2 0 0 1 2-2h2",
|
|
key: "5ua5vh"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/clipboard-list.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ClipboardList = createLucideIcon("ClipboardList", [
|
|
["rect", {
|
|
width: "8",
|
|
height: "4",
|
|
x: "8",
|
|
y: "2",
|
|
rx: "1",
|
|
ry: "1",
|
|
key: "tgr4d6"
|
|
}],
|
|
["path", {
|
|
d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",
|
|
key: "116196"
|
|
}],
|
|
["path", {
|
|
d: "M12 11h4",
|
|
key: "1jrz19"
|
|
}],
|
|
["path", {
|
|
d: "M12 16h4",
|
|
key: "n85exb"
|
|
}],
|
|
["path", {
|
|
d: "M8 11h.01",
|
|
key: "1dfujw"
|
|
}],
|
|
["path", {
|
|
d: "M8 16h.01",
|
|
key: "18s6g9"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/clipboard-paste.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ClipboardPaste = createLucideIcon("ClipboardPaste", [
|
|
["path", {
|
|
d: "M15 2H9a1 1 0 0 0-1 1v2c0 .6.4 1 1 1h6c.6 0 1-.4 1-1V3c0-.6-.4-1-1-1Z",
|
|
key: "1pp7kr"
|
|
}],
|
|
["path", {
|
|
d: "M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2M16 4h2a2 2 0 0 1 2 2v2M11 14h10",
|
|
key: "2ik1ml"
|
|
}],
|
|
["path", {
|
|
d: "m17 10 4 4-4 4",
|
|
key: "vp2hj1"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/clipboard-signature.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ClipboardSignature = createLucideIcon("ClipboardSignature", [
|
|
["rect", {
|
|
width: "8",
|
|
height: "4",
|
|
x: "8",
|
|
y: "2",
|
|
rx: "1",
|
|
ry: "1",
|
|
key: "tgr4d6"
|
|
}],
|
|
["path", {
|
|
d: "M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-.5",
|
|
key: "1but9f"
|
|
}],
|
|
["path", {
|
|
d: "M16 4h2a2 2 0 0 1 1.73 1",
|
|
key: "1p8n7l"
|
|
}],
|
|
["path", {
|
|
d: "M18.42 9.61a2.1 2.1 0 1 1 2.97 2.97L16.95 17 13 18l.99-3.95 4.43-4.44Z",
|
|
key: "johvi5"
|
|
}],
|
|
["path", {
|
|
d: "M8 18h1",
|
|
key: "13wk12"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/clipboard-type.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ClipboardType = createLucideIcon("ClipboardType", [
|
|
["rect", {
|
|
width: "8",
|
|
height: "4",
|
|
x: "8",
|
|
y: "2",
|
|
rx: "1",
|
|
ry: "1",
|
|
key: "tgr4d6"
|
|
}],
|
|
["path", {
|
|
d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",
|
|
key: "116196"
|
|
}],
|
|
["path", {
|
|
d: "M9 12v-1h6v1",
|
|
key: "iehl6m"
|
|
}],
|
|
["path", {
|
|
d: "M11 17h2",
|
|
key: "12w5me"
|
|
}],
|
|
["path", {
|
|
d: "M12 11v6",
|
|
key: "1bwqyc"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/clipboard-x.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ClipboardX = createLucideIcon("ClipboardX", [
|
|
["rect", {
|
|
width: "8",
|
|
height: "4",
|
|
x: "8",
|
|
y: "2",
|
|
rx: "1",
|
|
ry: "1",
|
|
key: "tgr4d6"
|
|
}],
|
|
["path", {
|
|
d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",
|
|
key: "116196"
|
|
}],
|
|
["path", {
|
|
d: "m15 11-6 6",
|
|
key: "1toa9n"
|
|
}],
|
|
["path", {
|
|
d: "m9 11 6 6",
|
|
key: "wlibny"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/clipboard.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Clipboard = createLucideIcon("Clipboard", [["rect", {
|
|
width: "8",
|
|
height: "4",
|
|
x: "8",
|
|
y: "2",
|
|
rx: "1",
|
|
ry: "1",
|
|
key: "tgr4d6"
|
|
}], ["path", {
|
|
d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",
|
|
key: "116196"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/clock-1.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Clock1 = createLucideIcon("Clock1", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["polyline", {
|
|
points: "12 6 12 12 14.5 8",
|
|
key: "12zbmj"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/clock-10.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Clock10 = createLucideIcon("Clock10", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["polyline", {
|
|
points: "12 6 12 12 8 10",
|
|
key: "atfzqc"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/clock-11.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Clock11 = createLucideIcon("Clock11", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["polyline", {
|
|
points: "12 6 12 12 9.5 8",
|
|
key: "l5bg6f"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/clock-12.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Clock12 = createLucideIcon("Clock12", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["polyline", {
|
|
points: "12 6 12 12",
|
|
key: "1fub01"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/clock-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Clock2 = createLucideIcon("Clock2", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["polyline", {
|
|
points: "12 6 12 12 16 10",
|
|
key: "1g230d"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/clock-3.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Clock3 = createLucideIcon("Clock3", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["polyline", {
|
|
points: "12 6 12 12 16.5 12",
|
|
key: "1aq6pp"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/clock-4.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Clock4 = createLucideIcon("Clock4", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["polyline", {
|
|
points: "12 6 12 12 16 14",
|
|
key: "68esgv"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/clock-5.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Clock5 = createLucideIcon("Clock5", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["polyline", {
|
|
points: "12 6 12 12 14.5 16",
|
|
key: "1pcbox"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/clock-6.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Clock6 = createLucideIcon("Clock6", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["polyline", {
|
|
points: "12 6 12 12 12 16.5",
|
|
key: "hb2qv6"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/clock-7.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Clock7 = createLucideIcon("Clock7", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["polyline", {
|
|
points: "12 6 12 12 9.5 16",
|
|
key: "ka3394"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/clock-8.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Clock8 = createLucideIcon("Clock8", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["polyline", {
|
|
points: "12 6 12 12 8 14",
|
|
key: "tmc9b4"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/clock-9.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Clock9 = createLucideIcon("Clock9", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["polyline", {
|
|
points: "12 6 12 12 7.5 12",
|
|
key: "1k60p0"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/clock.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Clock = createLucideIcon("Clock", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["polyline", {
|
|
points: "12 6 12 12 16 14",
|
|
key: "68esgv"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cloud-cog.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CloudCog = createLucideIcon("CloudCog", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "17",
|
|
r: "3",
|
|
key: "1spfwm"
|
|
}],
|
|
["path", {
|
|
d: "M4.2 15.1A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.2",
|
|
key: "zaobp"
|
|
}],
|
|
["path", {
|
|
d: "m15.7 18.4-.9-.3",
|
|
key: "4qxpbn"
|
|
}],
|
|
["path", {
|
|
d: "m9.2 15.9-.9-.3",
|
|
key: "17q7o2"
|
|
}],
|
|
["path", {
|
|
d: "m10.6 20.7.3-.9",
|
|
key: "1pf4s2"
|
|
}],
|
|
["path", {
|
|
d: "m13.1 14.2.3-.9",
|
|
key: "1mnuqm"
|
|
}],
|
|
["path", {
|
|
d: "m13.6 20.7-.4-1",
|
|
key: "1jpd1m"
|
|
}],
|
|
["path", {
|
|
d: "m10.8 14.3-.4-1",
|
|
key: "17ugyy"
|
|
}],
|
|
["path", {
|
|
d: "m8.3 18.6 1-.4",
|
|
key: "s42vdx"
|
|
}],
|
|
["path", {
|
|
d: "m14.7 15.8 1-.4",
|
|
key: "2wizun"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cloud-drizzle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CloudDrizzle = createLucideIcon("CloudDrizzle", [
|
|
["path", {
|
|
d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",
|
|
key: "1pljnt"
|
|
}],
|
|
["path", {
|
|
d: "M8 19v1",
|
|
key: "1dk2by"
|
|
}],
|
|
["path", {
|
|
d: "M8 14v1",
|
|
key: "84yxot"
|
|
}],
|
|
["path", {
|
|
d: "M16 19v1",
|
|
key: "v220m7"
|
|
}],
|
|
["path", {
|
|
d: "M16 14v1",
|
|
key: "g12gj6"
|
|
}],
|
|
["path", {
|
|
d: "M12 21v1",
|
|
key: "q8vafk"
|
|
}],
|
|
["path", {
|
|
d: "M12 16v1",
|
|
key: "1mx6rx"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cloud-fog.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CloudFog = createLucideIcon("CloudFog", [
|
|
["path", {
|
|
d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",
|
|
key: "1pljnt"
|
|
}],
|
|
["path", {
|
|
d: "M16 17H7",
|
|
key: "pygtm1"
|
|
}],
|
|
["path", {
|
|
d: "M17 21H9",
|
|
key: "1u2q02"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cloud-hail.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CloudHail = createLucideIcon("CloudHail", [
|
|
["path", {
|
|
d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",
|
|
key: "1pljnt"
|
|
}],
|
|
["path", {
|
|
d: "M16 14v2",
|
|
key: "a1is7l"
|
|
}],
|
|
["path", {
|
|
d: "M8 14v2",
|
|
key: "1e9m6t"
|
|
}],
|
|
["path", {
|
|
d: "M16 20h.01",
|
|
key: "xwek51"
|
|
}],
|
|
["path", {
|
|
d: "M8 20h.01",
|
|
key: "1vjney"
|
|
}],
|
|
["path", {
|
|
d: "M12 16v2",
|
|
key: "z66u1j"
|
|
}],
|
|
["path", {
|
|
d: "M12 22h.01",
|
|
key: "1urd7a"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cloud-lightning.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CloudLightning = createLucideIcon("CloudLightning", [["path", {
|
|
d: "M6 16.326A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 .5 8.973",
|
|
key: "1cez44"
|
|
}], ["path", {
|
|
d: "m13 12-3 5h4l-3 5",
|
|
key: "1t22er"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cloud-moon-rain.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CloudMoonRain = createLucideIcon("CloudMoonRain", [
|
|
["path", {
|
|
d: "M10.083 9A6.002 6.002 0 0 1 16 4a4.243 4.243 0 0 0 6 6c0 2.22-1.206 4.16-3 5.197",
|
|
key: "u82z8m"
|
|
}],
|
|
["path", {
|
|
d: "M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24",
|
|
key: "1qmrp3"
|
|
}],
|
|
["path", {
|
|
d: "M11 20v2",
|
|
key: "174qtz"
|
|
}],
|
|
["path", {
|
|
d: "M7 19v2",
|
|
key: "12npes"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cloud-moon.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CloudMoon = createLucideIcon("CloudMoon", [["path", {
|
|
d: "M13 16a3 3 0 1 1 0 6H7a5 5 0 1 1 4.9-6Z",
|
|
key: "p44pc9"
|
|
}], ["path", {
|
|
d: "M10.1 9A6 6 0 0 1 16 4a4.24 4.24 0 0 0 6 6 6 6 0 0 1-3 5.197",
|
|
key: "16nha0"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cloud-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CloudOff = createLucideIcon("CloudOff", [
|
|
["path", {
|
|
d: "m2 2 20 20",
|
|
key: "1ooewy"
|
|
}],
|
|
["path", {
|
|
d: "M5.782 5.782A7 7 0 0 0 9 19h8.5a4.5 4.5 0 0 0 1.307-.193",
|
|
key: "yfwify"
|
|
}],
|
|
["path", {
|
|
d: "M21.532 16.5A4.5 4.5 0 0 0 17.5 10h-1.79A7.008 7.008 0 0 0 10 5.07",
|
|
key: "jlfiyv"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cloud-rain-wind.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CloudRainWind = createLucideIcon("CloudRainWind", [
|
|
["path", {
|
|
d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",
|
|
key: "1pljnt"
|
|
}],
|
|
["path", {
|
|
d: "m9.2 22 3-7",
|
|
key: "sb5f6j"
|
|
}],
|
|
["path", {
|
|
d: "m9 13-3 7",
|
|
key: "500co5"
|
|
}],
|
|
["path", {
|
|
d: "m17 13-3 7",
|
|
key: "8t2fiy"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cloud-rain.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CloudRain = createLucideIcon("CloudRain", [
|
|
["path", {
|
|
d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",
|
|
key: "1pljnt"
|
|
}],
|
|
["path", {
|
|
d: "M16 14v6",
|
|
key: "1j4efv"
|
|
}],
|
|
["path", {
|
|
d: "M8 14v6",
|
|
key: "17c4r9"
|
|
}],
|
|
["path", {
|
|
d: "M12 16v6",
|
|
key: "c8a4gj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cloud-snow.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CloudSnow = createLucideIcon("CloudSnow", [
|
|
["path", {
|
|
d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",
|
|
key: "1pljnt"
|
|
}],
|
|
["path", {
|
|
d: "M8 15h.01",
|
|
key: "a7atzg"
|
|
}],
|
|
["path", {
|
|
d: "M8 19h.01",
|
|
key: "puxtts"
|
|
}],
|
|
["path", {
|
|
d: "M12 17h.01",
|
|
key: "p32p05"
|
|
}],
|
|
["path", {
|
|
d: "M12 21h.01",
|
|
key: "h35vbk"
|
|
}],
|
|
["path", {
|
|
d: "M16 15h.01",
|
|
key: "rnfrdf"
|
|
}],
|
|
["path", {
|
|
d: "M16 19h.01",
|
|
key: "1vcnzz"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cloud-sun-rain.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CloudSunRain = createLucideIcon("CloudSunRain", [
|
|
["path", {
|
|
d: "M12 2v2",
|
|
key: "tus03m"
|
|
}],
|
|
["path", {
|
|
d: "m4.93 4.93 1.41 1.41",
|
|
key: "149t6j"
|
|
}],
|
|
["path", {
|
|
d: "M20 12h2",
|
|
key: "1q8mjw"
|
|
}],
|
|
["path", {
|
|
d: "m19.07 4.93-1.41 1.41",
|
|
key: "1shlcs"
|
|
}],
|
|
["path", {
|
|
d: "M15.947 12.65a4 4 0 0 0-5.925-4.128",
|
|
key: "dpwdj0"
|
|
}],
|
|
["path", {
|
|
d: "M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24",
|
|
key: "1qmrp3"
|
|
}],
|
|
["path", {
|
|
d: "M11 20v2",
|
|
key: "174qtz"
|
|
}],
|
|
["path", {
|
|
d: "M7 19v2",
|
|
key: "12npes"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cloud-sun.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CloudSun = createLucideIcon("CloudSun", [
|
|
["path", {
|
|
d: "M12 2v2",
|
|
key: "tus03m"
|
|
}],
|
|
["path", {
|
|
d: "m4.93 4.93 1.41 1.41",
|
|
key: "149t6j"
|
|
}],
|
|
["path", {
|
|
d: "M20 12h2",
|
|
key: "1q8mjw"
|
|
}],
|
|
["path", {
|
|
d: "m19.07 4.93-1.41 1.41",
|
|
key: "1shlcs"
|
|
}],
|
|
["path", {
|
|
d: "M15.947 12.65a4 4 0 0 0-5.925-4.128",
|
|
key: "dpwdj0"
|
|
}],
|
|
["path", {
|
|
d: "M13 22H7a5 5 0 1 1 4.9-6H13a3 3 0 0 1 0 6Z",
|
|
key: "s09mg5"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cloud.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Cloud = createLucideIcon("Cloud", [["path", {
|
|
d: "M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",
|
|
key: "p7xjir"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cloudy.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Cloudy = createLucideIcon("Cloudy", [["path", {
|
|
d: "M17.5 21H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",
|
|
key: "gqqjvc"
|
|
}], ["path", {
|
|
d: "M22 10a3 3 0 0 0-3-3h-2.207a5.502 5.502 0 0 0-10.702.5",
|
|
key: "1p2s76"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/clover.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Clover = createLucideIcon("Clover", [
|
|
["path", {
|
|
d: "M16.2 3.8a2.7 2.7 0 0 0-3.81 0l-.4.38-.4-.4a2.7 2.7 0 0 0-3.82 0C6.73 4.85 6.67 6.64 8 8l4 4 4-4c1.33-1.36 1.27-3.15.2-4.2z",
|
|
key: "1gxwox"
|
|
}],
|
|
["path", {
|
|
d: "M8 8c-1.36-1.33-3.15-1.27-4.2-.2a2.7 2.7 0 0 0 0 3.81l.38.4-.4.4a2.7 2.7 0 0 0 0 3.82C4.85 17.27 6.64 17.33 8 16",
|
|
key: "il7z7z"
|
|
}],
|
|
["path", {
|
|
d: "M16 16c1.36 1.33 3.15 1.27 4.2.2a2.7 2.7 0 0 0 0-3.81l-.38-.4.4-.4a2.7 2.7 0 0 0 0-3.82C19.15 6.73 17.36 6.67 16 8",
|
|
key: "15bpx2"
|
|
}],
|
|
["path", {
|
|
d: "M7.8 20.2a2.7 2.7 0 0 0 3.81 0l.4-.38.4.4a2.7 2.7 0 0 0 3.82 0c1.06-1.06 1.12-2.85-.21-4.21l-4-4-4 4c-1.33 1.36-1.27 3.15-.2 4.2z",
|
|
key: "v9mug8"
|
|
}],
|
|
["path", {
|
|
d: "m7 17-5 5",
|
|
key: "1py3mz"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/club.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Club = createLucideIcon("Club", [["path", {
|
|
d: "M17.28 9.05a5.5 5.5 0 1 0-10.56 0A5.5 5.5 0 1 0 12 17.66a5.5 5.5 0 1 0 5.28-8.6Z",
|
|
key: "27yuqz"
|
|
}], ["path", {
|
|
d: "M12 17.66L12 22",
|
|
key: "ogfahf"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/code-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Code2 = createLucideIcon("Code2", [
|
|
["path", {
|
|
d: "m18 16 4-4-4-4",
|
|
key: "1inbqp"
|
|
}],
|
|
["path", {
|
|
d: "m6 8-4 4 4 4",
|
|
key: "15zrgr"
|
|
}],
|
|
["path", {
|
|
d: "m14.5 4-5 16",
|
|
key: "e7oirm"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/code.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Code = createLucideIcon("Code", [["polyline", {
|
|
points: "16 18 22 12 16 6",
|
|
key: "z7tu5w"
|
|
}], ["polyline", {
|
|
points: "8 6 2 12 8 18",
|
|
key: "1eg1df"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/codepen.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Codepen = createLucideIcon("Codepen", [
|
|
["polygon", {
|
|
points: "12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2",
|
|
key: "srzb37"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "22",
|
|
y2: "15.5",
|
|
key: "1t73f2"
|
|
}],
|
|
["polyline", {
|
|
points: "22 8.5 12 15.5 2 8.5",
|
|
key: "ajlxae"
|
|
}],
|
|
["polyline", {
|
|
points: "2 15.5 12 8.5 22 15.5",
|
|
key: "susrui"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "2",
|
|
y2: "8.5",
|
|
key: "2cldga"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/codesandbox.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Codesandbox = createLucideIcon("Codesandbox", [
|
|
["path", {
|
|
d: "M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z",
|
|
key: "yt0hxn"
|
|
}],
|
|
["polyline", {
|
|
points: "7.5 4.21 12 6.81 16.5 4.21",
|
|
key: "fabo96"
|
|
}],
|
|
["polyline", {
|
|
points: "7.5 19.79 7.5 14.6 3 12",
|
|
key: "z377f1"
|
|
}],
|
|
["polyline", {
|
|
points: "21 12 16.5 14.6 16.5 19.79",
|
|
key: "9nrev1"
|
|
}],
|
|
["polyline", {
|
|
points: "3.27 6.96 12 12.01 20.73 6.96",
|
|
key: "1180pa"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "22.08",
|
|
y2: "12",
|
|
key: "3z3uq6"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/coffee.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Coffee = createLucideIcon("Coffee", [
|
|
["path", {
|
|
d: "M17 8h1a4 4 0 1 1 0 8h-1",
|
|
key: "jx4kbh"
|
|
}],
|
|
["path", {
|
|
d: "M3 8h14v9a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4Z",
|
|
key: "1bxrl0"
|
|
}],
|
|
["line", {
|
|
x1: "6",
|
|
x2: "6",
|
|
y1: "2",
|
|
y2: "4",
|
|
key: "1cr9l3"
|
|
}],
|
|
["line", {
|
|
x1: "10",
|
|
x2: "10",
|
|
y1: "2",
|
|
y2: "4",
|
|
key: "170wym"
|
|
}],
|
|
["line", {
|
|
x1: "14",
|
|
x2: "14",
|
|
y1: "2",
|
|
y2: "4",
|
|
key: "1c5f70"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cog.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Cog = createLucideIcon("Cog", [
|
|
["path", {
|
|
d: "M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z",
|
|
key: "sobvz5"
|
|
}],
|
|
["path", {
|
|
d: "M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",
|
|
key: "11i496"
|
|
}],
|
|
["path", {
|
|
d: "M12 2v2",
|
|
key: "tus03m"
|
|
}],
|
|
["path", {
|
|
d: "M12 22v-2",
|
|
key: "1osdcq"
|
|
}],
|
|
["path", {
|
|
d: "m17 20.66-1-1.73",
|
|
key: "eq3orb"
|
|
}],
|
|
["path", {
|
|
d: "M11 10.27 7 3.34",
|
|
key: "16pf9h"
|
|
}],
|
|
["path", {
|
|
d: "m20.66 17-1.73-1",
|
|
key: "sg0v6f"
|
|
}],
|
|
["path", {
|
|
d: "m3.34 7 1.73 1",
|
|
key: "1ulond"
|
|
}],
|
|
["path", {
|
|
d: "M14 12h8",
|
|
key: "4f43i9"
|
|
}],
|
|
["path", {
|
|
d: "M2 12h2",
|
|
key: "1t8f8n"
|
|
}],
|
|
["path", {
|
|
d: "m20.66 7-1.73 1",
|
|
key: "1ow05n"
|
|
}],
|
|
["path", {
|
|
d: "m3.34 17 1.73-1",
|
|
key: "nuk764"
|
|
}],
|
|
["path", {
|
|
d: "m17 3.34-1 1.73",
|
|
key: "2wel8s"
|
|
}],
|
|
["path", {
|
|
d: "m11 13.73-4 6.93",
|
|
key: "794ttg"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/coins.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Coins = createLucideIcon("Coins", [
|
|
["circle", {
|
|
cx: "8",
|
|
cy: "8",
|
|
r: "6",
|
|
key: "3yglwk"
|
|
}],
|
|
["path", {
|
|
d: "M18.09 10.37A6 6 0 1 1 10.34 18",
|
|
key: "t5s6rm"
|
|
}],
|
|
["path", {
|
|
d: "M7 6h1v4",
|
|
key: "1obek4"
|
|
}],
|
|
["path", {
|
|
d: "m16.71 13.88.7.71-2.82 2.82",
|
|
key: "1rbuyh"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/columns.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Columns = createLucideIcon("Columns", [["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1m3agn"
|
|
}], ["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "3",
|
|
y2: "21",
|
|
key: "1efggb"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/combine.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Combine = createLucideIcon("Combine", [
|
|
["rect", {
|
|
width: "8",
|
|
height: "8",
|
|
x: "2",
|
|
y: "2",
|
|
rx: "2",
|
|
key: "z1hh3n"
|
|
}],
|
|
["path", {
|
|
d: "M14 2c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2",
|
|
key: "83orz6"
|
|
}],
|
|
["path", {
|
|
d: "M20 2c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2",
|
|
key: "k86dmt"
|
|
}],
|
|
["path", {
|
|
d: "M10 18H5c-1.7 0-3-1.3-3-3v-1",
|
|
key: "6vokjl"
|
|
}],
|
|
["polyline", {
|
|
points: "7 21 10 18 7 15",
|
|
key: "1k02g0"
|
|
}],
|
|
["rect", {
|
|
width: "8",
|
|
height: "8",
|
|
x: "14",
|
|
y: "14",
|
|
rx: "2",
|
|
key: "1fa9i4"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/command.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Command = createLucideIcon("Command", [["path", {
|
|
d: "M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3",
|
|
key: "11bfej"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/compass.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Compass = createLucideIcon("Compass", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["polygon", {
|
|
points: "16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76",
|
|
key: "m9r19z"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/component.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Component = createLucideIcon("Component", [
|
|
["path", {
|
|
d: "M5.5 8.5 9 12l-3.5 3.5L2 12l3.5-3.5Z",
|
|
key: "1kciei"
|
|
}],
|
|
["path", {
|
|
d: "m12 2 3.5 3.5L12 9 8.5 5.5 12 2Z",
|
|
key: "1ome0g"
|
|
}],
|
|
["path", {
|
|
d: "M18.5 8.5 22 12l-3.5 3.5L15 12l3.5-3.5Z",
|
|
key: "vbupec"
|
|
}],
|
|
["path", {
|
|
d: "m12 15 3.5 3.5L12 22l-3.5-3.5L12 15Z",
|
|
key: "16csic"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/computer.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Computer = createLucideIcon("Computer", [
|
|
["rect", {
|
|
width: "14",
|
|
height: "8",
|
|
x: "5",
|
|
y: "2",
|
|
rx: "2",
|
|
key: "wc9tft"
|
|
}],
|
|
["rect", {
|
|
width: "20",
|
|
height: "8",
|
|
x: "2",
|
|
y: "14",
|
|
rx: "2",
|
|
key: "w68u3i"
|
|
}],
|
|
["path", {
|
|
d: "M6 18h2",
|
|
key: "rwmk9e"
|
|
}],
|
|
["path", {
|
|
d: "M12 18h6",
|
|
key: "aqd8w3"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/concierge-bell.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ConciergeBell = createLucideIcon("ConciergeBell", [
|
|
["path", {
|
|
d: "M2 18a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2H2v-2Z",
|
|
key: "1co3i8"
|
|
}],
|
|
["path", {
|
|
d: "M20 16a8 8 0 1 0-16 0",
|
|
key: "1pa543"
|
|
}],
|
|
["path", {
|
|
d: "M12 4v4",
|
|
key: "1bq03y"
|
|
}],
|
|
["path", {
|
|
d: "M10 4h4",
|
|
key: "1xpv9s"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cone.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Cone = createLucideIcon("Cone", [["path", {
|
|
d: "m20.9 18.55-8-15.98a1 1 0 0 0-1.8 0l-8 15.98",
|
|
key: "53pte7"
|
|
}], ["ellipse", {
|
|
cx: "12",
|
|
cy: "19",
|
|
rx: "9",
|
|
ry: "3",
|
|
key: "1ji25f"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/construction.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Construction = createLucideIcon("Construction", [
|
|
["rect", {
|
|
x: "2",
|
|
y: "6",
|
|
width: "20",
|
|
height: "8",
|
|
rx: "1",
|
|
key: "1estib"
|
|
}],
|
|
["path", {
|
|
d: "M17 14v7",
|
|
key: "7m2elx"
|
|
}],
|
|
["path", {
|
|
d: "M7 14v7",
|
|
key: "1cm7wv"
|
|
}],
|
|
["path", {
|
|
d: "M17 3v3",
|
|
key: "1v4jwn"
|
|
}],
|
|
["path", {
|
|
d: "M7 3v3",
|
|
key: "7o6guu"
|
|
}],
|
|
["path", {
|
|
d: "M10 14 2.3 6.3",
|
|
key: "1023jk"
|
|
}],
|
|
["path", {
|
|
d: "m14 6 7.7 7.7",
|
|
key: "1s8pl2"
|
|
}],
|
|
["path", {
|
|
d: "m8 6 8 8",
|
|
key: "hl96qh"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/contact-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Contact2 = createLucideIcon("Contact2", [
|
|
["path", {
|
|
d: "M16 18a4 4 0 0 0-8 0",
|
|
key: "1lzouq"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "11",
|
|
r: "3",
|
|
key: "itu57m"
|
|
}],
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "4",
|
|
rx: "2",
|
|
key: "1hopcy"
|
|
}],
|
|
["line", {
|
|
x1: "8",
|
|
x2: "8",
|
|
y1: "2",
|
|
y2: "4",
|
|
key: "1ff9gb"
|
|
}],
|
|
["line", {
|
|
x1: "16",
|
|
x2: "16",
|
|
y1: "2",
|
|
y2: "4",
|
|
key: "1ufoma"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/contact.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Contact = createLucideIcon("Contact", [
|
|
["path", {
|
|
d: "M17 18a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2",
|
|
key: "1mghuy"
|
|
}],
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "4",
|
|
rx: "2",
|
|
key: "1hopcy"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "10",
|
|
r: "2",
|
|
key: "1yojzk"
|
|
}],
|
|
["line", {
|
|
x1: "8",
|
|
x2: "8",
|
|
y1: "2",
|
|
y2: "4",
|
|
key: "1ff9gb"
|
|
}],
|
|
["line", {
|
|
x1: "16",
|
|
x2: "16",
|
|
y1: "2",
|
|
y2: "4",
|
|
key: "1ufoma"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/container.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Container = createLucideIcon("Container", [
|
|
["path", {
|
|
d: "M22 7.7c0-.6-.4-1.2-.8-1.5l-6.3-3.9a1.72 1.72 0 0 0-1.7 0l-10.3 6c-.5.2-.9.8-.9 1.4v6.6c0 .5.4 1.2.8 1.5l6.3 3.9a1.72 1.72 0 0 0 1.7 0l10.3-6c.5-.3.9-1 .9-1.5Z",
|
|
key: "1t2lqe"
|
|
}],
|
|
["path", {
|
|
d: "M10 21.9V14L2.1 9.1",
|
|
key: "o7czzq"
|
|
}],
|
|
["path", {
|
|
d: "m10 14 11.9-6.9",
|
|
key: "zm5e20"
|
|
}],
|
|
["path", {
|
|
d: "M14 19.8v-8.1",
|
|
key: "159ecu"
|
|
}],
|
|
["path", {
|
|
d: "M18 17.5V9.4",
|
|
key: "11uown"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/contrast.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Contrast = createLucideIcon("Contrast", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["path", {
|
|
d: "M12 18a6 6 0 0 0 0-12v12z",
|
|
key: "j4l70d"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cookie.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Cookie = createLucideIcon("Cookie", [
|
|
["path", {
|
|
d: "M12 2a10 10 0 1 0 10 10 4 4 0 0 1-5-5 4 4 0 0 1-5-5",
|
|
key: "laymnq"
|
|
}],
|
|
["path", {
|
|
d: "M8.5 8.5v.01",
|
|
key: "ue8clq"
|
|
}],
|
|
["path", {
|
|
d: "M16 15.5v.01",
|
|
key: "14dtrp"
|
|
}],
|
|
["path", {
|
|
d: "M12 12v.01",
|
|
key: "u5ubse"
|
|
}],
|
|
["path", {
|
|
d: "M11 17v.01",
|
|
key: "1hyl5a"
|
|
}],
|
|
["path", {
|
|
d: "M7 14v.01",
|
|
key: "uct60s"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cooking-pot.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CookingPot = createLucideIcon("CookingPot", [
|
|
["path", {
|
|
d: "M2 12h20",
|
|
key: "9i4pu4"
|
|
}],
|
|
["path", {
|
|
d: "M20 12v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8",
|
|
key: "u0tga0"
|
|
}],
|
|
["path", {
|
|
d: "m4 8 16-4",
|
|
key: "16g0ng"
|
|
}],
|
|
["path", {
|
|
d: "m8.86 6.78-.45-1.81a2 2 0 0 1 1.45-2.43l1.94-.48a2 2 0 0 1 2.43 1.46l.45 1.8",
|
|
key: "12cejc"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/copy-check.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CopyCheck = createLucideIcon("CopyCheck", [
|
|
["path", {
|
|
d: "m12 15 2 2 4-4",
|
|
key: "2c609p"
|
|
}],
|
|
["rect", {
|
|
width: "14",
|
|
height: "14",
|
|
x: "8",
|
|
y: "8",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "17jyea"
|
|
}],
|
|
["path", {
|
|
d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",
|
|
key: "zix9uf"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/copy-minus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CopyMinus = createLucideIcon("CopyMinus", [
|
|
["line", {
|
|
x1: "12",
|
|
x2: "18",
|
|
y1: "15",
|
|
y2: "15",
|
|
key: "1nscbv"
|
|
}],
|
|
["rect", {
|
|
width: "14",
|
|
height: "14",
|
|
x: "8",
|
|
y: "8",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "17jyea"
|
|
}],
|
|
["path", {
|
|
d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",
|
|
key: "zix9uf"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/copy-plus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CopyPlus = createLucideIcon("CopyPlus", [
|
|
["line", {
|
|
x1: "15",
|
|
x2: "15",
|
|
y1: "12",
|
|
y2: "18",
|
|
key: "1p7wdc"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "18",
|
|
y1: "15",
|
|
y2: "15",
|
|
key: "1nscbv"
|
|
}],
|
|
["rect", {
|
|
width: "14",
|
|
height: "14",
|
|
x: "8",
|
|
y: "8",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "17jyea"
|
|
}],
|
|
["path", {
|
|
d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",
|
|
key: "zix9uf"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/copy-slash.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CopySlash = createLucideIcon("CopySlash", [
|
|
["line", {
|
|
x1: "12",
|
|
x2: "18",
|
|
y1: "18",
|
|
y2: "12",
|
|
key: "ebkxgr"
|
|
}],
|
|
["rect", {
|
|
width: "14",
|
|
height: "14",
|
|
x: "8",
|
|
y: "8",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "17jyea"
|
|
}],
|
|
["path", {
|
|
d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",
|
|
key: "zix9uf"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/copy-x.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CopyX = createLucideIcon("CopyX", [
|
|
["line", {
|
|
x1: "12",
|
|
x2: "18",
|
|
y1: "12",
|
|
y2: "18",
|
|
key: "1rg63v"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "18",
|
|
y1: "18",
|
|
y2: "12",
|
|
key: "ebkxgr"
|
|
}],
|
|
["rect", {
|
|
width: "14",
|
|
height: "14",
|
|
x: "8",
|
|
y: "8",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "17jyea"
|
|
}],
|
|
["path", {
|
|
d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",
|
|
key: "zix9uf"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/copy.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Copy = createLucideIcon("Copy", [["rect", {
|
|
width: "14",
|
|
height: "14",
|
|
x: "8",
|
|
y: "8",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "17jyea"
|
|
}], ["path", {
|
|
d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",
|
|
key: "zix9uf"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/copyleft.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Copyleft = createLucideIcon("Copyleft", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["path", {
|
|
d: "M9.17 14.83a4 4 0 1 0 0-5.66",
|
|
key: "1sveal"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/copyright.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Copyright = createLucideIcon("Copyright", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["path", {
|
|
d: "M14.83 14.83a4 4 0 1 1 0-5.66",
|
|
key: "1i56pz"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/corner-down-left.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CornerDownLeft = createLucideIcon("CornerDownLeft", [["polyline", {
|
|
points: "9 10 4 15 9 20",
|
|
key: "r3jprv"
|
|
}], ["path", {
|
|
d: "M20 4v7a4 4 0 0 1-4 4H4",
|
|
key: "6o5b7l"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/corner-down-right.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CornerDownRight = createLucideIcon("CornerDownRight", [["polyline", {
|
|
points: "15 10 20 15 15 20",
|
|
key: "1q7qjw"
|
|
}], ["path", {
|
|
d: "M4 4v7a4 4 0 0 0 4 4h12",
|
|
key: "z08zvw"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/corner-left-down.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CornerLeftDown = createLucideIcon("CornerLeftDown", [["polyline", {
|
|
points: "14 15 9 20 4 15",
|
|
key: "nkc4i"
|
|
}], ["path", {
|
|
d: "M20 4h-7a4 4 0 0 0-4 4v12",
|
|
key: "nbpdq2"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/corner-left-up.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CornerLeftUp = createLucideIcon("CornerLeftUp", [["polyline", {
|
|
points: "14 9 9 4 4 9",
|
|
key: "m9oyvo"
|
|
}], ["path", {
|
|
d: "M20 20h-7a4 4 0 0 1-4-4V4",
|
|
key: "1blwi3"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/corner-right-down.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CornerRightDown = createLucideIcon("CornerRightDown", [["polyline", {
|
|
points: "10 15 15 20 20 15",
|
|
key: "axus6l"
|
|
}], ["path", {
|
|
d: "M4 4h7a4 4 0 0 1 4 4v12",
|
|
key: "wcbgct"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/corner-right-up.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CornerRightUp = createLucideIcon("CornerRightUp", [["polyline", {
|
|
points: "10 9 15 4 20 9",
|
|
key: "1lr6px"
|
|
}], ["path", {
|
|
d: "M4 20h7a4 4 0 0 0 4-4V4",
|
|
key: "1plgdj"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/corner-up-left.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CornerUpLeft = createLucideIcon("CornerUpLeft", [["polyline", {
|
|
points: "9 14 4 9 9 4",
|
|
key: "881910"
|
|
}], ["path", {
|
|
d: "M20 20v-7a4 4 0 0 0-4-4H4",
|
|
key: "1nkjon"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/corner-up-right.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CornerUpRight = createLucideIcon("CornerUpRight", [["polyline", {
|
|
points: "15 14 20 9 15 4",
|
|
key: "1tbx3s"
|
|
}], ["path", {
|
|
d: "M4 20v-7a4 4 0 0 1 4-4h12",
|
|
key: "1lu4f8"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cpu.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Cpu = createLucideIcon("Cpu", [
|
|
["rect", {
|
|
x: "4",
|
|
y: "4",
|
|
width: "16",
|
|
height: "16",
|
|
rx: "2",
|
|
key: "1vbyd7"
|
|
}],
|
|
["rect", {
|
|
x: "9",
|
|
y: "9",
|
|
width: "6",
|
|
height: "6",
|
|
key: "o3kz5p"
|
|
}],
|
|
["path", {
|
|
d: "M15 2v2",
|
|
key: "13l42r"
|
|
}],
|
|
["path", {
|
|
d: "M15 20v2",
|
|
key: "15mkzm"
|
|
}],
|
|
["path", {
|
|
d: "M2 15h2",
|
|
key: "1gxd5l"
|
|
}],
|
|
["path", {
|
|
d: "M2 9h2",
|
|
key: "1bbxkp"
|
|
}],
|
|
["path", {
|
|
d: "M20 15h2",
|
|
key: "19e6y8"
|
|
}],
|
|
["path", {
|
|
d: "M20 9h2",
|
|
key: "19tzq7"
|
|
}],
|
|
["path", {
|
|
d: "M9 2v2",
|
|
key: "165o2o"
|
|
}],
|
|
["path", {
|
|
d: "M9 20v2",
|
|
key: "i2bqo8"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/creative-commons.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CreativeCommons = createLucideIcon("CreativeCommons", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["path", {
|
|
d: "M10 9.3a2.8 2.8 0 0 0-3.5 1 3.1 3.1 0 0 0 0 3.4 2.7 2.7 0 0 0 3.5 1",
|
|
key: "1ss3eq"
|
|
}],
|
|
["path", {
|
|
d: "M17 9.3a2.8 2.8 0 0 0-3.5 1 3.1 3.1 0 0 0 0 3.4 2.7 2.7 0 0 0 3.5 1",
|
|
key: "1od56t"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/credit-card.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CreditCard = createLucideIcon("CreditCard", [["rect", {
|
|
width: "20",
|
|
height: "14",
|
|
x: "2",
|
|
y: "5",
|
|
rx: "2",
|
|
key: "ynyp8z"
|
|
}], ["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "10",
|
|
y2: "10",
|
|
key: "1b3vmo"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/croissant.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Croissant = createLucideIcon("Croissant", [
|
|
["path", {
|
|
d: "m4.6 13.11 5.79-3.21c1.89-1.05 4.79 1.78 3.71 3.71l-3.22 5.81C8.8 23.16.79 15.23 4.6 13.11Z",
|
|
key: "1ozxlb"
|
|
}],
|
|
["path", {
|
|
d: "m10.5 9.5-1-2.29C9.2 6.48 8.8 6 8 6H4.5C2.79 6 2 6.5 2 8.5a7.71 7.71 0 0 0 2 4.83",
|
|
key: "ffuyb5"
|
|
}],
|
|
["path", {
|
|
d: "M8 6c0-1.55.24-4-2-4-2 0-2.5 2.17-2.5 4",
|
|
key: "osnpzi"
|
|
}],
|
|
["path", {
|
|
d: "m14.5 13.5 2.29 1c.73.3 1.21.7 1.21 1.5v3.5c0 1.71-.5 2.5-2.5 2.5a7.71 7.71 0 0 1-4.83-2",
|
|
key: "1vubaw"
|
|
}],
|
|
["path", {
|
|
d: "M18 16c1.55 0 4-.24 4 2 0 2-2.17 2.5-4 2.5",
|
|
key: "wxr772"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/crop.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Crop = createLucideIcon("Crop", [["path", {
|
|
d: "M6 2v14a2 2 0 0 0 2 2h14",
|
|
key: "ron5a4"
|
|
}], ["path", {
|
|
d: "M18 22V8a2 2 0 0 0-2-2H2",
|
|
key: "7s9ehn"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cross.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Cross = createLucideIcon("Cross", [["path", {
|
|
d: "M11 2a2 2 0 0 0-2 2v5H4a2 2 0 0 0-2 2v2c0 1.1.9 2 2 2h5v5c0 1.1.9 2 2 2h2a2 2 0 0 0 2-2v-5h5a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-5V4a2 2 0 0 0-2-2h-2z",
|
|
key: "1t5g7j"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/crosshair.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Crosshair = createLucideIcon("Crosshair", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["line", {
|
|
x1: "22",
|
|
x2: "18",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "l9bcsi"
|
|
}],
|
|
["line", {
|
|
x1: "6",
|
|
x2: "2",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "13hhkx"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "6",
|
|
y2: "2",
|
|
key: "10w3f3"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "22",
|
|
y2: "18",
|
|
key: "15g9kq"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/crown.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Crown = createLucideIcon("Crown", [["path", {
|
|
d: "m2 4 3 12h14l3-12-6 7-4-7-4 7-6-7zm3 16h14",
|
|
key: "zkxr6b"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cuboid.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Cuboid = createLucideIcon("Cuboid", [
|
|
["path", {
|
|
d: "m21.12 6.4-6.05-4.06a2 2 0 0 0-2.17-.05L2.95 8.41a2 2 0 0 0-.95 1.7v5.82a2 2 0 0 0 .88 1.66l6.05 4.07a2 2 0 0 0 2.17.05l9.95-6.12a2 2 0 0 0 .95-1.7V8.06a2 2 0 0 0-.88-1.66Z",
|
|
key: "1u2ovd"
|
|
}],
|
|
["path", {
|
|
d: "M10 22v-8L2.25 9.15",
|
|
key: "11pn4q"
|
|
}],
|
|
["path", {
|
|
d: "m10 14 11.77-6.87",
|
|
key: "1kt1wh"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cup-soda.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var CupSoda = createLucideIcon("CupSoda", [
|
|
["path", {
|
|
d: "m6 8 1.75 12.28a2 2 0 0 0 2 1.72h4.54a2 2 0 0 0 2-1.72L18 8",
|
|
key: "8166m8"
|
|
}],
|
|
["path", {
|
|
d: "M5 8h14",
|
|
key: "pcz4l3"
|
|
}],
|
|
["path", {
|
|
d: "M7 15a6.47 6.47 0 0 1 5 0 6.47 6.47 0 0 0 5 0",
|
|
key: "yjz344"
|
|
}],
|
|
["path", {
|
|
d: "m12 8 1-6h2",
|
|
key: "3ybfa4"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/currency.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Currency = createLucideIcon("Currency", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "8",
|
|
key: "46899m"
|
|
}],
|
|
["line", {
|
|
x1: "3",
|
|
x2: "6",
|
|
y1: "3",
|
|
y2: "6",
|
|
key: "1jkytn"
|
|
}],
|
|
["line", {
|
|
x1: "21",
|
|
x2: "18",
|
|
y1: "3",
|
|
y2: "6",
|
|
key: "14zfjt"
|
|
}],
|
|
["line", {
|
|
x1: "3",
|
|
x2: "6",
|
|
y1: "21",
|
|
y2: "18",
|
|
key: "iusuec"
|
|
}],
|
|
["line", {
|
|
x1: "21",
|
|
x2: "18",
|
|
y1: "21",
|
|
y2: "18",
|
|
key: "yj2dd7"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/cylinder.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Cylinder = createLucideIcon("Cylinder", [["ellipse", {
|
|
cx: "12",
|
|
cy: "5",
|
|
rx: "9",
|
|
ry: "3",
|
|
key: "msslwz"
|
|
}], ["path", {
|
|
d: "M3 5v14a9 3 0 0 0 18 0V5",
|
|
key: "aqi0yr"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/database-backup.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var DatabaseBackup = createLucideIcon("DatabaseBackup", [
|
|
["ellipse", {
|
|
cx: "12",
|
|
cy: "5",
|
|
rx: "9",
|
|
ry: "3",
|
|
key: "msslwz"
|
|
}],
|
|
["path", {
|
|
d: "M3 12a9 3 0 0 0 5 2.69",
|
|
key: "1ui2ym"
|
|
}],
|
|
["path", {
|
|
d: "M21 9.3V5",
|
|
key: "6k6cib"
|
|
}],
|
|
["path", {
|
|
d: "M3 5v14a9 3 0 0 0 6.47 2.88",
|
|
key: "i62tjy"
|
|
}],
|
|
["path", {
|
|
d: "M12 12v4h4",
|
|
key: "1bxaet"
|
|
}],
|
|
["path", {
|
|
d: "M13 20a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L12 16",
|
|
key: "1f4ei9"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/database-zap.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var DatabaseZap = createLucideIcon("DatabaseZap", [
|
|
["ellipse", {
|
|
cx: "12",
|
|
cy: "5",
|
|
rx: "9",
|
|
ry: "3",
|
|
key: "msslwz"
|
|
}],
|
|
["path", {
|
|
d: "M3 5V19A9 3 0 0 0 15 21.84",
|
|
key: "14ibmq"
|
|
}],
|
|
["path", {
|
|
d: "M21 5V8",
|
|
key: "1marbg"
|
|
}],
|
|
["path", {
|
|
d: "M21 12L18 17H22L19 22",
|
|
key: "zafso"
|
|
}],
|
|
["path", {
|
|
d: "M3 12A9 3 0 0 0 14.59 14.87",
|
|
key: "1y4wr8"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/database.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Database = createLucideIcon("Database", [
|
|
["ellipse", {
|
|
cx: "12",
|
|
cy: "5",
|
|
rx: "9",
|
|
ry: "3",
|
|
key: "msslwz"
|
|
}],
|
|
["path", {
|
|
d: "M3 5V19A9 3 0 0 0 21 19V5",
|
|
key: "1wlel7"
|
|
}],
|
|
["path", {
|
|
d: "M3 12A9 3 0 0 0 21 12",
|
|
key: "mv7ke4"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/delete.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Delete = createLucideIcon("Delete", [
|
|
["path", {
|
|
d: "M20 5H9l-7 7 7 7h11a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2Z",
|
|
key: "1oy587"
|
|
}],
|
|
["line", {
|
|
x1: "18",
|
|
x2: "12",
|
|
y1: "9",
|
|
y2: "15",
|
|
key: "1olkx5"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "18",
|
|
y1: "9",
|
|
y2: "15",
|
|
key: "1n50pc"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/dessert.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Dessert = createLucideIcon("Dessert", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "4",
|
|
r: "2",
|
|
key: "muu5ef"
|
|
}],
|
|
["path", {
|
|
d: "M10.2 3.2C5.5 4 2 8.1 2 13a2 2 0 0 0 4 0v-1a2 2 0 0 1 4 0v4a2 2 0 0 0 4 0v-4a2 2 0 0 1 4 0v1a2 2 0 0 0 4 0c0-4.9-3.5-9-8.2-9.8",
|
|
key: "lfo06j"
|
|
}],
|
|
["path", {
|
|
d: "M3.2 14.8a9 9 0 0 0 17.6 0",
|
|
key: "12xarc"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/diameter.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Diameter = createLucideIcon("Diameter", [
|
|
["circle", {
|
|
cx: "19",
|
|
cy: "19",
|
|
r: "2",
|
|
key: "17f5cg"
|
|
}],
|
|
["circle", {
|
|
cx: "5",
|
|
cy: "5",
|
|
r: "2",
|
|
key: "1gwv83"
|
|
}],
|
|
["path", {
|
|
d: "M6.48 3.66a10 10 0 0 1 13.86 13.86",
|
|
key: "xr8kdq"
|
|
}],
|
|
["path", {
|
|
d: "m6.41 6.41 11.18 11.18",
|
|
key: "uhpjw7"
|
|
}],
|
|
["path", {
|
|
d: "M3.66 6.48a10 10 0 0 0 13.86 13.86",
|
|
key: "cldpwv"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/diamond.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Diamond = createLucideIcon("Diamond", [["path", {
|
|
d: "M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41l-7.59-7.59a2.41 2.41 0 0 0-3.41 0Z",
|
|
key: "1f1r0c"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/dice-1.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Dice1 = createLucideIcon("Dice1", [["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1m3agn"
|
|
}], ["path", {
|
|
d: "M12 12h.01",
|
|
key: "1mp3jc"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/dice-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Dice2 = createLucideIcon("Dice2", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1m3agn"
|
|
}],
|
|
["path", {
|
|
d: "M15 9h.01",
|
|
key: "x1ddxp"
|
|
}],
|
|
["path", {
|
|
d: "M9 15h.01",
|
|
key: "fzyn71"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/dice-3.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Dice3 = createLucideIcon("Dice3", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1m3agn"
|
|
}],
|
|
["path", {
|
|
d: "M16 8h.01",
|
|
key: "cr5u4v"
|
|
}],
|
|
["path", {
|
|
d: "M12 12h.01",
|
|
key: "1mp3jc"
|
|
}],
|
|
["path", {
|
|
d: "M8 16h.01",
|
|
key: "18s6g9"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/dice-4.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Dice4 = createLucideIcon("Dice4", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1m3agn"
|
|
}],
|
|
["path", {
|
|
d: "M16 8h.01",
|
|
key: "cr5u4v"
|
|
}],
|
|
["path", {
|
|
d: "M8 8h.01",
|
|
key: "1e4136"
|
|
}],
|
|
["path", {
|
|
d: "M8 16h.01",
|
|
key: "18s6g9"
|
|
}],
|
|
["path", {
|
|
d: "M16 16h.01",
|
|
key: "1f9h7w"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/dice-5.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Dice5 = createLucideIcon("Dice5", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1m3agn"
|
|
}],
|
|
["path", {
|
|
d: "M16 8h.01",
|
|
key: "cr5u4v"
|
|
}],
|
|
["path", {
|
|
d: "M8 8h.01",
|
|
key: "1e4136"
|
|
}],
|
|
["path", {
|
|
d: "M8 16h.01",
|
|
key: "18s6g9"
|
|
}],
|
|
["path", {
|
|
d: "M16 16h.01",
|
|
key: "1f9h7w"
|
|
}],
|
|
["path", {
|
|
d: "M12 12h.01",
|
|
key: "1mp3jc"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/dice-6.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Dice6 = createLucideIcon("Dice6", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1m3agn"
|
|
}],
|
|
["path", {
|
|
d: "M16 8h.01",
|
|
key: "cr5u4v"
|
|
}],
|
|
["path", {
|
|
d: "M16 12h.01",
|
|
key: "1l6xoz"
|
|
}],
|
|
["path", {
|
|
d: "M16 16h.01",
|
|
key: "1f9h7w"
|
|
}],
|
|
["path", {
|
|
d: "M8 8h.01",
|
|
key: "1e4136"
|
|
}],
|
|
["path", {
|
|
d: "M8 12h.01",
|
|
key: "czm47f"
|
|
}],
|
|
["path", {
|
|
d: "M8 16h.01",
|
|
key: "18s6g9"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/dices.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Dices = createLucideIcon("Dices", [
|
|
["rect", {
|
|
width: "12",
|
|
height: "12",
|
|
x: "2",
|
|
y: "10",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "6agr2n"
|
|
}],
|
|
["path", {
|
|
d: "m17.92 14 3.5-3.5a2.24 2.24 0 0 0 0-3l-5-4.92a2.24 2.24 0 0 0-3 0L10 6",
|
|
key: "1o487t"
|
|
}],
|
|
["path", {
|
|
d: "M6 18h.01",
|
|
key: "uhywen"
|
|
}],
|
|
["path", {
|
|
d: "M10 14h.01",
|
|
key: "ssrbsk"
|
|
}],
|
|
["path", {
|
|
d: "M15 6h.01",
|
|
key: "cblpky"
|
|
}],
|
|
["path", {
|
|
d: "M18 9h.01",
|
|
key: "2061c0"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/diff.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Diff = createLucideIcon("Diff", [
|
|
["path", {
|
|
d: "M12 3v14",
|
|
key: "7cf3v8"
|
|
}],
|
|
["path", {
|
|
d: "M5 10h14",
|
|
key: "elsbfy"
|
|
}],
|
|
["path", {
|
|
d: "M5 21h14",
|
|
key: "11awu3"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/disc-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Disc2 = createLucideIcon("Disc2", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "4",
|
|
key: "4exip2"
|
|
}],
|
|
["path", {
|
|
d: "M12 12h.01",
|
|
key: "1mp3jc"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/disc-3.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Disc3 = createLucideIcon("Disc3", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["path", {
|
|
d: "M6 12c0-1.7.7-3.2 1.8-4.2",
|
|
key: "oqkarx"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "2",
|
|
key: "1c9p78"
|
|
}],
|
|
["path", {
|
|
d: "M18 12c0 1.7-.7 3.2-1.8 4.2",
|
|
key: "1eah9h"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/disc-album.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var DiscAlbum = createLucideIcon("DiscAlbum", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "5",
|
|
key: "nd82uf"
|
|
}],
|
|
["path", {
|
|
d: "M12 12h.01",
|
|
key: "1mp3jc"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/disc.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Disc = createLucideIcon("Disc", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "2",
|
|
key: "1c9p78"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/divide-circle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var DivideCircle = createLucideIcon("DivideCircle", [
|
|
["line", {
|
|
x1: "8",
|
|
x2: "16",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "1jonct"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "16",
|
|
y2: "16",
|
|
key: "aqc6ln"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "8",
|
|
y2: "8",
|
|
key: "1mkcni"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/divide-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var DivideSquare = createLucideIcon("DivideSquare", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1m3agn"
|
|
}],
|
|
["line", {
|
|
x1: "8",
|
|
x2: "16",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "1jonct"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "16",
|
|
y2: "16",
|
|
key: "aqc6ln"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "8",
|
|
y2: "8",
|
|
key: "1mkcni"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/divide.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Divide = createLucideIcon("Divide", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "6",
|
|
r: "1",
|
|
key: "1bh7o1"
|
|
}],
|
|
["line", {
|
|
x1: "5",
|
|
x2: "19",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "13b5wn"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "18",
|
|
r: "1",
|
|
key: "lqb9t5"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/dna-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var DnaOff = createLucideIcon("DnaOff", [
|
|
["path", {
|
|
d: "M15 2c-1.35 1.5-2.092 3-2.5 4.5M9 22c1.35-1.5 2.092-3 2.5-4.5",
|
|
key: "sxiaad"
|
|
}],
|
|
["path", {
|
|
d: "M2 15c3.333-3 6.667-3 10-3m10-3c-1.5 1.35-3 2.092-4.5 2.5",
|
|
key: "yn4bs1"
|
|
}],
|
|
["path", {
|
|
d: "m17 6-2.5-2.5",
|
|
key: "5cdfhj"
|
|
}],
|
|
["path", {
|
|
d: "m14 8-1.5-1.5",
|
|
key: "1ohn8i"
|
|
}],
|
|
["path", {
|
|
d: "m7 18 2.5 2.5",
|
|
key: "16tu1a"
|
|
}],
|
|
["path", {
|
|
d: "m3.5 14.5.5.5",
|
|
key: "hapbhd"
|
|
}],
|
|
["path", {
|
|
d: "m20 9 .5.5",
|
|
key: "1n7z02"
|
|
}],
|
|
["path", {
|
|
d: "m6.5 12.5 1 1",
|
|
key: "cs35ky"
|
|
}],
|
|
["path", {
|
|
d: "m16.5 10.5 1 1",
|
|
key: "696xn5"
|
|
}],
|
|
["path", {
|
|
d: "m10 16 1.5 1.5",
|
|
key: "11lckj"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/dna.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Dna = createLucideIcon("Dna", [
|
|
["path", {
|
|
d: "M2 15c6.667-6 13.333 0 20-6",
|
|
key: "1pyr53"
|
|
}],
|
|
["path", {
|
|
d: "M9 22c1.798-1.998 2.518-3.995 2.807-5.993",
|
|
key: "q3hbxp"
|
|
}],
|
|
["path", {
|
|
d: "M15 2c-1.798 1.998-2.518 3.995-2.807 5.993",
|
|
key: "80uv8i"
|
|
}],
|
|
["path", {
|
|
d: "m17 6-2.5-2.5",
|
|
key: "5cdfhj"
|
|
}],
|
|
["path", {
|
|
d: "m14 8-1-1",
|
|
key: "15nbz5"
|
|
}],
|
|
["path", {
|
|
d: "m7 18 2.5 2.5",
|
|
key: "16tu1a"
|
|
}],
|
|
["path", {
|
|
d: "m3.5 14.5.5.5",
|
|
key: "hapbhd"
|
|
}],
|
|
["path", {
|
|
d: "m20 9 .5.5",
|
|
key: "1n7z02"
|
|
}],
|
|
["path", {
|
|
d: "m6.5 12.5 1 1",
|
|
key: "cs35ky"
|
|
}],
|
|
["path", {
|
|
d: "m16.5 10.5 1 1",
|
|
key: "696xn5"
|
|
}],
|
|
["path", {
|
|
d: "m10 16 1.5 1.5",
|
|
key: "11lckj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/dog.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Dog = createLucideIcon("Dog", [
|
|
["path", {
|
|
d: "M10 5.172C10 3.782 8.423 2.679 6.5 3c-2.823.47-4.113 6.006-4 7 .08.703 1.725 1.722 3.656 1 1.261-.472 1.96-1.45 2.344-2.5",
|
|
key: "19br0u"
|
|
}],
|
|
["path", {
|
|
d: "M14.267 5.172c0-1.39 1.577-2.493 3.5-2.172 2.823.47 4.113 6.006 4 7-.08.703-1.725 1.722-3.656 1-1.261-.472-1.855-1.45-2.239-2.5",
|
|
key: "11n1an"
|
|
}],
|
|
["path", {
|
|
d: "M8 14v.5",
|
|
key: "1nzgdb"
|
|
}],
|
|
["path", {
|
|
d: "M16 14v.5",
|
|
key: "1lajdz"
|
|
}],
|
|
["path", {
|
|
d: "M11.25 16.25h1.5L12 17l-.75-.75Z",
|
|
key: "12kq1m"
|
|
}],
|
|
["path", {
|
|
d: "M4.42 11.247A13.152 13.152 0 0 0 4 14.556C4 18.728 7.582 21 12 21s8-2.272 8-6.444c0-1.061-.162-2.2-.493-3.309m-9.243-6.082A8.801 8.801 0 0 1 12 5c.78 0 1.5.108 2.161.306",
|
|
key: "wsu29d"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/dollar-sign.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var DollarSign = createLucideIcon("DollarSign", [["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "7eqyqh"
|
|
}], ["path", {
|
|
d: "M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6",
|
|
key: "1b0p4s"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/donut.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Donut = createLucideIcon("Donut", [["path", {
|
|
d: "M20.5 10a2.5 2.5 0 0 1-2.4-3H18a2.95 2.95 0 0 1-2.6-4.4 10 10 0 1 0 6.3 7.1c-.3.2-.8.3-1.2.3",
|
|
key: "19sr3x"
|
|
}], ["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "3",
|
|
key: "1v7zrd"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/door-closed.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var DoorClosed = createLucideIcon("DoorClosed", [
|
|
["path", {
|
|
d: "M18 20V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14",
|
|
key: "36qu9e"
|
|
}],
|
|
["path", {
|
|
d: "M2 20h20",
|
|
key: "owomy5"
|
|
}],
|
|
["path", {
|
|
d: "M14 12v.01",
|
|
key: "xfcn54"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/door-open.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var DoorOpen = createLucideIcon("DoorOpen", [
|
|
["path", {
|
|
d: "M13 4h3a2 2 0 0 1 2 2v14",
|
|
key: "hrm0s9"
|
|
}],
|
|
["path", {
|
|
d: "M2 20h3",
|
|
key: "1gaodv"
|
|
}],
|
|
["path", {
|
|
d: "M13 20h9",
|
|
key: "s90cdi"
|
|
}],
|
|
["path", {
|
|
d: "M10 12v.01",
|
|
key: "vx6srw"
|
|
}],
|
|
["path", {
|
|
d: "M13 4.562v16.157a1 1 0 0 1-1.242.97L5 20V5.562a2 2 0 0 1 1.515-1.94l4-1A2 2 0 0 1 13 4.561Z",
|
|
key: "199qr4"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/dot.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Dot = createLucideIcon("Dot", [["circle", {
|
|
cx: "12.1",
|
|
cy: "12.1",
|
|
r: "1",
|
|
key: "18d7e5"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/download-cloud.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var DownloadCloud = createLucideIcon("DownloadCloud", [
|
|
["path", {
|
|
d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",
|
|
key: "1pljnt"
|
|
}],
|
|
["path", {
|
|
d: "M12 12v9",
|
|
key: "192myk"
|
|
}],
|
|
["path", {
|
|
d: "m8 17 4 4 4-4",
|
|
key: "1ul180"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/download.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Download = createLucideIcon("Download", [
|
|
["path", {
|
|
d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",
|
|
key: "ih7n3h"
|
|
}],
|
|
["polyline", {
|
|
points: "7 10 12 15 17 10",
|
|
key: "2ggqvy"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "15",
|
|
y2: "3",
|
|
key: "1vk2je"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/drafting-compass.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var DraftingCompass = createLucideIcon("DraftingCompass", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "5",
|
|
r: "2",
|
|
key: "f1ur92"
|
|
}],
|
|
["path", {
|
|
d: "m3 21 8.02-14.26",
|
|
key: "1ssaw4"
|
|
}],
|
|
["path", {
|
|
d: "m12.99 6.74 1.93 3.44",
|
|
key: "iwagvd"
|
|
}],
|
|
["path", {
|
|
d: "M19 12c-3.87 4-10.13 4-14 0",
|
|
key: "1tsu18"
|
|
}],
|
|
["path", {
|
|
d: "m21 21-2.16-3.84",
|
|
key: "vylbct"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/drama.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Drama = createLucideIcon("Drama", [
|
|
["path", {
|
|
d: "M10 11h.01",
|
|
key: "d2at3l"
|
|
}],
|
|
["path", {
|
|
d: "M14 6h.01",
|
|
key: "k028ub"
|
|
}],
|
|
["path", {
|
|
d: "M18 6h.01",
|
|
key: "1v4wsw"
|
|
}],
|
|
["path", {
|
|
d: "M6.5 13.1h.01",
|
|
key: "1748ia"
|
|
}],
|
|
["path", {
|
|
d: "M22 5c0 9-4 12-6 12s-6-3-6-12c0-2 2-3 6-3s6 1 6 3",
|
|
key: "172yzv"
|
|
}],
|
|
["path", {
|
|
d: "M17.4 9.9c-.8.8-2 .8-2.8 0",
|
|
key: "1obv0w"
|
|
}],
|
|
["path", {
|
|
d: "M10.1 7.1C9 7.2 7.7 7.7 6 8.6c-3.5 2-4.7 3.9-3.7 5.6 4.5 7.8 9.5 8.4 11.2 7.4.9-.5 1.9-2.1 1.9-4.7",
|
|
key: "rqjl8i"
|
|
}],
|
|
["path", {
|
|
d: "M9.1 16.5c.3-1.1 1.4-1.7 2.4-1.4",
|
|
key: "1mr6wy"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/dribbble.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Dribbble = createLucideIcon("Dribbble", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["path", {
|
|
d: "M19.13 5.09C15.22 9.14 10 10.44 2.25 10.94",
|
|
key: "hpej1"
|
|
}],
|
|
["path", {
|
|
d: "M21.75 12.84c-6.62-1.41-12.14 1-16.38 6.32",
|
|
key: "1tr44o"
|
|
}],
|
|
["path", {
|
|
d: "M8.56 2.75c4.37 6 6 9.42 8 17.72",
|
|
key: "kbh691"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/droplet.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Droplet = createLucideIcon("Droplet", [["path", {
|
|
d: "M12 22a7 7 0 0 0 7-7c0-2-1-3.9-3-5.5s-3.5-4-4-6.5c-.5 2.5-2 4.9-4 6.5C6 11.1 5 13 5 15a7 7 0 0 0 7 7z",
|
|
key: "c7niix"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/droplets.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Droplets = createLucideIcon("Droplets", [["path", {
|
|
d: "M7 16.3c2.2 0 4-1.83 4-4.05 0-1.16-.57-2.26-1.71-3.19S7.29 6.75 7 5.3c-.29 1.45-1.14 2.84-2.29 3.76S3 11.1 3 12.25c0 2.22 1.8 4.05 4 4.05z",
|
|
key: "1ptgy4"
|
|
}], ["path", {
|
|
d: "M12.56 6.6A10.97 10.97 0 0 0 14 3.02c.5 2.5 2 4.9 4 6.5s3 3.5 3 5.5a6.98 6.98 0 0 1-11.91 4.97",
|
|
key: "1sl1rz"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/drum.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Drum = createLucideIcon("Drum", [
|
|
["path", {
|
|
d: "m2 2 8 8",
|
|
key: "1v6059"
|
|
}],
|
|
["path", {
|
|
d: "m22 2-8 8",
|
|
key: "173r8a"
|
|
}],
|
|
["ellipse", {
|
|
cx: "12",
|
|
cy: "9",
|
|
rx: "10",
|
|
ry: "5",
|
|
key: "liohsx"
|
|
}],
|
|
["path", {
|
|
d: "M7 13.4v7.9",
|
|
key: "1yi6u9"
|
|
}],
|
|
["path", {
|
|
d: "M12 14v8",
|
|
key: "1tn2tj"
|
|
}],
|
|
["path", {
|
|
d: "M17 13.4v7.9",
|
|
key: "eqz2v3"
|
|
}],
|
|
["path", {
|
|
d: "M2 9v8a10 5 0 0 0 20 0V9",
|
|
key: "1750ul"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/drumstick.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Drumstick = createLucideIcon("Drumstick", [["path", {
|
|
d: "M15.45 15.4c-2.13.65-4.3.32-5.7-1.1-2.29-2.27-1.76-6.5 1.17-9.42 2.93-2.93 7.15-3.46 9.43-1.18 1.41 1.41 1.74 3.57 1.1 5.71-1.4-.51-3.26-.02-4.64 1.36-1.38 1.38-1.87 3.23-1.36 4.63z",
|
|
key: "1o96s0"
|
|
}], ["path", {
|
|
d: "m11.25 15.6-2.16 2.16a2.5 2.5 0 1 1-4.56 1.73 2.49 2.49 0 0 1-1.41-4.24 2.5 2.5 0 0 1 3.14-.32l2.16-2.16",
|
|
key: "14vv5h"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/dumbbell.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Dumbbell = createLucideIcon("Dumbbell", [
|
|
["path", {
|
|
d: "m6.5 6.5 11 11",
|
|
key: "f7oqzb"
|
|
}],
|
|
["path", {
|
|
d: "m21 21-1-1",
|
|
key: "cpc6if"
|
|
}],
|
|
["path", {
|
|
d: "m3 3 1 1",
|
|
key: "d3rpuf"
|
|
}],
|
|
["path", {
|
|
d: "m18 22 4-4",
|
|
key: "1e32o6"
|
|
}],
|
|
["path", {
|
|
d: "m2 6 4-4",
|
|
key: "189tqz"
|
|
}],
|
|
["path", {
|
|
d: "m3 10 7-7",
|
|
key: "1bxui2"
|
|
}],
|
|
["path", {
|
|
d: "m14 21 7-7",
|
|
key: "16x78n"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/ear-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var EarOff = createLucideIcon("EarOff", [
|
|
["path", {
|
|
d: "M6 18.5a3.5 3.5 0 1 0 7 0c0-1.57.92-2.52 2.04-3.46",
|
|
key: "1qngmn"
|
|
}],
|
|
["path", {
|
|
d: "M6 8.5c0-.75.13-1.47.36-2.14",
|
|
key: "b06bma"
|
|
}],
|
|
["path", {
|
|
d: "M8.8 3.15A6.5 6.5 0 0 1 19 8.5c0 1.63-.44 2.81-1.09 3.76",
|
|
key: "g10hsz"
|
|
}],
|
|
["path", {
|
|
d: "M12.5 6A2.5 2.5 0 0 1 15 8.5M10 13a2 2 0 0 0 1.82-1.18",
|
|
key: "ygzou7"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/ear.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Ear = createLucideIcon("Ear", [["path", {
|
|
d: "M6 8.5a6.5 6.5 0 1 1 13 0c0 6-6 6-6 10a3.5 3.5 0 1 1-7 0",
|
|
key: "1dfaln"
|
|
}], ["path", {
|
|
d: "M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4",
|
|
key: "1qnva7"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/egg-fried.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var EggFried = createLucideIcon("EggFried", [["circle", {
|
|
cx: "11.5",
|
|
cy: "12.5",
|
|
r: "3.5",
|
|
key: "1cl1mi"
|
|
}], ["path", {
|
|
d: "M3 8c0-3.5 2.5-6 6.5-6 5 0 4.83 3 7.5 5s5 2 5 6c0 4.5-2.5 6.5-7 6.5-2.5 0-2.5 2.5-6 2.5s-7-2-7-5.5c0-3 1.5-3 1.5-5C3.5 10 3 9 3 8Z",
|
|
key: "165ef9"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/egg-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var EggOff = createLucideIcon("EggOff", [
|
|
["path", {
|
|
d: "M6.399 6.399C5.362 8.157 4.65 10.189 4.5 12c-.37 4.43 1.27 9.95 7.5 10 3.256-.026 5.259-1.547 6.375-3.625",
|
|
key: "6et380"
|
|
}],
|
|
["path", {
|
|
d: "M19.532 13.875A14.07 14.07 0 0 0 19.5 12c-.36-4.34-3.95-9.96-7.5-10-1.04.012-2.082.502-3.046 1.297",
|
|
key: "gcdc3f"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/egg.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Egg = createLucideIcon("Egg", [["path", {
|
|
d: "M12 22c6.23-.05 7.87-5.57 7.5-10-.36-4.34-3.95-9.96-7.5-10-3.55.04-7.14 5.66-7.5 10-.37 4.43 1.27 9.95 7.5 10z",
|
|
key: "1c39pg"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/equal-not.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var EqualNot = createLucideIcon("EqualNot", [
|
|
["line", {
|
|
x1: "5",
|
|
x2: "19",
|
|
y1: "9",
|
|
y2: "9",
|
|
key: "1nwqeh"
|
|
}],
|
|
["line", {
|
|
x1: "5",
|
|
x2: "19",
|
|
y1: "15",
|
|
y2: "15",
|
|
key: "g8yjpy"
|
|
}],
|
|
["line", {
|
|
x1: "19",
|
|
x2: "5",
|
|
y1: "5",
|
|
y2: "19",
|
|
key: "1x9vlm"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/equal.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Equal = createLucideIcon("Equal", [["line", {
|
|
x1: "5",
|
|
x2: "19",
|
|
y1: "9",
|
|
y2: "9",
|
|
key: "1nwqeh"
|
|
}], ["line", {
|
|
x1: "5",
|
|
x2: "19",
|
|
y1: "15",
|
|
y2: "15",
|
|
key: "g8yjpy"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/eraser.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Eraser = createLucideIcon("Eraser", [
|
|
["path", {
|
|
d: "m7 21-4.3-4.3c-1-1-1-2.5 0-3.4l9.6-9.6c1-1 2.5-1 3.4 0l5.6 5.6c1 1 1 2.5 0 3.4L13 21",
|
|
key: "182aya"
|
|
}],
|
|
["path", {
|
|
d: "M22 21H7",
|
|
key: "t4ddhn"
|
|
}],
|
|
["path", {
|
|
d: "m5 11 9 9",
|
|
key: "1mo9qw"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/euro.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Euro = createLucideIcon("Euro", [
|
|
["path", {
|
|
d: "M4 10h12",
|
|
key: "1y6xl8"
|
|
}],
|
|
["path", {
|
|
d: "M4 14h9",
|
|
key: "1loblj"
|
|
}],
|
|
["path", {
|
|
d: "M19 6a7.7 7.7 0 0 0-5.2-2A7.9 7.9 0 0 0 6 12c0 4.4 3.5 8 7.8 8 2 0 3.8-.8 5.2-2",
|
|
key: "1j6lzo"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/expand.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Expand = createLucideIcon("Expand", [
|
|
["path", {
|
|
d: "m21 21-6-6m6 6v-4.8m0 4.8h-4.8",
|
|
key: "1c15vz"
|
|
}],
|
|
["path", {
|
|
d: "M3 16.2V21m0 0h4.8M3 21l6-6",
|
|
key: "1fsnz2"
|
|
}],
|
|
["path", {
|
|
d: "M21 7.8V3m0 0h-4.8M21 3l-6 6",
|
|
key: "hawz9i"
|
|
}],
|
|
["path", {
|
|
d: "M3 7.8V3m0 0h4.8M3 3l6 6",
|
|
key: "u9ee12"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/external-link.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ExternalLink = createLucideIcon("ExternalLink", [
|
|
["path", {
|
|
d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",
|
|
key: "a6xqqp"
|
|
}],
|
|
["polyline", {
|
|
points: "15 3 21 3 21 9",
|
|
key: "mznyad"
|
|
}],
|
|
["line", {
|
|
x1: "10",
|
|
x2: "21",
|
|
y1: "14",
|
|
y2: "3",
|
|
key: "18c3s4"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/eye-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var EyeOff = createLucideIcon("EyeOff", [
|
|
["path", {
|
|
d: "M9.88 9.88a3 3 0 1 0 4.24 4.24",
|
|
key: "1jxqfv"
|
|
}],
|
|
["path", {
|
|
d: "M10.73 5.08A10.43 10.43 0 0 1 12 5c7 0 10 7 10 7a13.16 13.16 0 0 1-1.67 2.68",
|
|
key: "9wicm4"
|
|
}],
|
|
["path", {
|
|
d: "M6.61 6.61A13.526 13.526 0 0 0 2 12s3 7 10 7a9.74 9.74 0 0 0 5.39-1.61",
|
|
key: "1jreej"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/eye.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Eye = createLucideIcon("Eye", [["path", {
|
|
d: "M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7Z",
|
|
key: "rwhkz3"
|
|
}], ["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "3",
|
|
key: "1v7zrd"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/facebook.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Facebook = createLucideIcon("Facebook", [["path", {
|
|
d: "M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z",
|
|
key: "1jg4f8"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/factory.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Factory = createLucideIcon("Factory", [
|
|
["path", {
|
|
d: "M2 20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8l-7 5V8l-7 5V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",
|
|
key: "159hny"
|
|
}],
|
|
["path", {
|
|
d: "M17 18h1",
|
|
key: "uldtlt"
|
|
}],
|
|
["path", {
|
|
d: "M12 18h1",
|
|
key: "s9uhes"
|
|
}],
|
|
["path", {
|
|
d: "M7 18h1",
|
|
key: "1neino"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/fan.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Fan = createLucideIcon("Fan", [["path", {
|
|
d: "M10.827 16.379a6.082 6.082 0 0 1-8.618-7.002l5.412 1.45a6.082 6.082 0 0 1 7.002-8.618l-1.45 5.412a6.082 6.082 0 0 1 8.618 7.002l-5.412-1.45a6.082 6.082 0 0 1-7.002 8.618l1.45-5.412Z",
|
|
key: "484a7f"
|
|
}], ["path", {
|
|
d: "M12 12v.01",
|
|
key: "u5ubse"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/fast-forward.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FastForward = createLucideIcon("FastForward", [["polygon", {
|
|
points: "13 19 22 12 13 5 13 19",
|
|
key: "587y9g"
|
|
}], ["polygon", {
|
|
points: "2 19 11 12 2 5 2 19",
|
|
key: "3pweh0"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/feather.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Feather = createLucideIcon("Feather", [
|
|
["path", {
|
|
d: "M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z",
|
|
key: "u4sw5n"
|
|
}],
|
|
["line", {
|
|
x1: "16",
|
|
x2: "2",
|
|
y1: "8",
|
|
y2: "22",
|
|
key: "1c47m2"
|
|
}],
|
|
["line", {
|
|
x1: "17.5",
|
|
x2: "9",
|
|
y1: "15",
|
|
y2: "15",
|
|
key: "2fj3pr"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/fence.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Fence = createLucideIcon("Fence", [
|
|
["path", {
|
|
d: "M4 3 2 5v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z",
|
|
key: "1n2rgs"
|
|
}],
|
|
["path", {
|
|
d: "M6 8h4",
|
|
key: "utf9t1"
|
|
}],
|
|
["path", {
|
|
d: "M6 18h4",
|
|
key: "12yh4b"
|
|
}],
|
|
["path", {
|
|
d: "m12 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z",
|
|
key: "3ha7mj"
|
|
}],
|
|
["path", {
|
|
d: "M14 8h4",
|
|
key: "1r8wg2"
|
|
}],
|
|
["path", {
|
|
d: "M14 18h4",
|
|
key: "1t3kbu"
|
|
}],
|
|
["path", {
|
|
d: "m20 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z",
|
|
key: "dfd4e2"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/ferris-wheel.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FerrisWheel = createLucideIcon("FerrisWheel", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "2",
|
|
key: "1c9p78"
|
|
}],
|
|
["path", {
|
|
d: "M12 2v4",
|
|
key: "3427ic"
|
|
}],
|
|
["path", {
|
|
d: "m6.8 15-3.5 2",
|
|
key: "hjy98k"
|
|
}],
|
|
["path", {
|
|
d: "m20.7 7-3.5 2",
|
|
key: "f08gto"
|
|
}],
|
|
["path", {
|
|
d: "M6.8 9 3.3 7",
|
|
key: "1aevh4"
|
|
}],
|
|
["path", {
|
|
d: "m20.7 17-3.5-2",
|
|
key: "1liqo3"
|
|
}],
|
|
["path", {
|
|
d: "m9 22 3-8 3 8",
|
|
key: "wees03"
|
|
}],
|
|
["path", {
|
|
d: "M8 22h8",
|
|
key: "rmew8v"
|
|
}],
|
|
["path", {
|
|
d: "M18 18.7a9 9 0 1 0-12 0",
|
|
key: "dhzg4g"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/figma.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Figma = createLucideIcon("Figma", [
|
|
["path", {
|
|
d: "M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z",
|
|
key: "1340ok"
|
|
}],
|
|
["path", {
|
|
d: "M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z",
|
|
key: "1hz3m3"
|
|
}],
|
|
["path", {
|
|
d: "M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z",
|
|
key: "1oz8n2"
|
|
}],
|
|
["path", {
|
|
d: "M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z",
|
|
key: "1ff65i"
|
|
}],
|
|
["path", {
|
|
d: "M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z",
|
|
key: "pdip6e"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-archive.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileArchive = createLucideIcon("FileArchive", [
|
|
["path", {
|
|
d: "M4 22V4c0-.5.2-1 .6-1.4C5 2.2 5.5 2 6 2h8.5L20 7.5V20c0 .5-.2 1-.6 1.4-.4.4-.9.6-1.4.6h-2",
|
|
key: "1u864v"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["circle", {
|
|
cx: "10",
|
|
cy: "20",
|
|
r: "2",
|
|
key: "1xzdoj"
|
|
}],
|
|
["path", {
|
|
d: "M10 7V6",
|
|
key: "dljcrl"
|
|
}],
|
|
["path", {
|
|
d: "M10 12v-1",
|
|
key: "v7bkov"
|
|
}],
|
|
["path", {
|
|
d: "M10 18v-2",
|
|
key: "1cjy8d"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-audio-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileAudio2 = createLucideIcon("FileAudio2", [
|
|
["path", {
|
|
d: "M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v2",
|
|
key: "fkyf72"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "M2 17v-3a4 4 0 0 1 8 0v3",
|
|
key: "1ggdre"
|
|
}],
|
|
["circle", {
|
|
cx: "9",
|
|
cy: "17",
|
|
r: "1",
|
|
key: "bc1fq4"
|
|
}],
|
|
["circle", {
|
|
cx: "3",
|
|
cy: "17",
|
|
r: "1",
|
|
key: "vo6nti"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-audio.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileAudio = createLucideIcon("FileAudio", [
|
|
["path", {
|
|
d: "M17.5 22h.5c.5 0 1-.2 1.4-.6.4-.4.6-.9.6-1.4V7.5L14.5 2H6c-.5 0-1 .2-1.4.6C4.2 3 4 3.5 4 4v3",
|
|
key: "1013sb"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "M10 20v-1a2 2 0 1 1 4 0v1a2 2 0 1 1-4 0Z",
|
|
key: "gqt63y"
|
|
}],
|
|
["path", {
|
|
d: "M6 20v-1a2 2 0 1 0-4 0v1a2 2 0 1 0 4 0Z",
|
|
key: "cf7lqx"
|
|
}],
|
|
["path", {
|
|
d: "M2 19v-3a6 6 0 0 1 12 0v3",
|
|
key: "1acxgf"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-axis-3d.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileAxis3d = createLucideIcon("FileAxis3d", [
|
|
["path", {
|
|
d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z",
|
|
key: "1nnpy2"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "M8 10v8h8",
|
|
key: "tlaukw"
|
|
}],
|
|
["path", {
|
|
d: "m8 18 4-4",
|
|
key: "12zab0"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-badge-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileBadge2 = createLucideIcon("FileBadge2", [
|
|
["path", {
|
|
d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z",
|
|
key: "1nnpy2"
|
|
}],
|
|
["path", {
|
|
d: "M12 13a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",
|
|
key: "13rien"
|
|
}],
|
|
["path", {
|
|
d: "m14 12.5 1 5.5-3-1-3 1 1-5.5",
|
|
key: "14xlky"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-badge.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileBadge = createLucideIcon("FileBadge", [
|
|
["path", {
|
|
d: "M4 7V4a2 2 0 0 1 2-2h8.5L20 7.5V20a2 2 0 0 1-2 2h-6",
|
|
key: "qtddq0"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "M5 17a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",
|
|
key: "u0c8gj"
|
|
}],
|
|
["path", {
|
|
d: "M7 16.5 8 22l-3-1-3 1 1-5.5",
|
|
key: "5gm2nr"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-bar-chart-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileBarChart2 = createLucideIcon("FileBarChart2", [
|
|
["path", {
|
|
d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z",
|
|
key: "1nnpy2"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "M12 18v-6",
|
|
key: "17g6i2"
|
|
}],
|
|
["path", {
|
|
d: "M8 18v-1",
|
|
key: "zg0ygc"
|
|
}],
|
|
["path", {
|
|
d: "M16 18v-3",
|
|
key: "j5jt4h"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-bar-chart.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileBarChart = createLucideIcon("FileBarChart", [
|
|
["path", {
|
|
d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z",
|
|
key: "1nnpy2"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "M12 18v-4",
|
|
key: "q1q25u"
|
|
}],
|
|
["path", {
|
|
d: "M8 18v-2",
|
|
key: "qcmpov"
|
|
}],
|
|
["path", {
|
|
d: "M16 18v-6",
|
|
key: "15y0np"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-box.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileBox = createLucideIcon("FileBox", [
|
|
["path", {
|
|
d: "M14.5 22H18a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v4",
|
|
key: "h7jej2"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "M2.97 13.12c-.6.36-.97 1.02-.97 1.74v3.28c0 .72.37 1.38.97 1.74l3 1.83c.63.39 1.43.39 2.06 0l3-1.83c.6-.36.97-1.02.97-1.74v-3.28c0-.72-.37-1.38-.97-1.74l-3-1.83a1.97 1.97 0 0 0-2.06 0l-3 1.83Z",
|
|
key: "f4a3oc"
|
|
}],
|
|
["path", {
|
|
d: "m7 17-4.74-2.85",
|
|
key: "etm6su"
|
|
}],
|
|
["path", {
|
|
d: "m7 17 4.74-2.85",
|
|
key: "5xuooz"
|
|
}],
|
|
["path", {
|
|
d: "M7 17v5",
|
|
key: "1yj1jh"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-check-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileCheck2 = createLucideIcon("FileCheck2", [
|
|
["path", {
|
|
d: "M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v4",
|
|
key: "702lig"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "m3 15 2 2 4-4",
|
|
key: "1lhrkk"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-check.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileCheck = createLucideIcon("FileCheck", [
|
|
["path", {
|
|
d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z",
|
|
key: "1nnpy2"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "m9 15 2 2 4-4",
|
|
key: "1grp1n"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-clock.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileClock = createLucideIcon("FileClock", [
|
|
["path", {
|
|
d: "M16 22h2c.5 0 1-.2 1.4-.6.4-.4.6-.9.6-1.4V7.5L14.5 2H6c-.5 0-1 .2-1.4.6C4.2 3 4 3.5 4 4v3",
|
|
key: "9lo3o3"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["circle", {
|
|
cx: "8",
|
|
cy: "16",
|
|
r: "6",
|
|
key: "10v15b"
|
|
}],
|
|
["path", {
|
|
d: "M9.5 17.5 8 16.25V14",
|
|
key: "1o80t2"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-code-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileCode2 = createLucideIcon("FileCode2", [
|
|
["path", {
|
|
d: "M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v4",
|
|
key: "702lig"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "m9 18 3-3-3-3",
|
|
key: "112psh"
|
|
}],
|
|
["path", {
|
|
d: "m5 12-3 3 3 3",
|
|
key: "oke12k"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-code.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileCode = createLucideIcon("FileCode", [
|
|
["path", {
|
|
d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z",
|
|
key: "1nnpy2"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "m10 13-2 2 2 2",
|
|
key: "17smn8"
|
|
}],
|
|
["path", {
|
|
d: "m14 17 2-2-2-2",
|
|
key: "14mezr"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-cog.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileCog = createLucideIcon("FileCog", [
|
|
["circle", {
|
|
cx: "6",
|
|
cy: "13",
|
|
r: "3",
|
|
key: "1z65bp"
|
|
}],
|
|
["path", {
|
|
d: "m9.7 14.4-.9-.3",
|
|
key: "o1luaq"
|
|
}],
|
|
["path", {
|
|
d: "m3.2 11.9-.9-.3",
|
|
key: "qm3zk5"
|
|
}],
|
|
["path", {
|
|
d: "m4.6 16.7.3-.9",
|
|
key: "1o0ect"
|
|
}],
|
|
["path", {
|
|
d: "m7.6 16.7-.4-1",
|
|
key: "1ym8d1"
|
|
}],
|
|
["path", {
|
|
d: "m4.8 10.3-.4-1",
|
|
key: "18q26g"
|
|
}],
|
|
["path", {
|
|
d: "m2.3 14.6 1-.4",
|
|
key: "121m88"
|
|
}],
|
|
["path", {
|
|
d: "m8.7 11.8 1-.4",
|
|
key: "9meqp2"
|
|
}],
|
|
["path", {
|
|
d: "m7.4 9.3-.3.9",
|
|
key: "136qqn"
|
|
}],
|
|
["path", {
|
|
d: "M14 2v6h6",
|
|
key: "1kof46"
|
|
}],
|
|
["path", {
|
|
d: "M4 5.5V4a2 2 0 0 1 2-2h8.5L20 7.5V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-1.5",
|
|
key: "xwe04"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-diff.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileDiff = createLucideIcon("FileDiff", [
|
|
["path", {
|
|
d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z",
|
|
key: "1nnpy2"
|
|
}],
|
|
["path", {
|
|
d: "M12 13V7",
|
|
key: "h0r20n"
|
|
}],
|
|
["path", {
|
|
d: "M9 10h6",
|
|
key: "9gxzsh"
|
|
}],
|
|
["path", {
|
|
d: "M9 17h6",
|
|
key: "r8uit2"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-digit.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileDigit = createLucideIcon("FileDigit", [
|
|
["rect", {
|
|
width: "4",
|
|
height: "6",
|
|
x: "2",
|
|
y: "12",
|
|
rx: "2",
|
|
key: "jm304g"
|
|
}],
|
|
["path", {
|
|
d: "M14 2v6h6",
|
|
key: "1kof46"
|
|
}],
|
|
["path", {
|
|
d: "M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v4",
|
|
key: "702lig"
|
|
}],
|
|
["path", {
|
|
d: "M10 12h2v6",
|
|
key: "12zw74"
|
|
}],
|
|
["path", {
|
|
d: "M10 18h4",
|
|
key: "1ulq68"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-down.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileDown = createLucideIcon("FileDown", [
|
|
["path", {
|
|
d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z",
|
|
key: "1nnpy2"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "M12 18v-6",
|
|
key: "17g6i2"
|
|
}],
|
|
["path", {
|
|
d: "m9 15 3 3 3-3",
|
|
key: "1npd3o"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-edit.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileEdit = createLucideIcon("FileEdit", [
|
|
["path", {
|
|
d: "M4 13.5V4a2 2 0 0 1 2-2h8.5L20 7.5V20a2 2 0 0 1-2 2h-5.5",
|
|
key: "1bg6eb"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "M10.42 12.61a2.1 2.1 0 1 1 2.97 2.97L7.95 21 4 22l.99-3.95 5.43-5.44Z",
|
|
key: "1rgxu8"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-heart.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileHeart = createLucideIcon("FileHeart", [
|
|
["path", {
|
|
d: "M4 6V4a2 2 0 0 1 2-2h8.5L20 7.5V20a2 2 0 0 1-2 2H4",
|
|
key: "dba9qu"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "M10.29 10.7a2.43 2.43 0 0 0-2.66-.52c-.29.12-.56.3-.78.53l-.35.34-.35-.34a2.43 2.43 0 0 0-2.65-.53c-.3.12-.56.3-.79.53-.95.94-1 2.53.2 3.74L6.5 18l3.6-3.55c1.2-1.21 1.14-2.8.19-3.74Z",
|
|
key: "1c1fso"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-image.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileImage = createLucideIcon("FileImage", [
|
|
["path", {
|
|
d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z",
|
|
key: "1nnpy2"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["circle", {
|
|
cx: "10",
|
|
cy: "13",
|
|
r: "2",
|
|
key: "6v46hv"
|
|
}],
|
|
["path", {
|
|
d: "m20 17-1.09-1.09a2 2 0 0 0-2.82 0L10 22",
|
|
key: "17vly1"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-input.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileInput = createLucideIcon("FileInput", [
|
|
["path", {
|
|
d: "M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v4",
|
|
key: "702lig"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "M2 15h10",
|
|
key: "jfw4w8"
|
|
}],
|
|
["path", {
|
|
d: "m9 18 3-3-3-3",
|
|
key: "112psh"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-json-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileJson2 = createLucideIcon("FileJson2", [
|
|
["path", {
|
|
d: "M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v4",
|
|
key: "702lig"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "M4 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1",
|
|
key: "fq0c9t"
|
|
}],
|
|
["path", {
|
|
d: "M8 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1",
|
|
key: "4gibmv"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-json.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileJson = createLucideIcon("FileJson", [
|
|
["path", {
|
|
d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z",
|
|
key: "1nnpy2"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "M10 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1",
|
|
key: "1oajmo"
|
|
}],
|
|
["path", {
|
|
d: "M14 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1",
|
|
key: "mpwhp6"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-key-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileKey2 = createLucideIcon("FileKey2", [
|
|
["path", {
|
|
d: "M4 10V4a2 2 0 0 1 2-2h8.5L20 7.5V20a2 2 0 0 1-2 2H4",
|
|
key: "1nw5t3"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["circle", {
|
|
cx: "4",
|
|
cy: "16",
|
|
r: "2",
|
|
key: "1ehqvc"
|
|
}],
|
|
["path", {
|
|
d: "m10 10-4.5 4.5",
|
|
key: "7fwrp6"
|
|
}],
|
|
["path", {
|
|
d: "m9 11 1 1",
|
|
key: "wa6s5q"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-key.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileKey = createLucideIcon("FileKey", [
|
|
["path", {
|
|
d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z",
|
|
key: "1nnpy2"
|
|
}],
|
|
["circle", {
|
|
cx: "10",
|
|
cy: "16",
|
|
r: "2",
|
|
key: "4ckbqe"
|
|
}],
|
|
["path", {
|
|
d: "m16 10-4.5 4.5",
|
|
key: "7p3ebg"
|
|
}],
|
|
["path", {
|
|
d: "m15 11 1 1",
|
|
key: "1bsyx3"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-line-chart.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileLineChart = createLucideIcon("FileLineChart", [
|
|
["path", {
|
|
d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z",
|
|
key: "1nnpy2"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "m16 13-3.5 3.5-2-2L8 17",
|
|
key: "zz7yod"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-lock-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileLock2 = createLucideIcon("FileLock2", [
|
|
["path", {
|
|
d: "M4 5V4a2 2 0 0 1 2-2h8.5L20 7.5V20a2 2 0 0 1-2 2H4",
|
|
key: "gwd2r9"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["rect", {
|
|
width: "8",
|
|
height: "5",
|
|
x: "2",
|
|
y: "13",
|
|
rx: "1",
|
|
key: "10y5wo"
|
|
}],
|
|
["path", {
|
|
d: "M8 13v-2a2 2 0 1 0-4 0v2",
|
|
key: "1pdxzg"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-lock.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileLock = createLucideIcon("FileLock", [
|
|
["path", {
|
|
d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z",
|
|
key: "1nnpy2"
|
|
}],
|
|
["rect", {
|
|
width: "8",
|
|
height: "6",
|
|
x: "8",
|
|
y: "12",
|
|
rx: "1",
|
|
key: "3yr8at"
|
|
}],
|
|
["path", {
|
|
d: "M15 12v-2a3 3 0 1 0-6 0v2",
|
|
key: "1nqnhw"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-minus-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileMinus2 = createLucideIcon("FileMinus2", [
|
|
["path", {
|
|
d: "M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v4",
|
|
key: "702lig"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "M3 15h6",
|
|
key: "4e2qda"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-minus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileMinus = createLucideIcon("FileMinus", [
|
|
["path", {
|
|
d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z",
|
|
key: "1nnpy2"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["line", {
|
|
x1: "9",
|
|
x2: "15",
|
|
y1: "15",
|
|
y2: "15",
|
|
key: "110plj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-music.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileMusic = createLucideIcon("FileMusic", [
|
|
["circle", {
|
|
cx: "14",
|
|
cy: "16",
|
|
r: "2",
|
|
key: "1bzzi3"
|
|
}],
|
|
["circle", {
|
|
cx: "6",
|
|
cy: "18",
|
|
r: "2",
|
|
key: "1fncim"
|
|
}],
|
|
["path", {
|
|
d: "M4 12.4V4a2 2 0 0 1 2-2h8.5L20 7.5V20a2 2 0 0 1-2 2h-7.5",
|
|
key: "skc018"
|
|
}],
|
|
["path", {
|
|
d: "M8 18v-7.7L16 9v7",
|
|
key: "1oie6o"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-output.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileOutput = createLucideIcon("FileOutput", [
|
|
["path", {
|
|
d: "M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v4",
|
|
key: "702lig"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "M2 15h10",
|
|
key: "jfw4w8"
|
|
}],
|
|
["path", {
|
|
d: "m5 12-3 3 3 3",
|
|
key: "oke12k"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-pie-chart.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FilePieChart = createLucideIcon("FilePieChart", [
|
|
["path", {
|
|
d: "M16 22h2a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v3",
|
|
key: "zhyrez"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "M4.04 11.71a5.84 5.84 0 1 0 8.2 8.29",
|
|
key: "f1t5jc"
|
|
}],
|
|
["path", {
|
|
d: "M13.83 16A5.83 5.83 0 0 0 8 10.17V16h5.83Z",
|
|
key: "7q54ec"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-plus-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FilePlus2 = createLucideIcon("FilePlus2", [
|
|
["path", {
|
|
d: "M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v4",
|
|
key: "702lig"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "M3 15h6",
|
|
key: "4e2qda"
|
|
}],
|
|
["path", {
|
|
d: "M6 12v6",
|
|
key: "1u72j0"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-plus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FilePlus = createLucideIcon("FilePlus", [
|
|
["path", {
|
|
d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z",
|
|
key: "1nnpy2"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "18",
|
|
y2: "12",
|
|
key: "1tsf04"
|
|
}],
|
|
["line", {
|
|
x1: "9",
|
|
x2: "15",
|
|
y1: "15",
|
|
y2: "15",
|
|
key: "110plj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-question.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileQuestion = createLucideIcon("FileQuestion", [
|
|
["path", {
|
|
d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z",
|
|
key: "1nnpy2"
|
|
}],
|
|
["path", {
|
|
d: "M10 10.3c.2-.4.5-.8.9-1a2.1 2.1 0 0 1 2.6.4c.3.4.5.8.5 1.3 0 1.3-2 2-2 2",
|
|
key: "1umxtm"
|
|
}],
|
|
["path", {
|
|
d: "M12 17h.01",
|
|
key: "p32p05"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-scan.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileScan = createLucideIcon("FileScan", [
|
|
["path", {
|
|
d: "M20 10V7.5L14.5 2H6a2 2 0 0 0-2 2v16c0 1.1.9 2 2 2h4.5",
|
|
key: "uvikde"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "M16 22a2 2 0 0 1-2-2",
|
|
key: "1wqh5n"
|
|
}],
|
|
["path", {
|
|
d: "M20 22a2 2 0 0 0 2-2",
|
|
key: "1l9q4k"
|
|
}],
|
|
["path", {
|
|
d: "M20 14a2 2 0 0 1 2 2",
|
|
key: "1ny6zw"
|
|
}],
|
|
["path", {
|
|
d: "M16 14a2 2 0 0 0-2 2",
|
|
key: "ceaadl"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-search-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileSearch2 = createLucideIcon("FileSearch2", [
|
|
["path", {
|
|
d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z",
|
|
key: "1nnpy2"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["circle", {
|
|
cx: "11.5",
|
|
cy: "14.5",
|
|
r: "2.5",
|
|
key: "1bq0ko"
|
|
}],
|
|
["path", {
|
|
d: "M13.25 16.25 15 18",
|
|
key: "9eh8bj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-search.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileSearch = createLucideIcon("FileSearch", [
|
|
["path", {
|
|
d: "M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v3",
|
|
key: "am10z3"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "M5 17a3 3 0 1 0 0-6 3 3 0 0 0 0 6z",
|
|
key: "ychnub"
|
|
}],
|
|
["path", {
|
|
d: "m9 18-1.5-1.5",
|
|
key: "1j6qii"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-signature.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileSignature = createLucideIcon("FileSignature", [
|
|
["path", {
|
|
d: "M20 19.5v.5a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8.5L18 5.5",
|
|
key: "kd5d3"
|
|
}],
|
|
["path", {
|
|
d: "M8 18h1",
|
|
key: "13wk12"
|
|
}],
|
|
["path", {
|
|
d: "M18.42 9.61a2.1 2.1 0 1 1 2.97 2.97L16.95 17 13 18l.99-3.95 4.43-4.44Z",
|
|
key: "johvi5"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-spreadsheet.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileSpreadsheet = createLucideIcon("FileSpreadsheet", [
|
|
["path", {
|
|
d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z",
|
|
key: "1nnpy2"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "M8 13h2",
|
|
key: "yr2amv"
|
|
}],
|
|
["path", {
|
|
d: "M8 17h2",
|
|
key: "2yhykz"
|
|
}],
|
|
["path", {
|
|
d: "M14 13h2",
|
|
key: "un5t4a"
|
|
}],
|
|
["path", {
|
|
d: "M14 17h2",
|
|
key: "10kma7"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-stack.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileStack = createLucideIcon("FileStack", [
|
|
["path", {
|
|
d: "M16 2v5h5",
|
|
key: "kt2in0"
|
|
}],
|
|
["path", {
|
|
d: "M21 6v6.5c0 .8-.7 1.5-1.5 1.5h-7c-.8 0-1.5-.7-1.5-1.5v-9c0-.8.7-1.5 1.5-1.5H17l4 4z",
|
|
key: "1km23n"
|
|
}],
|
|
["path", {
|
|
d: "M7 8v8.8c0 .3.2.6.4.8.2.2.5.4.8.4H15",
|
|
key: "16874u"
|
|
}],
|
|
["path", {
|
|
d: "M3 12v8.8c0 .3.2.6.4.8.2.2.5.4.8.4H11",
|
|
key: "k2ox98"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-symlink.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileSymlink = createLucideIcon("FileSymlink", [
|
|
["path", {
|
|
d: "M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v7",
|
|
key: "138uzh"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "m10 18 3-3-3-3",
|
|
key: "18f6ys"
|
|
}],
|
|
["path", {
|
|
d: "M4 18v-1a2 2 0 0 1 2-2h6",
|
|
key: "5uz2rn"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-terminal.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileTerminal = createLucideIcon("FileTerminal", [
|
|
["path", {
|
|
d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z",
|
|
key: "1nnpy2"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "m8 16 2-2-2-2",
|
|
key: "10vzyd"
|
|
}],
|
|
["path", {
|
|
d: "M12 18h4",
|
|
key: "1wd2n7"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-text.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileText = createLucideIcon("FileText", [
|
|
["path", {
|
|
d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z",
|
|
key: "1nnpy2"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["line", {
|
|
x1: "16",
|
|
x2: "8",
|
|
y1: "13",
|
|
y2: "13",
|
|
key: "14keom"
|
|
}],
|
|
["line", {
|
|
x1: "16",
|
|
x2: "8",
|
|
y1: "17",
|
|
y2: "17",
|
|
key: "17nazh"
|
|
}],
|
|
["line", {
|
|
x1: "10",
|
|
x2: "8",
|
|
y1: "9",
|
|
y2: "9",
|
|
key: "1a5vjj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-type-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileType2 = createLucideIcon("FileType2", [
|
|
["path", {
|
|
d: "M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v4",
|
|
key: "702lig"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "M2 13v-1h6v1",
|
|
key: "1dh9dg"
|
|
}],
|
|
["path", {
|
|
d: "M4 18h2",
|
|
key: "1xrofg"
|
|
}],
|
|
["path", {
|
|
d: "M5 12v6",
|
|
key: "150t9c"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-type.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileType = createLucideIcon("FileType", [
|
|
["path", {
|
|
d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z",
|
|
key: "1nnpy2"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "M9 13v-1h6v1",
|
|
key: "1bb014"
|
|
}],
|
|
["path", {
|
|
d: "M11 18h2",
|
|
key: "12mj7e"
|
|
}],
|
|
["path", {
|
|
d: "M12 12v6",
|
|
key: "3ahymv"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-up.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileUp = createLucideIcon("FileUp", [
|
|
["path", {
|
|
d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z",
|
|
key: "1nnpy2"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "M12 12v6",
|
|
key: "3ahymv"
|
|
}],
|
|
["path", {
|
|
d: "m15 15-3-3-3 3",
|
|
key: "15xj92"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-video-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileVideo2 = createLucideIcon("FileVideo2", [
|
|
["path", {
|
|
d: "M4 8V4a2 2 0 0 1 2-2h8.5L20 7.5V20a2 2 0 0 1-2 2H4",
|
|
key: "1nti49"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "m10 15.5 4 2.5v-6l-4 2.5",
|
|
key: "t7cp39"
|
|
}],
|
|
["rect", {
|
|
width: "8",
|
|
height: "6",
|
|
x: "2",
|
|
y: "12",
|
|
rx: "1",
|
|
key: "1a6c1e"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-video.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileVideo = createLucideIcon("FileVideo", [
|
|
["path", {
|
|
d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z",
|
|
key: "1nnpy2"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "m10 11 5 3-5 3v-6Z",
|
|
key: "7ntvm4"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-volume-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileVolume2 = createLucideIcon("FileVolume2", [
|
|
["path", {
|
|
d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z",
|
|
key: "1nnpy2"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "M11.5 13.5c.32.4.5.94.5 1.5s-.18 1.1-.5 1.5",
|
|
key: "joawwx"
|
|
}],
|
|
["path", {
|
|
d: "M15 12c.64.8 1 1.87 1 3s-.36 2.2-1 3",
|
|
key: "1f2wyw"
|
|
}],
|
|
["path", {
|
|
d: "M8 15h.01",
|
|
key: "a7atzg"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-volume.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileVolume = createLucideIcon("FileVolume", [
|
|
["path", {
|
|
d: "M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v3",
|
|
key: "am10z3"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["path", {
|
|
d: "m7 10-3 2H2v4h2l3 2v-8Z",
|
|
key: "tazg57"
|
|
}],
|
|
["path", {
|
|
d: "M11 11c.64.8 1 1.87 1 3s-.36 2.2-1 3",
|
|
key: "1yej3m"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-warning.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileWarning = createLucideIcon("FileWarning", [
|
|
["path", {
|
|
d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z",
|
|
key: "1nnpy2"
|
|
}],
|
|
["path", {
|
|
d: "M12 9v4",
|
|
key: "juzpu7"
|
|
}],
|
|
["path", {
|
|
d: "M12 17h.01",
|
|
key: "p32p05"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-x-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileX2 = createLucideIcon("FileX2", [
|
|
["path", {
|
|
d: "M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v4",
|
|
key: "702lig"
|
|
}],
|
|
["path", {
|
|
d: "M14 2v6h6",
|
|
key: "1kof46"
|
|
}],
|
|
["path", {
|
|
d: "m3 12.5 5 5",
|
|
key: "1qls4r"
|
|
}],
|
|
["path", {
|
|
d: "m8 12.5-5 5",
|
|
key: "b853mi"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file-x.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FileX = createLucideIcon("FileX", [
|
|
["path", {
|
|
d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z",
|
|
key: "1nnpy2"
|
|
}],
|
|
["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}],
|
|
["line", {
|
|
x1: "9.5",
|
|
x2: "14.5",
|
|
y1: "12.5",
|
|
y2: "17.5",
|
|
key: "izs6du"
|
|
}],
|
|
["line", {
|
|
x1: "14.5",
|
|
x2: "9.5",
|
|
y1: "12.5",
|
|
y2: "17.5",
|
|
key: "1lehlj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/file.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var File = createLucideIcon("File", [["path", {
|
|
d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z",
|
|
key: "1nnpy2"
|
|
}], ["polyline", {
|
|
points: "14 2 14 8 20 8",
|
|
key: "1ew0cm"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/files.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Files = createLucideIcon("Files", [
|
|
["path", {
|
|
d: "M15.5 2H8.6c-.4 0-.8.2-1.1.5-.3.3-.5.7-.5 1.1v12.8c0 .4.2.8.5 1.1.3.3.7.5 1.1.5h9.8c.4 0 .8-.2 1.1-.5.3-.3.5-.7.5-1.1V6.5L15.5 2z",
|
|
key: "cennsq"
|
|
}],
|
|
["path", {
|
|
d: "M3 7.6v12.8c0 .4.2.8.5 1.1.3.3.7.5 1.1.5h9.8",
|
|
key: "ms809a"
|
|
}],
|
|
["path", {
|
|
d: "M15 2v5h5",
|
|
key: "qq6kwv"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/film.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Film = createLucideIcon("Film", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "M7 3v18",
|
|
key: "bbkbws"
|
|
}],
|
|
["path", {
|
|
d: "M3 7.5h4",
|
|
key: "zfgn84"
|
|
}],
|
|
["path", {
|
|
d: "M3 12h18",
|
|
key: "1i2n21"
|
|
}],
|
|
["path", {
|
|
d: "M3 16.5h4",
|
|
key: "1230mu"
|
|
}],
|
|
["path", {
|
|
d: "M17 3v18",
|
|
key: "in4fa5"
|
|
}],
|
|
["path", {
|
|
d: "M17 7.5h4",
|
|
key: "myr1c1"
|
|
}],
|
|
["path", {
|
|
d: "M17 16.5h4",
|
|
key: "go4c1d"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/filter-x.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FilterX = createLucideIcon("FilterX", [
|
|
["path", {
|
|
d: "M13.013 3H2l8 9.46V19l4 2v-8.54l.9-1.055",
|
|
key: "1fi1da"
|
|
}],
|
|
["path", {
|
|
d: "m22 3-5 5",
|
|
key: "12jva0"
|
|
}],
|
|
["path", {
|
|
d: "m17 3 5 5",
|
|
key: "k36vhe"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/filter.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Filter = createLucideIcon("Filter", [["polygon", {
|
|
points: "22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3",
|
|
key: "1yg77f"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/fingerprint.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Fingerprint = createLucideIcon("Fingerprint", [
|
|
["path", {
|
|
d: "M2 12C2 6.5 6.5 2 12 2a10 10 0 0 1 8 4",
|
|
key: "1jc9o5"
|
|
}],
|
|
["path", {
|
|
d: "M5 19.5C5.5 18 6 15 6 12c0-.7.12-1.37.34-2",
|
|
key: "1mxgy1"
|
|
}],
|
|
["path", {
|
|
d: "M17.29 21.02c.12-.6.43-2.3.5-3.02",
|
|
key: "ptglia"
|
|
}],
|
|
["path", {
|
|
d: "M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4",
|
|
key: "1nerag"
|
|
}],
|
|
["path", {
|
|
d: "M8.65 22c.21-.66.45-1.32.57-2",
|
|
key: "13wd9y"
|
|
}],
|
|
["path", {
|
|
d: "M14 13.12c0 2.38 0 6.38-1 8.88",
|
|
key: "o46ks0"
|
|
}],
|
|
["path", {
|
|
d: "M2 16h.01",
|
|
key: "1gqxmh"
|
|
}],
|
|
["path", {
|
|
d: "M21.8 16c.2-2 .131-5.354 0-6",
|
|
key: "drycrb"
|
|
}],
|
|
["path", {
|
|
d: "M9 6.8a6 6 0 0 1 9 5.2c0 .47 0 1.17-.02 2",
|
|
key: "1fgabc"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/fire-extinguisher.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FireExtinguisher = createLucideIcon("FireExtinguisher", [
|
|
["path", {
|
|
d: "M15 6.5V3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3.5",
|
|
key: "sqyvz"
|
|
}],
|
|
["path", {
|
|
d: "M9 18h8",
|
|
key: "i7pszb"
|
|
}],
|
|
["path", {
|
|
d: "M18 3h-3",
|
|
key: "7idoqj"
|
|
}],
|
|
["path", {
|
|
d: "M11 3a6 6 0 0 0-6 6v11",
|
|
key: "1v5je3"
|
|
}],
|
|
["path", {
|
|
d: "M5 13h4",
|
|
key: "svpcxo"
|
|
}],
|
|
["path", {
|
|
d: "M17 10a4 4 0 0 0-8 0v10a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2Z",
|
|
key: "vsjego"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/fish-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FishOff = createLucideIcon("FishOff", [
|
|
["path", {
|
|
d: "M18 12.47v.03m0-.5v.47m-.475 5.056A6.744 6.744 0 0 1 15 18c-3.56 0-7.56-2.53-8.5-6 .348-1.28 1.114-2.433 2.121-3.38m3.444-2.088A8.802 8.802 0 0 1 15 6c3.56 0 6.06 2.54 7 6-.309 1.14-.786 2.177-1.413 3.058",
|
|
key: "1j1hse"
|
|
}],
|
|
["path", {
|
|
d: "M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33m7.48-4.372A9.77 9.77 0 0 1 16 6.07m0 11.86a9.77 9.77 0 0 1-1.728-3.618",
|
|
key: "1q46z8"
|
|
}],
|
|
["path", {
|
|
d: "m16.01 17.93-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98M8.53 3h5.27a2 2 0 0 1 1.98 1.67l.23 1.4M2 2l20 20",
|
|
key: "1407gh"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/fish-symbol.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FishSymbol = createLucideIcon("FishSymbol", [["path", {
|
|
d: "M2 16s9-15 20-4C11 23 2 8 2 8",
|
|
key: "h4oh4o"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/fish.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Fish = createLucideIcon("Fish", [
|
|
["path", {
|
|
d: "M6.5 12c.94-3.46 4.94-6 8.5-6 3.56 0 6.06 2.54 7 6-.94 3.47-3.44 6-7 6s-7.56-2.53-8.5-6Z",
|
|
key: "15baut"
|
|
}],
|
|
["path", {
|
|
d: "M18 12v.5",
|
|
key: "18hhni"
|
|
}],
|
|
["path", {
|
|
d: "M16 17.93a9.77 9.77 0 0 1 0-11.86",
|
|
key: "16dt7o"
|
|
}],
|
|
["path", {
|
|
d: "M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33",
|
|
key: "l9di03"
|
|
}],
|
|
["path", {
|
|
d: "M10.46 7.26C10.2 5.88 9.17 4.24 8 3h5.8a2 2 0 0 1 1.98 1.67l.23 1.4",
|
|
key: "1kjonw"
|
|
}],
|
|
["path", {
|
|
d: "m16.01 17.93-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98",
|
|
key: "1zlm23"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/flag-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FlagOff = createLucideIcon("FlagOff", [
|
|
["path", {
|
|
d: "M8 2c3 0 5 2 8 2s4-1 4-1v11",
|
|
key: "9rwyz9"
|
|
}],
|
|
["path", {
|
|
d: "M4 22V4",
|
|
key: "1plyxx"
|
|
}],
|
|
["path", {
|
|
d: "M4 15s1-1 4-1 5 2 8 2",
|
|
key: "1myooe"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/flag-triangle-left.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FlagTriangleLeft = createLucideIcon("FlagTriangleLeft", [["path", {
|
|
d: "M17 22V2L7 7l10 5",
|
|
key: "1rmf0r"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/flag-triangle-right.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FlagTriangleRight = createLucideIcon("FlagTriangleRight", [["path", {
|
|
d: "M7 22V2l10 5-10 5",
|
|
key: "17n18y"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/flag.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Flag = createLucideIcon("Flag", [["path", {
|
|
d: "M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z",
|
|
key: "i9b6wo"
|
|
}], ["line", {
|
|
x1: "4",
|
|
x2: "4",
|
|
y1: "22",
|
|
y2: "15",
|
|
key: "1cm3nv"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/flame-kindling.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FlameKindling = createLucideIcon("FlameKindling", [
|
|
["path", {
|
|
d: "M12 2c1 3 2.5 3.5 3.5 4.5A5 5 0 0 1 17 10a5 5 0 1 1-10 0c0-.3 0-.6.1-.9a2 2 0 1 0 3.3-2C8 4.5 11 2 12 2Z",
|
|
key: "1ir223"
|
|
}],
|
|
["path", {
|
|
d: "m5 22 14-4",
|
|
key: "1brv4h"
|
|
}],
|
|
["path", {
|
|
d: "m5 18 14 4",
|
|
key: "lgyyje"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/flame.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Flame = createLucideIcon("Flame", [["path", {
|
|
d: "M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z",
|
|
key: "96xj49"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/flashlight-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FlashlightOff = createLucideIcon("FlashlightOff", [
|
|
["path", {
|
|
d: "M16 16v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4",
|
|
key: "1r120k"
|
|
}],
|
|
["path", {
|
|
d: "M7 2h11v4c0 2-2 2-2 4v1",
|
|
key: "dz1920"
|
|
}],
|
|
["line", {
|
|
x1: "11",
|
|
x2: "18",
|
|
y1: "6",
|
|
y2: "6",
|
|
key: "bi1vpe"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/flashlight.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Flashlight = createLucideIcon("Flashlight", [
|
|
["path", {
|
|
d: "M18 6c0 2-2 2-2 4v10a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4V2h12z",
|
|
key: "1orkel"
|
|
}],
|
|
["line", {
|
|
x1: "6",
|
|
x2: "18",
|
|
y1: "6",
|
|
y2: "6",
|
|
key: "1z11jq"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "1f4yc1"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/flask-conical-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FlaskConicalOff = createLucideIcon("FlaskConicalOff", [
|
|
["path", {
|
|
d: "M10 10 4.72 20.55a1 1 0 0 0 .9 1.45h12.76a1 1 0 0 0 .9-1.45l-1.272-2.542",
|
|
key: "59ek9y"
|
|
}],
|
|
["path", {
|
|
d: "M10 2v2.343",
|
|
key: "15t272"
|
|
}],
|
|
["path", {
|
|
d: "M14 2v6.343",
|
|
key: "sxr80q"
|
|
}],
|
|
["path", {
|
|
d: "M8.5 2h7",
|
|
key: "csnxdl"
|
|
}],
|
|
["path", {
|
|
d: "M7 16h9",
|
|
key: "t5njau"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/flask-conical.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FlaskConical = createLucideIcon("FlaskConical", [
|
|
["path", {
|
|
d: "M10 2v7.527a2 2 0 0 1-.211.896L4.72 20.55a1 1 0 0 0 .9 1.45h12.76a1 1 0 0 0 .9-1.45l-5.069-10.127A2 2 0 0 1 14 9.527V2",
|
|
key: "pzvekw"
|
|
}],
|
|
["path", {
|
|
d: "M8.5 2h7",
|
|
key: "csnxdl"
|
|
}],
|
|
["path", {
|
|
d: "M7 16h10",
|
|
key: "wp8him"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/flask-round.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FlaskRound = createLucideIcon("FlaskRound", [
|
|
["path", {
|
|
d: "M10 2v7.31",
|
|
key: "5d1hyh"
|
|
}],
|
|
["path", {
|
|
d: "M14 9.3V1.99",
|
|
key: "14k4l0"
|
|
}],
|
|
["path", {
|
|
d: "M8.5 2h7",
|
|
key: "csnxdl"
|
|
}],
|
|
["path", {
|
|
d: "M14 9.3a6.5 6.5 0 1 1-4 0",
|
|
key: "1r8fvy"
|
|
}],
|
|
["path", {
|
|
d: "M5.52 16h12.96",
|
|
key: "46hh1i"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/flip-horizontal-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FlipHorizontal2 = createLucideIcon("FlipHorizontal2", [
|
|
["path", {
|
|
d: "m3 7 5 5-5 5V7",
|
|
key: "couhi7"
|
|
}],
|
|
["path", {
|
|
d: "m21 7-5 5 5 5V7",
|
|
key: "6ouia7"
|
|
}],
|
|
["path", {
|
|
d: "M12 20v2",
|
|
key: "1lh1kg"
|
|
}],
|
|
["path", {
|
|
d: "M12 14v2",
|
|
key: "8jcxud"
|
|
}],
|
|
["path", {
|
|
d: "M12 8v2",
|
|
key: "1woqiv"
|
|
}],
|
|
["path", {
|
|
d: "M12 2v2",
|
|
key: "tus03m"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/flip-horizontal.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FlipHorizontal = createLucideIcon("FlipHorizontal", [
|
|
["path", {
|
|
d: "M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3",
|
|
key: "1i73f7"
|
|
}],
|
|
["path", {
|
|
d: "M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3",
|
|
key: "saxlbk"
|
|
}],
|
|
["path", {
|
|
d: "M12 20v2",
|
|
key: "1lh1kg"
|
|
}],
|
|
["path", {
|
|
d: "M12 14v2",
|
|
key: "8jcxud"
|
|
}],
|
|
["path", {
|
|
d: "M12 8v2",
|
|
key: "1woqiv"
|
|
}],
|
|
["path", {
|
|
d: "M12 2v2",
|
|
key: "tus03m"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/flip-vertical-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FlipVertical2 = createLucideIcon("FlipVertical2", [
|
|
["path", {
|
|
d: "m17 3-5 5-5-5h10",
|
|
key: "1ftt6x"
|
|
}],
|
|
["path", {
|
|
d: "m17 21-5-5-5 5h10",
|
|
key: "1m0wmu"
|
|
}],
|
|
["path", {
|
|
d: "M4 12H2",
|
|
key: "rhcxmi"
|
|
}],
|
|
["path", {
|
|
d: "M10 12H8",
|
|
key: "s88cx1"
|
|
}],
|
|
["path", {
|
|
d: "M16 12h-2",
|
|
key: "10asgb"
|
|
}],
|
|
["path", {
|
|
d: "M22 12h-2",
|
|
key: "14jgyd"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/flip-vertical.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FlipVertical = createLucideIcon("FlipVertical", [
|
|
["path", {
|
|
d: "M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3",
|
|
key: "14bfxa"
|
|
}],
|
|
["path", {
|
|
d: "M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3",
|
|
key: "14rx03"
|
|
}],
|
|
["path", {
|
|
d: "M4 12H2",
|
|
key: "rhcxmi"
|
|
}],
|
|
["path", {
|
|
d: "M10 12H8",
|
|
key: "s88cx1"
|
|
}],
|
|
["path", {
|
|
d: "M16 12h-2",
|
|
key: "10asgb"
|
|
}],
|
|
["path", {
|
|
d: "M22 12h-2",
|
|
key: "14jgyd"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/flower-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Flower2 = createLucideIcon("Flower2", [
|
|
["path", {
|
|
d: "M12 5a3 3 0 1 1 3 3m-3-3a3 3 0 1 0-3 3m3-3v1M9 8a3 3 0 1 0 3 3M9 8h1m5 0a3 3 0 1 1-3 3m3-3h-1m-2 3v-1",
|
|
key: "3pnvol"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "8",
|
|
r: "2",
|
|
key: "1822b1"
|
|
}],
|
|
["path", {
|
|
d: "M12 10v12",
|
|
key: "6ubwww"
|
|
}],
|
|
["path", {
|
|
d: "M12 22c4.2 0 7-1.667 7-5-4.2 0-7 1.667-7 5Z",
|
|
key: "9hd38g"
|
|
}],
|
|
["path", {
|
|
d: "M12 22c-4.2 0-7-1.667-7-5 4.2 0 7 1.667 7 5Z",
|
|
key: "ufn41s"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/flower.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Flower = createLucideIcon("Flower", [
|
|
["path", {
|
|
d: "M12 7.5a4.5 4.5 0 1 1 4.5 4.5M12 7.5A4.5 4.5 0 1 0 7.5 12M12 7.5V9m-4.5 3a4.5 4.5 0 1 0 4.5 4.5M7.5 12H9m7.5 0a4.5 4.5 0 1 1-4.5 4.5m4.5-4.5H15m-3 4.5V15",
|
|
key: "51z86h"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "3",
|
|
key: "1v7zrd"
|
|
}],
|
|
["path", {
|
|
d: "m8 16 1.5-1.5",
|
|
key: "ce6zph"
|
|
}],
|
|
["path", {
|
|
d: "M14.5 9.5 16 8",
|
|
key: "1kzrzb"
|
|
}],
|
|
["path", {
|
|
d: "m8 8 1.5 1.5",
|
|
key: "1yv88w"
|
|
}],
|
|
["path", {
|
|
d: "M14.5 14.5 16 16",
|
|
key: "12xhjh"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/focus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Focus = createLucideIcon("Focus", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "3",
|
|
key: "1v7zrd"
|
|
}],
|
|
["path", {
|
|
d: "M3 7V5a2 2 0 0 1 2-2h2",
|
|
key: "aa7l1z"
|
|
}],
|
|
["path", {
|
|
d: "M17 3h2a2 2 0 0 1 2 2v2",
|
|
key: "4qcy5o"
|
|
}],
|
|
["path", {
|
|
d: "M21 17v2a2 2 0 0 1-2 2h-2",
|
|
key: "6vwrx8"
|
|
}],
|
|
["path", {
|
|
d: "M7 21H5a2 2 0 0 1-2-2v-2",
|
|
key: "ioqczr"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/fold-horizontal.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FoldHorizontal = createLucideIcon("FoldHorizontal", [
|
|
["path", {
|
|
d: "M2 12h6",
|
|
key: "1wqiqv"
|
|
}],
|
|
["path", {
|
|
d: "M22 12h-6",
|
|
key: "1eg9hc"
|
|
}],
|
|
["path", {
|
|
d: "M12 2v2",
|
|
key: "tus03m"
|
|
}],
|
|
["path", {
|
|
d: "M12 8v2",
|
|
key: "1woqiv"
|
|
}],
|
|
["path", {
|
|
d: "M12 14v2",
|
|
key: "8jcxud"
|
|
}],
|
|
["path", {
|
|
d: "M12 20v2",
|
|
key: "1lh1kg"
|
|
}],
|
|
["path", {
|
|
d: "m19 9-3 3 3 3",
|
|
key: "12ol22"
|
|
}],
|
|
["path", {
|
|
d: "m5 15 3-3-3-3",
|
|
key: "1kdhjc"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/fold-vertical.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FoldVertical = createLucideIcon("FoldVertical", [
|
|
["path", {
|
|
d: "M12 22v-6",
|
|
key: "6o8u61"
|
|
}],
|
|
["path", {
|
|
d: "M12 8V2",
|
|
key: "1wkif3"
|
|
}],
|
|
["path", {
|
|
d: "M4 12H2",
|
|
key: "rhcxmi"
|
|
}],
|
|
["path", {
|
|
d: "M10 12H8",
|
|
key: "s88cx1"
|
|
}],
|
|
["path", {
|
|
d: "M16 12h-2",
|
|
key: "10asgb"
|
|
}],
|
|
["path", {
|
|
d: "M22 12h-2",
|
|
key: "14jgyd"
|
|
}],
|
|
["path", {
|
|
d: "m15 19-3-3-3 3",
|
|
key: "e37ymu"
|
|
}],
|
|
["path", {
|
|
d: "m15 5-3 3-3-3",
|
|
key: "19d6lf"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folder-archive.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FolderArchive = createLucideIcon("FolderArchive", [
|
|
["circle", {
|
|
cx: "15",
|
|
cy: "19",
|
|
r: "2",
|
|
key: "u2pros"
|
|
}],
|
|
["path", {
|
|
d: "M20.9 19.8A2 2 0 0 0 22 18V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h5.1",
|
|
key: "1jj40k"
|
|
}],
|
|
["path", {
|
|
d: "M15 11v-1",
|
|
key: "cntcp"
|
|
}],
|
|
["path", {
|
|
d: "M15 17v-2",
|
|
key: "1279jj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folder-check.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FolderCheck = createLucideIcon("FolderCheck", [["path", {
|
|
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",
|
|
key: "1kt360"
|
|
}], ["path", {
|
|
d: "m9 13 2 2 4-4",
|
|
key: "6343dt"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folder-clock.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FolderClock = createLucideIcon("FolderClock", [
|
|
["circle", {
|
|
cx: "16",
|
|
cy: "16",
|
|
r: "6",
|
|
key: "qoo3c4"
|
|
}],
|
|
["path", {
|
|
d: "M7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2",
|
|
key: "1urifu"
|
|
}],
|
|
["path", {
|
|
d: "M16 14v2l1 1",
|
|
key: "xth2jh"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folder-closed.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FolderClosed = createLucideIcon("FolderClosed", [["path", {
|
|
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",
|
|
key: "1kt360"
|
|
}], ["path", {
|
|
d: "M2 10h20",
|
|
key: "1ir3d8"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folder-cog.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FolderCog = createLucideIcon("FolderCog", [
|
|
["circle", {
|
|
cx: "18",
|
|
cy: "18",
|
|
r: "3",
|
|
key: "1xkwt0"
|
|
}],
|
|
["path", {
|
|
d: "M10.3 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v3.3",
|
|
key: "1k8050"
|
|
}],
|
|
["path", {
|
|
d: "m21.7 19.4-.9-.3",
|
|
key: "1qgwi9"
|
|
}],
|
|
["path", {
|
|
d: "m15.2 16.9-.9-.3",
|
|
key: "1t7mvx"
|
|
}],
|
|
["path", {
|
|
d: "m16.6 21.7.3-.9",
|
|
key: "1j67ps"
|
|
}],
|
|
["path", {
|
|
d: "m19.1 15.2.3-.9",
|
|
key: "18r7jp"
|
|
}],
|
|
["path", {
|
|
d: "m19.6 21.7-.4-1",
|
|
key: "z2vh2"
|
|
}],
|
|
["path", {
|
|
d: "m16.8 15.3-.4-1",
|
|
key: "1ei7r6"
|
|
}],
|
|
["path", {
|
|
d: "m14.3 19.6 1-.4",
|
|
key: "11sv9r"
|
|
}],
|
|
["path", {
|
|
d: "m20.7 16.8 1-.4",
|
|
key: "19m87a"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folder-dot.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FolderDot = createLucideIcon("FolderDot", [["path", {
|
|
d: "M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z",
|
|
key: "1fr9dc"
|
|
}], ["circle", {
|
|
cx: "12",
|
|
cy: "13",
|
|
r: "1",
|
|
key: "49l61u"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folder-down.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FolderDown = createLucideIcon("FolderDown", [
|
|
["path", {
|
|
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",
|
|
key: "1kt360"
|
|
}],
|
|
["path", {
|
|
d: "M12 10v6",
|
|
key: "1bos4e"
|
|
}],
|
|
["path", {
|
|
d: "m15 13-3 3-3-3",
|
|
key: "6j2sf0"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folder-edit.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FolderEdit = createLucideIcon("FolderEdit", [["path", {
|
|
d: "M8.4 10.6a2.1 2.1 0 1 1 2.99 2.98L6 19l-4 1 1-3.9Z",
|
|
key: "10ocjb"
|
|
}], ["path", {
|
|
d: "M2 11.5V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-9.5",
|
|
key: "1h3cz8"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folder-git-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FolderGit2 = createLucideIcon("FolderGit2", [
|
|
["path", {
|
|
d: "M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v5",
|
|
key: "1w6njk"
|
|
}],
|
|
["circle", {
|
|
cx: "13",
|
|
cy: "12",
|
|
r: "2",
|
|
key: "1j92g6"
|
|
}],
|
|
["path", {
|
|
d: "M18 19c-2.8 0-5-2.2-5-5v8",
|
|
key: "pkpw2h"
|
|
}],
|
|
["circle", {
|
|
cx: "20",
|
|
cy: "19",
|
|
r: "2",
|
|
key: "1obnsp"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folder-git.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FolderGit = createLucideIcon("FolderGit", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "13",
|
|
r: "2",
|
|
key: "1c1ljs"
|
|
}],
|
|
["path", {
|
|
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",
|
|
key: "1kt360"
|
|
}],
|
|
["path", {
|
|
d: "M14 13h3",
|
|
key: "1dgedf"
|
|
}],
|
|
["path", {
|
|
d: "M7 13h3",
|
|
key: "1pygq7"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folder-heart.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FolderHeart = createLucideIcon("FolderHeart", [["path", {
|
|
d: "M11 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v1.5",
|
|
key: "6hud8k"
|
|
}], ["path", {
|
|
d: "M13.9 17.45c-1.2-1.2-1.14-2.8-.2-3.73a2.43 2.43 0 0 1 3.44 0l.36.34.34-.34a2.43 2.43 0 0 1 3.45-.01v0c.95.95 1 2.53-.2 3.74L17.5 21Z",
|
|
key: "vgq86i"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folder-input.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FolderInput = createLucideIcon("FolderInput", [
|
|
["path", {
|
|
d: "M2 9V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-1",
|
|
key: "fm4g5t"
|
|
}],
|
|
["path", {
|
|
d: "M2 13h10",
|
|
key: "pgb2dq"
|
|
}],
|
|
["path", {
|
|
d: "m9 16 3-3-3-3",
|
|
key: "6m91ic"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folder-kanban.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FolderKanban = createLucideIcon("FolderKanban", [
|
|
["path", {
|
|
d: "M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z",
|
|
key: "1fr9dc"
|
|
}],
|
|
["path", {
|
|
d: "M8 10v4",
|
|
key: "tgpxqk"
|
|
}],
|
|
["path", {
|
|
d: "M12 10v2",
|
|
key: "hh53o1"
|
|
}],
|
|
["path", {
|
|
d: "M16 10v6",
|
|
key: "1d6xys"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folder-key.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FolderKey = createLucideIcon("FolderKey", [
|
|
["circle", {
|
|
cx: "16",
|
|
cy: "20",
|
|
r: "2",
|
|
key: "1vifvg"
|
|
}],
|
|
["path", {
|
|
d: "M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2",
|
|
key: "3hgo9p"
|
|
}],
|
|
["path", {
|
|
d: "m22 14-4.5 4.5",
|
|
key: "1ef6z8"
|
|
}],
|
|
["path", {
|
|
d: "m21 15 1 1",
|
|
key: "1ejcpy"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folder-lock.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FolderLock = createLucideIcon("FolderLock", [
|
|
["rect", {
|
|
width: "8",
|
|
height: "5",
|
|
x: "14",
|
|
y: "17",
|
|
rx: "1",
|
|
key: "19aais"
|
|
}],
|
|
["path", {
|
|
d: "M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2.5",
|
|
key: "1w6v7t"
|
|
}],
|
|
["path", {
|
|
d: "M20 17v-2a2 2 0 1 0-4 0v2",
|
|
key: "pwaxnr"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folder-minus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FolderMinus = createLucideIcon("FolderMinus", [["path", {
|
|
d: "M9 13h6",
|
|
key: "1uhe8q"
|
|
}], ["path", {
|
|
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",
|
|
key: "1kt360"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folder-open-dot.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FolderOpenDot = createLucideIcon("FolderOpenDot", [["path", {
|
|
d: "m6 14 1.45-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.55 6a2 2 0 0 1-1.94 1.5H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H18a2 2 0 0 1 2 2v2",
|
|
key: "1nmvlm"
|
|
}], ["circle", {
|
|
cx: "14",
|
|
cy: "15",
|
|
r: "1",
|
|
key: "1gm4qj"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folder-open.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FolderOpen = createLucideIcon("FolderOpen", [["path", {
|
|
d: "m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",
|
|
key: "usdka0"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folder-output.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FolderOutput = createLucideIcon("FolderOutput", [
|
|
["path", {
|
|
d: "M2 7.5V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2",
|
|
key: "jm8npq"
|
|
}],
|
|
["path", {
|
|
d: "M2 13h10",
|
|
key: "pgb2dq"
|
|
}],
|
|
["path", {
|
|
d: "m5 10-3 3 3 3",
|
|
key: "1r8ie0"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folder-plus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FolderPlus = createLucideIcon("FolderPlus", [
|
|
["path", {
|
|
d: "M12 10v6",
|
|
key: "1bos4e"
|
|
}],
|
|
["path", {
|
|
d: "M9 13h6",
|
|
key: "1uhe8q"
|
|
}],
|
|
["path", {
|
|
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",
|
|
key: "1kt360"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folder-root.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FolderRoot = createLucideIcon("FolderRoot", [
|
|
["path", {
|
|
d: "M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z",
|
|
key: "1fr9dc"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "13",
|
|
r: "2",
|
|
key: "1c1ljs"
|
|
}],
|
|
["path", {
|
|
d: "M12 15v5",
|
|
key: "11xva1"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folder-search-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FolderSearch2 = createLucideIcon("FolderSearch2", [
|
|
["circle", {
|
|
cx: "11.5",
|
|
cy: "12.5",
|
|
r: "2.5",
|
|
key: "1ea5ju"
|
|
}],
|
|
["path", {
|
|
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",
|
|
key: "1kt360"
|
|
}],
|
|
["path", {
|
|
d: "M13.3 14.3 15 16",
|
|
key: "1y4v1n"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folder-search.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FolderSearch = createLucideIcon("FolderSearch", [
|
|
["circle", {
|
|
cx: "17",
|
|
cy: "17",
|
|
r: "3",
|
|
key: "18b49y"
|
|
}],
|
|
["path", {
|
|
d: "M10.7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v4.1",
|
|
key: "1bw5m7"
|
|
}],
|
|
["path", {
|
|
d: "m21 21-1.5-1.5",
|
|
key: "3sg1j"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folder-symlink.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FolderSymlink = createLucideIcon("FolderSymlink", [
|
|
["path", {
|
|
d: "M2 9V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2",
|
|
key: "1or2t8"
|
|
}],
|
|
["path", {
|
|
d: "m8 16 3-3-3-3",
|
|
key: "rlqrt1"
|
|
}],
|
|
["path", {
|
|
d: "M2 16v-1a2 2 0 0 1 2-2h6",
|
|
key: "pgw8ln"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folder-sync.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FolderSync = createLucideIcon("FolderSync", [
|
|
["path", {
|
|
d: "M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v1",
|
|
key: "1rkwto"
|
|
}],
|
|
["path", {
|
|
d: "M12 10v4h4",
|
|
key: "1czhmt"
|
|
}],
|
|
["path", {
|
|
d: "m12 14 1.5-1.5c.9-.9 2.2-1.5 3.5-1.5s2.6.6 3.5 1.5c.4.4.8 1 1 1.5",
|
|
key: "25wejs"
|
|
}],
|
|
["path", {
|
|
d: "M22 22v-4h-4",
|
|
key: "1ewp4q"
|
|
}],
|
|
["path", {
|
|
d: "m22 18-1.5 1.5c-.9.9-2.1 1.5-3.5 1.5s-2.6-.6-3.5-1.5c-.4-.4-.8-1-1-1.5",
|
|
key: "vlp1j8"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folder-tree.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FolderTree = createLucideIcon("FolderTree", [
|
|
["path", {
|
|
d: "M20 10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2.5a1 1 0 0 1-.8-.4l-.9-1.2A1 1 0 0 0 15 3h-2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z",
|
|
key: "hod4my"
|
|
}],
|
|
["path", {
|
|
d: "M20 21a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-2.9a1 1 0 0 1-.88-.55l-.42-.85a1 1 0 0 0-.92-.6H13a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z",
|
|
key: "w4yl2u"
|
|
}],
|
|
["path", {
|
|
d: "M3 5a2 2 0 0 0 2 2h3",
|
|
key: "f2jnh7"
|
|
}],
|
|
["path", {
|
|
d: "M3 3v13a2 2 0 0 0 2 2h3",
|
|
key: "k8epm1"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folder-up.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FolderUp = createLucideIcon("FolderUp", [
|
|
["path", {
|
|
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",
|
|
key: "1kt360"
|
|
}],
|
|
["path", {
|
|
d: "M12 10v6",
|
|
key: "1bos4e"
|
|
}],
|
|
["path", {
|
|
d: "m9 13 3-3 3 3",
|
|
key: "1pxg3c"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folder-x.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FolderX = createLucideIcon("FolderX", [
|
|
["path", {
|
|
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",
|
|
key: "1kt360"
|
|
}],
|
|
["path", {
|
|
d: "m9.5 10.5 5 5",
|
|
key: "ra9qjz"
|
|
}],
|
|
["path", {
|
|
d: "m14.5 10.5-5 5",
|
|
key: "l2rkpq"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folder.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Folder = createLucideIcon("Folder", [["path", {
|
|
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",
|
|
key: "1kt360"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/folders.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Folders = createLucideIcon("Folders", [["path", {
|
|
d: "M20 17a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3.9a2 2 0 0 1-1.69-.9l-.81-1.2a2 2 0 0 0-1.67-.9H8a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2Z",
|
|
key: "4u7rpt"
|
|
}], ["path", {
|
|
d: "M2 8v11a2 2 0 0 0 2 2h14",
|
|
key: "1eicx1"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/footprints.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Footprints = createLucideIcon("Footprints", [
|
|
["path", {
|
|
d: "M4 16v-2.38C4 11.5 2.97 10.5 3 8c.03-2.72 1.49-6 4.5-6C9.37 2 10 3.8 10 5.5c0 3.11-2 5.66-2 8.68V16a2 2 0 1 1-4 0Z",
|
|
key: "1dudjm"
|
|
}],
|
|
["path", {
|
|
d: "M20 20v-2.38c0-2.12 1.03-3.12 1-5.62-.03-2.72-1.49-6-4.5-6C14.63 6 14 7.8 14 9.5c0 3.11 2 5.66 2 8.68V20a2 2 0 1 0 4 0Z",
|
|
key: "l2t8xc"
|
|
}],
|
|
["path", {
|
|
d: "M16 17h4",
|
|
key: "1dejxt"
|
|
}],
|
|
["path", {
|
|
d: "M4 13h4",
|
|
key: "1bwh8b"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/forklift.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Forklift = createLucideIcon("Forklift", [
|
|
["path", {
|
|
d: "M12 12H5a2 2 0 0 0-2 2v5",
|
|
key: "7zsz91"
|
|
}],
|
|
["circle", {
|
|
cx: "13",
|
|
cy: "19",
|
|
r: "2",
|
|
key: "wjnkru"
|
|
}],
|
|
["circle", {
|
|
cx: "5",
|
|
cy: "19",
|
|
r: "2",
|
|
key: "v8kfzx"
|
|
}],
|
|
["path", {
|
|
d: "M8 19h3m5-17v17h6M6 12V7c0-1.1.9-2 2-2h3l5 5",
|
|
key: "13bk1p"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/form-input.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FormInput = createLucideIcon("FormInput", [
|
|
["rect", {
|
|
width: "20",
|
|
height: "12",
|
|
x: "2",
|
|
y: "6",
|
|
rx: "2",
|
|
key: "9lu3g6"
|
|
}],
|
|
["path", {
|
|
d: "M12 12h.01",
|
|
key: "1mp3jc"
|
|
}],
|
|
["path", {
|
|
d: "M17 12h.01",
|
|
key: "1m0b6t"
|
|
}],
|
|
["path", {
|
|
d: "M7 12h.01",
|
|
key: "eqddd0"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/forward.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Forward = createLucideIcon("Forward", [["polyline", {
|
|
points: "15 17 20 12 15 7",
|
|
key: "1w3sku"
|
|
}], ["path", {
|
|
d: "M4 18v-2a4 4 0 0 1 4-4h12",
|
|
key: "jmiej9"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/frame.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Frame = createLucideIcon("Frame", [
|
|
["line", {
|
|
x1: "22",
|
|
x2: "2",
|
|
y1: "6",
|
|
y2: "6",
|
|
key: "15w7dq"
|
|
}],
|
|
["line", {
|
|
x1: "22",
|
|
x2: "2",
|
|
y1: "18",
|
|
y2: "18",
|
|
key: "1ip48p"
|
|
}],
|
|
["line", {
|
|
x1: "6",
|
|
x2: "6",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a2lnyx"
|
|
}],
|
|
["line", {
|
|
x1: "18",
|
|
x2: "18",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "8vb6jd"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/framer.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Framer = createLucideIcon("Framer", [["path", {
|
|
d: "M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7",
|
|
key: "1a2nng"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/frown.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Frown = createLucideIcon("Frown", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["path", {
|
|
d: "M16 16s-1.5-2-4-2-4 2-4 2",
|
|
key: "epbg0q"
|
|
}],
|
|
["line", {
|
|
x1: "9",
|
|
x2: "9.01",
|
|
y1: "9",
|
|
y2: "9",
|
|
key: "yxxnd0"
|
|
}],
|
|
["line", {
|
|
x1: "15",
|
|
x2: "15.01",
|
|
y1: "9",
|
|
y2: "9",
|
|
key: "1p4y9e"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/fuel.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Fuel = createLucideIcon("Fuel", [
|
|
["line", {
|
|
x1: "3",
|
|
x2: "15",
|
|
y1: "22",
|
|
y2: "22",
|
|
key: "xegly4"
|
|
}],
|
|
["line", {
|
|
x1: "4",
|
|
x2: "14",
|
|
y1: "9",
|
|
y2: "9",
|
|
key: "xcnuvu"
|
|
}],
|
|
["path", {
|
|
d: "M14 22V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v18",
|
|
key: "16j0yd"
|
|
}],
|
|
["path", {
|
|
d: "M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 2 2h0a2 2 0 0 0 2-2V9.83a2 2 0 0 0-.59-1.42L18 5",
|
|
key: "8ur5zv"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/fullscreen.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Fullscreen = createLucideIcon("Fullscreen", [
|
|
["path", {
|
|
d: "M3 7V5a2 2 0 0 1 2-2h2",
|
|
key: "aa7l1z"
|
|
}],
|
|
["path", {
|
|
d: "M17 3h2a2 2 0 0 1 2 2v2",
|
|
key: "4qcy5o"
|
|
}],
|
|
["path", {
|
|
d: "M21 17v2a2 2 0 0 1-2 2h-2",
|
|
key: "6vwrx8"
|
|
}],
|
|
["path", {
|
|
d: "M7 21H5a2 2 0 0 1-2-2v-2",
|
|
key: "ioqczr"
|
|
}],
|
|
["rect", {
|
|
width: "10",
|
|
height: "8",
|
|
x: "7",
|
|
y: "8",
|
|
rx: "1",
|
|
key: "vys8me"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/function-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var FunctionSquare = createLucideIcon("FunctionSquare", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1m3agn"
|
|
}],
|
|
["path", {
|
|
d: "M9 17c2 0 2.8-1 2.8-2.8V10c0-2 1-3.3 3.2-3",
|
|
key: "m1af9g"
|
|
}],
|
|
["path", {
|
|
d: "M9 11.2h5.7",
|
|
key: "3zgcl2"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/gallery-horizontal-end.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var GalleryHorizontalEnd = createLucideIcon("GalleryHorizontalEnd", [
|
|
["path", {
|
|
d: "M2 7v10",
|
|
key: "a2pl2d"
|
|
}],
|
|
["path", {
|
|
d: "M6 5v14",
|
|
key: "1kq3d7"
|
|
}],
|
|
["rect", {
|
|
width: "12",
|
|
height: "18",
|
|
x: "10",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "13i7bc"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/gallery-horizontal.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var GalleryHorizontal = createLucideIcon("GalleryHorizontal", [
|
|
["path", {
|
|
d: "M2 3v18",
|
|
key: "pzttux"
|
|
}],
|
|
["rect", {
|
|
width: "12",
|
|
height: "18",
|
|
x: "6",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "btr8bg"
|
|
}],
|
|
["path", {
|
|
d: "M22 3v18",
|
|
key: "6jf3v"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/gallery-thumbnails.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var GalleryThumbnails = createLucideIcon("GalleryThumbnails", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "14",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "74y24f"
|
|
}],
|
|
["path", {
|
|
d: "M4 21h1",
|
|
key: "16zlid"
|
|
}],
|
|
["path", {
|
|
d: "M9 21h1",
|
|
key: "15o7lz"
|
|
}],
|
|
["path", {
|
|
d: "M14 21h1",
|
|
key: "v9vybs"
|
|
}],
|
|
["path", {
|
|
d: "M19 21h1",
|
|
key: "edywat"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/gallery-vertical-end.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var GalleryVerticalEnd = createLucideIcon("GalleryVerticalEnd", [
|
|
["path", {
|
|
d: "M7 2h10",
|
|
key: "nczekb"
|
|
}],
|
|
["path", {
|
|
d: "M5 6h14",
|
|
key: "u2x4p"
|
|
}],
|
|
["rect", {
|
|
width: "18",
|
|
height: "12",
|
|
x: "3",
|
|
y: "10",
|
|
rx: "2",
|
|
key: "l0tzu3"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/gallery-vertical.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var GalleryVertical = createLucideIcon("GalleryVertical", [
|
|
["path", {
|
|
d: "M3 2h18",
|
|
key: "15qxfx"
|
|
}],
|
|
["rect", {
|
|
width: "18",
|
|
height: "12",
|
|
x: "3",
|
|
y: "6",
|
|
rx: "2",
|
|
key: "1439r6"
|
|
}],
|
|
["path", {
|
|
d: "M3 22h18",
|
|
key: "8prr45"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/gamepad-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Gamepad2 = createLucideIcon("Gamepad2", [
|
|
["line", {
|
|
x1: "6",
|
|
x2: "10",
|
|
y1: "11",
|
|
y2: "11",
|
|
key: "1gktln"
|
|
}],
|
|
["line", {
|
|
x1: "8",
|
|
x2: "8",
|
|
y1: "9",
|
|
y2: "13",
|
|
key: "qnk9ow"
|
|
}],
|
|
["line", {
|
|
x1: "15",
|
|
x2: "15.01",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "krot7o"
|
|
}],
|
|
["line", {
|
|
x1: "18",
|
|
x2: "18.01",
|
|
y1: "10",
|
|
y2: "10",
|
|
key: "1lcuu1"
|
|
}],
|
|
["path", {
|
|
d: "M17.32 5H6.68a4 4 0 0 0-3.978 3.59c-.006.052-.01.101-.017.152C2.604 9.416 2 14.456 2 16a3 3 0 0 0 3 3c1 0 1.5-.5 2-1l1.414-1.414A2 2 0 0 1 9.828 16h4.344a2 2 0 0 1 1.414.586L17 18c.5.5 1 1 2 1a3 3 0 0 0 3-3c0-1.545-.604-6.584-.685-7.258-.007-.05-.011-.1-.017-.151A4 4 0 0 0 17.32 5z",
|
|
key: "mfqc10"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/gamepad.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Gamepad = createLucideIcon("Gamepad", [
|
|
["line", {
|
|
x1: "6",
|
|
x2: "10",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "161bw2"
|
|
}],
|
|
["line", {
|
|
x1: "8",
|
|
x2: "8",
|
|
y1: "10",
|
|
y2: "14",
|
|
key: "1i6ji0"
|
|
}],
|
|
["line", {
|
|
x1: "15",
|
|
x2: "15.01",
|
|
y1: "13",
|
|
y2: "13",
|
|
key: "dqpgro"
|
|
}],
|
|
["line", {
|
|
x1: "18",
|
|
x2: "18.01",
|
|
y1: "11",
|
|
y2: "11",
|
|
key: "meh2c"
|
|
}],
|
|
["rect", {
|
|
width: "20",
|
|
height: "12",
|
|
x: "2",
|
|
y: "6",
|
|
rx: "2",
|
|
key: "9lu3g6"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/gantt-chart-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var GanttChartSquare = createLucideIcon("GanttChartSquare", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "M9 8h7",
|
|
key: "kbo1nt"
|
|
}],
|
|
["path", {
|
|
d: "M8 12h6",
|
|
key: "ikassy"
|
|
}],
|
|
["path", {
|
|
d: "M11 16h5",
|
|
key: "oq65wt"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/gantt-chart.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var GanttChart = createLucideIcon("GanttChart", [
|
|
["path", {
|
|
d: "M8 6h10",
|
|
key: "9lnwnk"
|
|
}],
|
|
["path", {
|
|
d: "M6 12h9",
|
|
key: "1g9pqf"
|
|
}],
|
|
["path", {
|
|
d: "M11 18h7",
|
|
key: "c8dzvl"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/gauge-circle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var GaugeCircle = createLucideIcon("GaugeCircle", [
|
|
["path", {
|
|
d: "M15.6 2.7a10 10 0 1 0 5.7 5.7",
|
|
key: "1e0p6d"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "2",
|
|
key: "1c9p78"
|
|
}],
|
|
["path", {
|
|
d: "M13.4 10.6 19 5",
|
|
key: "1kr7tw"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/gauge.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Gauge = createLucideIcon("Gauge", [["path", {
|
|
d: "m12 14 4-4",
|
|
key: "9kzdfg"
|
|
}], ["path", {
|
|
d: "M3.34 19a10 10 0 1 1 17.32 0",
|
|
key: "19p75a"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/gavel.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Gavel = createLucideIcon("Gavel", [
|
|
["path", {
|
|
d: "m14 13-7.5 7.5c-.83.83-2.17.83-3 0 0 0 0 0 0 0a2.12 2.12 0 0 1 0-3L11 10",
|
|
key: "c9cbz0"
|
|
}],
|
|
["path", {
|
|
d: "m16 16 6-6",
|
|
key: "vzrcl6"
|
|
}],
|
|
["path", {
|
|
d: "m8 8 6-6",
|
|
key: "18bi4p"
|
|
}],
|
|
["path", {
|
|
d: "m9 7 8 8",
|
|
key: "5jnvq1"
|
|
}],
|
|
["path", {
|
|
d: "m21 11-8-8",
|
|
key: "z4y7zo"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/gem.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Gem = createLucideIcon("Gem", [
|
|
["path", {
|
|
d: "M6 3h12l4 6-10 13L2 9Z",
|
|
key: "1pcd5k"
|
|
}],
|
|
["path", {
|
|
d: "M11 3 8 9l4 13 4-13-3-6",
|
|
key: "1fcu3u"
|
|
}],
|
|
["path", {
|
|
d: "M2 9h20",
|
|
key: "16fsjt"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/ghost.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Ghost = createLucideIcon("Ghost", [
|
|
["path", {
|
|
d: "M9 10h.01",
|
|
key: "qbtxuw"
|
|
}],
|
|
["path", {
|
|
d: "M15 10h.01",
|
|
key: "1qmjsl"
|
|
}],
|
|
["path", {
|
|
d: "M12 2a8 8 0 0 0-8 8v12l3-3 2.5 2.5L12 19l2.5 2.5L17 19l3 3V10a8 8 0 0 0-8-8z",
|
|
key: "uwwb07"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/gift.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Gift = createLucideIcon("Gift", [
|
|
["rect", {
|
|
x: "3",
|
|
y: "8",
|
|
width: "18",
|
|
height: "4",
|
|
rx: "1",
|
|
key: "bkv52"
|
|
}],
|
|
["path", {
|
|
d: "M12 8v13",
|
|
key: "1c76mn"
|
|
}],
|
|
["path", {
|
|
d: "M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7",
|
|
key: "6wjy6b"
|
|
}],
|
|
["path", {
|
|
d: "M7.5 8a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5 2.5 2.5 0 0 1 0 5",
|
|
key: "1ihvrl"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/git-branch-plus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var GitBranchPlus = createLucideIcon("GitBranchPlus", [
|
|
["path", {
|
|
d: "M6 3v12",
|
|
key: "qpgusn"
|
|
}],
|
|
["path", {
|
|
d: "M18 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6z",
|
|
key: "1d02ji"
|
|
}],
|
|
["path", {
|
|
d: "M6 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6z",
|
|
key: "chk6ph"
|
|
}],
|
|
["path", {
|
|
d: "M15 6a9 9 0 0 0-9 9",
|
|
key: "or332x"
|
|
}],
|
|
["path", {
|
|
d: "M18 15v6",
|
|
key: "9wciyi"
|
|
}],
|
|
["path", {
|
|
d: "M21 18h-6",
|
|
key: "139f0c"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/git-branch.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var GitBranch = createLucideIcon("GitBranch", [
|
|
["line", {
|
|
x1: "6",
|
|
x2: "6",
|
|
y1: "3",
|
|
y2: "15",
|
|
key: "17qcm7"
|
|
}],
|
|
["circle", {
|
|
cx: "18",
|
|
cy: "6",
|
|
r: "3",
|
|
key: "1h7g24"
|
|
}],
|
|
["circle", {
|
|
cx: "6",
|
|
cy: "18",
|
|
r: "3",
|
|
key: "fqmcym"
|
|
}],
|
|
["path", {
|
|
d: "M18 9a9 9 0 0 1-9 9",
|
|
key: "n2h4wq"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/git-commit-horizontal.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var GitCommitHorizontal = createLucideIcon("GitCommitHorizontal", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "3",
|
|
key: "1v7zrd"
|
|
}],
|
|
["line", {
|
|
x1: "3",
|
|
x2: "9",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "1dyftd"
|
|
}],
|
|
["line", {
|
|
x1: "15",
|
|
x2: "21",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "oup4p8"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/git-commit-vertical.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var GitCommitVertical = createLucideIcon("GitCommitVertical", [
|
|
["path", {
|
|
d: "M12 3v6",
|
|
key: "1holv5"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "3",
|
|
key: "1v7zrd"
|
|
}],
|
|
["path", {
|
|
d: "M12 15v6",
|
|
key: "a9ows0"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/git-compare-arrows.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var GitCompareArrows = createLucideIcon("GitCompareArrows", [
|
|
["circle", {
|
|
cx: "5",
|
|
cy: "6",
|
|
r: "3",
|
|
key: "1qnov2"
|
|
}],
|
|
["path", {
|
|
d: "M12 6h5a2 2 0 0 1 2 2v7",
|
|
key: "1yj91y"
|
|
}],
|
|
["path", {
|
|
d: "m15 9-3-3 3-3",
|
|
key: "1lwv8l"
|
|
}],
|
|
["circle", {
|
|
cx: "19",
|
|
cy: "18",
|
|
r: "3",
|
|
key: "1qljk2"
|
|
}],
|
|
["path", {
|
|
d: "M12 18H7a2 2 0 0 1-2-2V9",
|
|
key: "16sdep"
|
|
}],
|
|
["path", {
|
|
d: "m9 15 3 3-3 3",
|
|
key: "1m3kbl"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/git-compare.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var GitCompare = createLucideIcon("GitCompare", [
|
|
["circle", {
|
|
cx: "18",
|
|
cy: "18",
|
|
r: "3",
|
|
key: "1xkwt0"
|
|
}],
|
|
["circle", {
|
|
cx: "6",
|
|
cy: "6",
|
|
r: "3",
|
|
key: "1lh9wr"
|
|
}],
|
|
["path", {
|
|
d: "M13 6h3a2 2 0 0 1 2 2v7",
|
|
key: "1yeb86"
|
|
}],
|
|
["path", {
|
|
d: "M11 18H8a2 2 0 0 1-2-2V9",
|
|
key: "19pyzm"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/git-fork.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var GitFork = createLucideIcon("GitFork", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "18",
|
|
r: "3",
|
|
key: "1mpf1b"
|
|
}],
|
|
["circle", {
|
|
cx: "6",
|
|
cy: "6",
|
|
r: "3",
|
|
key: "1lh9wr"
|
|
}],
|
|
["circle", {
|
|
cx: "18",
|
|
cy: "6",
|
|
r: "3",
|
|
key: "1h7g24"
|
|
}],
|
|
["path", {
|
|
d: "M18 9v2c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9",
|
|
key: "1uq4wg"
|
|
}],
|
|
["path", {
|
|
d: "M12 12v3",
|
|
key: "158kv8"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/git-graph.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var GitGraph = createLucideIcon("GitGraph", [
|
|
["circle", {
|
|
cx: "5",
|
|
cy: "6",
|
|
r: "3",
|
|
key: "1qnov2"
|
|
}],
|
|
["path", {
|
|
d: "M5 9v6",
|
|
key: "158jrl"
|
|
}],
|
|
["circle", {
|
|
cx: "5",
|
|
cy: "18",
|
|
r: "3",
|
|
key: "104gr9"
|
|
}],
|
|
["path", {
|
|
d: "M12 3v18",
|
|
key: "108xh3"
|
|
}],
|
|
["circle", {
|
|
cx: "19",
|
|
cy: "6",
|
|
r: "3",
|
|
key: "108a5v"
|
|
}],
|
|
["path", {
|
|
d: "M16 15.7A9 9 0 0 0 19 9",
|
|
key: "1e3vqb"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/git-merge.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var GitMerge = createLucideIcon("GitMerge", [
|
|
["circle", {
|
|
cx: "18",
|
|
cy: "18",
|
|
r: "3",
|
|
key: "1xkwt0"
|
|
}],
|
|
["circle", {
|
|
cx: "6",
|
|
cy: "6",
|
|
r: "3",
|
|
key: "1lh9wr"
|
|
}],
|
|
["path", {
|
|
d: "M6 21V9a9 9 0 0 0 9 9",
|
|
key: "7kw0sc"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/git-pull-request-arrow.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var GitPullRequestArrow = createLucideIcon("GitPullRequestArrow", [
|
|
["circle", {
|
|
cx: "5",
|
|
cy: "6",
|
|
r: "3",
|
|
key: "1qnov2"
|
|
}],
|
|
["path", {
|
|
d: "M5 9v12",
|
|
key: "ih889a"
|
|
}],
|
|
["circle", {
|
|
cx: "19",
|
|
cy: "18",
|
|
r: "3",
|
|
key: "1qljk2"
|
|
}],
|
|
["path", {
|
|
d: "m15 9-3-3 3-3",
|
|
key: "1lwv8l"
|
|
}],
|
|
["path", {
|
|
d: "M12 6h5a2 2 0 0 1 2 2v7",
|
|
key: "1yj91y"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/git-pull-request-closed.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var GitPullRequestClosed = createLucideIcon("GitPullRequestClosed", [
|
|
["circle", {
|
|
cx: "6",
|
|
cy: "6",
|
|
r: "3",
|
|
key: "1lh9wr"
|
|
}],
|
|
["path", {
|
|
d: "M6 9v12",
|
|
key: "1sc30k"
|
|
}],
|
|
["path", {
|
|
d: "m21 3-6 6",
|
|
key: "16nqsk"
|
|
}],
|
|
["path", {
|
|
d: "m21 9-6-6",
|
|
key: "9j17rh"
|
|
}],
|
|
["path", {
|
|
d: "M18 11.5V15",
|
|
key: "65xf6f"
|
|
}],
|
|
["circle", {
|
|
cx: "18",
|
|
cy: "18",
|
|
r: "3",
|
|
key: "1xkwt0"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/git-pull-request-create-arrow.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var GitPullRequestCreateArrow = createLucideIcon("GitPullRequestCreateArrow", [
|
|
["circle", {
|
|
cx: "5",
|
|
cy: "6",
|
|
r: "3",
|
|
key: "1qnov2"
|
|
}],
|
|
["path", {
|
|
d: "M5 9v12",
|
|
key: "ih889a"
|
|
}],
|
|
["path", {
|
|
d: "m15 9-3-3 3-3",
|
|
key: "1lwv8l"
|
|
}],
|
|
["path", {
|
|
d: "M12 6h5a2 2 0 0 1 2 2v3",
|
|
key: "1rbwk6"
|
|
}],
|
|
["path", {
|
|
d: "M19 15v6",
|
|
key: "10aioa"
|
|
}],
|
|
["path", {
|
|
d: "M22 18h-6",
|
|
key: "1d5gi5"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/git-pull-request-create.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var GitPullRequestCreate = createLucideIcon("GitPullRequestCreate", [
|
|
["circle", {
|
|
cx: "6",
|
|
cy: "6",
|
|
r: "3",
|
|
key: "1lh9wr"
|
|
}],
|
|
["path", {
|
|
d: "M6 9v12",
|
|
key: "1sc30k"
|
|
}],
|
|
["path", {
|
|
d: "M13 6h3a2 2 0 0 1 2 2v3",
|
|
key: "1jb6z3"
|
|
}],
|
|
["path", {
|
|
d: "M18 15v6",
|
|
key: "9wciyi"
|
|
}],
|
|
["path", {
|
|
d: "M21 18h-6",
|
|
key: "139f0c"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/git-pull-request-draft.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var GitPullRequestDraft = createLucideIcon("GitPullRequestDraft", [
|
|
["circle", {
|
|
cx: "18",
|
|
cy: "18",
|
|
r: "3",
|
|
key: "1xkwt0"
|
|
}],
|
|
["circle", {
|
|
cx: "6",
|
|
cy: "6",
|
|
r: "3",
|
|
key: "1lh9wr"
|
|
}],
|
|
["path", {
|
|
d: "M18 6V5",
|
|
key: "1oao2s"
|
|
}],
|
|
["path", {
|
|
d: "M18 11v-1",
|
|
key: "11c8tz"
|
|
}],
|
|
["line", {
|
|
x1: "6",
|
|
x2: "6",
|
|
y1: "9",
|
|
y2: "21",
|
|
key: "rroup"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/git-pull-request.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var GitPullRequest = createLucideIcon("GitPullRequest", [
|
|
["circle", {
|
|
cx: "18",
|
|
cy: "18",
|
|
r: "3",
|
|
key: "1xkwt0"
|
|
}],
|
|
["circle", {
|
|
cx: "6",
|
|
cy: "6",
|
|
r: "3",
|
|
key: "1lh9wr"
|
|
}],
|
|
["path", {
|
|
d: "M13 6h3a2 2 0 0 1 2 2v7",
|
|
key: "1yeb86"
|
|
}],
|
|
["line", {
|
|
x1: "6",
|
|
x2: "6",
|
|
y1: "9",
|
|
y2: "21",
|
|
key: "rroup"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/github.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Github = createLucideIcon("Github", [["path", {
|
|
d: "M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4",
|
|
key: "tonef"
|
|
}], ["path", {
|
|
d: "M9 18c-4.51 2-5-2-7-2",
|
|
key: "9comsn"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/gitlab.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Gitlab = createLucideIcon("Gitlab", [["path", {
|
|
d: "m22 13.29-3.33-10a.42.42 0 0 0-.14-.18.38.38 0 0 0-.22-.11.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18l-2.26 6.67H8.32L6.1 3.26a.42.42 0 0 0-.1-.18.38.38 0 0 0-.26-.08.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18L2 13.29a.74.74 0 0 0 .27.83L12 21l9.69-6.88a.71.71 0 0 0 .31-.83Z",
|
|
key: "148pdi"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/glass-water.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var GlassWater = createLucideIcon("GlassWater", [["path", {
|
|
d: "M15.2 22H8.8a2 2 0 0 1-2-1.79L5 3h14l-1.81 17.21A2 2 0 0 1 15.2 22Z",
|
|
key: "48rfw3"
|
|
}], ["path", {
|
|
d: "M6 12a5 5 0 0 1 6 0 5 5 0 0 0 6 0",
|
|
key: "mjntcy"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/glasses.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Glasses = createLucideIcon("Glasses", [
|
|
["circle", {
|
|
cx: "6",
|
|
cy: "15",
|
|
r: "4",
|
|
key: "vux9w4"
|
|
}],
|
|
["circle", {
|
|
cx: "18",
|
|
cy: "15",
|
|
r: "4",
|
|
key: "18o8ve"
|
|
}],
|
|
["path", {
|
|
d: "M14 15a2 2 0 0 0-2-2 2 2 0 0 0-2 2",
|
|
key: "1ag4bs"
|
|
}],
|
|
["path", {
|
|
d: "M2.5 13 5 7c.7-1.3 1.4-2 3-2",
|
|
key: "1hm1gs"
|
|
}],
|
|
["path", {
|
|
d: "M21.5 13 19 7c-.7-1.3-1.5-2-3-2",
|
|
key: "1r31ai"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/globe-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Globe2 = createLucideIcon("Globe2", [
|
|
["path", {
|
|
d: "M21.54 15H17a2 2 0 0 0-2 2v4.54",
|
|
key: "1djwo0"
|
|
}],
|
|
["path", {
|
|
d: "M7 3.34V5a3 3 0 0 0 3 3v0a2 2 0 0 1 2 2v0c0 1.1.9 2 2 2v0a2 2 0 0 0 2-2v0c0-1.1.9-2 2-2h3.17",
|
|
key: "1fi5u6"
|
|
}],
|
|
["path", {
|
|
d: "M11 21.95V18a2 2 0 0 0-2-2v0a2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05",
|
|
key: "xsiumc"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/globe.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Globe = createLucideIcon("Globe", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["path", {
|
|
d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20",
|
|
key: "13o1zl"
|
|
}],
|
|
["path", {
|
|
d: "M2 12h20",
|
|
key: "9i4pu4"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/goal.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Goal = createLucideIcon("Goal", [
|
|
["path", {
|
|
d: "M12 13V2l8 4-8 4",
|
|
key: "5wlwwj"
|
|
}],
|
|
["path", {
|
|
d: "M20.55 10.23A9 9 0 1 1 8 4.94",
|
|
key: "5988i3"
|
|
}],
|
|
["path", {
|
|
d: "M8 10a5 5 0 1 0 8.9 2.02",
|
|
key: "1hq7ot"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/grab.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Grab = createLucideIcon("Grab", [
|
|
["path", {
|
|
d: "M18 11.5V9a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v1.4",
|
|
key: "n5nng"
|
|
}],
|
|
["path", {
|
|
d: "M14 10V8a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v2",
|
|
key: "185i9d"
|
|
}],
|
|
["path", {
|
|
d: "M10 9.9V9a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v5",
|
|
key: "11pz95"
|
|
}],
|
|
["path", {
|
|
d: "M6 14v0a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v0",
|
|
key: "16yk7l"
|
|
}],
|
|
["path", {
|
|
d: "M18 11v0a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-4a8 8 0 0 1-8-8 2 2 0 1 1 4 0",
|
|
key: "nzvb1c"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/graduation-cap.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var GraduationCap = createLucideIcon("GraduationCap", [["path", {
|
|
d: "M22 10v6M2 10l10-5 10 5-10 5z",
|
|
key: "1ef52a"
|
|
}], ["path", {
|
|
d: "M6 12v5c3 3 9 3 12 0v-5",
|
|
key: "1f75yj"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/grape.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Grape = createLucideIcon("Grape", [
|
|
["path", {
|
|
d: "M22 5V2l-5.89 5.89",
|
|
key: "1eenpo"
|
|
}],
|
|
["circle", {
|
|
cx: "16.6",
|
|
cy: "15.89",
|
|
r: "3",
|
|
key: "xjtalx"
|
|
}],
|
|
["circle", {
|
|
cx: "8.11",
|
|
cy: "7.4",
|
|
r: "3",
|
|
key: "u2fv6i"
|
|
}],
|
|
["circle", {
|
|
cx: "12.35",
|
|
cy: "11.65",
|
|
r: "3",
|
|
key: "i6i8g7"
|
|
}],
|
|
["circle", {
|
|
cx: "13.91",
|
|
cy: "5.85",
|
|
r: "3",
|
|
key: "6ye0dv"
|
|
}],
|
|
["circle", {
|
|
cx: "18.15",
|
|
cy: "10.09",
|
|
r: "3",
|
|
key: "snx9no"
|
|
}],
|
|
["circle", {
|
|
cx: "6.56",
|
|
cy: "13.2",
|
|
r: "3",
|
|
key: "17x4xg"
|
|
}],
|
|
["circle", {
|
|
cx: "10.8",
|
|
cy: "17.44",
|
|
r: "3",
|
|
key: "1hogw9"
|
|
}],
|
|
["circle", {
|
|
cx: "5",
|
|
cy: "19",
|
|
r: "3",
|
|
key: "1sn6vo"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/grid-2x2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Grid2x2 = createLucideIcon("Grid2x2", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "M3 12h18",
|
|
key: "1i2n21"
|
|
}],
|
|
["path", {
|
|
d: "M12 3v18",
|
|
key: "108xh3"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/grid-3x3.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Grid3x3 = createLucideIcon("Grid3x3", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "M3 9h18",
|
|
key: "1pudct"
|
|
}],
|
|
["path", {
|
|
d: "M3 15h18",
|
|
key: "5xshup"
|
|
}],
|
|
["path", {
|
|
d: "M9 3v18",
|
|
key: "fh3hqa"
|
|
}],
|
|
["path", {
|
|
d: "M15 3v18",
|
|
key: "14nvp0"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/grip-horizontal.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var GripHorizontal = createLucideIcon("GripHorizontal", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "9",
|
|
r: "1",
|
|
key: "124mty"
|
|
}],
|
|
["circle", {
|
|
cx: "19",
|
|
cy: "9",
|
|
r: "1",
|
|
key: "1ruzo2"
|
|
}],
|
|
["circle", {
|
|
cx: "5",
|
|
cy: "9",
|
|
r: "1",
|
|
key: "1a8b28"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "15",
|
|
r: "1",
|
|
key: "1e56xg"
|
|
}],
|
|
["circle", {
|
|
cx: "19",
|
|
cy: "15",
|
|
r: "1",
|
|
key: "1a92ep"
|
|
}],
|
|
["circle", {
|
|
cx: "5",
|
|
cy: "15",
|
|
r: "1",
|
|
key: "5r1jwy"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/grip-vertical.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var GripVertical = createLucideIcon("GripVertical", [
|
|
["circle", {
|
|
cx: "9",
|
|
cy: "12",
|
|
r: "1",
|
|
key: "1vctgf"
|
|
}],
|
|
["circle", {
|
|
cx: "9",
|
|
cy: "5",
|
|
r: "1",
|
|
key: "hp0tcf"
|
|
}],
|
|
["circle", {
|
|
cx: "9",
|
|
cy: "19",
|
|
r: "1",
|
|
key: "fkjjf6"
|
|
}],
|
|
["circle", {
|
|
cx: "15",
|
|
cy: "12",
|
|
r: "1",
|
|
key: "1tmaij"
|
|
}],
|
|
["circle", {
|
|
cx: "15",
|
|
cy: "5",
|
|
r: "1",
|
|
key: "19l28e"
|
|
}],
|
|
["circle", {
|
|
cx: "15",
|
|
cy: "19",
|
|
r: "1",
|
|
key: "f4zoj3"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/grip.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Grip = createLucideIcon("Grip", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "5",
|
|
r: "1",
|
|
key: "gxeob9"
|
|
}],
|
|
["circle", {
|
|
cx: "19",
|
|
cy: "5",
|
|
r: "1",
|
|
key: "w8mnmm"
|
|
}],
|
|
["circle", {
|
|
cx: "5",
|
|
cy: "5",
|
|
r: "1",
|
|
key: "lttvr7"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "1",
|
|
key: "41hilf"
|
|
}],
|
|
["circle", {
|
|
cx: "19",
|
|
cy: "12",
|
|
r: "1",
|
|
key: "1wjl8i"
|
|
}],
|
|
["circle", {
|
|
cx: "5",
|
|
cy: "12",
|
|
r: "1",
|
|
key: "1pcz8c"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "19",
|
|
r: "1",
|
|
key: "lyex9k"
|
|
}],
|
|
["circle", {
|
|
cx: "19",
|
|
cy: "19",
|
|
r: "1",
|
|
key: "shf9b7"
|
|
}],
|
|
["circle", {
|
|
cx: "5",
|
|
cy: "19",
|
|
r: "1",
|
|
key: "bfqh0e"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/group.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Group = createLucideIcon("Group", [
|
|
["path", {
|
|
d: "M3 7V5c0-1.1.9-2 2-2h2",
|
|
key: "adw53z"
|
|
}],
|
|
["path", {
|
|
d: "M17 3h2c1.1 0 2 .9 2 2v2",
|
|
key: "an4l38"
|
|
}],
|
|
["path", {
|
|
d: "M21 17v2c0 1.1-.9 2-2 2h-2",
|
|
key: "144t0e"
|
|
}],
|
|
["path", {
|
|
d: "M7 21H5c-1.1 0-2-.9-2-2v-2",
|
|
key: "rtnfgi"
|
|
}],
|
|
["rect", {
|
|
width: "7",
|
|
height: "5",
|
|
x: "7",
|
|
y: "7",
|
|
rx: "1",
|
|
key: "1eyiv7"
|
|
}],
|
|
["rect", {
|
|
width: "7",
|
|
height: "5",
|
|
x: "10",
|
|
y: "12",
|
|
rx: "1",
|
|
key: "1qlmkx"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/guitar.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Guitar = createLucideIcon("Guitar", [
|
|
["path", {
|
|
d: "m20 7 1.7-1.7a1 1 0 0 0 0-1.4l-1.6-1.6a1 1 0 0 0-1.4 0L17 4v3Z",
|
|
key: "15ixgv"
|
|
}],
|
|
["path", {
|
|
d: "m17 7-5.1 5.1",
|
|
key: "l9guh7"
|
|
}],
|
|
["circle", {
|
|
cx: "11.5",
|
|
cy: "12.5",
|
|
r: ".5",
|
|
key: "1evg0a"
|
|
}],
|
|
["path", {
|
|
d: "M6 12a2 2 0 0 0 1.8-1.2l.4-.9C8.7 8.8 9.8 8 11 8c2.8 0 5 2.2 5 5 0 1.2-.8 2.3-1.9 2.8l-.9.4A2 2 0 0 0 12 18a4 4 0 0 1-4 4c-3.3 0-6-2.7-6-6a4 4 0 0 1 4-4",
|
|
key: "x9fguj"
|
|
}],
|
|
["path", {
|
|
d: "m6 16 2 2",
|
|
key: "16qmzd"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/hammer.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Hammer = createLucideIcon("Hammer", [
|
|
["path", {
|
|
d: "m15 12-8.5 8.5c-.83.83-2.17.83-3 0 0 0 0 0 0 0a2.12 2.12 0 0 1 0-3L12 9",
|
|
key: "1afvon"
|
|
}],
|
|
["path", {
|
|
d: "M17.64 15 22 10.64",
|
|
key: "zsji6s"
|
|
}],
|
|
["path", {
|
|
d: "m20.91 11.7-1.25-1.25c-.6-.6-.93-1.4-.93-2.25v-.86L16.01 4.6a5.56 5.56 0 0 0-3.94-1.64H9l.92.82A6.18 6.18 0 0 1 12 8.4v1.56l2 2h2.47l2.26 1.91",
|
|
key: "lehyy1"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/hand-metal.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var HandMetal = createLucideIcon("HandMetal", [
|
|
["path", {
|
|
d: "M18 12.5V10a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v1.4",
|
|
key: "7eki13"
|
|
}],
|
|
["path", {
|
|
d: "M14 11V9a2 2 0 1 0-4 0v2",
|
|
key: "94qvcw"
|
|
}],
|
|
["path", {
|
|
d: "M10 10.5V5a2 2 0 1 0-4 0v9",
|
|
key: "m1ah89"
|
|
}],
|
|
["path", {
|
|
d: "m7 15-1.76-1.76a2 2 0 0 0-2.83 2.82l3.6 3.6C7.5 21.14 9.2 22 12 22h2a8 8 0 0 0 8-8V7a2 2 0 1 0-4 0v5",
|
|
key: "t1skq1"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/hand.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Hand = createLucideIcon("Hand", [
|
|
["path", {
|
|
d: "M18 11V6a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v0",
|
|
key: "aigmz7"
|
|
}],
|
|
["path", {
|
|
d: "M14 10V4a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v2",
|
|
key: "1n6bmn"
|
|
}],
|
|
["path", {
|
|
d: "M10 10.5V6a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v8",
|
|
key: "a9iiix"
|
|
}],
|
|
["path", {
|
|
d: "M18 8a2 2 0 1 1 4 0v6a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15",
|
|
key: "1s1gnw"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/hard-drive-download.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var HardDriveDownload = createLucideIcon("HardDriveDownload", [
|
|
["path", {
|
|
d: "M12 2v8",
|
|
key: "1q4o3n"
|
|
}],
|
|
["path", {
|
|
d: "m16 6-4 4-4-4",
|
|
key: "6wukr"
|
|
}],
|
|
["rect", {
|
|
width: "20",
|
|
height: "8",
|
|
x: "2",
|
|
y: "14",
|
|
rx: "2",
|
|
key: "w68u3i"
|
|
}],
|
|
["path", {
|
|
d: "M6 18h.01",
|
|
key: "uhywen"
|
|
}],
|
|
["path", {
|
|
d: "M10 18h.01",
|
|
key: "h775k"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/hard-drive-upload.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var HardDriveUpload = createLucideIcon("HardDriveUpload", [
|
|
["path", {
|
|
d: "m16 6-4-4-4 4",
|
|
key: "13yo43"
|
|
}],
|
|
["path", {
|
|
d: "M12 2v8",
|
|
key: "1q4o3n"
|
|
}],
|
|
["rect", {
|
|
width: "20",
|
|
height: "8",
|
|
x: "2",
|
|
y: "14",
|
|
rx: "2",
|
|
key: "w68u3i"
|
|
}],
|
|
["path", {
|
|
d: "M6 18h.01",
|
|
key: "uhywen"
|
|
}],
|
|
["path", {
|
|
d: "M10 18h.01",
|
|
key: "h775k"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/hard-drive.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var HardDrive = createLucideIcon("HardDrive", [
|
|
["line", {
|
|
x1: "22",
|
|
x2: "2",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "1y58io"
|
|
}],
|
|
["path", {
|
|
d: "M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z",
|
|
key: "oot6mr"
|
|
}],
|
|
["line", {
|
|
x1: "6",
|
|
x2: "6.01",
|
|
y1: "16",
|
|
y2: "16",
|
|
key: "sgf278"
|
|
}],
|
|
["line", {
|
|
x1: "10",
|
|
x2: "10.01",
|
|
y1: "16",
|
|
y2: "16",
|
|
key: "1l4acy"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/hard-hat.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var HardHat = createLucideIcon("HardHat", [
|
|
["path", {
|
|
d: "M2 18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v2z",
|
|
key: "1dej2m"
|
|
}],
|
|
["path", {
|
|
d: "M10 10V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5",
|
|
key: "1p9q5i"
|
|
}],
|
|
["path", {
|
|
d: "M4 15v-3a6 6 0 0 1 6-6h0",
|
|
key: "1uc279"
|
|
}],
|
|
["path", {
|
|
d: "M14 6h0a6 6 0 0 1 6 6v3",
|
|
key: "1j9mnm"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/hash.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Hash = createLucideIcon("Hash", [
|
|
["line", {
|
|
x1: "4",
|
|
x2: "20",
|
|
y1: "9",
|
|
y2: "9",
|
|
key: "4lhtct"
|
|
}],
|
|
["line", {
|
|
x1: "4",
|
|
x2: "20",
|
|
y1: "15",
|
|
y2: "15",
|
|
key: "vyu0kd"
|
|
}],
|
|
["line", {
|
|
x1: "10",
|
|
x2: "8",
|
|
y1: "3",
|
|
y2: "21",
|
|
key: "1ggp8o"
|
|
}],
|
|
["line", {
|
|
x1: "16",
|
|
x2: "14",
|
|
y1: "3",
|
|
y2: "21",
|
|
key: "weycgp"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/haze.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Haze = createLucideIcon("Haze", [
|
|
["path", {
|
|
d: "m5.2 6.2 1.4 1.4",
|
|
key: "17imol"
|
|
}],
|
|
["path", {
|
|
d: "M2 13h2",
|
|
key: "13gyu8"
|
|
}],
|
|
["path", {
|
|
d: "M20 13h2",
|
|
key: "16rner"
|
|
}],
|
|
["path", {
|
|
d: "m17.4 7.6 1.4-1.4",
|
|
key: "t4xlah"
|
|
}],
|
|
["path", {
|
|
d: "M22 17H2",
|
|
key: "1gtaj3"
|
|
}],
|
|
["path", {
|
|
d: "M22 21H2",
|
|
key: "1gy6en"
|
|
}],
|
|
["path", {
|
|
d: "M16 13a4 4 0 0 0-8 0",
|
|
key: "1dyczq"
|
|
}],
|
|
["path", {
|
|
d: "M12 5V2.5",
|
|
key: "1vytko"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/hdmi-port.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var HdmiPort = createLucideIcon("HdmiPort", [["path", {
|
|
d: "M22 9a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1l2 2h12l2-2h1a1 1 0 0 0 1-1Z",
|
|
key: "2128wb"
|
|
}], ["path", {
|
|
d: "M7.5 12h9",
|
|
key: "1t0ckc"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/heading-1.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Heading1 = createLucideIcon("Heading1", [
|
|
["path", {
|
|
d: "M4 12h8",
|
|
key: "17cfdx"
|
|
}],
|
|
["path", {
|
|
d: "M4 18V6",
|
|
key: "1rz3zl"
|
|
}],
|
|
["path", {
|
|
d: "M12 18V6",
|
|
key: "zqpxq5"
|
|
}],
|
|
["path", {
|
|
d: "m17 12 3-2v8",
|
|
key: "1hhhft"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/heading-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Heading2 = createLucideIcon("Heading2", [
|
|
["path", {
|
|
d: "M4 12h8",
|
|
key: "17cfdx"
|
|
}],
|
|
["path", {
|
|
d: "M4 18V6",
|
|
key: "1rz3zl"
|
|
}],
|
|
["path", {
|
|
d: "M12 18V6",
|
|
key: "zqpxq5"
|
|
}],
|
|
["path", {
|
|
d: "M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1",
|
|
key: "9jr5yi"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/heading-3.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Heading3 = createLucideIcon("Heading3", [
|
|
["path", {
|
|
d: "M4 12h8",
|
|
key: "17cfdx"
|
|
}],
|
|
["path", {
|
|
d: "M4 18V6",
|
|
key: "1rz3zl"
|
|
}],
|
|
["path", {
|
|
d: "M12 18V6",
|
|
key: "zqpxq5"
|
|
}],
|
|
["path", {
|
|
d: "M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2",
|
|
key: "68ncm8"
|
|
}],
|
|
["path", {
|
|
d: "M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2",
|
|
key: "1ejuhz"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/heading-4.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Heading4 = createLucideIcon("Heading4", [
|
|
["path", {
|
|
d: "M4 12h8",
|
|
key: "17cfdx"
|
|
}],
|
|
["path", {
|
|
d: "M4 18V6",
|
|
key: "1rz3zl"
|
|
}],
|
|
["path", {
|
|
d: "M12 18V6",
|
|
key: "zqpxq5"
|
|
}],
|
|
["path", {
|
|
d: "M17 10v4h4",
|
|
key: "13sv97"
|
|
}],
|
|
["path", {
|
|
d: "M21 10v8",
|
|
key: "1kdml4"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/heading-5.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Heading5 = createLucideIcon("Heading5", [
|
|
["path", {
|
|
d: "M4 12h8",
|
|
key: "17cfdx"
|
|
}],
|
|
["path", {
|
|
d: "M4 18V6",
|
|
key: "1rz3zl"
|
|
}],
|
|
["path", {
|
|
d: "M12 18V6",
|
|
key: "zqpxq5"
|
|
}],
|
|
["path", {
|
|
d: "M17 13v-3h4",
|
|
key: "1nvgqp"
|
|
}],
|
|
["path", {
|
|
d: "M17 17.7c.4.2.8.3 1.3.3 1.5 0 2.7-1.1 2.7-2.5S19.8 13 18.3 13H17",
|
|
key: "2nebdn"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/heading-6.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Heading6 = createLucideIcon("Heading6", [
|
|
["path", {
|
|
d: "M4 12h8",
|
|
key: "17cfdx"
|
|
}],
|
|
["path", {
|
|
d: "M4 18V6",
|
|
key: "1rz3zl"
|
|
}],
|
|
["path", {
|
|
d: "M12 18V6",
|
|
key: "zqpxq5"
|
|
}],
|
|
["circle", {
|
|
cx: "19",
|
|
cy: "16",
|
|
r: "2",
|
|
key: "15mx69"
|
|
}],
|
|
["path", {
|
|
d: "M20 10c-2 2-3 3.5-3 6",
|
|
key: "f35dl0"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/heading.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Heading = createLucideIcon("Heading", [
|
|
["path", {
|
|
d: "M6 12h12",
|
|
key: "8npq4p"
|
|
}],
|
|
["path", {
|
|
d: "M6 20V4",
|
|
key: "1w1bmo"
|
|
}],
|
|
["path", {
|
|
d: "M18 20V4",
|
|
key: "o2hl4u"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/headphones.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Headphones = createLucideIcon("Headphones", [["path", {
|
|
d: "M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3",
|
|
key: "1xhozi"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/heart-crack.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var HeartCrack = createLucideIcon("HeartCrack", [["path", {
|
|
d: "M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",
|
|
key: "c3ymky"
|
|
}], ["path", {
|
|
d: "m12 13-1-1 2-2-3-3 2-2",
|
|
key: "xjdxli"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/heart-handshake.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var HeartHandshake = createLucideIcon("HeartHandshake", [
|
|
["path", {
|
|
d: "M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",
|
|
key: "c3ymky"
|
|
}],
|
|
["path", {
|
|
d: "M12 5 9.04 7.96a2.17 2.17 0 0 0 0 3.08v0c.82.82 2.13.85 3 .07l2.07-1.9a2.82 2.82 0 0 1 3.79 0l2.96 2.66",
|
|
key: "12sd6o"
|
|
}],
|
|
["path", {
|
|
d: "m18 15-2-2",
|
|
key: "60u0ii"
|
|
}],
|
|
["path", {
|
|
d: "m15 18-2-2",
|
|
key: "6p76be"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/heart-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var HeartOff = createLucideIcon("HeartOff", [
|
|
["line", {
|
|
x1: "2",
|
|
y1: "2",
|
|
x2: "22",
|
|
y2: "22",
|
|
key: "1w4vcy"
|
|
}],
|
|
["path", {
|
|
d: "M16.5 16.5 12 21l-7-7c-1.5-1.45-3-3.2-3-5.5a5.5 5.5 0 0 1 2.14-4.35",
|
|
key: "3mpagl"
|
|
}],
|
|
["path", {
|
|
d: "M8.76 3.1c1.15.22 2.13.78 3.24 1.9 1.5-1.5 2.74-2 4.5-2A5.5 5.5 0 0 1 22 8.5c0 2.12-1.3 3.78-2.67 5.17",
|
|
key: "1gh3v3"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/heart-pulse.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var HeartPulse = createLucideIcon("HeartPulse", [["path", {
|
|
d: "M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",
|
|
key: "c3ymky"
|
|
}], ["path", {
|
|
d: "M3.22 12H9.5l.5-1 2 4.5 2-7 1.5 3.5h5.27",
|
|
key: "1uw2ng"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/heart.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Heart = createLucideIcon("Heart", [["path", {
|
|
d: "M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",
|
|
key: "c3ymky"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/help-circle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var HelpCircle = createLucideIcon("HelpCircle", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["path", {
|
|
d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",
|
|
key: "1u773s"
|
|
}],
|
|
["path", {
|
|
d: "M12 17h.01",
|
|
key: "p32p05"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/helping-hand.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var HelpingHand = createLucideIcon("HelpingHand", [["path", {
|
|
d: "m3 15 5.12-5.12A3 3 0 0 1 10.24 9H13a2 2 0 1 1 0 4h-2.5m4-.68 4.17-4.89a1.88 1.88 0 0 1 2.92 2.36l-4.2 5.94A3 3 0 0 1 14.96 17H9.83a2 2 0 0 0-1.42.59L7 19",
|
|
key: "nitrv7"
|
|
}], ["path", {
|
|
d: "m2 14 6 6",
|
|
key: "g6j1uo"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/hexagon.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Hexagon = createLucideIcon("Hexagon", [["path", {
|
|
d: "M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z",
|
|
key: "yt0hxn"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/highlighter.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Highlighter = createLucideIcon("Highlighter", [["path", {
|
|
d: "m9 11-6 6v3h9l3-3",
|
|
key: "1a3l36"
|
|
}], ["path", {
|
|
d: "m22 12-4.6 4.6a2 2 0 0 1-2.8 0l-5.2-5.2a2 2 0 0 1 0-2.8L14 4",
|
|
key: "14a9rk"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/history.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var History = createLucideIcon("History", [
|
|
["path", {
|
|
d: "M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",
|
|
key: "1357e3"
|
|
}],
|
|
["path", {
|
|
d: "M3 3v5h5",
|
|
key: "1xhq8a"
|
|
}],
|
|
["path", {
|
|
d: "M12 7v5l4 2",
|
|
key: "1fdv2h"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/home.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Home = createLucideIcon("Home", [["path", {
|
|
d: "m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",
|
|
key: "y5dka4"
|
|
}], ["polyline", {
|
|
points: "9 22 9 12 15 12 15 22",
|
|
key: "e2us08"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/hop-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var HopOff = createLucideIcon("HopOff", [
|
|
["path", {
|
|
d: "M17.5 5.5C19 7 20.5 9 21 11c-1.323.265-2.646.39-4.118.226",
|
|
key: "10j95a"
|
|
}],
|
|
["path", {
|
|
d: "M5.5 17.5C7 19 9 20.5 11 21c.5-2.5.5-5-1-8.5",
|
|
key: "1mqyjd"
|
|
}],
|
|
["path", {
|
|
d: "M17.5 17.5c-2.5 0-4 0-6-1",
|
|
key: "11elt5"
|
|
}],
|
|
["path", {
|
|
d: "M20 11.5c1 1.5 2 3.5 2 4.5",
|
|
key: "13ezvz"
|
|
}],
|
|
["path", {
|
|
d: "M11.5 20c1.5 1 3.5 2 4.5 2 .5-1.5 0-3-.5-4.5",
|
|
key: "1ufrz1"
|
|
}],
|
|
["path", {
|
|
d: "M22 22c-2 0-3.5-.5-5.5-1.5",
|
|
key: "1n8vbj"
|
|
}],
|
|
["path", {
|
|
d: "M4.783 4.782C1.073 8.492 1 14.5 5 18c1-1 2-4.5 1.5-6.5 1.5 1 4 1 5.5.5M8.227 2.57C11.578 1.335 15.453 2.089 18 5c-.88.88-3.7 1.761-5.726 1.618",
|
|
key: "1h85u8"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/hop.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Hop = createLucideIcon("Hop", [
|
|
["path", {
|
|
d: "M17.5 5.5C19 7 20.5 9 21 11c-2.5.5-5 .5-8.5-1",
|
|
key: "l0z2za"
|
|
}],
|
|
["path", {
|
|
d: "M5.5 17.5C7 19 9 20.5 11 21c.5-2.5.5-5-1-8.5",
|
|
key: "1mqyjd"
|
|
}],
|
|
["path", {
|
|
d: "M16.5 11.5c1 2 1 3.5 1 6-2.5 0-4 0-6-1",
|
|
key: "10xoad"
|
|
}],
|
|
["path", {
|
|
d: "M20 11.5c1 1.5 2 3.5 2 4.5-1.5.5-3 0-4.5-.5",
|
|
key: "1a4gpx"
|
|
}],
|
|
["path", {
|
|
d: "M11.5 20c1.5 1 3.5 2 4.5 2 .5-1.5 0-3-.5-4.5",
|
|
key: "1ufrz1"
|
|
}],
|
|
["path", {
|
|
d: "M20.5 16.5c1 2 1.5 3.5 1.5 5.5-2 0-3.5-.5-5.5-1.5",
|
|
key: "1ok5d2"
|
|
}],
|
|
["path", {
|
|
d: "M4.783 4.782C8.493 1.072 14.5 1 18 5c-1 1-4.5 2-6.5 1.5 1 1.5 1 4 .5 5.5-1.5.5-4 .5-5.5-.5C7 13.5 6 17 5 18c-4-3.5-3.927-9.508-.217-13.218Z",
|
|
key: "8hlroy"
|
|
}],
|
|
["path", {
|
|
d: "M4.5 4.5 3 3c-.184-.185-.184-.816 0-1",
|
|
key: "q3aj97"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/hotel.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Hotel = createLucideIcon("Hotel", [
|
|
["path", {
|
|
d: "M18 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2Z",
|
|
key: "p9z69c"
|
|
}],
|
|
["path", {
|
|
d: "m9 16 .348-.24c1.465-1.013 3.84-1.013 5.304 0L15 16",
|
|
key: "1bvcvh"
|
|
}],
|
|
["path", {
|
|
d: "M8 7h.01",
|
|
key: "1vti4s"
|
|
}],
|
|
["path", {
|
|
d: "M16 7h.01",
|
|
key: "1kdx03"
|
|
}],
|
|
["path", {
|
|
d: "M12 7h.01",
|
|
key: "1ivr5q"
|
|
}],
|
|
["path", {
|
|
d: "M12 11h.01",
|
|
key: "z322tv"
|
|
}],
|
|
["path", {
|
|
d: "M16 11h.01",
|
|
key: "xkw8gn"
|
|
}],
|
|
["path", {
|
|
d: "M8 11h.01",
|
|
key: "1dfujw"
|
|
}],
|
|
["path", {
|
|
d: "M10 22v-6.5m4 0V22",
|
|
key: "16gs4s"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/hourglass.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Hourglass = createLucideIcon("Hourglass", [
|
|
["path", {
|
|
d: "M5 22h14",
|
|
key: "ehvnwv"
|
|
}],
|
|
["path", {
|
|
d: "M5 2h14",
|
|
key: "pdyrp9"
|
|
}],
|
|
["path", {
|
|
d: "M17 22v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22",
|
|
key: "1d314k"
|
|
}],
|
|
["path", {
|
|
d: "M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2",
|
|
key: "1vvvr6"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/ice-cream-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var IceCream2 = createLucideIcon("IceCream2", [
|
|
["path", {
|
|
d: "M12 17c5 0 8-2.69 8-6H4c0 3.31 3 6 8 6Zm-4 4h8m-4-3v3M5.14 11a3.5 3.5 0 1 1 6.71 0",
|
|
key: "g86ewz"
|
|
}],
|
|
["path", {
|
|
d: "M12.14 11a3.5 3.5 0 1 1 6.71 0",
|
|
key: "4k3m1s"
|
|
}],
|
|
["path", {
|
|
d: "M15.5 6.5a3.5 3.5 0 1 0-7 0",
|
|
key: "zmuahr"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/ice-cream.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var IceCream = createLucideIcon("IceCream", [
|
|
["path", {
|
|
d: "m7 11 4.08 10.35a1 1 0 0 0 1.84 0L17 11",
|
|
key: "1v6356"
|
|
}],
|
|
["path", {
|
|
d: "M17 7A5 5 0 0 0 7 7",
|
|
key: "151p3v"
|
|
}],
|
|
["path", {
|
|
d: "M17 7a2 2 0 0 1 0 4H7a2 2 0 0 1 0-4",
|
|
key: "1sdaij"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/image-down.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ImageDown = createLucideIcon("ImageDown", [
|
|
["circle", {
|
|
cx: "9",
|
|
cy: "9",
|
|
r: "2",
|
|
key: "af1f0g"
|
|
}],
|
|
["path", {
|
|
d: "M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10.8",
|
|
key: "sqts6f"
|
|
}],
|
|
["path", {
|
|
d: "m21 15-3.1-3.1a2 2 0 0 0-2.814.014L6 21",
|
|
key: "1h47z9"
|
|
}],
|
|
["path", {
|
|
d: "m14 19.5 3 3v-6",
|
|
key: "1x9jmo"
|
|
}],
|
|
["path", {
|
|
d: "m17 22.5 3-3",
|
|
key: "xzuz0n"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/image-minus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ImageMinus = createLucideIcon("ImageMinus", [
|
|
["path", {
|
|
d: "M21 9v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7",
|
|
key: "m87ecr"
|
|
}],
|
|
["line", {
|
|
x1: "16",
|
|
x2: "22",
|
|
y1: "5",
|
|
y2: "5",
|
|
key: "ez7e4s"
|
|
}],
|
|
["circle", {
|
|
cx: "9",
|
|
cy: "9",
|
|
r: "2",
|
|
key: "af1f0g"
|
|
}],
|
|
["path", {
|
|
d: "m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",
|
|
key: "1xmnt7"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/image-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ImageOff = createLucideIcon("ImageOff", [
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}],
|
|
["path", {
|
|
d: "M10.41 10.41a2 2 0 1 1-2.83-2.83",
|
|
key: "1bzlo9"
|
|
}],
|
|
["line", {
|
|
x1: "13.5",
|
|
x2: "6",
|
|
y1: "13.5",
|
|
y2: "21",
|
|
key: "1q0aeu"
|
|
}],
|
|
["line", {
|
|
x1: "18",
|
|
x2: "21",
|
|
y1: "12",
|
|
y2: "15",
|
|
key: "5mozeu"
|
|
}],
|
|
["path", {
|
|
d: "M3.59 3.59A1.99 1.99 0 0 0 3 5v14a2 2 0 0 0 2 2h14c.55 0 1.052-.22 1.41-.59",
|
|
key: "mmje98"
|
|
}],
|
|
["path", {
|
|
d: "M21 15V5a2 2 0 0 0-2-2H9",
|
|
key: "43el77"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/image-plus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ImagePlus = createLucideIcon("ImagePlus", [
|
|
["path", {
|
|
d: "M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7",
|
|
key: "31hg93"
|
|
}],
|
|
["line", {
|
|
x1: "16",
|
|
x2: "22",
|
|
y1: "5",
|
|
y2: "5",
|
|
key: "ez7e4s"
|
|
}],
|
|
["line", {
|
|
x1: "19",
|
|
x2: "19",
|
|
y1: "2",
|
|
y2: "8",
|
|
key: "1gkr8c"
|
|
}],
|
|
["circle", {
|
|
cx: "9",
|
|
cy: "9",
|
|
r: "2",
|
|
key: "af1f0g"
|
|
}],
|
|
["path", {
|
|
d: "m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",
|
|
key: "1xmnt7"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/image.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Image = createLucideIcon("Image", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1m3agn"
|
|
}],
|
|
["circle", {
|
|
cx: "9",
|
|
cy: "9",
|
|
r: "2",
|
|
key: "af1f0g"
|
|
}],
|
|
["path", {
|
|
d: "m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",
|
|
key: "1xmnt7"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/import.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Import = createLucideIcon("Import", [
|
|
["path", {
|
|
d: "M12 3v12",
|
|
key: "1x0j5s"
|
|
}],
|
|
["path", {
|
|
d: "m8 11 4 4 4-4",
|
|
key: "1dohi6"
|
|
}],
|
|
["path", {
|
|
d: "M8 5H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-4",
|
|
key: "1ywtjm"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/inbox.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Inbox = createLucideIcon("Inbox", [["polyline", {
|
|
points: "22 12 16 12 14 15 10 15 8 12 2 12",
|
|
key: "o97t9d"
|
|
}], ["path", {
|
|
d: "M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z",
|
|
key: "oot6mr"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/indent.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Indent = createLucideIcon("Indent", [
|
|
["polyline", {
|
|
points: "3 8 7 12 3 16",
|
|
key: "f3rxhf"
|
|
}],
|
|
["line", {
|
|
x1: "21",
|
|
x2: "11",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "1fxxak"
|
|
}],
|
|
["line", {
|
|
x1: "21",
|
|
x2: "11",
|
|
y1: "6",
|
|
y2: "6",
|
|
key: "asgu94"
|
|
}],
|
|
["line", {
|
|
x1: "21",
|
|
x2: "11",
|
|
y1: "18",
|
|
y2: "18",
|
|
key: "13dsj7"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/indian-rupee.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var IndianRupee = createLucideIcon("IndianRupee", [
|
|
["path", {
|
|
d: "M6 3h12",
|
|
key: "ggurg9"
|
|
}],
|
|
["path", {
|
|
d: "M6 8h12",
|
|
key: "6g4wlu"
|
|
}],
|
|
["path", {
|
|
d: "m6 13 8.5 8",
|
|
key: "u1kupk"
|
|
}],
|
|
["path", {
|
|
d: "M6 13h3",
|
|
key: "wdp6ag"
|
|
}],
|
|
["path", {
|
|
d: "M9 13c6.667 0 6.667-10 0-10",
|
|
key: "1nkvk2"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/infinity.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Infinity$1 = createLucideIcon("Infinity", [["path", {
|
|
d: "M12 12c-2-2.67-4-4-6-4a4 4 0 1 0 0 8c2 0 4-1.33 6-4Zm0 0c2 2.67 4 4 6 4a4 4 0 0 0 0-8c-2 0-4 1.33-6 4Z",
|
|
key: "1z0uae"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/info.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Info = createLucideIcon("Info", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["path", {
|
|
d: "M12 16v-4",
|
|
key: "1dtifu"
|
|
}],
|
|
["path", {
|
|
d: "M12 8h.01",
|
|
key: "e9boi3"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/inspection-panel.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var InspectionPanel = createLucideIcon("InspectionPanel", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "M7 7h.01",
|
|
key: "7u93v4"
|
|
}],
|
|
["path", {
|
|
d: "M17 7h.01",
|
|
key: "14a9sn"
|
|
}],
|
|
["path", {
|
|
d: "M7 17h.01",
|
|
key: "19xn7k"
|
|
}],
|
|
["path", {
|
|
d: "M17 17h.01",
|
|
key: "1sd3ek"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/instagram.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Instagram = createLucideIcon("Instagram", [
|
|
["rect", {
|
|
width: "20",
|
|
height: "20",
|
|
x: "2",
|
|
y: "2",
|
|
rx: "5",
|
|
ry: "5",
|
|
key: "2e1cvw"
|
|
}],
|
|
["path", {
|
|
d: "M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z",
|
|
key: "9exkf1"
|
|
}],
|
|
["line", {
|
|
x1: "17.5",
|
|
x2: "17.51",
|
|
y1: "6.5",
|
|
y2: "6.5",
|
|
key: "r4j83e"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/italic.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Italic = createLucideIcon("Italic", [
|
|
["line", {
|
|
x1: "19",
|
|
x2: "10",
|
|
y1: "4",
|
|
y2: "4",
|
|
key: "15jd3p"
|
|
}],
|
|
["line", {
|
|
x1: "14",
|
|
x2: "5",
|
|
y1: "20",
|
|
y2: "20",
|
|
key: "bu0au3"
|
|
}],
|
|
["line", {
|
|
x1: "15",
|
|
x2: "9",
|
|
y1: "4",
|
|
y2: "20",
|
|
key: "uljnxc"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/iteration-ccw.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var IterationCcw = createLucideIcon("IterationCcw", [["path", {
|
|
d: "M20 10c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8h8",
|
|
key: "4znkd0"
|
|
}], ["polyline", {
|
|
points: "16 14 20 18 16 22",
|
|
key: "11njsm"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/iteration-cw.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var IterationCw = createLucideIcon("IterationCw", [["path", {
|
|
d: "M4 10c0-4.4 3.6-8 8-8s8 3.6 8 8-3.6 8-8 8H4",
|
|
key: "tuf4su"
|
|
}], ["polyline", {
|
|
points: "8 22 4 18 8 14",
|
|
key: "evkj9s"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/japanese-yen.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var JapaneseYen = createLucideIcon("JapaneseYen", [
|
|
["path", {
|
|
d: "M12 9.5V21m0-11.5L6 3m6 6.5L18 3",
|
|
key: "2ej80x"
|
|
}],
|
|
["path", {
|
|
d: "M6 15h12",
|
|
key: "1hwgt5"
|
|
}],
|
|
["path", {
|
|
d: "M6 11h12",
|
|
key: "wf4gp6"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/joystick.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Joystick = createLucideIcon("Joystick", [
|
|
["path", {
|
|
d: "M21 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2Z",
|
|
key: "jg2n2t"
|
|
}],
|
|
["path", {
|
|
d: "M6 15v-2",
|
|
key: "gd6mvg"
|
|
}],
|
|
["path", {
|
|
d: "M12 15V9",
|
|
key: "8c7uyn"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "6",
|
|
r: "3",
|
|
key: "1gm2ql"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/kanban-square-dashed.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var KanbanSquareDashed = createLucideIcon("KanbanSquareDashed", [
|
|
["path", {
|
|
d: "M8 7v7",
|
|
key: "1x2jlm"
|
|
}],
|
|
["path", {
|
|
d: "M12 7v4",
|
|
key: "xawao1"
|
|
}],
|
|
["path", {
|
|
d: "M16 7v9",
|
|
key: "1hp2iy"
|
|
}],
|
|
["path", {
|
|
d: "M5 3a2 2 0 0 0-2 2",
|
|
key: "y57alp"
|
|
}],
|
|
["path", {
|
|
d: "M9 3h1",
|
|
key: "1yesri"
|
|
}],
|
|
["path", {
|
|
d: "M14 3h1",
|
|
key: "1ec4yj"
|
|
}],
|
|
["path", {
|
|
d: "M19 3a2 2 0 0 1 2 2",
|
|
key: "18rm91"
|
|
}],
|
|
["path", {
|
|
d: "M21 9v1",
|
|
key: "mxsmne"
|
|
}],
|
|
["path", {
|
|
d: "M21 14v1",
|
|
key: "169vum"
|
|
}],
|
|
["path", {
|
|
d: "M21 19a2 2 0 0 1-2 2",
|
|
key: "1j7049"
|
|
}],
|
|
["path", {
|
|
d: "M14 21h1",
|
|
key: "v9vybs"
|
|
}],
|
|
["path", {
|
|
d: "M9 21h1",
|
|
key: "15o7lz"
|
|
}],
|
|
["path", {
|
|
d: "M5 21a2 2 0 0 1-2-2",
|
|
key: "sbafld"
|
|
}],
|
|
["path", {
|
|
d: "M3 14v1",
|
|
key: "vnatye"
|
|
}],
|
|
["path", {
|
|
d: "M3 9v1",
|
|
key: "1r0deq"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/kanban-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var KanbanSquare = createLucideIcon("KanbanSquare", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "M8 7v7",
|
|
key: "1x2jlm"
|
|
}],
|
|
["path", {
|
|
d: "M12 7v4",
|
|
key: "xawao1"
|
|
}],
|
|
["path", {
|
|
d: "M16 7v9",
|
|
key: "1hp2iy"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/kanban.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Kanban = createLucideIcon("Kanban", [
|
|
["path", {
|
|
d: "M6 5v11",
|
|
key: "mdvv1e"
|
|
}],
|
|
["path", {
|
|
d: "M12 5v6",
|
|
key: "14ar3b"
|
|
}],
|
|
["path", {
|
|
d: "M18 5v14",
|
|
key: "7ji314"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/key-round.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var KeyRound = createLucideIcon("KeyRound", [["path", {
|
|
d: "M2 18v3c0 .6.4 1 1 1h4v-3h3v-3h2l1.4-1.4a6.5 6.5 0 1 0-4-4Z",
|
|
key: "167ctg"
|
|
}], ["circle", {
|
|
cx: "16.5",
|
|
cy: "7.5",
|
|
r: ".5",
|
|
key: "1kog09"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/key-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var KeySquare = createLucideIcon("KeySquare", [
|
|
["path", {
|
|
d: "M12.4 2.7c.9-.9 2.5-.9 3.4 0l5.5 5.5c.9.9.9 2.5 0 3.4l-3.7 3.7c-.9.9-2.5.9-3.4 0L8.7 9.8c-.9-.9-.9-2.5 0-3.4Z",
|
|
key: "9li5bk"
|
|
}],
|
|
["path", {
|
|
d: "m14 7 3 3",
|
|
key: "1r5n42"
|
|
}],
|
|
["path", {
|
|
d: "M9.4 10.6 2 18v3c0 .6.4 1 1 1h4v-3h3v-3h2l1.4-1.4",
|
|
key: "1ym3zm"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/key.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Key = createLucideIcon("Key", [
|
|
["circle", {
|
|
cx: "7.5",
|
|
cy: "15.5",
|
|
r: "5.5",
|
|
key: "yqb3hr"
|
|
}],
|
|
["path", {
|
|
d: "m21 2-9.6 9.6",
|
|
key: "1j0ho8"
|
|
}],
|
|
["path", {
|
|
d: "m15.5 7.5 3 3L22 7l-3-3",
|
|
key: "1rn1fs"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/keyboard-music.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var KeyboardMusic = createLucideIcon("KeyboardMusic", [
|
|
["rect", {
|
|
width: "20",
|
|
height: "16",
|
|
x: "2",
|
|
y: "4",
|
|
rx: "2",
|
|
key: "18n3k1"
|
|
}],
|
|
["path", {
|
|
d: "M6 8h4",
|
|
key: "utf9t1"
|
|
}],
|
|
["path", {
|
|
d: "M14 8h.01",
|
|
key: "1primd"
|
|
}],
|
|
["path", {
|
|
d: "M18 8h.01",
|
|
key: "emo2bl"
|
|
}],
|
|
["path", {
|
|
d: "M2 12h20",
|
|
key: "9i4pu4"
|
|
}],
|
|
["path", {
|
|
d: "M6 12v4",
|
|
key: "dy92yo"
|
|
}],
|
|
["path", {
|
|
d: "M10 12v4",
|
|
key: "1fxnav"
|
|
}],
|
|
["path", {
|
|
d: "M14 12v4",
|
|
key: "1hft58"
|
|
}],
|
|
["path", {
|
|
d: "M18 12v4",
|
|
key: "tjjnbz"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/keyboard.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Keyboard = createLucideIcon("Keyboard", [
|
|
["rect", {
|
|
width: "20",
|
|
height: "16",
|
|
x: "2",
|
|
y: "4",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "15u882"
|
|
}],
|
|
["path", {
|
|
d: "M6 8h.001",
|
|
key: "1ej0i3"
|
|
}],
|
|
["path", {
|
|
d: "M10 8h.001",
|
|
key: "1x2st2"
|
|
}],
|
|
["path", {
|
|
d: "M14 8h.001",
|
|
key: "1vkmyp"
|
|
}],
|
|
["path", {
|
|
d: "M18 8h.001",
|
|
key: "kfsenl"
|
|
}],
|
|
["path", {
|
|
d: "M8 12h.001",
|
|
key: "1sjpby"
|
|
}],
|
|
["path", {
|
|
d: "M12 12h.001",
|
|
key: "al75ts"
|
|
}],
|
|
["path", {
|
|
d: "M16 12h.001",
|
|
key: "931bgk"
|
|
}],
|
|
["path", {
|
|
d: "M7 16h10",
|
|
key: "wp8him"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/lamp-ceiling.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var LampCeiling = createLucideIcon("LampCeiling", [
|
|
["path", {
|
|
d: "M12 2v5",
|
|
key: "nd4vlx"
|
|
}],
|
|
["path", {
|
|
d: "M6 7h12l4 9H2l4-9Z",
|
|
key: "123d64"
|
|
}],
|
|
["path", {
|
|
d: "M9.17 16a3 3 0 1 0 5.66 0",
|
|
key: "1061mw"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/lamp-desk.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var LampDesk = createLucideIcon("LampDesk", [
|
|
["path", {
|
|
d: "m14 5-3 3 2 7 8-8-7-2Z",
|
|
key: "1b0msb"
|
|
}],
|
|
["path", {
|
|
d: "m14 5-3 3-3-3 3-3 3 3Z",
|
|
key: "1uemms"
|
|
}],
|
|
["path", {
|
|
d: "M9.5 6.5 4 12l3 6",
|
|
key: "1bx08v"
|
|
}],
|
|
["path", {
|
|
d: "M3 22v-2c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v2H3Z",
|
|
key: "wap775"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/lamp-floor.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var LampFloor = createLucideIcon("LampFloor", [
|
|
["path", {
|
|
d: "M9 2h6l3 7H6l3-7Z",
|
|
key: "wcx6mj"
|
|
}],
|
|
["path", {
|
|
d: "M12 9v13",
|
|
key: "3n1su1"
|
|
}],
|
|
["path", {
|
|
d: "M9 22h6",
|
|
key: "1rlq3v"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/lamp-wall-down.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var LampWallDown = createLucideIcon("LampWallDown", [
|
|
["path", {
|
|
d: "M11 13h6l3 7H8l3-7Z",
|
|
key: "9n3qlo"
|
|
}],
|
|
["path", {
|
|
d: "M14 13V8a2 2 0 0 0-2-2H8",
|
|
key: "1hu4hb"
|
|
}],
|
|
["path", {
|
|
d: "M4 9h2a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4v6Z",
|
|
key: "s053bc"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/lamp-wall-up.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var LampWallUp = createLucideIcon("LampWallUp", [
|
|
["path", {
|
|
d: "M11 4h6l3 7H8l3-7Z",
|
|
key: "11x1ee"
|
|
}],
|
|
["path", {
|
|
d: "M14 11v5a2 2 0 0 1-2 2H8",
|
|
key: "eutp5o"
|
|
}],
|
|
["path", {
|
|
d: "M4 15h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H4v-6Z",
|
|
key: "1iuthr"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/lamp.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Lamp = createLucideIcon("Lamp", [
|
|
["path", {
|
|
d: "M8 2h8l4 10H4L8 2Z",
|
|
key: "9dma5w"
|
|
}],
|
|
["path", {
|
|
d: "M12 12v6",
|
|
key: "3ahymv"
|
|
}],
|
|
["path", {
|
|
d: "M8 22v-2c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v2H8Z",
|
|
key: "mwf4oh"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/land-plot.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var LandPlot = createLucideIcon("LandPlot", [
|
|
["path", {
|
|
d: "m12 8 6-3-6-3v10",
|
|
key: "mvpnpy"
|
|
}],
|
|
["path", {
|
|
d: "m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12",
|
|
key: "ek95tt"
|
|
}],
|
|
["path", {
|
|
d: "m6.49 12.85 11.02 6.3",
|
|
key: "1kt42w"
|
|
}],
|
|
["path", {
|
|
d: "M17.51 12.85 6.5 19.15",
|
|
key: "v55bdg"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/landmark.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Landmark = createLucideIcon("Landmark", [
|
|
["line", {
|
|
x1: "3",
|
|
x2: "21",
|
|
y1: "22",
|
|
y2: "22",
|
|
key: "j8o0r"
|
|
}],
|
|
["line", {
|
|
x1: "6",
|
|
x2: "6",
|
|
y1: "18",
|
|
y2: "11",
|
|
key: "10tf0k"
|
|
}],
|
|
["line", {
|
|
x1: "10",
|
|
x2: "10",
|
|
y1: "18",
|
|
y2: "11",
|
|
key: "54lgf6"
|
|
}],
|
|
["line", {
|
|
x1: "14",
|
|
x2: "14",
|
|
y1: "18",
|
|
y2: "11",
|
|
key: "380y"
|
|
}],
|
|
["line", {
|
|
x1: "18",
|
|
x2: "18",
|
|
y1: "18",
|
|
y2: "11",
|
|
key: "1kevvc"
|
|
}],
|
|
["polygon", {
|
|
points: "12 2 20 7 4 7",
|
|
key: "jkujk7"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/languages.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Languages = createLucideIcon("Languages", [
|
|
["path", {
|
|
d: "m5 8 6 6",
|
|
key: "1wu5hv"
|
|
}],
|
|
["path", {
|
|
d: "m4 14 6-6 2-3",
|
|
key: "1k1g8d"
|
|
}],
|
|
["path", {
|
|
d: "M2 5h12",
|
|
key: "or177f"
|
|
}],
|
|
["path", {
|
|
d: "M7 2h1",
|
|
key: "1t2jsx"
|
|
}],
|
|
["path", {
|
|
d: "m22 22-5-10-5 10",
|
|
key: "don7ne"
|
|
}],
|
|
["path", {
|
|
d: "M14 18h6",
|
|
key: "1m8k6r"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/laptop-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Laptop2 = createLucideIcon("Laptop2", [["rect", {
|
|
width: "18",
|
|
height: "12",
|
|
x: "3",
|
|
y: "4",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1qhy41"
|
|
}], ["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "20",
|
|
y2: "20",
|
|
key: "ni3hll"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/laptop.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Laptop = createLucideIcon("Laptop", [["path", {
|
|
d: "M20 16V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v9m16 0H4m16 0 1.28 2.55a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45L4 16",
|
|
key: "tarvll"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/lasso-select.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var LassoSelect = createLucideIcon("LassoSelect", [
|
|
["path", {
|
|
d: "M7 22a5 5 0 0 1-2-4",
|
|
key: "umushi"
|
|
}],
|
|
["path", {
|
|
d: "M7 16.93c.96.43 1.96.74 2.99.91",
|
|
key: "ybbtv3"
|
|
}],
|
|
["path", {
|
|
d: "M3.34 14A6.8 6.8 0 0 1 2 10c0-4.42 4.48-8 10-8s10 3.58 10 8a7.19 7.19 0 0 1-.33 2",
|
|
key: "gt5e1w"
|
|
}],
|
|
["path", {
|
|
d: "M5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z",
|
|
key: "bq3ynw"
|
|
}],
|
|
["path", {
|
|
d: "M14.33 22h-.09a.35.35 0 0 1-.24-.32v-10a.34.34 0 0 1 .33-.34c.08 0 .15.03.21.08l7.34 6a.33.33 0 0 1-.21.59h-4.49l-2.57 3.85a.35.35 0 0 1-.28.14v0z",
|
|
key: "1bawls"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/lasso.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Lasso = createLucideIcon("Lasso", [
|
|
["path", {
|
|
d: "M7 22a5 5 0 0 1-2-4",
|
|
key: "umushi"
|
|
}],
|
|
["path", {
|
|
d: "M3.3 14A6.8 6.8 0 0 1 2 10c0-4.4 4.5-8 10-8s10 3.6 10 8-4.5 8-10 8a12 12 0 0 1-5-1",
|
|
key: "146dds"
|
|
}],
|
|
["path", {
|
|
d: "M5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z",
|
|
key: "bq3ynw"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/laugh.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Laugh = createLucideIcon("Laugh", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["path", {
|
|
d: "M18 13a6 6 0 0 1-6 5 6 6 0 0 1-6-5h12Z",
|
|
key: "b2q4dd"
|
|
}],
|
|
["line", {
|
|
x1: "9",
|
|
x2: "9.01",
|
|
y1: "9",
|
|
y2: "9",
|
|
key: "yxxnd0"
|
|
}],
|
|
["line", {
|
|
x1: "15",
|
|
x2: "15.01",
|
|
y1: "9",
|
|
y2: "9",
|
|
key: "1p4y9e"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/layers-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Layers2 = createLucideIcon("Layers2", [["path", {
|
|
d: "m16.02 12 5.48 3.13a1 1 0 0 1 0 1.74L13 21.74a2 2 0 0 1-2 0l-8.5-4.87a1 1 0 0 1 0-1.74L7.98 12",
|
|
key: "1cuww1"
|
|
}], ["path", {
|
|
d: "M13 13.74a2 2 0 0 1-2 0L2.5 8.87a1 1 0 0 1 0-1.74L11 2.26a2 2 0 0 1 2 0l8.5 4.87a1 1 0 0 1 0 1.74Z",
|
|
key: "pdlvxu"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/layers-3.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Layers3 = createLucideIcon("Layers3", [
|
|
["path", {
|
|
d: "m12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83Z",
|
|
key: "8b97xw"
|
|
}],
|
|
["path", {
|
|
d: "m6.08 9.5-3.5 1.6a1 1 0 0 0 0 1.81l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9a1 1 0 0 0 0-1.83l-3.5-1.59",
|
|
key: "1e5n1m"
|
|
}],
|
|
["path", {
|
|
d: "m6.08 14.5-3.5 1.6a1 1 0 0 0 0 1.81l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9a1 1 0 0 0 0-1.83l-3.5-1.59",
|
|
key: "1iwflc"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/layers.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Layers = createLucideIcon("Layers", [
|
|
["path", {
|
|
d: "m12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83Z",
|
|
key: "8b97xw"
|
|
}],
|
|
["path", {
|
|
d: "m22 17.65-9.17 4.16a2 2 0 0 1-1.66 0L2 17.65",
|
|
key: "dd6zsq"
|
|
}],
|
|
["path", {
|
|
d: "m22 12.65-9.17 4.16a2 2 0 0 1-1.66 0L2 12.65",
|
|
key: "ep9fru"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/layout-dashboard.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var LayoutDashboard = createLucideIcon("LayoutDashboard", [
|
|
["rect", {
|
|
width: "7",
|
|
height: "9",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "1",
|
|
key: "10lvy0"
|
|
}],
|
|
["rect", {
|
|
width: "7",
|
|
height: "5",
|
|
x: "14",
|
|
y: "3",
|
|
rx: "1",
|
|
key: "16une8"
|
|
}],
|
|
["rect", {
|
|
width: "7",
|
|
height: "9",
|
|
x: "14",
|
|
y: "12",
|
|
rx: "1",
|
|
key: "1hutg5"
|
|
}],
|
|
["rect", {
|
|
width: "7",
|
|
height: "5",
|
|
x: "3",
|
|
y: "16",
|
|
rx: "1",
|
|
key: "ldoo1y"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/layout-grid.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var LayoutGrid = createLucideIcon("LayoutGrid", [
|
|
["rect", {
|
|
width: "7",
|
|
height: "7",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "1",
|
|
key: "1g98yp"
|
|
}],
|
|
["rect", {
|
|
width: "7",
|
|
height: "7",
|
|
x: "14",
|
|
y: "3",
|
|
rx: "1",
|
|
key: "6d4xhi"
|
|
}],
|
|
["rect", {
|
|
width: "7",
|
|
height: "7",
|
|
x: "14",
|
|
y: "14",
|
|
rx: "1",
|
|
key: "nxv5o0"
|
|
}],
|
|
["rect", {
|
|
width: "7",
|
|
height: "7",
|
|
x: "3",
|
|
y: "14",
|
|
rx: "1",
|
|
key: "1bb6yr"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/layout-list.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var LayoutList = createLucideIcon("LayoutList", [
|
|
["rect", {
|
|
width: "7",
|
|
height: "7",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "1",
|
|
key: "1g98yp"
|
|
}],
|
|
["rect", {
|
|
width: "7",
|
|
height: "7",
|
|
x: "3",
|
|
y: "14",
|
|
rx: "1",
|
|
key: "1bb6yr"
|
|
}],
|
|
["path", {
|
|
d: "M14 4h7",
|
|
key: "3xa0d5"
|
|
}],
|
|
["path", {
|
|
d: "M14 9h7",
|
|
key: "1icrd9"
|
|
}],
|
|
["path", {
|
|
d: "M14 15h7",
|
|
key: "1mj8o2"
|
|
}],
|
|
["path", {
|
|
d: "M14 20h7",
|
|
key: "11slyb"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/layout-panel-left.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var LayoutPanelLeft = createLucideIcon("LayoutPanelLeft", [
|
|
["rect", {
|
|
width: "7",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "1",
|
|
key: "2obqm"
|
|
}],
|
|
["rect", {
|
|
width: "7",
|
|
height: "7",
|
|
x: "14",
|
|
y: "3",
|
|
rx: "1",
|
|
key: "6d4xhi"
|
|
}],
|
|
["rect", {
|
|
width: "7",
|
|
height: "7",
|
|
x: "14",
|
|
y: "14",
|
|
rx: "1",
|
|
key: "nxv5o0"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/layout-panel-top.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var LayoutPanelTop = createLucideIcon("LayoutPanelTop", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "7",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "1",
|
|
key: "f1a2em"
|
|
}],
|
|
["rect", {
|
|
width: "7",
|
|
height: "7",
|
|
x: "3",
|
|
y: "14",
|
|
rx: "1",
|
|
key: "1bb6yr"
|
|
}],
|
|
["rect", {
|
|
width: "7",
|
|
height: "7",
|
|
x: "14",
|
|
y: "14",
|
|
rx: "1",
|
|
key: "nxv5o0"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/layout-template.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var LayoutTemplate = createLucideIcon("LayoutTemplate", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "7",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "1",
|
|
key: "f1a2em"
|
|
}],
|
|
["rect", {
|
|
width: "9",
|
|
height: "7",
|
|
x: "3",
|
|
y: "14",
|
|
rx: "1",
|
|
key: "jqznyg"
|
|
}],
|
|
["rect", {
|
|
width: "5",
|
|
height: "7",
|
|
x: "16",
|
|
y: "14",
|
|
rx: "1",
|
|
key: "q5h2i8"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/layout.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Layout = createLucideIcon("Layout", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1m3agn"
|
|
}],
|
|
["line", {
|
|
x1: "3",
|
|
x2: "21",
|
|
y1: "9",
|
|
y2: "9",
|
|
key: "1vqk6q"
|
|
}],
|
|
["line", {
|
|
x1: "9",
|
|
x2: "9",
|
|
y1: "21",
|
|
y2: "9",
|
|
key: "wpwpyp"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/leaf.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Leaf = createLucideIcon("Leaf", [["path", {
|
|
d: "M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z",
|
|
key: "nnexq3"
|
|
}], ["path", {
|
|
d: "M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12",
|
|
key: "mt58a7"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/leafy-green.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var LeafyGreen = createLucideIcon("LeafyGreen", [["path", {
|
|
d: "M2 22c1.25-.987 2.27-1.975 3.9-2.2a5.56 5.56 0 0 1 3.8 1.5 4 4 0 0 0 6.187-2.353 3.5 3.5 0 0 0 3.69-5.116A3.5 3.5 0 0 0 20.95 8 3.5 3.5 0 1 0 16 3.05a3.5 3.5 0 0 0-5.831 1.373 3.5 3.5 0 0 0-5.116 3.69 4 4 0 0 0-2.348 6.155C3.499 15.42 4.409 16.712 4.2 18.1 3.926 19.743 3.014 20.732 2 22",
|
|
key: "1134nt"
|
|
}], ["path", {
|
|
d: "M2 22 17 7",
|
|
key: "1q7jp2"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/library-big.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var LibraryBig = createLucideIcon("LibraryBig", [
|
|
["rect", {
|
|
width: "8",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "1",
|
|
key: "oynpb5"
|
|
}],
|
|
["path", {
|
|
d: "M7 3v18",
|
|
key: "bbkbws"
|
|
}],
|
|
["path", {
|
|
d: "M20.4 18.9c.2.5-.1 1.1-.6 1.3l-1.9.7c-.5.2-1.1-.1-1.3-.6L11.1 5.1c-.2-.5.1-1.1.6-1.3l1.9-.7c.5-.2 1.1.1 1.3.6Z",
|
|
key: "1qboyk"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/library-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var LibrarySquare = createLucideIcon("LibrarySquare", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "M7 7v10",
|
|
key: "d5nglc"
|
|
}],
|
|
["path", {
|
|
d: "M11 7v10",
|
|
key: "pptsnr"
|
|
}],
|
|
["path", {
|
|
d: "m15 7 2 10",
|
|
key: "1m7qm5"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/library.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Library = createLucideIcon("Library", [
|
|
["path", {
|
|
d: "m16 6 4 14",
|
|
key: "ji33uf"
|
|
}],
|
|
["path", {
|
|
d: "M12 6v14",
|
|
key: "1n7gus"
|
|
}],
|
|
["path", {
|
|
d: "M8 8v12",
|
|
key: "1gg7y9"
|
|
}],
|
|
["path", {
|
|
d: "M4 4v16",
|
|
key: "6qkkli"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/life-buoy.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var LifeBuoy = createLucideIcon("LifeBuoy", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["path", {
|
|
d: "m4.93 4.93 4.24 4.24",
|
|
key: "1ymg45"
|
|
}],
|
|
["path", {
|
|
d: "m14.83 9.17 4.24-4.24",
|
|
key: "1cb5xl"
|
|
}],
|
|
["path", {
|
|
d: "m14.83 14.83 4.24 4.24",
|
|
key: "q42g0n"
|
|
}],
|
|
["path", {
|
|
d: "m9.17 14.83-4.24 4.24",
|
|
key: "bqpfvv"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "4",
|
|
key: "4exip2"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/ligature.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Ligature = createLucideIcon("Ligature", [
|
|
["path", {
|
|
d: "M8 20V8c0-2.2 1.8-4 4-4 1.5 0 2.8.8 3.5 2",
|
|
key: "1rtphz"
|
|
}],
|
|
["path", {
|
|
d: "M6 12h4",
|
|
key: "a4o3ry"
|
|
}],
|
|
["path", {
|
|
d: "M14 12h2v8",
|
|
key: "c1fccl"
|
|
}],
|
|
["path", {
|
|
d: "M6 20h4",
|
|
key: "1i6q5t"
|
|
}],
|
|
["path", {
|
|
d: "M14 20h4",
|
|
key: "lzx1xo"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/lightbulb-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var LightbulbOff = createLucideIcon("LightbulbOff", [
|
|
["path", {
|
|
d: "M16.8 11.2c.8-.9 1.2-2 1.2-3.2a6 6 0 0 0-9.3-5",
|
|
key: "1fkcox"
|
|
}],
|
|
["path", {
|
|
d: "m2 2 20 20",
|
|
key: "1ooewy"
|
|
}],
|
|
["path", {
|
|
d: "M6.3 6.3a4.67 4.67 0 0 0 1.2 5.2c.7.7 1.3 1.5 1.5 2.5",
|
|
key: "10m8kw"
|
|
}],
|
|
["path", {
|
|
d: "M9 18h6",
|
|
key: "x1upvd"
|
|
}],
|
|
["path", {
|
|
d: "M10 22h4",
|
|
key: "ceow96"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/lightbulb.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Lightbulb = createLucideIcon("Lightbulb", [
|
|
["path", {
|
|
d: "M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5",
|
|
key: "1gvzjb"
|
|
}],
|
|
["path", {
|
|
d: "M9 18h6",
|
|
key: "x1upvd"
|
|
}],
|
|
["path", {
|
|
d: "M10 22h4",
|
|
key: "ceow96"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/line-chart.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var LineChart = createLucideIcon("LineChart", [["path", {
|
|
d: "M3 3v18h18",
|
|
key: "1s2lah"
|
|
}], ["path", {
|
|
d: "m19 9-5 5-4-4-3 3",
|
|
key: "2osh9i"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/link-2-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Link2Off = createLucideIcon("Link2Off", [
|
|
["path", {
|
|
d: "M9 17H7A5 5 0 0 1 7 7",
|
|
key: "10o201"
|
|
}],
|
|
["path", {
|
|
d: "M15 7h2a5 5 0 0 1 4 8",
|
|
key: "1d3206"
|
|
}],
|
|
["line", {
|
|
x1: "8",
|
|
x2: "12",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "rvw6j4"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/link-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Link2 = createLucideIcon("Link2", [
|
|
["path", {
|
|
d: "M9 17H7A5 5 0 0 1 7 7h2",
|
|
key: "8i5ue5"
|
|
}],
|
|
["path", {
|
|
d: "M15 7h2a5 5 0 1 1 0 10h-2",
|
|
key: "1b9ql8"
|
|
}],
|
|
["line", {
|
|
x1: "8",
|
|
x2: "16",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "1jonct"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/link.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Link = createLucideIcon("Link", [["path", {
|
|
d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",
|
|
key: "1cjeqo"
|
|
}], ["path", {
|
|
d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71",
|
|
key: "19qd67"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/linkedin.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Linkedin = createLucideIcon("Linkedin", [
|
|
["path", {
|
|
d: "M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z",
|
|
key: "c2jq9f"
|
|
}],
|
|
["rect", {
|
|
width: "4",
|
|
height: "12",
|
|
x: "2",
|
|
y: "9",
|
|
key: "mk3on5"
|
|
}],
|
|
["circle", {
|
|
cx: "4",
|
|
cy: "4",
|
|
r: "2",
|
|
key: "bt5ra8"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/list-checks.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ListChecks = createLucideIcon("ListChecks", [
|
|
["path", {
|
|
d: "m3 17 2 2 4-4",
|
|
key: "1jhpwq"
|
|
}],
|
|
["path", {
|
|
d: "m3 7 2 2 4-4",
|
|
key: "1obspn"
|
|
}],
|
|
["path", {
|
|
d: "M13 6h8",
|
|
key: "15sg57"
|
|
}],
|
|
["path", {
|
|
d: "M13 12h8",
|
|
key: "h98zly"
|
|
}],
|
|
["path", {
|
|
d: "M13 18h8",
|
|
key: "oe0vm4"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/list-end.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ListEnd = createLucideIcon("ListEnd", [
|
|
["path", {
|
|
d: "M16 12H3",
|
|
key: "1a2rj7"
|
|
}],
|
|
["path", {
|
|
d: "M16 6H3",
|
|
key: "1wxfjs"
|
|
}],
|
|
["path", {
|
|
d: "M10 18H3",
|
|
key: "13769t"
|
|
}],
|
|
["path", {
|
|
d: "M21 6v10a2 2 0 0 1-2 2h-5",
|
|
key: "ilrcs8"
|
|
}],
|
|
["path", {
|
|
d: "m16 16-2 2 2 2",
|
|
key: "kkc6pm"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/list-filter.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ListFilter = createLucideIcon("ListFilter", [
|
|
["path", {
|
|
d: "M3 6h18",
|
|
key: "d0wm0j"
|
|
}],
|
|
["path", {
|
|
d: "M7 12h10",
|
|
key: "b7w52i"
|
|
}],
|
|
["path", {
|
|
d: "M10 18h4",
|
|
key: "1ulq68"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/list-minus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ListMinus = createLucideIcon("ListMinus", [
|
|
["path", {
|
|
d: "M11 12H3",
|
|
key: "51ecnj"
|
|
}],
|
|
["path", {
|
|
d: "M16 6H3",
|
|
key: "1wxfjs"
|
|
}],
|
|
["path", {
|
|
d: "M16 18H3",
|
|
key: "12xzn7"
|
|
}],
|
|
["path", {
|
|
d: "M21 12h-6",
|
|
key: "bt1uis"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/list-music.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ListMusic = createLucideIcon("ListMusic", [
|
|
["path", {
|
|
d: "M21 15V6",
|
|
key: "h1cx4g"
|
|
}],
|
|
["path", {
|
|
d: "M18.5 18a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z",
|
|
key: "8saifv"
|
|
}],
|
|
["path", {
|
|
d: "M12 12H3",
|
|
key: "18klou"
|
|
}],
|
|
["path", {
|
|
d: "M16 6H3",
|
|
key: "1wxfjs"
|
|
}],
|
|
["path", {
|
|
d: "M12 18H3",
|
|
key: "11ftsu"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/list-ordered.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ListOrdered = createLucideIcon("ListOrdered", [
|
|
["line", {
|
|
x1: "10",
|
|
x2: "21",
|
|
y1: "6",
|
|
y2: "6",
|
|
key: "76qw6h"
|
|
}],
|
|
["line", {
|
|
x1: "10",
|
|
x2: "21",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "16nom4"
|
|
}],
|
|
["line", {
|
|
x1: "10",
|
|
x2: "21",
|
|
y1: "18",
|
|
y2: "18",
|
|
key: "u3jurt"
|
|
}],
|
|
["path", {
|
|
d: "M4 6h1v4",
|
|
key: "cnovpq"
|
|
}],
|
|
["path", {
|
|
d: "M4 10h2",
|
|
key: "16xx2s"
|
|
}],
|
|
["path", {
|
|
d: "M6 18H4c0-1 2-2 2-3s-1-1.5-2-1",
|
|
key: "m9a95d"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/list-plus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ListPlus = createLucideIcon("ListPlus", [
|
|
["path", {
|
|
d: "M11 12H3",
|
|
key: "51ecnj"
|
|
}],
|
|
["path", {
|
|
d: "M16 6H3",
|
|
key: "1wxfjs"
|
|
}],
|
|
["path", {
|
|
d: "M16 18H3",
|
|
key: "12xzn7"
|
|
}],
|
|
["path", {
|
|
d: "M18 9v6",
|
|
key: "1twb98"
|
|
}],
|
|
["path", {
|
|
d: "M21 12h-6",
|
|
key: "bt1uis"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/list-restart.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ListRestart = createLucideIcon("ListRestart", [
|
|
["path", {
|
|
d: "M21 6H3",
|
|
key: "1jwq7v"
|
|
}],
|
|
["path", {
|
|
d: "M7 12H3",
|
|
key: "13ou7f"
|
|
}],
|
|
["path", {
|
|
d: "M7 18H3",
|
|
key: "1sijw9"
|
|
}],
|
|
["path", {
|
|
d: "M12 18a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L11 14",
|
|
key: "qth677"
|
|
}],
|
|
["path", {
|
|
d: "M11 10v4h4",
|
|
key: "172dkj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/list-start.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ListStart = createLucideIcon("ListStart", [
|
|
["path", {
|
|
d: "M16 12H3",
|
|
key: "1a2rj7"
|
|
}],
|
|
["path", {
|
|
d: "M16 18H3",
|
|
key: "12xzn7"
|
|
}],
|
|
["path", {
|
|
d: "M10 6H3",
|
|
key: "lf8lx7"
|
|
}],
|
|
["path", {
|
|
d: "M21 18V8a2 2 0 0 0-2-2h-5",
|
|
key: "1hghli"
|
|
}],
|
|
["path", {
|
|
d: "m16 8-2-2 2-2",
|
|
key: "160uvd"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/list-todo.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ListTodo = createLucideIcon("ListTodo", [
|
|
["rect", {
|
|
x: "3",
|
|
y: "5",
|
|
width: "6",
|
|
height: "6",
|
|
rx: "1",
|
|
key: "1defrl"
|
|
}],
|
|
["path", {
|
|
d: "m3 17 2 2 4-4",
|
|
key: "1jhpwq"
|
|
}],
|
|
["path", {
|
|
d: "M13 6h8",
|
|
key: "15sg57"
|
|
}],
|
|
["path", {
|
|
d: "M13 12h8",
|
|
key: "h98zly"
|
|
}],
|
|
["path", {
|
|
d: "M13 18h8",
|
|
key: "oe0vm4"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/list-tree.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ListTree = createLucideIcon("ListTree", [
|
|
["path", {
|
|
d: "M21 12h-8",
|
|
key: "1bmf0i"
|
|
}],
|
|
["path", {
|
|
d: "M21 6H8",
|
|
key: "1pqkrb"
|
|
}],
|
|
["path", {
|
|
d: "M21 18h-8",
|
|
key: "1tm79t"
|
|
}],
|
|
["path", {
|
|
d: "M3 6v4c0 1.1.9 2 2 2h3",
|
|
key: "1ywdgy"
|
|
}],
|
|
["path", {
|
|
d: "M3 10v6c0 1.1.9 2 2 2h3",
|
|
key: "2wc746"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/list-video.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ListVideo = createLucideIcon("ListVideo", [
|
|
["path", {
|
|
d: "M12 12H3",
|
|
key: "18klou"
|
|
}],
|
|
["path", {
|
|
d: "M16 6H3",
|
|
key: "1wxfjs"
|
|
}],
|
|
["path", {
|
|
d: "M12 18H3",
|
|
key: "11ftsu"
|
|
}],
|
|
["path", {
|
|
d: "m16 12 5 3-5 3v-6Z",
|
|
key: "zpskkp"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/list-x.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ListX = createLucideIcon("ListX", [
|
|
["path", {
|
|
d: "M11 12H3",
|
|
key: "51ecnj"
|
|
}],
|
|
["path", {
|
|
d: "M16 6H3",
|
|
key: "1wxfjs"
|
|
}],
|
|
["path", {
|
|
d: "M16 18H3",
|
|
key: "12xzn7"
|
|
}],
|
|
["path", {
|
|
d: "m19 10-4 4",
|
|
key: "1tz659"
|
|
}],
|
|
["path", {
|
|
d: "m15 10 4 4",
|
|
key: "1n7nei"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/list.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var List = createLucideIcon("List", [
|
|
["line", {
|
|
x1: "8",
|
|
x2: "21",
|
|
y1: "6",
|
|
y2: "6",
|
|
key: "7ey8pc"
|
|
}],
|
|
["line", {
|
|
x1: "8",
|
|
x2: "21",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "rjfblc"
|
|
}],
|
|
["line", {
|
|
x1: "8",
|
|
x2: "21",
|
|
y1: "18",
|
|
y2: "18",
|
|
key: "c3b1m8"
|
|
}],
|
|
["line", {
|
|
x1: "3",
|
|
x2: "3.01",
|
|
y1: "6",
|
|
y2: "6",
|
|
key: "1g7gq3"
|
|
}],
|
|
["line", {
|
|
x1: "3",
|
|
x2: "3.01",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "1pjlvk"
|
|
}],
|
|
["line", {
|
|
x1: "3",
|
|
x2: "3.01",
|
|
y1: "18",
|
|
y2: "18",
|
|
key: "28t2mc"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/loader-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Loader2 = createLucideIcon("Loader2", [["path", {
|
|
d: "M21 12a9 9 0 1 1-6.219-8.56",
|
|
key: "13zald"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/loader.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Loader = createLucideIcon("Loader", [
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "2",
|
|
y2: "6",
|
|
key: "gza1u7"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "18",
|
|
y2: "22",
|
|
key: "1qhbu9"
|
|
}],
|
|
["line", {
|
|
x1: "4.93",
|
|
x2: "7.76",
|
|
y1: "4.93",
|
|
y2: "7.76",
|
|
key: "xae44r"
|
|
}],
|
|
["line", {
|
|
x1: "16.24",
|
|
x2: "19.07",
|
|
y1: "16.24",
|
|
y2: "19.07",
|
|
key: "bxnmvf"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "6",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "89khin"
|
|
}],
|
|
["line", {
|
|
x1: "18",
|
|
x2: "22",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "pb8tfm"
|
|
}],
|
|
["line", {
|
|
x1: "4.93",
|
|
x2: "7.76",
|
|
y1: "19.07",
|
|
y2: "16.24",
|
|
key: "1uxjnu"
|
|
}],
|
|
["line", {
|
|
x1: "16.24",
|
|
x2: "19.07",
|
|
y1: "7.76",
|
|
y2: "4.93",
|
|
key: "6duxfx"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/locate-fixed.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var LocateFixed = createLucideIcon("LocateFixed", [
|
|
["line", {
|
|
x1: "2",
|
|
x2: "5",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "bvdh0s"
|
|
}],
|
|
["line", {
|
|
x1: "19",
|
|
x2: "22",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "1tbv5k"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "2",
|
|
y2: "5",
|
|
key: "11lu5j"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "19",
|
|
y2: "22",
|
|
key: "x3vr5v"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "7",
|
|
key: "fim9np"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "3",
|
|
key: "1v7zrd"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/locate-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var LocateOff = createLucideIcon("LocateOff", [
|
|
["line", {
|
|
x1: "2",
|
|
x2: "5",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "bvdh0s"
|
|
}],
|
|
["line", {
|
|
x1: "19",
|
|
x2: "22",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "1tbv5k"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "2",
|
|
y2: "5",
|
|
key: "11lu5j"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "19",
|
|
y2: "22",
|
|
key: "x3vr5v"
|
|
}],
|
|
["path", {
|
|
d: "M7.11 7.11C5.83 8.39 5 10.1 5 12c0 3.87 3.13 7 7 7 1.9 0 3.61-.83 4.89-2.11",
|
|
key: "1oh7ia"
|
|
}],
|
|
["path", {
|
|
d: "M18.71 13.96c.19-.63.29-1.29.29-1.96 0-3.87-3.13-7-7-7-.67 0-1.33.1-1.96.29",
|
|
key: "3qdecy"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/locate.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Locate = createLucideIcon("Locate", [
|
|
["line", {
|
|
x1: "2",
|
|
x2: "5",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "bvdh0s"
|
|
}],
|
|
["line", {
|
|
x1: "19",
|
|
x2: "22",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "1tbv5k"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "2",
|
|
y2: "5",
|
|
key: "11lu5j"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "19",
|
|
y2: "22",
|
|
key: "x3vr5v"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "7",
|
|
key: "fim9np"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/lock-keyhole.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var LockKeyhole = createLucideIcon("LockKeyhole", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "16",
|
|
r: "1",
|
|
key: "1au0dj"
|
|
}],
|
|
["rect", {
|
|
x: "3",
|
|
y: "10",
|
|
width: "18",
|
|
height: "12",
|
|
rx: "2",
|
|
key: "6s8ecr"
|
|
}],
|
|
["path", {
|
|
d: "M7 10V7a5 5 0 0 1 10 0v3",
|
|
key: "1pqi11"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/lock.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Lock = createLucideIcon("Lock", [["rect", {
|
|
width: "18",
|
|
height: "11",
|
|
x: "3",
|
|
y: "11",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1w4ew1"
|
|
}], ["path", {
|
|
d: "M7 11V7a5 5 0 0 1 10 0v4",
|
|
key: "fwvmzm"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/log-in.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var LogIn = createLucideIcon("LogIn", [
|
|
["path", {
|
|
d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4",
|
|
key: "u53s6r"
|
|
}],
|
|
["polyline", {
|
|
points: "10 17 15 12 10 7",
|
|
key: "1ail0h"
|
|
}],
|
|
["line", {
|
|
x1: "15",
|
|
x2: "3",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "v6grx8"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/log-out.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var LogOut = createLucideIcon("LogOut", [
|
|
["path", {
|
|
d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4",
|
|
key: "1uf3rs"
|
|
}],
|
|
["polyline", {
|
|
points: "16 17 21 12 16 7",
|
|
key: "1gabdz"
|
|
}],
|
|
["line", {
|
|
x1: "21",
|
|
x2: "9",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "1uyos4"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/lollipop.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Lollipop = createLucideIcon("Lollipop", [
|
|
["circle", {
|
|
cx: "11",
|
|
cy: "11",
|
|
r: "8",
|
|
key: "4ej97u"
|
|
}],
|
|
["path", {
|
|
d: "m21 21-4.3-4.3",
|
|
key: "1qie3q"
|
|
}],
|
|
["path", {
|
|
d: "M11 11a2 2 0 0 0 4 0 4 4 0 0 0-8 0 6 6 0 0 0 12 0",
|
|
key: "107gwy"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/luggage.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Luggage = createLucideIcon("Luggage", [
|
|
["path", {
|
|
d: "M6 20h0a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h0",
|
|
key: "1h5fkc"
|
|
}],
|
|
["path", {
|
|
d: "M8 18V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v14",
|
|
key: "1l99gc"
|
|
}],
|
|
["path", {
|
|
d: "M10 20h4",
|
|
key: "ni2waw"
|
|
}],
|
|
["circle", {
|
|
cx: "16",
|
|
cy: "20",
|
|
r: "2",
|
|
key: "1vifvg"
|
|
}],
|
|
["circle", {
|
|
cx: "8",
|
|
cy: "20",
|
|
r: "2",
|
|
key: "ckkr5m"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/m-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MSquare = createLucideIcon("MSquare", [["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}], ["path", {
|
|
d: "M8 16V8l4 4 4-4v8",
|
|
key: "141u4e"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/magnet.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Magnet = createLucideIcon("Magnet", [
|
|
["path", {
|
|
d: "m6 15-4-4 6.75-6.77a7.79 7.79 0 0 1 11 11L13 22l-4-4 6.39-6.36a2.14 2.14 0 0 0-3-3L6 15",
|
|
key: "1i3lhw"
|
|
}],
|
|
["path", {
|
|
d: "m5 8 4 4",
|
|
key: "j6kj7e"
|
|
}],
|
|
["path", {
|
|
d: "m12 15 4 4",
|
|
key: "lnac28"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/mail-check.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MailCheck = createLucideIcon("MailCheck", [
|
|
["path", {
|
|
d: "M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8",
|
|
key: "12jkf8"
|
|
}],
|
|
["path", {
|
|
d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",
|
|
key: "1ocrg3"
|
|
}],
|
|
["path", {
|
|
d: "m16 19 2 2 4-4",
|
|
key: "1b14m6"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/mail-minus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MailMinus = createLucideIcon("MailMinus", [
|
|
["path", {
|
|
d: "M22 15V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8",
|
|
key: "fuxbkv"
|
|
}],
|
|
["path", {
|
|
d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",
|
|
key: "1ocrg3"
|
|
}],
|
|
["path", {
|
|
d: "M16 19h6",
|
|
key: "xwg31i"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/mail-open.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MailOpen = createLucideIcon("MailOpen", [["path", {
|
|
d: "M21.2 8.4c.5.38.8.97.8 1.6v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10a2 2 0 0 1 .8-1.6l8-6a2 2 0 0 1 2.4 0l8 6Z",
|
|
key: "1jhwl8"
|
|
}], ["path", {
|
|
d: "m22 10-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 10",
|
|
key: "1qfld7"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/mail-plus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MailPlus = createLucideIcon("MailPlus", [
|
|
["path", {
|
|
d: "M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8",
|
|
key: "12jkf8"
|
|
}],
|
|
["path", {
|
|
d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",
|
|
key: "1ocrg3"
|
|
}],
|
|
["path", {
|
|
d: "M19 16v6",
|
|
key: "tddt3s"
|
|
}],
|
|
["path", {
|
|
d: "M16 19h6",
|
|
key: "xwg31i"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/mail-question.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MailQuestion = createLucideIcon("MailQuestion", [
|
|
["path", {
|
|
d: "M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5",
|
|
key: "e61zoh"
|
|
}],
|
|
["path", {
|
|
d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",
|
|
key: "1ocrg3"
|
|
}],
|
|
["path", {
|
|
d: "M18 15.28c.2-.4.5-.8.9-1a2.1 2.1 0 0 1 2.6.4c.3.4.5.8.5 1.3 0 1.3-2 2-2 2",
|
|
key: "7z9rxb"
|
|
}],
|
|
["path", {
|
|
d: "M20 22v.01",
|
|
key: "12bgn6"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/mail-search.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MailSearch = createLucideIcon("MailSearch", [
|
|
["path", {
|
|
d: "M22 12.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h7.5",
|
|
key: "w80f2v"
|
|
}],
|
|
["path", {
|
|
d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",
|
|
key: "1ocrg3"
|
|
}],
|
|
["path", {
|
|
d: "M18 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6v0Z",
|
|
key: "mgbru4"
|
|
}],
|
|
["circle", {
|
|
cx: "18",
|
|
cy: "18",
|
|
r: "3",
|
|
key: "1xkwt0"
|
|
}],
|
|
["path", {
|
|
d: "m22 22-1.5-1.5",
|
|
key: "1x83k4"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/mail-warning.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MailWarning = createLucideIcon("MailWarning", [
|
|
["path", {
|
|
d: "M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5",
|
|
key: "e61zoh"
|
|
}],
|
|
["path", {
|
|
d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",
|
|
key: "1ocrg3"
|
|
}],
|
|
["path", {
|
|
d: "M20 14v4",
|
|
key: "1hm744"
|
|
}],
|
|
["path", {
|
|
d: "M20 22v.01",
|
|
key: "12bgn6"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/mail-x.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MailX = createLucideIcon("MailX", [
|
|
["path", {
|
|
d: "M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h9",
|
|
key: "1j9vog"
|
|
}],
|
|
["path", {
|
|
d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",
|
|
key: "1ocrg3"
|
|
}],
|
|
["path", {
|
|
d: "m17 17 4 4",
|
|
key: "1b3523"
|
|
}],
|
|
["path", {
|
|
d: "m21 17-4 4",
|
|
key: "uinynz"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/mail.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Mail = createLucideIcon("Mail", [["rect", {
|
|
width: "20",
|
|
height: "16",
|
|
x: "2",
|
|
y: "4",
|
|
rx: "2",
|
|
key: "18n3k1"
|
|
}], ["path", {
|
|
d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",
|
|
key: "1ocrg3"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/mailbox.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Mailbox = createLucideIcon("Mailbox", [
|
|
["path", {
|
|
d: "M22 17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.5C2 7 4 5 6.5 5H18c2.2 0 4 1.8 4 4v8Z",
|
|
key: "1lbycx"
|
|
}],
|
|
["polyline", {
|
|
points: "15,9 18,9 18,11",
|
|
key: "1pm9c0"
|
|
}],
|
|
["path", {
|
|
d: "M6.5 5C9 5 11 7 11 9.5V17a2 2 0 0 1-2 2v0",
|
|
key: "n6nfvi"
|
|
}],
|
|
["line", {
|
|
x1: "6",
|
|
x2: "7",
|
|
y1: "10",
|
|
y2: "10",
|
|
key: "1e2scm"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/mails.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Mails = createLucideIcon("Mails", [
|
|
["rect", {
|
|
width: "16",
|
|
height: "13",
|
|
x: "6",
|
|
y: "4",
|
|
rx: "2",
|
|
key: "1drq3f"
|
|
}],
|
|
["path", {
|
|
d: "m22 7-7.1 3.78c-.57.3-1.23.3-1.8 0L6 7",
|
|
key: "xn252p"
|
|
}],
|
|
["path", {
|
|
d: "M2 8v11c0 1.1.9 2 2 2h14",
|
|
key: "n13cji"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/map-pin-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MapPinOff = createLucideIcon("MapPinOff", [
|
|
["path", {
|
|
d: "M5.43 5.43A8.06 8.06 0 0 0 4 10c0 6 8 12 8 12a29.94 29.94 0 0 0 5-5",
|
|
key: "12a8pk"
|
|
}],
|
|
["path", {
|
|
d: "M19.18 13.52A8.66 8.66 0 0 0 20 10a8 8 0 0 0-8-8 7.88 7.88 0 0 0-3.52.82",
|
|
key: "1r9f6y"
|
|
}],
|
|
["path", {
|
|
d: "M9.13 9.13A2.78 2.78 0 0 0 9 10a3 3 0 0 0 3 3 2.78 2.78 0 0 0 .87-.13",
|
|
key: "erynq7"
|
|
}],
|
|
["path", {
|
|
d: "M14.9 9.25a3 3 0 0 0-2.15-2.16",
|
|
key: "1hwwmx"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/map-pin.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MapPin = createLucideIcon("MapPin", [["path", {
|
|
d: "M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z",
|
|
key: "2oe9fu"
|
|
}], ["circle", {
|
|
cx: "12",
|
|
cy: "10",
|
|
r: "3",
|
|
key: "ilqhr7"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/map-pinned.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MapPinned = createLucideIcon("MapPinned", [
|
|
["path", {
|
|
d: "M18 8c0 4.5-6 9-6 9s-6-4.5-6-9a6 6 0 0 1 12 0",
|
|
key: "yrbn30"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "8",
|
|
r: "2",
|
|
key: "1822b1"
|
|
}],
|
|
["path", {
|
|
d: "M8.835 14H5a1 1 0 0 0-.9.7l-2 6c-.1.1-.1.2-.1.3 0 .6.4 1 1 1h18c.6 0 1-.4 1-1 0-.1 0-.2-.1-.3l-2-6a1 1 0 0 0-.9-.7h-3.835",
|
|
key: "112zkj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/map.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Map = createLucideIcon("Map", [
|
|
["polygon", {
|
|
points: "3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21",
|
|
key: "ok2ie8"
|
|
}],
|
|
["line", {
|
|
x1: "9",
|
|
x2: "9",
|
|
y1: "3",
|
|
y2: "18",
|
|
key: "w34qz5"
|
|
}],
|
|
["line", {
|
|
x1: "15",
|
|
x2: "15",
|
|
y1: "6",
|
|
y2: "21",
|
|
key: "volv9a"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/martini.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Martini = createLucideIcon("Martini", [
|
|
["path", {
|
|
d: "M8 22h8",
|
|
key: "rmew8v"
|
|
}],
|
|
["path", {
|
|
d: "M12 11v11",
|
|
key: "ur9y6a"
|
|
}],
|
|
["path", {
|
|
d: "m19 3-7 8-7-8Z",
|
|
key: "1sgpiw"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/maximize-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Maximize2 = createLucideIcon("Maximize2", [
|
|
["polyline", {
|
|
points: "15 3 21 3 21 9",
|
|
key: "mznyad"
|
|
}],
|
|
["polyline", {
|
|
points: "9 21 3 21 3 15",
|
|
key: "1avn1i"
|
|
}],
|
|
["line", {
|
|
x1: "21",
|
|
x2: "14",
|
|
y1: "3",
|
|
y2: "10",
|
|
key: "ota7mn"
|
|
}],
|
|
["line", {
|
|
x1: "3",
|
|
x2: "10",
|
|
y1: "21",
|
|
y2: "14",
|
|
key: "1atl0r"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/maximize.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Maximize = createLucideIcon("Maximize", [
|
|
["path", {
|
|
d: "M8 3H5a2 2 0 0 0-2 2v3",
|
|
key: "1dcmit"
|
|
}],
|
|
["path", {
|
|
d: "M21 8V5a2 2 0 0 0-2-2h-3",
|
|
key: "1e4gt3"
|
|
}],
|
|
["path", {
|
|
d: "M3 16v3a2 2 0 0 0 2 2h3",
|
|
key: "wsl5sc"
|
|
}],
|
|
["path", {
|
|
d: "M16 21h3a2 2 0 0 0 2-2v-3",
|
|
key: "18trek"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/medal.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Medal = createLucideIcon("Medal", [
|
|
["path", {
|
|
d: "M7.21 15 2.66 7.14a2 2 0 0 1 .13-2.2L4.4 2.8A2 2 0 0 1 6 2h12a2 2 0 0 1 1.6.8l1.6 2.14a2 2 0 0 1 .14 2.2L16.79 15",
|
|
key: "143lza"
|
|
}],
|
|
["path", {
|
|
d: "M11 12 5.12 2.2",
|
|
key: "qhuxz6"
|
|
}],
|
|
["path", {
|
|
d: "m13 12 5.88-9.8",
|
|
key: "hbye0f"
|
|
}],
|
|
["path", {
|
|
d: "M8 7h8",
|
|
key: "i86dvs"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "17",
|
|
r: "5",
|
|
key: "qbz8iq"
|
|
}],
|
|
["path", {
|
|
d: "M12 18v-2h-.5",
|
|
key: "fawc4q"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/megaphone-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MegaphoneOff = createLucideIcon("MegaphoneOff", [
|
|
["path", {
|
|
d: "M9.26 9.26 3 11v3l14.14 3.14",
|
|
key: "3429n"
|
|
}],
|
|
["path", {
|
|
d: "M21 15.34V6l-7.31 2.03",
|
|
key: "4o1dh8"
|
|
}],
|
|
["path", {
|
|
d: "M11.6 16.8a3 3 0 1 1-5.8-1.6",
|
|
key: "1yl0tm"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/megaphone.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Megaphone = createLucideIcon("Megaphone", [["path", {
|
|
d: "m3 11 18-5v12L3 14v-3z",
|
|
key: "n962bs"
|
|
}], ["path", {
|
|
d: "M11.6 16.8a3 3 0 1 1-5.8-1.6",
|
|
key: "1yl0tm"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/meh.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Meh = createLucideIcon("Meh", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["line", {
|
|
x1: "8",
|
|
x2: "16",
|
|
y1: "15",
|
|
y2: "15",
|
|
key: "1xb1d9"
|
|
}],
|
|
["line", {
|
|
x1: "9",
|
|
x2: "9.01",
|
|
y1: "9",
|
|
y2: "9",
|
|
key: "yxxnd0"
|
|
}],
|
|
["line", {
|
|
x1: "15",
|
|
x2: "15.01",
|
|
y1: "9",
|
|
y2: "9",
|
|
key: "1p4y9e"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/memory-stick.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MemoryStick = createLucideIcon("MemoryStick", [
|
|
["path", {
|
|
d: "M6 19v-3",
|
|
key: "1nvgqn"
|
|
}],
|
|
["path", {
|
|
d: "M10 19v-3",
|
|
key: "iu8nkm"
|
|
}],
|
|
["path", {
|
|
d: "M14 19v-3",
|
|
key: "kcehxu"
|
|
}],
|
|
["path", {
|
|
d: "M18 19v-3",
|
|
key: "1vh91z"
|
|
}],
|
|
["path", {
|
|
d: "M8 11V9",
|
|
key: "63erz4"
|
|
}],
|
|
["path", {
|
|
d: "M16 11V9",
|
|
key: "fru6f3"
|
|
}],
|
|
["path", {
|
|
d: "M12 11V9",
|
|
key: "ha00sb"
|
|
}],
|
|
["path", {
|
|
d: "M2 15h20",
|
|
key: "16ne18"
|
|
}],
|
|
["path", {
|
|
d: "M2 7a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1.1a2 2 0 0 0 0 3.837V17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-5.1a2 2 0 0 0 0-3.837Z",
|
|
key: "lhddv3"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/menu-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MenuSquare = createLucideIcon("MenuSquare", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "M7 8h10",
|
|
key: "1jw688"
|
|
}],
|
|
["path", {
|
|
d: "M7 12h10",
|
|
key: "b7w52i"
|
|
}],
|
|
["path", {
|
|
d: "M7 16h10",
|
|
key: "wp8him"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/menu.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Menu = createLucideIcon("Menu", [
|
|
["line", {
|
|
x1: "4",
|
|
x2: "20",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "1e0a9i"
|
|
}],
|
|
["line", {
|
|
x1: "4",
|
|
x2: "20",
|
|
y1: "6",
|
|
y2: "6",
|
|
key: "1owob3"
|
|
}],
|
|
["line", {
|
|
x1: "4",
|
|
x2: "20",
|
|
y1: "18",
|
|
y2: "18",
|
|
key: "yk5zj1"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/merge.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Merge = createLucideIcon("Merge", [
|
|
["path", {
|
|
d: "m8 6 4-4 4 4",
|
|
key: "ybng9g"
|
|
}],
|
|
["path", {
|
|
d: "M12 2v10.3a4 4 0 0 1-1.172 2.872L4 22",
|
|
key: "1hyw0i"
|
|
}],
|
|
["path", {
|
|
d: "m20 22-5-5",
|
|
key: "1m27yz"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/message-circle-code.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MessageCircleCode = createLucideIcon("MessageCircleCode", [
|
|
["path", {
|
|
d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z",
|
|
key: "vv11sd"
|
|
}],
|
|
["path", {
|
|
d: "m10 10-2 2 2 2",
|
|
key: "p6et6i"
|
|
}],
|
|
["path", {
|
|
d: "m14 10 2 2-2 2",
|
|
key: "1kkmpt"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/message-circle-dashed.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MessageCircleDashed = createLucideIcon("MessageCircleDashed", [
|
|
["path", {
|
|
d: "M13.5 3.1c-.5 0-1-.1-1.5-.1s-1 .1-1.5.1",
|
|
key: "16ll65"
|
|
}],
|
|
["path", {
|
|
d: "M19.3 6.8a10.45 10.45 0 0 0-2.1-2.1",
|
|
key: "1nq77a"
|
|
}],
|
|
["path", {
|
|
d: "M20.9 13.5c.1-.5.1-1 .1-1.5s-.1-1-.1-1.5",
|
|
key: "1sf7wn"
|
|
}],
|
|
["path", {
|
|
d: "M17.2 19.3a10.45 10.45 0 0 0 2.1-2.1",
|
|
key: "x1hs5g"
|
|
}],
|
|
["path", {
|
|
d: "M10.5 20.9c.5.1 1 .1 1.5.1s1-.1 1.5-.1",
|
|
key: "19m18z"
|
|
}],
|
|
["path", {
|
|
d: "M3.5 17.5 2 22l4.5-1.5",
|
|
key: "1f36qi"
|
|
}],
|
|
["path", {
|
|
d: "M3.1 10.5c0 .5-.1 1-.1 1.5s.1 1 .1 1.5",
|
|
key: "1vz3ju"
|
|
}],
|
|
["path", {
|
|
d: "M6.8 4.7a10.45 10.45 0 0 0-2.1 2.1",
|
|
key: "19f9do"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/message-circle-heart.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MessageCircleHeart = createLucideIcon("MessageCircleHeart", [["path", {
|
|
d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z",
|
|
key: "vv11sd"
|
|
}], ["path", {
|
|
d: "M15.8 9.2a2.5 2.5 0 0 0-3.5 0l-.3.4-.35-.3a2.42 2.42 0 1 0-3.2 3.6l3.6 3.5 3.6-3.5c1.2-1.2 1.1-2.7.2-3.7",
|
|
key: "43lnbm"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/message-circle-more.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MessageCircleMore = createLucideIcon("MessageCircleMore", [
|
|
["path", {
|
|
d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z",
|
|
key: "vv11sd"
|
|
}],
|
|
["path", {
|
|
d: "M8 12h.01",
|
|
key: "czm47f"
|
|
}],
|
|
["path", {
|
|
d: "M12 12h.01",
|
|
key: "1mp3jc"
|
|
}],
|
|
["path", {
|
|
d: "M16 12h.01",
|
|
key: "1l6xoz"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/message-circle-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MessageCircleOff = createLucideIcon("MessageCircleOff", [
|
|
["path", {
|
|
d: "M20.5 14.9A9 9 0 0 0 9.1 3.5",
|
|
key: "1iebmn"
|
|
}],
|
|
["path", {
|
|
d: "m2 2 20 20",
|
|
key: "1ooewy"
|
|
}],
|
|
["path", {
|
|
d: "M5.6 5.6C3 8.3 2.2 12.5 4 16l-2 6 6-2c3.4 1.8 7.6 1.1 10.3-1.7",
|
|
key: "1ov8ce"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/message-circle-plus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MessageCirclePlus = createLucideIcon("MessageCirclePlus", [
|
|
["path", {
|
|
d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z",
|
|
key: "vv11sd"
|
|
}],
|
|
["path", {
|
|
d: "M8 12h8",
|
|
key: "1wcyev"
|
|
}],
|
|
["path", {
|
|
d: "M12 8v8",
|
|
key: "napkw2"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/message-circle-question.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MessageCircleQuestion = createLucideIcon("MessageCircleQuestion", [
|
|
["path", {
|
|
d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z",
|
|
key: "vv11sd"
|
|
}],
|
|
["path", {
|
|
d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",
|
|
key: "1u773s"
|
|
}],
|
|
["path", {
|
|
d: "M12 17h.01",
|
|
key: "p32p05"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/message-circle-reply.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MessageCircleReply = createLucideIcon("MessageCircleReply", [
|
|
["path", {
|
|
d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z",
|
|
key: "vv11sd"
|
|
}],
|
|
["path", {
|
|
d: "m10 15-3-3 3-3",
|
|
key: "1pgupc"
|
|
}],
|
|
["path", {
|
|
d: "M7 12h7a2 2 0 0 1 2 2v1",
|
|
key: "1gheu4"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/message-circle-warning.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MessageCircleWarning = createLucideIcon("MessageCircleWarning", [
|
|
["path", {
|
|
d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z",
|
|
key: "vv11sd"
|
|
}],
|
|
["path", {
|
|
d: "M12 8v4",
|
|
key: "1got3b"
|
|
}],
|
|
["path", {
|
|
d: "M12 16h.01",
|
|
key: "1drbdi"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/message-circle-x.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MessageCircleX = createLucideIcon("MessageCircleX", [
|
|
["path", {
|
|
d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z",
|
|
key: "vv11sd"
|
|
}],
|
|
["path", {
|
|
d: "m15 9-6 6",
|
|
key: "1uzhvr"
|
|
}],
|
|
["path", {
|
|
d: "m9 9 6 6",
|
|
key: "z0biqf"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/message-circle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MessageCircle = createLucideIcon("MessageCircle", [["path", {
|
|
d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z",
|
|
key: "vv11sd"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/message-square-code.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MessageSquareCode = createLucideIcon("MessageSquareCode", [
|
|
["path", {
|
|
d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",
|
|
key: "1lielz"
|
|
}],
|
|
["path", {
|
|
d: "m10 8-2 2 2 2",
|
|
key: "19bv1o"
|
|
}],
|
|
["path", {
|
|
d: "m14 8 2 2-2 2",
|
|
key: "1whylv"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/message-square-dashed.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MessageSquareDashed = createLucideIcon("MessageSquareDashed", [
|
|
["path", {
|
|
d: "M3 6V5c0-1.1.9-2 2-2h2",
|
|
key: "9usibi"
|
|
}],
|
|
["path", {
|
|
d: "M11 3h3",
|
|
key: "1c3ji7"
|
|
}],
|
|
["path", {
|
|
d: "M18 3h1c1.1 0 2 .9 2 2",
|
|
key: "19esxn"
|
|
}],
|
|
["path", {
|
|
d: "M21 9v2",
|
|
key: "p14lih"
|
|
}],
|
|
["path", {
|
|
d: "M21 15c0 1.1-.9 2-2 2h-1",
|
|
key: "1fo1j8"
|
|
}],
|
|
["path", {
|
|
d: "M14 17h-3",
|
|
key: "1w4p2m"
|
|
}],
|
|
["path", {
|
|
d: "m7 17-4 4v-5",
|
|
key: "ph9x1h"
|
|
}],
|
|
["path", {
|
|
d: "M3 12v-2",
|
|
key: "856n1q"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/message-square-diff.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MessageSquareDiff = createLucideIcon("MessageSquareDiff", [
|
|
["path", {
|
|
d: "m5 19-2 2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2",
|
|
key: "1xuzuj"
|
|
}],
|
|
["path", {
|
|
d: "M9 10h6",
|
|
key: "9gxzsh"
|
|
}],
|
|
["path", {
|
|
d: "M12 7v6",
|
|
key: "lw1j43"
|
|
}],
|
|
["path", {
|
|
d: "M9 17h6",
|
|
key: "r8uit2"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/message-square-dot.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MessageSquareDot = createLucideIcon("MessageSquareDot", [["path", {
|
|
d: "M11.7 3H5a2 2 0 0 0-2 2v16l4-4h12a2 2 0 0 0 2-2v-2.7",
|
|
key: "uodpkb"
|
|
}], ["circle", {
|
|
cx: "18",
|
|
cy: "6",
|
|
r: "3",
|
|
key: "1h7g24"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/message-square-heart.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MessageSquareHeart = createLucideIcon("MessageSquareHeart", [["path", {
|
|
d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",
|
|
key: "1lielz"
|
|
}], ["path", {
|
|
d: "M14.8 7.5a1.84 1.84 0 0 0-2.6 0l-.2.3-.3-.3a1.84 1.84 0 1 0-2.4 2.8L12 13l2.7-2.7c.9-.9.8-2.1.1-2.8",
|
|
key: "1blaws"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/message-square-more.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MessageSquareMore = createLucideIcon("MessageSquareMore", [
|
|
["path", {
|
|
d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",
|
|
key: "1lielz"
|
|
}],
|
|
["path", {
|
|
d: "M8 10h.01",
|
|
key: "19clt8"
|
|
}],
|
|
["path", {
|
|
d: "M12 10h.01",
|
|
key: "1nrarc"
|
|
}],
|
|
["path", {
|
|
d: "M16 10h.01",
|
|
key: "1m94wz"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/message-square-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MessageSquareOff = createLucideIcon("MessageSquareOff", [
|
|
["path", {
|
|
d: "M21 15V5a2 2 0 0 0-2-2H9",
|
|
key: "43el77"
|
|
}],
|
|
["path", {
|
|
d: "m2 2 20 20",
|
|
key: "1ooewy"
|
|
}],
|
|
["path", {
|
|
d: "M3.6 3.6c-.4.3-.6.8-.6 1.4v16l4-4h10",
|
|
key: "pwpm4a"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/message-square-plus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MessageSquarePlus = createLucideIcon("MessageSquarePlus", [
|
|
["path", {
|
|
d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",
|
|
key: "1lielz"
|
|
}],
|
|
["path", {
|
|
d: "M12 7v6",
|
|
key: "lw1j43"
|
|
}],
|
|
["path", {
|
|
d: "M9 10h6",
|
|
key: "9gxzsh"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/message-square-quote.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MessageSquareQuote = createLucideIcon("MessageSquareQuote", [
|
|
["path", {
|
|
d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",
|
|
key: "1lielz"
|
|
}],
|
|
["path", {
|
|
d: "M8 12a2 2 0 0 0 2-2V8H8",
|
|
key: "1jfesj"
|
|
}],
|
|
["path", {
|
|
d: "M14 12a2 2 0 0 0 2-2V8h-2",
|
|
key: "1dq9mh"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/message-square-reply.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MessageSquareReply = createLucideIcon("MessageSquareReply", [
|
|
["path", {
|
|
d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",
|
|
key: "1lielz"
|
|
}],
|
|
["path", {
|
|
d: "m10 7-3 3 3 3",
|
|
key: "1eugdv"
|
|
}],
|
|
["path", {
|
|
d: "M17 13v-1a2 2 0 0 0-2-2H7",
|
|
key: "ernfh3"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/message-square-share.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MessageSquareShare = createLucideIcon("MessageSquareShare", [
|
|
["path", {
|
|
d: "M21 12v3a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h7",
|
|
key: "tqtdkg"
|
|
}],
|
|
["path", {
|
|
d: "M16 3h5v5",
|
|
key: "1806ms"
|
|
}],
|
|
["path", {
|
|
d: "m16 8 5-5",
|
|
key: "15mbrl"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/message-square-text.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MessageSquareText = createLucideIcon("MessageSquareText", [
|
|
["path", {
|
|
d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",
|
|
key: "1lielz"
|
|
}],
|
|
["path", {
|
|
d: "M13 8H7",
|
|
key: "14i4kc"
|
|
}],
|
|
["path", {
|
|
d: "M17 12H7",
|
|
key: "16if0g"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/message-square-warning.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MessageSquareWarning = createLucideIcon("MessageSquareWarning", [
|
|
["path", {
|
|
d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",
|
|
key: "1lielz"
|
|
}],
|
|
["path", {
|
|
d: "M12 7v2",
|
|
key: "stiyo7"
|
|
}],
|
|
["path", {
|
|
d: "M12 13h.01",
|
|
key: "y0uutt"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/message-square-x.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MessageSquareX = createLucideIcon("MessageSquareX", [
|
|
["path", {
|
|
d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",
|
|
key: "1lielz"
|
|
}],
|
|
["path", {
|
|
d: "m14.5 7.5-5 5",
|
|
key: "3lb6iw"
|
|
}],
|
|
["path", {
|
|
d: "m9.5 7.5 5 5",
|
|
key: "ko136h"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/message-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MessageSquare = createLucideIcon("MessageSquare", [["path", {
|
|
d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",
|
|
key: "1lielz"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/messages-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MessagesSquare = createLucideIcon("MessagesSquare", [["path", {
|
|
d: "M14 9a2 2 0 0 1-2 2H6l-4 4V4c0-1.1.9-2 2-2h8a2 2 0 0 1 2 2v5Z",
|
|
key: "16vlm8"
|
|
}], ["path", {
|
|
d: "M18 9h2a2 2 0 0 1 2 2v11l-4-4h-6a2 2 0 0 1-2-2v-1",
|
|
key: "1cx29u"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/mic-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Mic2 = createLucideIcon("Mic2", [["path", {
|
|
d: "m12 8-9.04 9.06a2.82 2.82 0 1 0 3.98 3.98L16 12",
|
|
key: "zoua8r"
|
|
}], ["circle", {
|
|
cx: "17",
|
|
cy: "7",
|
|
r: "5",
|
|
key: "1fomce"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/mic-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MicOff = createLucideIcon("MicOff", [
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}],
|
|
["path", {
|
|
d: "M18.89 13.23A7.12 7.12 0 0 0 19 12v-2",
|
|
key: "80xlxr"
|
|
}],
|
|
["path", {
|
|
d: "M5 10v2a7 7 0 0 0 12 5",
|
|
key: "p2k8kg"
|
|
}],
|
|
["path", {
|
|
d: "M15 9.34V5a3 3 0 0 0-5.68-1.33",
|
|
key: "1gzdoj"
|
|
}],
|
|
["path", {
|
|
d: "M9 9v3a3 3 0 0 0 5.12 2.12",
|
|
key: "r2i35w"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "19",
|
|
y2: "22",
|
|
key: "x3vr5v"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/mic.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Mic = createLucideIcon("Mic", [
|
|
["path", {
|
|
d: "M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3Z",
|
|
key: "131961"
|
|
}],
|
|
["path", {
|
|
d: "M19 10v2a7 7 0 0 1-14 0v-2",
|
|
key: "1vc78b"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "19",
|
|
y2: "22",
|
|
key: "x3vr5v"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/microscope.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Microscope = createLucideIcon("Microscope", [
|
|
["path", {
|
|
d: "M6 18h8",
|
|
key: "1borvv"
|
|
}],
|
|
["path", {
|
|
d: "M3 22h18",
|
|
key: "8prr45"
|
|
}],
|
|
["path", {
|
|
d: "M14 22a7 7 0 1 0 0-14h-1",
|
|
key: "1jwaiy"
|
|
}],
|
|
["path", {
|
|
d: "M9 14h2",
|
|
key: "197e7h"
|
|
}],
|
|
["path", {
|
|
d: "M9 12a2 2 0 0 1-2-2V6h6v4a2 2 0 0 1-2 2Z",
|
|
key: "1bmzmy"
|
|
}],
|
|
["path", {
|
|
d: "M12 6V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3",
|
|
key: "1drr47"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/microwave.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Microwave = createLucideIcon("Microwave", [
|
|
["rect", {
|
|
width: "20",
|
|
height: "15",
|
|
x: "2",
|
|
y: "4",
|
|
rx: "2",
|
|
key: "2no95f"
|
|
}],
|
|
["rect", {
|
|
width: "8",
|
|
height: "7",
|
|
x: "6",
|
|
y: "8",
|
|
rx: "1",
|
|
key: "zh9wx"
|
|
}],
|
|
["path", {
|
|
d: "M18 8v7",
|
|
key: "o5zi4n"
|
|
}],
|
|
["path", {
|
|
d: "M6 19v2",
|
|
key: "1loha6"
|
|
}],
|
|
["path", {
|
|
d: "M18 19v2",
|
|
key: "1dawf0"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/milestone.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Milestone = createLucideIcon("Milestone", [
|
|
["path", {
|
|
d: "M18 6H5a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h13l4-3.5L18 6Z",
|
|
key: "1mp5s7"
|
|
}],
|
|
["path", {
|
|
d: "M12 13v8",
|
|
key: "1l5pq0"
|
|
}],
|
|
["path", {
|
|
d: "M12 3v3",
|
|
key: "1n5kay"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/milk-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MilkOff = createLucideIcon("MilkOff", [
|
|
["path", {
|
|
d: "M8 2h8",
|
|
key: "1ssgc1"
|
|
}],
|
|
["path", {
|
|
d: "M9 2v1.343M15 2v2.789a4 4 0 0 0 .672 2.219l.656.984a4 4 0 0 1 .672 2.22v1.131M7.8 7.8l-.128.192A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-3",
|
|
key: "y0ejgx"
|
|
}],
|
|
["path", {
|
|
d: "M7 15a6.47 6.47 0 0 1 5 0 6.472 6.472 0 0 0 3.435.435",
|
|
key: "iaxqsy"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/milk.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Milk = createLucideIcon("Milk", [
|
|
["path", {
|
|
d: "M8 2h8",
|
|
key: "1ssgc1"
|
|
}],
|
|
["path", {
|
|
d: "M9 2v2.789a4 4 0 0 1-.672 2.219l-.656.984A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-9.789a4 4 0 0 0-.672-2.219l-.656-.984A4 4 0 0 1 15 4.788V2",
|
|
key: "qtp12x"
|
|
}],
|
|
["path", {
|
|
d: "M7 15a6.472 6.472 0 0 1 5 0 6.47 6.47 0 0 0 5 0",
|
|
key: "ygeh44"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/minimize-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Minimize2 = createLucideIcon("Minimize2", [
|
|
["polyline", {
|
|
points: "4 14 10 14 10 20",
|
|
key: "11kfnr"
|
|
}],
|
|
["polyline", {
|
|
points: "20 10 14 10 14 4",
|
|
key: "rlmsce"
|
|
}],
|
|
["line", {
|
|
x1: "14",
|
|
x2: "21",
|
|
y1: "10",
|
|
y2: "3",
|
|
key: "o5lafz"
|
|
}],
|
|
["line", {
|
|
x1: "3",
|
|
x2: "10",
|
|
y1: "21",
|
|
y2: "14",
|
|
key: "1atl0r"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/minimize.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Minimize = createLucideIcon("Minimize", [
|
|
["path", {
|
|
d: "M8 3v3a2 2 0 0 1-2 2H3",
|
|
key: "hohbtr"
|
|
}],
|
|
["path", {
|
|
d: "M21 8h-3a2 2 0 0 1-2-2V3",
|
|
key: "5jw1f3"
|
|
}],
|
|
["path", {
|
|
d: "M3 16h3a2 2 0 0 1 2 2v3",
|
|
key: "198tvr"
|
|
}],
|
|
["path", {
|
|
d: "M16 21v-3a2 2 0 0 1 2-2h3",
|
|
key: "ph8mxp"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/minus-circle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MinusCircle = createLucideIcon("MinusCircle", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["path", {
|
|
d: "M8 12h8",
|
|
key: "1wcyev"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/minus-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MinusSquare = createLucideIcon("MinusSquare", [["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}], ["path", {
|
|
d: "M8 12h8",
|
|
key: "1wcyev"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/minus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Minus = createLucideIcon("Minus", [["path", {
|
|
d: "M5 12h14",
|
|
key: "1ays0h"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/monitor-check.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MonitorCheck = createLucideIcon("MonitorCheck", [
|
|
["path", {
|
|
d: "m9 10 2 2 4-4",
|
|
key: "1gnqz4"
|
|
}],
|
|
["rect", {
|
|
width: "20",
|
|
height: "14",
|
|
x: "2",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "48i651"
|
|
}],
|
|
["path", {
|
|
d: "M12 17v4",
|
|
key: "1riwvh"
|
|
}],
|
|
["path", {
|
|
d: "M8 21h8",
|
|
key: "1ev6f3"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/monitor-dot.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MonitorDot = createLucideIcon("MonitorDot", [
|
|
["circle", {
|
|
cx: "19",
|
|
cy: "6",
|
|
r: "3",
|
|
key: "108a5v"
|
|
}],
|
|
["path", {
|
|
d: "M22 12v3a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h9",
|
|
key: "1fet9y"
|
|
}],
|
|
["path", {
|
|
d: "M12 17v4",
|
|
key: "1riwvh"
|
|
}],
|
|
["path", {
|
|
d: "M8 21h8",
|
|
key: "1ev6f3"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/monitor-down.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MonitorDown = createLucideIcon("MonitorDown", [
|
|
["path", {
|
|
d: "M12 13V7",
|
|
key: "h0r20n"
|
|
}],
|
|
["path", {
|
|
d: "m15 10-3 3-3-3",
|
|
key: "lzhmyn"
|
|
}],
|
|
["rect", {
|
|
width: "20",
|
|
height: "14",
|
|
x: "2",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "48i651"
|
|
}],
|
|
["path", {
|
|
d: "M12 17v4",
|
|
key: "1riwvh"
|
|
}],
|
|
["path", {
|
|
d: "M8 21h8",
|
|
key: "1ev6f3"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/monitor-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MonitorOff = createLucideIcon("MonitorOff", [
|
|
["path", {
|
|
d: "M17 17H4a2 2 0 0 1-2-2V5c0-1.5 1-2 1-2",
|
|
key: "k0q8oc"
|
|
}],
|
|
["path", {
|
|
d: "M22 15V5a2 2 0 0 0-2-2H9",
|
|
key: "cp1ac0"
|
|
}],
|
|
["path", {
|
|
d: "M8 21h8",
|
|
key: "1ev6f3"
|
|
}],
|
|
["path", {
|
|
d: "M12 17v4",
|
|
key: "1riwvh"
|
|
}],
|
|
["path", {
|
|
d: "m2 2 20 20",
|
|
key: "1ooewy"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/monitor-pause.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MonitorPause = createLucideIcon("MonitorPause", [
|
|
["path", {
|
|
d: "M10 13V7",
|
|
key: "1u13u9"
|
|
}],
|
|
["path", {
|
|
d: "M14 13V7",
|
|
key: "1vj9om"
|
|
}],
|
|
["rect", {
|
|
width: "20",
|
|
height: "14",
|
|
x: "2",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "48i651"
|
|
}],
|
|
["path", {
|
|
d: "M12 17v4",
|
|
key: "1riwvh"
|
|
}],
|
|
["path", {
|
|
d: "M8 21h8",
|
|
key: "1ev6f3"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/monitor-play.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MonitorPlay = createLucideIcon("MonitorPlay", [
|
|
["path", {
|
|
d: "m10 7 5 3-5 3Z",
|
|
key: "29ljg6"
|
|
}],
|
|
["rect", {
|
|
width: "20",
|
|
height: "14",
|
|
x: "2",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "48i651"
|
|
}],
|
|
["path", {
|
|
d: "M12 17v4",
|
|
key: "1riwvh"
|
|
}],
|
|
["path", {
|
|
d: "M8 21h8",
|
|
key: "1ev6f3"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/monitor-smartphone.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MonitorSmartphone = createLucideIcon("MonitorSmartphone", [
|
|
["path", {
|
|
d: "M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8",
|
|
key: "10dyio"
|
|
}],
|
|
["path", {
|
|
d: "M10 19v-3.96 3.15",
|
|
key: "1irgej"
|
|
}],
|
|
["path", {
|
|
d: "M7 19h5",
|
|
key: "qswx4l"
|
|
}],
|
|
["rect", {
|
|
width: "6",
|
|
height: "10",
|
|
x: "16",
|
|
y: "12",
|
|
rx: "2",
|
|
key: "1egngj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/monitor-speaker.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MonitorSpeaker = createLucideIcon("MonitorSpeaker", [
|
|
["path", {
|
|
d: "M5.5 20H8",
|
|
key: "1k40s5"
|
|
}],
|
|
["path", {
|
|
d: "M17 9h.01",
|
|
key: "1j24nn"
|
|
}],
|
|
["rect", {
|
|
width: "10",
|
|
height: "16",
|
|
x: "12",
|
|
y: "4",
|
|
rx: "2",
|
|
key: "ixliua"
|
|
}],
|
|
["path", {
|
|
d: "M8 6H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h4",
|
|
key: "1mp6e1"
|
|
}],
|
|
["circle", {
|
|
cx: "17",
|
|
cy: "15",
|
|
r: "1",
|
|
key: "tqvash"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/monitor-stop.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MonitorStop = createLucideIcon("MonitorStop", [
|
|
["rect", {
|
|
x: "9",
|
|
y: "7",
|
|
width: "6",
|
|
height: "6",
|
|
key: "4xvc6r"
|
|
}],
|
|
["rect", {
|
|
width: "20",
|
|
height: "14",
|
|
x: "2",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "48i651"
|
|
}],
|
|
["path", {
|
|
d: "M12 17v4",
|
|
key: "1riwvh"
|
|
}],
|
|
["path", {
|
|
d: "M8 21h8",
|
|
key: "1ev6f3"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/monitor-up.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MonitorUp = createLucideIcon("MonitorUp", [
|
|
["path", {
|
|
d: "m9 10 3-3 3 3",
|
|
key: "11gsxs"
|
|
}],
|
|
["path", {
|
|
d: "M12 13V7",
|
|
key: "h0r20n"
|
|
}],
|
|
["rect", {
|
|
width: "20",
|
|
height: "14",
|
|
x: "2",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "48i651"
|
|
}],
|
|
["path", {
|
|
d: "M12 17v4",
|
|
key: "1riwvh"
|
|
}],
|
|
["path", {
|
|
d: "M8 21h8",
|
|
key: "1ev6f3"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/monitor-x.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MonitorX = createLucideIcon("MonitorX", [
|
|
["path", {
|
|
d: "m14.5 12.5-5-5",
|
|
key: "1jahn5"
|
|
}],
|
|
["path", {
|
|
d: "m9.5 12.5 5-5",
|
|
key: "1k2t7b"
|
|
}],
|
|
["rect", {
|
|
width: "20",
|
|
height: "14",
|
|
x: "2",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "48i651"
|
|
}],
|
|
["path", {
|
|
d: "M12 17v4",
|
|
key: "1riwvh"
|
|
}],
|
|
["path", {
|
|
d: "M8 21h8",
|
|
key: "1ev6f3"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/monitor.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Monitor = createLucideIcon("Monitor", [
|
|
["rect", {
|
|
width: "20",
|
|
height: "14",
|
|
x: "2",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "48i651"
|
|
}],
|
|
["line", {
|
|
x1: "8",
|
|
x2: "16",
|
|
y1: "21",
|
|
y2: "21",
|
|
key: "1svkeh"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "17",
|
|
y2: "21",
|
|
key: "vw1qmm"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/moon-star.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MoonStar = createLucideIcon("MoonStar", [
|
|
["path", {
|
|
d: "M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z",
|
|
key: "a7tn18"
|
|
}],
|
|
["path", {
|
|
d: "M19 3v4",
|
|
key: "vgv24u"
|
|
}],
|
|
["path", {
|
|
d: "M21 5h-4",
|
|
key: "1wcg1f"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/moon.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Moon = createLucideIcon("Moon", [["path", {
|
|
d: "M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z",
|
|
key: "a7tn18"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/more-horizontal.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MoreHorizontal = createLucideIcon("MoreHorizontal", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "1",
|
|
key: "41hilf"
|
|
}],
|
|
["circle", {
|
|
cx: "19",
|
|
cy: "12",
|
|
r: "1",
|
|
key: "1wjl8i"
|
|
}],
|
|
["circle", {
|
|
cx: "5",
|
|
cy: "12",
|
|
r: "1",
|
|
key: "1pcz8c"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/more-vertical.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MoreVertical = createLucideIcon("MoreVertical", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "1",
|
|
key: "41hilf"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "5",
|
|
r: "1",
|
|
key: "gxeob9"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "19",
|
|
r: "1",
|
|
key: "lyex9k"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/mountain-snow.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MountainSnow = createLucideIcon("MountainSnow", [["path", {
|
|
d: "m8 3 4 8 5-5 5 15H2L8 3z",
|
|
key: "otkl63"
|
|
}], ["path", {
|
|
d: "M4.14 15.08c2.62-1.57 5.24-1.43 7.86.42 2.74 1.94 5.49 2 8.23.19",
|
|
key: "1pvmmp"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/mountain.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Mountain = createLucideIcon("Mountain", [["path", {
|
|
d: "m8 3 4 8 5-5 5 15H2L8 3z",
|
|
key: "otkl63"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/mouse-pointer-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MousePointer2 = createLucideIcon("MousePointer2", [["path", {
|
|
d: "m4 4 7.07 17 2.51-7.39L21 11.07z",
|
|
key: "1vqm48"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/mouse-pointer-click.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MousePointerClick = createLucideIcon("MousePointerClick", [
|
|
["path", {
|
|
d: "m9 9 5 12 1.8-5.2L21 14Z",
|
|
key: "1b76lo"
|
|
}],
|
|
["path", {
|
|
d: "M7.2 2.2 8 5.1",
|
|
key: "1cfko1"
|
|
}],
|
|
["path", {
|
|
d: "m5.1 8-2.9-.8",
|
|
key: "1go3kf"
|
|
}],
|
|
["path", {
|
|
d: "M14 4.1 12 6",
|
|
key: "ita8i4"
|
|
}],
|
|
["path", {
|
|
d: "m6 12-1.9 2",
|
|
key: "mnht97"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/mouse-pointer-square-dashed.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MousePointerSquareDashed = createLucideIcon("MousePointerSquareDashed", [
|
|
["path", {
|
|
d: "M5 3a2 2 0 0 0-2 2",
|
|
key: "y57alp"
|
|
}],
|
|
["path", {
|
|
d: "M19 3a2 2 0 0 1 2 2",
|
|
key: "18rm91"
|
|
}],
|
|
["path", {
|
|
d: "m12 12 4 10 1.7-4.3L22 16Z",
|
|
key: "64ilsv"
|
|
}],
|
|
["path", {
|
|
d: "M5 21a2 2 0 0 1-2-2",
|
|
key: "sbafld"
|
|
}],
|
|
["path", {
|
|
d: "M9 3h1",
|
|
key: "1yesri"
|
|
}],
|
|
["path", {
|
|
d: "M9 21h2",
|
|
key: "1qve2z"
|
|
}],
|
|
["path", {
|
|
d: "M14 3h1",
|
|
key: "1ec4yj"
|
|
}],
|
|
["path", {
|
|
d: "M3 9v1",
|
|
key: "1r0deq"
|
|
}],
|
|
["path", {
|
|
d: "M21 9v2",
|
|
key: "p14lih"
|
|
}],
|
|
["path", {
|
|
d: "M3 14v1",
|
|
key: "vnatye"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/mouse-pointer-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MousePointerSquare = createLucideIcon("MousePointerSquare", [["path", {
|
|
d: "M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6",
|
|
key: "14rsvq"
|
|
}], ["path", {
|
|
d: "m12 12 4 10 1.7-4.3L22 16Z",
|
|
key: "64ilsv"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/mouse-pointer.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MousePointer = createLucideIcon("MousePointer", [["path", {
|
|
d: "m3 3 7.07 16.97 2.51-7.39 7.39-2.51L3 3z",
|
|
key: "y2ucgo"
|
|
}], ["path", {
|
|
d: "m13 13 6 6",
|
|
key: "1nhxnf"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/mouse.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Mouse = createLucideIcon("Mouse", [["rect", {
|
|
x: "5",
|
|
y: "2",
|
|
width: "14",
|
|
height: "20",
|
|
rx: "7",
|
|
key: "11ol66"
|
|
}], ["path", {
|
|
d: "M12 6v4",
|
|
key: "16clxf"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/move-3d.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Move3d = createLucideIcon("Move3d", [
|
|
["path", {
|
|
d: "M5 3v16h16",
|
|
key: "1mqmf9"
|
|
}],
|
|
["path", {
|
|
d: "m5 19 6-6",
|
|
key: "jh6hbb"
|
|
}],
|
|
["path", {
|
|
d: "m2 6 3-3 3 3",
|
|
key: "tkyvxa"
|
|
}],
|
|
["path", {
|
|
d: "m18 16 3 3-3 3",
|
|
key: "1d4glt"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/move-diagonal-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MoveDiagonal2 = createLucideIcon("MoveDiagonal2", [
|
|
["polyline", {
|
|
points: "5 11 5 5 11 5",
|
|
key: "ncfzxk"
|
|
}],
|
|
["polyline", {
|
|
points: "19 13 19 19 13 19",
|
|
key: "1mk7hk"
|
|
}],
|
|
["line", {
|
|
x1: "5",
|
|
x2: "19",
|
|
y1: "5",
|
|
y2: "19",
|
|
key: "mcyte3"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/move-diagonal.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MoveDiagonal = createLucideIcon("MoveDiagonal", [
|
|
["polyline", {
|
|
points: "13 5 19 5 19 11",
|
|
key: "11219e"
|
|
}],
|
|
["polyline", {
|
|
points: "11 19 5 19 5 13",
|
|
key: "sfq3wq"
|
|
}],
|
|
["line", {
|
|
x1: "19",
|
|
x2: "5",
|
|
y1: "5",
|
|
y2: "19",
|
|
key: "1x9vlm"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/move-down-left.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MoveDownLeft = createLucideIcon("MoveDownLeft", [["path", {
|
|
d: "M11 19H5V13",
|
|
key: "1akmht"
|
|
}], ["path", {
|
|
d: "M19 5L5 19",
|
|
key: "72u4yj"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/move-down-right.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MoveDownRight = createLucideIcon("MoveDownRight", [["path", {
|
|
d: "M19 13V19H13",
|
|
key: "10vkzq"
|
|
}], ["path", {
|
|
d: "M5 5L19 19",
|
|
key: "5zm2fv"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/move-down.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MoveDown = createLucideIcon("MoveDown", [["path", {
|
|
d: "M8 18L12 22L16 18",
|
|
key: "cskvfv"
|
|
}], ["path", {
|
|
d: "M12 2V22",
|
|
key: "r89rzk"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/move-horizontal.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MoveHorizontal = createLucideIcon("MoveHorizontal", [
|
|
["polyline", {
|
|
points: "18 8 22 12 18 16",
|
|
key: "1hqrds"
|
|
}],
|
|
["polyline", {
|
|
points: "6 8 2 12 6 16",
|
|
key: "f0ernq"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "1dnqot"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/move-left.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MoveLeft = createLucideIcon("MoveLeft", [["path", {
|
|
d: "M6 8L2 12L6 16",
|
|
key: "kyvwex"
|
|
}], ["path", {
|
|
d: "M2 12H22",
|
|
key: "1m8cig"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/move-right.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MoveRight = createLucideIcon("MoveRight", [["path", {
|
|
d: "M18 8L22 12L18 16",
|
|
key: "1r0oui"
|
|
}], ["path", {
|
|
d: "M2 12H22",
|
|
key: "1m8cig"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/move-up-left.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MoveUpLeft = createLucideIcon("MoveUpLeft", [["path", {
|
|
d: "M5 11V5H11",
|
|
key: "3q78g9"
|
|
}], ["path", {
|
|
d: "M5 5L19 19",
|
|
key: "5zm2fv"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/move-up-right.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MoveUpRight = createLucideIcon("MoveUpRight", [["path", {
|
|
d: "M13 5H19V11",
|
|
key: "1n1gyv"
|
|
}], ["path", {
|
|
d: "M19 5L5 19",
|
|
key: "72u4yj"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/move-up.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MoveUp = createLucideIcon("MoveUp", [["path", {
|
|
d: "M8 6L12 2L16 6",
|
|
key: "1yvkyx"
|
|
}], ["path", {
|
|
d: "M12 2V22",
|
|
key: "r89rzk"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/move-vertical.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var MoveVertical = createLucideIcon("MoveVertical", [
|
|
["polyline", {
|
|
points: "8 18 12 22 16 18",
|
|
key: "1uutw3"
|
|
}],
|
|
["polyline", {
|
|
points: "8 6 12 2 16 6",
|
|
key: "d60sxy"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "7eqyqh"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/move.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Move = createLucideIcon("Move", [
|
|
["polyline", {
|
|
points: "5 9 2 12 5 15",
|
|
key: "1r5uj5"
|
|
}],
|
|
["polyline", {
|
|
points: "9 5 12 2 15 5",
|
|
key: "5v383o"
|
|
}],
|
|
["polyline", {
|
|
points: "15 19 12 22 9 19",
|
|
key: "g7qi8m"
|
|
}],
|
|
["polyline", {
|
|
points: "19 9 22 12 19 15",
|
|
key: "tpp73q"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "1dnqot"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "7eqyqh"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/music-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Music2 = createLucideIcon("Music2", [["circle", {
|
|
cx: "8",
|
|
cy: "18",
|
|
r: "4",
|
|
key: "1fc0mg"
|
|
}], ["path", {
|
|
d: "M12 18V2l7 4",
|
|
key: "g04rme"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/music-3.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Music3 = createLucideIcon("Music3", [["circle", {
|
|
cx: "12",
|
|
cy: "18",
|
|
r: "4",
|
|
key: "m3r9ws"
|
|
}], ["path", {
|
|
d: "M16 18V2",
|
|
key: "40x2m5"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/music-4.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Music4 = createLucideIcon("Music4", [
|
|
["path", {
|
|
d: "M9 18V5l12-2v13",
|
|
key: "1jmyc2"
|
|
}],
|
|
["path", {
|
|
d: "m9 9 12-2",
|
|
key: "1e64n2"
|
|
}],
|
|
["circle", {
|
|
cx: "6",
|
|
cy: "18",
|
|
r: "3",
|
|
key: "fqmcym"
|
|
}],
|
|
["circle", {
|
|
cx: "18",
|
|
cy: "16",
|
|
r: "3",
|
|
key: "1hluhg"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/music.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Music = createLucideIcon("Music", [
|
|
["path", {
|
|
d: "M9 18V5l12-2v13",
|
|
key: "1jmyc2"
|
|
}],
|
|
["circle", {
|
|
cx: "6",
|
|
cy: "18",
|
|
r: "3",
|
|
key: "fqmcym"
|
|
}],
|
|
["circle", {
|
|
cx: "18",
|
|
cy: "16",
|
|
r: "3",
|
|
key: "1hluhg"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/navigation-2-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Navigation2Off = createLucideIcon("Navigation2Off", [
|
|
["path", {
|
|
d: "M9.31 9.31 5 21l7-4 7 4-1.17-3.17",
|
|
key: "qoq2o2"
|
|
}],
|
|
["path", {
|
|
d: "M14.53 8.88 12 2l-1.17 3.17",
|
|
key: "k3sjzy"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/navigation-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Navigation2 = createLucideIcon("Navigation2", [["polygon", {
|
|
points: "12 2 19 21 12 17 5 21 12 2",
|
|
key: "x8c0qg"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/navigation-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var NavigationOff = createLucideIcon("NavigationOff", [
|
|
["path", {
|
|
d: "M8.43 8.43 3 11l8 2 2 8 2.57-5.43",
|
|
key: "1vdtb7"
|
|
}],
|
|
["path", {
|
|
d: "M17.39 11.73 22 2l-9.73 4.61",
|
|
key: "tya3r6"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/navigation.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Navigation = createLucideIcon("Navigation", [["polygon", {
|
|
points: "3 11 22 2 13 21 11 13 3 11",
|
|
key: "1ltx0t"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/network.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Network = createLucideIcon("Network", [
|
|
["rect", {
|
|
x: "16",
|
|
y: "16",
|
|
width: "6",
|
|
height: "6",
|
|
rx: "1",
|
|
key: "4q2zg0"
|
|
}],
|
|
["rect", {
|
|
x: "2",
|
|
y: "16",
|
|
width: "6",
|
|
height: "6",
|
|
rx: "1",
|
|
key: "8cvhb9"
|
|
}],
|
|
["rect", {
|
|
x: "9",
|
|
y: "2",
|
|
width: "6",
|
|
height: "6",
|
|
rx: "1",
|
|
key: "1egb70"
|
|
}],
|
|
["path", {
|
|
d: "M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3",
|
|
key: "1jsf9p"
|
|
}],
|
|
["path", {
|
|
d: "M12 12V8",
|
|
key: "2874zd"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/newspaper.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Newspaper = createLucideIcon("Newspaper", [
|
|
["path", {
|
|
d: "M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16a2 2 0 0 1-2 2Zm0 0a2 2 0 0 1-2-2v-9c0-1.1.9-2 2-2h2",
|
|
key: "7pis2x"
|
|
}],
|
|
["path", {
|
|
d: "M18 14h-8",
|
|
key: "sponae"
|
|
}],
|
|
["path", {
|
|
d: "M15 18h-5",
|
|
key: "95g1m2"
|
|
}],
|
|
["path", {
|
|
d: "M10 6h8v4h-8V6Z",
|
|
key: "smlsk5"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/nfc.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Nfc = createLucideIcon("Nfc", [
|
|
["path", {
|
|
d: "M6 8.32a7.43 7.43 0 0 1 0 7.36",
|
|
key: "9iaqei"
|
|
}],
|
|
["path", {
|
|
d: "M9.46 6.21a11.76 11.76 0 0 1 0 11.58",
|
|
key: "1yha7l"
|
|
}],
|
|
["path", {
|
|
d: "M12.91 4.1a15.91 15.91 0 0 1 .01 15.8",
|
|
key: "4iu2gk"
|
|
}],
|
|
["path", {
|
|
d: "M16.37 2a20.16 20.16 0 0 1 0 20",
|
|
key: "sap9u2"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/nut-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var NutOff = createLucideIcon("NutOff", [
|
|
["path", {
|
|
d: "M12 4V2",
|
|
key: "1k5q1u"
|
|
}],
|
|
["path", {
|
|
d: "M5 10v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592a7.01 7.01 0 0 0 4.125-2.939",
|
|
key: "1xcvy9"
|
|
}],
|
|
["path", {
|
|
d: "M19 10v3.343",
|
|
key: "163tfc"
|
|
}],
|
|
["path", {
|
|
d: "M12 12c-1.349-.573-1.905-1.005-2.5-2-.546.902-1.048 1.353-2.5 2-1.018-.644-1.46-1.08-2-2-1.028.71-1.69.918-3 1 1.081-1.048 1.757-2.03 2-3 .194-.776.84-1.551 1.79-2.21m11.654 5.997c.887-.457 1.28-.891 1.556-1.787 1.032.916 1.683 1.157 3 1-1.297-1.036-1.758-2.03-2-3-.5-2-4-4-8-4-.74 0-1.461.068-2.15.192",
|
|
key: "17914v"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/nut.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Nut = createLucideIcon("Nut", [
|
|
["path", {
|
|
d: "M12 4V2",
|
|
key: "1k5q1u"
|
|
}],
|
|
["path", {
|
|
d: "M5 10v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592A7.003 7.003 0 0 0 19 14v-4",
|
|
key: "1tgyif"
|
|
}],
|
|
["path", {
|
|
d: "M12 4C8 4 4.5 6 4 8c-.243.97-.919 1.952-2 3 1.31-.082 1.972-.29 3-1 .54.92.982 1.356 2 2 1.452-.647 1.954-1.098 2.5-2 .595.995 1.151 1.427 2.5 2 1.31-.621 1.862-1.058 2.5-2 .629.977 1.162 1.423 2.5 2 1.209-.548 1.68-.967 2-2 1.032.916 1.683 1.157 3 1-1.297-1.036-1.758-2.03-2-3-.5-2-4-4-8-4Z",
|
|
key: "tnsqj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/octagon.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Octagon = createLucideIcon("Octagon", [["polygon", {
|
|
points: "7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2",
|
|
key: "h1p8hx"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/option.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Option = createLucideIcon("Option", [["path", {
|
|
d: "M3 3h6l6 18h6",
|
|
key: "ph9rgk"
|
|
}], ["path", {
|
|
d: "M14 3h7",
|
|
key: "16f0ms"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/orbit.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Orbit = createLucideIcon("Orbit", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "3",
|
|
key: "1v7zrd"
|
|
}],
|
|
["circle", {
|
|
cx: "19",
|
|
cy: "5",
|
|
r: "2",
|
|
key: "mhkx31"
|
|
}],
|
|
["circle", {
|
|
cx: "5",
|
|
cy: "19",
|
|
r: "2",
|
|
key: "v8kfzx"
|
|
}],
|
|
["path", {
|
|
d: "M10.4 21.9a10 10 0 0 0 9.941-15.416",
|
|
key: "eohfx2"
|
|
}],
|
|
["path", {
|
|
d: "M13.5 2.1a10 10 0 0 0-9.841 15.416",
|
|
key: "19pvbm"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/outdent.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Outdent = createLucideIcon("Outdent", [
|
|
["polyline", {
|
|
points: "7 8 3 12 7 16",
|
|
key: "2j60jr"
|
|
}],
|
|
["line", {
|
|
x1: "21",
|
|
x2: "11",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "1fxxak"
|
|
}],
|
|
["line", {
|
|
x1: "21",
|
|
x2: "11",
|
|
y1: "6",
|
|
y2: "6",
|
|
key: "asgu94"
|
|
}],
|
|
["line", {
|
|
x1: "21",
|
|
x2: "11",
|
|
y1: "18",
|
|
y2: "18",
|
|
key: "13dsj7"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/package-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Package2 = createLucideIcon("Package2", [
|
|
["path", {
|
|
d: "M3 9h18v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9Z",
|
|
key: "1ront0"
|
|
}],
|
|
["path", {
|
|
d: "m3 9 2.45-4.9A2 2 0 0 1 7.24 3h9.52a2 2 0 0 1 1.8 1.1L21 9",
|
|
key: "19h2x1"
|
|
}],
|
|
["path", {
|
|
d: "M12 3v6",
|
|
key: "1holv5"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/package-check.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PackageCheck = createLucideIcon("PackageCheck", [
|
|
["path", {
|
|
d: "m16 16 2 2 4-4",
|
|
key: "gfu2re"
|
|
}],
|
|
["path", {
|
|
d: "M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",
|
|
key: "e7tb2h"
|
|
}],
|
|
["path", {
|
|
d: "m7.5 4.27 9 5.15",
|
|
key: "1c824w"
|
|
}],
|
|
["polyline", {
|
|
points: "3.29 7 12 12 20.71 7",
|
|
key: "ousv84"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "22",
|
|
y2: "12",
|
|
key: "a4e8g8"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/package-minus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PackageMinus = createLucideIcon("PackageMinus", [
|
|
["path", {
|
|
d: "M16 16h6",
|
|
key: "100bgy"
|
|
}],
|
|
["path", {
|
|
d: "M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",
|
|
key: "e7tb2h"
|
|
}],
|
|
["path", {
|
|
d: "m7.5 4.27 9 5.15",
|
|
key: "1c824w"
|
|
}],
|
|
["polyline", {
|
|
points: "3.29 7 12 12 20.71 7",
|
|
key: "ousv84"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "22",
|
|
y2: "12",
|
|
key: "a4e8g8"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/package-open.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PackageOpen = createLucideIcon("PackageOpen", [
|
|
["path", {
|
|
d: "M20.91 8.84 8.56 2.23a1.93 1.93 0 0 0-1.81 0L3.1 4.13a2.12 2.12 0 0 0-.05 3.69l12.22 6.93a2 2 0 0 0 1.94 0L21 12.51a2.12 2.12 0 0 0-.09-3.67Z",
|
|
key: "1vy178"
|
|
}],
|
|
["path", {
|
|
d: "m3.09 8.84 12.35-6.61a1.93 1.93 0 0 1 1.81 0l3.65 1.9a2.12 2.12 0 0 1 .1 3.69L8.73 14.75a2 2 0 0 1-1.94 0L3 12.51a2.12 2.12 0 0 1 .09-3.67Z",
|
|
key: "s3bv25"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "22",
|
|
y2: "13",
|
|
key: "1o4xyi"
|
|
}],
|
|
["path", {
|
|
d: "M20 13.5v3.37a2.06 2.06 0 0 1-1.11 1.83l-6 3.08a1.93 1.93 0 0 1-1.78 0l-6-3.08A2.06 2.06 0 0 1 4 16.87V13.5",
|
|
key: "1na2nq"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/package-plus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PackagePlus = createLucideIcon("PackagePlus", [
|
|
["path", {
|
|
d: "M16 16h6",
|
|
key: "100bgy"
|
|
}],
|
|
["path", {
|
|
d: "M19 13v6",
|
|
key: "85cyf1"
|
|
}],
|
|
["path", {
|
|
d: "M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",
|
|
key: "e7tb2h"
|
|
}],
|
|
["path", {
|
|
d: "m7.5 4.27 9 5.15",
|
|
key: "1c824w"
|
|
}],
|
|
["polyline", {
|
|
points: "3.29 7 12 12 20.71 7",
|
|
key: "ousv84"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "22",
|
|
y2: "12",
|
|
key: "a4e8g8"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/package-search.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PackageSearch = createLucideIcon("PackageSearch", [
|
|
["path", {
|
|
d: "M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",
|
|
key: "e7tb2h"
|
|
}],
|
|
["path", {
|
|
d: "m7.5 4.27 9 5.15",
|
|
key: "1c824w"
|
|
}],
|
|
["polyline", {
|
|
points: "3.29 7 12 12 20.71 7",
|
|
key: "ousv84"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "22",
|
|
y2: "12",
|
|
key: "a4e8g8"
|
|
}],
|
|
["circle", {
|
|
cx: "18.5",
|
|
cy: "15.5",
|
|
r: "2.5",
|
|
key: "b5zd12"
|
|
}],
|
|
["path", {
|
|
d: "M20.27 17.27 22 19",
|
|
key: "1l4muz"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/package-x.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PackageX = createLucideIcon("PackageX", [
|
|
["path", {
|
|
d: "M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",
|
|
key: "e7tb2h"
|
|
}],
|
|
["path", {
|
|
d: "m7.5 4.27 9 5.15",
|
|
key: "1c824w"
|
|
}],
|
|
["polyline", {
|
|
points: "3.29 7 12 12 20.71 7",
|
|
key: "ousv84"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "22",
|
|
y2: "12",
|
|
key: "a4e8g8"
|
|
}],
|
|
["path", {
|
|
d: "m17 13 5 5m-5 0 5-5",
|
|
key: "im3w4b"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/package.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Package = createLucideIcon("Package", [
|
|
["path", {
|
|
d: "m7.5 4.27 9 5.15",
|
|
key: "1c824w"
|
|
}],
|
|
["path", {
|
|
d: "M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z",
|
|
key: "hh9hay"
|
|
}],
|
|
["path", {
|
|
d: "m3.3 7 8.7 5 8.7-5",
|
|
key: "g66t2b"
|
|
}],
|
|
["path", {
|
|
d: "M12 22V12",
|
|
key: "d0xqtd"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/paint-bucket.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PaintBucket = createLucideIcon("PaintBucket", [
|
|
["path", {
|
|
d: "m19 11-8-8-8.6 8.6a2 2 0 0 0 0 2.8l5.2 5.2c.8.8 2 .8 2.8 0L19 11Z",
|
|
key: "irua1i"
|
|
}],
|
|
["path", {
|
|
d: "m5 2 5 5",
|
|
key: "1lls2c"
|
|
}],
|
|
["path", {
|
|
d: "M2 13h15",
|
|
key: "1hkzvu"
|
|
}],
|
|
["path", {
|
|
d: "M22 20a2 2 0 1 1-4 0c0-1.6 1.7-2.4 2-4 .3 1.6 2 2.4 2 4Z",
|
|
key: "xk76lq"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/paintbrush-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Paintbrush2 = createLucideIcon("Paintbrush2", [
|
|
["path", {
|
|
d: "M14 19.9V16h3a2 2 0 0 0 2-2v-2H5v2c0 1.1.9 2 2 2h3v3.9a2 2 0 1 0 4 0Z",
|
|
key: "1c8kta"
|
|
}],
|
|
["path", {
|
|
d: "M6 12V2h12v10",
|
|
key: "1esbnf"
|
|
}],
|
|
["path", {
|
|
d: "M14 2v4",
|
|
key: "qmzblu"
|
|
}],
|
|
["path", {
|
|
d: "M10 2v2",
|
|
key: "7u0qdc"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/paintbrush.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Paintbrush = createLucideIcon("Paintbrush", [
|
|
["path", {
|
|
d: "M18.37 2.63 14 7l-1.59-1.59a2 2 0 0 0-2.82 0L8 7l9 9 1.59-1.59a2 2 0 0 0 0-2.82L17 10l4.37-4.37a2.12 2.12 0 1 0-3-3Z",
|
|
key: "m6k5sh"
|
|
}],
|
|
["path", {
|
|
d: "M9 8c-2 3-4 3.5-7 4l8 10c2-1 6-5 6-7",
|
|
key: "arzq70"
|
|
}],
|
|
["path", {
|
|
d: "M14.5 17.5 4.5 15",
|
|
key: "s7fvrz"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/palette.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Palette = createLucideIcon("Palette", [
|
|
["circle", {
|
|
cx: "13.5",
|
|
cy: "6.5",
|
|
r: ".5",
|
|
key: "1xcu5"
|
|
}],
|
|
["circle", {
|
|
cx: "17.5",
|
|
cy: "10.5",
|
|
r: ".5",
|
|
key: "736e4u"
|
|
}],
|
|
["circle", {
|
|
cx: "8.5",
|
|
cy: "7.5",
|
|
r: ".5",
|
|
key: "clrty"
|
|
}],
|
|
["circle", {
|
|
cx: "6.5",
|
|
cy: "12.5",
|
|
r: ".5",
|
|
key: "1s4xz9"
|
|
}],
|
|
["path", {
|
|
d: "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.926 0 1.648-.746 1.648-1.688 0-.437-.18-.835-.437-1.125-.29-.289-.438-.652-.438-1.125a1.64 1.64 0 0 1 1.668-1.668h1.996c3.051 0 5.555-2.503 5.555-5.554C21.965 6.012 17.461 2 12 2z",
|
|
key: "12rzf8"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/palmtree.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Palmtree = createLucideIcon("Palmtree", [
|
|
["path", {
|
|
d: "M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1 1 1h4",
|
|
key: "foxbe7"
|
|
}],
|
|
["path", {
|
|
d: "M13 7.14A5.82 5.82 0 0 1 16.5 6c3.04 0 5.5 2.24 5.5 5h-3l-1-1-1 1h-3",
|
|
key: "18arnh"
|
|
}],
|
|
["path", {
|
|
d: "M5.89 9.71c-2.15 2.15-2.3 5.47-.35 7.43l4.24-4.25.7-.7.71-.71 2.12-2.12c-1.95-1.96-5.27-1.8-7.42.35z",
|
|
key: "epoumf"
|
|
}],
|
|
["path", {
|
|
d: "M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-.5-12-1-14",
|
|
key: "ft0feo"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/panel-bottom-close.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PanelBottomClose = createLucideIcon("PanelBottomClose", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1m3agn"
|
|
}],
|
|
["line", {
|
|
x1: "3",
|
|
x2: "21",
|
|
y1: "15",
|
|
y2: "15",
|
|
key: "o2sbyz"
|
|
}],
|
|
["path", {
|
|
d: "m15 8-3 3-3-3",
|
|
key: "1oxy1z"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/panel-bottom-inactive.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PanelBottomInactive = createLucideIcon("PanelBottomInactive", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "M14 15h1",
|
|
key: "171nev"
|
|
}],
|
|
["path", {
|
|
d: "M19 15h2",
|
|
key: "1vnucp"
|
|
}],
|
|
["path", {
|
|
d: "M3 15h2",
|
|
key: "8bym0q"
|
|
}],
|
|
["path", {
|
|
d: "M9 15h1",
|
|
key: "1tg3ks"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/panel-bottom-open.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PanelBottomOpen = createLucideIcon("PanelBottomOpen", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1m3agn"
|
|
}],
|
|
["line", {
|
|
x1: "3",
|
|
x2: "21",
|
|
y1: "15",
|
|
y2: "15",
|
|
key: "o2sbyz"
|
|
}],
|
|
["path", {
|
|
d: "m9 10 3-3 3 3",
|
|
key: "11gsxs"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/panel-bottom.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PanelBottom = createLucideIcon("PanelBottom", [["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1m3agn"
|
|
}], ["line", {
|
|
x1: "3",
|
|
x2: "21",
|
|
y1: "15",
|
|
y2: "15",
|
|
key: "o2sbyz"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/panel-left-close.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PanelLeftClose = createLucideIcon("PanelLeftClose", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1m3agn"
|
|
}],
|
|
["path", {
|
|
d: "M9 3v18",
|
|
key: "fh3hqa"
|
|
}],
|
|
["path", {
|
|
d: "m16 15-3-3 3-3",
|
|
key: "14y99z"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/panel-left-inactive.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PanelLeftInactive = createLucideIcon("PanelLeftInactive", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "M9 14v1",
|
|
key: "askpd8"
|
|
}],
|
|
["path", {
|
|
d: "M9 19v2",
|
|
key: "16tejx"
|
|
}],
|
|
["path", {
|
|
d: "M9 3v2",
|
|
key: "1noubl"
|
|
}],
|
|
["path", {
|
|
d: "M9 9v1",
|
|
key: "19ebxg"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/panel-left-open.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PanelLeftOpen = createLucideIcon("PanelLeftOpen", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1m3agn"
|
|
}],
|
|
["path", {
|
|
d: "M9 3v18",
|
|
key: "fh3hqa"
|
|
}],
|
|
["path", {
|
|
d: "m14 9 3 3-3 3",
|
|
key: "8010ee"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/panel-left.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PanelLeft = createLucideIcon("PanelLeft", [["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1m3agn"
|
|
}], ["line", {
|
|
x1: "9",
|
|
x2: "9",
|
|
y1: "3",
|
|
y2: "21",
|
|
key: "13tij5"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/panel-right-close.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PanelRightClose = createLucideIcon("PanelRightClose", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1m3agn"
|
|
}],
|
|
["line", {
|
|
x1: "15",
|
|
x2: "15",
|
|
y1: "3",
|
|
y2: "21",
|
|
key: "1hpv9i"
|
|
}],
|
|
["path", {
|
|
d: "m8 9 3 3-3 3",
|
|
key: "12hl5m"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/panel-right-inactive.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PanelRightInactive = createLucideIcon("PanelRightInactive", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "M15 14v1",
|
|
key: "ilsfch"
|
|
}],
|
|
["path", {
|
|
d: "M15 19v2",
|
|
key: "1fst2f"
|
|
}],
|
|
["path", {
|
|
d: "M15 3v2",
|
|
key: "z204g4"
|
|
}],
|
|
["path", {
|
|
d: "M15 9v1",
|
|
key: "z2a8b1"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/panel-right-open.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PanelRightOpen = createLucideIcon("PanelRightOpen", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1m3agn"
|
|
}],
|
|
["line", {
|
|
x1: "15",
|
|
x2: "15",
|
|
y1: "3",
|
|
y2: "21",
|
|
key: "1hpv9i"
|
|
}],
|
|
["path", {
|
|
d: "m10 15-3-3 3-3",
|
|
key: "1pgupc"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/panel-right.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PanelRight = createLucideIcon("PanelRight", [["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1m3agn"
|
|
}], ["line", {
|
|
x1: "15",
|
|
x2: "15",
|
|
y1: "3",
|
|
y2: "21",
|
|
key: "1hpv9i"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/panel-top-close.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PanelTopClose = createLucideIcon("PanelTopClose", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1m3agn"
|
|
}],
|
|
["line", {
|
|
x1: "3",
|
|
x2: "21",
|
|
y1: "9",
|
|
y2: "9",
|
|
key: "1vqk6q"
|
|
}],
|
|
["path", {
|
|
d: "m9 16 3-3 3 3",
|
|
key: "1idcnm"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/panel-top-inactive.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PanelTopInactive = createLucideIcon("PanelTopInactive", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "M14 9h1",
|
|
key: "l0svgy"
|
|
}],
|
|
["path", {
|
|
d: "M19 9h2",
|
|
key: "te2zfg"
|
|
}],
|
|
["path", {
|
|
d: "M3 9h2",
|
|
key: "1h4ldw"
|
|
}],
|
|
["path", {
|
|
d: "M9 9h1",
|
|
key: "15jzuz"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/panel-top-open.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PanelTopOpen = createLucideIcon("PanelTopOpen", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1m3agn"
|
|
}],
|
|
["line", {
|
|
x1: "3",
|
|
x2: "21",
|
|
y1: "9",
|
|
y2: "9",
|
|
key: "1vqk6q"
|
|
}],
|
|
["path", {
|
|
d: "m15 14-3 3-3-3",
|
|
key: "g215vf"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/panel-top.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PanelTop = createLucideIcon("PanelTop", [["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1m3agn"
|
|
}], ["line", {
|
|
x1: "3",
|
|
x2: "21",
|
|
y1: "9",
|
|
y2: "9",
|
|
key: "1vqk6q"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/paperclip.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Paperclip = createLucideIcon("Paperclip", [["path", {
|
|
d: "m21.44 11.05-9.19 9.19a6 6 0 0 1-8.49-8.49l8.57-8.57A4 4 0 1 1 18 8.84l-8.59 8.57a2 2 0 0 1-2.83-2.83l8.49-8.48",
|
|
key: "1u3ebp"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/parentheses.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Parentheses = createLucideIcon("Parentheses", [["path", {
|
|
d: "M8 21s-4-3-4-9 4-9 4-9",
|
|
key: "uto9ud"
|
|
}], ["path", {
|
|
d: "M16 3s4 3 4 9-4 9-4 9",
|
|
key: "4w2vsq"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/parking-circle-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ParkingCircleOff = createLucideIcon("ParkingCircleOff", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["path", {
|
|
d: "m5 5 14 14",
|
|
key: "11anup"
|
|
}],
|
|
["path", {
|
|
d: "M13 13a3 3 0 1 0 0-6H9v2",
|
|
key: "uoagbd"
|
|
}],
|
|
["path", {
|
|
d: "M9 17v-2.34",
|
|
key: "a9qo08"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/parking-circle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ParkingCircle = createLucideIcon("ParkingCircle", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["path", {
|
|
d: "M9 17V7h4a3 3 0 0 1 0 6H9",
|
|
key: "1dfk2c"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/parking-meter.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ParkingMeter = createLucideIcon("ParkingMeter", [
|
|
["path", {
|
|
d: "M9 9a3 3 0 1 1 6 0",
|
|
key: "jdoeu8"
|
|
}],
|
|
["path", {
|
|
d: "M12 12v3",
|
|
key: "158kv8"
|
|
}],
|
|
["path", {
|
|
d: "M11 15h2",
|
|
key: "199qp6"
|
|
}],
|
|
["path", {
|
|
d: "M19 9a7 7 0 1 0-13.6 2.3C6.4 14.4 8 19 8 19h8s1.6-4.6 2.6-7.7c.3-.8.4-1.5.4-2.3",
|
|
key: "1l50wn"
|
|
}],
|
|
["path", {
|
|
d: "M12 19v3",
|
|
key: "npa21l"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/parking-square-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ParkingSquareOff = createLucideIcon("ParkingSquareOff", [
|
|
["path", {
|
|
d: "M3.6 3.6A2 2 0 0 1 5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-.59 1.41",
|
|
key: "9l1ft6"
|
|
}],
|
|
["path", {
|
|
d: "M3 8.7V19a2 2 0 0 0 2 2h10.3",
|
|
key: "17knke"
|
|
}],
|
|
["path", {
|
|
d: "m2 2 20 20",
|
|
key: "1ooewy"
|
|
}],
|
|
["path", {
|
|
d: "M13 13a3 3 0 1 0 0-6H9v2",
|
|
key: "uoagbd"
|
|
}],
|
|
["path", {
|
|
d: "M9 17v-2.3",
|
|
key: "1jxgo2"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/parking-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ParkingSquare = createLucideIcon("ParkingSquare", [["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}], ["path", {
|
|
d: "M9 17V7h4a3 3 0 0 1 0 6H9",
|
|
key: "1dfk2c"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/party-popper.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PartyPopper = createLucideIcon("PartyPopper", [
|
|
["path", {
|
|
d: "M5.8 11.3 2 22l10.7-3.79",
|
|
key: "gwxi1d"
|
|
}],
|
|
["path", {
|
|
d: "M4 3h.01",
|
|
key: "1vcuye"
|
|
}],
|
|
["path", {
|
|
d: "M22 8h.01",
|
|
key: "1mrtc2"
|
|
}],
|
|
["path", {
|
|
d: "M15 2h.01",
|
|
key: "1cjtqr"
|
|
}],
|
|
["path", {
|
|
d: "M22 20h.01",
|
|
key: "1mrys2"
|
|
}],
|
|
["path", {
|
|
d: "m22 2-2.24.75a2.9 2.9 0 0 0-1.96 3.12v0c.1.86-.57 1.63-1.45 1.63h-.38c-.86 0-1.6.6-1.76 1.44L14 10",
|
|
key: "bpx1uq"
|
|
}],
|
|
["path", {
|
|
d: "m22 13-.82-.33c-.86-.34-1.82.2-1.98 1.11v0c-.11.7-.72 1.22-1.43 1.22H17",
|
|
key: "1pd0s7"
|
|
}],
|
|
["path", {
|
|
d: "m11 2 .33.82c.34.86-.2 1.82-1.11 1.98v0C9.52 4.9 9 5.52 9 6.23V7",
|
|
key: "zq5xbz"
|
|
}],
|
|
["path", {
|
|
d: "M11 13c1.93 1.93 2.83 4.17 2 5-.83.83-3.07-.07-5-2-1.93-1.93-2.83-4.17-2-5 .83-.83 3.07.07 5 2Z",
|
|
key: "4kbmks"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/pause-circle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PauseCircle = createLucideIcon("PauseCircle", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["line", {
|
|
x1: "10",
|
|
x2: "10",
|
|
y1: "15",
|
|
y2: "9",
|
|
key: "c1nkhi"
|
|
}],
|
|
["line", {
|
|
x1: "14",
|
|
x2: "14",
|
|
y1: "15",
|
|
y2: "9",
|
|
key: "h65svq"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/pause-octagon.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PauseOctagon = createLucideIcon("PauseOctagon", [
|
|
["path", {
|
|
d: "M10 15V9",
|
|
key: "1lckn7"
|
|
}],
|
|
["path", {
|
|
d: "M14 15V9",
|
|
key: "1muqhk"
|
|
}],
|
|
["path", {
|
|
d: "M7.714 2h8.572L22 7.714v8.572L16.286 22H7.714L2 16.286V7.714L7.714 2z",
|
|
key: "1m7qra"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/pause.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Pause = createLucideIcon("Pause", [["rect", {
|
|
width: "4",
|
|
height: "16",
|
|
x: "6",
|
|
y: "4",
|
|
key: "iffhe4"
|
|
}], ["rect", {
|
|
width: "4",
|
|
height: "16",
|
|
x: "14",
|
|
y: "4",
|
|
key: "sjin7j"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/paw-print.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PawPrint = createLucideIcon("PawPrint", [
|
|
["circle", {
|
|
cx: "11",
|
|
cy: "4",
|
|
r: "2",
|
|
key: "vol9p0"
|
|
}],
|
|
["circle", {
|
|
cx: "18",
|
|
cy: "8",
|
|
r: "2",
|
|
key: "17gozi"
|
|
}],
|
|
["circle", {
|
|
cx: "20",
|
|
cy: "16",
|
|
r: "2",
|
|
key: "1v9bxh"
|
|
}],
|
|
["path", {
|
|
d: "M9 10a5 5 0 0 1 5 5v3.5a3.5 3.5 0 0 1-6.84 1.045Q6.52 17.48 4.46 16.84A3.5 3.5 0 0 1 5.5 10Z",
|
|
key: "1ydw1z"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/pc-case.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PcCase = createLucideIcon("PcCase", [
|
|
["rect", {
|
|
width: "14",
|
|
height: "20",
|
|
x: "5",
|
|
y: "2",
|
|
rx: "2",
|
|
key: "1uq1d7"
|
|
}],
|
|
["path", {
|
|
d: "M15 14h.01",
|
|
key: "1kp3bh"
|
|
}],
|
|
["path", {
|
|
d: "M9 6h6",
|
|
key: "dgm16u"
|
|
}],
|
|
["path", {
|
|
d: "M9 10h6",
|
|
key: "9gxzsh"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/pen-line.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PenLine = createLucideIcon("PenLine", [["path", {
|
|
d: "M12 20h9",
|
|
key: "t2du7b"
|
|
}], ["path", {
|
|
d: "M16.5 3.5a2.12 2.12 0 0 1 3 3L7 19l-4 1 1-4Z",
|
|
key: "ymcmye"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/pen-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PenSquare = createLucideIcon("PenSquare", [["path", {
|
|
d: "M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",
|
|
key: "1qinfi"
|
|
}], ["path", {
|
|
d: "M18.5 2.5a2.12 2.12 0 0 1 3 3L12 15l-4 1 1-4Z",
|
|
key: "w2jsv5"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/pen-tool.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PenTool = createLucideIcon("PenTool", [
|
|
["path", {
|
|
d: "m12 19 7-7 3 3-7 7-3-3z",
|
|
key: "rklqx2"
|
|
}],
|
|
["path", {
|
|
d: "m18 13-1.5-7.5L2 2l3.5 14.5L13 18l5-5z",
|
|
key: "1et58u"
|
|
}],
|
|
["path", {
|
|
d: "m2 2 7.586 7.586",
|
|
key: "etlp93"
|
|
}],
|
|
["circle", {
|
|
cx: "11",
|
|
cy: "11",
|
|
r: "2",
|
|
key: "xmgehs"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/pen.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Pen = createLucideIcon("Pen", [["path", {
|
|
d: "M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5Z",
|
|
key: "5qss01"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/pencil-line.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PencilLine = createLucideIcon("PencilLine", [
|
|
["path", {
|
|
d: "M12 20h9",
|
|
key: "t2du7b"
|
|
}],
|
|
["path", {
|
|
d: "M16.5 3.5a2.12 2.12 0 0 1 3 3L7 19l-4 1 1-4Z",
|
|
key: "ymcmye"
|
|
}],
|
|
["path", {
|
|
d: "m15 5 3 3",
|
|
key: "1w25hb"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/pencil-ruler.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PencilRuler = createLucideIcon("PencilRuler", [
|
|
["path", {
|
|
d: "m15 5 4 4",
|
|
key: "1mk7zo"
|
|
}],
|
|
["path", {
|
|
d: "M13 7 8.7 2.7a2.41 2.41 0 0 0-3.4 0L2.7 5.3a2.41 2.41 0 0 0 0 3.4L7 13",
|
|
key: "orapub"
|
|
}],
|
|
["path", {
|
|
d: "m8 6 2-2",
|
|
key: "115y1s"
|
|
}],
|
|
["path", {
|
|
d: "m2 22 5.5-1.5L21.17 6.83a2.82 2.82 0 0 0-4-4L3.5 16.5Z",
|
|
key: "hes763"
|
|
}],
|
|
["path", {
|
|
d: "m18 16 2-2",
|
|
key: "ee94s4"
|
|
}],
|
|
["path", {
|
|
d: "m17 11 4.3 4.3c.94.94.94 2.46 0 3.4l-2.6 2.6c-.94.94-2.46.94-3.4 0L11 17",
|
|
key: "cfq27r"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/pencil.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Pencil = createLucideIcon("Pencil", [["path", {
|
|
d: "M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5Z",
|
|
key: "5qss01"
|
|
}], ["path", {
|
|
d: "m15 5 4 4",
|
|
key: "1mk7zo"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/pentagon.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Pentagon = createLucideIcon("Pentagon", [["path", {
|
|
d: "M3.5 8.7c-.7.5-1 1.4-.7 2.2l2.8 8.7c.3.8 1 1.4 1.9 1.4h9.1c.9 0 1.6-.6 1.9-1.4l2.8-8.7c.3-.8 0-1.7-.7-2.2l-7.4-5.3a2.1 2.1 0 0 0-2.4 0Z",
|
|
key: "hsj90r"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/percent-circle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PercentCircle = createLucideIcon("PercentCircle", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["path", {
|
|
d: "m15 9-6 6",
|
|
key: "1uzhvr"
|
|
}],
|
|
["path", {
|
|
d: "M9 9h.01",
|
|
key: "1q5me6"
|
|
}],
|
|
["path", {
|
|
d: "M15 15h.01",
|
|
key: "lqbp3k"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/percent-diamond.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PercentDiamond = createLucideIcon("PercentDiamond", [
|
|
["path", {
|
|
d: "M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0Z",
|
|
key: "1tpxz2"
|
|
}],
|
|
["path", {
|
|
d: "M9.2 9.2h.01",
|
|
key: "1b7bvt"
|
|
}],
|
|
["path", {
|
|
d: "m14.5 9.5-5 5",
|
|
key: "17q4r4"
|
|
}],
|
|
["path", {
|
|
d: "M14.7 14.8h.01",
|
|
key: "17nsh4"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/percent-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PercentSquare = createLucideIcon("PercentSquare", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "m15 9-6 6",
|
|
key: "1uzhvr"
|
|
}],
|
|
["path", {
|
|
d: "M9 9h.01",
|
|
key: "1q5me6"
|
|
}],
|
|
["path", {
|
|
d: "M15 15h.01",
|
|
key: "lqbp3k"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/percent.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Percent = createLucideIcon("Percent", [
|
|
["line", {
|
|
x1: "19",
|
|
x2: "5",
|
|
y1: "5",
|
|
y2: "19",
|
|
key: "1x9vlm"
|
|
}],
|
|
["circle", {
|
|
cx: "6.5",
|
|
cy: "6.5",
|
|
r: "2.5",
|
|
key: "4mh3h7"
|
|
}],
|
|
["circle", {
|
|
cx: "17.5",
|
|
cy: "17.5",
|
|
r: "2.5",
|
|
key: "1mdrzq"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/person-standing.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PersonStanding = createLucideIcon("PersonStanding", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "5",
|
|
r: "1",
|
|
key: "gxeob9"
|
|
}],
|
|
["path", {
|
|
d: "m9 20 3-6 3 6",
|
|
key: "se2kox"
|
|
}],
|
|
["path", {
|
|
d: "m6 8 6 2 6-2",
|
|
key: "4o3us4"
|
|
}],
|
|
["path", {
|
|
d: "M12 10v4",
|
|
key: "1kjpxc"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/phone-call.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PhoneCall = createLucideIcon("PhoneCall", [
|
|
["path", {
|
|
d: "M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",
|
|
key: "foiqr5"
|
|
}],
|
|
["path", {
|
|
d: "M14.05 2a9 9 0 0 1 8 7.94",
|
|
key: "vmijpz"
|
|
}],
|
|
["path", {
|
|
d: "M14.05 6A5 5 0 0 1 18 10",
|
|
key: "13nbpp"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/phone-forwarded.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PhoneForwarded = createLucideIcon("PhoneForwarded", [
|
|
["polyline", {
|
|
points: "18 2 22 6 18 10",
|
|
key: "6vjanh"
|
|
}],
|
|
["line", {
|
|
x1: "14",
|
|
x2: "22",
|
|
y1: "6",
|
|
y2: "6",
|
|
key: "1jsywh"
|
|
}],
|
|
["path", {
|
|
d: "M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",
|
|
key: "foiqr5"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/phone-incoming.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PhoneIncoming = createLucideIcon("PhoneIncoming", [
|
|
["polyline", {
|
|
points: "16 2 16 8 22 8",
|
|
key: "1ygljm"
|
|
}],
|
|
["line", {
|
|
x1: "22",
|
|
x2: "16",
|
|
y1: "2",
|
|
y2: "8",
|
|
key: "1xzwqn"
|
|
}],
|
|
["path", {
|
|
d: "M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",
|
|
key: "foiqr5"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/phone-missed.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PhoneMissed = createLucideIcon("PhoneMissed", [
|
|
["line", {
|
|
x1: "22",
|
|
x2: "16",
|
|
y1: "2",
|
|
y2: "8",
|
|
key: "1xzwqn"
|
|
}],
|
|
["line", {
|
|
x1: "16",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "8",
|
|
key: "13zxdn"
|
|
}],
|
|
["path", {
|
|
d: "M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",
|
|
key: "foiqr5"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/phone-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PhoneOff = createLucideIcon("PhoneOff", [["path", {
|
|
d: "M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91",
|
|
key: "z86iuo"
|
|
}], ["line", {
|
|
x1: "22",
|
|
x2: "2",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "11kh81"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/phone-outgoing.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PhoneOutgoing = createLucideIcon("PhoneOutgoing", [
|
|
["polyline", {
|
|
points: "22 8 22 2 16 2",
|
|
key: "1g204g"
|
|
}],
|
|
["line", {
|
|
x1: "16",
|
|
x2: "22",
|
|
y1: "8",
|
|
y2: "2",
|
|
key: "1ggias"
|
|
}],
|
|
["path", {
|
|
d: "M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",
|
|
key: "foiqr5"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/phone.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Phone = createLucideIcon("Phone", [["path", {
|
|
d: "M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",
|
|
key: "foiqr5"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/pi-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PiSquare = createLucideIcon("PiSquare", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "M7 7h10",
|
|
key: "udp07y"
|
|
}],
|
|
["path", {
|
|
d: "M10 7v10",
|
|
key: "i1d9ee"
|
|
}],
|
|
["path", {
|
|
d: "M16 17a2 2 0 0 1-2-2V7",
|
|
key: "ftwdc7"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/pi.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Pi = createLucideIcon("Pi", [
|
|
["line", {
|
|
x1: "9",
|
|
x2: "9",
|
|
y1: "4",
|
|
y2: "20",
|
|
key: "ovs5a5"
|
|
}],
|
|
["path", {
|
|
d: "M4 7c0-1.7 1.3-3 3-3h13",
|
|
key: "10pag4"
|
|
}],
|
|
["path", {
|
|
d: "M18 20c-1.7 0-3-1.3-3-3V4",
|
|
key: "1gaosr"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/piano.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Piano = createLucideIcon("Piano", [
|
|
["path", {
|
|
d: "M18.5 8c-1.4 0-2.6-.8-3.2-2A6.87 6.87 0 0 0 2 9v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-8.5C22 9.6 20.4 8 18.5 8",
|
|
key: "lag0yf"
|
|
}],
|
|
["path", {
|
|
d: "M2 14h20",
|
|
key: "myj16y"
|
|
}],
|
|
["path", {
|
|
d: "M6 14v4",
|
|
key: "9ng0ue"
|
|
}],
|
|
["path", {
|
|
d: "M10 14v4",
|
|
key: "1v8uk5"
|
|
}],
|
|
["path", {
|
|
d: "M14 14v4",
|
|
key: "1tqops"
|
|
}],
|
|
["path", {
|
|
d: "M18 14v4",
|
|
key: "18uqwm"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/picture-in-picture-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PictureInPicture2 = createLucideIcon("PictureInPicture2", [["path", {
|
|
d: "M21 9V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10c0 1.1.9 2 2 2h4",
|
|
key: "daa4of"
|
|
}], ["rect", {
|
|
width: "10",
|
|
height: "7",
|
|
x: "12",
|
|
y: "13",
|
|
rx: "2",
|
|
key: "1nb8gs"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/picture-in-picture.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PictureInPicture = createLucideIcon("PictureInPicture", [["path", {
|
|
d: "M8 4.5v5H3m-1-6 6 6m13 0v-3c0-1.16-.84-2-2-2h-7m-9 9v2c0 1.05.95 2 2 2h3",
|
|
key: "bcd8fb"
|
|
}], ["rect", {
|
|
width: "10",
|
|
height: "7",
|
|
x: "12",
|
|
y: "13.5",
|
|
ry: "2",
|
|
key: "136fx3"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/pie-chart.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PieChart = createLucideIcon("PieChart", [["path", {
|
|
d: "M21.21 15.89A10 10 0 1 1 8 2.83",
|
|
key: "k2fpak"
|
|
}], ["path", {
|
|
d: "M22 12A10 10 0 0 0 12 2v10z",
|
|
key: "1rfc4y"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/piggy-bank.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PiggyBank = createLucideIcon("PiggyBank", [
|
|
["path", {
|
|
d: "M19 5c-1.5 0-2.8 1.4-3 2-3.5-1.5-11-.3-11 5 0 1.8 0 3 2 4.5V20h4v-2h3v2h4v-4c1-.5 1.7-1 2-2h2v-4h-2c0-1-.5-1.5-1-2h0V5z",
|
|
key: "uf6l00"
|
|
}],
|
|
["path", {
|
|
d: "M2 9v1c0 1.1.9 2 2 2h1",
|
|
key: "nm575m"
|
|
}],
|
|
["path", {
|
|
d: "M16 11h0",
|
|
key: "k2aug8"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/pilcrow-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PilcrowSquare = createLucideIcon("PilcrowSquare", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "M12 12H9.5a2.5 2.5 0 0 1 0-5H17",
|
|
key: "1l9586"
|
|
}],
|
|
["path", {
|
|
d: "M12 7v10",
|
|
key: "jspqdw"
|
|
}],
|
|
["path", {
|
|
d: "M16 7v10",
|
|
key: "lavkr4"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/pilcrow.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Pilcrow = createLucideIcon("Pilcrow", [
|
|
["path", {
|
|
d: "M13 4v16",
|
|
key: "8vvj80"
|
|
}],
|
|
["path", {
|
|
d: "M17 4v16",
|
|
key: "7dpous"
|
|
}],
|
|
["path", {
|
|
d: "M19 4H9.5a4.5 4.5 0 0 0 0 9H13",
|
|
key: "sh4n9v"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/pill.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Pill = createLucideIcon("Pill", [["path", {
|
|
d: "m10.5 20.5 10-10a4.95 4.95 0 1 0-7-7l-10 10a4.95 4.95 0 1 0 7 7Z",
|
|
key: "wa1lgi"
|
|
}], ["path", {
|
|
d: "m8.5 8.5 7 7",
|
|
key: "rvfmvr"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/pin-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PinOff = createLucideIcon("PinOff", [
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "17",
|
|
y2: "22",
|
|
key: "1jrz49"
|
|
}],
|
|
["path", {
|
|
d: "M9 9v1.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V17h12",
|
|
key: "13x2n8"
|
|
}],
|
|
["path", {
|
|
d: "M15 9.34V6h1a2 2 0 0 0 0-4H7.89",
|
|
key: "reo3ki"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/pin.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Pin = createLucideIcon("Pin", [["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "17",
|
|
y2: "22",
|
|
key: "1jrz49"
|
|
}], ["path", {
|
|
d: "M5 17h14v-1.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V6h1a2 2 0 0 0 0-4H8a2 2 0 0 0 0 4h1v4.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24Z",
|
|
key: "13yl11"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/pipette.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Pipette = createLucideIcon("Pipette", [
|
|
["path", {
|
|
d: "m2 22 1-1h3l9-9",
|
|
key: "1sre89"
|
|
}],
|
|
["path", {
|
|
d: "M3 21v-3l9-9",
|
|
key: "hpe2y6"
|
|
}],
|
|
["path", {
|
|
d: "m15 6 3.4-3.4a2.1 2.1 0 1 1 3 3L18 9l.4.4a2.1 2.1 0 1 1-3 3l-3.8-3.8a2.1 2.1 0 1 1 3-3l.4.4Z",
|
|
key: "196du1"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/pizza.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Pizza = createLucideIcon("Pizza", [
|
|
["path", {
|
|
d: "M15 11h.01",
|
|
key: "rns66s"
|
|
}],
|
|
["path", {
|
|
d: "M11 15h.01",
|
|
key: "k85uqc"
|
|
}],
|
|
["path", {
|
|
d: "M16 16h.01",
|
|
key: "1f9h7w"
|
|
}],
|
|
["path", {
|
|
d: "m2 16 20 6-6-20A20 20 0 0 0 2 16",
|
|
key: "e4slt2"
|
|
}],
|
|
["path", {
|
|
d: "M5.71 17.11a17.04 17.04 0 0 1 11.4-11.4",
|
|
key: "rerf8f"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/plane-landing.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PlaneLanding = createLucideIcon("PlaneLanding", [["path", {
|
|
d: "M2 22h20",
|
|
key: "272qi7"
|
|
}], ["path", {
|
|
d: "M3.77 10.77 2 9l2-4.5 1.1.55c.55.28.9.84.9 1.45s.35 1.17.9 1.45L8 8.5l3-6 1.05.53a2 2 0 0 1 1.09 1.52l.72 5.4a2 2 0 0 0 1.09 1.52l4.4 2.2c.42.22.78.55 1.01.96l.6 1.03c.49.88-.06 1.98-1.06 2.1l-1.18.15c-.47.06-.95-.02-1.37-.24L4.29 11.15a2 2 0 0 1-.52-.38Z",
|
|
key: "1ma21e"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/plane-takeoff.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PlaneTakeoff = createLucideIcon("PlaneTakeoff", [["path", {
|
|
d: "M2 22h20",
|
|
key: "272qi7"
|
|
}], ["path", {
|
|
d: "M6.36 17.4 4 17l-2-4 1.1-.55a2 2 0 0 1 1.8 0l.17.1a2 2 0 0 0 1.8 0L8 12 5 6l.9-.45a2 2 0 0 1 2.09.2l4.02 3a2 2 0 0 0 2.1.2l4.19-2.06a2.41 2.41 0 0 1 1.73-.17L21 7a1.4 1.4 0 0 1 .87 1.99l-.38.76c-.23.46-.6.84-1.07 1.08L7.58 17.2a2 2 0 0 1-1.22.18Z",
|
|
key: "fkigj9"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/plane.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Plane = createLucideIcon("Plane", [["path", {
|
|
d: "M17.8 19.2 16 11l3.5-3.5C21 6 21.5 4 21 3c-1-.5-3 0-4.5 1.5L13 8 4.8 6.2c-.5-.1-.9.1-1.1.5l-.3.5c-.2.5-.1 1 .3 1.3L9 12l-2 3H4l-1 1 3 2 2 3 1-1v-3l3-2 3.5 5.3c.3.4.8.5 1.3.3l.5-.2c.4-.3.6-.7.5-1.2z",
|
|
key: "1v9wt8"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/play-circle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PlayCircle = createLucideIcon("PlayCircle", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["polygon", {
|
|
points: "10 8 16 12 10 16 10 8",
|
|
key: "1cimsy"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/play-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PlaySquare = createLucideIcon("PlaySquare", [["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}], ["path", {
|
|
d: "m9 8 6 4-6 4Z",
|
|
key: "f1r3lt"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/play.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Play = createLucideIcon("Play", [["polygon", {
|
|
points: "5 3 19 12 5 21 5 3",
|
|
key: "191637"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/plug-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Plug2 = createLucideIcon("Plug2", [
|
|
["path", {
|
|
d: "M9 2v6",
|
|
key: "17ngun"
|
|
}],
|
|
["path", {
|
|
d: "M15 2v6",
|
|
key: "s7yy2p"
|
|
}],
|
|
["path", {
|
|
d: "M12 17v5",
|
|
key: "bb1du9"
|
|
}],
|
|
["path", {
|
|
d: "M5 8h14",
|
|
key: "pcz4l3"
|
|
}],
|
|
["path", {
|
|
d: "M6 11V8h12v3a6 6 0 1 1-12 0v0Z",
|
|
key: "nd4hoy"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/plug-zap-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PlugZap2 = createLucideIcon("PlugZap2", [
|
|
["path", {
|
|
d: "m13 2-2 2.5h3L12 7",
|
|
key: "1me98u"
|
|
}],
|
|
["path", {
|
|
d: "M10 14v-3",
|
|
key: "1mllf3"
|
|
}],
|
|
["path", {
|
|
d: "M14 14v-3",
|
|
key: "1l3fkq"
|
|
}],
|
|
["path", {
|
|
d: "M11 19c-1.7 0-3-1.3-3-3v-2h8v2c0 1.7-1.3 3-3 3Z",
|
|
key: "jd5pat"
|
|
}],
|
|
["path", {
|
|
d: "M12 22v-3",
|
|
key: "kmzjlo"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/plug-zap.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PlugZap = createLucideIcon("PlugZap", [
|
|
["path", {
|
|
d: "M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z",
|
|
key: "goz73y"
|
|
}],
|
|
["path", {
|
|
d: "m2 22 3-3",
|
|
key: "19mgm9"
|
|
}],
|
|
["path", {
|
|
d: "M7.5 13.5 10 11",
|
|
key: "7xgeeb"
|
|
}],
|
|
["path", {
|
|
d: "M10.5 16.5 13 14",
|
|
key: "10btkg"
|
|
}],
|
|
["path", {
|
|
d: "m18 3-4 4h6l-4 4",
|
|
key: "16psg9"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/plug.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Plug = createLucideIcon("Plug", [
|
|
["path", {
|
|
d: "M12 22v-5",
|
|
key: "1ega77"
|
|
}],
|
|
["path", {
|
|
d: "M9 8V2",
|
|
key: "14iosj"
|
|
}],
|
|
["path", {
|
|
d: "M15 8V2",
|
|
key: "18g5xt"
|
|
}],
|
|
["path", {
|
|
d: "M18 8v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z",
|
|
key: "osxo6l"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/plus-circle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PlusCircle = createLucideIcon("PlusCircle", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["path", {
|
|
d: "M8 12h8",
|
|
key: "1wcyev"
|
|
}],
|
|
["path", {
|
|
d: "M12 8v8",
|
|
key: "napkw2"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/plus-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PlusSquare = createLucideIcon("PlusSquare", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "M8 12h8",
|
|
key: "1wcyev"
|
|
}],
|
|
["path", {
|
|
d: "M12 8v8",
|
|
key: "napkw2"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/plus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Plus = createLucideIcon("Plus", [["path", {
|
|
d: "M5 12h14",
|
|
key: "1ays0h"
|
|
}], ["path", {
|
|
d: "M12 5v14",
|
|
key: "s699le"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/pocket-knife.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PocketKnife = createLucideIcon("PocketKnife", [
|
|
["path", {
|
|
d: "M3 2v1c0 1 2 1 2 2S3 6 3 7s2 1 2 2-2 1-2 2 2 1 2 2",
|
|
key: "19w3oe"
|
|
}],
|
|
["path", {
|
|
d: "M18 6h.01",
|
|
key: "1v4wsw"
|
|
}],
|
|
["path", {
|
|
d: "M6 18h.01",
|
|
key: "uhywen"
|
|
}],
|
|
["path", {
|
|
d: "M20.83 8.83a4 4 0 0 0-5.66-5.66l-12 12a4 4 0 1 0 5.66 5.66Z",
|
|
key: "6fykxj"
|
|
}],
|
|
["path", {
|
|
d: "M18 11.66V22a4 4 0 0 0 4-4V6",
|
|
key: "1utzek"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/pocket.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Pocket = createLucideIcon("Pocket", [["path", {
|
|
d: "M4 3h16a2 2 0 0 1 2 2v6a10 10 0 0 1-10 10A10 10 0 0 1 2 11V5a2 2 0 0 1 2-2z",
|
|
key: "1mz881"
|
|
}], ["polyline", {
|
|
points: "8 10 12 14 16 10",
|
|
key: "w4mbv5"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/podcast.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Podcast = createLucideIcon("Podcast", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "11",
|
|
r: "1",
|
|
key: "1gvufo"
|
|
}],
|
|
["path", {
|
|
d: "M11 17a1 1 0 0 1 2 0c0 .5-.34 3-.5 4.5a.5.5 0 0 1-1 0c-.16-1.5-.5-4-.5-4.5Z",
|
|
key: "1n5fvv"
|
|
}],
|
|
["path", {
|
|
d: "M8 14a5 5 0 1 1 8 0",
|
|
key: "fc81rn"
|
|
}],
|
|
["path", {
|
|
d: "M17 18.5a9 9 0 1 0-10 0",
|
|
key: "jqtxkf"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/pointer-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PointerOff = createLucideIcon("PointerOff", [
|
|
["path", {
|
|
d: "M10 4.5V4a2 2 0 0 0-2.41-1.957",
|
|
key: "jsi14n"
|
|
}],
|
|
["path", {
|
|
d: "M13.9 8.4a2 2 0 0 0-1.26-1.295",
|
|
key: "hirc7f"
|
|
}],
|
|
["path", {
|
|
d: "M21.7 16.2A8 8 0 0 0 22 14v-3a2 2 0 1 0-4 0v-1a2 2 0 0 0-3.63-1.158",
|
|
key: "1jxb2e"
|
|
}],
|
|
["path", {
|
|
d: "m7 15-1.8-1.8a2 2 0 0 0-2.79 2.86L6 19.7a7.74 7.74 0 0 0 6 2.3h2a8 8 0 0 0 5.657-2.343",
|
|
key: "10r7hm"
|
|
}],
|
|
["path", {
|
|
d: "M6 6v8",
|
|
key: "tv5xkp"
|
|
}],
|
|
["path", {
|
|
d: "m2 2 20 20",
|
|
key: "1ooewy"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/pointer.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Pointer = createLucideIcon("Pointer", [
|
|
["path", {
|
|
d: "M22 14a8 8 0 0 1-8 8",
|
|
key: "56vcr3"
|
|
}],
|
|
["path", {
|
|
d: "M18 11v-1a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v0",
|
|
key: "1pp0yd"
|
|
}],
|
|
["path", {
|
|
d: "M14 10V9a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v1",
|
|
key: "u654g"
|
|
}],
|
|
["path", {
|
|
d: "M10 9.5V4a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v10",
|
|
key: "1e2dtv"
|
|
}],
|
|
["path", {
|
|
d: "M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15",
|
|
key: "g6ys72"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/popcorn.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Popcorn = createLucideIcon("Popcorn", [
|
|
["path", {
|
|
d: "M18 8a2 2 0 0 0 0-4 2 2 0 0 0-4 0 2 2 0 0 0-4 0 2 2 0 0 0-4 0 2 2 0 0 0 0 4",
|
|
key: "10td1f"
|
|
}],
|
|
["path", {
|
|
d: "M10 22 9 8",
|
|
key: "yjptiv"
|
|
}],
|
|
["path", {
|
|
d: "m14 22 1-14",
|
|
key: "8jwc8b"
|
|
}],
|
|
["path", {
|
|
d: "M20 8c.5 0 .9.4.8 1l-2.6 12c-.1.5-.7 1-1.2 1H7c-.6 0-1.1-.4-1.2-1L3.2 9c-.1-.6.3-1 .8-1Z",
|
|
key: "1qo33t"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/popsicle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Popsicle = createLucideIcon("Popsicle", [["path", {
|
|
d: "M18.6 14.4c.8-.8.8-2 0-2.8l-8.1-8.1a4.95 4.95 0 1 0-7.1 7.1l8.1 8.1c.9.7 2.1.7 2.9-.1Z",
|
|
key: "1o68ps"
|
|
}], ["path", {
|
|
d: "m22 22-5.5-5.5",
|
|
key: "17o70y"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/pound-sterling.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PoundSterling = createLucideIcon("PoundSterling", [
|
|
["path", {
|
|
d: "M18 7c0-5.333-8-5.333-8 0",
|
|
key: "1prm2n"
|
|
}],
|
|
["path", {
|
|
d: "M10 7v14",
|
|
key: "18tmcs"
|
|
}],
|
|
["path", {
|
|
d: "M6 21h12",
|
|
key: "4dkmi1"
|
|
}],
|
|
["path", {
|
|
d: "M6 13h10",
|
|
key: "ybwr4a"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/power-circle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PowerCircle = createLucideIcon("PowerCircle", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["path", {
|
|
d: "M12 12V6",
|
|
key: "30zewn"
|
|
}],
|
|
["path", {
|
|
d: "M8 7.5A6.1 6.1 0 0 0 12 18a6 6 0 0 0 4-10.5",
|
|
key: "1r0tk2"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/power-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PowerOff = createLucideIcon("PowerOff", [
|
|
["path", {
|
|
d: "M18.36 6.64A9 9 0 0 1 20.77 15",
|
|
key: "dxknvb"
|
|
}],
|
|
["path", {
|
|
d: "M6.16 6.16a9 9 0 1 0 12.68 12.68",
|
|
key: "1x7qb5"
|
|
}],
|
|
["path", {
|
|
d: "M12 2v4",
|
|
key: "3427ic"
|
|
}],
|
|
["path", {
|
|
d: "m2 2 20 20",
|
|
key: "1ooewy"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/power-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var PowerSquare = createLucideIcon("PowerSquare", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "M12 7v5",
|
|
key: "ma6bk"
|
|
}],
|
|
["path", {
|
|
d: "M8 9a5.14 5.14 0 0 0 4 8 4.95 4.95 0 0 0 4-8",
|
|
key: "15eubv"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/power.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Power = createLucideIcon("Power", [["path", {
|
|
d: "M12 2v10",
|
|
key: "mnfbl"
|
|
}], ["path", {
|
|
d: "M18.4 6.6a9 9 0 1 1-12.77.04",
|
|
key: "obofu9"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/presentation.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Presentation = createLucideIcon("Presentation", [
|
|
["path", {
|
|
d: "M2 3h20",
|
|
key: "91anmk"
|
|
}],
|
|
["path", {
|
|
d: "M21 3v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V3",
|
|
key: "2k9sn8"
|
|
}],
|
|
["path", {
|
|
d: "m7 21 5-5 5 5",
|
|
key: "bip4we"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/printer.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Printer = createLucideIcon("Printer", [
|
|
["polyline", {
|
|
points: "6 9 6 2 18 2 18 9",
|
|
key: "1306q4"
|
|
}],
|
|
["path", {
|
|
d: "M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2",
|
|
key: "143wyd"
|
|
}],
|
|
["rect", {
|
|
width: "12",
|
|
height: "8",
|
|
x: "6",
|
|
y: "14",
|
|
key: "5ipwut"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/projector.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Projector = createLucideIcon("Projector", [
|
|
["path", {
|
|
d: "M5 7 3 5",
|
|
key: "1yys58"
|
|
}],
|
|
["path", {
|
|
d: "M9 6V3",
|
|
key: "1ptz9u"
|
|
}],
|
|
["path", {
|
|
d: "m13 7 2-2",
|
|
key: "1w3vmq"
|
|
}],
|
|
["circle", {
|
|
cx: "9",
|
|
cy: "13",
|
|
r: "3",
|
|
key: "1mma13"
|
|
}],
|
|
["path", {
|
|
d: "M11.83 12H20a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2.17",
|
|
key: "2frwzc"
|
|
}],
|
|
["path", {
|
|
d: "M16 16h2",
|
|
key: "dnq2od"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/puzzle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Puzzle = createLucideIcon("Puzzle", [["path", {
|
|
d: "M19.439 7.85c-.049.322.059.648.289.878l1.568 1.568c.47.47.706 1.087.706 1.704s-.235 1.233-.706 1.704l-1.611 1.611a.98.98 0 0 1-.837.276c-.47-.07-.802-.48-.968-.925a2.501 2.501 0 1 0-3.214 3.214c.446.166.855.497.925.968a.979.979 0 0 1-.276.837l-1.61 1.61a2.404 2.404 0 0 1-1.705.707 2.402 2.402 0 0 1-1.704-.706l-1.568-1.568a1.026 1.026 0 0 0-.877-.29c-.493.074-.84.504-1.02.968a2.5 2.5 0 1 1-3.237-3.237c.464-.18.894-.527.967-1.02a1.026 1.026 0 0 0-.289-.877l-1.568-1.568A2.402 2.402 0 0 1 1.998 12c0-.617.236-1.234.706-1.704L4.23 8.77c.24-.24.581-.353.917-.303.515.077.877.528 1.073 1.01a2.5 2.5 0 1 0 3.259-3.259c-.482-.196-.933-.558-1.01-1.073-.05-.336.062-.676.303-.917l1.525-1.525A2.402 2.402 0 0 1 12 1.998c.617 0 1.234.236 1.704.706l1.568 1.568c.23.23.556.338.877.29.493-.074.84-.504 1.02-.968a2.5 2.5 0 1 1 3.237 3.237c-.464.18-.894.527-.967 1.02Z",
|
|
key: "i0oyt7"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/pyramid.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Pyramid = createLucideIcon("Pyramid", [["path", {
|
|
d: "M2.5 16.88a1 1 0 0 1-.32-1.43l9-13.02a1 1 0 0 1 1.64 0l9 13.01a1 1 0 0 1-.32 1.44l-8.51 4.86a2 2 0 0 1-1.98 0Z",
|
|
key: "aenxs0"
|
|
}], ["path", {
|
|
d: "M12 2v20",
|
|
key: "t6zp3m"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/qr-code.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var QrCode = createLucideIcon("QrCode", [
|
|
["rect", {
|
|
width: "5",
|
|
height: "5",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "1",
|
|
key: "1tu5fj"
|
|
}],
|
|
["rect", {
|
|
width: "5",
|
|
height: "5",
|
|
x: "16",
|
|
y: "3",
|
|
rx: "1",
|
|
key: "1v8r4q"
|
|
}],
|
|
["rect", {
|
|
width: "5",
|
|
height: "5",
|
|
x: "3",
|
|
y: "16",
|
|
rx: "1",
|
|
key: "1x03jg"
|
|
}],
|
|
["path", {
|
|
d: "M21 16h-3a2 2 0 0 0-2 2v3",
|
|
key: "177gqh"
|
|
}],
|
|
["path", {
|
|
d: "M21 21v.01",
|
|
key: "ents32"
|
|
}],
|
|
["path", {
|
|
d: "M12 7v3a2 2 0 0 1-2 2H7",
|
|
key: "8crl2c"
|
|
}],
|
|
["path", {
|
|
d: "M3 12h.01",
|
|
key: "nlz23k"
|
|
}],
|
|
["path", {
|
|
d: "M12 3h.01",
|
|
key: "n36tog"
|
|
}],
|
|
["path", {
|
|
d: "M12 16v.01",
|
|
key: "133mhm"
|
|
}],
|
|
["path", {
|
|
d: "M16 12h1",
|
|
key: "1slzba"
|
|
}],
|
|
["path", {
|
|
d: "M21 12v.01",
|
|
key: "1lwtk9"
|
|
}],
|
|
["path", {
|
|
d: "M12 21v-1",
|
|
key: "1880an"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/quote.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Quote = createLucideIcon("Quote", [["path", {
|
|
d: "M3 21c3 0 7-1 7-8V5c0-1.25-.756-2.017-2-2H4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2 1 0 1 0 1 1v1c0 1-1 2-2 2s-1 .008-1 1.031V20c0 1 0 1 1 1z",
|
|
key: "4rm80e"
|
|
}], ["path", {
|
|
d: "M15 21c3 0 7-1 7-8V5c0-1.25-.757-2.017-2-2h-4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2h.75c0 2.25.25 4-2.75 4v3c0 1 0 1 1 1z",
|
|
key: "10za9r"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/rabbit.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Rabbit = createLucideIcon("Rabbit", [
|
|
["path", {
|
|
d: "M20 8.54V4a2 2 0 1 0-4 0v3",
|
|
key: "49iql8"
|
|
}],
|
|
["path", {
|
|
d: "M18 21h-8a4 4 0 0 1-4-4 7 7 0 0 1 7-7h.2L9.6 6.4a1.93 1.93 0 1 1 2.8-2.8L15.8 7h.2c3.3 0 6 2.7 6 6v1a2 2 0 0 1-2 2h-1c-1.7 0-3 1.3-3 3",
|
|
key: "1i2yr3"
|
|
}],
|
|
["path", {
|
|
d: "M7.61 12.53a3 3 0 1 0-1.6 4.3",
|
|
key: "9ygxkv"
|
|
}],
|
|
["path", {
|
|
d: "M13 16a3 3 0 0 1 2.24 5",
|
|
key: "1epib5"
|
|
}],
|
|
["path", {
|
|
d: "M18 12h.01",
|
|
key: "yjnet6"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/radar.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Radar = createLucideIcon("Radar", [
|
|
["path", {
|
|
d: "M19.07 4.93A10 10 0 0 0 6.99 3.34",
|
|
key: "z3du51"
|
|
}],
|
|
["path", {
|
|
d: "M4 6h.01",
|
|
key: "oypzma"
|
|
}],
|
|
["path", {
|
|
d: "M2.29 9.62A10 10 0 1 0 21.31 8.35",
|
|
key: "qzzz0"
|
|
}],
|
|
["path", {
|
|
d: "M16.24 7.76A6 6 0 1 0 8.23 16.67",
|
|
key: "1yjesh"
|
|
}],
|
|
["path", {
|
|
d: "M12 18h.01",
|
|
key: "mhygvu"
|
|
}],
|
|
["path", {
|
|
d: "M17.99 11.66A6 6 0 0 1 15.77 16.67",
|
|
key: "1u2y91"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "2",
|
|
key: "1c9p78"
|
|
}],
|
|
["path", {
|
|
d: "m13.41 10.59 5.66-5.66",
|
|
key: "mhq4k0"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/radiation.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Radiation = createLucideIcon("Radiation", [
|
|
["path", {
|
|
d: "M12 12h0.01",
|
|
key: "6ztbls"
|
|
}],
|
|
["path", {
|
|
d: "M7.5 4.2c-.3-.5-.9-.7-1.3-.4C3.9 5.5 2.3 8.1 2 11c-.1.5.4 1 1 1h5c0-1.5.8-2.8 2-3.4-1.1-1.9-2-3.5-2.5-4.4z",
|
|
key: "wy49g3"
|
|
}],
|
|
["path", {
|
|
d: "M21 12c.6 0 1-.4 1-1-.3-2.9-1.8-5.5-4.1-7.1-.4-.3-1.1-.2-1.3.3-.6.9-1.5 2.5-2.6 4.3 1.2.7 2 2 2 3.5h5z",
|
|
key: "vklnvr"
|
|
}],
|
|
["path", {
|
|
d: "M7.5 19.8c-.3.5-.1 1.1.4 1.3 2.6 1.2 5.6 1.2 8.2 0 .5-.2.7-.8.4-1.3-.5-.9-1.4-2.5-2.5-4.3-1.2.7-2.8.7-4 0-1.1 1.8-2 3.4-2.5 4.3z",
|
|
key: "wkdf1o"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/radio-receiver.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var RadioReceiver = createLucideIcon("RadioReceiver", [
|
|
["path", {
|
|
d: "M5 16v2",
|
|
key: "g5qcv5"
|
|
}],
|
|
["path", {
|
|
d: "M19 16v2",
|
|
key: "1gbaio"
|
|
}],
|
|
["rect", {
|
|
width: "20",
|
|
height: "8",
|
|
x: "2",
|
|
y: "8",
|
|
rx: "2",
|
|
key: "vjsjur"
|
|
}],
|
|
["path", {
|
|
d: "M18 12h0",
|
|
key: "1ucjzd"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/radio-tower.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var RadioTower = createLucideIcon("RadioTower", [
|
|
["path", {
|
|
d: "M4.9 16.1C1 12.2 1 5.8 4.9 1.9",
|
|
key: "s0qx1y"
|
|
}],
|
|
["path", {
|
|
d: "M7.8 4.7a6.14 6.14 0 0 0-.8 7.5",
|
|
key: "1idnkw"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "9",
|
|
r: "2",
|
|
key: "1092wv"
|
|
}],
|
|
["path", {
|
|
d: "M16.2 4.8c2 2 2.26 5.11.8 7.47",
|
|
key: "ojru2q"
|
|
}],
|
|
["path", {
|
|
d: "M19.1 1.9a9.96 9.96 0 0 1 0 14.1",
|
|
key: "rhi7fg"
|
|
}],
|
|
["path", {
|
|
d: "M9.5 18h5",
|
|
key: "mfy3pd"
|
|
}],
|
|
["path", {
|
|
d: "m8 22 4-11 4 11",
|
|
key: "25yftu"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/radio.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Radio = createLucideIcon("Radio", [
|
|
["path", {
|
|
d: "M4.9 19.1C1 15.2 1 8.8 4.9 4.9",
|
|
key: "1vaf9d"
|
|
}],
|
|
["path", {
|
|
d: "M7.8 16.2c-2.3-2.3-2.3-6.1 0-8.5",
|
|
key: "u1ii0m"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "2",
|
|
key: "1c9p78"
|
|
}],
|
|
["path", {
|
|
d: "M16.2 7.8c2.3 2.3 2.3 6.1 0 8.5",
|
|
key: "1j5fej"
|
|
}],
|
|
["path", {
|
|
d: "M19.1 4.9C23 8.8 23 15.1 19.1 19",
|
|
key: "10b0cb"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/radius.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Radius = createLucideIcon("Radius", [
|
|
["path", {
|
|
d: "M20.34 17.52a10 10 0 1 0-2.82 2.82",
|
|
key: "fydyku"
|
|
}],
|
|
["circle", {
|
|
cx: "19",
|
|
cy: "19",
|
|
r: "2",
|
|
key: "17f5cg"
|
|
}],
|
|
["path", {
|
|
d: "m13.41 13.41 4.18 4.18",
|
|
key: "1gqbwc"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "2",
|
|
key: "1c9p78"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/rail-symbol.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var RailSymbol = createLucideIcon("RailSymbol", [
|
|
["path", {
|
|
d: "M5 15h14",
|
|
key: "m0yey3"
|
|
}],
|
|
["path", {
|
|
d: "M5 9h14",
|
|
key: "7tsvo6"
|
|
}],
|
|
["path", {
|
|
d: "m14 20-5-5 6-6-5-5",
|
|
key: "1jo42i"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/rainbow.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Rainbow = createLucideIcon("Rainbow", [
|
|
["path", {
|
|
d: "M22 17a10 10 0 0 0-20 0",
|
|
key: "ozegv"
|
|
}],
|
|
["path", {
|
|
d: "M6 17a6 6 0 0 1 12 0",
|
|
key: "5giftw"
|
|
}],
|
|
["path", {
|
|
d: "M10 17a2 2 0 0 1 4 0",
|
|
key: "gnsikk"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/rat.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Rat = createLucideIcon("Rat", [
|
|
["path", {
|
|
d: "M17 5c0-1.7-1.3-3-3-3s-3 1.3-3 3c0 .8.3 1.5.8 2H11c-3.9 0-7 3.1-7 7v0c0 2.2 1.8 4 4 4",
|
|
key: "16aj0u"
|
|
}],
|
|
["path", {
|
|
d: "M16.8 3.9c.3-.3.6-.5 1-.7 1.5-.6 3.3.1 3.9 1.6.6 1.5-.1 3.3-1.6 3.9l1.6 2.8c.2.3.2.7.2 1-.2.8-.9 1.2-1.7 1.1 0 0-1.6-.3-2.7-.6H17c-1.7 0-3 1.3-3 3",
|
|
key: "1crdmb"
|
|
}],
|
|
["path", {
|
|
d: "M13.2 18a3 3 0 0 0-2.2-5",
|
|
key: "1ol3lk"
|
|
}],
|
|
["path", {
|
|
d: "M13 22H4a2 2 0 0 1 0-4h12",
|
|
key: "bt3f23"
|
|
}],
|
|
["path", {
|
|
d: "M16 9h.01",
|
|
key: "1bdo4e"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/ratio.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Ratio = createLucideIcon("Ratio", [["rect", {
|
|
width: "12",
|
|
height: "20",
|
|
x: "6",
|
|
y: "2",
|
|
rx: "2",
|
|
key: "1oxtiu"
|
|
}], ["rect", {
|
|
width: "20",
|
|
height: "12",
|
|
x: "2",
|
|
y: "6",
|
|
rx: "2",
|
|
key: "9lu3g6"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/receipt.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Receipt = createLucideIcon("Receipt", [
|
|
["path", {
|
|
d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1-2-1Z",
|
|
key: "wqdwcb"
|
|
}],
|
|
["path", {
|
|
d: "M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8",
|
|
key: "1h4pet"
|
|
}],
|
|
["path", {
|
|
d: "M12 17V7",
|
|
key: "pyj7ub"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/rectangle-horizontal.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var RectangleHorizontal = createLucideIcon("RectangleHorizontal", [["rect", {
|
|
width: "20",
|
|
height: "12",
|
|
x: "2",
|
|
y: "6",
|
|
rx: "2",
|
|
key: "9lu3g6"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/rectangle-vertical.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var RectangleVertical = createLucideIcon("RectangleVertical", [["rect", {
|
|
width: "12",
|
|
height: "20",
|
|
x: "6",
|
|
y: "2",
|
|
rx: "2",
|
|
key: "1oxtiu"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/recycle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Recycle = createLucideIcon("Recycle", [
|
|
["path", {
|
|
d: "M7 19H4.815a1.83 1.83 0 0 1-1.57-.881 1.785 1.785 0 0 1-.004-1.784L7.196 9.5",
|
|
key: "x6z5xu"
|
|
}],
|
|
["path", {
|
|
d: "M11 19h8.203a1.83 1.83 0 0 0 1.556-.89 1.784 1.784 0 0 0 0-1.775l-1.226-2.12",
|
|
key: "1x4zh5"
|
|
}],
|
|
["path", {
|
|
d: "m14 16-3 3 3 3",
|
|
key: "f6jyew"
|
|
}],
|
|
["path", {
|
|
d: "M8.293 13.596 7.196 9.5 3.1 10.598",
|
|
key: "wf1obh"
|
|
}],
|
|
["path", {
|
|
d: "m9.344 5.811 1.093-1.892A1.83 1.83 0 0 1 11.985 3a1.784 1.784 0 0 1 1.546.888l3.943 6.843",
|
|
key: "9tzpgr"
|
|
}],
|
|
["path", {
|
|
d: "m13.378 9.633 4.096 1.098 1.097-4.096",
|
|
key: "1oe83g"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/redo-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Redo2 = createLucideIcon("Redo2", [["path", {
|
|
d: "m15 14 5-5-5-5",
|
|
key: "12vg1m"
|
|
}], ["path", {
|
|
d: "M20 9H9.5A5.5 5.5 0 0 0 4 14.5v0A5.5 5.5 0 0 0 9.5 20H13",
|
|
key: "19mnr4"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/redo-dot.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var RedoDot = createLucideIcon("RedoDot", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "17",
|
|
r: "1",
|
|
key: "1ixnty"
|
|
}],
|
|
["path", {
|
|
d: "M21 7v6h-6",
|
|
key: "3ptur4"
|
|
}],
|
|
["path", {
|
|
d: "M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7",
|
|
key: "1kgawr"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/redo.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Redo = createLucideIcon("Redo", [["path", {
|
|
d: "M21 7v6h-6",
|
|
key: "3ptur4"
|
|
}], ["path", {
|
|
d: "M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7",
|
|
key: "1kgawr"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/refresh-ccw-dot.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var RefreshCcwDot = createLucideIcon("RefreshCcwDot", [
|
|
["path", {
|
|
d: "M3 2v6h6",
|
|
key: "18ldww"
|
|
}],
|
|
["path", {
|
|
d: "M21 12A9 9 0 0 0 6 5.3L3 8",
|
|
key: "1pbrqz"
|
|
}],
|
|
["path", {
|
|
d: "M21 22v-6h-6",
|
|
key: "usdfbe"
|
|
}],
|
|
["path", {
|
|
d: "M3 12a9 9 0 0 0 15 6.7l3-2.7",
|
|
key: "1hosoe"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "1",
|
|
key: "41hilf"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/refresh-ccw.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var RefreshCcw = createLucideIcon("RefreshCcw", [
|
|
["path", {
|
|
d: "M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",
|
|
key: "14sxne"
|
|
}],
|
|
["path", {
|
|
d: "M3 3v5h5",
|
|
key: "1xhq8a"
|
|
}],
|
|
["path", {
|
|
d: "M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16",
|
|
key: "1hlbsb"
|
|
}],
|
|
["path", {
|
|
d: "M16 16h5v5",
|
|
key: "ccwih5"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/refresh-cw-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var RefreshCwOff = createLucideIcon("RefreshCwOff", [
|
|
["path", {
|
|
d: "M21 8L18.74 5.74A9.75 9.75 0 0 0 12 3C11 3 10.03 3.16 9.13 3.47",
|
|
key: "1krf6h"
|
|
}],
|
|
["path", {
|
|
d: "M8 16H3v5",
|
|
key: "1cv678"
|
|
}],
|
|
["path", {
|
|
d: "M3 12C3 9.51 4 7.26 5.64 5.64",
|
|
key: "ruvoct"
|
|
}],
|
|
["path", {
|
|
d: "m3 16 2.26 2.26A9.75 9.75 0 0 0 12 21c2.49 0 4.74-1 6.36-2.64",
|
|
key: "19q130"
|
|
}],
|
|
["path", {
|
|
d: "M21 12c0 1-.16 1.97-.47 2.87",
|
|
key: "4w8emr"
|
|
}],
|
|
["path", {
|
|
d: "M21 3v5h-5",
|
|
key: "1q7to0"
|
|
}],
|
|
["path", {
|
|
d: "M22 22 2 2",
|
|
key: "1r8tn9"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/refresh-cw.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var RefreshCw = createLucideIcon("RefreshCw", [
|
|
["path", {
|
|
d: "M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",
|
|
key: "v9h5vc"
|
|
}],
|
|
["path", {
|
|
d: "M21 3v5h-5",
|
|
key: "1q7to0"
|
|
}],
|
|
["path", {
|
|
d: "M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",
|
|
key: "3uifl3"
|
|
}],
|
|
["path", {
|
|
d: "M8 16H3v5",
|
|
key: "1cv678"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/refrigerator.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Refrigerator = createLucideIcon("Refrigerator", [
|
|
["path", {
|
|
d: "M5 6a4 4 0 0 1 4-4h6a4 4 0 0 1 4 4v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6Z",
|
|
key: "fpq118"
|
|
}],
|
|
["path", {
|
|
d: "M5 10h14",
|
|
key: "elsbfy"
|
|
}],
|
|
["path", {
|
|
d: "M15 7v6",
|
|
key: "1nx30x"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/regex.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Regex = createLucideIcon("Regex", [
|
|
["path", {
|
|
d: "M17 3v10",
|
|
key: "15fgeh"
|
|
}],
|
|
["path", {
|
|
d: "m12.67 5.5 8.66 5",
|
|
key: "1gpheq"
|
|
}],
|
|
["path", {
|
|
d: "m12.67 10.5 8.66-5",
|
|
key: "1dkfa6"
|
|
}],
|
|
["path", {
|
|
d: "M9 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2z",
|
|
key: "swwfx4"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/remove-formatting.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var RemoveFormatting = createLucideIcon("RemoveFormatting", [
|
|
["path", {
|
|
d: "M4 7V4h16v3",
|
|
key: "9msm58"
|
|
}],
|
|
["path", {
|
|
d: "M5 20h6",
|
|
key: "1h6pxn"
|
|
}],
|
|
["path", {
|
|
d: "M13 4 8 20",
|
|
key: "kqq6aj"
|
|
}],
|
|
["path", {
|
|
d: "m15 15 5 5",
|
|
key: "me55sn"
|
|
}],
|
|
["path", {
|
|
d: "m20 15-5 5",
|
|
key: "11p7ol"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/repeat-1.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Repeat1 = createLucideIcon("Repeat1", [
|
|
["path", {
|
|
d: "m17 2 4 4-4 4",
|
|
key: "nntrym"
|
|
}],
|
|
["path", {
|
|
d: "M3 11v-1a4 4 0 0 1 4-4h14",
|
|
key: "84bu3i"
|
|
}],
|
|
["path", {
|
|
d: "m7 22-4-4 4-4",
|
|
key: "1wqhfi"
|
|
}],
|
|
["path", {
|
|
d: "M21 13v1a4 4 0 0 1-4 4H3",
|
|
key: "1rx37r"
|
|
}],
|
|
["path", {
|
|
d: "M11 10h1v4",
|
|
key: "70cz1p"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/repeat-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Repeat2 = createLucideIcon("Repeat2", [
|
|
["path", {
|
|
d: "m2 9 3-3 3 3",
|
|
key: "1ltn5i"
|
|
}],
|
|
["path", {
|
|
d: "M13 18H7a2 2 0 0 1-2-2V6",
|
|
key: "1r6tfw"
|
|
}],
|
|
["path", {
|
|
d: "m22 15-3 3-3-3",
|
|
key: "4rnwn2"
|
|
}],
|
|
["path", {
|
|
d: "M11 6h6a2 2 0 0 1 2 2v10",
|
|
key: "2f72bc"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/repeat.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Repeat = createLucideIcon("Repeat", [
|
|
["path", {
|
|
d: "m17 2 4 4-4 4",
|
|
key: "nntrym"
|
|
}],
|
|
["path", {
|
|
d: "M3 11v-1a4 4 0 0 1 4-4h14",
|
|
key: "84bu3i"
|
|
}],
|
|
["path", {
|
|
d: "m7 22-4-4 4-4",
|
|
key: "1wqhfi"
|
|
}],
|
|
["path", {
|
|
d: "M21 13v1a4 4 0 0 1-4 4H3",
|
|
key: "1rx37r"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/replace-all.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ReplaceAll = createLucideIcon("ReplaceAll", [
|
|
["path", {
|
|
d: "M14 4c0-1.1.9-2 2-2",
|
|
key: "1mvvbw"
|
|
}],
|
|
["path", {
|
|
d: "M20 2c1.1 0 2 .9 2 2",
|
|
key: "1mj6oe"
|
|
}],
|
|
["path", {
|
|
d: "M22 8c0 1.1-.9 2-2 2",
|
|
key: "v1wql3"
|
|
}],
|
|
["path", {
|
|
d: "M16 10c-1.1 0-2-.9-2-2",
|
|
key: "821ux0"
|
|
}],
|
|
["path", {
|
|
d: "m3 7 3 3 3-3",
|
|
key: "x25e72"
|
|
}],
|
|
["path", {
|
|
d: "M6 10V5c0-1.7 1.3-3 3-3h1",
|
|
key: "13af7h"
|
|
}],
|
|
["rect", {
|
|
width: "8",
|
|
height: "8",
|
|
x: "2",
|
|
y: "14",
|
|
rx: "2",
|
|
key: "17ihk4"
|
|
}],
|
|
["path", {
|
|
d: "M14 14c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2",
|
|
key: "1w9p8c"
|
|
}],
|
|
["path", {
|
|
d: "M20 14c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2",
|
|
key: "m45eaa"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/replace.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Replace = createLucideIcon("Replace", [
|
|
["path", {
|
|
d: "M14 4c0-1.1.9-2 2-2",
|
|
key: "1mvvbw"
|
|
}],
|
|
["path", {
|
|
d: "M20 2c1.1 0 2 .9 2 2",
|
|
key: "1mj6oe"
|
|
}],
|
|
["path", {
|
|
d: "M22 8c0 1.1-.9 2-2 2",
|
|
key: "v1wql3"
|
|
}],
|
|
["path", {
|
|
d: "M16 10c-1.1 0-2-.9-2-2",
|
|
key: "821ux0"
|
|
}],
|
|
["path", {
|
|
d: "m3 7 3 3 3-3",
|
|
key: "x25e72"
|
|
}],
|
|
["path", {
|
|
d: "M6 10V5c0-1.7 1.3-3 3-3h1",
|
|
key: "13af7h"
|
|
}],
|
|
["rect", {
|
|
width: "8",
|
|
height: "8",
|
|
x: "2",
|
|
y: "14",
|
|
rx: "2",
|
|
key: "17ihk4"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/reply-all.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ReplyAll = createLucideIcon("ReplyAll", [
|
|
["polyline", {
|
|
points: "7 17 2 12 7 7",
|
|
key: "t83bqg"
|
|
}],
|
|
["polyline", {
|
|
points: "12 17 7 12 12 7",
|
|
key: "1g4ajm"
|
|
}],
|
|
["path", {
|
|
d: "M22 18v-2a4 4 0 0 0-4-4H7",
|
|
key: "1fcyog"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/reply.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Reply = createLucideIcon("Reply", [["polyline", {
|
|
points: "9 17 4 12 9 7",
|
|
key: "hvgpf2"
|
|
}], ["path", {
|
|
d: "M20 18v-2a4 4 0 0 0-4-4H4",
|
|
key: "5vmcpk"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/rewind.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Rewind = createLucideIcon("Rewind", [["polygon", {
|
|
points: "11 19 2 12 11 5 11 19",
|
|
key: "14yba5"
|
|
}], ["polygon", {
|
|
points: "22 19 13 12 22 5 22 19",
|
|
key: "1pi1cj"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/ribbon.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Ribbon = createLucideIcon("Ribbon", [
|
|
["path", {
|
|
d: "M17.75 9.01c-.52 2.08-1.83 3.64-3.18 5.49l-2.6 3.54-2.97 4-3.5-2.54 3.85-4.97c-1.86-2.61-2.8-3.77-3.16-5.44",
|
|
key: "1njedg"
|
|
}],
|
|
["path", {
|
|
d: "M17.75 9.01A7 7 0 0 0 6.2 9.1C6.06 8.5 6 7.82 6 7c0-3.5 2.83-5 5.98-5C15.24 2 18 3.5 18 7c0 .73-.09 1.4-.25 2.01Z",
|
|
key: "10len7"
|
|
}],
|
|
["path", {
|
|
d: "m9.35 14.53 2.64-3.31",
|
|
key: "1wfi09"
|
|
}],
|
|
["path", {
|
|
d: "m11.97 18.04 2.99 4 3.54-2.54-3.93-5",
|
|
key: "1ezyge"
|
|
}],
|
|
["path", {
|
|
d: "M14 8c0 1-1 2-2.01 3.22C11 10 10 9 10 8a2 2 0 1 1 4 0",
|
|
key: "aw0zq5"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/rocket.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Rocket = createLucideIcon("Rocket", [
|
|
["path", {
|
|
d: "M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z",
|
|
key: "m3kijz"
|
|
}],
|
|
["path", {
|
|
d: "m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z",
|
|
key: "1fmvmk"
|
|
}],
|
|
["path", {
|
|
d: "M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0",
|
|
key: "1f8sc4"
|
|
}],
|
|
["path", {
|
|
d: "M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5",
|
|
key: "qeys4"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/rocking-chair.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var RockingChair = createLucideIcon("RockingChair", [
|
|
["polyline", {
|
|
points: "3.5 2 6.5 12.5 18 12.5",
|
|
key: "y3iy52"
|
|
}],
|
|
["line", {
|
|
x1: "9.5",
|
|
x2: "5.5",
|
|
y1: "12.5",
|
|
y2: "20",
|
|
key: "19vg5i"
|
|
}],
|
|
["line", {
|
|
x1: "15",
|
|
x2: "18.5",
|
|
y1: "12.5",
|
|
y2: "20",
|
|
key: "1inpmv"
|
|
}],
|
|
["path", {
|
|
d: "M2.75 18a13 13 0 0 0 18.5 0",
|
|
key: "1nquas"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/roller-coaster.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var RollerCoaster = createLucideIcon("RollerCoaster", [
|
|
["path", {
|
|
d: "M6 19V5",
|
|
key: "1r845m"
|
|
}],
|
|
["path", {
|
|
d: "M10 19V6.8",
|
|
key: "9j2tfs"
|
|
}],
|
|
["path", {
|
|
d: "M14 19v-7.8",
|
|
key: "10s8qv"
|
|
}],
|
|
["path", {
|
|
d: "M18 5v4",
|
|
key: "1tajlv"
|
|
}],
|
|
["path", {
|
|
d: "M18 19v-6",
|
|
key: "ielfq3"
|
|
}],
|
|
["path", {
|
|
d: "M22 19V9",
|
|
key: "158nzp"
|
|
}],
|
|
["path", {
|
|
d: "M2 19V9a4 4 0 0 1 4-4c2 0 4 1.33 6 4s4 4 6 4a4 4 0 1 0-3-6.65",
|
|
key: "1930oh"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/rotate-3d.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Rotate3d = createLucideIcon("Rotate3d", [
|
|
["path", {
|
|
d: "M16.466 7.5C15.643 4.237 13.952 2 12 2 9.239 2 7 6.477 7 12s2.239 10 5 10c.342 0 .677-.069 1-.2",
|
|
key: "10n0gc"
|
|
}],
|
|
["path", {
|
|
d: "m15.194 13.707 3.814 1.86-1.86 3.814",
|
|
key: "16shm9"
|
|
}],
|
|
["path", {
|
|
d: "M19 15.57c-1.804.885-4.274 1.43-7 1.43-5.523 0-10-2.239-10-5s4.477-5 10-5c4.838 0 8.873 1.718 9.8 4",
|
|
key: "1lxi77"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/rotate-ccw.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var RotateCcw = createLucideIcon("RotateCcw", [["path", {
|
|
d: "M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",
|
|
key: "1357e3"
|
|
}], ["path", {
|
|
d: "M3 3v5h5",
|
|
key: "1xhq8a"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/rotate-cw.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var RotateCw = createLucideIcon("RotateCw", [["path", {
|
|
d: "M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8",
|
|
key: "1p45f6"
|
|
}], ["path", {
|
|
d: "M21 3v5h-5",
|
|
key: "1q7to0"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/route-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var RouteOff = createLucideIcon("RouteOff", [
|
|
["circle", {
|
|
cx: "6",
|
|
cy: "19",
|
|
r: "3",
|
|
key: "1kj8tv"
|
|
}],
|
|
["path", {
|
|
d: "M9 19h8.5c.4 0 .9-.1 1.3-.2",
|
|
key: "1effex"
|
|
}],
|
|
["path", {
|
|
d: "M5.2 5.2A3.5 3.53 0 0 0 6.5 12H12",
|
|
key: "k9y2ds"
|
|
}],
|
|
["path", {
|
|
d: "m2 2 20 20",
|
|
key: "1ooewy"
|
|
}],
|
|
["path", {
|
|
d: "M21 15.3a3.5 3.5 0 0 0-3.3-3.3",
|
|
key: "11nlu2"
|
|
}],
|
|
["path", {
|
|
d: "M15 5h-4.3",
|
|
key: "6537je"
|
|
}],
|
|
["circle", {
|
|
cx: "18",
|
|
cy: "5",
|
|
r: "3",
|
|
key: "gq8acd"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/route.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Route = createLucideIcon("Route", [
|
|
["circle", {
|
|
cx: "6",
|
|
cy: "19",
|
|
r: "3",
|
|
key: "1kj8tv"
|
|
}],
|
|
["path", {
|
|
d: "M9 19h8.5a3.5 3.5 0 0 0 0-7h-11a3.5 3.5 0 0 1 0-7H15",
|
|
key: "1d8sl"
|
|
}],
|
|
["circle", {
|
|
cx: "18",
|
|
cy: "5",
|
|
r: "3",
|
|
key: "gq8acd"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/router.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Router = createLucideIcon("Router", [
|
|
["rect", {
|
|
width: "20",
|
|
height: "8",
|
|
x: "2",
|
|
y: "14",
|
|
rx: "2",
|
|
key: "w68u3i"
|
|
}],
|
|
["path", {
|
|
d: "M6.01 18H6",
|
|
key: "19vcac"
|
|
}],
|
|
["path", {
|
|
d: "M10.01 18H10",
|
|
key: "uamcmx"
|
|
}],
|
|
["path", {
|
|
d: "M15 10v4",
|
|
key: "qjz1xs"
|
|
}],
|
|
["path", {
|
|
d: "M17.84 7.17a4 4 0 0 0-5.66 0",
|
|
key: "1rif40"
|
|
}],
|
|
["path", {
|
|
d: "M20.66 4.34a8 8 0 0 0-11.31 0",
|
|
key: "6a5xfq"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/rows.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Rows = createLucideIcon("Rows", [["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1m3agn"
|
|
}], ["line", {
|
|
x1: "3",
|
|
x2: "21",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "10d38w"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/rss.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Rss = createLucideIcon("Rss", [
|
|
["path", {
|
|
d: "M4 11a9 9 0 0 1 9 9",
|
|
key: "pv89mb"
|
|
}],
|
|
["path", {
|
|
d: "M4 4a16 16 0 0 1 16 16",
|
|
key: "k0647b"
|
|
}],
|
|
["circle", {
|
|
cx: "5",
|
|
cy: "19",
|
|
r: "1",
|
|
key: "bfqh0e"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/ruler.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Ruler = createLucideIcon("Ruler", [
|
|
["path", {
|
|
d: "M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z",
|
|
key: "icamh8"
|
|
}],
|
|
["path", {
|
|
d: "m14.5 12.5 2-2",
|
|
key: "inckbg"
|
|
}],
|
|
["path", {
|
|
d: "m11.5 9.5 2-2",
|
|
key: "fmmyf7"
|
|
}],
|
|
["path", {
|
|
d: "m8.5 6.5 2-2",
|
|
key: "vc6u1g"
|
|
}],
|
|
["path", {
|
|
d: "m17.5 15.5 2-2",
|
|
key: "wo5hmg"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/russian-ruble.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var RussianRuble = createLucideIcon("RussianRuble", [["path", {
|
|
d: "M6 11h8a4 4 0 0 0 0-8H9v18",
|
|
key: "18ai8t"
|
|
}], ["path", {
|
|
d: "M6 15h8",
|
|
key: "1y8f6l"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/sailboat.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Sailboat = createLucideIcon("Sailboat", [
|
|
["path", {
|
|
d: "M22 18H2a4 4 0 0 0 4 4h12a4 4 0 0 0 4-4Z",
|
|
key: "1404fh"
|
|
}],
|
|
["path", {
|
|
d: "M21 14 10 2 3 14h18Z",
|
|
key: "1nzg7v"
|
|
}],
|
|
["path", {
|
|
d: "M10 2v16",
|
|
key: "1labyt"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/salad.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Salad = createLucideIcon("Salad", [
|
|
["path", {
|
|
d: "M7 21h10",
|
|
key: "1b0cd5"
|
|
}],
|
|
["path", {
|
|
d: "M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z",
|
|
key: "4rw317"
|
|
}],
|
|
["path", {
|
|
d: "M11.38 12a2.4 2.4 0 0 1-.4-4.77 2.4 2.4 0 0 1 3.2-2.77 2.4 2.4 0 0 1 3.47-.63 2.4 2.4 0 0 1 3.37 3.37 2.4 2.4 0 0 1-1.1 3.7 2.51 2.51 0 0 1 .03 1.1",
|
|
key: "10xrj0"
|
|
}],
|
|
["path", {
|
|
d: "m13 12 4-4",
|
|
key: "1hckqy"
|
|
}],
|
|
["path", {
|
|
d: "M10.9 7.25A3.99 3.99 0 0 0 4 10c0 .73.2 1.41.54 2",
|
|
key: "1p4srx"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/sandwich.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Sandwich = createLucideIcon("Sandwich", [
|
|
["path", {
|
|
d: "M3 11v3a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-3",
|
|
key: "34v9d7"
|
|
}],
|
|
["path", {
|
|
d: "M12 19H4a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3.83",
|
|
key: "1k5vfb"
|
|
}],
|
|
["path", {
|
|
d: "m3 11 7.77-6.04a2 2 0 0 1 2.46 0L21 11H3Z",
|
|
key: "1oe7l6"
|
|
}],
|
|
["path", {
|
|
d: "M12.97 19.77 7 15h12.5l-3.75 4.5a2 2 0 0 1-2.78.27Z",
|
|
key: "1ts2ri"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/satellite-dish.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SatelliteDish = createLucideIcon("SatelliteDish", [
|
|
["path", {
|
|
d: "M4 10a7.31 7.31 0 0 0 10 10Z",
|
|
key: "1fzpp3"
|
|
}],
|
|
["path", {
|
|
d: "m9 15 3-3",
|
|
key: "88sc13"
|
|
}],
|
|
["path", {
|
|
d: "M17 13a6 6 0 0 0-6-6",
|
|
key: "15cc6u"
|
|
}],
|
|
["path", {
|
|
d: "M21 13A10 10 0 0 0 11 3",
|
|
key: "11nf8s"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/satellite.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Satellite = createLucideIcon("Satellite", [
|
|
["path", {
|
|
d: "M13 7 9 3 5 7l4 4",
|
|
key: "vyckw6"
|
|
}],
|
|
["path", {
|
|
d: "m17 11 4 4-4 4-4-4",
|
|
key: "rchckc"
|
|
}],
|
|
["path", {
|
|
d: "m8 12 4 4 6-6-4-4Z",
|
|
key: "1sshf7"
|
|
}],
|
|
["path", {
|
|
d: "m16 8 3-3",
|
|
key: "x428zp"
|
|
}],
|
|
["path", {
|
|
d: "M9 21a6 6 0 0 0-6-6",
|
|
key: "1iajcf"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/save-all.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SaveAll = createLucideIcon("SaveAll", [
|
|
["path", {
|
|
d: "M6 4a2 2 0 0 1 2-2h10l4 4v10.2a2 2 0 0 1-2 1.8H8a2 2 0 0 1-2-2Z",
|
|
key: "1unput"
|
|
}],
|
|
["path", {
|
|
d: "M10 2v4h6",
|
|
key: "1p5sg6"
|
|
}],
|
|
["path", {
|
|
d: "M18 18v-7h-8v7",
|
|
key: "1oniuk"
|
|
}],
|
|
["path", {
|
|
d: "M18 22H4a2 2 0 0 1-2-2V6",
|
|
key: "pblm9e"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/save.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Save = createLucideIcon("Save", [
|
|
["path", {
|
|
d: "M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z",
|
|
key: "1owoqh"
|
|
}],
|
|
["polyline", {
|
|
points: "17 21 17 13 7 13 7 21",
|
|
key: "1md35c"
|
|
}],
|
|
["polyline", {
|
|
points: "7 3 7 8 15 8",
|
|
key: "8nz8an"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/scale-3d.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Scale3d = createLucideIcon("Scale3d", [
|
|
["circle", {
|
|
cx: "19",
|
|
cy: "19",
|
|
r: "2",
|
|
key: "17f5cg"
|
|
}],
|
|
["circle", {
|
|
cx: "5",
|
|
cy: "5",
|
|
r: "2",
|
|
key: "1gwv83"
|
|
}],
|
|
["path", {
|
|
d: "M5 7v12h12",
|
|
key: "vtaa4r"
|
|
}],
|
|
["path", {
|
|
d: "m5 19 6-6",
|
|
key: "jh6hbb"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/scale.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Scale = createLucideIcon("Scale", [
|
|
["path", {
|
|
d: "m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z",
|
|
key: "7g6ntu"
|
|
}],
|
|
["path", {
|
|
d: "m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z",
|
|
key: "ijws7r"
|
|
}],
|
|
["path", {
|
|
d: "M7 21h10",
|
|
key: "1b0cd5"
|
|
}],
|
|
["path", {
|
|
d: "M12 3v18",
|
|
key: "108xh3"
|
|
}],
|
|
["path", {
|
|
d: "M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2",
|
|
key: "3gwbw2"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/scaling.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Scaling = createLucideIcon("Scaling", [
|
|
["path", {
|
|
d: "M21 3 9 15",
|
|
key: "15kdhq"
|
|
}],
|
|
["path", {
|
|
d: "M12 3H3v18h18v-9",
|
|
key: "8suug0"
|
|
}],
|
|
["path", {
|
|
d: "M16 3h5v5",
|
|
key: "1806ms"
|
|
}],
|
|
["path", {
|
|
d: "M14 15H9v-5",
|
|
key: "pi4jk9"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/scan-barcode.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ScanBarcode = createLucideIcon("ScanBarcode", [
|
|
["path", {
|
|
d: "M3 7V5a2 2 0 0 1 2-2h2",
|
|
key: "aa7l1z"
|
|
}],
|
|
["path", {
|
|
d: "M17 3h2a2 2 0 0 1 2 2v2",
|
|
key: "4qcy5o"
|
|
}],
|
|
["path", {
|
|
d: "M21 17v2a2 2 0 0 1-2 2h-2",
|
|
key: "6vwrx8"
|
|
}],
|
|
["path", {
|
|
d: "M7 21H5a2 2 0 0 1-2-2v-2",
|
|
key: "ioqczr"
|
|
}],
|
|
["path", {
|
|
d: "M8 7v10",
|
|
key: "23sfjj"
|
|
}],
|
|
["path", {
|
|
d: "M12 7v10",
|
|
key: "jspqdw"
|
|
}],
|
|
["path", {
|
|
d: "M17 7v10",
|
|
key: "578dap"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/scan-eye.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ScanEye = createLucideIcon("ScanEye", [
|
|
["path", {
|
|
d: "M3 7V5a2 2 0 0 1 2-2h2",
|
|
key: "aa7l1z"
|
|
}],
|
|
["path", {
|
|
d: "M17 3h2a2 2 0 0 1 2 2v2",
|
|
key: "4qcy5o"
|
|
}],
|
|
["path", {
|
|
d: "M21 17v2a2 2 0 0 1-2 2h-2",
|
|
key: "6vwrx8"
|
|
}],
|
|
["path", {
|
|
d: "M7 21H5a2 2 0 0 1-2-2v-2",
|
|
key: "ioqczr"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "1",
|
|
key: "41hilf"
|
|
}],
|
|
["path", {
|
|
d: "M5 12s2.5-5 7-5 7 5 7 5-2.5 5-7 5-7-5-7-5",
|
|
key: "nhuolu"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/scan-face.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ScanFace = createLucideIcon("ScanFace", [
|
|
["path", {
|
|
d: "M3 7V5a2 2 0 0 1 2-2h2",
|
|
key: "aa7l1z"
|
|
}],
|
|
["path", {
|
|
d: "M17 3h2a2 2 0 0 1 2 2v2",
|
|
key: "4qcy5o"
|
|
}],
|
|
["path", {
|
|
d: "M21 17v2a2 2 0 0 1-2 2h-2",
|
|
key: "6vwrx8"
|
|
}],
|
|
["path", {
|
|
d: "M7 21H5a2 2 0 0 1-2-2v-2",
|
|
key: "ioqczr"
|
|
}],
|
|
["path", {
|
|
d: "M8 14s1.5 2 4 2 4-2 4-2",
|
|
key: "1y1vjs"
|
|
}],
|
|
["path", {
|
|
d: "M9 9h.01",
|
|
key: "1q5me6"
|
|
}],
|
|
["path", {
|
|
d: "M15 9h.01",
|
|
key: "x1ddxp"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/scan-line.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ScanLine = createLucideIcon("ScanLine", [
|
|
["path", {
|
|
d: "M3 7V5a2 2 0 0 1 2-2h2",
|
|
key: "aa7l1z"
|
|
}],
|
|
["path", {
|
|
d: "M17 3h2a2 2 0 0 1 2 2v2",
|
|
key: "4qcy5o"
|
|
}],
|
|
["path", {
|
|
d: "M21 17v2a2 2 0 0 1-2 2h-2",
|
|
key: "6vwrx8"
|
|
}],
|
|
["path", {
|
|
d: "M7 21H5a2 2 0 0 1-2-2v-2",
|
|
key: "ioqczr"
|
|
}],
|
|
["path", {
|
|
d: "M7 12h10",
|
|
key: "b7w52i"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/scan-search.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ScanSearch = createLucideIcon("ScanSearch", [
|
|
["path", {
|
|
d: "M3 7V5a2 2 0 0 1 2-2h2",
|
|
key: "aa7l1z"
|
|
}],
|
|
["path", {
|
|
d: "M17 3h2a2 2 0 0 1 2 2v2",
|
|
key: "4qcy5o"
|
|
}],
|
|
["path", {
|
|
d: "M21 17v2a2 2 0 0 1-2 2h-2",
|
|
key: "6vwrx8"
|
|
}],
|
|
["path", {
|
|
d: "M7 21H5a2 2 0 0 1-2-2v-2",
|
|
key: "ioqczr"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "3",
|
|
key: "1v7zrd"
|
|
}],
|
|
["path", {
|
|
d: "m16 16-1.9-1.9",
|
|
key: "1dq9hf"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/scan-text.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ScanText = createLucideIcon("ScanText", [
|
|
["path", {
|
|
d: "M3 7V5a2 2 0 0 1 2-2h2",
|
|
key: "aa7l1z"
|
|
}],
|
|
["path", {
|
|
d: "M17 3h2a2 2 0 0 1 2 2v2",
|
|
key: "4qcy5o"
|
|
}],
|
|
["path", {
|
|
d: "M21 17v2a2 2 0 0 1-2 2h-2",
|
|
key: "6vwrx8"
|
|
}],
|
|
["path", {
|
|
d: "M7 21H5a2 2 0 0 1-2-2v-2",
|
|
key: "ioqczr"
|
|
}],
|
|
["path", {
|
|
d: "M7 8h8",
|
|
key: "1jbsf9"
|
|
}],
|
|
["path", {
|
|
d: "M7 12h10",
|
|
key: "b7w52i"
|
|
}],
|
|
["path", {
|
|
d: "M7 16h6",
|
|
key: "1vyc9m"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/scan.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Scan = createLucideIcon("Scan", [
|
|
["path", {
|
|
d: "M3 7V5a2 2 0 0 1 2-2h2",
|
|
key: "aa7l1z"
|
|
}],
|
|
["path", {
|
|
d: "M17 3h2a2 2 0 0 1 2 2v2",
|
|
key: "4qcy5o"
|
|
}],
|
|
["path", {
|
|
d: "M21 17v2a2 2 0 0 1-2 2h-2",
|
|
key: "6vwrx8"
|
|
}],
|
|
["path", {
|
|
d: "M7 21H5a2 2 0 0 1-2-2v-2",
|
|
key: "ioqczr"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/scatter-chart.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ScatterChart = createLucideIcon("ScatterChart", [
|
|
["circle", {
|
|
cx: "7.5",
|
|
cy: "7.5",
|
|
r: ".5",
|
|
key: "1x97lo"
|
|
}],
|
|
["circle", {
|
|
cx: "18.5",
|
|
cy: "5.5",
|
|
r: ".5",
|
|
key: "56iowl"
|
|
}],
|
|
["circle", {
|
|
cx: "11.5",
|
|
cy: "11.5",
|
|
r: ".5",
|
|
key: "m9xkw9"
|
|
}],
|
|
["circle", {
|
|
cx: "7.5",
|
|
cy: "16.5",
|
|
r: ".5",
|
|
key: "14ln9z"
|
|
}],
|
|
["circle", {
|
|
cx: "17.5",
|
|
cy: "14.5",
|
|
r: ".5",
|
|
key: "14qxqt"
|
|
}],
|
|
["path", {
|
|
d: "M3 3v18h18",
|
|
key: "1s2lah"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/school-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var School2 = createLucideIcon("School2", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "10",
|
|
r: "1",
|
|
key: "1gnqs8"
|
|
}],
|
|
["path", {
|
|
d: "M22 20V8h-4l-6-4-6 4H2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2Z",
|
|
key: "8z0lq4"
|
|
}],
|
|
["path", {
|
|
d: "M6 17v.01",
|
|
key: "roodi6"
|
|
}],
|
|
["path", {
|
|
d: "M6 13v.01",
|
|
key: "67c122"
|
|
}],
|
|
["path", {
|
|
d: "M18 17v.01",
|
|
key: "12ktxm"
|
|
}],
|
|
["path", {
|
|
d: "M18 13v.01",
|
|
key: "tn1rt1"
|
|
}],
|
|
["path", {
|
|
d: "M14 22v-5a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v5",
|
|
key: "jfgdp0"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/school.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var School = createLucideIcon("School", [
|
|
["path", {
|
|
d: "m4 6 8-4 8 4",
|
|
key: "1q0ilc"
|
|
}],
|
|
["path", {
|
|
d: "m18 10 4 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8l4-2",
|
|
key: "1vwozw"
|
|
}],
|
|
["path", {
|
|
d: "M14 22v-4a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v4",
|
|
key: "cpkuc4"
|
|
}],
|
|
["path", {
|
|
d: "M18 5v17",
|
|
key: "1sw6gf"
|
|
}],
|
|
["path", {
|
|
d: "M6 5v17",
|
|
key: "1xfsm0"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "9",
|
|
r: "2",
|
|
key: "1092wv"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/scissors-line-dashed.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ScissorsLineDashed = createLucideIcon("ScissorsLineDashed", [
|
|
["path", {
|
|
d: "M5.42 9.42 8 12",
|
|
key: "12pkuq"
|
|
}],
|
|
["circle", {
|
|
cx: "4",
|
|
cy: "8",
|
|
r: "2",
|
|
key: "107mxr"
|
|
}],
|
|
["path", {
|
|
d: "m14 6-8.58 8.58",
|
|
key: "gvzu5l"
|
|
}],
|
|
["circle", {
|
|
cx: "4",
|
|
cy: "16",
|
|
r: "2",
|
|
key: "1ehqvc"
|
|
}],
|
|
["path", {
|
|
d: "M10.8 14.8 14 18",
|
|
key: "ax7m9r"
|
|
}],
|
|
["path", {
|
|
d: "M16 12h-2",
|
|
key: "10asgb"
|
|
}],
|
|
["path", {
|
|
d: "M22 12h-2",
|
|
key: "14jgyd"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/scissors-square-dashed-bottom.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ScissorsSquareDashedBottom = createLucideIcon("ScissorsSquareDashedBottom", [
|
|
["path", {
|
|
d: "M4 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2",
|
|
key: "1vzg26"
|
|
}],
|
|
["path", {
|
|
d: "M10 22H8",
|
|
key: "euku7a"
|
|
}],
|
|
["path", {
|
|
d: "M16 22h-2",
|
|
key: "18d249"
|
|
}],
|
|
["circle", {
|
|
cx: "8",
|
|
cy: "8",
|
|
r: "2",
|
|
key: "14cg06"
|
|
}],
|
|
["path", {
|
|
d: "M9.414 9.414 12 12",
|
|
key: "qz4lzr"
|
|
}],
|
|
["path", {
|
|
d: "M14.8 14.8 18 18",
|
|
key: "11flf1"
|
|
}],
|
|
["circle", {
|
|
cx: "8",
|
|
cy: "16",
|
|
r: "2",
|
|
key: "1acxsx"
|
|
}],
|
|
["path", {
|
|
d: "m18 6-8.586 8.586",
|
|
key: "11kzk1"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/scissors-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ScissorsSquare = createLucideIcon("ScissorsSquare", [
|
|
["rect", {
|
|
width: "20",
|
|
height: "20",
|
|
x: "2",
|
|
y: "2",
|
|
rx: "2",
|
|
key: "1btzen"
|
|
}],
|
|
["circle", {
|
|
cx: "8",
|
|
cy: "8",
|
|
r: "2",
|
|
key: "14cg06"
|
|
}],
|
|
["path", {
|
|
d: "M9.414 9.414 12 12",
|
|
key: "qz4lzr"
|
|
}],
|
|
["path", {
|
|
d: "M14.8 14.8 18 18",
|
|
key: "11flf1"
|
|
}],
|
|
["circle", {
|
|
cx: "8",
|
|
cy: "16",
|
|
r: "2",
|
|
key: "1acxsx"
|
|
}],
|
|
["path", {
|
|
d: "m18 6-8.586 8.586",
|
|
key: "11kzk1"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/scissors.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Scissors = createLucideIcon("Scissors", [
|
|
["circle", {
|
|
cx: "6",
|
|
cy: "6",
|
|
r: "3",
|
|
key: "1lh9wr"
|
|
}],
|
|
["path", {
|
|
d: "M8.12 8.12 12 12",
|
|
key: "1alkpv"
|
|
}],
|
|
["path", {
|
|
d: "M20 4 8.12 15.88",
|
|
key: "xgtan2"
|
|
}],
|
|
["circle", {
|
|
cx: "6",
|
|
cy: "18",
|
|
r: "3",
|
|
key: "fqmcym"
|
|
}],
|
|
["path", {
|
|
d: "M14.8 14.8 20 20",
|
|
key: "ptml3r"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/screen-share-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ScreenShareOff = createLucideIcon("ScreenShareOff", [
|
|
["path", {
|
|
d: "M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3",
|
|
key: "i8wdob"
|
|
}],
|
|
["path", {
|
|
d: "M8 21h8",
|
|
key: "1ev6f3"
|
|
}],
|
|
["path", {
|
|
d: "M12 17v4",
|
|
key: "1riwvh"
|
|
}],
|
|
["path", {
|
|
d: "m22 3-5 5",
|
|
key: "12jva0"
|
|
}],
|
|
["path", {
|
|
d: "m17 3 5 5",
|
|
key: "k36vhe"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/screen-share.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ScreenShare = createLucideIcon("ScreenShare", [
|
|
["path", {
|
|
d: "M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3",
|
|
key: "i8wdob"
|
|
}],
|
|
["path", {
|
|
d: "M8 21h8",
|
|
key: "1ev6f3"
|
|
}],
|
|
["path", {
|
|
d: "M12 17v4",
|
|
key: "1riwvh"
|
|
}],
|
|
["path", {
|
|
d: "m17 8 5-5",
|
|
key: "fqif7o"
|
|
}],
|
|
["path", {
|
|
d: "M17 3h5v5",
|
|
key: "1o3tu8"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/scroll-text.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ScrollText = createLucideIcon("ScrollText", [
|
|
["path", {
|
|
d: "M8 21h12a2 2 0 0 0 2-2v-2H10v2a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v3h4",
|
|
key: "13a6an"
|
|
}],
|
|
["path", {
|
|
d: "M19 17V5a2 2 0 0 0-2-2H4",
|
|
key: "zz82l3"
|
|
}],
|
|
["path", {
|
|
d: "M15 8h-5",
|
|
key: "1khuty"
|
|
}],
|
|
["path", {
|
|
d: "M15 12h-5",
|
|
key: "r7krc0"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/scroll.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Scroll = createLucideIcon("Scroll", [["path", {
|
|
d: "M8 21h12a2 2 0 0 0 2-2v-2H10v2a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v3h4",
|
|
key: "13a6an"
|
|
}], ["path", {
|
|
d: "M19 17V5a2 2 0 0 0-2-2H4",
|
|
key: "zz82l3"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/search-check.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SearchCheck = createLucideIcon("SearchCheck", [
|
|
["path", {
|
|
d: "m8 11 2 2 4-4",
|
|
key: "1sed1v"
|
|
}],
|
|
["circle", {
|
|
cx: "11",
|
|
cy: "11",
|
|
r: "8",
|
|
key: "4ej97u"
|
|
}],
|
|
["path", {
|
|
d: "m21 21-4.3-4.3",
|
|
key: "1qie3q"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/search-code.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SearchCode = createLucideIcon("SearchCode", [
|
|
["path", {
|
|
d: "m9 9-2 2 2 2",
|
|
key: "17gsfh"
|
|
}],
|
|
["path", {
|
|
d: "m13 13 2-2-2-2",
|
|
key: "186z8k"
|
|
}],
|
|
["circle", {
|
|
cx: "11",
|
|
cy: "11",
|
|
r: "8",
|
|
key: "4ej97u"
|
|
}],
|
|
["path", {
|
|
d: "m21 21-4.3-4.3",
|
|
key: "1qie3q"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/search-slash.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SearchSlash = createLucideIcon("SearchSlash", [
|
|
["path", {
|
|
d: "m13.5 8.5-5 5",
|
|
key: "1cs55j"
|
|
}],
|
|
["circle", {
|
|
cx: "11",
|
|
cy: "11",
|
|
r: "8",
|
|
key: "4ej97u"
|
|
}],
|
|
["path", {
|
|
d: "m21 21-4.3-4.3",
|
|
key: "1qie3q"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/search-x.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SearchX = createLucideIcon("SearchX", [
|
|
["path", {
|
|
d: "m13.5 8.5-5 5",
|
|
key: "1cs55j"
|
|
}],
|
|
["path", {
|
|
d: "m8.5 8.5 5 5",
|
|
key: "a8mexj"
|
|
}],
|
|
["circle", {
|
|
cx: "11",
|
|
cy: "11",
|
|
r: "8",
|
|
key: "4ej97u"
|
|
}],
|
|
["path", {
|
|
d: "m21 21-4.3-4.3",
|
|
key: "1qie3q"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/search.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Search = createLucideIcon("Search", [["circle", {
|
|
cx: "11",
|
|
cy: "11",
|
|
r: "8",
|
|
key: "4ej97u"
|
|
}], ["path", {
|
|
d: "m21 21-4.3-4.3",
|
|
key: "1qie3q"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/send-horizontal.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SendHorizontal = createLucideIcon("SendHorizontal", [["path", {
|
|
d: "m3 3 3 9-3 9 19-9Z",
|
|
key: "1aobqy"
|
|
}], ["path", {
|
|
d: "M6 12h16",
|
|
key: "s4cdu5"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/send-to-back.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SendToBack = createLucideIcon("SendToBack", [
|
|
["rect", {
|
|
x: "14",
|
|
y: "14",
|
|
width: "8",
|
|
height: "8",
|
|
rx: "2",
|
|
key: "1b0bso"
|
|
}],
|
|
["rect", {
|
|
x: "2",
|
|
y: "2",
|
|
width: "8",
|
|
height: "8",
|
|
rx: "2",
|
|
key: "1x09vl"
|
|
}],
|
|
["path", {
|
|
d: "M7 14v1a2 2 0 0 0 2 2h1",
|
|
key: "pao6x6"
|
|
}],
|
|
["path", {
|
|
d: "M14 7h1a2 2 0 0 1 2 2v1",
|
|
key: "19tdru"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/send.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Send = createLucideIcon("Send", [["path", {
|
|
d: "m22 2-7 20-4-9-9-4Z",
|
|
key: "1q3vgg"
|
|
}], ["path", {
|
|
d: "M22 2 11 13",
|
|
key: "nzbqef"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/separator-horizontal.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SeparatorHorizontal = createLucideIcon("SeparatorHorizontal", [
|
|
["line", {
|
|
x1: "3",
|
|
x2: "21",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "10d38w"
|
|
}],
|
|
["polyline", {
|
|
points: "8 8 12 4 16 8",
|
|
key: "zo8t4w"
|
|
}],
|
|
["polyline", {
|
|
points: "16 16 12 20 8 16",
|
|
key: "1oyrid"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/separator-vertical.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SeparatorVertical = createLucideIcon("SeparatorVertical", [
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "3",
|
|
y2: "21",
|
|
key: "1efggb"
|
|
}],
|
|
["polyline", {
|
|
points: "8 8 4 12 8 16",
|
|
key: "bnfmv4"
|
|
}],
|
|
["polyline", {
|
|
points: "16 16 20 12 16 8",
|
|
key: "u90052"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/server-cog.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ServerCog = createLucideIcon("ServerCog", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "3",
|
|
key: "1v7zrd"
|
|
}],
|
|
["path", {
|
|
d: "M4.5 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-.5",
|
|
key: "tn8das"
|
|
}],
|
|
["path", {
|
|
d: "M4.5 14H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-.5",
|
|
key: "1g2pve"
|
|
}],
|
|
["path", {
|
|
d: "M6 6h.01",
|
|
key: "1utrut"
|
|
}],
|
|
["path", {
|
|
d: "M6 18h.01",
|
|
key: "uhywen"
|
|
}],
|
|
["path", {
|
|
d: "m15.7 13.4-.9-.3",
|
|
key: "1jwmzr"
|
|
}],
|
|
["path", {
|
|
d: "m9.2 10.9-.9-.3",
|
|
key: "qapnim"
|
|
}],
|
|
["path", {
|
|
d: "m10.6 15.7.3-.9",
|
|
key: "quwk0k"
|
|
}],
|
|
["path", {
|
|
d: "m13.6 15.7-.4-1",
|
|
key: "cb9xp7"
|
|
}],
|
|
["path", {
|
|
d: "m10.8 9.3-.4-1",
|
|
key: "1uaiz5"
|
|
}],
|
|
["path", {
|
|
d: "m8.3 13.6 1-.4",
|
|
key: "s6srou"
|
|
}],
|
|
["path", {
|
|
d: "m14.7 10.8 1-.4",
|
|
key: "4d31cq"
|
|
}],
|
|
["path", {
|
|
d: "m13.4 8.3-.3.9",
|
|
key: "1bm987"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/server-crash.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ServerCrash = createLucideIcon("ServerCrash", [
|
|
["path", {
|
|
d: "M6 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-2",
|
|
key: "4b9dqc"
|
|
}],
|
|
["path", {
|
|
d: "M6 14H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2",
|
|
key: "22nnkd"
|
|
}],
|
|
["path", {
|
|
d: "M6 6h.01",
|
|
key: "1utrut"
|
|
}],
|
|
["path", {
|
|
d: "M6 18h.01",
|
|
key: "uhywen"
|
|
}],
|
|
["path", {
|
|
d: "m13 6-4 6h6l-4 6",
|
|
key: "14hqih"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/server-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ServerOff = createLucideIcon("ServerOff", [
|
|
["path", {
|
|
d: "M7 2h13a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-5",
|
|
key: "bt2siv"
|
|
}],
|
|
["path", {
|
|
d: "M10 10 2.5 2.5C2 2 2 2.5 2 5v3a2 2 0 0 0 2 2h6z",
|
|
key: "1hjrv1"
|
|
}],
|
|
["path", {
|
|
d: "M22 17v-1a2 2 0 0 0-2-2h-1",
|
|
key: "1iynyr"
|
|
}],
|
|
["path", {
|
|
d: "M4 14a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16.5l1-.5.5.5-8-8H4z",
|
|
key: "161ggg"
|
|
}],
|
|
["path", {
|
|
d: "M6 18h.01",
|
|
key: "uhywen"
|
|
}],
|
|
["path", {
|
|
d: "m2 2 20 20",
|
|
key: "1ooewy"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/server.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Server = createLucideIcon("Server", [
|
|
["rect", {
|
|
width: "20",
|
|
height: "8",
|
|
x: "2",
|
|
y: "2",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "ngkwjq"
|
|
}],
|
|
["rect", {
|
|
width: "20",
|
|
height: "8",
|
|
x: "2",
|
|
y: "14",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "iecqi9"
|
|
}],
|
|
["line", {
|
|
x1: "6",
|
|
x2: "6.01",
|
|
y1: "6",
|
|
y2: "6",
|
|
key: "16zg32"
|
|
}],
|
|
["line", {
|
|
x1: "6",
|
|
x2: "6.01",
|
|
y1: "18",
|
|
y2: "18",
|
|
key: "nzw8ys"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/settings-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Settings2 = createLucideIcon("Settings2", [
|
|
["path", {
|
|
d: "M20 7h-9",
|
|
key: "3s1dr2"
|
|
}],
|
|
["path", {
|
|
d: "M14 17H5",
|
|
key: "gfn3mx"
|
|
}],
|
|
["circle", {
|
|
cx: "17",
|
|
cy: "17",
|
|
r: "3",
|
|
key: "18b49y"
|
|
}],
|
|
["circle", {
|
|
cx: "7",
|
|
cy: "7",
|
|
r: "3",
|
|
key: "dfmy0x"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/settings.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Settings = createLucideIcon("Settings", [["path", {
|
|
d: "M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z",
|
|
key: "1qme2f"
|
|
}], ["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "3",
|
|
key: "1v7zrd"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/shapes.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Shapes = createLucideIcon("Shapes", [
|
|
["path", {
|
|
d: "M8.3 10a.7.7 0 0 1-.626-1.079L11.4 3a.7.7 0 0 1 1.198-.043L16.3 8.9a.7.7 0 0 1-.572 1.1Z",
|
|
key: "1bo67w"
|
|
}],
|
|
["rect", {
|
|
x: "3",
|
|
y: "14",
|
|
width: "7",
|
|
height: "7",
|
|
rx: "1",
|
|
key: "1bkyp8"
|
|
}],
|
|
["circle", {
|
|
cx: "17.5",
|
|
cy: "17.5",
|
|
r: "3.5",
|
|
key: "w3z12y"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/share-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Share2 = createLucideIcon("Share2", [
|
|
["circle", {
|
|
cx: "18",
|
|
cy: "5",
|
|
r: "3",
|
|
key: "gq8acd"
|
|
}],
|
|
["circle", {
|
|
cx: "6",
|
|
cy: "12",
|
|
r: "3",
|
|
key: "w7nqdw"
|
|
}],
|
|
["circle", {
|
|
cx: "18",
|
|
cy: "19",
|
|
r: "3",
|
|
key: "1xt0gg"
|
|
}],
|
|
["line", {
|
|
x1: "8.59",
|
|
x2: "15.42",
|
|
y1: "13.51",
|
|
y2: "17.49",
|
|
key: "47mynk"
|
|
}],
|
|
["line", {
|
|
x1: "15.41",
|
|
x2: "8.59",
|
|
y1: "6.51",
|
|
y2: "10.49",
|
|
key: "1n3mei"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/share.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Share = createLucideIcon("Share", [
|
|
["path", {
|
|
d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8",
|
|
key: "1b2hhj"
|
|
}],
|
|
["polyline", {
|
|
points: "16 6 12 2 8 6",
|
|
key: "m901s6"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "2",
|
|
y2: "15",
|
|
key: "1p0rca"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/sheet.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Sheet = createLucideIcon("Sheet", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1m3agn"
|
|
}],
|
|
["line", {
|
|
x1: "3",
|
|
x2: "21",
|
|
y1: "9",
|
|
y2: "9",
|
|
key: "1vqk6q"
|
|
}],
|
|
["line", {
|
|
x1: "3",
|
|
x2: "21",
|
|
y1: "15",
|
|
y2: "15",
|
|
key: "o2sbyz"
|
|
}],
|
|
["line", {
|
|
x1: "9",
|
|
x2: "9",
|
|
y1: "9",
|
|
y2: "21",
|
|
key: "1ib60c"
|
|
}],
|
|
["line", {
|
|
x1: "15",
|
|
x2: "15",
|
|
y1: "9",
|
|
y2: "21",
|
|
key: "1n26ft"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/shell.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Shell = createLucideIcon("Shell", [["path", {
|
|
d: "M14 11a2 2 0 1 1-4 0 4 4 0 0 1 8 0 6 6 0 0 1-12 0 8 8 0 0 1 16 0 10 10 0 1 1-20 0 11.93 11.93 0 0 1 2.42-7.22 2 2 0 1 1 3.16 2.44",
|
|
key: "1cn552"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/shield-alert.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ShieldAlert = createLucideIcon("ShieldAlert", [
|
|
["path", {
|
|
d: "M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10",
|
|
key: "1irkt0"
|
|
}],
|
|
["path", {
|
|
d: "M12 8v4",
|
|
key: "1got3b"
|
|
}],
|
|
["path", {
|
|
d: "M12 16h.01",
|
|
key: "1drbdi"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/shield-ban.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ShieldBan = createLucideIcon("ShieldBan", [["path", {
|
|
d: "M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10",
|
|
key: "1irkt0"
|
|
}], ["path", {
|
|
d: "m4 5 14 12",
|
|
key: "1ta6nf"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/shield-check.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ShieldCheck = createLucideIcon("ShieldCheck", [["path", {
|
|
d: "M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10",
|
|
key: "1irkt0"
|
|
}], ["path", {
|
|
d: "m9 12 2 2 4-4",
|
|
key: "dzmm74"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/shield-ellipsis.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ShieldEllipsis = createLucideIcon("ShieldEllipsis", [
|
|
["path", {
|
|
d: "M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10",
|
|
key: "1irkt0"
|
|
}],
|
|
["path", {
|
|
d: "M8 11h.01",
|
|
key: "1dfujw"
|
|
}],
|
|
["path", {
|
|
d: "M12 11h.01",
|
|
key: "z322tv"
|
|
}],
|
|
["path", {
|
|
d: "M16 11h.01",
|
|
key: "xkw8gn"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/shield-half.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ShieldHalf = createLucideIcon("ShieldHalf", [["path", {
|
|
d: "M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10",
|
|
key: "1irkt0"
|
|
}], ["path", {
|
|
d: "M12 22V2",
|
|
key: "zs6s6o"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/shield-minus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ShieldMinus = createLucideIcon("ShieldMinus", [["path", {
|
|
d: "M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10",
|
|
key: "1irkt0"
|
|
}], ["path", {
|
|
d: "M8 11h8",
|
|
key: "vwpz6n"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/shield-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ShieldOff = createLucideIcon("ShieldOff", [
|
|
["path", {
|
|
d: "M19.7 14a6.9 6.9 0 0 0 .3-2V5l-8-3-3.2 1.2",
|
|
key: "342pvf"
|
|
}],
|
|
["path", {
|
|
d: "m2 2 20 20",
|
|
key: "1ooewy"
|
|
}],
|
|
["path", {
|
|
d: "M4.7 4.7 4 5v7c0 6 8 10 8 10a20.3 20.3 0 0 0 5.62-4.38",
|
|
key: "p0ycf4"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/shield-plus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ShieldPlus = createLucideIcon("ShieldPlus", [
|
|
["path", {
|
|
d: "M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10",
|
|
key: "1irkt0"
|
|
}],
|
|
["path", {
|
|
d: "M8 11h8",
|
|
key: "vwpz6n"
|
|
}],
|
|
["path", {
|
|
d: "M12 15V7",
|
|
key: "1ycneb"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/shield-question.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ShieldQuestion = createLucideIcon("ShieldQuestion", [
|
|
["path", {
|
|
d: "M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10",
|
|
key: "1irkt0"
|
|
}],
|
|
["path", {
|
|
d: "M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3",
|
|
key: "mhlwft"
|
|
}],
|
|
["path", {
|
|
d: "M12 17h.01",
|
|
key: "p32p05"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/shield-x.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ShieldX = createLucideIcon("ShieldX", [
|
|
["path", {
|
|
d: "M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10",
|
|
key: "1irkt0"
|
|
}],
|
|
["path", {
|
|
d: "m14.5 9-5 5",
|
|
key: "1m49dw"
|
|
}],
|
|
["path", {
|
|
d: "m9.5 9 5 5",
|
|
key: "wyx7zg"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/shield.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Shield = createLucideIcon("Shield", [["path", {
|
|
d: "M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10",
|
|
key: "1irkt0"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/ship-wheel.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ShipWheel = createLucideIcon("ShipWheel", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "8",
|
|
key: "46899m"
|
|
}],
|
|
["path", {
|
|
d: "M12 2v7.5",
|
|
key: "1e5rl5"
|
|
}],
|
|
["path", {
|
|
d: "m19 5-5.23 5.23",
|
|
key: "1ezxxf"
|
|
}],
|
|
["path", {
|
|
d: "M22 12h-7.5",
|
|
key: "le1719"
|
|
}],
|
|
["path", {
|
|
d: "m19 19-5.23-5.23",
|
|
key: "p3fmgn"
|
|
}],
|
|
["path", {
|
|
d: "M12 14.5V22",
|
|
key: "dgcmos"
|
|
}],
|
|
["path", {
|
|
d: "M10.23 13.77 5 19",
|
|
key: "qwopd4"
|
|
}],
|
|
["path", {
|
|
d: "M9.5 12H2",
|
|
key: "r7bup8"
|
|
}],
|
|
["path", {
|
|
d: "M10.23 10.23 5 5",
|
|
key: "k2y7lj"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "2.5",
|
|
key: "ix0uyj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/ship.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Ship = createLucideIcon("Ship", [
|
|
["path", {
|
|
d: "M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1 .6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",
|
|
key: "iegodh"
|
|
}],
|
|
["path", {
|
|
d: "M19.38 20A11.6 11.6 0 0 0 21 14l-9-4-9 4c0 2.9.94 5.34 2.81 7.76",
|
|
key: "fp8vka"
|
|
}],
|
|
["path", {
|
|
d: "M19 13V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6",
|
|
key: "qpkstq"
|
|
}],
|
|
["path", {
|
|
d: "M12 10v4",
|
|
key: "1kjpxc"
|
|
}],
|
|
["path", {
|
|
d: "M12 2v3",
|
|
key: "qbqxhf"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/shirt.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Shirt = createLucideIcon("Shirt", [["path", {
|
|
d: "M20.38 3.46 16 2a4 4 0 0 1-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23z",
|
|
key: "1wgbhj"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/shopping-bag.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ShoppingBag = createLucideIcon("ShoppingBag", [
|
|
["path", {
|
|
d: "M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z",
|
|
key: "hou9p0"
|
|
}],
|
|
["path", {
|
|
d: "M3 6h18",
|
|
key: "d0wm0j"
|
|
}],
|
|
["path", {
|
|
d: "M16 10a4 4 0 0 1-8 0",
|
|
key: "1ltviw"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/shopping-basket.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ShoppingBasket = createLucideIcon("ShoppingBasket", [
|
|
["path", {
|
|
d: "m5 11 4-7",
|
|
key: "116ra9"
|
|
}],
|
|
["path", {
|
|
d: "m19 11-4-7",
|
|
key: "cnml18"
|
|
}],
|
|
["path", {
|
|
d: "M2 11h20",
|
|
key: "3eubbj"
|
|
}],
|
|
["path", {
|
|
d: "m3.5 11 1.6 7.4a2 2 0 0 0 2 1.6h9.8c.9 0 1.8-.7 2-1.6l1.7-7.4",
|
|
key: "1x2lvw"
|
|
}],
|
|
["path", {
|
|
d: "m9 11 1 9",
|
|
key: "1ojof7"
|
|
}],
|
|
["path", {
|
|
d: "M4.5 15.5h15",
|
|
key: "13mye1"
|
|
}],
|
|
["path", {
|
|
d: "m15 11-1 9",
|
|
key: "5wnq3a"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/shopping-cart.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ShoppingCart = createLucideIcon("ShoppingCart", [
|
|
["circle", {
|
|
cx: "8",
|
|
cy: "21",
|
|
r: "1",
|
|
key: "jimo8o"
|
|
}],
|
|
["circle", {
|
|
cx: "19",
|
|
cy: "21",
|
|
r: "1",
|
|
key: "13723u"
|
|
}],
|
|
["path", {
|
|
d: "M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12",
|
|
key: "9zh506"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/shovel.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Shovel = createLucideIcon("Shovel", [
|
|
["path", {
|
|
d: "M2 22v-5l5-5 5 5-5 5z",
|
|
key: "1fh25c"
|
|
}],
|
|
["path", {
|
|
d: "M9.5 14.5 16 8",
|
|
key: "1smz5x"
|
|
}],
|
|
["path", {
|
|
d: "m17 2 5 5-.5.5a3.53 3.53 0 0 1-5 0s0 0 0 0a3.53 3.53 0 0 1 0-5L17 2",
|
|
key: "1q8uv5"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/shower-head.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ShowerHead = createLucideIcon("ShowerHead", [
|
|
["path", {
|
|
d: "m4 4 2.5 2.5",
|
|
key: "uv2vmf"
|
|
}],
|
|
["path", {
|
|
d: "M13.5 6.5a4.95 4.95 0 0 0-7 7",
|
|
key: "frdkwv"
|
|
}],
|
|
["path", {
|
|
d: "M15 5 5 15",
|
|
key: "1ag8rq"
|
|
}],
|
|
["path", {
|
|
d: "M14 17v.01",
|
|
key: "eokfpp"
|
|
}],
|
|
["path", {
|
|
d: "M10 16v.01",
|
|
key: "14uyyl"
|
|
}],
|
|
["path", {
|
|
d: "M13 13v.01",
|
|
key: "1v1k97"
|
|
}],
|
|
["path", {
|
|
d: "M16 10v.01",
|
|
key: "5169yg"
|
|
}],
|
|
["path", {
|
|
d: "M11 20v.01",
|
|
key: "cj92p8"
|
|
}],
|
|
["path", {
|
|
d: "M17 14v.01",
|
|
key: "11cswd"
|
|
}],
|
|
["path", {
|
|
d: "M20 11v.01",
|
|
key: "19e0od"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/shrink.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Shrink = createLucideIcon("Shrink", [
|
|
["path", {
|
|
d: "m15 15 6 6m-6-6v4.8m0-4.8h4.8",
|
|
key: "17vawe"
|
|
}],
|
|
["path", {
|
|
d: "M9 19.8V15m0 0H4.2M9 15l-6 6",
|
|
key: "chjx8e"
|
|
}],
|
|
["path", {
|
|
d: "M15 4.2V9m0 0h4.8M15 9l6-6",
|
|
key: "lav6yq"
|
|
}],
|
|
["path", {
|
|
d: "M9 4.2V9m0 0H4.2M9 9 3 3",
|
|
key: "1pxi2q"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/shrub.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Shrub = createLucideIcon("Shrub", [
|
|
["path", {
|
|
d: "M12 22v-7l-2-2",
|
|
key: "eqv9mc"
|
|
}],
|
|
["path", {
|
|
d: "M17 8v.8A6 6 0 0 1 13.8 20v0H10v0A6.5 6.5 0 0 1 7 8h0a5 5 0 0 1 10 0Z",
|
|
key: "12jcau"
|
|
}],
|
|
["path", {
|
|
d: "m14 14-2 2",
|
|
key: "847xa2"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/shuffle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Shuffle = createLucideIcon("Shuffle", [
|
|
["path", {
|
|
d: "M2 18h1.4c1.3 0 2.5-.6 3.3-1.7l6.1-8.6c.7-1.1 2-1.7 3.3-1.7H22",
|
|
key: "1wmou1"
|
|
}],
|
|
["path", {
|
|
d: "m18 2 4 4-4 4",
|
|
key: "pucp1d"
|
|
}],
|
|
["path", {
|
|
d: "M2 6h1.9c1.5 0 2.9.9 3.6 2.2",
|
|
key: "10bdb2"
|
|
}],
|
|
["path", {
|
|
d: "M22 18h-5.9c-1.3 0-2.6-.7-3.3-1.8l-.5-.8",
|
|
key: "vgxac0"
|
|
}],
|
|
["path", {
|
|
d: "m18 14 4 4-4 4",
|
|
key: "10pe0f"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/sigma-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SigmaSquare = createLucideIcon("SigmaSquare", [["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}], ["path", {
|
|
d: "M16 8.9V7H8l4 5-4 5h8v-1.9",
|
|
key: "9nih0i"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/sigma.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Sigma = createLucideIcon("Sigma", [["path", {
|
|
d: "M18 7V4H6l6 8-6 8h12v-3",
|
|
key: "zis8ev"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/signal-high.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SignalHigh = createLucideIcon("SignalHigh", [
|
|
["path", {
|
|
d: "M2 20h.01",
|
|
key: "4haj6o"
|
|
}],
|
|
["path", {
|
|
d: "M7 20v-4",
|
|
key: "j294jx"
|
|
}],
|
|
["path", {
|
|
d: "M12 20v-8",
|
|
key: "i3yub9"
|
|
}],
|
|
["path", {
|
|
d: "M17 20V8",
|
|
key: "1tkaf5"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/signal-low.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SignalLow = createLucideIcon("SignalLow", [["path", {
|
|
d: "M2 20h.01",
|
|
key: "4haj6o"
|
|
}], ["path", {
|
|
d: "M7 20v-4",
|
|
key: "j294jx"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/signal-medium.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SignalMedium = createLucideIcon("SignalMedium", [
|
|
["path", {
|
|
d: "M2 20h.01",
|
|
key: "4haj6o"
|
|
}],
|
|
["path", {
|
|
d: "M7 20v-4",
|
|
key: "j294jx"
|
|
}],
|
|
["path", {
|
|
d: "M12 20v-8",
|
|
key: "i3yub9"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/signal-zero.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SignalZero = createLucideIcon("SignalZero", [["path", {
|
|
d: "M2 20h.01",
|
|
key: "4haj6o"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/signal.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Signal = createLucideIcon("Signal", [
|
|
["path", {
|
|
d: "M2 20h.01",
|
|
key: "4haj6o"
|
|
}],
|
|
["path", {
|
|
d: "M7 20v-4",
|
|
key: "j294jx"
|
|
}],
|
|
["path", {
|
|
d: "M12 20v-8",
|
|
key: "i3yub9"
|
|
}],
|
|
["path", {
|
|
d: "M17 20V8",
|
|
key: "1tkaf5"
|
|
}],
|
|
["path", {
|
|
d: "M22 4v16",
|
|
key: "sih9yq"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/signpost-big.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SignpostBig = createLucideIcon("SignpostBig", [
|
|
["path", {
|
|
d: "M10 9H4L2 7l2-2h6",
|
|
key: "1hq7x2"
|
|
}],
|
|
["path", {
|
|
d: "M14 5h6l2 2-2 2h-6",
|
|
key: "bv62ej"
|
|
}],
|
|
["path", {
|
|
d: "M10 22V4a2 2 0 1 1 4 0v18",
|
|
key: "eqpcf2"
|
|
}],
|
|
["path", {
|
|
d: "M8 22h8",
|
|
key: "rmew8v"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/signpost.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Signpost = createLucideIcon("Signpost", [
|
|
["path", {
|
|
d: "M12 3v3",
|
|
key: "1n5kay"
|
|
}],
|
|
["path", {
|
|
d: "M18.5 13h-13L2 9.5 5.5 6h13L22 9.5Z",
|
|
key: "27os56"
|
|
}],
|
|
["path", {
|
|
d: "M12 13v8",
|
|
key: "1l5pq0"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/siren.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Siren = createLucideIcon("Siren", [
|
|
["path", {
|
|
d: "M7 12a5 5 0 0 1 5-5v0a5 5 0 0 1 5 5v6H7v-6Z",
|
|
key: "rmc51c"
|
|
}],
|
|
["path", {
|
|
d: "M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v2H5v-2Z",
|
|
key: "yyvmjy"
|
|
}],
|
|
["path", {
|
|
d: "M21 12h1",
|
|
key: "jtio3y"
|
|
}],
|
|
["path", {
|
|
d: "M18.5 4.5 18 5",
|
|
key: "g5sp9y"
|
|
}],
|
|
["path", {
|
|
d: "M2 12h1",
|
|
key: "1uaihz"
|
|
}],
|
|
["path", {
|
|
d: "M12 2v1",
|
|
key: "11qlp1"
|
|
}],
|
|
["path", {
|
|
d: "m4.929 4.929.707.707",
|
|
key: "1i51kw"
|
|
}],
|
|
["path", {
|
|
d: "M12 12v6",
|
|
key: "3ahymv"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/skip-back.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SkipBack = createLucideIcon("SkipBack", [["polygon", {
|
|
points: "19 20 9 12 19 4 19 20",
|
|
key: "o2sva"
|
|
}], ["line", {
|
|
x1: "5",
|
|
x2: "5",
|
|
y1: "19",
|
|
y2: "5",
|
|
key: "1ocqjk"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/skip-forward.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SkipForward = createLucideIcon("SkipForward", [["polygon", {
|
|
points: "5 4 15 12 5 20 5 4",
|
|
key: "16p6eg"
|
|
}], ["line", {
|
|
x1: "19",
|
|
x2: "19",
|
|
y1: "5",
|
|
y2: "19",
|
|
key: "futhcm"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/skull.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Skull = createLucideIcon("Skull", [
|
|
["circle", {
|
|
cx: "9",
|
|
cy: "12",
|
|
r: "1",
|
|
key: "1vctgf"
|
|
}],
|
|
["circle", {
|
|
cx: "15",
|
|
cy: "12",
|
|
r: "1",
|
|
key: "1tmaij"
|
|
}],
|
|
["path", {
|
|
d: "M8 20v2h8v-2",
|
|
key: "ded4og"
|
|
}],
|
|
["path", {
|
|
d: "m12.5 17-.5-1-.5 1h1z",
|
|
key: "3me087"
|
|
}],
|
|
["path", {
|
|
d: "M16 20a2 2 0 0 0 1.56-3.25 8 8 0 1 0-11.12 0A2 2 0 0 0 8 20",
|
|
key: "xq9p5u"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/slack.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Slack = createLucideIcon("Slack", [
|
|
["rect", {
|
|
width: "3",
|
|
height: "8",
|
|
x: "13",
|
|
y: "2",
|
|
rx: "1.5",
|
|
key: "diqz80"
|
|
}],
|
|
["path", {
|
|
d: "M19 8.5V10h1.5A1.5 1.5 0 1 0 19 8.5",
|
|
key: "183iwg"
|
|
}],
|
|
["rect", {
|
|
width: "3",
|
|
height: "8",
|
|
x: "8",
|
|
y: "14",
|
|
rx: "1.5",
|
|
key: "hqg7r1"
|
|
}],
|
|
["path", {
|
|
d: "M5 15.5V14H3.5A1.5 1.5 0 1 0 5 15.5",
|
|
key: "76g71w"
|
|
}],
|
|
["rect", {
|
|
width: "8",
|
|
height: "3",
|
|
x: "14",
|
|
y: "13",
|
|
rx: "1.5",
|
|
key: "1kmz0a"
|
|
}],
|
|
["path", {
|
|
d: "M15.5 19H14v1.5a1.5 1.5 0 1 0 1.5-1.5",
|
|
key: "jc4sz0"
|
|
}],
|
|
["rect", {
|
|
width: "8",
|
|
height: "3",
|
|
x: "2",
|
|
y: "8",
|
|
rx: "1.5",
|
|
key: "1omvl4"
|
|
}],
|
|
["path", {
|
|
d: "M8.5 5H10V3.5A1.5 1.5 0 1 0 8.5 5",
|
|
key: "16f3cl"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/slash.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Slash = createLucideIcon("Slash", [["path", {
|
|
d: "M22 2 2 22",
|
|
key: "y4kqgn"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/slice.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Slice = createLucideIcon("Slice", [["path", {
|
|
d: "m8 14-6 6h9v-3",
|
|
key: "zo3j9a"
|
|
}], ["path", {
|
|
d: "M18.37 3.63 8 14l3 3L21.37 6.63a2.12 2.12 0 1 0-3-3Z",
|
|
key: "1dzx0j"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/sliders-horizontal.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SlidersHorizontal = createLucideIcon("SlidersHorizontal", [
|
|
["line", {
|
|
x1: "21",
|
|
x2: "14",
|
|
y1: "4",
|
|
y2: "4",
|
|
key: "obuewd"
|
|
}],
|
|
["line", {
|
|
x1: "10",
|
|
x2: "3",
|
|
y1: "4",
|
|
y2: "4",
|
|
key: "1q6298"
|
|
}],
|
|
["line", {
|
|
x1: "21",
|
|
x2: "12",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "1iu8h1"
|
|
}],
|
|
["line", {
|
|
x1: "8",
|
|
x2: "3",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "ntss68"
|
|
}],
|
|
["line", {
|
|
x1: "21",
|
|
x2: "16",
|
|
y1: "20",
|
|
y2: "20",
|
|
key: "14d8ph"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "3",
|
|
y1: "20",
|
|
y2: "20",
|
|
key: "m0wm8r"
|
|
}],
|
|
["line", {
|
|
x1: "14",
|
|
x2: "14",
|
|
y1: "2",
|
|
y2: "6",
|
|
key: "14e1ph"
|
|
}],
|
|
["line", {
|
|
x1: "8",
|
|
x2: "8",
|
|
y1: "10",
|
|
y2: "14",
|
|
key: "1i6ji0"
|
|
}],
|
|
["line", {
|
|
x1: "16",
|
|
x2: "16",
|
|
y1: "18",
|
|
y2: "22",
|
|
key: "1lctlv"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/sliders.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Sliders = createLucideIcon("Sliders", [
|
|
["line", {
|
|
x1: "4",
|
|
x2: "4",
|
|
y1: "21",
|
|
y2: "14",
|
|
key: "1p332r"
|
|
}],
|
|
["line", {
|
|
x1: "4",
|
|
x2: "4",
|
|
y1: "10",
|
|
y2: "3",
|
|
key: "gb41h5"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "21",
|
|
y2: "12",
|
|
key: "hf2csr"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "8",
|
|
y2: "3",
|
|
key: "1kfi7u"
|
|
}],
|
|
["line", {
|
|
x1: "20",
|
|
x2: "20",
|
|
y1: "21",
|
|
y2: "16",
|
|
key: "1lhrwl"
|
|
}],
|
|
["line", {
|
|
x1: "20",
|
|
x2: "20",
|
|
y1: "12",
|
|
y2: "3",
|
|
key: "16vvfq"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "6",
|
|
y1: "14",
|
|
y2: "14",
|
|
key: "1uebub"
|
|
}],
|
|
["line", {
|
|
x1: "10",
|
|
x2: "14",
|
|
y1: "8",
|
|
y2: "8",
|
|
key: "1yglbp"
|
|
}],
|
|
["line", {
|
|
x1: "18",
|
|
x2: "22",
|
|
y1: "16",
|
|
y2: "16",
|
|
key: "1jxqpz"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/smartphone-charging.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SmartphoneCharging = createLucideIcon("SmartphoneCharging", [["rect", {
|
|
width: "14",
|
|
height: "20",
|
|
x: "5",
|
|
y: "2",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1yt0o3"
|
|
}], ["path", {
|
|
d: "M12.667 8 10 12h4l-2.667 4",
|
|
key: "h9lk2d"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/smartphone-nfc.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SmartphoneNfc = createLucideIcon("SmartphoneNfc", [
|
|
["rect", {
|
|
width: "7",
|
|
height: "12",
|
|
x: "2",
|
|
y: "6",
|
|
rx: "1",
|
|
key: "5nje8w"
|
|
}],
|
|
["path", {
|
|
d: "M13 8.32a7.43 7.43 0 0 1 0 7.36",
|
|
key: "1g306n"
|
|
}],
|
|
["path", {
|
|
d: "M16.46 6.21a11.76 11.76 0 0 1 0 11.58",
|
|
key: "uqvjvo"
|
|
}],
|
|
["path", {
|
|
d: "M19.91 4.1a15.91 15.91 0 0 1 .01 15.8",
|
|
key: "ujntz3"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/smartphone.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Smartphone = createLucideIcon("Smartphone", [["rect", {
|
|
width: "14",
|
|
height: "20",
|
|
x: "5",
|
|
y: "2",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1yt0o3"
|
|
}], ["path", {
|
|
d: "M12 18h.01",
|
|
key: "mhygvu"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/smile-plus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SmilePlus = createLucideIcon("SmilePlus", [
|
|
["path", {
|
|
d: "M22 11v1a10 10 0 1 1-9-10",
|
|
key: "ew0xw9"
|
|
}],
|
|
["path", {
|
|
d: "M8 14s1.5 2 4 2 4-2 4-2",
|
|
key: "1y1vjs"
|
|
}],
|
|
["line", {
|
|
x1: "9",
|
|
x2: "9.01",
|
|
y1: "9",
|
|
y2: "9",
|
|
key: "yxxnd0"
|
|
}],
|
|
["line", {
|
|
x1: "15",
|
|
x2: "15.01",
|
|
y1: "9",
|
|
y2: "9",
|
|
key: "1p4y9e"
|
|
}],
|
|
["path", {
|
|
d: "M16 5h6",
|
|
key: "1vod17"
|
|
}],
|
|
["path", {
|
|
d: "M19 2v6",
|
|
key: "4bpg5p"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/smile.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Smile = createLucideIcon("Smile", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["path", {
|
|
d: "M8 14s1.5 2 4 2 4-2 4-2",
|
|
key: "1y1vjs"
|
|
}],
|
|
["line", {
|
|
x1: "9",
|
|
x2: "9.01",
|
|
y1: "9",
|
|
y2: "9",
|
|
key: "yxxnd0"
|
|
}],
|
|
["line", {
|
|
x1: "15",
|
|
x2: "15.01",
|
|
y1: "9",
|
|
y2: "9",
|
|
key: "1p4y9e"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/snail.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Snail = createLucideIcon("Snail", [
|
|
["path", {
|
|
d: "M2 13a6 6 0 1 0 12 0 4 4 0 1 0-8 0 2 2 0 0 0 4 0",
|
|
key: "hneq2s"
|
|
}],
|
|
["circle", {
|
|
cx: "10",
|
|
cy: "13",
|
|
r: "8",
|
|
key: "194lz3"
|
|
}],
|
|
["path", {
|
|
d: "M2 21h12c4.4 0 8-3.6 8-8V7a2 2 0 1 0-4 0v6",
|
|
key: "ixqyt7"
|
|
}],
|
|
["path", {
|
|
d: "M18 3 19.1 5.2",
|
|
key: "9tjm43"
|
|
}],
|
|
["path", {
|
|
d: "M22 3 20.9 5.2",
|
|
key: "j3odrs"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/snowflake.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Snowflake = createLucideIcon("Snowflake", [
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "1dnqot"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "7eqyqh"
|
|
}],
|
|
["path", {
|
|
d: "m20 16-4-4 4-4",
|
|
key: "rquw4f"
|
|
}],
|
|
["path", {
|
|
d: "m4 8 4 4-4 4",
|
|
key: "12s3z9"
|
|
}],
|
|
["path", {
|
|
d: "m16 4-4 4-4-4",
|
|
key: "1tumq1"
|
|
}],
|
|
["path", {
|
|
d: "m8 20 4-4 4 4",
|
|
key: "9p200w"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/sofa.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Sofa = createLucideIcon("Sofa", [
|
|
["path", {
|
|
d: "M20 9V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3",
|
|
key: "1dgpiv"
|
|
}],
|
|
["path", {
|
|
d: "M2 11v5a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v2H6v-2a2 2 0 0 0-4 0Z",
|
|
key: "u5qfb7"
|
|
}],
|
|
["path", {
|
|
d: "M4 18v2",
|
|
key: "jwo5n2"
|
|
}],
|
|
["path", {
|
|
d: "M20 18v2",
|
|
key: "1ar1qi"
|
|
}],
|
|
["path", {
|
|
d: "M12 4v9",
|
|
key: "oqhhn3"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/soup.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Soup = createLucideIcon("Soup", [
|
|
["path", {
|
|
d: "M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z",
|
|
key: "4rw317"
|
|
}],
|
|
["path", {
|
|
d: "M7 21h10",
|
|
key: "1b0cd5"
|
|
}],
|
|
["path", {
|
|
d: "M19.5 12 22 6",
|
|
key: "shfsr5"
|
|
}],
|
|
["path", {
|
|
d: "M16.25 3c.27.1.8.53.75 1.36-.06.83-.93 1.2-1 2.02-.05.78.34 1.24.73 1.62",
|
|
key: "rpc6vp"
|
|
}],
|
|
["path", {
|
|
d: "M11.25 3c.27.1.8.53.74 1.36-.05.83-.93 1.2-.98 2.02-.06.78.33 1.24.72 1.62",
|
|
key: "1lf63m"
|
|
}],
|
|
["path", {
|
|
d: "M6.25 3c.27.1.8.53.75 1.36-.06.83-.93 1.2-1 2.02-.05.78.34 1.24.74 1.62",
|
|
key: "97tijn"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/space.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Space = createLucideIcon("Space", [["path", {
|
|
d: "M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1",
|
|
key: "lt2kga"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/spade.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Spade = createLucideIcon("Spade", [["path", {
|
|
d: "M5 9c-1.5 1.5-3 3.2-3 5.5A5.5 5.5 0 0 0 7.5 20c1.8 0 3-.5 4.5-2 1.5 1.5 2.7 2 4.5 2a5.5 5.5 0 0 0 5.5-5.5c0-2.3-1.5-4-3-5.5l-7-7-7 7Z",
|
|
key: "40bo9n"
|
|
}], ["path", {
|
|
d: "M12 18v4",
|
|
key: "jadmvz"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/sparkle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Sparkle = createLucideIcon("Sparkle", [["path", {
|
|
d: "m12 3-1.9 5.8a2 2 0 0 1-1.287 1.288L3 12l5.8 1.9a2 2 0 0 1 1.288 1.287L12 21l1.9-5.8a2 2 0 0 1 1.287-1.288L21 12l-5.8-1.9a2 2 0 0 1-1.288-1.287Z",
|
|
key: "nraa5p"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/sparkles.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Sparkles = createLucideIcon("Sparkles", [
|
|
["path", {
|
|
d: "m12 3-1.912 5.813a2 2 0 0 1-1.275 1.275L3 12l5.813 1.912a2 2 0 0 1 1.275 1.275L12 21l1.912-5.813a2 2 0 0 1 1.275-1.275L21 12l-5.813-1.912a2 2 0 0 1-1.275-1.275L12 3Z",
|
|
key: "17u4zn"
|
|
}],
|
|
["path", {
|
|
d: "M5 3v4",
|
|
key: "bklmnn"
|
|
}],
|
|
["path", {
|
|
d: "M19 17v4",
|
|
key: "iiml17"
|
|
}],
|
|
["path", {
|
|
d: "M3 5h4",
|
|
key: "nem4j1"
|
|
}],
|
|
["path", {
|
|
d: "M17 19h4",
|
|
key: "lbex7p"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/speaker.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Speaker = createLucideIcon("Speaker", [
|
|
["rect", {
|
|
width: "16",
|
|
height: "20",
|
|
x: "4",
|
|
y: "2",
|
|
rx: "2",
|
|
key: "1nb95v"
|
|
}],
|
|
["path", {
|
|
d: "M12 6h.01",
|
|
key: "1vi96p"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "14",
|
|
r: "4",
|
|
key: "1jruaj"
|
|
}],
|
|
["path", {
|
|
d: "M12 14h.01",
|
|
key: "1etili"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/speech.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Speech = createLucideIcon("Speech", [
|
|
["path", {
|
|
d: "M8.8 20v-4.1l1.9.2a2.3 2.3 0 0 0 2.164-2.1V8.3A5.37 5.37 0 0 0 2 8.25c0 2.8.656 3.054 1 4.55a5.77 5.77 0 0 1 .029 2.758L2 20",
|
|
key: "11atix"
|
|
}],
|
|
["path", {
|
|
d: "M19.8 17.8a7.5 7.5 0 0 0 .003-10.603",
|
|
key: "yol142"
|
|
}],
|
|
["path", {
|
|
d: "M17 15a3.5 3.5 0 0 0-.025-4.975",
|
|
key: "ssbmkc"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/spell-check-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SpellCheck2 = createLucideIcon("SpellCheck2", [
|
|
["path", {
|
|
d: "m6 16 6-12 6 12",
|
|
key: "1b4byz"
|
|
}],
|
|
["path", {
|
|
d: "M8 12h8",
|
|
key: "1wcyev"
|
|
}],
|
|
["path", {
|
|
d: "M4 21c1.1 0 1.1-1 2.3-1s1.1 1 2.3 1c1.1 0 1.1-1 2.3-1 1.1 0 1.1 1 2.3 1 1.1 0 1.1-1 2.3-1 1.1 0 1.1 1 2.3 1 1.1 0 1.1-1 2.3-1",
|
|
key: "8mdmtu"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/spell-check.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SpellCheck = createLucideIcon("SpellCheck", [
|
|
["path", {
|
|
d: "m6 16 6-12 6 12",
|
|
key: "1b4byz"
|
|
}],
|
|
["path", {
|
|
d: "M8 12h8",
|
|
key: "1wcyev"
|
|
}],
|
|
["path", {
|
|
d: "m16 20 2 2 4-4",
|
|
key: "13tcca"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/spline.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Spline = createLucideIcon("Spline", [
|
|
["circle", {
|
|
cx: "19",
|
|
cy: "5",
|
|
r: "2",
|
|
key: "mhkx31"
|
|
}],
|
|
["circle", {
|
|
cx: "5",
|
|
cy: "19",
|
|
r: "2",
|
|
key: "v8kfzx"
|
|
}],
|
|
["path", {
|
|
d: "M5 17A12 12 0 0 1 17 5",
|
|
key: "1okkup"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/split-square-horizontal.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SplitSquareHorizontal = createLucideIcon("SplitSquareHorizontal", [
|
|
["path", {
|
|
d: "M8 19H5c-1 0-2-1-2-2V7c0-1 1-2 2-2h3",
|
|
key: "lubmu8"
|
|
}],
|
|
["path", {
|
|
d: "M16 5h3c1 0 2 1 2 2v10c0 1-1 2-2 2h-3",
|
|
key: "1ag34g"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "4",
|
|
y2: "20",
|
|
key: "1tx1rr"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/split-square-vertical.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SplitSquareVertical = createLucideIcon("SplitSquareVertical", [
|
|
["path", {
|
|
d: "M5 8V5c0-1 1-2 2-2h10c1 0 2 1 2 2v3",
|
|
key: "1pi83i"
|
|
}],
|
|
["path", {
|
|
d: "M19 16v3c0 1-1 2-2 2H7c-1 0-2-1-2-2v-3",
|
|
key: "ido5k7"
|
|
}],
|
|
["line", {
|
|
x1: "4",
|
|
x2: "20",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "1e0a9i"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/split.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Split = createLucideIcon("Split", [
|
|
["path", {
|
|
d: "M16 3h5v5",
|
|
key: "1806ms"
|
|
}],
|
|
["path", {
|
|
d: "M8 3H3v5",
|
|
key: "15dfkv"
|
|
}],
|
|
["path", {
|
|
d: "M12 22v-8.3a4 4 0 0 0-1.172-2.872L3 3",
|
|
key: "1qrqzj"
|
|
}],
|
|
["path", {
|
|
d: "m15 9 6-6",
|
|
key: "ko1vev"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/spray-can.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SprayCan = createLucideIcon("SprayCan", [
|
|
["path", {
|
|
d: "M3 3h.01",
|
|
key: "159qn6"
|
|
}],
|
|
["path", {
|
|
d: "M7 5h.01",
|
|
key: "1hq22a"
|
|
}],
|
|
["path", {
|
|
d: "M11 7h.01",
|
|
key: "1osv80"
|
|
}],
|
|
["path", {
|
|
d: "M3 7h.01",
|
|
key: "1xzrh3"
|
|
}],
|
|
["path", {
|
|
d: "M7 9h.01",
|
|
key: "19b3jx"
|
|
}],
|
|
["path", {
|
|
d: "M3 11h.01",
|
|
key: "1eifu7"
|
|
}],
|
|
["rect", {
|
|
width: "4",
|
|
height: "4",
|
|
x: "15",
|
|
y: "5",
|
|
key: "mri9e4"
|
|
}],
|
|
["path", {
|
|
d: "m19 9 2 2v10c0 .6-.4 1-1 1h-6c-.6 0-1-.4-1-1V11l2-2",
|
|
key: "aib6hk"
|
|
}],
|
|
["path", {
|
|
d: "m13 14 8-2",
|
|
key: "1d7bmk"
|
|
}],
|
|
["path", {
|
|
d: "m13 19 8-2",
|
|
key: "1y2vml"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/sprout.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Sprout = createLucideIcon("Sprout", [
|
|
["path", {
|
|
d: "M7 20h10",
|
|
key: "e6iznv"
|
|
}],
|
|
["path", {
|
|
d: "M10 20c5.5-2.5.8-6.4 3-10",
|
|
key: "161w41"
|
|
}],
|
|
["path", {
|
|
d: "M9.5 9.4c1.1.8 1.8 2.2 2.3 3.7-2 .4-3.5.4-4.8-.3-1.2-.6-2.3-1.9-3-4.2 2.8-.5 4.4 0 5.5.8z",
|
|
key: "9gtqwd"
|
|
}],
|
|
["path", {
|
|
d: "M14.1 6a7 7 0 0 0-1.1 4c1.9-.1 3.3-.6 4.3-1.4 1-1 1.6-2.3 1.7-4.6-2.7.1-4 1-4.9 2z",
|
|
key: "bkxnd2"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/square-asterisk.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SquareAsterisk = createLucideIcon("SquareAsterisk", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "M12 8v8",
|
|
key: "napkw2"
|
|
}],
|
|
["path", {
|
|
d: "m8.5 14 7-4",
|
|
key: "12hpby"
|
|
}],
|
|
["path", {
|
|
d: "m8.5 10 7 4",
|
|
key: "wwy2dy"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/square-code.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SquareCode = createLucideIcon("SquareCode", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "m10 10-2 2 2 2",
|
|
key: "p6et6i"
|
|
}],
|
|
["path", {
|
|
d: "m14 14 2-2-2-2",
|
|
key: "m075q2"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/square-dashed-bottom-code.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SquareDashedBottomCode = createLucideIcon("SquareDashedBottomCode", [
|
|
["path", {
|
|
d: "m10 10-2 2 2 2",
|
|
key: "p6et6i"
|
|
}],
|
|
["path", {
|
|
d: "m14 14 2-2-2-2",
|
|
key: "m075q2"
|
|
}],
|
|
["path", {
|
|
d: "M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2",
|
|
key: "as5y1o"
|
|
}],
|
|
["path", {
|
|
d: "M9 21h1",
|
|
key: "15o7lz"
|
|
}],
|
|
["path", {
|
|
d: "M14 21h1",
|
|
key: "v9vybs"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/square-dashed-bottom.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SquareDashedBottom = createLucideIcon("SquareDashedBottom", [
|
|
["path", {
|
|
d: "M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2",
|
|
key: "as5y1o"
|
|
}],
|
|
["path", {
|
|
d: "M9 21h1",
|
|
key: "15o7lz"
|
|
}],
|
|
["path", {
|
|
d: "M14 21h1",
|
|
key: "v9vybs"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/square-dot.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SquareDot = createLucideIcon("SquareDot", [["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}], ["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "1",
|
|
key: "41hilf"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/square-equal.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SquareEqual = createLucideIcon("SquareEqual", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "M7 10h10",
|
|
key: "1101jm"
|
|
}],
|
|
["path", {
|
|
d: "M7 14h10",
|
|
key: "1mhdw3"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/square-slash.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SquareSlash = createLucideIcon("SquareSlash", [["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}], ["line", {
|
|
x1: "9",
|
|
x2: "15",
|
|
y1: "15",
|
|
y2: "9",
|
|
key: "1dfufj"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/square-stack.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SquareStack = createLucideIcon("SquareStack", [
|
|
["path", {
|
|
d: "M4 10c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2",
|
|
key: "4i38lg"
|
|
}],
|
|
["path", {
|
|
d: "M10 16c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2",
|
|
key: "mlte4a"
|
|
}],
|
|
["rect", {
|
|
width: "8",
|
|
height: "8",
|
|
x: "14",
|
|
y: "14",
|
|
rx: "2",
|
|
key: "1fa9i4"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/square-user-round.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SquareUserRound = createLucideIcon("SquareUserRound", [
|
|
["path", {
|
|
d: "M18 21a6 6 0 0 0-12 0",
|
|
key: "kaz2du"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "11",
|
|
r: "4",
|
|
key: "1gt34v"
|
|
}],
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/square-user.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SquareUser = createLucideIcon("SquareUser", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "10",
|
|
r: "3",
|
|
key: "ilqhr7"
|
|
}],
|
|
["path", {
|
|
d: "M7 21v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2",
|
|
key: "1m6ac2"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Square = createLucideIcon("Square", [["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/squircle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Squircle = createLucideIcon("Squircle", [["path", {
|
|
d: "M12 3c7.2 0 9 1.8 9 9s-1.8 9-9 9-9-1.8-9-9 1.8-9 9-9",
|
|
key: "garfkc"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/squirrel.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Squirrel = createLucideIcon("Squirrel", [
|
|
["path", {
|
|
d: "M18 6a4 4 0 0 0-4 4 7 7 0 0 0-7 7c0-5 4-5 4-10.5a4.5 4.5 0 1 0-9 0 2.5 2.5 0 0 0 5 0C7 10 3 11 3 17c0 2.8 2.2 5 5 5h10",
|
|
key: "980v8a"
|
|
}],
|
|
["path", {
|
|
d: "M16 20c0-1.7 1.3-3 3-3h1a2 2 0 0 0 2-2v-2a4 4 0 0 0-4-4V4",
|
|
key: "19wibc"
|
|
}],
|
|
["path", {
|
|
d: "M15.2 22a3 3 0 0 0-2.2-5",
|
|
key: "13bpac"
|
|
}],
|
|
["path", {
|
|
d: "M18 13h.01",
|
|
key: "9veqaj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/stamp.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Stamp = createLucideIcon("Stamp", [
|
|
["path", {
|
|
d: "M5 22h14",
|
|
key: "ehvnwv"
|
|
}],
|
|
["path", {
|
|
d: "M19.27 13.73A2.5 2.5 0 0 0 17.5 13h-11A2.5 2.5 0 0 0 4 15.5V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-1.5c0-.66-.26-1.3-.73-1.77Z",
|
|
key: "1sy9ra"
|
|
}],
|
|
["path", {
|
|
d: "M14 13V8.5C14 7 15 7 15 5a3 3 0 0 0-3-3c-1.66 0-3 1-3 3s1 2 1 3.5V13",
|
|
key: "cnxgux"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/star-half.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var StarHalf = createLucideIcon("StarHalf", [["path", {
|
|
d: "M12 17.8 5.8 21 7 14.1 2 9.3l7-1L12 2",
|
|
key: "nare05"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/star-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var StarOff = createLucideIcon("StarOff", [
|
|
["path", {
|
|
d: "M8.34 8.34 2 9.27l5 4.87L5.82 21 12 17.77 18.18 21l-.59-3.43",
|
|
key: "16m0ql"
|
|
}],
|
|
["path", {
|
|
d: "M18.42 12.76 22 9.27l-6.91-1L12 2l-1.44 2.91",
|
|
key: "1vt8nq"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/star.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Star = createLucideIcon("Star", [["polygon", {
|
|
points: "12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2",
|
|
key: "8f66p6"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/step-back.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var StepBack = createLucideIcon("StepBack", [["line", {
|
|
x1: "18",
|
|
x2: "18",
|
|
y1: "20",
|
|
y2: "4",
|
|
key: "cun8e5"
|
|
}], ["polygon", {
|
|
points: "14,20 4,12 14,4",
|
|
key: "ypakod"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/step-forward.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var StepForward = createLucideIcon("StepForward", [["line", {
|
|
x1: "6",
|
|
x2: "6",
|
|
y1: "4",
|
|
y2: "20",
|
|
key: "fy8qot"
|
|
}], ["polygon", {
|
|
points: "10,4 20,12 10,20",
|
|
key: "1mc1pf"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/stethoscope.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Stethoscope = createLucideIcon("Stethoscope", [
|
|
["path", {
|
|
d: "M4.8 2.3A.3.3 0 1 0 5 2H4a2 2 0 0 0-2 2v5a6 6 0 0 0 6 6v0a6 6 0 0 0 6-6V4a2 2 0 0 0-2-2h-1a.2.2 0 1 0 .3.3",
|
|
key: "1jd90r"
|
|
}],
|
|
["path", {
|
|
d: "M8 15v1a6 6 0 0 0 6 6v0a6 6 0 0 0 6-6v-4",
|
|
key: "126ukv"
|
|
}],
|
|
["circle", {
|
|
cx: "20",
|
|
cy: "10",
|
|
r: "2",
|
|
key: "ts1r5v"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/sticker.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Sticker = createLucideIcon("Sticker", [
|
|
["path", {
|
|
d: "M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z",
|
|
key: "1wis1t"
|
|
}],
|
|
["path", {
|
|
d: "M15 3v6h6",
|
|
key: "edgan2"
|
|
}],
|
|
["path", {
|
|
d: "M10 16s.8 1 2 1c1.3 0 2-1 2-1",
|
|
key: "1vvgv3"
|
|
}],
|
|
["path", {
|
|
d: "M8 13h0",
|
|
key: "jdup5h"
|
|
}],
|
|
["path", {
|
|
d: "M16 13h0",
|
|
key: "l4i2ga"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/sticky-note.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var StickyNote = createLucideIcon("StickyNote", [["path", {
|
|
d: "M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z",
|
|
key: "1wis1t"
|
|
}], ["path", {
|
|
d: "M15 3v6h6",
|
|
key: "edgan2"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/stop-circle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var StopCircle = createLucideIcon("StopCircle", [["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}], ["rect", {
|
|
width: "6",
|
|
height: "6",
|
|
x: "9",
|
|
y: "9",
|
|
key: "1wrtvo"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/store.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Store = createLucideIcon("Store", [
|
|
["path", {
|
|
d: "m2 7 4.41-4.41A2 2 0 0 1 7.83 2h8.34a2 2 0 0 1 1.42.59L22 7",
|
|
key: "ztvudi"
|
|
}],
|
|
["path", {
|
|
d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8",
|
|
key: "1b2hhj"
|
|
}],
|
|
["path", {
|
|
d: "M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4",
|
|
key: "2ebpfo"
|
|
}],
|
|
["path", {
|
|
d: "M2 7h20",
|
|
key: "1fcdvo"
|
|
}],
|
|
["path", {
|
|
d: "M22 7v3a2 2 0 0 1-2 2v0a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 16 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 12 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 8 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 4 12v0a2 2 0 0 1-2-2V7",
|
|
key: "jon5kx"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/stretch-horizontal.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var StretchHorizontal = createLucideIcon("StretchHorizontal", [["rect", {
|
|
width: "20",
|
|
height: "6",
|
|
x: "2",
|
|
y: "4",
|
|
rx: "2",
|
|
key: "qdearl"
|
|
}], ["rect", {
|
|
width: "20",
|
|
height: "6",
|
|
x: "2",
|
|
y: "14",
|
|
rx: "2",
|
|
key: "1xrn6j"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/stretch-vertical.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var StretchVertical = createLucideIcon("StretchVertical", [["rect", {
|
|
width: "6",
|
|
height: "20",
|
|
x: "4",
|
|
y: "2",
|
|
rx: "2",
|
|
key: "19qu7m"
|
|
}], ["rect", {
|
|
width: "6",
|
|
height: "20",
|
|
x: "14",
|
|
y: "2",
|
|
rx: "2",
|
|
key: "24v0nk"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/strikethrough.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Strikethrough = createLucideIcon("Strikethrough", [
|
|
["path", {
|
|
d: "M16 4H9a3 3 0 0 0-2.83 4",
|
|
key: "43sutm"
|
|
}],
|
|
["path", {
|
|
d: "M14 12a4 4 0 0 1 0 8H6",
|
|
key: "nlfj13"
|
|
}],
|
|
["line", {
|
|
x1: "4",
|
|
x2: "20",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "1e0a9i"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/subscript.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Subscript = createLucideIcon("Subscript", [
|
|
["path", {
|
|
d: "m4 5 8 8",
|
|
key: "1eunvl"
|
|
}],
|
|
["path", {
|
|
d: "m12 5-8 8",
|
|
key: "1ah0jp"
|
|
}],
|
|
["path", {
|
|
d: "M20 19h-4c0-1.5.44-2 1.5-2.5S20 15.33 20 14c0-.47-.17-.93-.48-1.29a2.11 2.11 0 0 0-2.62-.44c-.42.24-.74.62-.9 1.07",
|
|
key: "e8ta8j"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/subtitles.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Subtitles = createLucideIcon("Subtitles", [
|
|
["path", {
|
|
d: "M7 13h4",
|
|
key: "1m1xj0"
|
|
}],
|
|
["path", {
|
|
d: "M15 13h2",
|
|
key: "vgjay3"
|
|
}],
|
|
["path", {
|
|
d: "M7 9h2",
|
|
key: "1q072n"
|
|
}],
|
|
["path", {
|
|
d: "M13 9h4",
|
|
key: "o7fxw0"
|
|
}],
|
|
["path", {
|
|
d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2Z",
|
|
key: "5somay"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/sun-dim.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SunDim = createLucideIcon("SunDim", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "4",
|
|
key: "4exip2"
|
|
}],
|
|
["path", {
|
|
d: "M12 4h.01",
|
|
key: "1ujb9j"
|
|
}],
|
|
["path", {
|
|
d: "M20 12h.01",
|
|
key: "1ykeid"
|
|
}],
|
|
["path", {
|
|
d: "M12 20h.01",
|
|
key: "zekei9"
|
|
}],
|
|
["path", {
|
|
d: "M4 12h.01",
|
|
key: "158zrr"
|
|
}],
|
|
["path", {
|
|
d: "M17.657 6.343h.01",
|
|
key: "31pqzk"
|
|
}],
|
|
["path", {
|
|
d: "M17.657 17.657h.01",
|
|
key: "jehnf4"
|
|
}],
|
|
["path", {
|
|
d: "M6.343 17.657h.01",
|
|
key: "gdk6ow"
|
|
}],
|
|
["path", {
|
|
d: "M6.343 6.343h.01",
|
|
key: "1uurf0"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/sun-medium.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SunMedium = createLucideIcon("SunMedium", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "4",
|
|
key: "4exip2"
|
|
}],
|
|
["path", {
|
|
d: "M12 3v1",
|
|
key: "1asbbs"
|
|
}],
|
|
["path", {
|
|
d: "M12 20v1",
|
|
key: "1wcdkc"
|
|
}],
|
|
["path", {
|
|
d: "M3 12h1",
|
|
key: "lp3yf2"
|
|
}],
|
|
["path", {
|
|
d: "M20 12h1",
|
|
key: "1vloll"
|
|
}],
|
|
["path", {
|
|
d: "m18.364 5.636-.707.707",
|
|
key: "1hakh0"
|
|
}],
|
|
["path", {
|
|
d: "m6.343 17.657-.707.707",
|
|
key: "18m9nf"
|
|
}],
|
|
["path", {
|
|
d: "m5.636 5.636.707.707",
|
|
key: "1xv1c5"
|
|
}],
|
|
["path", {
|
|
d: "m17.657 17.657.707.707",
|
|
key: "vl76zb"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/sun-moon.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SunMoon = createLucideIcon("SunMoon", [
|
|
["path", {
|
|
d: "M12 8a2.83 2.83 0 0 0 4 4 4 4 0 1 1-4-4",
|
|
key: "1fu5g2"
|
|
}],
|
|
["path", {
|
|
d: "M12 2v2",
|
|
key: "tus03m"
|
|
}],
|
|
["path", {
|
|
d: "M12 20v2",
|
|
key: "1lh1kg"
|
|
}],
|
|
["path", {
|
|
d: "m4.9 4.9 1.4 1.4",
|
|
key: "b9915j"
|
|
}],
|
|
["path", {
|
|
d: "m17.7 17.7 1.4 1.4",
|
|
key: "qc3ed3"
|
|
}],
|
|
["path", {
|
|
d: "M2 12h2",
|
|
key: "1t8f8n"
|
|
}],
|
|
["path", {
|
|
d: "M20 12h2",
|
|
key: "1q8mjw"
|
|
}],
|
|
["path", {
|
|
d: "m6.3 17.7-1.4 1.4",
|
|
key: "5gca6"
|
|
}],
|
|
["path", {
|
|
d: "m19.1 4.9-1.4 1.4",
|
|
key: "wpu9u6"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/sun-snow.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SunSnow = createLucideIcon("SunSnow", [
|
|
["path", {
|
|
d: "M10 9a3 3 0 1 0 0 6",
|
|
key: "6zmtdl"
|
|
}],
|
|
["path", {
|
|
d: "M2 12h1",
|
|
key: "1uaihz"
|
|
}],
|
|
["path", {
|
|
d: "M14 21V3",
|
|
key: "1llu3z"
|
|
}],
|
|
["path", {
|
|
d: "M10 4V3",
|
|
key: "pkzwkn"
|
|
}],
|
|
["path", {
|
|
d: "M10 21v-1",
|
|
key: "1u8rkd"
|
|
}],
|
|
["path", {
|
|
d: "m3.64 18.36.7-.7",
|
|
key: "105rm9"
|
|
}],
|
|
["path", {
|
|
d: "m4.34 6.34-.7-.7",
|
|
key: "d3unjp"
|
|
}],
|
|
["path", {
|
|
d: "M14 12h8",
|
|
key: "4f43i9"
|
|
}],
|
|
["path", {
|
|
d: "m17 4-3 3",
|
|
key: "15jcng"
|
|
}],
|
|
["path", {
|
|
d: "m14 17 3 3",
|
|
key: "6tlq38"
|
|
}],
|
|
["path", {
|
|
d: "m21 15-3-3 3-3",
|
|
key: "1nlnje"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/sun.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Sun = createLucideIcon("Sun", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "4",
|
|
key: "4exip2"
|
|
}],
|
|
["path", {
|
|
d: "M12 2v2",
|
|
key: "tus03m"
|
|
}],
|
|
["path", {
|
|
d: "M12 20v2",
|
|
key: "1lh1kg"
|
|
}],
|
|
["path", {
|
|
d: "m4.93 4.93 1.41 1.41",
|
|
key: "149t6j"
|
|
}],
|
|
["path", {
|
|
d: "m17.66 17.66 1.41 1.41",
|
|
key: "ptbguv"
|
|
}],
|
|
["path", {
|
|
d: "M2 12h2",
|
|
key: "1t8f8n"
|
|
}],
|
|
["path", {
|
|
d: "M20 12h2",
|
|
key: "1q8mjw"
|
|
}],
|
|
["path", {
|
|
d: "m6.34 17.66-1.41 1.41",
|
|
key: "1m8zz5"
|
|
}],
|
|
["path", {
|
|
d: "m19.07 4.93-1.41 1.41",
|
|
key: "1shlcs"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/sunrise.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Sunrise = createLucideIcon("Sunrise", [
|
|
["path", {
|
|
d: "M12 2v8",
|
|
key: "1q4o3n"
|
|
}],
|
|
["path", {
|
|
d: "m4.93 10.93 1.41 1.41",
|
|
key: "2a7f42"
|
|
}],
|
|
["path", {
|
|
d: "M2 18h2",
|
|
key: "j10viu"
|
|
}],
|
|
["path", {
|
|
d: "M20 18h2",
|
|
key: "wocana"
|
|
}],
|
|
["path", {
|
|
d: "m19.07 10.93-1.41 1.41",
|
|
key: "15zs5n"
|
|
}],
|
|
["path", {
|
|
d: "M22 22H2",
|
|
key: "19qnx5"
|
|
}],
|
|
["path", {
|
|
d: "m8 6 4-4 4 4",
|
|
key: "ybng9g"
|
|
}],
|
|
["path", {
|
|
d: "M16 18a4 4 0 0 0-8 0",
|
|
key: "1lzouq"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/sunset.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Sunset = createLucideIcon("Sunset", [
|
|
["path", {
|
|
d: "M12 10V2",
|
|
key: "16sf7g"
|
|
}],
|
|
["path", {
|
|
d: "m4.93 10.93 1.41 1.41",
|
|
key: "2a7f42"
|
|
}],
|
|
["path", {
|
|
d: "M2 18h2",
|
|
key: "j10viu"
|
|
}],
|
|
["path", {
|
|
d: "M20 18h2",
|
|
key: "wocana"
|
|
}],
|
|
["path", {
|
|
d: "m19.07 10.93-1.41 1.41",
|
|
key: "15zs5n"
|
|
}],
|
|
["path", {
|
|
d: "M22 22H2",
|
|
key: "19qnx5"
|
|
}],
|
|
["path", {
|
|
d: "m16 6-4 4-4-4",
|
|
key: "6wukr"
|
|
}],
|
|
["path", {
|
|
d: "M16 18a4 4 0 0 0-8 0",
|
|
key: "1lzouq"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/superscript.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Superscript = createLucideIcon("Superscript", [
|
|
["path", {
|
|
d: "m4 19 8-8",
|
|
key: "hr47gm"
|
|
}],
|
|
["path", {
|
|
d: "m12 19-8-8",
|
|
key: "1dhhmo"
|
|
}],
|
|
["path", {
|
|
d: "M20 12h-4c0-1.5.442-2 1.5-2.5S20 8.334 20 7.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06",
|
|
key: "1dfcux"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/swiss-franc.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SwissFranc = createLucideIcon("SwissFranc", [
|
|
["path", {
|
|
d: "M10 21V3h8",
|
|
key: "br2l0g"
|
|
}],
|
|
["path", {
|
|
d: "M6 16h9",
|
|
key: "2py0wn"
|
|
}],
|
|
["path", {
|
|
d: "M10 9.5h7",
|
|
key: "13dmhz"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/switch-camera.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var SwitchCamera = createLucideIcon("SwitchCamera", [
|
|
["path", {
|
|
d: "M11 19H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h5",
|
|
key: "mtk2lu"
|
|
}],
|
|
["path", {
|
|
d: "M13 5h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-5",
|
|
key: "120jsl"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "3",
|
|
key: "1v7zrd"
|
|
}],
|
|
["path", {
|
|
d: "m18 22-3-3 3-3",
|
|
key: "kgdoj7"
|
|
}],
|
|
["path", {
|
|
d: "m6 2 3 3-3 3",
|
|
key: "1fnbkv"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/sword.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Sword = createLucideIcon("Sword", [
|
|
["polyline", {
|
|
points: "14.5 17.5 3 6 3 3 6 3 17.5 14.5",
|
|
key: "1hfsw2"
|
|
}],
|
|
["line", {
|
|
x1: "13",
|
|
x2: "19",
|
|
y1: "19",
|
|
y2: "13",
|
|
key: "1vrmhu"
|
|
}],
|
|
["line", {
|
|
x1: "16",
|
|
x2: "20",
|
|
y1: "16",
|
|
y2: "20",
|
|
key: "1bron3"
|
|
}],
|
|
["line", {
|
|
x1: "19",
|
|
x2: "21",
|
|
y1: "21",
|
|
y2: "19",
|
|
key: "13pww6"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/swords.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Swords = createLucideIcon("Swords", [
|
|
["polyline", {
|
|
points: "14.5 17.5 3 6 3 3 6 3 17.5 14.5",
|
|
key: "1hfsw2"
|
|
}],
|
|
["line", {
|
|
x1: "13",
|
|
x2: "19",
|
|
y1: "19",
|
|
y2: "13",
|
|
key: "1vrmhu"
|
|
}],
|
|
["line", {
|
|
x1: "16",
|
|
x2: "20",
|
|
y1: "16",
|
|
y2: "20",
|
|
key: "1bron3"
|
|
}],
|
|
["line", {
|
|
x1: "19",
|
|
x2: "21",
|
|
y1: "21",
|
|
y2: "19",
|
|
key: "13pww6"
|
|
}],
|
|
["polyline", {
|
|
points: "14.5 6.5 18 3 21 3 21 6 17.5 9.5",
|
|
key: "hbey2j"
|
|
}],
|
|
["line", {
|
|
x1: "5",
|
|
x2: "9",
|
|
y1: "14",
|
|
y2: "18",
|
|
key: "1hf58s"
|
|
}],
|
|
["line", {
|
|
x1: "7",
|
|
x2: "4",
|
|
y1: "17",
|
|
y2: "20",
|
|
key: "pidxm4"
|
|
}],
|
|
["line", {
|
|
x1: "3",
|
|
x2: "5",
|
|
y1: "19",
|
|
y2: "21",
|
|
key: "1pehsh"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/syringe.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Syringe = createLucideIcon("Syringe", [
|
|
["path", {
|
|
d: "m18 2 4 4",
|
|
key: "22kx64"
|
|
}],
|
|
["path", {
|
|
d: "m17 7 3-3",
|
|
key: "1w1zoj"
|
|
}],
|
|
["path", {
|
|
d: "M19 9 8.7 19.3c-1 1-2.5 1-3.4 0l-.6-.6c-1-1-1-2.5 0-3.4L15 5",
|
|
key: "1exhtz"
|
|
}],
|
|
["path", {
|
|
d: "m9 11 4 4",
|
|
key: "rovt3i"
|
|
}],
|
|
["path", {
|
|
d: "m5 19-3 3",
|
|
key: "59f2uf"
|
|
}],
|
|
["path", {
|
|
d: "m14 4 6 6",
|
|
key: "yqp9t2"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/table-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Table2 = createLucideIcon("Table2", [["path", {
|
|
d: "M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18",
|
|
key: "gugj83"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/table-properties.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var TableProperties = createLucideIcon("TableProperties", [
|
|
["path", {
|
|
d: "M15 3v18",
|
|
key: "14nvp0"
|
|
}],
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "M21 9H3",
|
|
key: "1338ky"
|
|
}],
|
|
["path", {
|
|
d: "M21 15H3",
|
|
key: "9uk58r"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/table.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Table = createLucideIcon("Table", [
|
|
["path", {
|
|
d: "M12 3v18",
|
|
key: "108xh3"
|
|
}],
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "M3 9h18",
|
|
key: "1pudct"
|
|
}],
|
|
["path", {
|
|
d: "M3 15h18",
|
|
key: "5xshup"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/tablet-smartphone.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var TabletSmartphone = createLucideIcon("TabletSmartphone", [
|
|
["rect", {
|
|
width: "10",
|
|
height: "14",
|
|
x: "3",
|
|
y: "8",
|
|
rx: "2",
|
|
key: "1vrsiq"
|
|
}],
|
|
["path", {
|
|
d: "M5 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-2.4",
|
|
key: "1j4zmg"
|
|
}],
|
|
["path", {
|
|
d: "M8 18h.01",
|
|
key: "lrp35t"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/tablet.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Tablet = createLucideIcon("Tablet", [["rect", {
|
|
width: "16",
|
|
height: "20",
|
|
x: "4",
|
|
y: "2",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "76otgf"
|
|
}], ["line", {
|
|
x1: "12",
|
|
x2: "12.01",
|
|
y1: "18",
|
|
y2: "18",
|
|
key: "1dp563"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/tablets.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Tablets = createLucideIcon("Tablets", [
|
|
["circle", {
|
|
cx: "7",
|
|
cy: "7",
|
|
r: "5",
|
|
key: "x29byf"
|
|
}],
|
|
["circle", {
|
|
cx: "17",
|
|
cy: "17",
|
|
r: "5",
|
|
key: "1op1d2"
|
|
}],
|
|
["path", {
|
|
d: "M12 17h10",
|
|
key: "ls21zv"
|
|
}],
|
|
["path", {
|
|
d: "m3.46 10.54 7.08-7.08",
|
|
key: "1rehiu"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/tag.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Tag = createLucideIcon("Tag", [["path", {
|
|
d: "M12 2H2v10l9.29 9.29c.94.94 2.48.94 3.42 0l6.58-6.58c.94-.94.94-2.48 0-3.42L12 2Z",
|
|
key: "14b2ls"
|
|
}], ["path", {
|
|
d: "M7 7h.01",
|
|
key: "7u93v4"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/tags.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Tags = createLucideIcon("Tags", [
|
|
["path", {
|
|
d: "M9 5H2v7l6.29 6.29c.94.94 2.48.94 3.42 0l3.58-3.58c.94-.94.94-2.48 0-3.42L9 5Z",
|
|
key: "gt587u"
|
|
}],
|
|
["path", {
|
|
d: "M6 9.01V9",
|
|
key: "1flxpt"
|
|
}],
|
|
["path", {
|
|
d: "m15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19",
|
|
key: "1cbfv1"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/tally-1.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Tally1 = createLucideIcon("Tally1", [["path", {
|
|
d: "M4 4v16",
|
|
key: "6qkkli"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/tally-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Tally2 = createLucideIcon("Tally2", [["path", {
|
|
d: "M4 4v16",
|
|
key: "6qkkli"
|
|
}], ["path", {
|
|
d: "M9 4v16",
|
|
key: "81ygyz"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/tally-3.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Tally3 = createLucideIcon("Tally3", [
|
|
["path", {
|
|
d: "M4 4v16",
|
|
key: "6qkkli"
|
|
}],
|
|
["path", {
|
|
d: "M9 4v16",
|
|
key: "81ygyz"
|
|
}],
|
|
["path", {
|
|
d: "M14 4v16",
|
|
key: "12vmem"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/tally-4.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Tally4 = createLucideIcon("Tally4", [
|
|
["path", {
|
|
d: "M4 4v16",
|
|
key: "6qkkli"
|
|
}],
|
|
["path", {
|
|
d: "M9 4v16",
|
|
key: "81ygyz"
|
|
}],
|
|
["path", {
|
|
d: "M14 4v16",
|
|
key: "12vmem"
|
|
}],
|
|
["path", {
|
|
d: "M19 4v16",
|
|
key: "8ij5ei"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/tally-5.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Tally5 = createLucideIcon("Tally5", [
|
|
["path", {
|
|
d: "M4 4v16",
|
|
key: "6qkkli"
|
|
}],
|
|
["path", {
|
|
d: "M9 4v16",
|
|
key: "81ygyz"
|
|
}],
|
|
["path", {
|
|
d: "M14 4v16",
|
|
key: "12vmem"
|
|
}],
|
|
["path", {
|
|
d: "M19 4v16",
|
|
key: "8ij5ei"
|
|
}],
|
|
["path", {
|
|
d: "M22 6 2 18",
|
|
key: "h9moai"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/tangent.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Tangent = createLucideIcon("Tangent", [
|
|
["circle", {
|
|
cx: "17",
|
|
cy: "4",
|
|
r: "2",
|
|
key: "y5j2s2"
|
|
}],
|
|
["path", {
|
|
d: "M15.59 5.41 5.41 15.59",
|
|
key: "l0vprr"
|
|
}],
|
|
["circle", {
|
|
cx: "4",
|
|
cy: "17",
|
|
r: "2",
|
|
key: "9p4efm"
|
|
}],
|
|
["path", {
|
|
d: "M12 22s-4-9-1.5-11.5S22 12 22 12",
|
|
key: "1twk4o"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/target.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Target = createLucideIcon("Target", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "6",
|
|
key: "1vlfrh"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "2",
|
|
key: "1c9p78"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/tent-tree.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var TentTree = createLucideIcon("TentTree", [
|
|
["circle", {
|
|
cx: "4",
|
|
cy: "4",
|
|
r: "2",
|
|
key: "bt5ra8"
|
|
}],
|
|
["path", {
|
|
d: "m14 5 3-3 3 3",
|
|
key: "1sorif"
|
|
}],
|
|
["path", {
|
|
d: "m14 10 3-3 3 3",
|
|
key: "1jyi9h"
|
|
}],
|
|
["path", {
|
|
d: "M17 14V2",
|
|
key: "8ymqnk"
|
|
}],
|
|
["path", {
|
|
d: "M17 14H7l-5 8h20Z",
|
|
key: "13ar7p"
|
|
}],
|
|
["path", {
|
|
d: "M8 14v8",
|
|
key: "1ghmqk"
|
|
}],
|
|
["path", {
|
|
d: "m9 14 5 8",
|
|
key: "13pgi6"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/tent.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Tent = createLucideIcon("Tent", [
|
|
["path", {
|
|
d: "M3.5 21 14 3",
|
|
key: "1szst5"
|
|
}],
|
|
["path", {
|
|
d: "M20.5 21 10 3",
|
|
key: "1310c3"
|
|
}],
|
|
["path", {
|
|
d: "M15.5 21 12 15l-3.5 6",
|
|
key: "1ddtfw"
|
|
}],
|
|
["path", {
|
|
d: "M2 21h20",
|
|
key: "1nyx9w"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/terminal-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var TerminalSquare = createLucideIcon("TerminalSquare", [
|
|
["path", {
|
|
d: "m7 11 2-2-2-2",
|
|
key: "1lz0vl"
|
|
}],
|
|
["path", {
|
|
d: "M11 13h4",
|
|
key: "1p7l4v"
|
|
}],
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1m3agn"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/terminal.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Terminal = createLucideIcon("Terminal", [["polyline", {
|
|
points: "4 17 10 11 4 5",
|
|
key: "akl6gq"
|
|
}], ["line", {
|
|
x1: "12",
|
|
x2: "20",
|
|
y1: "19",
|
|
y2: "19",
|
|
key: "q2wloq"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/test-tube-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var TestTube2 = createLucideIcon("TestTube2", [
|
|
["path", {
|
|
d: "M21 7 6.82 21.18a2.83 2.83 0 0 1-3.99-.01v0a2.83 2.83 0 0 1 0-4L17 3",
|
|
key: "dg8b2p"
|
|
}],
|
|
["path", {
|
|
d: "m16 2 6 6",
|
|
key: "1gw87d"
|
|
}],
|
|
["path", {
|
|
d: "M12 16H4",
|
|
key: "1cjfip"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/test-tube.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var TestTube = createLucideIcon("TestTube", [
|
|
["path", {
|
|
d: "M14.5 2v17.5c0 1.4-1.1 2.5-2.5 2.5h0c-1.4 0-2.5-1.1-2.5-2.5V2",
|
|
key: "187lwq"
|
|
}],
|
|
["path", {
|
|
d: "M8.5 2h7",
|
|
key: "csnxdl"
|
|
}],
|
|
["path", {
|
|
d: "M14.5 16h-5",
|
|
key: "1ox875"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/test-tubes.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var TestTubes = createLucideIcon("TestTubes", [
|
|
["path", {
|
|
d: "M9 2v17.5A2.5 2.5 0 0 1 6.5 22v0A2.5 2.5 0 0 1 4 19.5V2",
|
|
key: "12z67u"
|
|
}],
|
|
["path", {
|
|
d: "M20 2v17.5a2.5 2.5 0 0 1-2.5 2.5v0a2.5 2.5 0 0 1-2.5-2.5V2",
|
|
key: "1q2nfy"
|
|
}],
|
|
["path", {
|
|
d: "M3 2h7",
|
|
key: "7s29d5"
|
|
}],
|
|
["path", {
|
|
d: "M14 2h7",
|
|
key: "7sicin"
|
|
}],
|
|
["path", {
|
|
d: "M9 16H4",
|
|
key: "1bfye3"
|
|
}],
|
|
["path", {
|
|
d: "M20 16h-5",
|
|
key: "ddnjpe"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/text-cursor-input.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var TextCursorInput = createLucideIcon("TextCursorInput", [
|
|
["path", {
|
|
d: "M5 4h1a3 3 0 0 1 3 3 3 3 0 0 1 3-3h1",
|
|
key: "18xjzo"
|
|
}],
|
|
["path", {
|
|
d: "M13 20h-1a3 3 0 0 1-3-3 3 3 0 0 1-3 3H5",
|
|
key: "fj48gi"
|
|
}],
|
|
["path", {
|
|
d: "M5 16H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1",
|
|
key: "1n9rhb"
|
|
}],
|
|
["path", {
|
|
d: "M13 8h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7",
|
|
key: "13ksps"
|
|
}],
|
|
["path", {
|
|
d: "M9 7v10",
|
|
key: "1vc8ob"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/text-cursor.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var TextCursor = createLucideIcon("TextCursor", [
|
|
["path", {
|
|
d: "M17 22h-1a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h1",
|
|
key: "uvaxm9"
|
|
}],
|
|
["path", {
|
|
d: "M7 22h1a4 4 0 0 0 4-4v-1",
|
|
key: "11xy8d"
|
|
}],
|
|
["path", {
|
|
d: "M7 2h1a4 4 0 0 1 4 4v1",
|
|
key: "1uw06m"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/text-quote.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var TextQuote = createLucideIcon("TextQuote", [
|
|
["path", {
|
|
d: "M17 6H3",
|
|
key: "16j9eg"
|
|
}],
|
|
["path", {
|
|
d: "M21 12H8",
|
|
key: "scolzb"
|
|
}],
|
|
["path", {
|
|
d: "M21 18H8",
|
|
key: "1wfozv"
|
|
}],
|
|
["path", {
|
|
d: "M3 12v6",
|
|
key: "fv4c87"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/text-select.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var TextSelect = createLucideIcon("TextSelect", [
|
|
["path", {
|
|
d: "M5 3a2 2 0 0 0-2 2",
|
|
key: "y57alp"
|
|
}],
|
|
["path", {
|
|
d: "M19 3a2 2 0 0 1 2 2",
|
|
key: "18rm91"
|
|
}],
|
|
["path", {
|
|
d: "M21 19a2 2 0 0 1-2 2",
|
|
key: "1j7049"
|
|
}],
|
|
["path", {
|
|
d: "M5 21a2 2 0 0 1-2-2",
|
|
key: "sbafld"
|
|
}],
|
|
["path", {
|
|
d: "M9 3h1",
|
|
key: "1yesri"
|
|
}],
|
|
["path", {
|
|
d: "M9 21h1",
|
|
key: "15o7lz"
|
|
}],
|
|
["path", {
|
|
d: "M14 3h1",
|
|
key: "1ec4yj"
|
|
}],
|
|
["path", {
|
|
d: "M14 21h1",
|
|
key: "v9vybs"
|
|
}],
|
|
["path", {
|
|
d: "M3 9v1",
|
|
key: "1r0deq"
|
|
}],
|
|
["path", {
|
|
d: "M21 9v1",
|
|
key: "mxsmne"
|
|
}],
|
|
["path", {
|
|
d: "M3 14v1",
|
|
key: "vnatye"
|
|
}],
|
|
["path", {
|
|
d: "M21 14v1",
|
|
key: "169vum"
|
|
}],
|
|
["line", {
|
|
x1: "7",
|
|
x2: "15",
|
|
y1: "8",
|
|
y2: "8",
|
|
key: "1758g8"
|
|
}],
|
|
["line", {
|
|
x1: "7",
|
|
x2: "17",
|
|
y1: "12",
|
|
y2: "12",
|
|
key: "197423"
|
|
}],
|
|
["line", {
|
|
x1: "7",
|
|
x2: "13",
|
|
y1: "16",
|
|
y2: "16",
|
|
key: "37cgm6"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/text.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Text = createLucideIcon("Text", [
|
|
["path", {
|
|
d: "M17 6.1H3",
|
|
key: "wptmhv"
|
|
}],
|
|
["path", {
|
|
d: "M21 12.1H3",
|
|
key: "1j38uz"
|
|
}],
|
|
["path", {
|
|
d: "M15.1 18H3",
|
|
key: "1nb16a"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/theater.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Theater = createLucideIcon("Theater", [
|
|
["path", {
|
|
d: "M2 10s3-3 3-8",
|
|
key: "3xiif0"
|
|
}],
|
|
["path", {
|
|
d: "M22 10s-3-3-3-8",
|
|
key: "ioaa5q"
|
|
}],
|
|
["path", {
|
|
d: "M10 2c0 4.4-3.6 8-8 8",
|
|
key: "16fkpi"
|
|
}],
|
|
["path", {
|
|
d: "M14 2c0 4.4 3.6 8 8 8",
|
|
key: "b9eulq"
|
|
}],
|
|
["path", {
|
|
d: "M2 10s2 2 2 5",
|
|
key: "1au1lb"
|
|
}],
|
|
["path", {
|
|
d: "M22 10s-2 2-2 5",
|
|
key: "qi2y5e"
|
|
}],
|
|
["path", {
|
|
d: "M8 15h8",
|
|
key: "45n4r"
|
|
}],
|
|
["path", {
|
|
d: "M2 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1",
|
|
key: "1vsc2m"
|
|
}],
|
|
["path", {
|
|
d: "M14 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1",
|
|
key: "hrha4u"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/thermometer-snowflake.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ThermometerSnowflake = createLucideIcon("ThermometerSnowflake", [
|
|
["path", {
|
|
d: "M2 12h10",
|
|
key: "19562f"
|
|
}],
|
|
["path", {
|
|
d: "M9 4v16",
|
|
key: "81ygyz"
|
|
}],
|
|
["path", {
|
|
d: "m3 9 3 3-3 3",
|
|
key: "1sas0l"
|
|
}],
|
|
["path", {
|
|
d: "M12 6 9 9 6 6",
|
|
key: "pfrgxu"
|
|
}],
|
|
["path", {
|
|
d: "m6 18 3-3 1.5 1.5",
|
|
key: "1e277p"
|
|
}],
|
|
["path", {
|
|
d: "M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z",
|
|
key: "iof6y5"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/thermometer-sun.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ThermometerSun = createLucideIcon("ThermometerSun", [
|
|
["path", {
|
|
d: "M12 9a4 4 0 0 0-2 7.5",
|
|
key: "1jvsq6"
|
|
}],
|
|
["path", {
|
|
d: "M12 3v2",
|
|
key: "1w22ol"
|
|
}],
|
|
["path", {
|
|
d: "m6.6 18.4-1.4 1.4",
|
|
key: "w2yidj"
|
|
}],
|
|
["path", {
|
|
d: "M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z",
|
|
key: "iof6y5"
|
|
}],
|
|
["path", {
|
|
d: "M4 13H2",
|
|
key: "118le4"
|
|
}],
|
|
["path", {
|
|
d: "M6.34 7.34 4.93 5.93",
|
|
key: "1brd51"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/thermometer.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Thermometer = createLucideIcon("Thermometer", [["path", {
|
|
d: "M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z",
|
|
key: "17jzev"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/thumbs-down.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ThumbsDown = createLucideIcon("ThumbsDown", [["path", {
|
|
d: "M17 14V2",
|
|
key: "8ymqnk"
|
|
}], ["path", {
|
|
d: "M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22h0a3.13 3.13 0 0 1-3-3.88Z",
|
|
key: "s6e0r"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/thumbs-up.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ThumbsUp = createLucideIcon("ThumbsUp", [["path", {
|
|
d: "M7 10v12",
|
|
key: "1qc93n"
|
|
}], ["path", {
|
|
d: "M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2h0a3.13 3.13 0 0 1 3 3.88Z",
|
|
key: "y3tblf"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/ticket.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Ticket = createLucideIcon("Ticket", [
|
|
["path", {
|
|
d: "M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",
|
|
key: "qn84l0"
|
|
}],
|
|
["path", {
|
|
d: "M13 5v2",
|
|
key: "dyzc3o"
|
|
}],
|
|
["path", {
|
|
d: "M13 17v2",
|
|
key: "1ont0d"
|
|
}],
|
|
["path", {
|
|
d: "M13 11v2",
|
|
key: "1wjjxi"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/timer-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var TimerOff = createLucideIcon("TimerOff", [
|
|
["path", {
|
|
d: "M10 2h4",
|
|
key: "n1abiw"
|
|
}],
|
|
["path", {
|
|
d: "M4.6 11a8 8 0 0 0 1.7 8.7 8 8 0 0 0 8.7 1.7",
|
|
key: "10he05"
|
|
}],
|
|
["path", {
|
|
d: "M7.4 7.4a8 8 0 0 1 10.3 1 8 8 0 0 1 .9 10.2",
|
|
key: "15f7sh"
|
|
}],
|
|
["path", {
|
|
d: "m2 2 20 20",
|
|
key: "1ooewy"
|
|
}],
|
|
["path", {
|
|
d: "M12 12v-2",
|
|
key: "fwoke6"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/timer-reset.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var TimerReset = createLucideIcon("TimerReset", [
|
|
["path", {
|
|
d: "M10 2h4",
|
|
key: "n1abiw"
|
|
}],
|
|
["path", {
|
|
d: "M12 14v-4",
|
|
key: "1evpnu"
|
|
}],
|
|
["path", {
|
|
d: "M4 13a8 8 0 0 1 8-7 8 8 0 1 1-5.3 14L4 17.6",
|
|
key: "1ts96g"
|
|
}],
|
|
["path", {
|
|
d: "M9 17H4v5",
|
|
key: "8t5av"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/timer.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Timer = createLucideIcon("Timer", [
|
|
["line", {
|
|
x1: "10",
|
|
x2: "14",
|
|
y1: "2",
|
|
y2: "2",
|
|
key: "14vaq8"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "15",
|
|
y1: "14",
|
|
y2: "11",
|
|
key: "17fdiu"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "14",
|
|
r: "8",
|
|
key: "1e1u0o"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/toggle-left.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ToggleLeft = createLucideIcon("ToggleLeft", [["rect", {
|
|
width: "20",
|
|
height: "12",
|
|
x: "2",
|
|
y: "6",
|
|
rx: "6",
|
|
ry: "6",
|
|
key: "f2vt7d"
|
|
}], ["circle", {
|
|
cx: "8",
|
|
cy: "12",
|
|
r: "2",
|
|
key: "1nvbw3"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/toggle-right.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ToggleRight = createLucideIcon("ToggleRight", [["rect", {
|
|
width: "20",
|
|
height: "12",
|
|
x: "2",
|
|
y: "6",
|
|
rx: "6",
|
|
ry: "6",
|
|
key: "f2vt7d"
|
|
}], ["circle", {
|
|
cx: "16",
|
|
cy: "12",
|
|
r: "2",
|
|
key: "4ma0v8"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/tornado.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Tornado = createLucideIcon("Tornado", [
|
|
["path", {
|
|
d: "M21 4H3",
|
|
key: "1hwok0"
|
|
}],
|
|
["path", {
|
|
d: "M18 8H6",
|
|
key: "41n648"
|
|
}],
|
|
["path", {
|
|
d: "M19 12H9",
|
|
key: "1g4lpz"
|
|
}],
|
|
["path", {
|
|
d: "M16 16h-6",
|
|
key: "1j5d54"
|
|
}],
|
|
["path", {
|
|
d: "M11 20H9",
|
|
key: "39obr8"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/torus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Torus = createLucideIcon("Torus", [["ellipse", {
|
|
cx: "12",
|
|
cy: "11",
|
|
rx: "3",
|
|
ry: "2",
|
|
key: "1b2qxu"
|
|
}], ["ellipse", {
|
|
cx: "12",
|
|
cy: "12.5",
|
|
rx: "10",
|
|
ry: "8.5",
|
|
key: "h8emeu"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/touchpad-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var TouchpadOff = createLucideIcon("TouchpadOff", [
|
|
["path", {
|
|
d: "M4 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16",
|
|
key: "lnt0bk"
|
|
}],
|
|
["path", {
|
|
d: "M2 14h12",
|
|
key: "d8icqz"
|
|
}],
|
|
["path", {
|
|
d: "M22 14h-2",
|
|
key: "jrx26d"
|
|
}],
|
|
["path", {
|
|
d: "M12 20v-6",
|
|
key: "1rm09r"
|
|
}],
|
|
["path", {
|
|
d: "m2 2 20 20",
|
|
key: "1ooewy"
|
|
}],
|
|
["path", {
|
|
d: "M22 16V6a2 2 0 0 0-2-2H10",
|
|
key: "11y8e4"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/touchpad.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Touchpad = createLucideIcon("Touchpad", [
|
|
["rect", {
|
|
width: "20",
|
|
height: "16",
|
|
x: "2",
|
|
y: "4",
|
|
rx: "2",
|
|
key: "18n3k1"
|
|
}],
|
|
["path", {
|
|
d: "M2 14h20",
|
|
key: "myj16y"
|
|
}],
|
|
["path", {
|
|
d: "M12 20v-6",
|
|
key: "1rm09r"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/tower-control.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var TowerControl = createLucideIcon("TowerControl", [
|
|
["path", {
|
|
d: "M18.2 12.27 20 6H4l1.8 6.27a1 1 0 0 0 .95.73h10.5a1 1 0 0 0 .96-.73Z",
|
|
key: "1pledb"
|
|
}],
|
|
["path", {
|
|
d: "M8 13v9",
|
|
key: "hmv0ci"
|
|
}],
|
|
["path", {
|
|
d: "M16 22v-9",
|
|
key: "ylnf1u"
|
|
}],
|
|
["path", {
|
|
d: "m9 6 1 7",
|
|
key: "dpdgam"
|
|
}],
|
|
["path", {
|
|
d: "m15 6-1 7",
|
|
key: "ls7zgu"
|
|
}],
|
|
["path", {
|
|
d: "M12 6V2",
|
|
key: "1pj48d"
|
|
}],
|
|
["path", {
|
|
d: "M13 2h-2",
|
|
key: "mj6ths"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/toy-brick.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ToyBrick = createLucideIcon("ToyBrick", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "12",
|
|
x: "3",
|
|
y: "8",
|
|
rx: "1",
|
|
key: "158fvp"
|
|
}],
|
|
["path", {
|
|
d: "M10 8V5c0-.6-.4-1-1-1H6a1 1 0 0 0-1 1v3",
|
|
key: "s0042v"
|
|
}],
|
|
["path", {
|
|
d: "M19 8V5c0-.6-.4-1-1-1h-3a1 1 0 0 0-1 1v3",
|
|
key: "9wmeh2"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/tractor.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Tractor = createLucideIcon("Tractor", [
|
|
["path", {
|
|
d: "M3 4h9l1 7",
|
|
key: "1ftpo8"
|
|
}],
|
|
["path", {
|
|
d: "M4 11V4",
|
|
key: "9ft8pt"
|
|
}],
|
|
["path", {
|
|
d: "M8 10V4",
|
|
key: "1y5f7n"
|
|
}],
|
|
["path", {
|
|
d: "M18 5c-.6 0-1 .4-1 1v5.6",
|
|
key: "10zbvr"
|
|
}],
|
|
["path", {
|
|
d: "m10 11 11 .9c.6 0 .9.5.8 1.1l-.8 5h-1",
|
|
key: "2w242w"
|
|
}],
|
|
["circle", {
|
|
cx: "7",
|
|
cy: "15",
|
|
r: ".5",
|
|
key: "fbsjqy"
|
|
}],
|
|
["circle", {
|
|
cx: "7",
|
|
cy: "15",
|
|
r: "5",
|
|
key: "ddtuc"
|
|
}],
|
|
["path", {
|
|
d: "M16 18h-5",
|
|
key: "bq60fd"
|
|
}],
|
|
["circle", {
|
|
cx: "18",
|
|
cy: "18",
|
|
r: "2",
|
|
key: "1emm8v"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/traffic-cone.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var TrafficCone = createLucideIcon("TrafficCone", [
|
|
["path", {
|
|
d: "M9.3 6.2a4.55 4.55 0 0 0 5.4 0",
|
|
key: "flyxqv"
|
|
}],
|
|
["path", {
|
|
d: "M7.9 10.7c.9.8 2.4 1.3 4.1 1.3s3.2-.5 4.1-1.3",
|
|
key: "1nlxxg"
|
|
}],
|
|
["path", {
|
|
d: "M13.9 3.5a1.93 1.93 0 0 0-3.8-.1l-3 10c-.1.2-.1.4-.1.6 0 1.7 2.2 3 5 3s5-1.3 5-3c0-.2 0-.4-.1-.5Z",
|
|
key: "vz7x1l"
|
|
}],
|
|
["path", {
|
|
d: "m7.5 12.2-4.7 2.7c-.5.3-.8.7-.8 1.1s.3.8.8 1.1l7.6 4.5c.9.5 2.1.5 3 0l7.6-4.5c.7-.3 1-.7 1-1.1s-.3-.8-.8-1.1l-4.7-2.8",
|
|
key: "1xfzlw"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/train-front-tunnel.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var TrainFrontTunnel = createLucideIcon("TrainFrontTunnel", [
|
|
["path", {
|
|
d: "M2 22V12a10 10 0 1 1 20 0v10",
|
|
key: "o0fyp0"
|
|
}],
|
|
["path", {
|
|
d: "M15 6.8v1.4a3 2.8 0 1 1-6 0V6.8",
|
|
key: "m8q3n9"
|
|
}],
|
|
["path", {
|
|
d: "M10 15h.01",
|
|
key: "44in9x"
|
|
}],
|
|
["path", {
|
|
d: "M14 15h.01",
|
|
key: "5mohn5"
|
|
}],
|
|
["path", {
|
|
d: "M10 19a4 4 0 0 1-4-4v-3a6 6 0 1 1 12 0v3a4 4 0 0 1-4 4Z",
|
|
key: "hckbmu"
|
|
}],
|
|
["path", {
|
|
d: "m9 19-2 3",
|
|
key: "iij7hm"
|
|
}],
|
|
["path", {
|
|
d: "m15 19 2 3",
|
|
key: "npx8sa"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/train-front.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var TrainFront = createLucideIcon("TrainFront", [
|
|
["path", {
|
|
d: "M8 3.1V7a4 4 0 0 0 8 0V3.1",
|
|
key: "1v71zp"
|
|
}],
|
|
["path", {
|
|
d: "m9 15-1-1",
|
|
key: "1yrq24"
|
|
}],
|
|
["path", {
|
|
d: "m15 15 1-1",
|
|
key: "1t0d6s"
|
|
}],
|
|
["path", {
|
|
d: "M9 19c-2.8 0-5-2.2-5-5v-4a8 8 0 0 1 16 0v4c0 2.8-2.2 5-5 5Z",
|
|
key: "1p0hjs"
|
|
}],
|
|
["path", {
|
|
d: "m8 19-2 3",
|
|
key: "13i0xs"
|
|
}],
|
|
["path", {
|
|
d: "m16 19 2 3",
|
|
key: "xo31yx"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/train-track.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var TrainTrack = createLucideIcon("TrainTrack", [
|
|
["path", {
|
|
d: "M2 17 17 2",
|
|
key: "18b09t"
|
|
}],
|
|
["path", {
|
|
d: "m2 14 8 8",
|
|
key: "1gv9hu"
|
|
}],
|
|
["path", {
|
|
d: "m5 11 8 8",
|
|
key: "189pqp"
|
|
}],
|
|
["path", {
|
|
d: "m8 8 8 8",
|
|
key: "1imecy"
|
|
}],
|
|
["path", {
|
|
d: "m11 5 8 8",
|
|
key: "ummqn6"
|
|
}],
|
|
["path", {
|
|
d: "m14 2 8 8",
|
|
key: "1vk7dn"
|
|
}],
|
|
["path", {
|
|
d: "M7 22 22 7",
|
|
key: "15mb1i"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/tram-front.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var TramFront = createLucideIcon("TramFront", [
|
|
["rect", {
|
|
width: "16",
|
|
height: "16",
|
|
x: "4",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "1wxw4b"
|
|
}],
|
|
["path", {
|
|
d: "M4 11h16",
|
|
key: "mpoxn0"
|
|
}],
|
|
["path", {
|
|
d: "M12 3v8",
|
|
key: "1h2ygw"
|
|
}],
|
|
["path", {
|
|
d: "m8 19-2 3",
|
|
key: "13i0xs"
|
|
}],
|
|
["path", {
|
|
d: "m18 22-2-3",
|
|
key: "1p0ohu"
|
|
}],
|
|
["path", {
|
|
d: "M8 15h0",
|
|
key: "q9eq1f"
|
|
}],
|
|
["path", {
|
|
d: "M16 15h0",
|
|
key: "pzrbjg"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/trash-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Trash2 = createLucideIcon("Trash2", [
|
|
["path", {
|
|
d: "M3 6h18",
|
|
key: "d0wm0j"
|
|
}],
|
|
["path", {
|
|
d: "M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6",
|
|
key: "4alrt4"
|
|
}],
|
|
["path", {
|
|
d: "M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2",
|
|
key: "v07s0e"
|
|
}],
|
|
["line", {
|
|
x1: "10",
|
|
x2: "10",
|
|
y1: "11",
|
|
y2: "17",
|
|
key: "1uufr5"
|
|
}],
|
|
["line", {
|
|
x1: "14",
|
|
x2: "14",
|
|
y1: "11",
|
|
y2: "17",
|
|
key: "xtxkd"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/trash.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Trash = createLucideIcon("Trash", [
|
|
["path", {
|
|
d: "M3 6h18",
|
|
key: "d0wm0j"
|
|
}],
|
|
["path", {
|
|
d: "M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6",
|
|
key: "4alrt4"
|
|
}],
|
|
["path", {
|
|
d: "M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2",
|
|
key: "v07s0e"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/tree-deciduous.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var TreeDeciduous = createLucideIcon("TreeDeciduous", [["path", {
|
|
d: "M8 19a4 4 0 0 1-2.24-7.32A3.5 3.5 0 0 1 9 6.03V6a3 3 0 1 1 6 0v.04a3.5 3.5 0 0 1 3.24 5.65A4 4 0 0 1 16 19Z",
|
|
key: "oadzkq"
|
|
}], ["path", {
|
|
d: "M12 19v3",
|
|
key: "npa21l"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/tree-pine.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var TreePine = createLucideIcon("TreePine", [["path", {
|
|
d: "m17 14 3 3.3a1 1 0 0 1-.7 1.7H4.7a1 1 0 0 1-.7-1.7L7 14h-.3a1 1 0 0 1-.7-1.7L9 9h-.2A1 1 0 0 1 8 7.3L12 3l4 4.3a1 1 0 0 1-.8 1.7H15l3 3.3a1 1 0 0 1-.7 1.7H17Z",
|
|
key: "cpyugq"
|
|
}], ["path", {
|
|
d: "M12 22v-3",
|
|
key: "kmzjlo"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/trees.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Trees = createLucideIcon("Trees", [
|
|
["path", {
|
|
d: "M10 10v.2A3 3 0 0 1 8.9 16v0H5v0h0a3 3 0 0 1-1-5.8V10a3 3 0 0 1 6 0Z",
|
|
key: "yh07w9"
|
|
}],
|
|
["path", {
|
|
d: "M7 16v6",
|
|
key: "1a82de"
|
|
}],
|
|
["path", {
|
|
d: "M13 19v3",
|
|
key: "13sx9i"
|
|
}],
|
|
["path", {
|
|
d: "M12 19h8.3a1 1 0 0 0 .7-1.7L18 14h.3a1 1 0 0 0 .7-1.7L16 9h.2a1 1 0 0 0 .8-1.7L13 3l-1.4 1.5",
|
|
key: "1sj9kv"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/trello.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Trello = createLucideIcon("Trello", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1m3agn"
|
|
}],
|
|
["rect", {
|
|
width: "3",
|
|
height: "9",
|
|
x: "7",
|
|
y: "7",
|
|
key: "14n3xi"
|
|
}],
|
|
["rect", {
|
|
width: "3",
|
|
height: "5",
|
|
x: "14",
|
|
y: "7",
|
|
key: "s4azjd"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/trending-down.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var TrendingDown = createLucideIcon("TrendingDown", [["polyline", {
|
|
points: "22 17 13.5 8.5 8.5 13.5 2 7",
|
|
key: "1r2t7k"
|
|
}], ["polyline", {
|
|
points: "16 17 22 17 22 11",
|
|
key: "11uiuu"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/trending-up.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var TrendingUp = createLucideIcon("TrendingUp", [["polyline", {
|
|
points: "22 7 13.5 15.5 8.5 10.5 2 17",
|
|
key: "126l90"
|
|
}], ["polyline", {
|
|
points: "16 7 22 7 22 13",
|
|
key: "kwv8wd"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/triangle-right.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var TriangleRight = createLucideIcon("TriangleRight", [["path", {
|
|
d: "M22 18a2 2 0 0 1-2 2H3c-1.1 0-1.3-.6-.4-1.3L20.4 4.3c.9-.7 1.6-.4 1.6.7Z",
|
|
key: "183wce"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/triangle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Triangle = createLucideIcon("Triangle", [["path", {
|
|
d: "M13.73 4a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z",
|
|
key: "14u9p9"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/trophy.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Trophy = createLucideIcon("Trophy", [
|
|
["path", {
|
|
d: "M6 9H4.5a2.5 2.5 0 0 1 0-5H6",
|
|
key: "17hqa7"
|
|
}],
|
|
["path", {
|
|
d: "M18 9h1.5a2.5 2.5 0 0 0 0-5H18",
|
|
key: "lmptdp"
|
|
}],
|
|
["path", {
|
|
d: "M4 22h16",
|
|
key: "57wxv0"
|
|
}],
|
|
["path", {
|
|
d: "M10 14.66V17c0 .55-.47.98-.97 1.21C7.85 18.75 7 20.24 7 22",
|
|
key: "1nw9bq"
|
|
}],
|
|
["path", {
|
|
d: "M14 14.66V17c0 .55.47.98.97 1.21C16.15 18.75 17 20.24 17 22",
|
|
key: "1np0yb"
|
|
}],
|
|
["path", {
|
|
d: "M18 2H6v7a6 6 0 0 0 12 0V2Z",
|
|
key: "u46fv3"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/truck.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Truck = createLucideIcon("Truck", [
|
|
["path", {
|
|
d: "M5 18H3c-.6 0-1-.4-1-1V7c0-.6.4-1 1-1h10c.6 0 1 .4 1 1v11",
|
|
key: "hs4xqm"
|
|
}],
|
|
["path", {
|
|
d: "M14 9h4l4 4v4c0 .6-.4 1-1 1h-2",
|
|
key: "11fp61"
|
|
}],
|
|
["circle", {
|
|
cx: "7",
|
|
cy: "18",
|
|
r: "2",
|
|
key: "19iecd"
|
|
}],
|
|
["path", {
|
|
d: "M15 18H9",
|
|
key: "1lyqi6"
|
|
}],
|
|
["circle", {
|
|
cx: "17",
|
|
cy: "18",
|
|
r: "2",
|
|
key: "332jqn"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/turtle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Turtle = createLucideIcon("Turtle", [
|
|
["path", {
|
|
d: "m12 10 2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a8 8 0 1 0-16 0v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3l2-4h4Z",
|
|
key: "1lbbv7"
|
|
}],
|
|
["path", {
|
|
d: "M4.82 7.9 8 10",
|
|
key: "m9wose"
|
|
}],
|
|
["path", {
|
|
d: "M15.18 7.9 12 10",
|
|
key: "p8dp2u"
|
|
}],
|
|
["path", {
|
|
d: "M16.93 10H20a2 2 0 0 1 0 4H2",
|
|
key: "12nsm7"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/tv-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Tv2 = createLucideIcon("Tv2", [["path", {
|
|
d: "M7 21h10",
|
|
key: "1b0cd5"
|
|
}], ["rect", {
|
|
width: "20",
|
|
height: "14",
|
|
x: "2",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "48i651"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/tv.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Tv = createLucideIcon("Tv", [["rect", {
|
|
width: "20",
|
|
height: "15",
|
|
x: "2",
|
|
y: "7",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "10ag99"
|
|
}], ["polyline", {
|
|
points: "17 2 12 7 7 2",
|
|
key: "11pgbg"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/twitch.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Twitch = createLucideIcon("Twitch", [["path", {
|
|
d: "M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7",
|
|
key: "c0yzno"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/twitter.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Twitter = createLucideIcon("Twitter", [["path", {
|
|
d: "M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z",
|
|
key: "pff0z6"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/type.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Type = createLucideIcon("Type", [
|
|
["polyline", {
|
|
points: "4 7 4 4 20 4 20 7",
|
|
key: "1nosan"
|
|
}],
|
|
["line", {
|
|
x1: "9",
|
|
x2: "15",
|
|
y1: "20",
|
|
y2: "20",
|
|
key: "swin9y"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "4",
|
|
y2: "20",
|
|
key: "1tx1rr"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/umbrella-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var UmbrellaOff = createLucideIcon("UmbrellaOff", [
|
|
["path", {
|
|
d: "M12 2v1",
|
|
key: "11qlp1"
|
|
}],
|
|
["path", {
|
|
d: "M15.5 21a1.85 1.85 0 0 1-3.5-1v-8H2a10 10 0 0 1 3.428-6.575",
|
|
key: "eki10q"
|
|
}],
|
|
["path", {
|
|
d: "M17.5 12H22A10 10 0 0 0 9.004 3.455",
|
|
key: "n2ayka"
|
|
}],
|
|
["path", {
|
|
d: "m2 2 20 20",
|
|
key: "1ooewy"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/umbrella.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Umbrella = createLucideIcon("Umbrella", [
|
|
["path", {
|
|
d: "M22 12a10.06 10.06 1 0 0-20 0Z",
|
|
key: "1teyop"
|
|
}],
|
|
["path", {
|
|
d: "M12 12v8a2 2 0 0 0 4 0",
|
|
key: "ulpmoc"
|
|
}],
|
|
["path", {
|
|
d: "M12 2v1",
|
|
key: "11qlp1"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/underline.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Underline = createLucideIcon("Underline", [["path", {
|
|
d: "M6 4v6a6 6 0 0 0 12 0V4",
|
|
key: "9kb039"
|
|
}], ["line", {
|
|
x1: "4",
|
|
x2: "20",
|
|
y1: "20",
|
|
y2: "20",
|
|
key: "nun2al"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/undo-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Undo2 = createLucideIcon("Undo2", [["path", {
|
|
d: "M9 14 4 9l5-5",
|
|
key: "102s5s"
|
|
}], ["path", {
|
|
d: "M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5v0a5.5 5.5 0 0 1-5.5 5.5H11",
|
|
key: "llx8ln"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/undo-dot.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var UndoDot = createLucideIcon("UndoDot", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "17",
|
|
r: "1",
|
|
key: "1ixnty"
|
|
}],
|
|
["path", {
|
|
d: "M3 7v6h6",
|
|
key: "1v2h90"
|
|
}],
|
|
["path", {
|
|
d: "M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13",
|
|
key: "1r6uu6"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/undo.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Undo = createLucideIcon("Undo", [["path", {
|
|
d: "M3 7v6h6",
|
|
key: "1v2h90"
|
|
}], ["path", {
|
|
d: "M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13",
|
|
key: "1r6uu6"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/unfold-horizontal.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var UnfoldHorizontal = createLucideIcon("UnfoldHorizontal", [
|
|
["path", {
|
|
d: "M16 12h6",
|
|
key: "15xry1"
|
|
}],
|
|
["path", {
|
|
d: "M8 12H2",
|
|
key: "1jqql6"
|
|
}],
|
|
["path", {
|
|
d: "M12 2v2",
|
|
key: "tus03m"
|
|
}],
|
|
["path", {
|
|
d: "M12 8v2",
|
|
key: "1woqiv"
|
|
}],
|
|
["path", {
|
|
d: "M12 14v2",
|
|
key: "8jcxud"
|
|
}],
|
|
["path", {
|
|
d: "M12 20v2",
|
|
key: "1lh1kg"
|
|
}],
|
|
["path", {
|
|
d: "m19 15 3-3-3-3",
|
|
key: "wjy7rq"
|
|
}],
|
|
["path", {
|
|
d: "m5 9-3 3 3 3",
|
|
key: "j64kie"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/unfold-vertical.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var UnfoldVertical = createLucideIcon("UnfoldVertical", [
|
|
["path", {
|
|
d: "M12 22v-6",
|
|
key: "6o8u61"
|
|
}],
|
|
["path", {
|
|
d: "M12 8V2",
|
|
key: "1wkif3"
|
|
}],
|
|
["path", {
|
|
d: "M4 12H2",
|
|
key: "rhcxmi"
|
|
}],
|
|
["path", {
|
|
d: "M10 12H8",
|
|
key: "s88cx1"
|
|
}],
|
|
["path", {
|
|
d: "M16 12h-2",
|
|
key: "10asgb"
|
|
}],
|
|
["path", {
|
|
d: "M22 12h-2",
|
|
key: "14jgyd"
|
|
}],
|
|
["path", {
|
|
d: "m15 19-3 3-3-3",
|
|
key: "11eu04"
|
|
}],
|
|
["path", {
|
|
d: "m15 5-3-3-3 3",
|
|
key: "itvq4r"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/ungroup.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Ungroup = createLucideIcon("Ungroup", [["rect", {
|
|
width: "8",
|
|
height: "6",
|
|
x: "5",
|
|
y: "4",
|
|
rx: "1",
|
|
key: "nzclkv"
|
|
}], ["rect", {
|
|
width: "8",
|
|
height: "6",
|
|
x: "11",
|
|
y: "14",
|
|
rx: "1",
|
|
key: "4tytwb"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/unlink-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Unlink2 = createLucideIcon("Unlink2", [["path", {
|
|
d: "M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2",
|
|
key: "1re2ne"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/unlink.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Unlink = createLucideIcon("Unlink", [
|
|
["path", {
|
|
d: "m18.84 12.25 1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07 5.006 5.006 0 0 0-6.95 0l-1.72 1.71",
|
|
key: "yqzxt4"
|
|
}],
|
|
["path", {
|
|
d: "m5.17 11.75-1.71 1.71a5.004 5.004 0 0 0 .12 7.07 5.006 5.006 0 0 0 6.95 0l1.71-1.71",
|
|
key: "4qinb0"
|
|
}],
|
|
["line", {
|
|
x1: "8",
|
|
x2: "8",
|
|
y1: "2",
|
|
y2: "5",
|
|
key: "1041cp"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "5",
|
|
y1: "8",
|
|
y2: "8",
|
|
key: "14m1p5"
|
|
}],
|
|
["line", {
|
|
x1: "16",
|
|
x2: "16",
|
|
y1: "19",
|
|
y2: "22",
|
|
key: "rzdirn"
|
|
}],
|
|
["line", {
|
|
x1: "19",
|
|
x2: "22",
|
|
y1: "16",
|
|
y2: "16",
|
|
key: "ox905f"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/unlock-keyhole.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var UnlockKeyhole = createLucideIcon("UnlockKeyhole", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "16",
|
|
r: "1",
|
|
key: "1au0dj"
|
|
}],
|
|
["rect", {
|
|
x: "3",
|
|
y: "10",
|
|
width: "18",
|
|
height: "12",
|
|
rx: "2",
|
|
key: "6s8ecr"
|
|
}],
|
|
["path", {
|
|
d: "M7 10V7a5 5 0 0 1 9.33-2.5",
|
|
key: "car5b7"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/unlock.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Unlock = createLucideIcon("Unlock", [["rect", {
|
|
width: "18",
|
|
height: "11",
|
|
x: "3",
|
|
y: "11",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1w4ew1"
|
|
}], ["path", {
|
|
d: "M7 11V7a5 5 0 0 1 9.9-1",
|
|
key: "1mm8w8"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/unplug.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Unplug = createLucideIcon("Unplug", [
|
|
["path", {
|
|
d: "m19 5 3-3",
|
|
key: "yk6iyv"
|
|
}],
|
|
["path", {
|
|
d: "m2 22 3-3",
|
|
key: "19mgm9"
|
|
}],
|
|
["path", {
|
|
d: "M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z",
|
|
key: "goz73y"
|
|
}],
|
|
["path", {
|
|
d: "M7.5 13.5 10 11",
|
|
key: "7xgeeb"
|
|
}],
|
|
["path", {
|
|
d: "M10.5 16.5 13 14",
|
|
key: "10btkg"
|
|
}],
|
|
["path", {
|
|
d: "m12 6 6 6 2.3-2.3a2.4 2.4 0 0 0 0-3.4l-2.6-2.6a2.4 2.4 0 0 0-3.4 0Z",
|
|
key: "1snsnr"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/upload-cloud.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var UploadCloud = createLucideIcon("UploadCloud", [
|
|
["path", {
|
|
d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",
|
|
key: "1pljnt"
|
|
}],
|
|
["path", {
|
|
d: "M12 12v9",
|
|
key: "192myk"
|
|
}],
|
|
["path", {
|
|
d: "m16 16-4-4-4 4",
|
|
key: "119tzi"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/upload.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Upload = createLucideIcon("Upload", [
|
|
["path", {
|
|
d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",
|
|
key: "ih7n3h"
|
|
}],
|
|
["polyline", {
|
|
points: "17 8 12 3 7 8",
|
|
key: "t8dd8p"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12",
|
|
y1: "3",
|
|
y2: "15",
|
|
key: "widbto"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/usb.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Usb = createLucideIcon("Usb", [
|
|
["circle", {
|
|
cx: "10",
|
|
cy: "7",
|
|
r: "1",
|
|
key: "dypaad"
|
|
}],
|
|
["circle", {
|
|
cx: "4",
|
|
cy: "20",
|
|
r: "1",
|
|
key: "22iqad"
|
|
}],
|
|
["path", {
|
|
d: "M4.7 19.3 19 5",
|
|
key: "1enqfc"
|
|
}],
|
|
["path", {
|
|
d: "m21 3-3 1 2 2Z",
|
|
key: "d3ov82"
|
|
}],
|
|
["path", {
|
|
d: "M9.26 7.68 5 12l2 5",
|
|
key: "1esawj"
|
|
}],
|
|
["path", {
|
|
d: "m10 14 5 2 3.5-3.5",
|
|
key: "v8oal5"
|
|
}],
|
|
["path", {
|
|
d: "m18 12 1-1 1 1-1 1Z",
|
|
key: "1bh22v"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/user-check.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var UserCheck = createLucideIcon("UserCheck", [
|
|
["path", {
|
|
d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",
|
|
key: "1yyitq"
|
|
}],
|
|
["circle", {
|
|
cx: "9",
|
|
cy: "7",
|
|
r: "4",
|
|
key: "nufk8"
|
|
}],
|
|
["polyline", {
|
|
points: "16 11 18 13 22 9",
|
|
key: "1pwet4"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/user-cog.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var UserCog = createLucideIcon("UserCog", [
|
|
["circle", {
|
|
cx: "18",
|
|
cy: "15",
|
|
r: "3",
|
|
key: "gjjjvw"
|
|
}],
|
|
["circle", {
|
|
cx: "9",
|
|
cy: "7",
|
|
r: "4",
|
|
key: "nufk8"
|
|
}],
|
|
["path", {
|
|
d: "M10 15H6a4 4 0 0 0-4 4v2",
|
|
key: "1nfge6"
|
|
}],
|
|
["path", {
|
|
d: "m21.7 16.4-.9-.3",
|
|
key: "12j9ji"
|
|
}],
|
|
["path", {
|
|
d: "m15.2 13.9-.9-.3",
|
|
key: "1fdjdi"
|
|
}],
|
|
["path", {
|
|
d: "m16.6 18.7.3-.9",
|
|
key: "heedtr"
|
|
}],
|
|
["path", {
|
|
d: "m19.1 12.2.3-.9",
|
|
key: "1af3ki"
|
|
}],
|
|
["path", {
|
|
d: "m19.6 18.7-.4-1",
|
|
key: "1x9vze"
|
|
}],
|
|
["path", {
|
|
d: "m16.8 12.3-.4-1",
|
|
key: "vqeiwj"
|
|
}],
|
|
["path", {
|
|
d: "m14.3 16.6 1-.4",
|
|
key: "1qlj63"
|
|
}],
|
|
["path", {
|
|
d: "m20.7 13.8 1-.4",
|
|
key: "1v5t8k"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/user-minus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var UserMinus = createLucideIcon("UserMinus", [
|
|
["path", {
|
|
d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",
|
|
key: "1yyitq"
|
|
}],
|
|
["circle", {
|
|
cx: "9",
|
|
cy: "7",
|
|
r: "4",
|
|
key: "nufk8"
|
|
}],
|
|
["line", {
|
|
x1: "22",
|
|
x2: "16",
|
|
y1: "11",
|
|
y2: "11",
|
|
key: "1shjgl"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/user-plus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var UserPlus = createLucideIcon("UserPlus", [
|
|
["path", {
|
|
d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",
|
|
key: "1yyitq"
|
|
}],
|
|
["circle", {
|
|
cx: "9",
|
|
cy: "7",
|
|
r: "4",
|
|
key: "nufk8"
|
|
}],
|
|
["line", {
|
|
x1: "19",
|
|
x2: "19",
|
|
y1: "8",
|
|
y2: "14",
|
|
key: "1bvyxn"
|
|
}],
|
|
["line", {
|
|
x1: "22",
|
|
x2: "16",
|
|
y1: "11",
|
|
y2: "11",
|
|
key: "1shjgl"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/user-round-check.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var UserRoundCheck = createLucideIcon("UserRoundCheck", [
|
|
["path", {
|
|
d: "M2 21a8 8 0 0 1 13.292-6",
|
|
key: "bjp14o"
|
|
}],
|
|
["circle", {
|
|
cx: "10",
|
|
cy: "8",
|
|
r: "5",
|
|
key: "o932ke"
|
|
}],
|
|
["path", {
|
|
d: "m16 19 2 2 4-4",
|
|
key: "1b14m6"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/user-round-cog.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var UserRoundCog = createLucideIcon("UserRoundCog", [
|
|
["path", {
|
|
d: "M2 21a8 8 0 0 1 10.434-7.62",
|
|
key: "1yezr2"
|
|
}],
|
|
["circle", {
|
|
cx: "10",
|
|
cy: "8",
|
|
r: "5",
|
|
key: "o932ke"
|
|
}],
|
|
["circle", {
|
|
cx: "18",
|
|
cy: "18",
|
|
r: "3",
|
|
key: "1xkwt0"
|
|
}],
|
|
["path", {
|
|
d: "m19.5 14.3-.4.9",
|
|
key: "1eb35c"
|
|
}],
|
|
["path", {
|
|
d: "m16.9 20.8-.4.9",
|
|
key: "dfjc4z"
|
|
}],
|
|
["path", {
|
|
d: "m21.7 19.5-.9-.4",
|
|
key: "q4dx6b"
|
|
}],
|
|
["path", {
|
|
d: "m15.2 16.9-.9-.4",
|
|
key: "1r0w5f"
|
|
}],
|
|
["path", {
|
|
d: "m21.7 16.5-.9.4",
|
|
key: "1knoei"
|
|
}],
|
|
["path", {
|
|
d: "m15.2 19.1-.9.4",
|
|
key: "j188fs"
|
|
}],
|
|
["path", {
|
|
d: "m19.5 21.7-.4-.9",
|
|
key: "1tonu5"
|
|
}],
|
|
["path", {
|
|
d: "m16.9 15.2-.4-.9",
|
|
key: "699xu"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/user-round-minus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var UserRoundMinus = createLucideIcon("UserRoundMinus", [
|
|
["path", {
|
|
d: "M2 21a8 8 0 0 1 13.292-6",
|
|
key: "bjp14o"
|
|
}],
|
|
["circle", {
|
|
cx: "10",
|
|
cy: "8",
|
|
r: "5",
|
|
key: "o932ke"
|
|
}],
|
|
["path", {
|
|
d: "M22 19h-6",
|
|
key: "vcuq98"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/user-round-plus.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var UserRoundPlus = createLucideIcon("UserRoundPlus", [
|
|
["path", {
|
|
d: "M2 21a8 8 0 0 1 13.292-6",
|
|
key: "bjp14o"
|
|
}],
|
|
["circle", {
|
|
cx: "10",
|
|
cy: "8",
|
|
r: "5",
|
|
key: "o932ke"
|
|
}],
|
|
["path", {
|
|
d: "M19 16v6",
|
|
key: "tddt3s"
|
|
}],
|
|
["path", {
|
|
d: "M22 19h-6",
|
|
key: "vcuq98"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/user-round-search.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var UserRoundSearch = createLucideIcon("UserRoundSearch", [
|
|
["circle", {
|
|
cx: "10",
|
|
cy: "8",
|
|
r: "5",
|
|
key: "o932ke"
|
|
}],
|
|
["path", {
|
|
d: "M2 21a8 8 0 0 1 10.434-7.62",
|
|
key: "1yezr2"
|
|
}],
|
|
["circle", {
|
|
cx: "18",
|
|
cy: "18",
|
|
r: "3",
|
|
key: "1xkwt0"
|
|
}],
|
|
["path", {
|
|
d: "m22 22-1.9-1.9",
|
|
key: "1e5ubv"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/user-round-x.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var UserRoundX = createLucideIcon("UserRoundX", [
|
|
["path", {
|
|
d: "M2 21a8 8 0 0 1 11.873-7",
|
|
key: "74fkxq"
|
|
}],
|
|
["circle", {
|
|
cx: "10",
|
|
cy: "8",
|
|
r: "5",
|
|
key: "o932ke"
|
|
}],
|
|
["path", {
|
|
d: "m17 17 5 5",
|
|
key: "p7ous7"
|
|
}],
|
|
["path", {
|
|
d: "m22 17-5 5",
|
|
key: "gqnmv0"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/user-round.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var UserRound = createLucideIcon("UserRound", [["circle", {
|
|
cx: "12",
|
|
cy: "8",
|
|
r: "5",
|
|
key: "1hypcn"
|
|
}], ["path", {
|
|
d: "M20 21a8 8 0 0 0-16 0",
|
|
key: "rfgkzh"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/user-search.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var UserSearch = createLucideIcon("UserSearch", [
|
|
["circle", {
|
|
cx: "10",
|
|
cy: "7",
|
|
r: "4",
|
|
key: "e45bow"
|
|
}],
|
|
["path", {
|
|
d: "M10.3 15H7a4 4 0 0 0-4 4v2",
|
|
key: "3bnktk"
|
|
}],
|
|
["circle", {
|
|
cx: "17",
|
|
cy: "17",
|
|
r: "3",
|
|
key: "18b49y"
|
|
}],
|
|
["path", {
|
|
d: "m21 21-1.9-1.9",
|
|
key: "1g2n9r"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/user-x.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var UserX = createLucideIcon("UserX", [
|
|
["path", {
|
|
d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",
|
|
key: "1yyitq"
|
|
}],
|
|
["circle", {
|
|
cx: "9",
|
|
cy: "7",
|
|
r: "4",
|
|
key: "nufk8"
|
|
}],
|
|
["line", {
|
|
x1: "17",
|
|
x2: "22",
|
|
y1: "8",
|
|
y2: "13",
|
|
key: "3nzzx3"
|
|
}],
|
|
["line", {
|
|
x1: "22",
|
|
x2: "17",
|
|
y1: "8",
|
|
y2: "13",
|
|
key: "1swrse"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/user.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var User = createLucideIcon("User", [["path", {
|
|
d: "M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",
|
|
key: "975kel"
|
|
}], ["circle", {
|
|
cx: "12",
|
|
cy: "7",
|
|
r: "4",
|
|
key: "17ys0d"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/users-round.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var UsersRound = createLucideIcon("UsersRound", [
|
|
["path", {
|
|
d: "M18 21a8 8 0 0 0-16 0",
|
|
key: "3ypg7q"
|
|
}],
|
|
["circle", {
|
|
cx: "10",
|
|
cy: "8",
|
|
r: "5",
|
|
key: "o932ke"
|
|
}],
|
|
["path", {
|
|
d: "M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3",
|
|
key: "10s06x"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/users.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Users = createLucideIcon("Users", [
|
|
["path", {
|
|
d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",
|
|
key: "1yyitq"
|
|
}],
|
|
["circle", {
|
|
cx: "9",
|
|
cy: "7",
|
|
r: "4",
|
|
key: "nufk8"
|
|
}],
|
|
["path", {
|
|
d: "M22 21v-2a4 4 0 0 0-3-3.87",
|
|
key: "kshegd"
|
|
}],
|
|
["path", {
|
|
d: "M16 3.13a4 4 0 0 1 0 7.75",
|
|
key: "1da9ce"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/utensils-crossed.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var UtensilsCrossed = createLucideIcon("UtensilsCrossed", [
|
|
["path", {
|
|
d: "m16 2-2.3 2.3a3 3 0 0 0 0 4.2l1.8 1.8a3 3 0 0 0 4.2 0L22 8",
|
|
key: "n7qcjb"
|
|
}],
|
|
["path", {
|
|
d: "M15 15 3.3 3.3a4.2 4.2 0 0 0 0 6l7.3 7.3c.7.7 2 .7 2.8 0L15 15Zm0 0 7 7",
|
|
key: "d0u48b"
|
|
}],
|
|
["path", {
|
|
d: "m2.1 21.8 6.4-6.3",
|
|
key: "yn04lh"
|
|
}],
|
|
["path", {
|
|
d: "m19 5-7 7",
|
|
key: "194lzd"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/utensils.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Utensils = createLucideIcon("Utensils", [
|
|
["path", {
|
|
d: "M3 2v7c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V2",
|
|
key: "cjf0a3"
|
|
}],
|
|
["path", {
|
|
d: "M7 2v20",
|
|
key: "1473qp"
|
|
}],
|
|
["path", {
|
|
d: "M21 15V2v0a5 5 0 0 0-5 5v6c0 1.1.9 2 2 2h3Zm0 0v7",
|
|
key: "1ogz0v"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/utility-pole.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var UtilityPole = createLucideIcon("UtilityPole", [
|
|
["path", {
|
|
d: "M12 2v20",
|
|
key: "t6zp3m"
|
|
}],
|
|
["path", {
|
|
d: "M2 5h20",
|
|
key: "1fs1ex"
|
|
}],
|
|
["path", {
|
|
d: "M3 3v2",
|
|
key: "9imdir"
|
|
}],
|
|
["path", {
|
|
d: "M7 3v2",
|
|
key: "n0os7"
|
|
}],
|
|
["path", {
|
|
d: "M17 3v2",
|
|
key: "1l2re6"
|
|
}],
|
|
["path", {
|
|
d: "M21 3v2",
|
|
key: "1duuac"
|
|
}],
|
|
["path", {
|
|
d: "m19 5-7 7-7-7",
|
|
key: "133zxf"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/variable.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Variable = createLucideIcon("Variable", [
|
|
["path", {
|
|
d: "M8 21s-4-3-4-9 4-9 4-9",
|
|
key: "uto9ud"
|
|
}],
|
|
["path", {
|
|
d: "M16 3s4 3 4 9-4 9-4 9",
|
|
key: "4w2vsq"
|
|
}],
|
|
["line", {
|
|
x1: "15",
|
|
x2: "9",
|
|
y1: "9",
|
|
y2: "15",
|
|
key: "f7djnv"
|
|
}],
|
|
["line", {
|
|
x1: "9",
|
|
x2: "15",
|
|
y1: "9",
|
|
y2: "15",
|
|
key: "1shsy8"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/vegan.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Vegan = createLucideIcon("Vegan", [
|
|
["path", {
|
|
d: "M2 2a26.6 26.6 0 0 1 10 20c.9-6.82 1.5-9.5 4-14",
|
|
key: "qiv7li"
|
|
}],
|
|
["path", {
|
|
d: "M16 8c4 0 6-2 6-6-4 0-6 2-6 6",
|
|
key: "n7eohy"
|
|
}],
|
|
["path", {
|
|
d: "M17.41 3.6a10 10 0 1 0 3 3",
|
|
key: "1dion0"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/venetian-mask.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var VenetianMask = createLucideIcon("VenetianMask", [
|
|
["path", {
|
|
d: "M2 12a5 5 0 0 0 5 5 8 8 0 0 1 5 2 8 8 0 0 1 5-2 5 5 0 0 0 5-5V7h-5a8 8 0 0 0-5 2 8 8 0 0 0-5-2H2Z",
|
|
key: "1g6z3j"
|
|
}],
|
|
["path", {
|
|
d: "M6 11c1.5 0 3 .5 3 2-2 0-3 0-3-2Z",
|
|
key: "c2lwnf"
|
|
}],
|
|
["path", {
|
|
d: "M18 11c-1.5 0-3 .5-3 2 2 0 3 0 3-2Z",
|
|
key: "njd9zo"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/vibrate-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var VibrateOff = createLucideIcon("VibrateOff", [
|
|
["path", {
|
|
d: "m2 8 2 2-2 2 2 2-2 2",
|
|
key: "sv1b1"
|
|
}],
|
|
["path", {
|
|
d: "m22 8-2 2 2 2-2 2 2 2",
|
|
key: "101i4y"
|
|
}],
|
|
["path", {
|
|
d: "M8 8v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2",
|
|
key: "1hbad5"
|
|
}],
|
|
["path", {
|
|
d: "M16 10.34V6c0-.55-.45-1-1-1h-4.34",
|
|
key: "1x5tf0"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/vibrate.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Vibrate = createLucideIcon("Vibrate", [
|
|
["path", {
|
|
d: "m2 8 2 2-2 2 2 2-2 2",
|
|
key: "sv1b1"
|
|
}],
|
|
["path", {
|
|
d: "m22 8-2 2 2 2-2 2 2 2",
|
|
key: "101i4y"
|
|
}],
|
|
["rect", {
|
|
width: "8",
|
|
height: "14",
|
|
x: "8",
|
|
y: "5",
|
|
rx: "1",
|
|
key: "1oyrl4"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/video-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var VideoOff = createLucideIcon("VideoOff", [
|
|
["path", {
|
|
d: "M10.66 6H14a2 2 0 0 1 2 2v2.34l1 1L22 8v8",
|
|
key: "ubwiq0"
|
|
}],
|
|
["path", {
|
|
d: "M16 16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2l10 10Z",
|
|
key: "1l10zd"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/video.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Video = createLucideIcon("Video", [["path", {
|
|
d: "m22 8-6 4 6 4V8Z",
|
|
key: "50v9me"
|
|
}], ["rect", {
|
|
width: "14",
|
|
height: "12",
|
|
x: "2",
|
|
y: "6",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1rqjg6"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/videotape.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Videotape = createLucideIcon("Videotape", [
|
|
["rect", {
|
|
width: "20",
|
|
height: "16",
|
|
x: "2",
|
|
y: "4",
|
|
rx: "2",
|
|
key: "18n3k1"
|
|
}],
|
|
["path", {
|
|
d: "M2 8h20",
|
|
key: "d11cs7"
|
|
}],
|
|
["circle", {
|
|
cx: "8",
|
|
cy: "14",
|
|
r: "2",
|
|
key: "1k2qr5"
|
|
}],
|
|
["path", {
|
|
d: "M8 12h8",
|
|
key: "1wcyev"
|
|
}],
|
|
["circle", {
|
|
cx: "16",
|
|
cy: "14",
|
|
r: "2",
|
|
key: "14k7lr"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/view.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var View = createLucideIcon("View", [
|
|
["path", {
|
|
d: "M5 12s2.545-5 7-5c4.454 0 7 5 7 5s-2.546 5-7 5c-4.455 0-7-5-7-5z",
|
|
key: "vptub8"
|
|
}],
|
|
["path", {
|
|
d: "M12 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2z",
|
|
key: "10lhjs"
|
|
}],
|
|
["path", {
|
|
d: "M21 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2",
|
|
key: "mrq65r"
|
|
}],
|
|
["path", {
|
|
d: "M21 7V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2",
|
|
key: "be3xqs"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/voicemail.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Voicemail = createLucideIcon("Voicemail", [
|
|
["circle", {
|
|
cx: "6",
|
|
cy: "12",
|
|
r: "4",
|
|
key: "1ehtga"
|
|
}],
|
|
["circle", {
|
|
cx: "18",
|
|
cy: "12",
|
|
r: "4",
|
|
key: "4vafl8"
|
|
}],
|
|
["line", {
|
|
x1: "6",
|
|
x2: "18",
|
|
y1: "16",
|
|
y2: "16",
|
|
key: "pmt8us"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/volume-1.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Volume1 = createLucideIcon("Volume1", [["polygon", {
|
|
points: "11 5 6 9 2 9 2 15 6 15 11 19 11 5",
|
|
key: "16drj5"
|
|
}], ["path", {
|
|
d: "M15.54 8.46a5 5 0 0 1 0 7.07",
|
|
key: "ltjumu"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/volume-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Volume2 = createLucideIcon("Volume2", [
|
|
["polygon", {
|
|
points: "11 5 6 9 2 9 2 15 6 15 11 19 11 5",
|
|
key: "16drj5"
|
|
}],
|
|
["path", {
|
|
d: "M15.54 8.46a5 5 0 0 1 0 7.07",
|
|
key: "ltjumu"
|
|
}],
|
|
["path", {
|
|
d: "M19.07 4.93a10 10 0 0 1 0 14.14",
|
|
key: "1kegas"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/volume-x.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var VolumeX = createLucideIcon("VolumeX", [
|
|
["polygon", {
|
|
points: "11 5 6 9 2 9 2 15 6 15 11 19 11 5",
|
|
key: "16drj5"
|
|
}],
|
|
["line", {
|
|
x1: "22",
|
|
x2: "16",
|
|
y1: "9",
|
|
y2: "15",
|
|
key: "1ewh16"
|
|
}],
|
|
["line", {
|
|
x1: "16",
|
|
x2: "22",
|
|
y1: "9",
|
|
y2: "15",
|
|
key: "5ykzw1"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/volume.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Volume = createLucideIcon("Volume", [["polygon", {
|
|
points: "11 5 6 9 2 9 2 15 6 15 11 19 11 5",
|
|
key: "16drj5"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/vote.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Vote = createLucideIcon("Vote", [
|
|
["path", {
|
|
d: "m9 12 2 2 4-4",
|
|
key: "dzmm74"
|
|
}],
|
|
["path", {
|
|
d: "M5 7c0-1.1.9-2 2-2h10a2 2 0 0 1 2 2v12H5V7Z",
|
|
key: "1ezoue"
|
|
}],
|
|
["path", {
|
|
d: "M22 19H2",
|
|
key: "nuriw5"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/wallet-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Wallet2 = createLucideIcon("Wallet2", [["path", {
|
|
d: "M17 14h.01",
|
|
key: "7oqj8z"
|
|
}], ["path", {
|
|
d: "M7 7h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14",
|
|
key: "u1rqew"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/wallet-cards.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var WalletCards = createLucideIcon("WalletCards", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "afitv7"
|
|
}],
|
|
["path", {
|
|
d: "M3 9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2",
|
|
key: "4125el"
|
|
}],
|
|
["path", {
|
|
d: "M3 11h3c.8 0 1.6.3 2.1.9l1.1.9c1.6 1.6 4.1 1.6 5.7 0l1.1-.9c.5-.5 1.3-.9 2.1-.9H21",
|
|
key: "1dpki6"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/wallet.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Wallet = createLucideIcon("Wallet", [
|
|
["path", {
|
|
d: "M21 12V7H5a2 2 0 0 1 0-4h14v4",
|
|
key: "195gfw"
|
|
}],
|
|
["path", {
|
|
d: "M3 5v14a2 2 0 0 0 2 2h16v-5",
|
|
key: "195n9w"
|
|
}],
|
|
["path", {
|
|
d: "M18 12a2 2 0 0 0 0 4h4v-4Z",
|
|
key: "vllfpd"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/wallpaper.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Wallpaper = createLucideIcon("Wallpaper", [
|
|
["circle", {
|
|
cx: "8",
|
|
cy: "9",
|
|
r: "2",
|
|
key: "gjzl9d"
|
|
}],
|
|
["path", {
|
|
d: "m9 17 6.1-6.1a2 2 0 0 1 2.81.01L22 15V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2",
|
|
key: "69xh40"
|
|
}],
|
|
["path", {
|
|
d: "M8 21h8",
|
|
key: "1ev6f3"
|
|
}],
|
|
["path", {
|
|
d: "M12 17v4",
|
|
key: "1riwvh"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/wand-2.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Wand2 = createLucideIcon("Wand2", [
|
|
["path", {
|
|
d: "m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72Z",
|
|
key: "1bcowg"
|
|
}],
|
|
["path", {
|
|
d: "m14 7 3 3",
|
|
key: "1r5n42"
|
|
}],
|
|
["path", {
|
|
d: "M5 6v4",
|
|
key: "ilb8ba"
|
|
}],
|
|
["path", {
|
|
d: "M19 14v4",
|
|
key: "blhpug"
|
|
}],
|
|
["path", {
|
|
d: "M10 2v2",
|
|
key: "7u0qdc"
|
|
}],
|
|
["path", {
|
|
d: "M7 8H3",
|
|
key: "zfb6yr"
|
|
}],
|
|
["path", {
|
|
d: "M21 16h-4",
|
|
key: "1cnmox"
|
|
}],
|
|
["path", {
|
|
d: "M11 3H9",
|
|
key: "1obp7u"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/wand.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Wand = createLucideIcon("Wand", [
|
|
["path", {
|
|
d: "M15 4V2",
|
|
key: "z1p9b7"
|
|
}],
|
|
["path", {
|
|
d: "M15 16v-2",
|
|
key: "px0unx"
|
|
}],
|
|
["path", {
|
|
d: "M8 9h2",
|
|
key: "1g203m"
|
|
}],
|
|
["path", {
|
|
d: "M20 9h2",
|
|
key: "19tzq7"
|
|
}],
|
|
["path", {
|
|
d: "M17.8 11.8 19 13",
|
|
key: "yihg8r"
|
|
}],
|
|
["path", {
|
|
d: "M15 9h0",
|
|
key: "kg5t1u"
|
|
}],
|
|
["path", {
|
|
d: "M17.8 6.2 19 5",
|
|
key: "fd4us0"
|
|
}],
|
|
["path", {
|
|
d: "m3 21 9-9",
|
|
key: "1jfql5"
|
|
}],
|
|
["path", {
|
|
d: "M12.2 6.2 11 5",
|
|
key: "i3da3b"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/warehouse.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Warehouse = createLucideIcon("Warehouse", [
|
|
["path", {
|
|
d: "M22 8.35V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8.35A2 2 0 0 1 3.26 6.5l8-3.2a2 2 0 0 1 1.48 0l8 3.2A2 2 0 0 1 22 8.35Z",
|
|
key: "gksnxg"
|
|
}],
|
|
["path", {
|
|
d: "M6 18h12",
|
|
key: "9pbo8z"
|
|
}],
|
|
["path", {
|
|
d: "M6 14h12",
|
|
key: "4cwo0f"
|
|
}],
|
|
["rect", {
|
|
width: "12",
|
|
height: "12",
|
|
x: "6",
|
|
y: "10",
|
|
key: "apd30q"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/watch.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Watch = createLucideIcon("Watch", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "6",
|
|
key: "1vlfrh"
|
|
}],
|
|
["polyline", {
|
|
points: "12 10 12 12 13 13",
|
|
key: "19dquz"
|
|
}],
|
|
["path", {
|
|
d: "m16.13 7.66-.81-4.05a2 2 0 0 0-2-1.61h-2.68a2 2 0 0 0-2 1.61l-.78 4.05",
|
|
key: "18k57s"
|
|
}],
|
|
["path", {
|
|
d: "m7.88 16.36.8 4a2 2 0 0 0 2 1.61h2.72a2 2 0 0 0 2-1.61l.81-4.05",
|
|
key: "16ny36"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/waves.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Waves = createLucideIcon("Waves", [
|
|
["path", {
|
|
d: "M2 6c.6.5 1.2 1 2.5 1C7 7 7 5 9.5 5c2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",
|
|
key: "knzxuh"
|
|
}],
|
|
["path", {
|
|
d: "M2 12c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",
|
|
key: "2jd2cc"
|
|
}],
|
|
["path", {
|
|
d: "M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",
|
|
key: "rd2r6e"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/waypoints.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Waypoints = createLucideIcon("Waypoints", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "4.5",
|
|
r: "2.5",
|
|
key: "r5ysbb"
|
|
}],
|
|
["path", {
|
|
d: "m10.2 6.3-3.9 3.9",
|
|
key: "1nzqf6"
|
|
}],
|
|
["circle", {
|
|
cx: "4.5",
|
|
cy: "12",
|
|
r: "2.5",
|
|
key: "jydg6v"
|
|
}],
|
|
["path", {
|
|
d: "M7 12h10",
|
|
key: "b7w52i"
|
|
}],
|
|
["circle", {
|
|
cx: "19.5",
|
|
cy: "12",
|
|
r: "2.5",
|
|
key: "1piiel"
|
|
}],
|
|
["path", {
|
|
d: "m13.8 17.7 3.9-3.9",
|
|
key: "1wyg1y"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "19.5",
|
|
r: "2.5",
|
|
key: "13o1pw"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/webcam.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Webcam = createLucideIcon("Webcam", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "10",
|
|
r: "8",
|
|
key: "1gshiw"
|
|
}],
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "10",
|
|
r: "3",
|
|
key: "ilqhr7"
|
|
}],
|
|
["path", {
|
|
d: "M7 22h10",
|
|
key: "10w4w3"
|
|
}],
|
|
["path", {
|
|
d: "M12 22v-4",
|
|
key: "1utk9m"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/webhook.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Webhook = createLucideIcon("Webhook", [
|
|
["path", {
|
|
d: "M18 16.98h-5.99c-1.1 0-1.95.94-2.48 1.9A4 4 0 0 1 2 17c.01-.7.2-1.4.57-2",
|
|
key: "q3hayz"
|
|
}],
|
|
["path", {
|
|
d: "m6 17 3.13-5.78c.53-.97.1-2.18-.5-3.1a4 4 0 1 1 6.89-4.06",
|
|
key: "1go1hn"
|
|
}],
|
|
["path", {
|
|
d: "m12 6 3.13 5.73C15.66 12.7 16.9 13 18 13a4 4 0 0 1 0 8",
|
|
key: "qlwsc0"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/weight.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Weight = createLucideIcon("Weight", [["circle", {
|
|
cx: "12",
|
|
cy: "5",
|
|
r: "3",
|
|
key: "rqqgnr"
|
|
}], ["path", {
|
|
d: "M6.5 8a2 2 0 0 0-1.905 1.46L2.1 18.5A2 2 0 0 0 4 21h16a2 2 0 0 0 1.925-2.54L19.4 9.5A2 2 0 0 0 17.48 8Z",
|
|
key: "56o5sh"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/wheat-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var WheatOff = createLucideIcon("WheatOff", [
|
|
["path", {
|
|
d: "m2 22 10-10",
|
|
key: "28ilpk"
|
|
}],
|
|
["path", {
|
|
d: "m16 8-1.17 1.17",
|
|
key: "1qqm82"
|
|
}],
|
|
["path", {
|
|
d: "M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",
|
|
key: "1rdhi6"
|
|
}],
|
|
["path", {
|
|
d: "m8 8-.53.53a3.5 3.5 0 0 0 0 4.94L9 15l1.53-1.53c.55-.55.88-1.25.98-1.97",
|
|
key: "4wz8re"
|
|
}],
|
|
["path", {
|
|
d: "M10.91 5.26c.15-.26.34-.51.56-.73L13 3l1.53 1.53a3.5 3.5 0 0 1 .28 4.62",
|
|
key: "rves66"
|
|
}],
|
|
["path", {
|
|
d: "M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z",
|
|
key: "19rau1"
|
|
}],
|
|
["path", {
|
|
d: "M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",
|
|
key: "tc8ph9"
|
|
}],
|
|
["path", {
|
|
d: "m16 16-.53.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.49 3.49 0 0 1 1.97-.98",
|
|
key: "ak46r"
|
|
}],
|
|
["path", {
|
|
d: "M18.74 13.09c.26-.15.51-.34.73-.56L21 11l-1.53-1.53a3.5 3.5 0 0 0-4.62-.28",
|
|
key: "1tw520"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/wheat.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Wheat = createLucideIcon("Wheat", [
|
|
["path", {
|
|
d: "M2 22 16 8",
|
|
key: "60hf96"
|
|
}],
|
|
["path", {
|
|
d: "M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",
|
|
key: "1rdhi6"
|
|
}],
|
|
["path", {
|
|
d: "M7.47 8.53 9 7l1.53 1.53a3.5 3.5 0 0 1 0 4.94L9 15l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",
|
|
key: "1sdzmb"
|
|
}],
|
|
["path", {
|
|
d: "M11.47 4.53 13 3l1.53 1.53a3.5 3.5 0 0 1 0 4.94L13 11l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",
|
|
key: "eoatbi"
|
|
}],
|
|
["path", {
|
|
d: "M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z",
|
|
key: "19rau1"
|
|
}],
|
|
["path", {
|
|
d: "M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",
|
|
key: "tc8ph9"
|
|
}],
|
|
["path", {
|
|
d: "M15.47 13.47 17 15l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",
|
|
key: "2m8kc5"
|
|
}],
|
|
["path", {
|
|
d: "M19.47 9.47 21 11l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L13 11l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",
|
|
key: "vex3ng"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/whole-word.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var WholeWord = createLucideIcon("WholeWord", [
|
|
["circle", {
|
|
cx: "7",
|
|
cy: "12",
|
|
r: "3",
|
|
key: "12clwm"
|
|
}],
|
|
["path", {
|
|
d: "M10 9v6",
|
|
key: "17i7lo"
|
|
}],
|
|
["circle", {
|
|
cx: "17",
|
|
cy: "12",
|
|
r: "3",
|
|
key: "gl7c2s"
|
|
}],
|
|
["path", {
|
|
d: "M14 7v8",
|
|
key: "dl84cr"
|
|
}],
|
|
["path", {
|
|
d: "M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1",
|
|
key: "lt2kga"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/wifi-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var WifiOff = createLucideIcon("WifiOff", [
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}],
|
|
["path", {
|
|
d: "M8.5 16.5a5 5 0 0 1 7 0",
|
|
key: "sej527"
|
|
}],
|
|
["path", {
|
|
d: "M2 8.82a15 15 0 0 1 4.17-2.65",
|
|
key: "11utq1"
|
|
}],
|
|
["path", {
|
|
d: "M10.66 5c4.01-.36 8.14.9 11.34 3.76",
|
|
key: "hxefdu"
|
|
}],
|
|
["path", {
|
|
d: "M16.85 11.25a10 10 0 0 1 2.22 1.68",
|
|
key: "q734kn"
|
|
}],
|
|
["path", {
|
|
d: "M5 13a10 10 0 0 1 5.24-2.76",
|
|
key: "piq4yl"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12.01",
|
|
y1: "20",
|
|
y2: "20",
|
|
key: "of4bc4"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/wifi.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Wifi = createLucideIcon("Wifi", [
|
|
["path", {
|
|
d: "M5 13a10 10 0 0 1 14 0",
|
|
key: "6v8j51"
|
|
}],
|
|
["path", {
|
|
d: "M8.5 16.5a5 5 0 0 1 7 0",
|
|
key: "sej527"
|
|
}],
|
|
["path", {
|
|
d: "M2 8.82a15 15 0 0 1 20 0",
|
|
key: "dnpr2z"
|
|
}],
|
|
["line", {
|
|
x1: "12",
|
|
x2: "12.01",
|
|
y1: "20",
|
|
y2: "20",
|
|
key: "of4bc4"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/wind.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Wind = createLucideIcon("Wind", [
|
|
["path", {
|
|
d: "M17.7 7.7a2.5 2.5 0 1 1 1.8 4.3H2",
|
|
key: "1k4u03"
|
|
}],
|
|
["path", {
|
|
d: "M9.6 4.6A2 2 0 1 1 11 8H2",
|
|
key: "b7d0fd"
|
|
}],
|
|
["path", {
|
|
d: "M12.6 19.4A2 2 0 1 0 14 16H2",
|
|
key: "1p5cb3"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/wine-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var WineOff = createLucideIcon("WineOff", [
|
|
["path", {
|
|
d: "M8 22h8",
|
|
key: "rmew8v"
|
|
}],
|
|
["path", {
|
|
d: "M7 10h3m7 0h-1.343",
|
|
key: "v48bem"
|
|
}],
|
|
["path", {
|
|
d: "M12 15v7",
|
|
key: "t2xh3l"
|
|
}],
|
|
["path", {
|
|
d: "M7.307 7.307A12.33 12.33 0 0 0 7 10a5 5 0 0 0 7.391 4.391M8.638 2.981C8.75 2.668 8.872 2.34 9 2h6c1.5 4 2 6 2 8 0 .407-.05.809-.145 1.198",
|
|
key: "1ymjlu"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/wine.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Wine = createLucideIcon("Wine", [
|
|
["path", {
|
|
d: "M8 22h8",
|
|
key: "rmew8v"
|
|
}],
|
|
["path", {
|
|
d: "M7 10h10",
|
|
key: "1101jm"
|
|
}],
|
|
["path", {
|
|
d: "M12 15v7",
|
|
key: "t2xh3l"
|
|
}],
|
|
["path", {
|
|
d: "M12 15a5 5 0 0 0 5-5c0-2-.5-4-2-8H9c-1.5 4-2 6-2 8a5 5 0 0 0 5 5Z",
|
|
key: "10ffi3"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/workflow.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Workflow = createLucideIcon("Workflow", [
|
|
["rect", {
|
|
width: "8",
|
|
height: "8",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
key: "by2w9f"
|
|
}],
|
|
["path", {
|
|
d: "M7 11v4a2 2 0 0 0 2 2h4",
|
|
key: "xkn7yn"
|
|
}],
|
|
["rect", {
|
|
width: "8",
|
|
height: "8",
|
|
x: "13",
|
|
y: "13",
|
|
rx: "2",
|
|
key: "1cgmvn"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/wrap-text.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var WrapText = createLucideIcon("WrapText", [
|
|
["line", {
|
|
x1: "3",
|
|
x2: "21",
|
|
y1: "6",
|
|
y2: "6",
|
|
key: "4m8b97"
|
|
}],
|
|
["path", {
|
|
d: "M3 12h15a3 3 0 1 1 0 6h-4",
|
|
key: "1cl7v7"
|
|
}],
|
|
["polyline", {
|
|
points: "16 16 14 18 16 20",
|
|
key: "1jznyi"
|
|
}],
|
|
["line", {
|
|
x1: "3",
|
|
x2: "10",
|
|
y1: "18",
|
|
y2: "18",
|
|
key: "1h33wv"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/wrench.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Wrench = createLucideIcon("Wrench", [["path", {
|
|
d: "M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z",
|
|
key: "cbrjhi"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/x-circle.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var XCircle = createLucideIcon("XCircle", [
|
|
["circle", {
|
|
cx: "12",
|
|
cy: "12",
|
|
r: "10",
|
|
key: "1mglay"
|
|
}],
|
|
["path", {
|
|
d: "m15 9-6 6",
|
|
key: "1uzhvr"
|
|
}],
|
|
["path", {
|
|
d: "m9 9 6 6",
|
|
key: "z0biqf"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/x-octagon.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var XOctagon = createLucideIcon("XOctagon", [
|
|
["polygon", {
|
|
points: "7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2",
|
|
key: "h1p8hx"
|
|
}],
|
|
["path", {
|
|
d: "m15 9-6 6",
|
|
key: "1uzhvr"
|
|
}],
|
|
["path", {
|
|
d: "m9 9 6 6",
|
|
key: "z0biqf"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/x-square.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var XSquare = createLucideIcon("XSquare", [
|
|
["rect", {
|
|
width: "18",
|
|
height: "18",
|
|
x: "3",
|
|
y: "3",
|
|
rx: "2",
|
|
ry: "2",
|
|
key: "1m3agn"
|
|
}],
|
|
["path", {
|
|
d: "m15 9-6 6",
|
|
key: "1uzhvr"
|
|
}],
|
|
["path", {
|
|
d: "m9 9 6 6",
|
|
key: "z0biqf"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/x.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var X = createLucideIcon("X", [["path", {
|
|
d: "M18 6 6 18",
|
|
key: "1bl5f8"
|
|
}], ["path", {
|
|
d: "m6 6 12 12",
|
|
key: "d8bk6v"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/youtube.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Youtube = createLucideIcon("Youtube", [["path", {
|
|
d: "M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17",
|
|
key: "1q2vi4"
|
|
}], ["path", {
|
|
d: "m10 15 5-3-5-3z",
|
|
key: "1jp15x"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/zap-off.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ZapOff = createLucideIcon("ZapOff", [
|
|
["polyline", {
|
|
points: "12.41 6.75 13 2 10.57 4.92",
|
|
key: "122m05"
|
|
}],
|
|
["polyline", {
|
|
points: "18.57 12.91 21 10 15.66 10",
|
|
key: "16r43o"
|
|
}],
|
|
["polyline", {
|
|
points: "8 8 3 14 12 14 11 22 16 16",
|
|
key: "tmh4bc"
|
|
}],
|
|
["line", {
|
|
x1: "2",
|
|
x2: "22",
|
|
y1: "2",
|
|
y2: "22",
|
|
key: "a6p6uj"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/zap.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Zap = createLucideIcon("Zap", [["polygon", {
|
|
points: "13 2 3 14 12 14 11 22 21 10 12 10 13 2",
|
|
key: "45s27k"
|
|
}]]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/zoom-in.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ZoomIn = createLucideIcon("ZoomIn", [
|
|
["circle", {
|
|
cx: "11",
|
|
cy: "11",
|
|
r: "8",
|
|
key: "4ej97u"
|
|
}],
|
|
["line", {
|
|
x1: "21",
|
|
x2: "16.65",
|
|
y1: "21",
|
|
y2: "16.65",
|
|
key: "13gj7c"
|
|
}],
|
|
["line", {
|
|
x1: "11",
|
|
x2: "11",
|
|
y1: "8",
|
|
y2: "14",
|
|
key: "1vmskp"
|
|
}],
|
|
["line", {
|
|
x1: "8",
|
|
x2: "14",
|
|
y1: "11",
|
|
y2: "11",
|
|
key: "durymu"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/zoom-out.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var ZoomOut = createLucideIcon("ZoomOut", [
|
|
["circle", {
|
|
cx: "11",
|
|
cy: "11",
|
|
r: "8",
|
|
key: "4ej97u"
|
|
}],
|
|
["line", {
|
|
x1: "21",
|
|
x2: "16.65",
|
|
y1: "21",
|
|
y2: "16.65",
|
|
key: "13gj7c"
|
|
}],
|
|
["line", {
|
|
x1: "8",
|
|
x2: "14",
|
|
y1: "11",
|
|
y2: "11",
|
|
key: "durymu"
|
|
}]
|
|
]);
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/icons/index.js
|
|
var icons_exports = /* @__PURE__ */ __exportAll({
|
|
Accessibility: () => Accessibility,
|
|
Activity: () => Activity,
|
|
ActivitySquare: () => ActivitySquare,
|
|
AirVent: () => AirVent,
|
|
Airplay: () => Airplay,
|
|
AlarmClock: () => AlarmClock,
|
|
AlarmClockCheck: () => AlarmClockCheck,
|
|
AlarmClockOff: () => AlarmClockOff,
|
|
AlarmMinus: () => AlarmMinus,
|
|
AlarmPlus: () => AlarmPlus,
|
|
AlarmSmoke: () => AlarmSmoke,
|
|
Album: () => Album,
|
|
AlertCircle: () => AlertCircle,
|
|
AlertOctagon: () => AlertOctagon,
|
|
AlertTriangle: () => AlertTriangle,
|
|
AlignCenter: () => AlignCenter,
|
|
AlignCenterHorizontal: () => AlignCenterHorizontal,
|
|
AlignCenterVertical: () => AlignCenterVertical,
|
|
AlignEndHorizontal: () => AlignEndHorizontal,
|
|
AlignEndVertical: () => AlignEndVertical,
|
|
AlignHorizontalDistributeCenter: () => AlignHorizontalDistributeCenter,
|
|
AlignHorizontalDistributeEnd: () => AlignHorizontalDistributeEnd,
|
|
AlignHorizontalDistributeStart: () => AlignHorizontalDistributeStart,
|
|
AlignHorizontalJustifyCenter: () => AlignHorizontalJustifyCenter,
|
|
AlignHorizontalJustifyEnd: () => AlignHorizontalJustifyEnd,
|
|
AlignHorizontalJustifyStart: () => AlignHorizontalJustifyStart,
|
|
AlignHorizontalSpaceAround: () => AlignHorizontalSpaceAround,
|
|
AlignHorizontalSpaceBetween: () => AlignHorizontalSpaceBetween,
|
|
AlignJustify: () => AlignJustify,
|
|
AlignLeft: () => AlignLeft,
|
|
AlignRight: () => AlignRight,
|
|
AlignStartHorizontal: () => AlignStartHorizontal,
|
|
AlignStartVertical: () => AlignStartVertical,
|
|
AlignVerticalDistributeCenter: () => AlignVerticalDistributeCenter,
|
|
AlignVerticalDistributeEnd: () => AlignVerticalDistributeEnd,
|
|
AlignVerticalDistributeStart: () => AlignVerticalDistributeStart,
|
|
AlignVerticalJustifyCenter: () => AlignVerticalJustifyCenter,
|
|
AlignVerticalJustifyEnd: () => AlignVerticalJustifyEnd,
|
|
AlignVerticalJustifyStart: () => AlignVerticalJustifyStart,
|
|
AlignVerticalSpaceAround: () => AlignVerticalSpaceAround,
|
|
AlignVerticalSpaceBetween: () => AlignVerticalSpaceBetween,
|
|
Ampersand: () => Ampersand,
|
|
Ampersands: () => Ampersands,
|
|
Anchor: () => Anchor,
|
|
Angry: () => Angry,
|
|
Annoyed: () => Annoyed,
|
|
Antenna: () => Antenna,
|
|
Anvil: () => Anvil,
|
|
Aperture: () => Aperture,
|
|
AppWindow: () => AppWindow,
|
|
Apple: () => Apple,
|
|
Archive: () => Archive,
|
|
ArchiveRestore: () => ArchiveRestore,
|
|
ArchiveX: () => ArchiveX,
|
|
AreaChart: () => AreaChart,
|
|
Armchair: () => Armchair,
|
|
ArrowBigDown: () => ArrowBigDown,
|
|
ArrowBigDownDash: () => ArrowBigDownDash,
|
|
ArrowBigLeft: () => ArrowBigLeft,
|
|
ArrowBigLeftDash: () => ArrowBigLeftDash,
|
|
ArrowBigRight: () => ArrowBigRight,
|
|
ArrowBigRightDash: () => ArrowBigRightDash,
|
|
ArrowBigUp: () => ArrowBigUp,
|
|
ArrowBigUpDash: () => ArrowBigUpDash,
|
|
ArrowDown: () => ArrowDown,
|
|
ArrowDown01: () => ArrowDown01,
|
|
ArrowDown10: () => ArrowDown10,
|
|
ArrowDownAZ: () => ArrowDownAZ,
|
|
ArrowDownCircle: () => ArrowDownCircle,
|
|
ArrowDownFromLine: () => ArrowDownFromLine,
|
|
ArrowDownLeft: () => ArrowDownLeft,
|
|
ArrowDownLeftFromCircle: () => ArrowDownLeftFromCircle,
|
|
ArrowDownLeftSquare: () => ArrowDownLeftSquare,
|
|
ArrowDownNarrowWide: () => ArrowDownNarrowWide,
|
|
ArrowDownRight: () => ArrowDownRight,
|
|
ArrowDownRightFromCircle: () => ArrowDownRightFromCircle,
|
|
ArrowDownRightSquare: () => ArrowDownRightSquare,
|
|
ArrowDownSquare: () => ArrowDownSquare,
|
|
ArrowDownToDot: () => ArrowDownToDot,
|
|
ArrowDownToLine: () => ArrowDownToLine,
|
|
ArrowDownUp: () => ArrowDownUp,
|
|
ArrowDownWideNarrow: () => ArrowDownWideNarrow,
|
|
ArrowDownZA: () => ArrowDownZA,
|
|
ArrowLeft: () => ArrowLeft,
|
|
ArrowLeftCircle: () => ArrowLeftCircle,
|
|
ArrowLeftFromLine: () => ArrowLeftFromLine,
|
|
ArrowLeftRight: () => ArrowLeftRight,
|
|
ArrowLeftSquare: () => ArrowLeftSquare,
|
|
ArrowLeftToLine: () => ArrowLeftToLine,
|
|
ArrowRight: () => ArrowRight,
|
|
ArrowRightCircle: () => ArrowRightCircle,
|
|
ArrowRightFromLine: () => ArrowRightFromLine,
|
|
ArrowRightLeft: () => ArrowRightLeft,
|
|
ArrowRightSquare: () => ArrowRightSquare,
|
|
ArrowRightToLine: () => ArrowRightToLine,
|
|
ArrowUp: () => ArrowUp,
|
|
ArrowUp01: () => ArrowUp01,
|
|
ArrowUp10: () => ArrowUp10,
|
|
ArrowUpAZ: () => ArrowUpAZ,
|
|
ArrowUpCircle: () => ArrowUpCircle,
|
|
ArrowUpDown: () => ArrowUpDown,
|
|
ArrowUpFromDot: () => ArrowUpFromDot,
|
|
ArrowUpFromLine: () => ArrowUpFromLine,
|
|
ArrowUpLeft: () => ArrowUpLeft,
|
|
ArrowUpLeftFromCircle: () => ArrowUpLeftFromCircle,
|
|
ArrowUpLeftSquare: () => ArrowUpLeftSquare,
|
|
ArrowUpNarrowWide: () => ArrowUpNarrowWide,
|
|
ArrowUpRight: () => ArrowUpRight,
|
|
ArrowUpRightFromCircle: () => ArrowUpRightFromCircle,
|
|
ArrowUpRightSquare: () => ArrowUpRightSquare,
|
|
ArrowUpSquare: () => ArrowUpSquare,
|
|
ArrowUpToLine: () => ArrowUpToLine,
|
|
ArrowUpWideNarrow: () => ArrowUpWideNarrow,
|
|
ArrowUpZA: () => ArrowUpZA,
|
|
ArrowsUpFromLine: () => ArrowsUpFromLine,
|
|
Asterisk: () => Asterisk,
|
|
AtSign: () => AtSign,
|
|
Atom: () => Atom,
|
|
AudioLines: () => AudioLines,
|
|
AudioWaveform: () => AudioWaveform,
|
|
Award: () => Award,
|
|
Axe: () => Axe,
|
|
Axis3d: () => Axis3d,
|
|
Baby: () => Baby,
|
|
Backpack: () => Backpack,
|
|
Badge: () => Badge,
|
|
BadgeAlert: () => BadgeAlert,
|
|
BadgeCent: () => BadgeCent,
|
|
BadgeCheck: () => BadgeCheck,
|
|
BadgeDollarSign: () => BadgeDollarSign,
|
|
BadgeEuro: () => BadgeEuro,
|
|
BadgeHelp: () => BadgeHelp,
|
|
BadgeIndianRupee: () => BadgeIndianRupee,
|
|
BadgeInfo: () => BadgeInfo,
|
|
BadgeJapaneseYen: () => BadgeJapaneseYen,
|
|
BadgeMinus: () => BadgeMinus,
|
|
BadgePercent: () => BadgePercent,
|
|
BadgePlus: () => BadgePlus,
|
|
BadgePoundSterling: () => BadgePoundSterling,
|
|
BadgeRussianRuble: () => BadgeRussianRuble,
|
|
BadgeSwissFranc: () => BadgeSwissFranc,
|
|
BadgeX: () => BadgeX,
|
|
BaggageClaim: () => BaggageClaim,
|
|
Ban: () => Ban,
|
|
Banana: () => Banana,
|
|
Banknote: () => Banknote,
|
|
BarChart: () => BarChart,
|
|
BarChart2: () => BarChart2,
|
|
BarChart3: () => BarChart3,
|
|
BarChart4: () => BarChart4,
|
|
BarChartBig: () => BarChartBig,
|
|
BarChartHorizontal: () => BarChartHorizontal,
|
|
BarChartHorizontalBig: () => BarChartHorizontalBig,
|
|
Barcode: () => Barcode,
|
|
Baseline: () => Baseline,
|
|
Bath: () => Bath,
|
|
Battery: () => Battery,
|
|
BatteryCharging: () => BatteryCharging,
|
|
BatteryFull: () => BatteryFull,
|
|
BatteryLow: () => BatteryLow,
|
|
BatteryMedium: () => BatteryMedium,
|
|
BatteryWarning: () => BatteryWarning,
|
|
Beaker: () => Beaker,
|
|
Bean: () => Bean,
|
|
BeanOff: () => BeanOff,
|
|
Bed: () => Bed,
|
|
BedDouble: () => BedDouble,
|
|
BedSingle: () => BedSingle,
|
|
Beef: () => Beef,
|
|
Beer: () => Beer,
|
|
Bell: () => Bell,
|
|
BellDot: () => BellDot,
|
|
BellElectric: () => BellElectric,
|
|
BellMinus: () => BellMinus,
|
|
BellOff: () => BellOff,
|
|
BellPlus: () => BellPlus,
|
|
BellRing: () => BellRing,
|
|
Bike: () => Bike,
|
|
Binary: () => Binary,
|
|
Biohazard: () => Biohazard,
|
|
Bird: () => Bird,
|
|
Bitcoin: () => Bitcoin,
|
|
Blinds: () => Blinds,
|
|
Blocks: () => Blocks,
|
|
Bluetooth: () => Bluetooth,
|
|
BluetoothConnected: () => BluetoothConnected,
|
|
BluetoothOff: () => BluetoothOff,
|
|
BluetoothSearching: () => BluetoothSearching,
|
|
Bold: () => Bold,
|
|
Bomb: () => Bomb,
|
|
Bone: () => Bone,
|
|
Book: () => Book,
|
|
BookA: () => BookA,
|
|
BookAudio: () => BookAudio,
|
|
BookCheck: () => BookCheck,
|
|
BookCopy: () => BookCopy,
|
|
BookDashed: () => BookDashed,
|
|
BookDown: () => BookDown,
|
|
BookHeadphones: () => BookHeadphones,
|
|
BookHeart: () => BookHeart,
|
|
BookImage: () => BookImage,
|
|
BookKey: () => BookKey,
|
|
BookLock: () => BookLock,
|
|
BookMarked: () => BookMarked,
|
|
BookMinus: () => BookMinus,
|
|
BookOpen: () => BookOpen,
|
|
BookOpenCheck: () => BookOpenCheck,
|
|
BookOpenText: () => BookOpenText,
|
|
BookPlus: () => BookPlus,
|
|
BookText: () => BookText,
|
|
BookType: () => BookType,
|
|
BookUp: () => BookUp,
|
|
BookUp2: () => BookUp2,
|
|
BookUser: () => BookUser,
|
|
BookX: () => BookX,
|
|
Bookmark: () => Bookmark,
|
|
BookmarkCheck: () => BookmarkCheck,
|
|
BookmarkMinus: () => BookmarkMinus,
|
|
BookmarkPlus: () => BookmarkPlus,
|
|
BookmarkX: () => BookmarkX,
|
|
BoomBox: () => BoomBox,
|
|
Bot: () => Bot,
|
|
Box: () => Box,
|
|
BoxSelect: () => BoxSelect,
|
|
Boxes: () => Boxes,
|
|
Braces: () => Braces,
|
|
Brackets: () => Brackets,
|
|
Brain: () => Brain,
|
|
BrainCircuit: () => BrainCircuit,
|
|
BrainCog: () => BrainCog,
|
|
BrickWall: () => BrickWall,
|
|
Briefcase: () => Briefcase,
|
|
BringToFront: () => BringToFront,
|
|
Brush: () => Brush,
|
|
Bug: () => Bug,
|
|
BugOff: () => BugOff,
|
|
BugPlay: () => BugPlay,
|
|
Building: () => Building,
|
|
Building2: () => Building2,
|
|
Bus: () => Bus,
|
|
BusFront: () => BusFront,
|
|
Cable: () => Cable,
|
|
CableCar: () => CableCar,
|
|
Cake: () => Cake,
|
|
CakeSlice: () => CakeSlice,
|
|
Calculator: () => Calculator,
|
|
Calendar: () => Calendar,
|
|
CalendarCheck: () => CalendarCheck,
|
|
CalendarCheck2: () => CalendarCheck2,
|
|
CalendarClock: () => CalendarClock,
|
|
CalendarDays: () => CalendarDays,
|
|
CalendarHeart: () => CalendarHeart,
|
|
CalendarMinus: () => CalendarMinus,
|
|
CalendarOff: () => CalendarOff,
|
|
CalendarPlus: () => CalendarPlus,
|
|
CalendarRange: () => CalendarRange,
|
|
CalendarSearch: () => CalendarSearch,
|
|
CalendarX: () => CalendarX,
|
|
CalendarX2: () => CalendarX2,
|
|
Camera: () => Camera,
|
|
CameraOff: () => CameraOff,
|
|
CandlestickChart: () => CandlestickChart,
|
|
Candy: () => Candy,
|
|
CandyCane: () => CandyCane,
|
|
CandyOff: () => CandyOff,
|
|
Car: () => Car,
|
|
CarFront: () => CarFront,
|
|
CarTaxiFront: () => CarTaxiFront,
|
|
Caravan: () => Caravan,
|
|
Carrot: () => Carrot,
|
|
CaseLower: () => CaseLower,
|
|
CaseSensitive: () => CaseSensitive,
|
|
CaseUpper: () => CaseUpper,
|
|
CassetteTape: () => CassetteTape,
|
|
Cast: () => Cast,
|
|
Castle: () => Castle,
|
|
Cat: () => Cat,
|
|
Cctv: () => Cctv,
|
|
Check: () => Check,
|
|
CheckCheck: () => CheckCheck,
|
|
CheckCircle: () => CheckCircle,
|
|
CheckCircle2: () => CheckCircle2,
|
|
CheckSquare: () => CheckSquare,
|
|
CheckSquare2: () => CheckSquare2,
|
|
ChefHat: () => ChefHat,
|
|
Cherry: () => Cherry,
|
|
ChevronDown: () => ChevronDown,
|
|
ChevronDownCircle: () => ChevronDownCircle,
|
|
ChevronDownSquare: () => ChevronDownSquare,
|
|
ChevronFirst: () => ChevronFirst,
|
|
ChevronLast: () => ChevronLast,
|
|
ChevronLeft: () => ChevronLeft,
|
|
ChevronLeftCircle: () => ChevronLeftCircle,
|
|
ChevronLeftSquare: () => ChevronLeftSquare,
|
|
ChevronRight: () => ChevronRight,
|
|
ChevronRightCircle: () => ChevronRightCircle,
|
|
ChevronRightSquare: () => ChevronRightSquare,
|
|
ChevronUp: () => ChevronUp,
|
|
ChevronUpCircle: () => ChevronUpCircle,
|
|
ChevronUpSquare: () => ChevronUpSquare,
|
|
ChevronsDown: () => ChevronsDown,
|
|
ChevronsDownUp: () => ChevronsDownUp,
|
|
ChevronsLeft: () => ChevronsLeft,
|
|
ChevronsLeftRight: () => ChevronsLeftRight,
|
|
ChevronsRight: () => ChevronsRight,
|
|
ChevronsRightLeft: () => ChevronsRightLeft,
|
|
ChevronsUp: () => ChevronsUp,
|
|
ChevronsUpDown: () => ChevronsUpDown,
|
|
Chrome: () => Chrome,
|
|
Church: () => Church,
|
|
Cigarette: () => Cigarette,
|
|
CigaretteOff: () => CigaretteOff,
|
|
Circle: () => Circle,
|
|
CircleDashed: () => CircleDashed,
|
|
CircleDollarSign: () => CircleDollarSign,
|
|
CircleDot: () => CircleDot,
|
|
CircleDotDashed: () => CircleDotDashed,
|
|
CircleEllipsis: () => CircleEllipsis,
|
|
CircleEqual: () => CircleEqual,
|
|
CircleOff: () => CircleOff,
|
|
CircleSlash: () => CircleSlash,
|
|
CircleSlash2: () => CircleSlash2,
|
|
CircleUser: () => CircleUser,
|
|
CircleUserRound: () => CircleUserRound,
|
|
CircuitBoard: () => CircuitBoard,
|
|
Citrus: () => Citrus,
|
|
Clapperboard: () => Clapperboard,
|
|
Clipboard: () => Clipboard,
|
|
ClipboardCheck: () => ClipboardCheck,
|
|
ClipboardCopy: () => ClipboardCopy,
|
|
ClipboardEdit: () => ClipboardEdit,
|
|
ClipboardList: () => ClipboardList,
|
|
ClipboardPaste: () => ClipboardPaste,
|
|
ClipboardSignature: () => ClipboardSignature,
|
|
ClipboardType: () => ClipboardType,
|
|
ClipboardX: () => ClipboardX,
|
|
Clock: () => Clock,
|
|
Clock1: () => Clock1,
|
|
Clock10: () => Clock10,
|
|
Clock11: () => Clock11,
|
|
Clock12: () => Clock12,
|
|
Clock2: () => Clock2,
|
|
Clock3: () => Clock3,
|
|
Clock4: () => Clock4,
|
|
Clock5: () => Clock5,
|
|
Clock6: () => Clock6,
|
|
Clock7: () => Clock7,
|
|
Clock8: () => Clock8,
|
|
Clock9: () => Clock9,
|
|
Cloud: () => Cloud,
|
|
CloudCog: () => CloudCog,
|
|
CloudDrizzle: () => CloudDrizzle,
|
|
CloudFog: () => CloudFog,
|
|
CloudHail: () => CloudHail,
|
|
CloudLightning: () => CloudLightning,
|
|
CloudMoon: () => CloudMoon,
|
|
CloudMoonRain: () => CloudMoonRain,
|
|
CloudOff: () => CloudOff,
|
|
CloudRain: () => CloudRain,
|
|
CloudRainWind: () => CloudRainWind,
|
|
CloudSnow: () => CloudSnow,
|
|
CloudSun: () => CloudSun,
|
|
CloudSunRain: () => CloudSunRain,
|
|
Cloudy: () => Cloudy,
|
|
Clover: () => Clover,
|
|
Club: () => Club,
|
|
Code: () => Code,
|
|
Code2: () => Code2,
|
|
Codepen: () => Codepen,
|
|
Codesandbox: () => Codesandbox,
|
|
Coffee: () => Coffee,
|
|
Cog: () => Cog,
|
|
Coins: () => Coins,
|
|
Columns: () => Columns,
|
|
Combine: () => Combine,
|
|
Command: () => Command,
|
|
Compass: () => Compass,
|
|
Component: () => Component,
|
|
Computer: () => Computer,
|
|
ConciergeBell: () => ConciergeBell,
|
|
Cone: () => Cone,
|
|
Construction: () => Construction,
|
|
Contact: () => Contact,
|
|
Contact2: () => Contact2,
|
|
Container: () => Container,
|
|
Contrast: () => Contrast,
|
|
Cookie: () => Cookie,
|
|
CookingPot: () => CookingPot,
|
|
Copy: () => Copy,
|
|
CopyCheck: () => CopyCheck,
|
|
CopyMinus: () => CopyMinus,
|
|
CopyPlus: () => CopyPlus,
|
|
CopySlash: () => CopySlash,
|
|
CopyX: () => CopyX,
|
|
Copyleft: () => Copyleft,
|
|
Copyright: () => Copyright,
|
|
CornerDownLeft: () => CornerDownLeft,
|
|
CornerDownRight: () => CornerDownRight,
|
|
CornerLeftDown: () => CornerLeftDown,
|
|
CornerLeftUp: () => CornerLeftUp,
|
|
CornerRightDown: () => CornerRightDown,
|
|
CornerRightUp: () => CornerRightUp,
|
|
CornerUpLeft: () => CornerUpLeft,
|
|
CornerUpRight: () => CornerUpRight,
|
|
Cpu: () => Cpu,
|
|
CreativeCommons: () => CreativeCommons,
|
|
CreditCard: () => CreditCard,
|
|
Croissant: () => Croissant,
|
|
Crop: () => Crop,
|
|
Cross: () => Cross,
|
|
Crosshair: () => Crosshair,
|
|
Crown: () => Crown,
|
|
Cuboid: () => Cuboid,
|
|
CupSoda: () => CupSoda,
|
|
Currency: () => Currency,
|
|
Cylinder: () => Cylinder,
|
|
Database: () => Database,
|
|
DatabaseBackup: () => DatabaseBackup,
|
|
DatabaseZap: () => DatabaseZap,
|
|
Delete: () => Delete,
|
|
Dessert: () => Dessert,
|
|
Diameter: () => Diameter,
|
|
Diamond: () => Diamond,
|
|
Dice1: () => Dice1,
|
|
Dice2: () => Dice2,
|
|
Dice3: () => Dice3,
|
|
Dice4: () => Dice4,
|
|
Dice5: () => Dice5,
|
|
Dice6: () => Dice6,
|
|
Dices: () => Dices,
|
|
Diff: () => Diff,
|
|
Disc: () => Disc,
|
|
Disc2: () => Disc2,
|
|
Disc3: () => Disc3,
|
|
DiscAlbum: () => DiscAlbum,
|
|
Divide: () => Divide,
|
|
DivideCircle: () => DivideCircle,
|
|
DivideSquare: () => DivideSquare,
|
|
Dna: () => Dna,
|
|
DnaOff: () => DnaOff,
|
|
Dog: () => Dog,
|
|
DollarSign: () => DollarSign,
|
|
Donut: () => Donut,
|
|
DoorClosed: () => DoorClosed,
|
|
DoorOpen: () => DoorOpen,
|
|
Dot: () => Dot,
|
|
Download: () => Download,
|
|
DownloadCloud: () => DownloadCloud,
|
|
DraftingCompass: () => DraftingCompass,
|
|
Drama: () => Drama,
|
|
Dribbble: () => Dribbble,
|
|
Droplet: () => Droplet,
|
|
Droplets: () => Droplets,
|
|
Drum: () => Drum,
|
|
Drumstick: () => Drumstick,
|
|
Dumbbell: () => Dumbbell,
|
|
Ear: () => Ear,
|
|
EarOff: () => EarOff,
|
|
Egg: () => Egg,
|
|
EggFried: () => EggFried,
|
|
EggOff: () => EggOff,
|
|
Equal: () => Equal,
|
|
EqualNot: () => EqualNot,
|
|
Eraser: () => Eraser,
|
|
Euro: () => Euro,
|
|
Expand: () => Expand,
|
|
ExternalLink: () => ExternalLink,
|
|
Eye: () => Eye,
|
|
EyeOff: () => EyeOff,
|
|
Facebook: () => Facebook,
|
|
Factory: () => Factory,
|
|
Fan: () => Fan,
|
|
FastForward: () => FastForward,
|
|
Feather: () => Feather,
|
|
Fence: () => Fence,
|
|
FerrisWheel: () => FerrisWheel,
|
|
Figma: () => Figma,
|
|
File: () => File,
|
|
FileArchive: () => FileArchive,
|
|
FileAudio: () => FileAudio,
|
|
FileAudio2: () => FileAudio2,
|
|
FileAxis3d: () => FileAxis3d,
|
|
FileBadge: () => FileBadge,
|
|
FileBadge2: () => FileBadge2,
|
|
FileBarChart: () => FileBarChart,
|
|
FileBarChart2: () => FileBarChart2,
|
|
FileBox: () => FileBox,
|
|
FileCheck: () => FileCheck,
|
|
FileCheck2: () => FileCheck2,
|
|
FileClock: () => FileClock,
|
|
FileCode: () => FileCode,
|
|
FileCode2: () => FileCode2,
|
|
FileCog: () => FileCog,
|
|
FileDiff: () => FileDiff,
|
|
FileDigit: () => FileDigit,
|
|
FileDown: () => FileDown,
|
|
FileEdit: () => FileEdit,
|
|
FileHeart: () => FileHeart,
|
|
FileImage: () => FileImage,
|
|
FileInput: () => FileInput,
|
|
FileJson: () => FileJson,
|
|
FileJson2: () => FileJson2,
|
|
FileKey: () => FileKey,
|
|
FileKey2: () => FileKey2,
|
|
FileLineChart: () => FileLineChart,
|
|
FileLock: () => FileLock,
|
|
FileLock2: () => FileLock2,
|
|
FileMinus: () => FileMinus,
|
|
FileMinus2: () => FileMinus2,
|
|
FileMusic: () => FileMusic,
|
|
FileOutput: () => FileOutput,
|
|
FilePieChart: () => FilePieChart,
|
|
FilePlus: () => FilePlus,
|
|
FilePlus2: () => FilePlus2,
|
|
FileQuestion: () => FileQuestion,
|
|
FileScan: () => FileScan,
|
|
FileSearch: () => FileSearch,
|
|
FileSearch2: () => FileSearch2,
|
|
FileSignature: () => FileSignature,
|
|
FileSpreadsheet: () => FileSpreadsheet,
|
|
FileStack: () => FileStack,
|
|
FileSymlink: () => FileSymlink,
|
|
FileTerminal: () => FileTerminal,
|
|
FileText: () => FileText,
|
|
FileType: () => FileType,
|
|
FileType2: () => FileType2,
|
|
FileUp: () => FileUp,
|
|
FileVideo: () => FileVideo,
|
|
FileVideo2: () => FileVideo2,
|
|
FileVolume: () => FileVolume,
|
|
FileVolume2: () => FileVolume2,
|
|
FileWarning: () => FileWarning,
|
|
FileX: () => FileX,
|
|
FileX2: () => FileX2,
|
|
Files: () => Files,
|
|
Film: () => Film,
|
|
Filter: () => Filter,
|
|
FilterX: () => FilterX,
|
|
Fingerprint: () => Fingerprint,
|
|
FireExtinguisher: () => FireExtinguisher,
|
|
Fish: () => Fish,
|
|
FishOff: () => FishOff,
|
|
FishSymbol: () => FishSymbol,
|
|
Flag: () => Flag,
|
|
FlagOff: () => FlagOff,
|
|
FlagTriangleLeft: () => FlagTriangleLeft,
|
|
FlagTriangleRight: () => FlagTriangleRight,
|
|
Flame: () => Flame,
|
|
FlameKindling: () => FlameKindling,
|
|
Flashlight: () => Flashlight,
|
|
FlashlightOff: () => FlashlightOff,
|
|
FlaskConical: () => FlaskConical,
|
|
FlaskConicalOff: () => FlaskConicalOff,
|
|
FlaskRound: () => FlaskRound,
|
|
FlipHorizontal: () => FlipHorizontal,
|
|
FlipHorizontal2: () => FlipHorizontal2,
|
|
FlipVertical: () => FlipVertical,
|
|
FlipVertical2: () => FlipVertical2,
|
|
Flower: () => Flower,
|
|
Flower2: () => Flower2,
|
|
Focus: () => Focus,
|
|
FoldHorizontal: () => FoldHorizontal,
|
|
FoldVertical: () => FoldVertical,
|
|
Folder: () => Folder,
|
|
FolderArchive: () => FolderArchive,
|
|
FolderCheck: () => FolderCheck,
|
|
FolderClock: () => FolderClock,
|
|
FolderClosed: () => FolderClosed,
|
|
FolderCog: () => FolderCog,
|
|
FolderDot: () => FolderDot,
|
|
FolderDown: () => FolderDown,
|
|
FolderEdit: () => FolderEdit,
|
|
FolderGit: () => FolderGit,
|
|
FolderGit2: () => FolderGit2,
|
|
FolderHeart: () => FolderHeart,
|
|
FolderInput: () => FolderInput,
|
|
FolderKanban: () => FolderKanban,
|
|
FolderKey: () => FolderKey,
|
|
FolderLock: () => FolderLock,
|
|
FolderMinus: () => FolderMinus,
|
|
FolderOpen: () => FolderOpen,
|
|
FolderOpenDot: () => FolderOpenDot,
|
|
FolderOutput: () => FolderOutput,
|
|
FolderPlus: () => FolderPlus,
|
|
FolderRoot: () => FolderRoot,
|
|
FolderSearch: () => FolderSearch,
|
|
FolderSearch2: () => FolderSearch2,
|
|
FolderSymlink: () => FolderSymlink,
|
|
FolderSync: () => FolderSync,
|
|
FolderTree: () => FolderTree,
|
|
FolderUp: () => FolderUp,
|
|
FolderX: () => FolderX,
|
|
Folders: () => Folders,
|
|
Footprints: () => Footprints,
|
|
Forklift: () => Forklift,
|
|
FormInput: () => FormInput,
|
|
Forward: () => Forward,
|
|
Frame: () => Frame,
|
|
Framer: () => Framer,
|
|
Frown: () => Frown,
|
|
Fuel: () => Fuel,
|
|
Fullscreen: () => Fullscreen,
|
|
FunctionSquare: () => FunctionSquare,
|
|
GalleryHorizontal: () => GalleryHorizontal,
|
|
GalleryHorizontalEnd: () => GalleryHorizontalEnd,
|
|
GalleryThumbnails: () => GalleryThumbnails,
|
|
GalleryVertical: () => GalleryVertical,
|
|
GalleryVerticalEnd: () => GalleryVerticalEnd,
|
|
Gamepad: () => Gamepad,
|
|
Gamepad2: () => Gamepad2,
|
|
GanttChart: () => GanttChart,
|
|
GanttChartSquare: () => GanttChartSquare,
|
|
Gauge: () => Gauge,
|
|
GaugeCircle: () => GaugeCircle,
|
|
Gavel: () => Gavel,
|
|
Gem: () => Gem,
|
|
Ghost: () => Ghost,
|
|
Gift: () => Gift,
|
|
GitBranch: () => GitBranch,
|
|
GitBranchPlus: () => GitBranchPlus,
|
|
GitCommitHorizontal: () => GitCommitHorizontal,
|
|
GitCommitVertical: () => GitCommitVertical,
|
|
GitCompare: () => GitCompare,
|
|
GitCompareArrows: () => GitCompareArrows,
|
|
GitFork: () => GitFork,
|
|
GitGraph: () => GitGraph,
|
|
GitMerge: () => GitMerge,
|
|
GitPullRequest: () => GitPullRequest,
|
|
GitPullRequestArrow: () => GitPullRequestArrow,
|
|
GitPullRequestClosed: () => GitPullRequestClosed,
|
|
GitPullRequestCreate: () => GitPullRequestCreate,
|
|
GitPullRequestCreateArrow: () => GitPullRequestCreateArrow,
|
|
GitPullRequestDraft: () => GitPullRequestDraft,
|
|
Github: () => Github,
|
|
Gitlab: () => Gitlab,
|
|
GlassWater: () => GlassWater,
|
|
Glasses: () => Glasses,
|
|
Globe: () => Globe,
|
|
Globe2: () => Globe2,
|
|
Goal: () => Goal,
|
|
Grab: () => Grab,
|
|
GraduationCap: () => GraduationCap,
|
|
Grape: () => Grape,
|
|
Grid2x2: () => Grid2x2,
|
|
Grid3x3: () => Grid3x3,
|
|
Grip: () => Grip,
|
|
GripHorizontal: () => GripHorizontal,
|
|
GripVertical: () => GripVertical,
|
|
Group: () => Group,
|
|
Guitar: () => Guitar,
|
|
Hammer: () => Hammer,
|
|
Hand: () => Hand,
|
|
HandMetal: () => HandMetal,
|
|
HardDrive: () => HardDrive,
|
|
HardDriveDownload: () => HardDriveDownload,
|
|
HardDriveUpload: () => HardDriveUpload,
|
|
HardHat: () => HardHat,
|
|
Hash: () => Hash,
|
|
Haze: () => Haze,
|
|
HdmiPort: () => HdmiPort,
|
|
Heading: () => Heading,
|
|
Heading1: () => Heading1,
|
|
Heading2: () => Heading2,
|
|
Heading3: () => Heading3,
|
|
Heading4: () => Heading4,
|
|
Heading5: () => Heading5,
|
|
Heading6: () => Heading6,
|
|
Headphones: () => Headphones,
|
|
Heart: () => Heart,
|
|
HeartCrack: () => HeartCrack,
|
|
HeartHandshake: () => HeartHandshake,
|
|
HeartOff: () => HeartOff,
|
|
HeartPulse: () => HeartPulse,
|
|
HelpCircle: () => HelpCircle,
|
|
HelpingHand: () => HelpingHand,
|
|
Hexagon: () => Hexagon,
|
|
Highlighter: () => Highlighter,
|
|
History: () => History,
|
|
Home: () => Home,
|
|
Hop: () => Hop,
|
|
HopOff: () => HopOff,
|
|
Hotel: () => Hotel,
|
|
Hourglass: () => Hourglass,
|
|
IceCream: () => IceCream,
|
|
IceCream2: () => IceCream2,
|
|
Image: () => Image,
|
|
ImageDown: () => ImageDown,
|
|
ImageMinus: () => ImageMinus,
|
|
ImageOff: () => ImageOff,
|
|
ImagePlus: () => ImagePlus,
|
|
Import: () => Import,
|
|
Inbox: () => Inbox,
|
|
Indent: () => Indent,
|
|
IndianRupee: () => IndianRupee,
|
|
Infinity: () => Infinity$1,
|
|
Info: () => Info,
|
|
InspectionPanel: () => InspectionPanel,
|
|
Instagram: () => Instagram,
|
|
Italic: () => Italic,
|
|
IterationCcw: () => IterationCcw,
|
|
IterationCw: () => IterationCw,
|
|
JapaneseYen: () => JapaneseYen,
|
|
Joystick: () => Joystick,
|
|
Kanban: () => Kanban,
|
|
KanbanSquare: () => KanbanSquare,
|
|
KanbanSquareDashed: () => KanbanSquareDashed,
|
|
Key: () => Key,
|
|
KeyRound: () => KeyRound,
|
|
KeySquare: () => KeySquare,
|
|
Keyboard: () => Keyboard,
|
|
KeyboardMusic: () => KeyboardMusic,
|
|
Lamp: () => Lamp,
|
|
LampCeiling: () => LampCeiling,
|
|
LampDesk: () => LampDesk,
|
|
LampFloor: () => LampFloor,
|
|
LampWallDown: () => LampWallDown,
|
|
LampWallUp: () => LampWallUp,
|
|
LandPlot: () => LandPlot,
|
|
Landmark: () => Landmark,
|
|
Languages: () => Languages,
|
|
Laptop: () => Laptop,
|
|
Laptop2: () => Laptop2,
|
|
Lasso: () => Lasso,
|
|
LassoSelect: () => LassoSelect,
|
|
Laugh: () => Laugh,
|
|
Layers: () => Layers,
|
|
Layers2: () => Layers2,
|
|
Layers3: () => Layers3,
|
|
Layout: () => Layout,
|
|
LayoutDashboard: () => LayoutDashboard,
|
|
LayoutGrid: () => LayoutGrid,
|
|
LayoutList: () => LayoutList,
|
|
LayoutPanelLeft: () => LayoutPanelLeft,
|
|
LayoutPanelTop: () => LayoutPanelTop,
|
|
LayoutTemplate: () => LayoutTemplate,
|
|
Leaf: () => Leaf,
|
|
LeafyGreen: () => LeafyGreen,
|
|
Library: () => Library,
|
|
LibraryBig: () => LibraryBig,
|
|
LibrarySquare: () => LibrarySquare,
|
|
LifeBuoy: () => LifeBuoy,
|
|
Ligature: () => Ligature,
|
|
Lightbulb: () => Lightbulb,
|
|
LightbulbOff: () => LightbulbOff,
|
|
LineChart: () => LineChart,
|
|
Link: () => Link,
|
|
Link2: () => Link2,
|
|
Link2Off: () => Link2Off,
|
|
Linkedin: () => Linkedin,
|
|
List: () => List,
|
|
ListChecks: () => ListChecks,
|
|
ListEnd: () => ListEnd,
|
|
ListFilter: () => ListFilter,
|
|
ListMinus: () => ListMinus,
|
|
ListMusic: () => ListMusic,
|
|
ListOrdered: () => ListOrdered,
|
|
ListPlus: () => ListPlus,
|
|
ListRestart: () => ListRestart,
|
|
ListStart: () => ListStart,
|
|
ListTodo: () => ListTodo,
|
|
ListTree: () => ListTree,
|
|
ListVideo: () => ListVideo,
|
|
ListX: () => ListX,
|
|
Loader: () => Loader,
|
|
Loader2: () => Loader2,
|
|
Locate: () => Locate,
|
|
LocateFixed: () => LocateFixed,
|
|
LocateOff: () => LocateOff,
|
|
Lock: () => Lock,
|
|
LockKeyhole: () => LockKeyhole,
|
|
LogIn: () => LogIn,
|
|
LogOut: () => LogOut,
|
|
Lollipop: () => Lollipop,
|
|
Luggage: () => Luggage,
|
|
MSquare: () => MSquare,
|
|
Magnet: () => Magnet,
|
|
Mail: () => Mail,
|
|
MailCheck: () => MailCheck,
|
|
MailMinus: () => MailMinus,
|
|
MailOpen: () => MailOpen,
|
|
MailPlus: () => MailPlus,
|
|
MailQuestion: () => MailQuestion,
|
|
MailSearch: () => MailSearch,
|
|
MailWarning: () => MailWarning,
|
|
MailX: () => MailX,
|
|
Mailbox: () => Mailbox,
|
|
Mails: () => Mails,
|
|
Map: () => Map,
|
|
MapPin: () => MapPin,
|
|
MapPinOff: () => MapPinOff,
|
|
MapPinned: () => MapPinned,
|
|
Martini: () => Martini,
|
|
Maximize: () => Maximize,
|
|
Maximize2: () => Maximize2,
|
|
Medal: () => Medal,
|
|
Megaphone: () => Megaphone,
|
|
MegaphoneOff: () => MegaphoneOff,
|
|
Meh: () => Meh,
|
|
MemoryStick: () => MemoryStick,
|
|
Menu: () => Menu,
|
|
MenuSquare: () => MenuSquare,
|
|
Merge: () => Merge,
|
|
MessageCircle: () => MessageCircle,
|
|
MessageCircleCode: () => MessageCircleCode,
|
|
MessageCircleDashed: () => MessageCircleDashed,
|
|
MessageCircleHeart: () => MessageCircleHeart,
|
|
MessageCircleMore: () => MessageCircleMore,
|
|
MessageCircleOff: () => MessageCircleOff,
|
|
MessageCirclePlus: () => MessageCirclePlus,
|
|
MessageCircleQuestion: () => MessageCircleQuestion,
|
|
MessageCircleReply: () => MessageCircleReply,
|
|
MessageCircleWarning: () => MessageCircleWarning,
|
|
MessageCircleX: () => MessageCircleX,
|
|
MessageSquare: () => MessageSquare,
|
|
MessageSquareCode: () => MessageSquareCode,
|
|
MessageSquareDashed: () => MessageSquareDashed,
|
|
MessageSquareDiff: () => MessageSquareDiff,
|
|
MessageSquareDot: () => MessageSquareDot,
|
|
MessageSquareHeart: () => MessageSquareHeart,
|
|
MessageSquareMore: () => MessageSquareMore,
|
|
MessageSquareOff: () => MessageSquareOff,
|
|
MessageSquarePlus: () => MessageSquarePlus,
|
|
MessageSquareQuote: () => MessageSquareQuote,
|
|
MessageSquareReply: () => MessageSquareReply,
|
|
MessageSquareShare: () => MessageSquareShare,
|
|
MessageSquareText: () => MessageSquareText,
|
|
MessageSquareWarning: () => MessageSquareWarning,
|
|
MessageSquareX: () => MessageSquareX,
|
|
MessagesSquare: () => MessagesSquare,
|
|
Mic: () => Mic,
|
|
Mic2: () => Mic2,
|
|
MicOff: () => MicOff,
|
|
Microscope: () => Microscope,
|
|
Microwave: () => Microwave,
|
|
Milestone: () => Milestone,
|
|
Milk: () => Milk,
|
|
MilkOff: () => MilkOff,
|
|
Minimize: () => Minimize,
|
|
Minimize2: () => Minimize2,
|
|
Minus: () => Minus,
|
|
MinusCircle: () => MinusCircle,
|
|
MinusSquare: () => MinusSquare,
|
|
Monitor: () => Monitor,
|
|
MonitorCheck: () => MonitorCheck,
|
|
MonitorDot: () => MonitorDot,
|
|
MonitorDown: () => MonitorDown,
|
|
MonitorOff: () => MonitorOff,
|
|
MonitorPause: () => MonitorPause,
|
|
MonitorPlay: () => MonitorPlay,
|
|
MonitorSmartphone: () => MonitorSmartphone,
|
|
MonitorSpeaker: () => MonitorSpeaker,
|
|
MonitorStop: () => MonitorStop,
|
|
MonitorUp: () => MonitorUp,
|
|
MonitorX: () => MonitorX,
|
|
Moon: () => Moon,
|
|
MoonStar: () => MoonStar,
|
|
MoreHorizontal: () => MoreHorizontal,
|
|
MoreVertical: () => MoreVertical,
|
|
Mountain: () => Mountain,
|
|
MountainSnow: () => MountainSnow,
|
|
Mouse: () => Mouse,
|
|
MousePointer: () => MousePointer,
|
|
MousePointer2: () => MousePointer2,
|
|
MousePointerClick: () => MousePointerClick,
|
|
MousePointerSquare: () => MousePointerSquare,
|
|
MousePointerSquareDashed: () => MousePointerSquareDashed,
|
|
Move: () => Move,
|
|
Move3d: () => Move3d,
|
|
MoveDiagonal: () => MoveDiagonal,
|
|
MoveDiagonal2: () => MoveDiagonal2,
|
|
MoveDown: () => MoveDown,
|
|
MoveDownLeft: () => MoveDownLeft,
|
|
MoveDownRight: () => MoveDownRight,
|
|
MoveHorizontal: () => MoveHorizontal,
|
|
MoveLeft: () => MoveLeft,
|
|
MoveRight: () => MoveRight,
|
|
MoveUp: () => MoveUp,
|
|
MoveUpLeft: () => MoveUpLeft,
|
|
MoveUpRight: () => MoveUpRight,
|
|
MoveVertical: () => MoveVertical,
|
|
Music: () => Music,
|
|
Music2: () => Music2,
|
|
Music3: () => Music3,
|
|
Music4: () => Music4,
|
|
Navigation: () => Navigation,
|
|
Navigation2: () => Navigation2,
|
|
Navigation2Off: () => Navigation2Off,
|
|
NavigationOff: () => NavigationOff,
|
|
Network: () => Network,
|
|
Newspaper: () => Newspaper,
|
|
Nfc: () => Nfc,
|
|
Nut: () => Nut,
|
|
NutOff: () => NutOff,
|
|
Octagon: () => Octagon,
|
|
Option: () => Option,
|
|
Orbit: () => Orbit,
|
|
Outdent: () => Outdent,
|
|
Package: () => Package,
|
|
Package2: () => Package2,
|
|
PackageCheck: () => PackageCheck,
|
|
PackageMinus: () => PackageMinus,
|
|
PackageOpen: () => PackageOpen,
|
|
PackagePlus: () => PackagePlus,
|
|
PackageSearch: () => PackageSearch,
|
|
PackageX: () => PackageX,
|
|
PaintBucket: () => PaintBucket,
|
|
Paintbrush: () => Paintbrush,
|
|
Paintbrush2: () => Paintbrush2,
|
|
Palette: () => Palette,
|
|
Palmtree: () => Palmtree,
|
|
PanelBottom: () => PanelBottom,
|
|
PanelBottomClose: () => PanelBottomClose,
|
|
PanelBottomInactive: () => PanelBottomInactive,
|
|
PanelBottomOpen: () => PanelBottomOpen,
|
|
PanelLeft: () => PanelLeft,
|
|
PanelLeftClose: () => PanelLeftClose,
|
|
PanelLeftInactive: () => PanelLeftInactive,
|
|
PanelLeftOpen: () => PanelLeftOpen,
|
|
PanelRight: () => PanelRight,
|
|
PanelRightClose: () => PanelRightClose,
|
|
PanelRightInactive: () => PanelRightInactive,
|
|
PanelRightOpen: () => PanelRightOpen,
|
|
PanelTop: () => PanelTop,
|
|
PanelTopClose: () => PanelTopClose,
|
|
PanelTopInactive: () => PanelTopInactive,
|
|
PanelTopOpen: () => PanelTopOpen,
|
|
Paperclip: () => Paperclip,
|
|
Parentheses: () => Parentheses,
|
|
ParkingCircle: () => ParkingCircle,
|
|
ParkingCircleOff: () => ParkingCircleOff,
|
|
ParkingMeter: () => ParkingMeter,
|
|
ParkingSquare: () => ParkingSquare,
|
|
ParkingSquareOff: () => ParkingSquareOff,
|
|
PartyPopper: () => PartyPopper,
|
|
Pause: () => Pause,
|
|
PauseCircle: () => PauseCircle,
|
|
PauseOctagon: () => PauseOctagon,
|
|
PawPrint: () => PawPrint,
|
|
PcCase: () => PcCase,
|
|
Pen: () => Pen,
|
|
PenLine: () => PenLine,
|
|
PenSquare: () => PenSquare,
|
|
PenTool: () => PenTool,
|
|
Pencil: () => Pencil,
|
|
PencilLine: () => PencilLine,
|
|
PencilRuler: () => PencilRuler,
|
|
Pentagon: () => Pentagon,
|
|
Percent: () => Percent,
|
|
PercentCircle: () => PercentCircle,
|
|
PercentDiamond: () => PercentDiamond,
|
|
PercentSquare: () => PercentSquare,
|
|
PersonStanding: () => PersonStanding,
|
|
Phone: () => Phone,
|
|
PhoneCall: () => PhoneCall,
|
|
PhoneForwarded: () => PhoneForwarded,
|
|
PhoneIncoming: () => PhoneIncoming,
|
|
PhoneMissed: () => PhoneMissed,
|
|
PhoneOff: () => PhoneOff,
|
|
PhoneOutgoing: () => PhoneOutgoing,
|
|
Pi: () => Pi,
|
|
PiSquare: () => PiSquare,
|
|
Piano: () => Piano,
|
|
PictureInPicture: () => PictureInPicture,
|
|
PictureInPicture2: () => PictureInPicture2,
|
|
PieChart: () => PieChart,
|
|
PiggyBank: () => PiggyBank,
|
|
Pilcrow: () => Pilcrow,
|
|
PilcrowSquare: () => PilcrowSquare,
|
|
Pill: () => Pill,
|
|
Pin: () => Pin,
|
|
PinOff: () => PinOff,
|
|
Pipette: () => Pipette,
|
|
Pizza: () => Pizza,
|
|
Plane: () => Plane,
|
|
PlaneLanding: () => PlaneLanding,
|
|
PlaneTakeoff: () => PlaneTakeoff,
|
|
Play: () => Play,
|
|
PlayCircle: () => PlayCircle,
|
|
PlaySquare: () => PlaySquare,
|
|
Plug: () => Plug,
|
|
Plug2: () => Plug2,
|
|
PlugZap: () => PlugZap,
|
|
PlugZap2: () => PlugZap2,
|
|
Plus: () => Plus,
|
|
PlusCircle: () => PlusCircle,
|
|
PlusSquare: () => PlusSquare,
|
|
Pocket: () => Pocket,
|
|
PocketKnife: () => PocketKnife,
|
|
Podcast: () => Podcast,
|
|
Pointer: () => Pointer,
|
|
PointerOff: () => PointerOff,
|
|
Popcorn: () => Popcorn,
|
|
Popsicle: () => Popsicle,
|
|
PoundSterling: () => PoundSterling,
|
|
Power: () => Power,
|
|
PowerCircle: () => PowerCircle,
|
|
PowerOff: () => PowerOff,
|
|
PowerSquare: () => PowerSquare,
|
|
Presentation: () => Presentation,
|
|
Printer: () => Printer,
|
|
Projector: () => Projector,
|
|
Puzzle: () => Puzzle,
|
|
Pyramid: () => Pyramid,
|
|
QrCode: () => QrCode,
|
|
Quote: () => Quote,
|
|
Rabbit: () => Rabbit,
|
|
Radar: () => Radar,
|
|
Radiation: () => Radiation,
|
|
Radio: () => Radio,
|
|
RadioReceiver: () => RadioReceiver,
|
|
RadioTower: () => RadioTower,
|
|
Radius: () => Radius,
|
|
RailSymbol: () => RailSymbol,
|
|
Rainbow: () => Rainbow,
|
|
Rat: () => Rat,
|
|
Ratio: () => Ratio,
|
|
Receipt: () => Receipt,
|
|
RectangleHorizontal: () => RectangleHorizontal,
|
|
RectangleVertical: () => RectangleVertical,
|
|
Recycle: () => Recycle,
|
|
Redo: () => Redo,
|
|
Redo2: () => Redo2,
|
|
RedoDot: () => RedoDot,
|
|
RefreshCcw: () => RefreshCcw,
|
|
RefreshCcwDot: () => RefreshCcwDot,
|
|
RefreshCw: () => RefreshCw,
|
|
RefreshCwOff: () => RefreshCwOff,
|
|
Refrigerator: () => Refrigerator,
|
|
Regex: () => Regex,
|
|
RemoveFormatting: () => RemoveFormatting,
|
|
Repeat: () => Repeat,
|
|
Repeat1: () => Repeat1,
|
|
Repeat2: () => Repeat2,
|
|
Replace: () => Replace,
|
|
ReplaceAll: () => ReplaceAll,
|
|
Reply: () => Reply,
|
|
ReplyAll: () => ReplyAll,
|
|
Rewind: () => Rewind,
|
|
Ribbon: () => Ribbon,
|
|
Rocket: () => Rocket,
|
|
RockingChair: () => RockingChair,
|
|
RollerCoaster: () => RollerCoaster,
|
|
Rotate3d: () => Rotate3d,
|
|
RotateCcw: () => RotateCcw,
|
|
RotateCw: () => RotateCw,
|
|
Route: () => Route,
|
|
RouteOff: () => RouteOff,
|
|
Router: () => Router,
|
|
Rows: () => Rows,
|
|
Rss: () => Rss,
|
|
Ruler: () => Ruler,
|
|
RussianRuble: () => RussianRuble,
|
|
Sailboat: () => Sailboat,
|
|
Salad: () => Salad,
|
|
Sandwich: () => Sandwich,
|
|
Satellite: () => Satellite,
|
|
SatelliteDish: () => SatelliteDish,
|
|
Save: () => Save,
|
|
SaveAll: () => SaveAll,
|
|
Scale: () => Scale,
|
|
Scale3d: () => Scale3d,
|
|
Scaling: () => Scaling,
|
|
Scan: () => Scan,
|
|
ScanBarcode: () => ScanBarcode,
|
|
ScanEye: () => ScanEye,
|
|
ScanFace: () => ScanFace,
|
|
ScanLine: () => ScanLine,
|
|
ScanSearch: () => ScanSearch,
|
|
ScanText: () => ScanText,
|
|
ScatterChart: () => ScatterChart,
|
|
School: () => School,
|
|
School2: () => School2,
|
|
Scissors: () => Scissors,
|
|
ScissorsLineDashed: () => ScissorsLineDashed,
|
|
ScissorsSquare: () => ScissorsSquare,
|
|
ScissorsSquareDashedBottom: () => ScissorsSquareDashedBottom,
|
|
ScreenShare: () => ScreenShare,
|
|
ScreenShareOff: () => ScreenShareOff,
|
|
Scroll: () => Scroll,
|
|
ScrollText: () => ScrollText,
|
|
Search: () => Search,
|
|
SearchCheck: () => SearchCheck,
|
|
SearchCode: () => SearchCode,
|
|
SearchSlash: () => SearchSlash,
|
|
SearchX: () => SearchX,
|
|
Send: () => Send,
|
|
SendHorizontal: () => SendHorizontal,
|
|
SendToBack: () => SendToBack,
|
|
SeparatorHorizontal: () => SeparatorHorizontal,
|
|
SeparatorVertical: () => SeparatorVertical,
|
|
Server: () => Server,
|
|
ServerCog: () => ServerCog,
|
|
ServerCrash: () => ServerCrash,
|
|
ServerOff: () => ServerOff,
|
|
Settings: () => Settings,
|
|
Settings2: () => Settings2,
|
|
Shapes: () => Shapes,
|
|
Share: () => Share,
|
|
Share2: () => Share2,
|
|
Sheet: () => Sheet,
|
|
Shell: () => Shell,
|
|
Shield: () => Shield,
|
|
ShieldAlert: () => ShieldAlert,
|
|
ShieldBan: () => ShieldBan,
|
|
ShieldCheck: () => ShieldCheck,
|
|
ShieldEllipsis: () => ShieldEllipsis,
|
|
ShieldHalf: () => ShieldHalf,
|
|
ShieldMinus: () => ShieldMinus,
|
|
ShieldOff: () => ShieldOff,
|
|
ShieldPlus: () => ShieldPlus,
|
|
ShieldQuestion: () => ShieldQuestion,
|
|
ShieldX: () => ShieldX,
|
|
Ship: () => Ship,
|
|
ShipWheel: () => ShipWheel,
|
|
Shirt: () => Shirt,
|
|
ShoppingBag: () => ShoppingBag,
|
|
ShoppingBasket: () => ShoppingBasket,
|
|
ShoppingCart: () => ShoppingCart,
|
|
Shovel: () => Shovel,
|
|
ShowerHead: () => ShowerHead,
|
|
Shrink: () => Shrink,
|
|
Shrub: () => Shrub,
|
|
Shuffle: () => Shuffle,
|
|
Sigma: () => Sigma,
|
|
SigmaSquare: () => SigmaSquare,
|
|
Signal: () => Signal,
|
|
SignalHigh: () => SignalHigh,
|
|
SignalLow: () => SignalLow,
|
|
SignalMedium: () => SignalMedium,
|
|
SignalZero: () => SignalZero,
|
|
Signpost: () => Signpost,
|
|
SignpostBig: () => SignpostBig,
|
|
Siren: () => Siren,
|
|
SkipBack: () => SkipBack,
|
|
SkipForward: () => SkipForward,
|
|
Skull: () => Skull,
|
|
Slack: () => Slack,
|
|
Slash: () => Slash,
|
|
Slice: () => Slice,
|
|
Sliders: () => Sliders,
|
|
SlidersHorizontal: () => SlidersHorizontal,
|
|
Smartphone: () => Smartphone,
|
|
SmartphoneCharging: () => SmartphoneCharging,
|
|
SmartphoneNfc: () => SmartphoneNfc,
|
|
Smile: () => Smile,
|
|
SmilePlus: () => SmilePlus,
|
|
Snail: () => Snail,
|
|
Snowflake: () => Snowflake,
|
|
Sofa: () => Sofa,
|
|
Soup: () => Soup,
|
|
Space: () => Space,
|
|
Spade: () => Spade,
|
|
Sparkle: () => Sparkle,
|
|
Sparkles: () => Sparkles,
|
|
Speaker: () => Speaker,
|
|
Speech: () => Speech,
|
|
SpellCheck: () => SpellCheck,
|
|
SpellCheck2: () => SpellCheck2,
|
|
Spline: () => Spline,
|
|
Split: () => Split,
|
|
SplitSquareHorizontal: () => SplitSquareHorizontal,
|
|
SplitSquareVertical: () => SplitSquareVertical,
|
|
SprayCan: () => SprayCan,
|
|
Sprout: () => Sprout,
|
|
Square: () => Square,
|
|
SquareAsterisk: () => SquareAsterisk,
|
|
SquareCode: () => SquareCode,
|
|
SquareDashedBottom: () => SquareDashedBottom,
|
|
SquareDashedBottomCode: () => SquareDashedBottomCode,
|
|
SquareDot: () => SquareDot,
|
|
SquareEqual: () => SquareEqual,
|
|
SquareSlash: () => SquareSlash,
|
|
SquareStack: () => SquareStack,
|
|
SquareUser: () => SquareUser,
|
|
SquareUserRound: () => SquareUserRound,
|
|
Squircle: () => Squircle,
|
|
Squirrel: () => Squirrel,
|
|
Stamp: () => Stamp,
|
|
Star: () => Star,
|
|
StarHalf: () => StarHalf,
|
|
StarOff: () => StarOff,
|
|
StepBack: () => StepBack,
|
|
StepForward: () => StepForward,
|
|
Stethoscope: () => Stethoscope,
|
|
Sticker: () => Sticker,
|
|
StickyNote: () => StickyNote,
|
|
StopCircle: () => StopCircle,
|
|
Store: () => Store,
|
|
StretchHorizontal: () => StretchHorizontal,
|
|
StretchVertical: () => StretchVertical,
|
|
Strikethrough: () => Strikethrough,
|
|
Subscript: () => Subscript,
|
|
Subtitles: () => Subtitles,
|
|
Sun: () => Sun,
|
|
SunDim: () => SunDim,
|
|
SunMedium: () => SunMedium,
|
|
SunMoon: () => SunMoon,
|
|
SunSnow: () => SunSnow,
|
|
Sunrise: () => Sunrise,
|
|
Sunset: () => Sunset,
|
|
Superscript: () => Superscript,
|
|
SwissFranc: () => SwissFranc,
|
|
SwitchCamera: () => SwitchCamera,
|
|
Sword: () => Sword,
|
|
Swords: () => Swords,
|
|
Syringe: () => Syringe,
|
|
Table: () => Table,
|
|
Table2: () => Table2,
|
|
TableProperties: () => TableProperties,
|
|
Tablet: () => Tablet,
|
|
TabletSmartphone: () => TabletSmartphone,
|
|
Tablets: () => Tablets,
|
|
Tag: () => Tag,
|
|
Tags: () => Tags,
|
|
Tally1: () => Tally1,
|
|
Tally2: () => Tally2,
|
|
Tally3: () => Tally3,
|
|
Tally4: () => Tally4,
|
|
Tally5: () => Tally5,
|
|
Tangent: () => Tangent,
|
|
Target: () => Target,
|
|
Tent: () => Tent,
|
|
TentTree: () => TentTree,
|
|
Terminal: () => Terminal,
|
|
TerminalSquare: () => TerminalSquare,
|
|
TestTube: () => TestTube,
|
|
TestTube2: () => TestTube2,
|
|
TestTubes: () => TestTubes,
|
|
Text: () => Text,
|
|
TextCursor: () => TextCursor,
|
|
TextCursorInput: () => TextCursorInput,
|
|
TextQuote: () => TextQuote,
|
|
TextSelect: () => TextSelect,
|
|
Theater: () => Theater,
|
|
Thermometer: () => Thermometer,
|
|
ThermometerSnowflake: () => ThermometerSnowflake,
|
|
ThermometerSun: () => ThermometerSun,
|
|
ThumbsDown: () => ThumbsDown,
|
|
ThumbsUp: () => ThumbsUp,
|
|
Ticket: () => Ticket,
|
|
Timer: () => Timer,
|
|
TimerOff: () => TimerOff,
|
|
TimerReset: () => TimerReset,
|
|
ToggleLeft: () => ToggleLeft,
|
|
ToggleRight: () => ToggleRight,
|
|
Tornado: () => Tornado,
|
|
Torus: () => Torus,
|
|
Touchpad: () => Touchpad,
|
|
TouchpadOff: () => TouchpadOff,
|
|
TowerControl: () => TowerControl,
|
|
ToyBrick: () => ToyBrick,
|
|
Tractor: () => Tractor,
|
|
TrafficCone: () => TrafficCone,
|
|
TrainFront: () => TrainFront,
|
|
TrainFrontTunnel: () => TrainFrontTunnel,
|
|
TrainTrack: () => TrainTrack,
|
|
TramFront: () => TramFront,
|
|
Trash: () => Trash,
|
|
Trash2: () => Trash2,
|
|
TreeDeciduous: () => TreeDeciduous,
|
|
TreePine: () => TreePine,
|
|
Trees: () => Trees,
|
|
Trello: () => Trello,
|
|
TrendingDown: () => TrendingDown,
|
|
TrendingUp: () => TrendingUp,
|
|
Triangle: () => Triangle,
|
|
TriangleRight: () => TriangleRight,
|
|
Trophy: () => Trophy,
|
|
Truck: () => Truck,
|
|
Turtle: () => Turtle,
|
|
Tv: () => Tv,
|
|
Tv2: () => Tv2,
|
|
Twitch: () => Twitch,
|
|
Twitter: () => Twitter,
|
|
Type: () => Type,
|
|
Umbrella: () => Umbrella,
|
|
UmbrellaOff: () => UmbrellaOff,
|
|
Underline: () => Underline,
|
|
Undo: () => Undo,
|
|
Undo2: () => Undo2,
|
|
UndoDot: () => UndoDot,
|
|
UnfoldHorizontal: () => UnfoldHorizontal,
|
|
UnfoldVertical: () => UnfoldVertical,
|
|
Ungroup: () => Ungroup,
|
|
Unlink: () => Unlink,
|
|
Unlink2: () => Unlink2,
|
|
Unlock: () => Unlock,
|
|
UnlockKeyhole: () => UnlockKeyhole,
|
|
Unplug: () => Unplug,
|
|
Upload: () => Upload,
|
|
UploadCloud: () => UploadCloud,
|
|
Usb: () => Usb,
|
|
User: () => User,
|
|
UserCheck: () => UserCheck,
|
|
UserCog: () => UserCog,
|
|
UserMinus: () => UserMinus,
|
|
UserPlus: () => UserPlus,
|
|
UserRound: () => UserRound,
|
|
UserRoundCheck: () => UserRoundCheck,
|
|
UserRoundCog: () => UserRoundCog,
|
|
UserRoundMinus: () => UserRoundMinus,
|
|
UserRoundPlus: () => UserRoundPlus,
|
|
UserRoundSearch: () => UserRoundSearch,
|
|
UserRoundX: () => UserRoundX,
|
|
UserSearch: () => UserSearch,
|
|
UserX: () => UserX,
|
|
Users: () => Users,
|
|
UsersRound: () => UsersRound,
|
|
Utensils: () => Utensils,
|
|
UtensilsCrossed: () => UtensilsCrossed,
|
|
UtilityPole: () => UtilityPole,
|
|
Variable: () => Variable,
|
|
Vegan: () => Vegan,
|
|
VenetianMask: () => VenetianMask,
|
|
Vibrate: () => Vibrate,
|
|
VibrateOff: () => VibrateOff,
|
|
Video: () => Video,
|
|
VideoOff: () => VideoOff,
|
|
Videotape: () => Videotape,
|
|
View: () => View,
|
|
Voicemail: () => Voicemail,
|
|
Volume: () => Volume,
|
|
Volume1: () => Volume1,
|
|
Volume2: () => Volume2,
|
|
VolumeX: () => VolumeX,
|
|
Vote: () => Vote,
|
|
Wallet: () => Wallet,
|
|
Wallet2: () => Wallet2,
|
|
WalletCards: () => WalletCards,
|
|
Wallpaper: () => Wallpaper,
|
|
Wand: () => Wand,
|
|
Wand2: () => Wand2,
|
|
Warehouse: () => Warehouse,
|
|
Watch: () => Watch,
|
|
Waves: () => Waves,
|
|
Waypoints: () => Waypoints,
|
|
Webcam: () => Webcam,
|
|
Webhook: () => Webhook,
|
|
Weight: () => Weight,
|
|
Wheat: () => Wheat,
|
|
WheatOff: () => WheatOff,
|
|
WholeWord: () => WholeWord,
|
|
Wifi: () => Wifi,
|
|
WifiOff: () => WifiOff,
|
|
Wind: () => Wind,
|
|
Wine: () => Wine,
|
|
WineOff: () => WineOff,
|
|
Workflow: () => Workflow,
|
|
WrapText: () => WrapText,
|
|
Wrench: () => Wrench,
|
|
X: () => X,
|
|
XCircle: () => XCircle,
|
|
XOctagon: () => XOctagon,
|
|
XSquare: () => XSquare,
|
|
Youtube: () => Youtube,
|
|
Zap: () => Zap,
|
|
ZapOff: () => ZapOff,
|
|
ZoomIn: () => ZoomIn,
|
|
ZoomOut: () => ZoomOut
|
|
});
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
//#endregion
|
|
//#region node_modules/lucide-react/dist/esm/lucide-react.js
|
|
/**
|
|
* @license lucide-react v0.300.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
//#endregion
|
|
export { Accessibility, Accessibility as AccessibilityIcon, Accessibility as LucideAccessibility, Activity, Activity as ActivityIcon, Activity as LucideActivity, ActivitySquare, ActivitySquare as ActivitySquareIcon, ActivitySquare as LucideActivitySquare, AirVent, AirVent as AirVentIcon, AirVent as LucideAirVent, Airplay, Airplay as AirplayIcon, Airplay as LucideAirplay, AlarmClockCheck as AlarmCheck, AlarmClockCheck as AlarmCheckIcon, AlarmClockCheck, AlarmClockCheck as AlarmClockCheckIcon, AlarmClockCheck as LucideAlarmCheck, AlarmClockCheck as LucideAlarmClockCheck, AlarmClock, AlarmClock as AlarmClockIcon, AlarmClock as LucideAlarmClock, AlarmClockOff, AlarmClockOff as AlarmClockOffIcon, AlarmClockOff as LucideAlarmClockOff, AlarmMinus, AlarmMinus as AlarmMinusIcon, AlarmMinus as LucideAlarmMinus, AlarmPlus, AlarmPlus as AlarmPlusIcon, AlarmPlus as LucideAlarmPlus, AlarmSmoke, AlarmSmoke as AlarmSmokeIcon, AlarmSmoke as LucideAlarmSmoke, Album, Album as AlbumIcon, Album as LucideAlbum, AlertCircle, AlertCircle as AlertCircleIcon, AlertCircle as LucideAlertCircle, AlertOctagon, AlertOctagon as AlertOctagonIcon, AlertOctagon as LucideAlertOctagon, AlertTriangle, AlertTriangle as AlertTriangleIcon, AlertTriangle as LucideAlertTriangle, AlignCenter, AlignCenter as AlignCenterIcon, AlignCenter as LucideAlignCenter, AlignCenterHorizontal, AlignCenterHorizontal as AlignCenterHorizontalIcon, AlignCenterHorizontal as LucideAlignCenterHorizontal, AlignCenterVertical, AlignCenterVertical as AlignCenterVerticalIcon, AlignCenterVertical as LucideAlignCenterVertical, AlignEndHorizontal, AlignEndHorizontal as AlignEndHorizontalIcon, AlignEndHorizontal as LucideAlignEndHorizontal, AlignEndVertical, AlignEndVertical as AlignEndVerticalIcon, AlignEndVertical as LucideAlignEndVertical, AlignHorizontalDistributeCenter, AlignHorizontalDistributeCenter as AlignHorizontalDistributeCenterIcon, AlignHorizontalDistributeCenter as LucideAlignHorizontalDistributeCenter, AlignHorizontalDistributeEnd, AlignHorizontalDistributeEnd as AlignHorizontalDistributeEndIcon, AlignHorizontalDistributeEnd as LucideAlignHorizontalDistributeEnd, AlignHorizontalDistributeStart, AlignHorizontalDistributeStart as AlignHorizontalDistributeStartIcon, AlignHorizontalDistributeStart as LucideAlignHorizontalDistributeStart, AlignHorizontalJustifyCenter, AlignHorizontalJustifyCenter as AlignHorizontalJustifyCenterIcon, AlignHorizontalJustifyCenter as LucideAlignHorizontalJustifyCenter, AlignHorizontalJustifyEnd, AlignHorizontalJustifyEnd as AlignHorizontalJustifyEndIcon, AlignHorizontalJustifyEnd as LucideAlignHorizontalJustifyEnd, AlignHorizontalJustifyStart, AlignHorizontalJustifyStart as AlignHorizontalJustifyStartIcon, AlignHorizontalJustifyStart as LucideAlignHorizontalJustifyStart, AlignHorizontalSpaceAround, AlignHorizontalSpaceAround as AlignHorizontalSpaceAroundIcon, AlignHorizontalSpaceAround as LucideAlignHorizontalSpaceAround, AlignHorizontalSpaceBetween, AlignHorizontalSpaceBetween as AlignHorizontalSpaceBetweenIcon, AlignHorizontalSpaceBetween as LucideAlignHorizontalSpaceBetween, AlignJustify, AlignJustify as AlignJustifyIcon, AlignJustify as LucideAlignJustify, AlignLeft, AlignLeft as AlignLeftIcon, AlignLeft as LucideAlignLeft, AlignRight, AlignRight as AlignRightIcon, AlignRight as LucideAlignRight, AlignStartHorizontal, AlignStartHorizontal as AlignStartHorizontalIcon, AlignStartHorizontal as LucideAlignStartHorizontal, AlignStartVertical, AlignStartVertical as AlignStartVerticalIcon, AlignStartVertical as LucideAlignStartVertical, AlignVerticalDistributeCenter, AlignVerticalDistributeCenter as AlignVerticalDistributeCenterIcon, AlignVerticalDistributeCenter as LucideAlignVerticalDistributeCenter, AlignVerticalDistributeEnd, AlignVerticalDistributeEnd as AlignVerticalDistributeEndIcon, AlignVerticalDistributeEnd as LucideAlignVerticalDistributeEnd, AlignVerticalDistributeStart, AlignVerticalDistributeStart as AlignVerticalDistributeStartIcon, AlignVerticalDistributeStart as LucideAlignVerticalDistributeStart, AlignVerticalJustifyCenter, AlignVerticalJustifyCenter as AlignVerticalJustifyCenterIcon, AlignVerticalJustifyCenter as LucideAlignVerticalJustifyCenter, AlignVerticalJustifyEnd, AlignVerticalJustifyEnd as AlignVerticalJustifyEndIcon, AlignVerticalJustifyEnd as LucideAlignVerticalJustifyEnd, AlignVerticalJustifyStart, AlignVerticalJustifyStart as AlignVerticalJustifyStartIcon, AlignVerticalJustifyStart as LucideAlignVerticalJustifyStart, AlignVerticalSpaceAround, AlignVerticalSpaceAround as AlignVerticalSpaceAroundIcon, AlignVerticalSpaceAround as LucideAlignVerticalSpaceAround, AlignVerticalSpaceBetween, AlignVerticalSpaceBetween as AlignVerticalSpaceBetweenIcon, AlignVerticalSpaceBetween as LucideAlignVerticalSpaceBetween, Ampersand, Ampersand as AmpersandIcon, Ampersand as LucideAmpersand, Ampersands, Ampersands as AmpersandsIcon, Ampersands as LucideAmpersands, Anchor, Anchor as AnchorIcon, Anchor as LucideAnchor, Angry, Angry as AngryIcon, Angry as LucideAngry, Annoyed, Annoyed as AnnoyedIcon, Annoyed as LucideAnnoyed, Antenna, Antenna as AntennaIcon, Antenna as LucideAntenna, Anvil, Anvil as AnvilIcon, Anvil as LucideAnvil, Aperture, Aperture as ApertureIcon, Aperture as LucideAperture, AppWindow, AppWindow as AppWindowIcon, AppWindow as LucideAppWindow, Apple, Apple as AppleIcon, Apple as LucideApple, Archive, Archive as ArchiveIcon, Archive as LucideArchive, ArchiveRestore, ArchiveRestore as ArchiveRestoreIcon, ArchiveRestore as LucideArchiveRestore, ArchiveX, ArchiveX as ArchiveXIcon, ArchiveX as LucideArchiveX, AreaChart, AreaChart as AreaChartIcon, AreaChart as LucideAreaChart, Armchair, Armchair as ArmchairIcon, Armchair as LucideArmchair, ArrowBigDown, ArrowBigDown as ArrowBigDownIcon, ArrowBigDown as LucideArrowBigDown, ArrowBigDownDash, ArrowBigDownDash as ArrowBigDownDashIcon, ArrowBigDownDash as LucideArrowBigDownDash, ArrowBigLeft, ArrowBigLeft as ArrowBigLeftIcon, ArrowBigLeft as LucideArrowBigLeft, ArrowBigLeftDash, ArrowBigLeftDash as ArrowBigLeftDashIcon, ArrowBigLeftDash as LucideArrowBigLeftDash, ArrowBigRight, ArrowBigRight as ArrowBigRightIcon, ArrowBigRight as LucideArrowBigRight, ArrowBigRightDash, ArrowBigRightDash as ArrowBigRightDashIcon, ArrowBigRightDash as LucideArrowBigRightDash, ArrowBigUp, ArrowBigUp as ArrowBigUpIcon, ArrowBigUp as LucideArrowBigUp, ArrowBigUpDash, ArrowBigUpDash as ArrowBigUpDashIcon, ArrowBigUpDash as LucideArrowBigUpDash, ArrowDown, ArrowDown as ArrowDownIcon, ArrowDown as LucideArrowDown, ArrowDown01, ArrowDown01 as ArrowDown01Icon, ArrowDown01 as LucideArrowDown01, ArrowDown10, ArrowDown10 as ArrowDown10Icon, ArrowDown10 as LucideArrowDown10, ArrowDownAZ, ArrowDownAZ as ArrowDownAZIcon, ArrowDownAZ as ArrowDownAz, ArrowDownAZ as ArrowDownAzIcon, ArrowDownAZ as LucideArrowDownAZ, ArrowDownAZ as LucideArrowDownAz, ArrowDownCircle, ArrowDownCircle as ArrowDownCircleIcon, ArrowDownCircle as LucideArrowDownCircle, ArrowDownFromLine, ArrowDownFromLine as ArrowDownFromLineIcon, ArrowDownFromLine as LucideArrowDownFromLine, ArrowDownLeft, ArrowDownLeft as ArrowDownLeftIcon, ArrowDownLeft as LucideArrowDownLeft, ArrowDownLeftFromCircle, ArrowDownLeftFromCircle as ArrowDownLeftFromCircleIcon, ArrowDownLeftFromCircle as LucideArrowDownLeftFromCircle, ArrowDownLeftSquare, ArrowDownLeftSquare as ArrowDownLeftSquareIcon, ArrowDownLeftSquare as LucideArrowDownLeftSquare, ArrowDownNarrowWide, ArrowDownNarrowWide as ArrowDownNarrowWideIcon, ArrowDownNarrowWide as LucideArrowDownNarrowWide, ArrowDownRight, ArrowDownRight as ArrowDownRightIcon, ArrowDownRight as LucideArrowDownRight, ArrowDownRightFromCircle, ArrowDownRightFromCircle as ArrowDownRightFromCircleIcon, ArrowDownRightFromCircle as LucideArrowDownRightFromCircle, ArrowDownRightSquare, ArrowDownRightSquare as ArrowDownRightSquareIcon, ArrowDownRightSquare as LucideArrowDownRightSquare, ArrowDownSquare, ArrowDownSquare as ArrowDownSquareIcon, ArrowDownSquare as LucideArrowDownSquare, ArrowDownToDot, ArrowDownToDot as ArrowDownToDotIcon, ArrowDownToDot as LucideArrowDownToDot, ArrowDownToLine, ArrowDownToLine as ArrowDownToLineIcon, ArrowDownToLine as LucideArrowDownToLine, ArrowDownUp, ArrowDownUp as ArrowDownUpIcon, ArrowDownUp as LucideArrowDownUp, ArrowDownWideNarrow, ArrowDownWideNarrow as ArrowDownWideNarrowIcon, ArrowDownWideNarrow as LucideArrowDownWideNarrow, ArrowDownWideNarrow as LucideSortDesc, ArrowDownWideNarrow as SortDesc, ArrowDownWideNarrow as SortDescIcon, ArrowDownZA, ArrowDownZA as ArrowDownZAIcon, ArrowDownZA as ArrowDownZa, ArrowDownZA as ArrowDownZaIcon, ArrowDownZA as LucideArrowDownZA, ArrowDownZA as LucideArrowDownZa, ArrowLeft, ArrowLeft as ArrowLeftIcon, ArrowLeft as LucideArrowLeft, ArrowLeftCircle, ArrowLeftCircle as ArrowLeftCircleIcon, ArrowLeftCircle as LucideArrowLeftCircle, ArrowLeftFromLine, ArrowLeftFromLine as ArrowLeftFromLineIcon, ArrowLeftFromLine as LucideArrowLeftFromLine, ArrowLeftRight, ArrowLeftRight as ArrowLeftRightIcon, ArrowLeftRight as LucideArrowLeftRight, ArrowLeftSquare, ArrowLeftSquare as ArrowLeftSquareIcon, ArrowLeftSquare as LucideArrowLeftSquare, ArrowLeftToLine, ArrowLeftToLine as ArrowLeftToLineIcon, ArrowLeftToLine as LucideArrowLeftToLine, ArrowRight, ArrowRight as ArrowRightIcon, ArrowRight as LucideArrowRight, ArrowRightCircle, ArrowRightCircle as ArrowRightCircleIcon, ArrowRightCircle as LucideArrowRightCircle, ArrowRightFromLine, ArrowRightFromLine as ArrowRightFromLineIcon, ArrowRightFromLine as LucideArrowRightFromLine, ArrowRightLeft, ArrowRightLeft as ArrowRightLeftIcon, ArrowRightLeft as LucideArrowRightLeft, ArrowRightSquare, ArrowRightSquare as ArrowRightSquareIcon, ArrowRightSquare as LucideArrowRightSquare, ArrowRightToLine, ArrowRightToLine as ArrowRightToLineIcon, ArrowRightToLine as LucideArrowRightToLine, ArrowUp, ArrowUp as ArrowUpIcon, ArrowUp as LucideArrowUp, ArrowUp01, ArrowUp01 as ArrowUp01Icon, ArrowUp01 as LucideArrowUp01, ArrowUp10, ArrowUp10 as ArrowUp10Icon, ArrowUp10 as LucideArrowUp10, ArrowUpAZ, ArrowUpAZ as ArrowUpAZIcon, ArrowUpAZ as ArrowUpAz, ArrowUpAZ as ArrowUpAzIcon, ArrowUpAZ as LucideArrowUpAZ, ArrowUpAZ as LucideArrowUpAz, ArrowUpCircle, ArrowUpCircle as ArrowUpCircleIcon, ArrowUpCircle as LucideArrowUpCircle, ArrowUpDown, ArrowUpDown as ArrowUpDownIcon, ArrowUpDown as LucideArrowUpDown, ArrowUpFromDot, ArrowUpFromDot as ArrowUpFromDotIcon, ArrowUpFromDot as LucideArrowUpFromDot, ArrowUpFromLine, ArrowUpFromLine as ArrowUpFromLineIcon, ArrowUpFromLine as LucideArrowUpFromLine, ArrowUpLeft, ArrowUpLeft as ArrowUpLeftIcon, ArrowUpLeft as LucideArrowUpLeft, ArrowUpLeftFromCircle, ArrowUpLeftFromCircle as ArrowUpLeftFromCircleIcon, ArrowUpLeftFromCircle as LucideArrowUpLeftFromCircle, ArrowUpLeftSquare, ArrowUpLeftSquare as ArrowUpLeftSquareIcon, ArrowUpLeftSquare as LucideArrowUpLeftSquare, ArrowUpNarrowWide, ArrowUpNarrowWide as ArrowUpNarrowWideIcon, ArrowUpNarrowWide as LucideArrowUpNarrowWide, ArrowUpNarrowWide as LucideSortAsc, ArrowUpNarrowWide as SortAsc, ArrowUpNarrowWide as SortAscIcon, ArrowUpRight, ArrowUpRight as ArrowUpRightIcon, ArrowUpRight as LucideArrowUpRight, ArrowUpRightFromCircle, ArrowUpRightFromCircle as ArrowUpRightFromCircleIcon, ArrowUpRightFromCircle as LucideArrowUpRightFromCircle, ArrowUpRightSquare, ArrowUpRightSquare as ArrowUpRightSquareIcon, ArrowUpRightSquare as LucideArrowUpRightSquare, ArrowUpSquare, ArrowUpSquare as ArrowUpSquareIcon, ArrowUpSquare as LucideArrowUpSquare, ArrowUpToLine, ArrowUpToLine as ArrowUpToLineIcon, ArrowUpToLine as LucideArrowUpToLine, ArrowUpWideNarrow, ArrowUpWideNarrow as ArrowUpWideNarrowIcon, ArrowUpWideNarrow as LucideArrowUpWideNarrow, ArrowUpZA, ArrowUpZA as ArrowUpZAIcon, ArrowUpZA as ArrowUpZa, ArrowUpZA as ArrowUpZaIcon, ArrowUpZA as LucideArrowUpZA, ArrowUpZA as LucideArrowUpZa, ArrowsUpFromLine, ArrowsUpFromLine as ArrowsUpFromLineIcon, ArrowsUpFromLine as LucideArrowsUpFromLine, Asterisk, Asterisk as AsteriskIcon, Asterisk as LucideAsterisk, AtSign, AtSign as AtSignIcon, AtSign as LucideAtSign, Atom, Atom as AtomIcon, Atom as LucideAtom, AudioLines, AudioLines as AudioLinesIcon, AudioLines as LucideAudioLines, AudioWaveform, AudioWaveform as AudioWaveformIcon, AudioWaveform as LucideAudioWaveform, Award, Award as AwardIcon, Award as LucideAward, Axe, Axe as AxeIcon, Axe as LucideAxe, Axis3d as Axis3D, Axis3d as Axis3DIcon, Axis3d, Axis3d as Axis3dIcon, Axis3d as LucideAxis3D, Axis3d as LucideAxis3d, Baby, Baby as BabyIcon, Baby as LucideBaby, Backpack, Backpack as BackpackIcon, Backpack as LucideBackpack, Badge, Badge as BadgeIcon, Badge as LucideBadge, BadgeAlert, BadgeAlert as BadgeAlertIcon, BadgeAlert as LucideBadgeAlert, BadgeCent, BadgeCent as BadgeCentIcon, BadgeCent as LucideBadgeCent, BadgeCheck, BadgeCheck as BadgeCheckIcon, BadgeCheck as LucideBadgeCheck, BadgeCheck as LucideVerified, BadgeCheck as Verified, BadgeCheck as VerifiedIcon, BadgeDollarSign, BadgeDollarSign as BadgeDollarSignIcon, BadgeDollarSign as LucideBadgeDollarSign, BadgeEuro, BadgeEuro as BadgeEuroIcon, BadgeEuro as LucideBadgeEuro, BadgeHelp, BadgeHelp as BadgeHelpIcon, BadgeHelp as LucideBadgeHelp, BadgeIndianRupee, BadgeIndianRupee as BadgeIndianRupeeIcon, BadgeIndianRupee as LucideBadgeIndianRupee, BadgeInfo, BadgeInfo as BadgeInfoIcon, BadgeInfo as LucideBadgeInfo, BadgeJapaneseYen, BadgeJapaneseYen as BadgeJapaneseYenIcon, BadgeJapaneseYen as LucideBadgeJapaneseYen, BadgeMinus, BadgeMinus as BadgeMinusIcon, BadgeMinus as LucideBadgeMinus, BadgePercent, BadgePercent as BadgePercentIcon, BadgePercent as LucideBadgePercent, BadgePlus, BadgePlus as BadgePlusIcon, BadgePlus as LucideBadgePlus, BadgePoundSterling, BadgePoundSterling as BadgePoundSterlingIcon, BadgePoundSterling as LucideBadgePoundSterling, BadgeRussianRuble, BadgeRussianRuble as BadgeRussianRubleIcon, BadgeRussianRuble as LucideBadgeRussianRuble, BadgeSwissFranc, BadgeSwissFranc as BadgeSwissFrancIcon, BadgeSwissFranc as LucideBadgeSwissFranc, BadgeX, BadgeX as BadgeXIcon, BadgeX as LucideBadgeX, BaggageClaim, BaggageClaim as BaggageClaimIcon, BaggageClaim as LucideBaggageClaim, Ban, Ban as BanIcon, Ban as LucideBan, Banana, Banana as BananaIcon, Banana as LucideBanana, Banknote, Banknote as BanknoteIcon, Banknote as LucideBanknote, BarChart, BarChart as BarChartIcon, BarChart as LucideBarChart, BarChart2, BarChart2 as BarChart2Icon, BarChart2 as LucideBarChart2, BarChart3, BarChart3 as BarChart3Icon, BarChart3 as LucideBarChart3, BarChart4, BarChart4 as BarChart4Icon, BarChart4 as LucideBarChart4, BarChartBig, BarChartBig as BarChartBigIcon, BarChartBig as LucideBarChartBig, BarChartHorizontal, BarChartHorizontal as BarChartHorizontalIcon, BarChartHorizontal as LucideBarChartHorizontal, BarChartHorizontalBig, BarChartHorizontalBig as BarChartHorizontalBigIcon, BarChartHorizontalBig as LucideBarChartHorizontalBig, Barcode, Barcode as BarcodeIcon, Barcode as LucideBarcode, Baseline, Baseline as BaselineIcon, Baseline as LucideBaseline, Bath, Bath as BathIcon, Bath as LucideBath, Battery, Battery as BatteryIcon, Battery as LucideBattery, BatteryCharging, BatteryCharging as BatteryChargingIcon, BatteryCharging as LucideBatteryCharging, BatteryFull, BatteryFull as BatteryFullIcon, BatteryFull as LucideBatteryFull, BatteryLow, BatteryLow as BatteryLowIcon, BatteryLow as LucideBatteryLow, BatteryMedium, BatteryMedium as BatteryMediumIcon, BatteryMedium as LucideBatteryMedium, BatteryWarning, BatteryWarning as BatteryWarningIcon, BatteryWarning as LucideBatteryWarning, Beaker, Beaker as BeakerIcon, Beaker as LucideBeaker, Bean, Bean as BeanIcon, Bean as LucideBean, BeanOff, BeanOff as BeanOffIcon, BeanOff as LucideBeanOff, Bed, Bed as BedIcon, Bed as LucideBed, BedDouble, BedDouble as BedDoubleIcon, BedDouble as LucideBedDouble, BedSingle, BedSingle as BedSingleIcon, BedSingle as LucideBedSingle, Beef, Beef as BeefIcon, Beef as LucideBeef, Beer, Beer as BeerIcon, Beer as LucideBeer, Bell, Bell as BellIcon, Bell as LucideBell, BellDot, BellDot as BellDotIcon, BellDot as LucideBellDot, BellElectric, BellElectric as BellElectricIcon, BellElectric as LucideBellElectric, BellMinus, BellMinus as BellMinusIcon, BellMinus as LucideBellMinus, BellOff, BellOff as BellOffIcon, BellOff as LucideBellOff, BellPlus, BellPlus as BellPlusIcon, BellPlus as LucideBellPlus, BellRing, BellRing as BellRingIcon, BellRing as LucideBellRing, Bike, Bike as BikeIcon, Bike as LucideBike, Binary, Binary as BinaryIcon, Binary as LucideBinary, Biohazard, Biohazard as BiohazardIcon, Biohazard as LucideBiohazard, Bird, Bird as BirdIcon, Bird as LucideBird, Bitcoin, Bitcoin as BitcoinIcon, Bitcoin as LucideBitcoin, Blinds, Blinds as BlindsIcon, Blinds as LucideBlinds, Blocks, Blocks as BlocksIcon, Blocks as LucideBlocks, Bluetooth, Bluetooth as BluetoothIcon, Bluetooth as LucideBluetooth, BluetoothConnected, BluetoothConnected as BluetoothConnectedIcon, BluetoothConnected as LucideBluetoothConnected, BluetoothOff, BluetoothOff as BluetoothOffIcon, BluetoothOff as LucideBluetoothOff, BluetoothSearching, BluetoothSearching as BluetoothSearchingIcon, BluetoothSearching as LucideBluetoothSearching, Bold, Bold as BoldIcon, Bold as LucideBold, Bomb, Bomb as BombIcon, Bomb as LucideBomb, Bone, Bone as BoneIcon, Bone as LucideBone, Book, Book as BookIcon, Book as LucideBook, BookA, BookA as BookAIcon, BookA as LucideBookA, BookAudio, BookAudio as BookAudioIcon, BookAudio as LucideBookAudio, BookCheck, BookCheck as BookCheckIcon, BookCheck as LucideBookCheck, BookCopy, BookCopy as BookCopyIcon, BookCopy as LucideBookCopy, BookDashed, BookDashed as BookDashedIcon, BookDashed as BookTemplate, BookDashed as BookTemplateIcon, BookDashed as LucideBookDashed, BookDashed as LucideBookTemplate, BookDown, BookDown as BookDownIcon, BookDown as LucideBookDown, BookHeadphones, BookHeadphones as BookHeadphonesIcon, BookHeadphones as LucideBookHeadphones, BookHeart, BookHeart as BookHeartIcon, BookHeart as LucideBookHeart, BookImage, BookImage as BookImageIcon, BookImage as LucideBookImage, BookKey, BookKey as BookKeyIcon, BookKey as LucideBookKey, BookLock, BookLock as BookLockIcon, BookLock as LucideBookLock, BookMarked, BookMarked as BookMarkedIcon, BookMarked as LucideBookMarked, BookMinus, BookMinus as BookMinusIcon, BookMinus as LucideBookMinus, BookOpen, BookOpen as BookOpenIcon, BookOpen as LucideBookOpen, BookOpenCheck, BookOpenCheck as BookOpenCheckIcon, BookOpenCheck as LucideBookOpenCheck, BookOpenText, BookOpenText as BookOpenTextIcon, BookOpenText as LucideBookOpenText, BookPlus, BookPlus as BookPlusIcon, BookPlus as LucideBookPlus, BookText, BookText as BookTextIcon, BookText as LucideBookText, BookType, BookType as BookTypeIcon, BookType as LucideBookType, BookUp, BookUp as BookUpIcon, BookUp as LucideBookUp, BookUp2, BookUp2 as BookUp2Icon, BookUp2 as LucideBookUp2, BookUser, BookUser as BookUserIcon, BookUser as LucideBookUser, BookX, BookX as BookXIcon, BookX as LucideBookX, Bookmark, Bookmark as BookmarkIcon, Bookmark as LucideBookmark, BookmarkCheck, BookmarkCheck as BookmarkCheckIcon, BookmarkCheck as LucideBookmarkCheck, BookmarkMinus, BookmarkMinus as BookmarkMinusIcon, BookmarkMinus as LucideBookmarkMinus, BookmarkPlus, BookmarkPlus as BookmarkPlusIcon, BookmarkPlus as LucideBookmarkPlus, BookmarkX, BookmarkX as BookmarkXIcon, BookmarkX as LucideBookmarkX, BoomBox, BoomBox as BoomBoxIcon, BoomBox as LucideBoomBox, Bot, Bot as BotIcon, Bot as LucideBot, Box, Box as BoxIcon, Box as LucideBox, BoxSelect, BoxSelect as BoxSelectIcon, BoxSelect as LucideBoxSelect, Boxes, Boxes as BoxesIcon, Boxes as LucideBoxes, Braces, Braces as BracesIcon, Braces as CurlyBraces, Braces as CurlyBracesIcon, Braces as LucideBraces, Braces as LucideCurlyBraces, Brackets, Brackets as BracketsIcon, Brackets as LucideBrackets, Brain, Brain as BrainIcon, Brain as LucideBrain, BrainCircuit, BrainCircuit as BrainCircuitIcon, BrainCircuit as LucideBrainCircuit, BrainCog, BrainCog as BrainCogIcon, BrainCog as LucideBrainCog, BrickWall, BrickWall as BrickWallIcon, BrickWall as LucideBrickWall, Briefcase, Briefcase as BriefcaseIcon, Briefcase as LucideBriefcase, BringToFront, BringToFront as BringToFrontIcon, BringToFront as LucideBringToFront, Brush, Brush as BrushIcon, Brush as LucideBrush, Bug, Bug as BugIcon, Bug as LucideBug, BugOff, BugOff as BugOffIcon, BugOff as LucideBugOff, BugPlay, BugPlay as BugPlayIcon, BugPlay as LucideBugPlay, Building, Building as BuildingIcon, Building as LucideBuilding, Building2, Building2 as Building2Icon, Building2 as LucideBuilding2, Bus, Bus as BusIcon, Bus as LucideBus, BusFront, BusFront as BusFrontIcon, BusFront as LucideBusFront, Cable, Cable as CableIcon, Cable as LucideCable, CableCar, CableCar as CableCarIcon, CableCar as LucideCableCar, Cake, Cake as CakeIcon, Cake as LucideCake, CakeSlice, CakeSlice as CakeSliceIcon, CakeSlice as LucideCakeSlice, Calculator, Calculator as CalculatorIcon, Calculator as LucideCalculator, Calendar, Calendar as CalendarIcon, Calendar as LucideCalendar, CalendarCheck, CalendarCheck as CalendarCheckIcon, CalendarCheck as LucideCalendarCheck, CalendarCheck2, CalendarCheck2 as CalendarCheck2Icon, CalendarCheck2 as LucideCalendarCheck2, CalendarClock, CalendarClock as CalendarClockIcon, CalendarClock as LucideCalendarClock, CalendarDays, CalendarDays as CalendarDaysIcon, CalendarDays as LucideCalendarDays, CalendarHeart, CalendarHeart as CalendarHeartIcon, CalendarHeart as LucideCalendarHeart, CalendarMinus, CalendarMinus as CalendarMinusIcon, CalendarMinus as LucideCalendarMinus, CalendarOff, CalendarOff as CalendarOffIcon, CalendarOff as LucideCalendarOff, CalendarPlus, CalendarPlus as CalendarPlusIcon, CalendarPlus as LucideCalendarPlus, CalendarRange, CalendarRange as CalendarRangeIcon, CalendarRange as LucideCalendarRange, CalendarSearch, CalendarSearch as CalendarSearchIcon, CalendarSearch as LucideCalendarSearch, CalendarX, CalendarX as CalendarXIcon, CalendarX as LucideCalendarX, CalendarX2, CalendarX2 as CalendarX2Icon, CalendarX2 as LucideCalendarX2, Camera, Camera as CameraIcon, Camera as LucideCamera, CameraOff, CameraOff as CameraOffIcon, CameraOff as LucideCameraOff, CandlestickChart, CandlestickChart as CandlestickChartIcon, CandlestickChart as LucideCandlestickChart, Candy, Candy as CandyIcon, Candy as LucideCandy, CandyCane, CandyCane as CandyCaneIcon, CandyCane as LucideCandyCane, CandyOff, CandyOff as CandyOffIcon, CandyOff as LucideCandyOff, Car, Car as CarIcon, Car as LucideCar, CarFront, CarFront as CarFrontIcon, CarFront as LucideCarFront, CarTaxiFront, CarTaxiFront as CarTaxiFrontIcon, CarTaxiFront as LucideCarTaxiFront, Caravan, Caravan as CaravanIcon, Caravan as LucideCaravan, Carrot, Carrot as CarrotIcon, Carrot as LucideCarrot, CaseLower, CaseLower as CaseLowerIcon, CaseLower as LucideCaseLower, CaseSensitive, CaseSensitive as CaseSensitiveIcon, CaseSensitive as LucideCaseSensitive, CaseUpper, CaseUpper as CaseUpperIcon, CaseUpper as LucideCaseUpper, CassetteTape, CassetteTape as CassetteTapeIcon, CassetteTape as LucideCassetteTape, Cast, Cast as CastIcon, Cast as LucideCast, Castle, Castle as CastleIcon, Castle as LucideCastle, Cat, Cat as CatIcon, Cat as LucideCat, Cctv, Cctv as CctvIcon, Cctv as LucideCctv, Check, Check as CheckIcon, Check as LucideCheck, CheckCheck, CheckCheck as CheckCheckIcon, CheckCheck as LucideCheckCheck, CheckCircle, CheckCircle as CheckCircleIcon, CheckCircle as LucideCheckCircle, CheckCircle2, CheckCircle2 as CheckCircle2Icon, CheckCircle2 as LucideCheckCircle2, CheckSquare, CheckSquare as CheckSquareIcon, CheckSquare as LucideCheckSquare, CheckSquare2, CheckSquare2 as CheckSquare2Icon, CheckSquare2 as LucideCheckSquare2, ChefHat, ChefHat as ChefHatIcon, ChefHat as LucideChefHat, Cherry, Cherry as CherryIcon, Cherry as LucideCherry, ChevronDown, ChevronDown as ChevronDownIcon, ChevronDown as LucideChevronDown, ChevronDownCircle, ChevronDownCircle as ChevronDownCircleIcon, ChevronDownCircle as LucideChevronDownCircle, ChevronDownSquare, ChevronDownSquare as ChevronDownSquareIcon, ChevronDownSquare as LucideChevronDownSquare, ChevronFirst, ChevronFirst as ChevronFirstIcon, ChevronFirst as LucideChevronFirst, ChevronLast, ChevronLast as ChevronLastIcon, ChevronLast as LucideChevronLast, ChevronLeft, ChevronLeft as ChevronLeftIcon, ChevronLeft as LucideChevronLeft, ChevronLeftCircle, ChevronLeftCircle as ChevronLeftCircleIcon, ChevronLeftCircle as LucideChevronLeftCircle, ChevronLeftSquare, ChevronLeftSquare as ChevronLeftSquareIcon, ChevronLeftSquare as LucideChevronLeftSquare, ChevronRight, ChevronRight as ChevronRightIcon, ChevronRight as LucideChevronRight, ChevronRightCircle, ChevronRightCircle as ChevronRightCircleIcon, ChevronRightCircle as LucideChevronRightCircle, ChevronRightSquare, ChevronRightSquare as ChevronRightSquareIcon, ChevronRightSquare as LucideChevronRightSquare, ChevronUp, ChevronUp as ChevronUpIcon, ChevronUp as LucideChevronUp, ChevronUpCircle, ChevronUpCircle as ChevronUpCircleIcon, ChevronUpCircle as LucideChevronUpCircle, ChevronUpSquare, ChevronUpSquare as ChevronUpSquareIcon, ChevronUpSquare as LucideChevronUpSquare, ChevronsDown, ChevronsDown as ChevronsDownIcon, ChevronsDown as LucideChevronsDown, ChevronsDownUp, ChevronsDownUp as ChevronsDownUpIcon, ChevronsDownUp as LucideChevronsDownUp, ChevronsLeft, ChevronsLeft as ChevronsLeftIcon, ChevronsLeft as LucideChevronsLeft, ChevronsLeftRight, ChevronsLeftRight as ChevronsLeftRightIcon, ChevronsLeftRight as LucideChevronsLeftRight, ChevronsRight, ChevronsRight as ChevronsRightIcon, ChevronsRight as LucideChevronsRight, ChevronsRightLeft, ChevronsRightLeft as ChevronsRightLeftIcon, ChevronsRightLeft as LucideChevronsRightLeft, ChevronsUp, ChevronsUp as ChevronsUpIcon, ChevronsUp as LucideChevronsUp, ChevronsUpDown, ChevronsUpDown as ChevronsUpDownIcon, ChevronsUpDown as LucideChevronsUpDown, Chrome, Chrome as ChromeIcon, Chrome as LucideChrome, Church, Church as ChurchIcon, Church as LucideChurch, Cigarette, Cigarette as CigaretteIcon, Cigarette as LucideCigarette, CigaretteOff, CigaretteOff as CigaretteOffIcon, CigaretteOff as LucideCigaretteOff, Circle, Circle as CircleIcon, Circle as LucideCircle, CircleDashed, CircleDashed as CircleDashedIcon, CircleDashed as LucideCircleDashed, CircleDollarSign, CircleDollarSign as CircleDollarSignIcon, CircleDollarSign as LucideCircleDollarSign, CircleDot, CircleDot as CircleDotIcon, CircleDot as LucideCircleDot, CircleDotDashed, CircleDotDashed as CircleDotDashedIcon, CircleDotDashed as LucideCircleDotDashed, CircleEllipsis, CircleEllipsis as CircleEllipsisIcon, CircleEllipsis as LucideCircleEllipsis, CircleEqual, CircleEqual as CircleEqualIcon, CircleEqual as LucideCircleEqual, CircleOff, CircleOff as CircleOffIcon, CircleOff as LucideCircleOff, CircleSlash, CircleSlash as CircleSlashIcon, CircleSlash as LucideCircleSlash, CircleSlash2, CircleSlash2 as CircleSlash2Icon, CircleSlash2 as CircleSlashed, CircleSlash2 as CircleSlashedIcon, CircleSlash2 as LucideCircleSlash2, CircleSlash2 as LucideCircleSlashed, CircleUser, CircleUser as CircleUserIcon, CircleUser as LucideCircleUser, CircleUser as LucideUserCircle, CircleUser as UserCircle, CircleUser as UserCircleIcon, CircleUserRound, CircleUserRound as CircleUserRoundIcon, CircleUserRound as LucideCircleUserRound, CircleUserRound as LucideUserCircle2, CircleUserRound as UserCircle2, CircleUserRound as UserCircle2Icon, CircuitBoard, CircuitBoard as CircuitBoardIcon, CircuitBoard as LucideCircuitBoard, Citrus, Citrus as CitrusIcon, Citrus as LucideCitrus, Clapperboard, Clapperboard as ClapperboardIcon, Clapperboard as LucideClapperboard, Clipboard, Clipboard as ClipboardIcon, Clipboard as LucideClipboard, ClipboardCheck, ClipboardCheck as ClipboardCheckIcon, ClipboardCheck as LucideClipboardCheck, ClipboardCopy, ClipboardCopy as ClipboardCopyIcon, ClipboardCopy as LucideClipboardCopy, ClipboardEdit, ClipboardEdit as ClipboardEditIcon, ClipboardEdit as LucideClipboardEdit, ClipboardList, ClipboardList as ClipboardListIcon, ClipboardList as LucideClipboardList, ClipboardPaste, ClipboardPaste as ClipboardPasteIcon, ClipboardPaste as LucideClipboardPaste, ClipboardSignature, ClipboardSignature as ClipboardSignatureIcon, ClipboardSignature as LucideClipboardSignature, ClipboardType, ClipboardType as ClipboardTypeIcon, ClipboardType as LucideClipboardType, ClipboardX, ClipboardX as ClipboardXIcon, ClipboardX as LucideClipboardX, Clock, Clock as ClockIcon, Clock as LucideClock, Clock1, Clock1 as Clock1Icon, Clock1 as LucideClock1, Clock10, Clock10 as Clock10Icon, Clock10 as LucideClock10, Clock11, Clock11 as Clock11Icon, Clock11 as LucideClock11, Clock12, Clock12 as Clock12Icon, Clock12 as LucideClock12, Clock2, Clock2 as Clock2Icon, Clock2 as LucideClock2, Clock3, Clock3 as Clock3Icon, Clock3 as LucideClock3, Clock4, Clock4 as Clock4Icon, Clock4 as LucideClock4, Clock5, Clock5 as Clock5Icon, Clock5 as LucideClock5, Clock6, Clock6 as Clock6Icon, Clock6 as LucideClock6, Clock7, Clock7 as Clock7Icon, Clock7 as LucideClock7, Clock8, Clock8 as Clock8Icon, Clock8 as LucideClock8, Clock9, Clock9 as Clock9Icon, Clock9 as LucideClock9, Cloud, Cloud as CloudIcon, Cloud as LucideCloud, CloudCog, CloudCog as CloudCogIcon, CloudCog as LucideCloudCog, CloudDrizzle, CloudDrizzle as CloudDrizzleIcon, CloudDrizzle as LucideCloudDrizzle, CloudFog, CloudFog as CloudFogIcon, CloudFog as LucideCloudFog, CloudHail, CloudHail as CloudHailIcon, CloudHail as LucideCloudHail, CloudLightning, CloudLightning as CloudLightningIcon, CloudLightning as LucideCloudLightning, CloudMoon, CloudMoon as CloudMoonIcon, CloudMoon as LucideCloudMoon, CloudMoonRain, CloudMoonRain as CloudMoonRainIcon, CloudMoonRain as LucideCloudMoonRain, CloudOff, CloudOff as CloudOffIcon, CloudOff as LucideCloudOff, CloudRain, CloudRain as CloudRainIcon, CloudRain as LucideCloudRain, CloudRainWind, CloudRainWind as CloudRainWindIcon, CloudRainWind as LucideCloudRainWind, CloudSnow, CloudSnow as CloudSnowIcon, CloudSnow as LucideCloudSnow, CloudSun, CloudSun as CloudSunIcon, CloudSun as LucideCloudSun, CloudSunRain, CloudSunRain as CloudSunRainIcon, CloudSunRain as LucideCloudSunRain, Cloudy, Cloudy as CloudyIcon, Cloudy as LucideCloudy, Clover, Clover as CloverIcon, Clover as LucideClover, Club, Club as ClubIcon, Club as LucideClub, Code, Code as CodeIcon, Code as LucideCode, Code2, Code2 as Code2Icon, Code2 as LucideCode2, Codepen, Codepen as CodepenIcon, Codepen as LucideCodepen, Codesandbox, Codesandbox as CodesandboxIcon, Codesandbox as LucideCodesandbox, Coffee, Coffee as CoffeeIcon, Coffee as LucideCoffee, Cog, Cog as CogIcon, Cog as LucideCog, Coins, Coins as CoinsIcon, Coins as LucideCoins, Columns, Columns as ColumnsIcon, Columns as LucideColumns, Combine, Combine as CombineIcon, Combine as LucideCombine, Command, Command as CommandIcon, Command as LucideCommand, Compass, Compass as CompassIcon, Compass as LucideCompass, Component, Component as ComponentIcon, Component as LucideComponent, Computer, Computer as ComputerIcon, Computer as LucideComputer, ConciergeBell, ConciergeBell as ConciergeBellIcon, ConciergeBell as LucideConciergeBell, Cone, Cone as ConeIcon, Cone as LucideCone, Construction, Construction as ConstructionIcon, Construction as LucideConstruction, Contact, Contact as ContactIcon, Contact as LucideContact, Contact2, Contact2 as Contact2Icon, Contact2 as LucideContact2, Container, Container as ContainerIcon, Container as LucideContainer, Contrast, Contrast as ContrastIcon, Contrast as LucideContrast, Cookie, Cookie as CookieIcon, Cookie as LucideCookie, CookingPot, CookingPot as CookingPotIcon, CookingPot as LucideCookingPot, Copy, Copy as CopyIcon, Copy as LucideCopy, CopyCheck, CopyCheck as CopyCheckIcon, CopyCheck as LucideCopyCheck, CopyMinus, CopyMinus as CopyMinusIcon, CopyMinus as LucideCopyMinus, CopyPlus, CopyPlus as CopyPlusIcon, CopyPlus as LucideCopyPlus, CopySlash, CopySlash as CopySlashIcon, CopySlash as LucideCopySlash, CopyX, CopyX as CopyXIcon, CopyX as LucideCopyX, Copyleft, Copyleft as CopyleftIcon, Copyleft as LucideCopyleft, Copyright, Copyright as CopyrightIcon, Copyright as LucideCopyright, CornerDownLeft, CornerDownLeft as CornerDownLeftIcon, CornerDownLeft as LucideCornerDownLeft, CornerDownRight, CornerDownRight as CornerDownRightIcon, CornerDownRight as LucideCornerDownRight, CornerLeftDown, CornerLeftDown as CornerLeftDownIcon, CornerLeftDown as LucideCornerLeftDown, CornerLeftUp, CornerLeftUp as CornerLeftUpIcon, CornerLeftUp as LucideCornerLeftUp, CornerRightDown, CornerRightDown as CornerRightDownIcon, CornerRightDown as LucideCornerRightDown, CornerRightUp, CornerRightUp as CornerRightUpIcon, CornerRightUp as LucideCornerRightUp, CornerUpLeft, CornerUpLeft as CornerUpLeftIcon, CornerUpLeft as LucideCornerUpLeft, CornerUpRight, CornerUpRight as CornerUpRightIcon, CornerUpRight as LucideCornerUpRight, Cpu, Cpu as CpuIcon, Cpu as LucideCpu, CreativeCommons, CreativeCommons as CreativeCommonsIcon, CreativeCommons as LucideCreativeCommons, CreditCard, CreditCard as CreditCardIcon, CreditCard as LucideCreditCard, Croissant, Croissant as CroissantIcon, Croissant as LucideCroissant, Crop, Crop as CropIcon, Crop as LucideCrop, Cross, Cross as CrossIcon, Cross as LucideCross, Crosshair, Crosshair as CrosshairIcon, Crosshair as LucideCrosshair, Crown, Crown as CrownIcon, Crown as LucideCrown, Cuboid, Cuboid as CuboidIcon, Cuboid as LucideCuboid, CupSoda, CupSoda as CupSodaIcon, CupSoda as LucideCupSoda, Currency, Currency as CurrencyIcon, Currency as LucideCurrency, Cylinder, Cylinder as CylinderIcon, Cylinder as LucideCylinder, Database, Database as DatabaseIcon, Database as LucideDatabase, DatabaseBackup, DatabaseBackup as DatabaseBackupIcon, DatabaseBackup as LucideDatabaseBackup, DatabaseZap, DatabaseZap as DatabaseZapIcon, DatabaseZap as LucideDatabaseZap, Delete, Delete as DeleteIcon, Delete as LucideDelete, Dessert, Dessert as DessertIcon, Dessert as LucideDessert, Diameter, Diameter as DiameterIcon, Diameter as LucideDiameter, Diamond, Diamond as DiamondIcon, Diamond as LucideDiamond, Dice1, Dice1 as Dice1Icon, Dice1 as LucideDice1, Dice2, Dice2 as Dice2Icon, Dice2 as LucideDice2, Dice3, Dice3 as Dice3Icon, Dice3 as LucideDice3, Dice4, Dice4 as Dice4Icon, Dice4 as LucideDice4, Dice5, Dice5 as Dice5Icon, Dice5 as LucideDice5, Dice6, Dice6 as Dice6Icon, Dice6 as LucideDice6, Dices, Dices as DicesIcon, Dices as LucideDices, Diff, Diff as DiffIcon, Diff as LucideDiff, Disc, Disc as DiscIcon, Disc as LucideDisc, Disc2, Disc2 as Disc2Icon, Disc2 as LucideDisc2, Disc3, Disc3 as Disc3Icon, Disc3 as LucideDisc3, DiscAlbum, DiscAlbum as DiscAlbumIcon, DiscAlbum as LucideDiscAlbum, Divide, Divide as DivideIcon, Divide as LucideDivide, DivideCircle, DivideCircle as DivideCircleIcon, DivideCircle as LucideDivideCircle, DivideSquare, DivideSquare as DivideSquareIcon, DivideSquare as LucideDivideSquare, Dna, Dna as DnaIcon, Dna as LucideDna, DnaOff, DnaOff as DnaOffIcon, DnaOff as LucideDnaOff, Dog, Dog as DogIcon, Dog as LucideDog, DollarSign, DollarSign as DollarSignIcon, DollarSign as LucideDollarSign, Donut, Donut as DonutIcon, Donut as LucideDonut, DoorClosed, DoorClosed as DoorClosedIcon, DoorClosed as LucideDoorClosed, DoorOpen, DoorOpen as DoorOpenIcon, DoorOpen as LucideDoorOpen, Dot, Dot as DotIcon, Dot as LucideDot, Download, Download as DownloadIcon, Download as LucideDownload, DownloadCloud, DownloadCloud as DownloadCloudIcon, DownloadCloud as LucideDownloadCloud, DraftingCompass, DraftingCompass as DraftingCompassIcon, DraftingCompass as LucideDraftingCompass, Drama, Drama as DramaIcon, Drama as LucideDrama, Dribbble, Dribbble as DribbbleIcon, Dribbble as LucideDribbble, Droplet, Droplet as DropletIcon, Droplet as LucideDroplet, Droplets, Droplets as DropletsIcon, Droplets as LucideDroplets, Drum, Drum as DrumIcon, Drum as LucideDrum, Drumstick, Drumstick as DrumstickIcon, Drumstick as LucideDrumstick, Dumbbell, Dumbbell as DumbbellIcon, Dumbbell as LucideDumbbell, Ear, Ear as EarIcon, Ear as LucideEar, EarOff, EarOff as EarOffIcon, EarOff as LucideEarOff, PenSquare as Edit, PenSquare as EditIcon, PenSquare as LucideEdit, PenSquare as LucidePenBox, PenSquare as LucidePenSquare, PenSquare as PenBox, PenSquare as PenBoxIcon, PenSquare, PenSquare as PenSquareIcon, Pen as Edit2, Pen as Edit2Icon, Pen as LucideEdit2, Pen as LucidePen, Pen, Pen as PenIcon, PenLine as Edit3, PenLine as Edit3Icon, PenLine as LucideEdit3, PenLine as LucidePenLine, PenLine, PenLine as PenLineIcon, Egg, Egg as EggIcon, Egg as LucideEgg, EggFried, EggFried as EggFriedIcon, EggFried as LucideEggFried, EggOff, EggOff as EggOffIcon, EggOff as LucideEggOff, Equal, Equal as EqualIcon, Equal as LucideEqual, EqualNot, EqualNot as EqualNotIcon, EqualNot as LucideEqualNot, Eraser, Eraser as EraserIcon, Eraser as LucideEraser, Euro, Euro as EuroIcon, Euro as LucideEuro, Expand, Expand as ExpandIcon, Expand as LucideExpand, ExternalLink, ExternalLink as ExternalLinkIcon, ExternalLink as LucideExternalLink, Eye, Eye as EyeIcon, Eye as LucideEye, EyeOff, EyeOff as EyeOffIcon, EyeOff as LucideEyeOff, Facebook, Facebook as FacebookIcon, Facebook as LucideFacebook, Factory, Factory as FactoryIcon, Factory as LucideFactory, Fan, Fan as FanIcon, Fan as LucideFan, FastForward, FastForward as FastForwardIcon, FastForward as LucideFastForward, Feather, Feather as FeatherIcon, Feather as LucideFeather, Fence, Fence as FenceIcon, Fence as LucideFence, FerrisWheel, FerrisWheel as FerrisWheelIcon, FerrisWheel as LucideFerrisWheel, Figma, Figma as FigmaIcon, Figma as LucideFigma, File, File as FileIcon, File as LucideFile, FileArchive, FileArchive as FileArchiveIcon, FileArchive as LucideFileArchive, FileAudio, FileAudio as FileAudioIcon, FileAudio as LucideFileAudio, FileAudio2, FileAudio2 as FileAudio2Icon, FileAudio2 as LucideFileAudio2, FileAxis3d as FileAxis3D, FileAxis3d as FileAxis3DIcon, FileAxis3d, FileAxis3d as FileAxis3dIcon, FileAxis3d as LucideFileAxis3D, FileAxis3d as LucideFileAxis3d, FileBadge, FileBadge as FileBadgeIcon, FileBadge as LucideFileBadge, FileBadge2, FileBadge2 as FileBadge2Icon, FileBadge2 as LucideFileBadge2, FileBarChart, FileBarChart as FileBarChartIcon, FileBarChart as LucideFileBarChart, FileBarChart2, FileBarChart2 as FileBarChart2Icon, FileBarChart2 as LucideFileBarChart2, FileBox, FileBox as FileBoxIcon, FileBox as LucideFileBox, FileCheck, FileCheck as FileCheckIcon, FileCheck as LucideFileCheck, FileCheck2, FileCheck2 as FileCheck2Icon, FileCheck2 as LucideFileCheck2, FileClock, FileClock as FileClockIcon, FileClock as LucideFileClock, FileCode, FileCode as FileCodeIcon, FileCode as LucideFileCode, FileCode2, FileCode2 as FileCode2Icon, FileCode2 as LucideFileCode2, FileCog, FileCog as FileCog2, FileCog as FileCog2Icon, FileCog as FileCogIcon, FileCog as LucideFileCog, FileCog as LucideFileCog2, FileDiff, FileDiff as FileDiffIcon, FileDiff as LucideFileDiff, FileDigit, FileDigit as FileDigitIcon, FileDigit as LucideFileDigit, FileDown, FileDown as FileDownIcon, FileDown as LucideFileDown, FileEdit, FileEdit as FileEditIcon, FileEdit as LucideFileEdit, FileHeart, FileHeart as FileHeartIcon, FileHeart as LucideFileHeart, FileImage, FileImage as FileImageIcon, FileImage as LucideFileImage, FileInput, FileInput as FileInputIcon, FileInput as LucideFileInput, FileJson, FileJson as FileJsonIcon, FileJson as LucideFileJson, FileJson2, FileJson2 as FileJson2Icon, FileJson2 as LucideFileJson2, FileKey, FileKey as FileKeyIcon, FileKey as LucideFileKey, FileKey2, FileKey2 as FileKey2Icon, FileKey2 as LucideFileKey2, FileLineChart, FileLineChart as FileLineChartIcon, FileLineChart as LucideFileLineChart, FileLock, FileLock as FileLockIcon, FileLock as LucideFileLock, FileLock2, FileLock2 as FileLock2Icon, FileLock2 as LucideFileLock2, FileMinus, FileMinus as FileMinusIcon, FileMinus as LucideFileMinus, FileMinus2, FileMinus2 as FileMinus2Icon, FileMinus2 as LucideFileMinus2, FileMusic, FileMusic as FileMusicIcon, FileMusic as LucideFileMusic, FileOutput, FileOutput as FileOutputIcon, FileOutput as LucideFileOutput, FilePieChart, FilePieChart as FilePieChartIcon, FilePieChart as LucideFilePieChart, FilePlus, FilePlus as FilePlusIcon, FilePlus as LucideFilePlus, FilePlus2, FilePlus2 as FilePlus2Icon, FilePlus2 as LucideFilePlus2, FileQuestion, FileQuestion as FileQuestionIcon, FileQuestion as LucideFileQuestion, FileScan, FileScan as FileScanIcon, FileScan as LucideFileScan, FileSearch, FileSearch as FileSearchIcon, FileSearch as LucideFileSearch, FileSearch2, FileSearch2 as FileSearch2Icon, FileSearch2 as LucideFileSearch2, FileSignature, FileSignature as FileSignatureIcon, FileSignature as LucideFileSignature, FileSpreadsheet, FileSpreadsheet as FileSpreadsheetIcon, FileSpreadsheet as LucideFileSpreadsheet, FileStack, FileStack as FileStackIcon, FileStack as LucideFileStack, FileSymlink, FileSymlink as FileSymlinkIcon, FileSymlink as LucideFileSymlink, FileTerminal, FileTerminal as FileTerminalIcon, FileTerminal as LucideFileTerminal, FileText, FileText as FileTextIcon, FileText as LucideFileText, FileType, FileType as FileTypeIcon, FileType as LucideFileType, FileType2, FileType2 as FileType2Icon, FileType2 as LucideFileType2, FileUp, FileUp as FileUpIcon, FileUp as LucideFileUp, FileVideo, FileVideo as FileVideoIcon, FileVideo as LucideFileVideo, FileVideo2, FileVideo2 as FileVideo2Icon, FileVideo2 as LucideFileVideo2, FileVolume, FileVolume as FileVolumeIcon, FileVolume as LucideFileVolume, FileVolume2, FileVolume2 as FileVolume2Icon, FileVolume2 as LucideFileVolume2, FileWarning, FileWarning as FileWarningIcon, FileWarning as LucideFileWarning, FileX, FileX as FileXIcon, FileX as LucideFileX, FileX2, FileX2 as FileX2Icon, FileX2 as LucideFileX2, Files, Files as FilesIcon, Files as LucideFiles, Film, Film as FilmIcon, Film as LucideFilm, Filter, Filter as FilterIcon, Filter as LucideFilter, FilterX, FilterX as FilterXIcon, FilterX as LucideFilterX, Fingerprint, Fingerprint as FingerprintIcon, Fingerprint as LucideFingerprint, FireExtinguisher, FireExtinguisher as FireExtinguisherIcon, FireExtinguisher as LucideFireExtinguisher, Fish, Fish as FishIcon, Fish as LucideFish, FishOff, FishOff as FishOffIcon, FishOff as LucideFishOff, FishSymbol, FishSymbol as FishSymbolIcon, FishSymbol as LucideFishSymbol, Flag, Flag as FlagIcon, Flag as LucideFlag, FlagOff, FlagOff as FlagOffIcon, FlagOff as LucideFlagOff, FlagTriangleLeft, FlagTriangleLeft as FlagTriangleLeftIcon, FlagTriangleLeft as LucideFlagTriangleLeft, FlagTriangleRight, FlagTriangleRight as FlagTriangleRightIcon, FlagTriangleRight as LucideFlagTriangleRight, Flame, Flame as FlameIcon, Flame as LucideFlame, FlameKindling, FlameKindling as FlameKindlingIcon, FlameKindling as LucideFlameKindling, Flashlight, Flashlight as FlashlightIcon, Flashlight as LucideFlashlight, FlashlightOff, FlashlightOff as FlashlightOffIcon, FlashlightOff as LucideFlashlightOff, FlaskConical, FlaskConical as FlaskConicalIcon, FlaskConical as LucideFlaskConical, FlaskConicalOff, FlaskConicalOff as FlaskConicalOffIcon, FlaskConicalOff as LucideFlaskConicalOff, FlaskRound, FlaskRound as FlaskRoundIcon, FlaskRound as LucideFlaskRound, FlipHorizontal, FlipHorizontal as FlipHorizontalIcon, FlipHorizontal as LucideFlipHorizontal, FlipHorizontal2, FlipHorizontal2 as FlipHorizontal2Icon, FlipHorizontal2 as LucideFlipHorizontal2, FlipVertical, FlipVertical as FlipVerticalIcon, FlipVertical as LucideFlipVertical, FlipVertical2, FlipVertical2 as FlipVertical2Icon, FlipVertical2 as LucideFlipVertical2, Flower, Flower as FlowerIcon, Flower as LucideFlower, Flower2, Flower2 as Flower2Icon, Flower2 as LucideFlower2, Focus, Focus as FocusIcon, Focus as LucideFocus, FoldHorizontal, FoldHorizontal as FoldHorizontalIcon, FoldHorizontal as LucideFoldHorizontal, FoldVertical, FoldVertical as FoldVerticalIcon, FoldVertical as LucideFoldVertical, Folder, Folder as FolderIcon, Folder as LucideFolder, FolderArchive, FolderArchive as FolderArchiveIcon, FolderArchive as LucideFolderArchive, FolderCheck, FolderCheck as FolderCheckIcon, FolderCheck as LucideFolderCheck, FolderClock, FolderClock as FolderClockIcon, FolderClock as LucideFolderClock, FolderClosed, FolderClosed as FolderClosedIcon, FolderClosed as LucideFolderClosed, FolderCog, FolderCog as FolderCog2, FolderCog as FolderCog2Icon, FolderCog as FolderCogIcon, FolderCog as LucideFolderCog, FolderCog as LucideFolderCog2, FolderDot, FolderDot as FolderDotIcon, FolderDot as LucideFolderDot, FolderDown, FolderDown as FolderDownIcon, FolderDown as LucideFolderDown, FolderEdit, FolderEdit as FolderEditIcon, FolderEdit as LucideFolderEdit, FolderGit, FolderGit as FolderGitIcon, FolderGit as LucideFolderGit, FolderGit2, FolderGit2 as FolderGit2Icon, FolderGit2 as LucideFolderGit2, FolderHeart, FolderHeart as FolderHeartIcon, FolderHeart as LucideFolderHeart, FolderInput, FolderInput as FolderInputIcon, FolderInput as LucideFolderInput, FolderKanban, FolderKanban as FolderKanbanIcon, FolderKanban as LucideFolderKanban, FolderKey, FolderKey as FolderKeyIcon, FolderKey as LucideFolderKey, FolderLock, FolderLock as FolderLockIcon, FolderLock as LucideFolderLock, FolderMinus, FolderMinus as FolderMinusIcon, FolderMinus as LucideFolderMinus, FolderOpen, FolderOpen as FolderOpenIcon, FolderOpen as LucideFolderOpen, FolderOpenDot, FolderOpenDot as FolderOpenDotIcon, FolderOpenDot as LucideFolderOpenDot, FolderOutput, FolderOutput as FolderOutputIcon, FolderOutput as LucideFolderOutput, FolderPlus, FolderPlus as FolderPlusIcon, FolderPlus as LucideFolderPlus, FolderRoot, FolderRoot as FolderRootIcon, FolderRoot as LucideFolderRoot, FolderSearch, FolderSearch as FolderSearchIcon, FolderSearch as LucideFolderSearch, FolderSearch2, FolderSearch2 as FolderSearch2Icon, FolderSearch2 as LucideFolderSearch2, FolderSymlink, FolderSymlink as FolderSymlinkIcon, FolderSymlink as LucideFolderSymlink, FolderSync, FolderSync as FolderSyncIcon, FolderSync as LucideFolderSync, FolderTree, FolderTree as FolderTreeIcon, FolderTree as LucideFolderTree, FolderUp, FolderUp as FolderUpIcon, FolderUp as LucideFolderUp, FolderX, FolderX as FolderXIcon, FolderX as LucideFolderX, Folders, Folders as FoldersIcon, Folders as LucideFolders, Footprints, Footprints as FootprintsIcon, Footprints as LucideFootprints, Forklift, Forklift as ForkliftIcon, Forklift as LucideForklift, FormInput, FormInput as FormInputIcon, FormInput as LucideFormInput, Forward, Forward as ForwardIcon, Forward as LucideForward, Frame, Frame as FrameIcon, Frame as LucideFrame, Framer, Framer as FramerIcon, Framer as LucideFramer, Frown, Frown as FrownIcon, Frown as LucideFrown, Fuel, Fuel as FuelIcon, Fuel as LucideFuel, Fullscreen, Fullscreen as FullscreenIcon, Fullscreen as LucideFullscreen, FunctionSquare, FunctionSquare as FunctionSquareIcon, FunctionSquare as LucideFunctionSquare, GalleryHorizontal, GalleryHorizontal as GalleryHorizontalIcon, GalleryHorizontal as LucideGalleryHorizontal, GalleryHorizontalEnd, GalleryHorizontalEnd as GalleryHorizontalEndIcon, GalleryHorizontalEnd as LucideGalleryHorizontalEnd, GalleryThumbnails, GalleryThumbnails as GalleryThumbnailsIcon, GalleryThumbnails as LucideGalleryThumbnails, GalleryVertical, GalleryVertical as GalleryVerticalIcon, GalleryVertical as LucideGalleryVertical, GalleryVerticalEnd, GalleryVerticalEnd as GalleryVerticalEndIcon, GalleryVerticalEnd as LucideGalleryVerticalEnd, Gamepad, Gamepad as GamepadIcon, Gamepad as LucideGamepad, Gamepad2, Gamepad2 as Gamepad2Icon, Gamepad2 as LucideGamepad2, GanttChart, GanttChart as GanttChartIcon, GanttChart as LucideGanttChart, GanttChartSquare, GanttChartSquare as GanttChartSquareIcon, GanttChartSquare as LucideGanttChartSquare, GanttChartSquare as LucideSquareGantt, GanttChartSquare as SquareGantt, GanttChartSquare as SquareGanttIcon, Gauge, Gauge as GaugeIcon, Gauge as LucideGauge, GaugeCircle, GaugeCircle as GaugeCircleIcon, GaugeCircle as LucideGaugeCircle, Gavel, Gavel as GavelIcon, Gavel as LucideGavel, Gem, Gem as GemIcon, Gem as LucideGem, Ghost, Ghost as GhostIcon, Ghost as LucideGhost, Gift, Gift as GiftIcon, Gift as LucideGift, GitBranch, GitBranch as GitBranchIcon, GitBranch as LucideGitBranch, GitBranchPlus, GitBranchPlus as GitBranchPlusIcon, GitBranchPlus as LucideGitBranchPlus, GitCommitHorizontal as GitCommit, GitCommitHorizontal, GitCommitHorizontal as GitCommitHorizontalIcon, GitCommitHorizontal as GitCommitIcon, GitCommitHorizontal as LucideGitCommit, GitCommitHorizontal as LucideGitCommitHorizontal, GitCommitVertical, GitCommitVertical as GitCommitVerticalIcon, GitCommitVertical as LucideGitCommitVertical, GitCompare, GitCompare as GitCompareIcon, GitCompare as LucideGitCompare, GitCompareArrows, GitCompareArrows as GitCompareArrowsIcon, GitCompareArrows as LucideGitCompareArrows, GitFork, GitFork as GitForkIcon, GitFork as LucideGitFork, GitGraph, GitGraph as GitGraphIcon, GitGraph as LucideGitGraph, GitMerge, GitMerge as GitMergeIcon, GitMerge as LucideGitMerge, GitPullRequest, GitPullRequest as GitPullRequestIcon, GitPullRequest as LucideGitPullRequest, GitPullRequestArrow, GitPullRequestArrow as GitPullRequestArrowIcon, GitPullRequestArrow as LucideGitPullRequestArrow, GitPullRequestClosed, GitPullRequestClosed as GitPullRequestClosedIcon, GitPullRequestClosed as LucideGitPullRequestClosed, GitPullRequestCreate, GitPullRequestCreate as GitPullRequestCreateIcon, GitPullRequestCreate as LucideGitPullRequestCreate, GitPullRequestCreateArrow, GitPullRequestCreateArrow as GitPullRequestCreateArrowIcon, GitPullRequestCreateArrow as LucideGitPullRequestCreateArrow, GitPullRequestDraft, GitPullRequestDraft as GitPullRequestDraftIcon, GitPullRequestDraft as LucideGitPullRequestDraft, Github, Github as GithubIcon, Github as LucideGithub, Gitlab, Gitlab as GitlabIcon, Gitlab as LucideGitlab, GlassWater, GlassWater as GlassWaterIcon, GlassWater as LucideGlassWater, Glasses, Glasses as GlassesIcon, Glasses as LucideGlasses, Globe, Globe as GlobeIcon, Globe as LucideGlobe, Globe2, Globe2 as Globe2Icon, Globe2 as LucideGlobe2, Goal, Goal as GoalIcon, Goal as LucideGoal, Grab, Grab as GrabIcon, Grab as LucideGrab, GraduationCap, GraduationCap as GraduationCapIcon, GraduationCap as LucideGraduationCap, Grape, Grape as GrapeIcon, Grape as LucideGrape, Grid3x3 as Grid, Grid3x3 as Grid3X3, Grid3x3 as Grid3X3Icon, Grid3x3, Grid3x3 as Grid3x3Icon, Grid3x3 as GridIcon, Grid3x3 as LucideGrid, Grid3x3 as LucideGrid3X3, Grid3x3 as LucideGrid3x3, Grid2x2 as Grid2X2, Grid2x2 as Grid2X2Icon, Grid2x2, Grid2x2 as Grid2x2Icon, Grid2x2 as LucideGrid2X2, Grid2x2 as LucideGrid2x2, Grip, Grip as GripIcon, Grip as LucideGrip, GripHorizontal, GripHorizontal as GripHorizontalIcon, GripHorizontal as LucideGripHorizontal, GripVertical, GripVertical as GripVerticalIcon, GripVertical as LucideGripVertical, Group, Group as GroupIcon, Group as LucideGroup, Guitar, Guitar as GuitarIcon, Guitar as LucideGuitar, Hammer, Hammer as HammerIcon, Hammer as LucideHammer, Hand, Hand as HandIcon, Hand as LucideHand, HandMetal, HandMetal as HandMetalIcon, HandMetal as LucideHandMetal, HardDrive, HardDrive as HardDriveIcon, HardDrive as LucideHardDrive, HardDriveDownload, HardDriveDownload as HardDriveDownloadIcon, HardDriveDownload as LucideHardDriveDownload, HardDriveUpload, HardDriveUpload as HardDriveUploadIcon, HardDriveUpload as LucideHardDriveUpload, HardHat, HardHat as HardHatIcon, HardHat as LucideHardHat, Hash, Hash as HashIcon, Hash as LucideHash, Haze, Haze as HazeIcon, Haze as LucideHaze, HdmiPort, HdmiPort as HdmiPortIcon, HdmiPort as LucideHdmiPort, Heading, Heading as HeadingIcon, Heading as LucideHeading, Heading1, Heading1 as Heading1Icon, Heading1 as LucideHeading1, Heading2, Heading2 as Heading2Icon, Heading2 as LucideHeading2, Heading3, Heading3 as Heading3Icon, Heading3 as LucideHeading3, Heading4, Heading4 as Heading4Icon, Heading4 as LucideHeading4, Heading5, Heading5 as Heading5Icon, Heading5 as LucideHeading5, Heading6, Heading6 as Heading6Icon, Heading6 as LucideHeading6, Headphones, Headphones as HeadphonesIcon, Headphones as LucideHeadphones, Heart, Heart as HeartIcon, Heart as LucideHeart, HeartCrack, HeartCrack as HeartCrackIcon, HeartCrack as LucideHeartCrack, HeartHandshake, HeartHandshake as HeartHandshakeIcon, HeartHandshake as LucideHeartHandshake, HeartOff, HeartOff as HeartOffIcon, HeartOff as LucideHeartOff, HeartPulse, HeartPulse as HeartPulseIcon, HeartPulse as LucideHeartPulse, HelpCircle, HelpCircle as HelpCircleIcon, HelpCircle as LucideHelpCircle, HelpingHand, HelpingHand as HelpingHandIcon, HelpingHand as LucideHelpingHand, Hexagon, Hexagon as HexagonIcon, Hexagon as LucideHexagon, Highlighter, Highlighter as HighlighterIcon, Highlighter as LucideHighlighter, History, History as HistoryIcon, History as LucideHistory, Home, Home as HomeIcon, Home as LucideHome, Hop, Hop as HopIcon, Hop as LucideHop, HopOff, HopOff as HopOffIcon, HopOff as LucideHopOff, Hotel, Hotel as HotelIcon, Hotel as LucideHotel, Hourglass, Hourglass as HourglassIcon, Hourglass as LucideHourglass, IceCream, IceCream as IceCreamIcon, IceCream as LucideIceCream, IceCream2, IceCream2 as IceCream2Icon, IceCream2 as LucideIceCream2, Image, Image as ImageIcon, Image as LucideImage, ImageDown, ImageDown as ImageDownIcon, ImageDown as LucideImageDown, ImageMinus, ImageMinus as ImageMinusIcon, ImageMinus as LucideImageMinus, ImageOff, ImageOff as ImageOffIcon, ImageOff as LucideImageOff, ImagePlus, ImagePlus as ImagePlusIcon, ImagePlus as LucideImagePlus, Import, Import as ImportIcon, Import as LucideImport, Inbox, Inbox as InboxIcon, Inbox as LucideInbox, Indent, Indent as IndentIcon, Indent as LucideIndent, IndianRupee, IndianRupee as IndianRupeeIcon, IndianRupee as LucideIndianRupee, Infinity$1 as Infinity, Infinity$1 as InfinityIcon, Infinity$1 as LucideInfinity, Info, Info as InfoIcon, Info as LucideInfo, MousePointerSquare as Inspect, MousePointerSquare as InspectIcon, MousePointerSquare as LucideInspect, MousePointerSquare as LucideMousePointerSquare, MousePointerSquare, MousePointerSquare as MousePointerSquareIcon, InspectionPanel, InspectionPanel as InspectionPanelIcon, InspectionPanel as LucideInspectionPanel, Instagram, Instagram as InstagramIcon, Instagram as LucideInstagram, Italic, Italic as ItalicIcon, Italic as LucideItalic, IterationCcw, IterationCcw as IterationCcwIcon, IterationCcw as LucideIterationCcw, IterationCw, IterationCw as IterationCwIcon, IterationCw as LucideIterationCw, JapaneseYen, JapaneseYen as JapaneseYenIcon, JapaneseYen as LucideJapaneseYen, Joystick, Joystick as JoystickIcon, Joystick as LucideJoystick, Kanban, Kanban as KanbanIcon, Kanban as LucideKanban, KanbanSquare, KanbanSquare as KanbanSquareIcon, KanbanSquare as LucideKanbanSquare, KanbanSquare as LucideSquareKanban, KanbanSquare as SquareKanban, KanbanSquare as SquareKanbanIcon, KanbanSquareDashed, KanbanSquareDashed as KanbanSquareDashedIcon, KanbanSquareDashed as LucideKanbanSquareDashed, KanbanSquareDashed as LucideSquareKanbanDashed, KanbanSquareDashed as SquareKanbanDashed, KanbanSquareDashed as SquareKanbanDashedIcon, Key, Key as KeyIcon, Key as LucideKey, KeyRound, KeyRound as KeyRoundIcon, KeyRound as LucideKeyRound, KeySquare, KeySquare as KeySquareIcon, KeySquare as LucideKeySquare, Keyboard, Keyboard as KeyboardIcon, Keyboard as LucideKeyboard, KeyboardMusic, KeyboardMusic as KeyboardMusicIcon, KeyboardMusic as LucideKeyboardMusic, Lamp, Lamp as LampIcon, Lamp as LucideLamp, LampCeiling, LampCeiling as LampCeilingIcon, LampCeiling as LucideLampCeiling, LampDesk, LampDesk as LampDeskIcon, LampDesk as LucideLampDesk, LampFloor, LampFloor as LampFloorIcon, LampFloor as LucideLampFloor, LampWallDown, LampWallDown as LampWallDownIcon, LampWallDown as LucideLampWallDown, LampWallUp, LampWallUp as LampWallUpIcon, LampWallUp as LucideLampWallUp, LandPlot, LandPlot as LandPlotIcon, LandPlot as LucideLandPlot, Landmark, Landmark as LandmarkIcon, Landmark as LucideLandmark, Languages, Languages as LanguagesIcon, Languages as LucideLanguages, Laptop, Laptop as LaptopIcon, Laptop as LucideLaptop, Laptop2, Laptop2 as Laptop2Icon, Laptop2 as LucideLaptop2, Lasso, Lasso as LassoIcon, Lasso as LucideLasso, LassoSelect, LassoSelect as LassoSelectIcon, LassoSelect as LucideLassoSelect, Laugh, Laugh as LaughIcon, Laugh as LucideLaugh, Layers, Layers as LayersIcon, Layers as LucideLayers, Layers2, Layers2 as Layers2Icon, Layers2 as LucideLayers2, Layers3, Layers3 as Layers3Icon, Layers3 as LucideLayers3, Layout, Layout as LayoutIcon, Layout as LucideLayout, LayoutDashboard, LayoutDashboard as LayoutDashboardIcon, LayoutDashboard as LucideLayoutDashboard, LayoutGrid, LayoutGrid as LayoutGridIcon, LayoutGrid as LucideLayoutGrid, LayoutList, LayoutList as LayoutListIcon, LayoutList as LucideLayoutList, LayoutPanelLeft, LayoutPanelLeft as LayoutPanelLeftIcon, LayoutPanelLeft as LucideLayoutPanelLeft, LayoutPanelTop, LayoutPanelTop as LayoutPanelTopIcon, LayoutPanelTop as LucideLayoutPanelTop, LayoutTemplate, LayoutTemplate as LayoutTemplateIcon, LayoutTemplate as LucideLayoutTemplate, Leaf, Leaf as LeafIcon, Leaf as LucideLeaf, LeafyGreen, LeafyGreen as LeafyGreenIcon, LeafyGreen as LucideLeafyGreen, Library, Library as LibraryIcon, Library as LucideLibrary, LibraryBig, LibraryBig as LibraryBigIcon, LibraryBig as LucideLibraryBig, LibrarySquare, LibrarySquare as LibrarySquareIcon, LibrarySquare as LucideLibrarySquare, LifeBuoy, LifeBuoy as LifeBuoyIcon, LifeBuoy as LucideLifeBuoy, Ligature, Ligature as LigatureIcon, Ligature as LucideLigature, Lightbulb, Lightbulb as LightbulbIcon, Lightbulb as LucideLightbulb, LightbulbOff, LightbulbOff as LightbulbOffIcon, LightbulbOff as LucideLightbulbOff, LineChart, LineChart as LineChartIcon, LineChart as LucideLineChart, Link, Link as LinkIcon, Link as LucideLink, Link2, Link2 as Link2Icon, Link2 as LucideLink2, Link2Off, Link2Off as Link2OffIcon, Link2Off as LucideLink2Off, Linkedin, Linkedin as LinkedinIcon, Linkedin as LucideLinkedin, List, List as ListIcon, List as LucideList, ListChecks, ListChecks as ListChecksIcon, ListChecks as LucideListChecks, ListEnd, ListEnd as ListEndIcon, ListEnd as LucideListEnd, ListFilter, ListFilter as ListFilterIcon, ListFilter as LucideListFilter, ListMinus, ListMinus as ListMinusIcon, ListMinus as LucideListMinus, ListMusic, ListMusic as ListMusicIcon, ListMusic as LucideListMusic, ListOrdered, ListOrdered as ListOrderedIcon, ListOrdered as LucideListOrdered, ListPlus, ListPlus as ListPlusIcon, ListPlus as LucideListPlus, ListRestart, ListRestart as ListRestartIcon, ListRestart as LucideListRestart, ListStart, ListStart as ListStartIcon, ListStart as LucideListStart, ListTodo, ListTodo as ListTodoIcon, ListTodo as LucideListTodo, ListTree, ListTree as ListTreeIcon, ListTree as LucideListTree, ListVideo, ListVideo as ListVideoIcon, ListVideo as LucideListVideo, ListX, ListX as ListXIcon, ListX as LucideListX, Loader, Loader as LoaderIcon, Loader as LucideLoader, Loader2, Loader2 as Loader2Icon, Loader2 as LucideLoader2, Locate, Locate as LocateIcon, Locate as LucideLocate, LocateFixed, LocateFixed as LocateFixedIcon, LocateFixed as LucideLocateFixed, LocateOff, LocateOff as LocateOffIcon, LocateOff as LucideLocateOff, Lock, Lock as LockIcon, Lock as LucideLock, LockKeyhole, LockKeyhole as LockKeyholeIcon, LockKeyhole as LucideLockKeyhole, LogIn, LogIn as LogInIcon, LogIn as LucideLogIn, LogOut, LogOut as LogOutIcon, LogOut as LucideLogOut, Lollipop, Lollipop as LollipopIcon, Lollipop as LucideLollipop, Luggage as LucideLuggage, Luggage, Luggage as LuggageIcon, MSquare as LucideMSquare, MSquare, MSquare as MSquareIcon, Magnet as LucideMagnet, Magnet, Magnet as MagnetIcon, Mail as LucideMail, Mail, Mail as MailIcon, MailCheck as LucideMailCheck, MailCheck, MailCheck as MailCheckIcon, MailMinus as LucideMailMinus, MailMinus, MailMinus as MailMinusIcon, MailOpen as LucideMailOpen, MailOpen, MailOpen as MailOpenIcon, MailPlus as LucideMailPlus, MailPlus, MailPlus as MailPlusIcon, MailQuestion as LucideMailQuestion, MailQuestion, MailQuestion as MailQuestionIcon, MailSearch as LucideMailSearch, MailSearch, MailSearch as MailSearchIcon, MailWarning as LucideMailWarning, MailWarning, MailWarning as MailWarningIcon, MailX as LucideMailX, MailX, MailX as MailXIcon, Mailbox as LucideMailbox, Mailbox, Mailbox as MailboxIcon, Mails as LucideMails, Mails, Mails as MailsIcon, Map as LucideMap, Map, Map as MapIcon, MapPin as LucideMapPin, MapPin, MapPin as MapPinIcon, MapPinOff as LucideMapPinOff, MapPinOff, MapPinOff as MapPinOffIcon, MapPinned as LucideMapPinned, MapPinned, MapPinned as MapPinnedIcon, Martini as LucideMartini, Martini, Martini as MartiniIcon, Maximize as LucideMaximize, Maximize, Maximize as MaximizeIcon, Maximize2 as LucideMaximize2, Maximize2, Maximize2 as Maximize2Icon, Medal as LucideMedal, Medal, Medal as MedalIcon, Megaphone as LucideMegaphone, Megaphone, Megaphone as MegaphoneIcon, MegaphoneOff as LucideMegaphoneOff, MegaphoneOff, MegaphoneOff as MegaphoneOffIcon, Meh as LucideMeh, Meh, Meh as MehIcon, MemoryStick as LucideMemoryStick, MemoryStick, MemoryStick as MemoryStickIcon, Menu as LucideMenu, Menu, Menu as MenuIcon, MenuSquare as LucideMenuSquare, MenuSquare, MenuSquare as MenuSquareIcon, Merge as LucideMerge, Merge, Merge as MergeIcon, MessageCircle as LucideMessageCircle, MessageCircle, MessageCircle as MessageCircleIcon, MessageCircleCode as LucideMessageCircleCode, MessageCircleCode, MessageCircleCode as MessageCircleCodeIcon, MessageCircleDashed as LucideMessageCircleDashed, MessageCircleDashed, MessageCircleDashed as MessageCircleDashedIcon, MessageCircleHeart as LucideMessageCircleHeart, MessageCircleHeart, MessageCircleHeart as MessageCircleHeartIcon, MessageCircleMore as LucideMessageCircleMore, MessageCircleMore, MessageCircleMore as MessageCircleMoreIcon, MessageCircleOff as LucideMessageCircleOff, MessageCircleOff, MessageCircleOff as MessageCircleOffIcon, MessageCirclePlus as LucideMessageCirclePlus, MessageCirclePlus, MessageCirclePlus as MessageCirclePlusIcon, MessageCircleQuestion as LucideMessageCircleQuestion, MessageCircleQuestion, MessageCircleQuestion as MessageCircleQuestionIcon, MessageCircleReply as LucideMessageCircleReply, MessageCircleReply, MessageCircleReply as MessageCircleReplyIcon, MessageCircleWarning as LucideMessageCircleWarning, MessageCircleWarning, MessageCircleWarning as MessageCircleWarningIcon, MessageCircleX as LucideMessageCircleX, MessageCircleX, MessageCircleX as MessageCircleXIcon, MessageSquare as LucideMessageSquare, MessageSquare, MessageSquare as MessageSquareIcon, MessageSquareCode as LucideMessageSquareCode, MessageSquareCode, MessageSquareCode as MessageSquareCodeIcon, MessageSquareDashed as LucideMessageSquareDashed, MessageSquareDashed, MessageSquareDashed as MessageSquareDashedIcon, MessageSquareDiff as LucideMessageSquareDiff, MessageSquareDiff, MessageSquareDiff as MessageSquareDiffIcon, MessageSquareDot as LucideMessageSquareDot, MessageSquareDot, MessageSquareDot as MessageSquareDotIcon, MessageSquareHeart as LucideMessageSquareHeart, MessageSquareHeart, MessageSquareHeart as MessageSquareHeartIcon, MessageSquareMore as LucideMessageSquareMore, MessageSquareMore, MessageSquareMore as MessageSquareMoreIcon, MessageSquareOff as LucideMessageSquareOff, MessageSquareOff, MessageSquareOff as MessageSquareOffIcon, MessageSquarePlus as LucideMessageSquarePlus, MessageSquarePlus, MessageSquarePlus as MessageSquarePlusIcon, MessageSquareQuote as LucideMessageSquareQuote, MessageSquareQuote, MessageSquareQuote as MessageSquareQuoteIcon, MessageSquareReply as LucideMessageSquareReply, MessageSquareReply, MessageSquareReply as MessageSquareReplyIcon, MessageSquareShare as LucideMessageSquareShare, MessageSquareShare, MessageSquareShare as MessageSquareShareIcon, MessageSquareText as LucideMessageSquareText, MessageSquareText, MessageSquareText as MessageSquareTextIcon, MessageSquareWarning as LucideMessageSquareWarning, MessageSquareWarning, MessageSquareWarning as MessageSquareWarningIcon, MessageSquareX as LucideMessageSquareX, MessageSquareX, MessageSquareX as MessageSquareXIcon, MessagesSquare as LucideMessagesSquare, MessagesSquare, MessagesSquare as MessagesSquareIcon, Mic as LucideMic, Mic, Mic as MicIcon, Mic2 as LucideMic2, Mic2, Mic2 as Mic2Icon, MicOff as LucideMicOff, MicOff, MicOff as MicOffIcon, Microscope as LucideMicroscope, Microscope, Microscope as MicroscopeIcon, Microwave as LucideMicrowave, Microwave, Microwave as MicrowaveIcon, Milestone as LucideMilestone, Milestone, Milestone as MilestoneIcon, Milk as LucideMilk, Milk, Milk as MilkIcon, MilkOff as LucideMilkOff, MilkOff, MilkOff as MilkOffIcon, Minimize as LucideMinimize, Minimize, Minimize as MinimizeIcon, Minimize2 as LucideMinimize2, Minimize2, Minimize2 as Minimize2Icon, Minus as LucideMinus, Minus, Minus as MinusIcon, MinusCircle as LucideMinusCircle, MinusCircle, MinusCircle as MinusCircleIcon, MinusSquare as LucideMinusSquare, MinusSquare, MinusSquare as MinusSquareIcon, Monitor as LucideMonitor, Monitor, Monitor as MonitorIcon, MonitorCheck as LucideMonitorCheck, MonitorCheck, MonitorCheck as MonitorCheckIcon, MonitorDot as LucideMonitorDot, MonitorDot, MonitorDot as MonitorDotIcon, MonitorDown as LucideMonitorDown, MonitorDown, MonitorDown as MonitorDownIcon, MonitorOff as LucideMonitorOff, MonitorOff, MonitorOff as MonitorOffIcon, MonitorPause as LucideMonitorPause, MonitorPause, MonitorPause as MonitorPauseIcon, MonitorPlay as LucideMonitorPlay, MonitorPlay, MonitorPlay as MonitorPlayIcon, MonitorSmartphone as LucideMonitorSmartphone, MonitorSmartphone, MonitorSmartphone as MonitorSmartphoneIcon, MonitorSpeaker as LucideMonitorSpeaker, MonitorSpeaker, MonitorSpeaker as MonitorSpeakerIcon, MonitorStop as LucideMonitorStop, MonitorStop, MonitorStop as MonitorStopIcon, MonitorUp as LucideMonitorUp, MonitorUp, MonitorUp as MonitorUpIcon, MonitorX as LucideMonitorX, MonitorX, MonitorX as MonitorXIcon, Moon as LucideMoon, Moon, Moon as MoonIcon, MoonStar as LucideMoonStar, MoonStar, MoonStar as MoonStarIcon, MoreHorizontal as LucideMoreHorizontal, MoreHorizontal, MoreHorizontal as MoreHorizontalIcon, MoreVertical as LucideMoreVertical, MoreVertical, MoreVertical as MoreVerticalIcon, Mountain as LucideMountain, Mountain, Mountain as MountainIcon, MountainSnow as LucideMountainSnow, MountainSnow, MountainSnow as MountainSnowIcon, Mouse as LucideMouse, Mouse, Mouse as MouseIcon, MousePointer as LucideMousePointer, MousePointer, MousePointer as MousePointerIcon, MousePointer2 as LucideMousePointer2, MousePointer2, MousePointer2 as MousePointer2Icon, MousePointerClick as LucideMousePointerClick, MousePointerClick, MousePointerClick as MousePointerClickIcon, MousePointerSquareDashed as LucideMousePointerSquareDashed, MousePointerSquareDashed, MousePointerSquareDashed as MousePointerSquareDashedIcon, Move as LucideMove, Move, Move as MoveIcon, Move3d as LucideMove3D, Move3d as LucideMove3d, Move3d as Move3D, Move3d as Move3DIcon, Move3d, Move3d as Move3dIcon, MoveDiagonal as LucideMoveDiagonal, MoveDiagonal, MoveDiagonal as MoveDiagonalIcon, MoveDiagonal2 as LucideMoveDiagonal2, MoveDiagonal2, MoveDiagonal2 as MoveDiagonal2Icon, MoveDown as LucideMoveDown, MoveDown, MoveDown as MoveDownIcon, MoveDownLeft as LucideMoveDownLeft, MoveDownLeft, MoveDownLeft as MoveDownLeftIcon, MoveDownRight as LucideMoveDownRight, MoveDownRight, MoveDownRight as MoveDownRightIcon, MoveHorizontal as LucideMoveHorizontal, MoveHorizontal, MoveHorizontal as MoveHorizontalIcon, MoveLeft as LucideMoveLeft, MoveLeft, MoveLeft as MoveLeftIcon, MoveRight as LucideMoveRight, MoveRight, MoveRight as MoveRightIcon, MoveUp as LucideMoveUp, MoveUp, MoveUp as MoveUpIcon, MoveUpLeft as LucideMoveUpLeft, MoveUpLeft, MoveUpLeft as MoveUpLeftIcon, MoveUpRight as LucideMoveUpRight, MoveUpRight, MoveUpRight as MoveUpRightIcon, MoveVertical as LucideMoveVertical, MoveVertical, MoveVertical as MoveVerticalIcon, Music as LucideMusic, Music, Music as MusicIcon, Music2 as LucideMusic2, Music2, Music2 as Music2Icon, Music3 as LucideMusic3, Music3, Music3 as Music3Icon, Music4 as LucideMusic4, Music4, Music4 as Music4Icon, Navigation as LucideNavigation, Navigation, Navigation as NavigationIcon, Navigation2 as LucideNavigation2, Navigation2, Navigation2 as Navigation2Icon, Navigation2Off as LucideNavigation2Off, Navigation2Off, Navigation2Off as Navigation2OffIcon, NavigationOff as LucideNavigationOff, NavigationOff, NavigationOff as NavigationOffIcon, Network as LucideNetwork, Network, Network as NetworkIcon, Newspaper as LucideNewspaper, Newspaper, Newspaper as NewspaperIcon, Nfc as LucideNfc, Nfc, Nfc as NfcIcon, Nut as LucideNut, Nut, Nut as NutIcon, NutOff as LucideNutOff, NutOff, NutOff as NutOffIcon, Octagon as LucideOctagon, Octagon, Octagon as OctagonIcon, Option as LucideOption, Option, Option as OptionIcon, Orbit as LucideOrbit, Orbit, Orbit as OrbitIcon, Outdent as LucideOutdent, Outdent, Outdent as OutdentIcon, Package as LucidePackage, Package, Package as PackageIcon, Package2 as LucidePackage2, Package2, Package2 as Package2Icon, PackageCheck as LucidePackageCheck, PackageCheck, PackageCheck as PackageCheckIcon, PackageMinus as LucidePackageMinus, PackageMinus, PackageMinus as PackageMinusIcon, PackageOpen as LucidePackageOpen, PackageOpen, PackageOpen as PackageOpenIcon, PackagePlus as LucidePackagePlus, PackagePlus, PackagePlus as PackagePlusIcon, PackageSearch as LucidePackageSearch, PackageSearch, PackageSearch as PackageSearchIcon, PackageX as LucidePackageX, PackageX, PackageX as PackageXIcon, PaintBucket as LucidePaintBucket, PaintBucket, PaintBucket as PaintBucketIcon, Paintbrush as LucidePaintbrush, Paintbrush, Paintbrush as PaintbrushIcon, Paintbrush2 as LucidePaintbrush2, Paintbrush2, Paintbrush2 as Paintbrush2Icon, Palette as LucidePalette, Palette, Palette as PaletteIcon, Palmtree as LucidePalmtree, Palmtree, Palmtree as PalmtreeIcon, PanelBottom as LucidePanelBottom, PanelBottom, PanelBottom as PanelBottomIcon, PanelBottomClose as LucidePanelBottomClose, PanelBottomClose, PanelBottomClose as PanelBottomCloseIcon, PanelBottomInactive as LucidePanelBottomInactive, PanelBottomInactive, PanelBottomInactive as PanelBottomInactiveIcon, PanelBottomOpen as LucidePanelBottomOpen, PanelBottomOpen, PanelBottomOpen as PanelBottomOpenIcon, PanelLeft as LucidePanelLeft, PanelLeft as LucideSidebar, PanelLeft, PanelLeft as PanelLeftIcon, PanelLeft as Sidebar, PanelLeft as SidebarIcon, PanelLeftClose as LucidePanelLeftClose, PanelLeftClose as LucideSidebarClose, PanelLeftClose, PanelLeftClose as PanelLeftCloseIcon, PanelLeftClose as SidebarClose, PanelLeftClose as SidebarCloseIcon, PanelLeftInactive as LucidePanelLeftInactive, PanelLeftInactive, PanelLeftInactive as PanelLeftInactiveIcon, PanelLeftOpen as LucidePanelLeftOpen, PanelLeftOpen as LucideSidebarOpen, PanelLeftOpen, PanelLeftOpen as PanelLeftOpenIcon, PanelLeftOpen as SidebarOpen, PanelLeftOpen as SidebarOpenIcon, PanelRight as LucidePanelRight, PanelRight, PanelRight as PanelRightIcon, PanelRightClose as LucidePanelRightClose, PanelRightClose, PanelRightClose as PanelRightCloseIcon, PanelRightInactive as LucidePanelRightInactive, PanelRightInactive, PanelRightInactive as PanelRightInactiveIcon, PanelRightOpen as LucidePanelRightOpen, PanelRightOpen, PanelRightOpen as PanelRightOpenIcon, PanelTop as LucidePanelTop, PanelTop, PanelTop as PanelTopIcon, PanelTopClose as LucidePanelTopClose, PanelTopClose, PanelTopClose as PanelTopCloseIcon, PanelTopInactive as LucidePanelTopInactive, PanelTopInactive, PanelTopInactive as PanelTopInactiveIcon, PanelTopOpen as LucidePanelTopOpen, PanelTopOpen, PanelTopOpen as PanelTopOpenIcon, Paperclip as LucidePaperclip, Paperclip, Paperclip as PaperclipIcon, Parentheses as LucideParentheses, Parentheses, Parentheses as ParenthesesIcon, ParkingCircle as LucideParkingCircle, ParkingCircle, ParkingCircle as ParkingCircleIcon, ParkingCircleOff as LucideParkingCircleOff, ParkingCircleOff, ParkingCircleOff as ParkingCircleOffIcon, ParkingMeter as LucideParkingMeter, ParkingMeter, ParkingMeter as ParkingMeterIcon, ParkingSquare as LucideParkingSquare, ParkingSquare, ParkingSquare as ParkingSquareIcon, ParkingSquareOff as LucideParkingSquareOff, ParkingSquareOff, ParkingSquareOff as ParkingSquareOffIcon, PartyPopper as LucidePartyPopper, PartyPopper, PartyPopper as PartyPopperIcon, Pause as LucidePause, Pause, Pause as PauseIcon, PauseCircle as LucidePauseCircle, PauseCircle, PauseCircle as PauseCircleIcon, PauseOctagon as LucidePauseOctagon, PauseOctagon, PauseOctagon as PauseOctagonIcon, PawPrint as LucidePawPrint, PawPrint, PawPrint as PawPrintIcon, PcCase as LucidePcCase, PcCase, PcCase as PcCaseIcon, PenTool as LucidePenTool, PenTool, PenTool as PenToolIcon, Pencil as LucidePencil, Pencil, Pencil as PencilIcon, PencilLine as LucidePencilLine, PencilLine, PencilLine as PencilLineIcon, PencilRuler as LucidePencilRuler, PencilRuler, PencilRuler as PencilRulerIcon, Pentagon as LucidePentagon, Pentagon, Pentagon as PentagonIcon, Percent as LucidePercent, Percent, Percent as PercentIcon, PercentCircle as LucidePercentCircle, PercentCircle, PercentCircle as PercentCircleIcon, PercentDiamond as LucidePercentDiamond, PercentDiamond, PercentDiamond as PercentDiamondIcon, PercentSquare as LucidePercentSquare, PercentSquare, PercentSquare as PercentSquareIcon, PersonStanding as LucidePersonStanding, PersonStanding, PersonStanding as PersonStandingIcon, Phone as LucidePhone, Phone, Phone as PhoneIcon, PhoneCall as LucidePhoneCall, PhoneCall, PhoneCall as PhoneCallIcon, PhoneForwarded as LucidePhoneForwarded, PhoneForwarded, PhoneForwarded as PhoneForwardedIcon, PhoneIncoming as LucidePhoneIncoming, PhoneIncoming, PhoneIncoming as PhoneIncomingIcon, PhoneMissed as LucidePhoneMissed, PhoneMissed, PhoneMissed as PhoneMissedIcon, PhoneOff as LucidePhoneOff, PhoneOff, PhoneOff as PhoneOffIcon, PhoneOutgoing as LucidePhoneOutgoing, PhoneOutgoing, PhoneOutgoing as PhoneOutgoingIcon, Pi as LucidePi, Pi, Pi as PiIcon, PiSquare as LucidePiSquare, PiSquare, PiSquare as PiSquareIcon, Piano as LucidePiano, Piano, Piano as PianoIcon, PictureInPicture as LucidePictureInPicture, PictureInPicture, PictureInPicture as PictureInPictureIcon, PictureInPicture2 as LucidePictureInPicture2, PictureInPicture2, PictureInPicture2 as PictureInPicture2Icon, PieChart as LucidePieChart, PieChart, PieChart as PieChartIcon, PiggyBank as LucidePiggyBank, PiggyBank, PiggyBank as PiggyBankIcon, Pilcrow as LucidePilcrow, Pilcrow, Pilcrow as PilcrowIcon, PilcrowSquare as LucidePilcrowSquare, PilcrowSquare, PilcrowSquare as PilcrowSquareIcon, Pill as LucidePill, Pill, Pill as PillIcon, Pin as LucidePin, Pin, Pin as PinIcon, PinOff as LucidePinOff, PinOff, PinOff as PinOffIcon, Pipette as LucidePipette, Pipette, Pipette as PipetteIcon, Pizza as LucidePizza, Pizza, Pizza as PizzaIcon, Plane as LucidePlane, Plane, Plane as PlaneIcon, PlaneLanding as LucidePlaneLanding, PlaneLanding, PlaneLanding as PlaneLandingIcon, PlaneTakeoff as LucidePlaneTakeoff, PlaneTakeoff, PlaneTakeoff as PlaneTakeoffIcon, Play as LucidePlay, Play, Play as PlayIcon, PlayCircle as LucidePlayCircle, PlayCircle, PlayCircle as PlayCircleIcon, PlaySquare as LucidePlaySquare, PlaySquare, PlaySquare as PlaySquareIcon, Plug as LucidePlug, Plug, Plug as PlugIcon, Plug2 as LucidePlug2, Plug2, Plug2 as Plug2Icon, PlugZap as LucidePlugZap, PlugZap, PlugZap as PlugZapIcon, PlugZap2 as LucidePlugZap2, PlugZap2, PlugZap2 as PlugZap2Icon, Plus as LucidePlus, Plus, Plus as PlusIcon, PlusCircle as LucidePlusCircle, PlusCircle, PlusCircle as PlusCircleIcon, PlusSquare as LucidePlusSquare, PlusSquare, PlusSquare as PlusSquareIcon, Pocket as LucidePocket, Pocket, Pocket as PocketIcon, PocketKnife as LucidePocketKnife, PocketKnife, PocketKnife as PocketKnifeIcon, Podcast as LucidePodcast, Podcast, Podcast as PodcastIcon, Pointer as LucidePointer, Pointer, Pointer as PointerIcon, PointerOff as LucidePointerOff, PointerOff, PointerOff as PointerOffIcon, Popcorn as LucidePopcorn, Popcorn, Popcorn as PopcornIcon, Popsicle as LucidePopsicle, Popsicle, Popsicle as PopsicleIcon, PoundSterling as LucidePoundSterling, PoundSterling, PoundSterling as PoundSterlingIcon, Power as LucidePower, Power, Power as PowerIcon, PowerCircle as LucidePowerCircle, PowerCircle, PowerCircle as PowerCircleIcon, PowerOff as LucidePowerOff, PowerOff, PowerOff as PowerOffIcon, PowerSquare as LucidePowerSquare, PowerSquare, PowerSquare as PowerSquareIcon, Presentation as LucidePresentation, Presentation, Presentation as PresentationIcon, Printer as LucidePrinter, Printer, Printer as PrinterIcon, Projector as LucideProjector, Projector, Projector as ProjectorIcon, Puzzle as LucidePuzzle, Puzzle, Puzzle as PuzzleIcon, Pyramid as LucidePyramid, Pyramid, Pyramid as PyramidIcon, QrCode as LucideQrCode, QrCode, QrCode as QrCodeIcon, Quote as LucideQuote, Quote, Quote as QuoteIcon, Rabbit as LucideRabbit, Rabbit, Rabbit as RabbitIcon, Radar as LucideRadar, Radar, Radar as RadarIcon, Radiation as LucideRadiation, Radiation, Radiation as RadiationIcon, Radio as LucideRadio, Radio, Radio as RadioIcon, RadioReceiver as LucideRadioReceiver, RadioReceiver, RadioReceiver as RadioReceiverIcon, RadioTower as LucideRadioTower, RadioTower, RadioTower as RadioTowerIcon, Radius as LucideRadius, Radius, Radius as RadiusIcon, RailSymbol as LucideRailSymbol, RailSymbol, RailSymbol as RailSymbolIcon, Rainbow as LucideRainbow, Rainbow, Rainbow as RainbowIcon, Rat as LucideRat, Rat, Rat as RatIcon, Ratio as LucideRatio, Ratio, Ratio as RatioIcon, Receipt as LucideReceipt, Receipt, Receipt as ReceiptIcon, RectangleHorizontal as LucideRectangleHorizontal, RectangleHorizontal, RectangleHorizontal as RectangleHorizontalIcon, RectangleVertical as LucideRectangleVertical, RectangleVertical, RectangleVertical as RectangleVerticalIcon, Recycle as LucideRecycle, Recycle, Recycle as RecycleIcon, Redo as LucideRedo, Redo, Redo as RedoIcon, Redo2 as LucideRedo2, Redo2, Redo2 as Redo2Icon, RedoDot as LucideRedoDot, RedoDot, RedoDot as RedoDotIcon, RefreshCcw as LucideRefreshCcw, RefreshCcw, RefreshCcw as RefreshCcwIcon, RefreshCcwDot as LucideRefreshCcwDot, RefreshCcwDot, RefreshCcwDot as RefreshCcwDotIcon, RefreshCw as LucideRefreshCw, RefreshCw, RefreshCw as RefreshCwIcon, RefreshCwOff as LucideRefreshCwOff, RefreshCwOff, RefreshCwOff as RefreshCwOffIcon, Refrigerator as LucideRefrigerator, Refrigerator, Refrigerator as RefrigeratorIcon, Regex as LucideRegex, Regex, Regex as RegexIcon, RemoveFormatting as LucideRemoveFormatting, RemoveFormatting, RemoveFormatting as RemoveFormattingIcon, Repeat as LucideRepeat, Repeat, Repeat as RepeatIcon, Repeat1 as LucideRepeat1, Repeat1, Repeat1 as Repeat1Icon, Repeat2 as LucideRepeat2, Repeat2, Repeat2 as Repeat2Icon, Replace as LucideReplace, Replace, Replace as ReplaceIcon, ReplaceAll as LucideReplaceAll, ReplaceAll, ReplaceAll as ReplaceAllIcon, Reply as LucideReply, Reply, Reply as ReplyIcon, ReplyAll as LucideReplyAll, ReplyAll, ReplyAll as ReplyAllIcon, Rewind as LucideRewind, Rewind, Rewind as RewindIcon, Ribbon as LucideRibbon, Ribbon, Ribbon as RibbonIcon, Rocket as LucideRocket, Rocket, Rocket as RocketIcon, RockingChair as LucideRockingChair, RockingChair, RockingChair as RockingChairIcon, RollerCoaster as LucideRollerCoaster, RollerCoaster, RollerCoaster as RollerCoasterIcon, Rotate3d as LucideRotate3D, Rotate3d as LucideRotate3d, Rotate3d as Rotate3D, Rotate3d as Rotate3DIcon, Rotate3d, Rotate3d as Rotate3dIcon, RotateCcw as LucideRotateCcw, RotateCcw, RotateCcw as RotateCcwIcon, RotateCw as LucideRotateCw, RotateCw, RotateCw as RotateCwIcon, Route as LucideRoute, Route, Route as RouteIcon, RouteOff as LucideRouteOff, RouteOff, RouteOff as RouteOffIcon, Router as LucideRouter, Router, Router as RouterIcon, Rows as LucideRows, Rows, Rows as RowsIcon, Rss as LucideRss, Rss, Rss as RssIcon, Ruler as LucideRuler, Ruler, Ruler as RulerIcon, RussianRuble as LucideRussianRuble, RussianRuble, RussianRuble as RussianRubleIcon, Sailboat as LucideSailboat, Sailboat, Sailboat as SailboatIcon, Salad as LucideSalad, Salad, Salad as SaladIcon, Sandwich as LucideSandwich, Sandwich, Sandwich as SandwichIcon, Satellite as LucideSatellite, Satellite, Satellite as SatelliteIcon, SatelliteDish as LucideSatelliteDish, SatelliteDish, SatelliteDish as SatelliteDishIcon, Save as LucideSave, Save, Save as SaveIcon, SaveAll as LucideSaveAll, SaveAll, SaveAll as SaveAllIcon, Scale as LucideScale, Scale, Scale as ScaleIcon, Scale3d as LucideScale3D, Scale3d as LucideScale3d, Scale3d as Scale3D, Scale3d as Scale3DIcon, Scale3d, Scale3d as Scale3dIcon, Scaling as LucideScaling, Scaling, Scaling as ScalingIcon, Scan as LucideScan, Scan, Scan as ScanIcon, ScanBarcode as LucideScanBarcode, ScanBarcode, ScanBarcode as ScanBarcodeIcon, ScanEye as LucideScanEye, ScanEye, ScanEye as ScanEyeIcon, ScanFace as LucideScanFace, ScanFace, ScanFace as ScanFaceIcon, ScanLine as LucideScanLine, ScanLine, ScanLine as ScanLineIcon, ScanSearch as LucideScanSearch, ScanSearch, ScanSearch as ScanSearchIcon, ScanText as LucideScanText, ScanText, ScanText as ScanTextIcon, ScatterChart as LucideScatterChart, ScatterChart, ScatterChart as ScatterChartIcon, School as LucideSchool, School, School as SchoolIcon, School2 as LucideSchool2, School2, School2 as School2Icon, Scissors as LucideScissors, Scissors, Scissors as ScissorsIcon, ScissorsLineDashed as LucideScissorsLineDashed, ScissorsLineDashed, ScissorsLineDashed as ScissorsLineDashedIcon, ScissorsSquare as LucideScissorsSquare, ScissorsSquare, ScissorsSquare as ScissorsSquareIcon, ScissorsSquareDashedBottom as LucideScissorsSquareDashedBottom, ScissorsSquareDashedBottom, ScissorsSquareDashedBottom as ScissorsSquareDashedBottomIcon, ScreenShare as LucideScreenShare, ScreenShare, ScreenShare as ScreenShareIcon, ScreenShareOff as LucideScreenShareOff, ScreenShareOff, ScreenShareOff as ScreenShareOffIcon, Scroll as LucideScroll, Scroll, Scroll as ScrollIcon, ScrollText as LucideScrollText, ScrollText, ScrollText as ScrollTextIcon, Search as LucideSearch, Search, Search as SearchIcon, SearchCheck as LucideSearchCheck, SearchCheck, SearchCheck as SearchCheckIcon, SearchCode as LucideSearchCode, SearchCode, SearchCode as SearchCodeIcon, SearchSlash as LucideSearchSlash, SearchSlash, SearchSlash as SearchSlashIcon, SearchX as LucideSearchX, SearchX, SearchX as SearchXIcon, Send as LucideSend, Send, Send as SendIcon, SendHorizontal as LucideSendHorizonal, SendHorizontal as LucideSendHorizontal, SendHorizontal as SendHorizonal, SendHorizontal as SendHorizonalIcon, SendHorizontal, SendHorizontal as SendHorizontalIcon, SendToBack as LucideSendToBack, SendToBack, SendToBack as SendToBackIcon, SeparatorHorizontal as LucideSeparatorHorizontal, SeparatorHorizontal, SeparatorHorizontal as SeparatorHorizontalIcon, SeparatorVertical as LucideSeparatorVertical, SeparatorVertical, SeparatorVertical as SeparatorVerticalIcon, Server as LucideServer, Server, Server as ServerIcon, ServerCog as LucideServerCog, ServerCog, ServerCog as ServerCogIcon, ServerCrash as LucideServerCrash, ServerCrash, ServerCrash as ServerCrashIcon, ServerOff as LucideServerOff, ServerOff, ServerOff as ServerOffIcon, Settings as LucideSettings, Settings, Settings as SettingsIcon, Settings2 as LucideSettings2, Settings2, Settings2 as Settings2Icon, Shapes as LucideShapes, Shapes, Shapes as ShapesIcon, Share as LucideShare, Share, Share as ShareIcon, Share2 as LucideShare2, Share2, Share2 as Share2Icon, Sheet as LucideSheet, Sheet, Sheet as SheetIcon, Shell as LucideShell, Shell, Shell as ShellIcon, Shield as LucideShield, Shield, Shield as ShieldIcon, ShieldAlert as LucideShieldAlert, ShieldAlert, ShieldAlert as ShieldAlertIcon, ShieldBan as LucideShieldBan, ShieldBan, ShieldBan as ShieldBanIcon, ShieldCheck as LucideShieldCheck, ShieldCheck, ShieldCheck as ShieldCheckIcon, ShieldX as LucideShieldClose, ShieldX as LucideShieldX, ShieldX as ShieldClose, ShieldX as ShieldCloseIcon, ShieldX, ShieldX as ShieldXIcon, ShieldEllipsis as LucideShieldEllipsis, ShieldEllipsis, ShieldEllipsis as ShieldEllipsisIcon, ShieldHalf as LucideShieldHalf, ShieldHalf, ShieldHalf as ShieldHalfIcon, ShieldMinus as LucideShieldMinus, ShieldMinus, ShieldMinus as ShieldMinusIcon, ShieldOff as LucideShieldOff, ShieldOff, ShieldOff as ShieldOffIcon, ShieldPlus as LucideShieldPlus, ShieldPlus, ShieldPlus as ShieldPlusIcon, ShieldQuestion as LucideShieldQuestion, ShieldQuestion, ShieldQuestion as ShieldQuestionIcon, Ship as LucideShip, Ship, Ship as ShipIcon, ShipWheel as LucideShipWheel, ShipWheel, ShipWheel as ShipWheelIcon, Shirt as LucideShirt, Shirt, Shirt as ShirtIcon, ShoppingBag as LucideShoppingBag, ShoppingBag, ShoppingBag as ShoppingBagIcon, ShoppingBasket as LucideShoppingBasket, ShoppingBasket, ShoppingBasket as ShoppingBasketIcon, ShoppingCart as LucideShoppingCart, ShoppingCart, ShoppingCart as ShoppingCartIcon, Shovel as LucideShovel, Shovel, Shovel as ShovelIcon, ShowerHead as LucideShowerHead, ShowerHead, ShowerHead as ShowerHeadIcon, Shrink as LucideShrink, Shrink, Shrink as ShrinkIcon, Shrub as LucideShrub, Shrub, Shrub as ShrubIcon, Shuffle as LucideShuffle, Shuffle, Shuffle as ShuffleIcon, Sigma as LucideSigma, Sigma, Sigma as SigmaIcon, SigmaSquare as LucideSigmaSquare, SigmaSquare, SigmaSquare as SigmaSquareIcon, Signal as LucideSignal, Signal, Signal as SignalIcon, SignalHigh as LucideSignalHigh, SignalHigh, SignalHigh as SignalHighIcon, SignalLow as LucideSignalLow, SignalLow, SignalLow as SignalLowIcon, SignalMedium as LucideSignalMedium, SignalMedium, SignalMedium as SignalMediumIcon, SignalZero as LucideSignalZero, SignalZero, SignalZero as SignalZeroIcon, Signpost as LucideSignpost, Signpost, Signpost as SignpostIcon, SignpostBig as LucideSignpostBig, SignpostBig, SignpostBig as SignpostBigIcon, Siren as LucideSiren, Siren, Siren as SirenIcon, SkipBack as LucideSkipBack, SkipBack, SkipBack as SkipBackIcon, SkipForward as LucideSkipForward, SkipForward, SkipForward as SkipForwardIcon, Skull as LucideSkull, Skull, Skull as SkullIcon, Slack as LucideSlack, Slack, Slack as SlackIcon, Slash as LucideSlash, Slash, Slash as SlashIcon, Slice as LucideSlice, Slice, Slice as SliceIcon, Sliders as LucideSliders, Sliders, Sliders as SlidersIcon, SlidersHorizontal as LucideSlidersHorizontal, SlidersHorizontal, SlidersHorizontal as SlidersHorizontalIcon, Smartphone as LucideSmartphone, Smartphone, Smartphone as SmartphoneIcon, SmartphoneCharging as LucideSmartphoneCharging, SmartphoneCharging, SmartphoneCharging as SmartphoneChargingIcon, SmartphoneNfc as LucideSmartphoneNfc, SmartphoneNfc, SmartphoneNfc as SmartphoneNfcIcon, Smile as LucideSmile, Smile, Smile as SmileIcon, SmilePlus as LucideSmilePlus, SmilePlus, SmilePlus as SmilePlusIcon, Snail as LucideSnail, Snail, Snail as SnailIcon, Snowflake as LucideSnowflake, Snowflake, Snowflake as SnowflakeIcon, Sofa as LucideSofa, Sofa, Sofa as SofaIcon, Soup as LucideSoup, Soup, Soup as SoupIcon, Space as LucideSpace, Space, Space as SpaceIcon, Spade as LucideSpade, Spade, Spade as SpadeIcon, Sparkle as LucideSparkle, Sparkle, Sparkle as SparkleIcon, Sparkles as LucideSparkles, Sparkles as LucideStars, Sparkles, Sparkles as SparklesIcon, Sparkles as Stars, Sparkles as StarsIcon, Speaker as LucideSpeaker, Speaker, Speaker as SpeakerIcon, Speech as LucideSpeech, Speech, Speech as SpeechIcon, SpellCheck as LucideSpellCheck, SpellCheck, SpellCheck as SpellCheckIcon, SpellCheck2 as LucideSpellCheck2, SpellCheck2, SpellCheck2 as SpellCheck2Icon, Spline as LucideSpline, Spline, Spline as SplineIcon, Split as LucideSplit, Split, Split as SplitIcon, SplitSquareHorizontal as LucideSplitSquareHorizontal, SplitSquareHorizontal, SplitSquareHorizontal as SplitSquareHorizontalIcon, SplitSquareVertical as LucideSplitSquareVertical, SplitSquareVertical, SplitSquareVertical as SplitSquareVerticalIcon, SprayCan as LucideSprayCan, SprayCan, SprayCan as SprayCanIcon, Sprout as LucideSprout, Sprout, Sprout as SproutIcon, Square as LucideSquare, Square, Square as SquareIcon, SquareAsterisk as LucideSquareAsterisk, SquareAsterisk, SquareAsterisk as SquareAsteriskIcon, SquareCode as LucideSquareCode, SquareCode, SquareCode as SquareCodeIcon, SquareDashedBottom as LucideSquareDashedBottom, SquareDashedBottom, SquareDashedBottom as SquareDashedBottomIcon, SquareDashedBottomCode as LucideSquareDashedBottomCode, SquareDashedBottomCode, SquareDashedBottomCode as SquareDashedBottomCodeIcon, SquareDot as LucideSquareDot, SquareDot, SquareDot as SquareDotIcon, SquareEqual as LucideSquareEqual, SquareEqual, SquareEqual as SquareEqualIcon, SquareSlash as LucideSquareSlash, SquareSlash, SquareSlash as SquareSlashIcon, SquareStack as LucideSquareStack, SquareStack, SquareStack as SquareStackIcon, SquareUser as LucideSquareUser, SquareUser as LucideUserSquare, SquareUser, SquareUser as SquareUserIcon, SquareUser as UserSquare, SquareUser as UserSquareIcon, SquareUserRound as LucideSquareUserRound, SquareUserRound as LucideUserSquare2, SquareUserRound, SquareUserRound as SquareUserRoundIcon, SquareUserRound as UserSquare2, SquareUserRound as UserSquare2Icon, Squircle as LucideSquircle, Squircle, Squircle as SquircleIcon, Squirrel as LucideSquirrel, Squirrel, Squirrel as SquirrelIcon, Stamp as LucideStamp, Stamp, Stamp as StampIcon, Star as LucideStar, Star, Star as StarIcon, StarHalf as LucideStarHalf, StarHalf, StarHalf as StarHalfIcon, StarOff as LucideStarOff, StarOff, StarOff as StarOffIcon, StepBack as LucideStepBack, StepBack, StepBack as StepBackIcon, StepForward as LucideStepForward, StepForward, StepForward as StepForwardIcon, Stethoscope as LucideStethoscope, Stethoscope, Stethoscope as StethoscopeIcon, Sticker as LucideSticker, Sticker, Sticker as StickerIcon, StickyNote as LucideStickyNote, StickyNote, StickyNote as StickyNoteIcon, StopCircle as LucideStopCircle, StopCircle, StopCircle as StopCircleIcon, Store as LucideStore, Store, Store as StoreIcon, StretchHorizontal as LucideStretchHorizontal, StretchHorizontal, StretchHorizontal as StretchHorizontalIcon, StretchVertical as LucideStretchVertical, StretchVertical, StretchVertical as StretchVerticalIcon, Strikethrough as LucideStrikethrough, Strikethrough, Strikethrough as StrikethroughIcon, Subscript as LucideSubscript, Subscript, Subscript as SubscriptIcon, Subtitles as LucideSubtitles, Subtitles, Subtitles as SubtitlesIcon, Sun as LucideSun, Sun, Sun as SunIcon, SunDim as LucideSunDim, SunDim, SunDim as SunDimIcon, SunMedium as LucideSunMedium, SunMedium, SunMedium as SunMediumIcon, SunMoon as LucideSunMoon, SunMoon, SunMoon as SunMoonIcon, SunSnow as LucideSunSnow, SunSnow, SunSnow as SunSnowIcon, Sunrise as LucideSunrise, Sunrise, Sunrise as SunriseIcon, Sunset as LucideSunset, Sunset, Sunset as SunsetIcon, Superscript as LucideSuperscript, Superscript, Superscript as SuperscriptIcon, SwissFranc as LucideSwissFranc, SwissFranc, SwissFranc as SwissFrancIcon, SwitchCamera as LucideSwitchCamera, SwitchCamera, SwitchCamera as SwitchCameraIcon, Sword as LucideSword, Sword, Sword as SwordIcon, Swords as LucideSwords, Swords, Swords as SwordsIcon, Syringe as LucideSyringe, Syringe, Syringe as SyringeIcon, Table as LucideTable, Table, Table as TableIcon, Table2 as LucideTable2, Table2, Table2 as Table2Icon, TableProperties as LucideTableProperties, TableProperties, TableProperties as TablePropertiesIcon, Tablet as LucideTablet, Tablet, Tablet as TabletIcon, TabletSmartphone as LucideTabletSmartphone, TabletSmartphone, TabletSmartphone as TabletSmartphoneIcon, Tablets as LucideTablets, Tablets, Tablets as TabletsIcon, Tag as LucideTag, Tag, Tag as TagIcon, Tags as LucideTags, Tags, Tags as TagsIcon, Tally1 as LucideTally1, Tally1, Tally1 as Tally1Icon, Tally2 as LucideTally2, Tally2, Tally2 as Tally2Icon, Tally3 as LucideTally3, Tally3, Tally3 as Tally3Icon, Tally4 as LucideTally4, Tally4, Tally4 as Tally4Icon, Tally5 as LucideTally5, Tally5, Tally5 as Tally5Icon, Tangent as LucideTangent, Tangent, Tangent as TangentIcon, Target as LucideTarget, Target, Target as TargetIcon, Tent as LucideTent, Tent, Tent as TentIcon, TentTree as LucideTentTree, TentTree, TentTree as TentTreeIcon, Terminal as LucideTerminal, Terminal, Terminal as TerminalIcon, TerminalSquare as LucideTerminalSquare, TerminalSquare, TerminalSquare as TerminalSquareIcon, TestTube as LucideTestTube, TestTube, TestTube as TestTubeIcon, TestTube2 as LucideTestTube2, TestTube2, TestTube2 as TestTube2Icon, TestTubes as LucideTestTubes, TestTubes, TestTubes as TestTubesIcon, Text as LucideText, Text, Text as TextIcon, TextCursor as LucideTextCursor, TextCursor, TextCursor as TextCursorIcon, TextCursorInput as LucideTextCursorInput, TextCursorInput, TextCursorInput as TextCursorInputIcon, TextQuote as LucideTextQuote, TextQuote, TextQuote as TextQuoteIcon, TextSelect as LucideTextSelect, TextSelect as LucideTextSelection, TextSelect, TextSelect as TextSelectIcon, TextSelect as TextSelection, TextSelect as TextSelectionIcon, Theater as LucideTheater, Theater, Theater as TheaterIcon, Thermometer as LucideThermometer, Thermometer, Thermometer as ThermometerIcon, ThermometerSnowflake as LucideThermometerSnowflake, ThermometerSnowflake, ThermometerSnowflake as ThermometerSnowflakeIcon, ThermometerSun as LucideThermometerSun, ThermometerSun, ThermometerSun as ThermometerSunIcon, ThumbsDown as LucideThumbsDown, ThumbsDown, ThumbsDown as ThumbsDownIcon, ThumbsUp as LucideThumbsUp, ThumbsUp, ThumbsUp as ThumbsUpIcon, Ticket as LucideTicket, Ticket, Ticket as TicketIcon, Timer as LucideTimer, Timer, Timer as TimerIcon, TimerOff as LucideTimerOff, TimerOff, TimerOff as TimerOffIcon, TimerReset as LucideTimerReset, TimerReset, TimerReset as TimerResetIcon, ToggleLeft as LucideToggleLeft, ToggleLeft, ToggleLeft as ToggleLeftIcon, ToggleRight as LucideToggleRight, ToggleRight, ToggleRight as ToggleRightIcon, Tornado as LucideTornado, Tornado, Tornado as TornadoIcon, Torus as LucideTorus, Torus, Torus as TorusIcon, Touchpad as LucideTouchpad, Touchpad, Touchpad as TouchpadIcon, TouchpadOff as LucideTouchpadOff, TouchpadOff, TouchpadOff as TouchpadOffIcon, TowerControl as LucideTowerControl, TowerControl, TowerControl as TowerControlIcon, ToyBrick as LucideToyBrick, ToyBrick, ToyBrick as ToyBrickIcon, Tractor as LucideTractor, Tractor, Tractor as TractorIcon, TrafficCone as LucideTrafficCone, TrafficCone, TrafficCone as TrafficConeIcon, TramFront as LucideTrain, TramFront as LucideTramFront, TramFront as Train, TramFront as TrainIcon, TramFront, TramFront as TramFrontIcon, TrainFront as LucideTrainFront, TrainFront, TrainFront as TrainFrontIcon, TrainFrontTunnel as LucideTrainFrontTunnel, TrainFrontTunnel, TrainFrontTunnel as TrainFrontTunnelIcon, TrainTrack as LucideTrainTrack, TrainTrack, TrainTrack as TrainTrackIcon, Trash as LucideTrash, Trash, Trash as TrashIcon, Trash2 as LucideTrash2, Trash2, Trash2 as Trash2Icon, TreeDeciduous as LucideTreeDeciduous, TreeDeciduous, TreeDeciduous as TreeDeciduousIcon, TreePine as LucideTreePine, TreePine, TreePine as TreePineIcon, Trees as LucideTrees, Trees, Trees as TreesIcon, Trello as LucideTrello, Trello, Trello as TrelloIcon, TrendingDown as LucideTrendingDown, TrendingDown, TrendingDown as TrendingDownIcon, TrendingUp as LucideTrendingUp, TrendingUp, TrendingUp as TrendingUpIcon, Triangle as LucideTriangle, Triangle, Triangle as TriangleIcon, TriangleRight as LucideTriangleRight, TriangleRight, TriangleRight as TriangleRightIcon, Trophy as LucideTrophy, Trophy, Trophy as TrophyIcon, Truck as LucideTruck, Truck, Truck as TruckIcon, Turtle as LucideTurtle, Turtle, Turtle as TurtleIcon, Tv as LucideTv, Tv, Tv as TvIcon, Tv2 as LucideTv2, Tv2, Tv2 as Tv2Icon, Twitch as LucideTwitch, Twitch, Twitch as TwitchIcon, Twitter as LucideTwitter, Twitter, Twitter as TwitterIcon, Type as LucideType, Type, Type as TypeIcon, Umbrella as LucideUmbrella, Umbrella, Umbrella as UmbrellaIcon, UmbrellaOff as LucideUmbrellaOff, UmbrellaOff, UmbrellaOff as UmbrellaOffIcon, Underline as LucideUnderline, Underline, Underline as UnderlineIcon, Undo as LucideUndo, Undo, Undo as UndoIcon, Undo2 as LucideUndo2, Undo2, Undo2 as Undo2Icon, UndoDot as LucideUndoDot, UndoDot, UndoDot as UndoDotIcon, UnfoldHorizontal as LucideUnfoldHorizontal, UnfoldHorizontal, UnfoldHorizontal as UnfoldHorizontalIcon, UnfoldVertical as LucideUnfoldVertical, UnfoldVertical, UnfoldVertical as UnfoldVerticalIcon, Ungroup as LucideUngroup, Ungroup, Ungroup as UngroupIcon, Unlink as LucideUnlink, Unlink, Unlink as UnlinkIcon, Unlink2 as LucideUnlink2, Unlink2, Unlink2 as Unlink2Icon, Unlock as LucideUnlock, Unlock, Unlock as UnlockIcon, UnlockKeyhole as LucideUnlockKeyhole, UnlockKeyhole, UnlockKeyhole as UnlockKeyholeIcon, Unplug as LucideUnplug, Unplug, Unplug as UnplugIcon, Upload as LucideUpload, Upload, Upload as UploadIcon, UploadCloud as LucideUploadCloud, UploadCloud, UploadCloud as UploadCloudIcon, Usb as LucideUsb, Usb, Usb as UsbIcon, User as LucideUser, User, User as UserIcon, UserRound as LucideUser2, UserRound as LucideUserRound, UserRound as User2, UserRound as User2Icon, UserRound, UserRound as UserRoundIcon, UserCheck as LucideUserCheck, UserCheck, UserCheck as UserCheckIcon, UserRoundCheck as LucideUserCheck2, UserRoundCheck as LucideUserRoundCheck, UserRoundCheck as UserCheck2, UserRoundCheck as UserCheck2Icon, UserRoundCheck, UserRoundCheck as UserRoundCheckIcon, UserCog as LucideUserCog, UserCog, UserCog as UserCogIcon, UserRoundCog as LucideUserCog2, UserRoundCog as LucideUserRoundCog, UserRoundCog as UserCog2, UserRoundCog as UserCog2Icon, UserRoundCog, UserRoundCog as UserRoundCogIcon, UserMinus as LucideUserMinus, UserMinus, UserMinus as UserMinusIcon, UserRoundMinus as LucideUserMinus2, UserRoundMinus as LucideUserRoundMinus, UserRoundMinus as UserMinus2, UserRoundMinus as UserMinus2Icon, UserRoundMinus, UserRoundMinus as UserRoundMinusIcon, UserPlus as LucideUserPlus, UserPlus, UserPlus as UserPlusIcon, UserRoundPlus as LucideUserPlus2, UserRoundPlus as LucideUserRoundPlus, UserRoundPlus as UserPlus2, UserRoundPlus as UserPlus2Icon, UserRoundPlus, UserRoundPlus as UserRoundPlusIcon, UserRoundSearch as LucideUserRoundSearch, UserRoundSearch, UserRoundSearch as UserRoundSearchIcon, UserRoundX as LucideUserRoundX, UserRoundX as LucideUserX2, UserRoundX, UserRoundX as UserRoundXIcon, UserRoundX as UserX2, UserRoundX as UserX2Icon, UserSearch as LucideUserSearch, UserSearch, UserSearch as UserSearchIcon, UserX as LucideUserX, UserX, UserX as UserXIcon, Users as LucideUsers, Users, Users as UsersIcon, UsersRound as LucideUsers2, UsersRound as LucideUsersRound, UsersRound as Users2, UsersRound as Users2Icon, UsersRound, UsersRound as UsersRoundIcon, Utensils as LucideUtensils, Utensils, Utensils as UtensilsIcon, UtensilsCrossed as LucideUtensilsCrossed, UtensilsCrossed, UtensilsCrossed as UtensilsCrossedIcon, UtilityPole as LucideUtilityPole, UtilityPole, UtilityPole as UtilityPoleIcon, Variable as LucideVariable, Variable, Variable as VariableIcon, Vegan as LucideVegan, Vegan, Vegan as VeganIcon, VenetianMask as LucideVenetianMask, VenetianMask, VenetianMask as VenetianMaskIcon, Vibrate as LucideVibrate, Vibrate, Vibrate as VibrateIcon, VibrateOff as LucideVibrateOff, VibrateOff, VibrateOff as VibrateOffIcon, Video as LucideVideo, Video, Video as VideoIcon, VideoOff as LucideVideoOff, VideoOff, VideoOff as VideoOffIcon, Videotape as LucideVideotape, Videotape, Videotape as VideotapeIcon, View as LucideView, View, View as ViewIcon, Voicemail as LucideVoicemail, Voicemail, Voicemail as VoicemailIcon, Volume as LucideVolume, Volume, Volume as VolumeIcon, Volume1 as LucideVolume1, Volume1, Volume1 as Volume1Icon, Volume2 as LucideVolume2, Volume2, Volume2 as Volume2Icon, VolumeX as LucideVolumeX, VolumeX, VolumeX as VolumeXIcon, Vote as LucideVote, Vote, Vote as VoteIcon, Wallet as LucideWallet, Wallet, Wallet as WalletIcon, Wallet2 as LucideWallet2, Wallet2, Wallet2 as Wallet2Icon, WalletCards as LucideWalletCards, WalletCards, WalletCards as WalletCardsIcon, Wallpaper as LucideWallpaper, Wallpaper, Wallpaper as WallpaperIcon, Wand as LucideWand, Wand, Wand as WandIcon, Wand2 as LucideWand2, Wand2, Wand2 as Wand2Icon, Warehouse as LucideWarehouse, Warehouse, Warehouse as WarehouseIcon, Watch as LucideWatch, Watch, Watch as WatchIcon, Waves as LucideWaves, Waves, Waves as WavesIcon, Waypoints as LucideWaypoints, Waypoints, Waypoints as WaypointsIcon, Webcam as LucideWebcam, Webcam, Webcam as WebcamIcon, Webhook as LucideWebhook, Webhook, Webhook as WebhookIcon, Weight as LucideWeight, Weight, Weight as WeightIcon, Wheat as LucideWheat, Wheat, Wheat as WheatIcon, WheatOff as LucideWheatOff, WheatOff, WheatOff as WheatOffIcon, WholeWord as LucideWholeWord, WholeWord, WholeWord as WholeWordIcon, Wifi as LucideWifi, Wifi, Wifi as WifiIcon, WifiOff as LucideWifiOff, WifiOff, WifiOff as WifiOffIcon, Wind as LucideWind, Wind, Wind as WindIcon, Wine as LucideWine, Wine, Wine as WineIcon, WineOff as LucideWineOff, WineOff, WineOff as WineOffIcon, Workflow as LucideWorkflow, Workflow, Workflow as WorkflowIcon, WrapText as LucideWrapText, WrapText, WrapText as WrapTextIcon, Wrench as LucideWrench, Wrench, Wrench as WrenchIcon, X as LucideX, X, X as XIcon, XCircle as LucideXCircle, XCircle, XCircle as XCircleIcon, XOctagon as LucideXOctagon, XOctagon, XOctagon as XOctagonIcon, XSquare as LucideXSquare, XSquare, XSquare as XSquareIcon, Youtube as LucideYoutube, Youtube, Youtube as YoutubeIcon, Zap as LucideZap, Zap, Zap as ZapIcon, ZapOff as LucideZapOff, ZapOff, ZapOff as ZapOffIcon, ZoomIn as LucideZoomIn, ZoomIn, ZoomIn as ZoomInIcon, ZoomOut as LucideZoomOut, ZoomOut, ZoomOut as ZoomOutIcon, createLucideIcon, icons_exports as icons };
|