Theme Assets
This commit is contained in:
22
assets/vendor/lucide/esm/icons/a-arrow-down.js
vendored
Normal file
22
assets/vendor/lucide/esm/icons/a-arrow-down.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AArrowDown = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M3.5 13h6" }],
|
||||
["path", { d: "m2 16 4.5-9 4.5 9" }],
|
||||
["path", { d: "M18 7v9" }],
|
||||
["path", { d: "m14 12 4 4 4-4" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AArrowDown as default };
|
||||
//# sourceMappingURL=a-arrow-down.js.map
|
||||
22
assets/vendor/lucide/esm/icons/a-arrow-up.js
vendored
Normal file
22
assets/vendor/lucide/esm/icons/a-arrow-up.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AArrowUp = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M3.5 13h6" }],
|
||||
["path", { d: "m2 16 4.5-9 4.5 9" }],
|
||||
["path", { d: "M18 16V7" }],
|
||||
["path", { d: "m14 11 4-4 4 4" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AArrowUp as default };
|
||||
//# sourceMappingURL=a-arrow-up.js.map
|
||||
22
assets/vendor/lucide/esm/icons/a-large-small.js
vendored
Normal file
22
assets/vendor/lucide/esm/icons/a-large-small.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ALargeSmall = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M21 14h-5" }],
|
||||
["path", { d: "M16 16v-3.5a2.5 2.5 0 0 1 5 0V16" }],
|
||||
["path", { d: "M4.5 13h6" }],
|
||||
["path", { d: "m3 16 4.5-9 4.5 9" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ALargeSmall as default };
|
||||
//# sourceMappingURL=a-large-small.js.map
|
||||
23
assets/vendor/lucide/esm/icons/accessibility.js
vendored
Normal file
23
assets/vendor/lucide/esm/icons/accessibility.js
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const Accessibility = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["circle", { cx: "16", cy: "4", r: "1" }],
|
||||
["path", { d: "m18 19 1-7-6 1" }],
|
||||
["path", { d: "m5 8 3-3 5.5 3-2.36 3.5" }],
|
||||
["path", { d: "M4.24 14.5a5 5 0 0 0 6.88 6" }],
|
||||
["path", { d: "M13.76 17.5a5 5 0 0 0-6.88-6" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { Accessibility as default };
|
||||
//# sourceMappingURL=accessibility.js.map
|
||||
24
assets/vendor/lucide/esm/icons/activity.js
vendored
Normal file
24
assets/vendor/lucide/esm/icons/activity.js
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const Activity = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2"
|
||||
}
|
||||
]
|
||||
]
|
||||
];
|
||||
|
||||
export { Activity as default };
|
||||
//# sourceMappingURL=activity.js.map
|
||||
22
assets/vendor/lucide/esm/icons/air-vent.js
vendored
Normal file
22
assets/vendor/lucide/esm/icons/air-vent.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AirVent = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M6 12H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2" }],
|
||||
["path", { d: "M6 8h12" }],
|
||||
["path", { d: "M18.3 17.7a2.5 2.5 0 0 1-3.16 3.83 2.53 2.53 0 0 1-1.14-2V12" }],
|
||||
["path", { d: "M6.6 15.6A2 2 0 1 0 10 17v-5" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AirVent as default };
|
||||
//# sourceMappingURL=air-vent.js.map
|
||||
20
assets/vendor/lucide/esm/icons/airplay.js
vendored
Normal file
20
assets/vendor/lucide/esm/icons/airplay.js
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const Airplay = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1" }],
|
||||
["path", { d: "m12 15 5 6H7Z" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { Airplay as default };
|
||||
//# sourceMappingURL=airplay.js.map
|
||||
24
assets/vendor/lucide/esm/icons/alarm-clock-check.js
vendored
Normal file
24
assets/vendor/lucide/esm/icons/alarm-clock-check.js
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlarmClockCheck = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["circle", { cx: "12", cy: "13", r: "8" }],
|
||||
["path", { d: "M5 3 2 6" }],
|
||||
["path", { d: "m22 6-3-3" }],
|
||||
["path", { d: "M6.38 18.7 4 21" }],
|
||||
["path", { d: "M17.64 18.67 20 21" }],
|
||||
["path", { d: "m9 13 2 2 4-4" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlarmClockCheck as default };
|
||||
//# sourceMappingURL=alarm-clock-check.js.map
|
||||
24
assets/vendor/lucide/esm/icons/alarm-clock-minus.js
vendored
Normal file
24
assets/vendor/lucide/esm/icons/alarm-clock-minus.js
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlarmClockMinus = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["circle", { cx: "12", cy: "13", r: "8" }],
|
||||
["path", { d: "M5 3 2 6" }],
|
||||
["path", { d: "m22 6-3-3" }],
|
||||
["path", { d: "M6.38 18.7 4 21" }],
|
||||
["path", { d: "M17.64 18.67 20 21" }],
|
||||
["path", { d: "M9 13h6" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlarmClockMinus as default };
|
||||
//# sourceMappingURL=alarm-clock-minus.js.map
|
||||
24
assets/vendor/lucide/esm/icons/alarm-clock-off.js
vendored
Normal file
24
assets/vendor/lucide/esm/icons/alarm-clock-off.js
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlarmClockOff = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M6.87 6.87a8 8 0 1 0 11.26 11.26" }],
|
||||
["path", { d: "M19.9 14.25a8 8 0 0 0-9.15-9.15" }],
|
||||
["path", { d: "m22 6-3-3" }],
|
||||
["path", { d: "M6.26 18.67 4 21" }],
|
||||
["path", { d: "m2 2 20 20" }],
|
||||
["path", { d: "M4 4 2 6" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlarmClockOff as default };
|
||||
//# sourceMappingURL=alarm-clock-off.js.map
|
||||
25
assets/vendor/lucide/esm/icons/alarm-clock-plus.js
vendored
Normal file
25
assets/vendor/lucide/esm/icons/alarm-clock-plus.js
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlarmClockPlus = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["circle", { cx: "12", cy: "13", r: "8" }],
|
||||
["path", { d: "M5 3 2 6" }],
|
||||
["path", { d: "m22 6-3-3" }],
|
||||
["path", { d: "M6.38 18.7 4 21" }],
|
||||
["path", { d: "M17.64 18.67 20 21" }],
|
||||
["path", { d: "M12 10v6" }],
|
||||
["path", { d: "M9 13h6" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlarmClockPlus as default };
|
||||
//# sourceMappingURL=alarm-clock-plus.js.map
|
||||
24
assets/vendor/lucide/esm/icons/alarm-clock.js
vendored
Normal file
24
assets/vendor/lucide/esm/icons/alarm-clock.js
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlarmClock = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["circle", { cx: "12", cy: "13", r: "8" }],
|
||||
["path", { d: "M12 9v4l2 2" }],
|
||||
["path", { d: "M5 3 2 6" }],
|
||||
["path", { d: "m22 6-3-3" }],
|
||||
["path", { d: "M6.38 18.7 4 21" }],
|
||||
["path", { d: "M17.64 18.67 20 21" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlarmClock as default };
|
||||
//# sourceMappingURL=alarm-clock.js.map
|
||||
23
assets/vendor/lucide/esm/icons/alarm-smoke.js
vendored
Normal file
23
assets/vendor/lucide/esm/icons/alarm-smoke.js
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlarmSmoke = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M11 21c0-2.5 2-2.5 2-5" }],
|
||||
["path", { d: "M16 21c0-2.5 2-2.5 2-5" }],
|
||||
["path", { d: "m19 8-.8 3a1.25 1.25 0 0 1-1.2 1H7a1.25 1.25 0 0 1-1.2-1L5 8" }],
|
||||
["path", { d: "M21 3a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a1 1 0 0 1 1-1z" }],
|
||||
["path", { d: "M6 21c0-2.5 2-2.5 2-5" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlarmSmoke as default };
|
||||
//# sourceMappingURL=alarm-smoke.js.map
|
||||
20
assets/vendor/lucide/esm/icons/album.js
vendored
Normal file
20
assets/vendor/lucide/esm/icons/album.js
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const Album = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }],
|
||||
["polyline", { points: "11 3 11 11 14 8 17 11 17 3" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { Album as default };
|
||||
//# sourceMappingURL=album.js.map
|
||||
23
assets/vendor/lucide/esm/icons/align-center-horizontal.js
vendored
Normal file
23
assets/vendor/lucide/esm/icons/align-center-horizontal.js
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlignCenterHorizontal = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M2 12h20" }],
|
||||
["path", { d: "M10 16v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-4" }],
|
||||
["path", { d: "M10 8V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4" }],
|
||||
["path", { d: "M20 16v1a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-1" }],
|
||||
["path", { d: "M14 8V7c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v1" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlignCenterHorizontal as default };
|
||||
//# sourceMappingURL=align-center-horizontal.js.map
|
||||
23
assets/vendor/lucide/esm/icons/align-center-vertical.js
vendored
Normal file
23
assets/vendor/lucide/esm/icons/align-center-vertical.js
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlignCenterVertical = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M12 2v20" }],
|
||||
["path", { d: "M8 10H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h4" }],
|
||||
["path", { d: "M16 10h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4" }],
|
||||
["path", { d: "M8 20H7a2 2 0 0 1-2-2v-2c0-1.1.9-2 2-2h1" }],
|
||||
["path", { d: "M16 14h1a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-1" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlignCenterVertical as default };
|
||||
//# sourceMappingURL=align-center-vertical.js.map
|
||||
21
assets/vendor/lucide/esm/icons/align-center.js
vendored
Normal file
21
assets/vendor/lucide/esm/icons/align-center.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlignCenter = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["line", { x1: "21", x2: "3", y1: "6", y2: "6" }],
|
||||
["line", { x1: "17", x2: "7", y1: "12", y2: "12" }],
|
||||
["line", { x1: "19", x2: "5", y1: "18", y2: "18" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlignCenter as default };
|
||||
//# sourceMappingURL=align-center.js.map
|
||||
21
assets/vendor/lucide/esm/icons/align-end-horizontal.js
vendored
Normal file
21
assets/vendor/lucide/esm/icons/align-end-horizontal.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlignEndHorizontal = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["rect", { width: "6", height: "16", x: "4", y: "2", rx: "2" }],
|
||||
["rect", { width: "6", height: "9", x: "14", y: "9", rx: "2" }],
|
||||
["path", { d: "M22 22H2" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlignEndHorizontal as default };
|
||||
//# sourceMappingURL=align-end-horizontal.js.map
|
||||
21
assets/vendor/lucide/esm/icons/align-end-vertical.js
vendored
Normal file
21
assets/vendor/lucide/esm/icons/align-end-vertical.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlignEndVertical = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["rect", { width: "16", height: "6", x: "2", y: "4", rx: "2" }],
|
||||
["rect", { width: "9", height: "6", x: "9", y: "14", rx: "2" }],
|
||||
["path", { d: "M22 22V2" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlignEndVertical as default };
|
||||
//# sourceMappingURL=align-end-vertical.js.map
|
||||
24
assets/vendor/lucide/esm/icons/align-horizontal-distribute-center.js
vendored
Normal file
24
assets/vendor/lucide/esm/icons/align-horizontal-distribute-center.js
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlignHorizontalDistributeCenter = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["rect", { width: "6", height: "14", x: "4", y: "5", rx: "2" }],
|
||||
["rect", { width: "6", height: "10", x: "14", y: "7", rx: "2" }],
|
||||
["path", { d: "M17 22v-5" }],
|
||||
["path", { d: "M17 7V2" }],
|
||||
["path", { d: "M7 22v-3" }],
|
||||
["path", { d: "M7 5V2" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlignHorizontalDistributeCenter as default };
|
||||
//# sourceMappingURL=align-horizontal-distribute-center.js.map
|
||||
22
assets/vendor/lucide/esm/icons/align-horizontal-distribute-end.js
vendored
Normal file
22
assets/vendor/lucide/esm/icons/align-horizontal-distribute-end.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlignHorizontalDistributeEnd = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["rect", { width: "6", height: "14", x: "4", y: "5", rx: "2" }],
|
||||
["rect", { width: "6", height: "10", x: "14", y: "7", rx: "2" }],
|
||||
["path", { d: "M10 2v20" }],
|
||||
["path", { d: "M20 2v20" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlignHorizontalDistributeEnd as default };
|
||||
//# sourceMappingURL=align-horizontal-distribute-end.js.map
|
||||
22
assets/vendor/lucide/esm/icons/align-horizontal-distribute-start.js
vendored
Normal file
22
assets/vendor/lucide/esm/icons/align-horizontal-distribute-start.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlignHorizontalDistributeStart = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["rect", { width: "6", height: "14", x: "4", y: "5", rx: "2" }],
|
||||
["rect", { width: "6", height: "10", x: "14", y: "7", rx: "2" }],
|
||||
["path", { d: "M4 2v20" }],
|
||||
["path", { d: "M14 2v20" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlignHorizontalDistributeStart as default };
|
||||
//# sourceMappingURL=align-horizontal-distribute-start.js.map
|
||||
21
assets/vendor/lucide/esm/icons/align-horizontal-justify-center.js
vendored
Normal file
21
assets/vendor/lucide/esm/icons/align-horizontal-justify-center.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlignHorizontalJustifyCenter = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["rect", { width: "6", height: "14", x: "2", y: "5", rx: "2" }],
|
||||
["rect", { width: "6", height: "10", x: "16", y: "7", rx: "2" }],
|
||||
["path", { d: "M12 2v20" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlignHorizontalJustifyCenter as default };
|
||||
//# sourceMappingURL=align-horizontal-justify-center.js.map
|
||||
21
assets/vendor/lucide/esm/icons/align-horizontal-justify-end.js
vendored
Normal file
21
assets/vendor/lucide/esm/icons/align-horizontal-justify-end.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlignHorizontalJustifyEnd = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["rect", { width: "6", height: "14", x: "2", y: "5", rx: "2" }],
|
||||
["rect", { width: "6", height: "10", x: "12", y: "7", rx: "2" }],
|
||||
["path", { d: "M22 2v20" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlignHorizontalJustifyEnd as default };
|
||||
//# sourceMappingURL=align-horizontal-justify-end.js.map
|
||||
21
assets/vendor/lucide/esm/icons/align-horizontal-justify-start.js
vendored
Normal file
21
assets/vendor/lucide/esm/icons/align-horizontal-justify-start.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlignHorizontalJustifyStart = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["rect", { width: "6", height: "14", x: "6", y: "5", rx: "2" }],
|
||||
["rect", { width: "6", height: "10", x: "16", y: "7", rx: "2" }],
|
||||
["path", { d: "M2 2v20" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlignHorizontalJustifyStart as default };
|
||||
//# sourceMappingURL=align-horizontal-justify-start.js.map
|
||||
21
assets/vendor/lucide/esm/icons/align-horizontal-space-around.js
vendored
Normal file
21
assets/vendor/lucide/esm/icons/align-horizontal-space-around.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlignHorizontalSpaceAround = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["rect", { width: "6", height: "10", x: "9", y: "7", rx: "2" }],
|
||||
["path", { d: "M4 22V2" }],
|
||||
["path", { d: "M20 22V2" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlignHorizontalSpaceAround as default };
|
||||
//# sourceMappingURL=align-horizontal-space-around.js.map
|
||||
22
assets/vendor/lucide/esm/icons/align-horizontal-space-between.js
vendored
Normal file
22
assets/vendor/lucide/esm/icons/align-horizontal-space-between.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlignHorizontalSpaceBetween = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["rect", { width: "6", height: "14", x: "3", y: "5", rx: "2" }],
|
||||
["rect", { width: "6", height: "10", x: "15", y: "7", rx: "2" }],
|
||||
["path", { d: "M3 2v20" }],
|
||||
["path", { d: "M21 2v20" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlignHorizontalSpaceBetween as default };
|
||||
//# sourceMappingURL=align-horizontal-space-between.js.map
|
||||
21
assets/vendor/lucide/esm/icons/align-justify.js
vendored
Normal file
21
assets/vendor/lucide/esm/icons/align-justify.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlignJustify = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["line", { x1: "3", x2: "21", y1: "6", y2: "6" }],
|
||||
["line", { x1: "3", x2: "21", y1: "12", y2: "12" }],
|
||||
["line", { x1: "3", x2: "21", y1: "18", y2: "18" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlignJustify as default };
|
||||
//# sourceMappingURL=align-justify.js.map
|
||||
21
assets/vendor/lucide/esm/icons/align-left.js
vendored
Normal file
21
assets/vendor/lucide/esm/icons/align-left.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlignLeft = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["line", { x1: "21", x2: "3", y1: "6", y2: "6" }],
|
||||
["line", { x1: "15", x2: "3", y1: "12", y2: "12" }],
|
||||
["line", { x1: "17", x2: "3", y1: "18", y2: "18" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlignLeft as default };
|
||||
//# sourceMappingURL=align-left.js.map
|
||||
21
assets/vendor/lucide/esm/icons/align-right.js
vendored
Normal file
21
assets/vendor/lucide/esm/icons/align-right.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlignRight = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["line", { x1: "21", x2: "3", y1: "6", y2: "6" }],
|
||||
["line", { x1: "21", x2: "9", y1: "12", y2: "12" }],
|
||||
["line", { x1: "21", x2: "7", y1: "18", y2: "18" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlignRight as default };
|
||||
//# sourceMappingURL=align-right.js.map
|
||||
21
assets/vendor/lucide/esm/icons/align-start-horizontal.js
vendored
Normal file
21
assets/vendor/lucide/esm/icons/align-start-horizontal.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlignStartHorizontal = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["rect", { width: "6", height: "16", x: "4", y: "6", rx: "2" }],
|
||||
["rect", { width: "6", height: "9", x: "14", y: "6", rx: "2" }],
|
||||
["path", { d: "M22 2H2" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlignStartHorizontal as default };
|
||||
//# sourceMappingURL=align-start-horizontal.js.map
|
||||
21
assets/vendor/lucide/esm/icons/align-start-vertical.js
vendored
Normal file
21
assets/vendor/lucide/esm/icons/align-start-vertical.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlignStartVertical = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["rect", { width: "9", height: "6", x: "6", y: "14", rx: "2" }],
|
||||
["rect", { width: "16", height: "6", x: "6", y: "4", rx: "2" }],
|
||||
["path", { d: "M2 2v20" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlignStartVertical as default };
|
||||
//# sourceMappingURL=align-start-vertical.js.map
|
||||
24
assets/vendor/lucide/esm/icons/align-vertical-distribute-center.js
vendored
Normal file
24
assets/vendor/lucide/esm/icons/align-vertical-distribute-center.js
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlignVerticalDistributeCenter = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M22 17h-3" }],
|
||||
["path", { d: "M22 7h-5" }],
|
||||
["path", { d: "M5 17H2" }],
|
||||
["path", { d: "M7 7H2" }],
|
||||
["rect", { x: "5", y: "14", width: "14", height: "6", rx: "2" }],
|
||||
["rect", { x: "7", y: "4", width: "10", height: "6", rx: "2" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlignVerticalDistributeCenter as default };
|
||||
//# sourceMappingURL=align-vertical-distribute-center.js.map
|
||||
22
assets/vendor/lucide/esm/icons/align-vertical-distribute-end.js
vendored
Normal file
22
assets/vendor/lucide/esm/icons/align-vertical-distribute-end.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlignVerticalDistributeEnd = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["rect", { width: "14", height: "6", x: "5", y: "14", rx: "2" }],
|
||||
["rect", { width: "10", height: "6", x: "7", y: "4", rx: "2" }],
|
||||
["path", { d: "M2 20h20" }],
|
||||
["path", { d: "M2 10h20" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlignVerticalDistributeEnd as default };
|
||||
//# sourceMappingURL=align-vertical-distribute-end.js.map
|
||||
22
assets/vendor/lucide/esm/icons/align-vertical-distribute-start.js
vendored
Normal file
22
assets/vendor/lucide/esm/icons/align-vertical-distribute-start.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlignVerticalDistributeStart = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["rect", { width: "14", height: "6", x: "5", y: "14", rx: "2" }],
|
||||
["rect", { width: "10", height: "6", x: "7", y: "4", rx: "2" }],
|
||||
["path", { d: "M2 14h20" }],
|
||||
["path", { d: "M2 4h20" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlignVerticalDistributeStart as default };
|
||||
//# sourceMappingURL=align-vertical-distribute-start.js.map
|
||||
21
assets/vendor/lucide/esm/icons/align-vertical-justify-center.js
vendored
Normal file
21
assets/vendor/lucide/esm/icons/align-vertical-justify-center.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlignVerticalJustifyCenter = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["rect", { width: "14", height: "6", x: "5", y: "16", rx: "2" }],
|
||||
["rect", { width: "10", height: "6", x: "7", y: "2", rx: "2" }],
|
||||
["path", { d: "M2 12h20" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlignVerticalJustifyCenter as default };
|
||||
//# sourceMappingURL=align-vertical-justify-center.js.map
|
||||
21
assets/vendor/lucide/esm/icons/align-vertical-justify-end.js
vendored
Normal file
21
assets/vendor/lucide/esm/icons/align-vertical-justify-end.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlignVerticalJustifyEnd = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["rect", { width: "14", height: "6", x: "5", y: "12", rx: "2" }],
|
||||
["rect", { width: "10", height: "6", x: "7", y: "2", rx: "2" }],
|
||||
["path", { d: "M2 22h20" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlignVerticalJustifyEnd as default };
|
||||
//# sourceMappingURL=align-vertical-justify-end.js.map
|
||||
21
assets/vendor/lucide/esm/icons/align-vertical-justify-start.js
vendored
Normal file
21
assets/vendor/lucide/esm/icons/align-vertical-justify-start.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlignVerticalJustifyStart = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["rect", { width: "14", height: "6", x: "5", y: "16", rx: "2" }],
|
||||
["rect", { width: "10", height: "6", x: "7", y: "6", rx: "2" }],
|
||||
["path", { d: "M2 2h20" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlignVerticalJustifyStart as default };
|
||||
//# sourceMappingURL=align-vertical-justify-start.js.map
|
||||
21
assets/vendor/lucide/esm/icons/align-vertical-space-around.js
vendored
Normal file
21
assets/vendor/lucide/esm/icons/align-vertical-space-around.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlignVerticalSpaceAround = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["rect", { width: "10", height: "6", x: "7", y: "9", rx: "2" }],
|
||||
["path", { d: "M22 20H2" }],
|
||||
["path", { d: "M22 4H2" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlignVerticalSpaceAround as default };
|
||||
//# sourceMappingURL=align-vertical-space-around.js.map
|
||||
22
assets/vendor/lucide/esm/icons/align-vertical-space-between.js
vendored
Normal file
22
assets/vendor/lucide/esm/icons/align-vertical-space-between.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AlignVerticalSpaceBetween = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["rect", { width: "14", height: "6", x: "5", y: "15", rx: "2" }],
|
||||
["rect", { width: "10", height: "6", x: "7", y: "3", rx: "2" }],
|
||||
["path", { d: "M2 21h20" }],
|
||||
["path", { d: "M2 3h20" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AlignVerticalSpaceBetween as default };
|
||||
//# sourceMappingURL=align-vertical-space-between.js.map
|
||||
30
assets/vendor/lucide/esm/icons/ambulance.js
vendored
Normal file
30
assets/vendor/lucide/esm/icons/ambulance.js
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const Ambulance = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M10 10H6" }],
|
||||
["path", { d: "M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2" }],
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "M19 18h2a1 1 0 0 0 1-1v-3.28a1 1 0 0 0-.684-.948l-1.923-.641a1 1 0 0 1-.578-.502l-1.539-3.076A1 1 0 0 0 16.382 8H14"
|
||||
}
|
||||
],
|
||||
["path", { d: "M8 8v4" }],
|
||||
["path", { d: "M9 18h6" }],
|
||||
["circle", { cx: "17", cy: "18", r: "2" }],
|
||||
["circle", { cx: "7", cy: "18", r: "2" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { Ambulance as default };
|
||||
//# sourceMappingURL=ambulance.js.map
|
||||
25
assets/vendor/lucide/esm/icons/ampersand.js
vendored
Normal file
25
assets/vendor/lucide/esm/icons/ampersand.js
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const Ampersand = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "M17.5 12c0 4.4-3.6 8-8 8A4.5 4.5 0 0 1 5 15.5c0-6 8-4 8-8.5a3 3 0 1 0-6 0c0 3 2.5 8.5 12 13"
|
||||
}
|
||||
],
|
||||
["path", { d: "M16 12h3" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { Ampersand as default };
|
||||
//# sourceMappingURL=ampersand.js.map
|
||||
26
assets/vendor/lucide/esm/icons/ampersands.js
vendored
Normal file
26
assets/vendor/lucide/esm/icons/ampersands.js
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const Ampersands = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
[
|
||||
"path",
|
||||
{ d: "M10 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5" }
|
||||
],
|
||||
[
|
||||
"path",
|
||||
{ d: "M22 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5" }
|
||||
]
|
||||
]
|
||||
];
|
||||
|
||||
export { Ampersands as default };
|
||||
//# sourceMappingURL=ampersands.js.map
|
||||
24
assets/vendor/lucide/esm/icons/amphora.js
vendored
Normal file
24
assets/vendor/lucide/esm/icons/amphora.js
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const Amphora = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M10 2v5.632c0 .424-.272.795-.653.982A6 6 0 0 0 6 14c.006 4 3 7 5 8" }],
|
||||
["path", { d: "M10 5H8a2 2 0 0 0 0 4h.68" }],
|
||||
["path", { d: "M14 2v5.632c0 .424.272.795.652.982A6 6 0 0 1 18 14c0 4-3 7-5 8" }],
|
||||
["path", { d: "M14 5h2a2 2 0 0 1 0 4h-.68" }],
|
||||
["path", { d: "M18 22H6" }],
|
||||
["path", { d: "M9 2h6" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { Amphora as default };
|
||||
//# sourceMappingURL=amphora.js.map
|
||||
21
assets/vendor/lucide/esm/icons/anchor.js
vendored
Normal file
21
assets/vendor/lucide/esm/icons/anchor.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const Anchor = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M12 22V8" }],
|
||||
["path", { d: "M5 12H2a10 10 0 0 0 20 0h-3" }],
|
||||
["circle", { cx: "12", cy: "5", r: "3" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { Anchor as default };
|
||||
//# sourceMappingURL=anchor.js.map
|
||||
24
assets/vendor/lucide/esm/icons/angry.js
vendored
Normal file
24
assets/vendor/lucide/esm/icons/angry.js
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const Angry = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["circle", { cx: "12", cy: "12", r: "10" }],
|
||||
["path", { d: "M16 16s-1.5-2-4-2-4 2-4 2" }],
|
||||
["path", { d: "M7.5 8 10 9" }],
|
||||
["path", { d: "m14 9 2.5-1" }],
|
||||
["path", { d: "M9 10h.01" }],
|
||||
["path", { d: "M15 10h.01" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { Angry as default };
|
||||
//# sourceMappingURL=angry.js.map
|
||||
22
assets/vendor/lucide/esm/icons/annoyed.js
vendored
Normal file
22
assets/vendor/lucide/esm/icons/annoyed.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const Annoyed = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["circle", { cx: "12", cy: "12", r: "10" }],
|
||||
["path", { d: "M8 15h8" }],
|
||||
["path", { d: "M8 9h2" }],
|
||||
["path", { d: "M14 9h2" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { Annoyed as default };
|
||||
//# sourceMappingURL=annoyed.js.map
|
||||
24
assets/vendor/lucide/esm/icons/antenna.js
vendored
Normal file
24
assets/vendor/lucide/esm/icons/antenna.js
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const Antenna = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M2 12 7 2" }],
|
||||
["path", { d: "m7 12 5-10" }],
|
||||
["path", { d: "m12 12 5-10" }],
|
||||
["path", { d: "m17 12 5-10" }],
|
||||
["path", { d: "M4.5 7h15" }],
|
||||
["path", { d: "M12 16v6" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { Antenna as default };
|
||||
//# sourceMappingURL=antenna.js.map
|
||||
23
assets/vendor/lucide/esm/icons/anvil.js
vendored
Normal file
23
assets/vendor/lucide/esm/icons/anvil.js
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const Anvil = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M7 10H6a4 4 0 0 1-4-4 1 1 0 0 1 1-1h4" }],
|
||||
["path", { d: "M7 5a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1 7 7 0 0 1-7 7H8a1 1 0 0 1-1-1z" }],
|
||||
["path", { d: "M9 12v5" }],
|
||||
["path", { d: "M15 12v5" }],
|
||||
["path", { d: "M5 20a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3 1 1 0 0 1-1 1H6a1 1 0 0 1-1-1" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { Anvil as default };
|
||||
//# sourceMappingURL=anvil.js.map
|
||||
25
assets/vendor/lucide/esm/icons/aperture.js
vendored
Normal file
25
assets/vendor/lucide/esm/icons/aperture.js
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const Aperture = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["circle", { cx: "12", cy: "12", r: "10" }],
|
||||
["path", { d: "m14.31 8 5.74 9.94" }],
|
||||
["path", { d: "M9.69 8h11.48" }],
|
||||
["path", { d: "m7.38 12 5.74-9.94" }],
|
||||
["path", { d: "M9.69 16 3.95 6.06" }],
|
||||
["path", { d: "M14.31 16H2.83" }],
|
||||
["path", { d: "m16.62 12-5.74 9.94" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { Aperture as default };
|
||||
//# sourceMappingURL=aperture.js.map
|
||||
22
assets/vendor/lucide/esm/icons/app-window-mac.js
vendored
Normal file
22
assets/vendor/lucide/esm/icons/app-window-mac.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AppWindowMac = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["rect", { width: "20", height: "16", x: "2", y: "4", rx: "2" }],
|
||||
["path", { d: "M6 8h.01" }],
|
||||
["path", { d: "M10 8h.01" }],
|
||||
["path", { d: "M14 8h.01" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AppWindowMac as default };
|
||||
//# sourceMappingURL=app-window-mac.js.map
|
||||
22
assets/vendor/lucide/esm/icons/app-window.js
vendored
Normal file
22
assets/vendor/lucide/esm/icons/app-window.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const AppWindow = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["rect", { x: "2", y: "4", width: "20", height: "16", rx: "2" }],
|
||||
["path", { d: "M10 4v4" }],
|
||||
["path", { d: "M2 8h20" }],
|
||||
["path", { d: "M6 4v4" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { AppWindow as default };
|
||||
//# sourceMappingURL=app-window.js.map
|
||||
25
assets/vendor/lucide/esm/icons/apple.js
vendored
Normal file
25
assets/vendor/lucide/esm/icons/apple.js
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const Apple = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "M12 20.94c1.5 0 2.75 1.06 4 1.06 3 0 6-8 6-12.22A4.91 4.91 0 0 0 17 5c-2.22 0-4 1.44-5 2-1-.56-2.78-2-5-2a4.9 4.9 0 0 0-5 4.78C2 14 5 22 8 22c1.25 0 2.5-1.06 4-1.06Z"
|
||||
}
|
||||
],
|
||||
["path", { d: "M10 2c1 .5 2 2 2 5" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { Apple as default };
|
||||
//# sourceMappingURL=apple.js.map
|
||||
23
assets/vendor/lucide/esm/icons/archive-restore.js
vendored
Normal file
23
assets/vendor/lucide/esm/icons/archive-restore.js
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArchiveRestore = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["rect", { width: "20", height: "5", x: "2", y: "3", rx: "1" }],
|
||||
["path", { d: "M4 8v11a2 2 0 0 0 2 2h2" }],
|
||||
["path", { d: "M20 8v11a2 2 0 0 1-2 2h-2" }],
|
||||
["path", { d: "m9 15 3-3 3 3" }],
|
||||
["path", { d: "M12 12v9" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArchiveRestore as default };
|
||||
//# sourceMappingURL=archive-restore.js.map
|
||||
22
assets/vendor/lucide/esm/icons/archive-x.js
vendored
Normal file
22
assets/vendor/lucide/esm/icons/archive-x.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArchiveX = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["rect", { width: "20", height: "5", x: "2", y: "3", rx: "1" }],
|
||||
["path", { d: "M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8" }],
|
||||
["path", { d: "m9.5 17 5-5" }],
|
||||
["path", { d: "m9.5 12 5 5" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArchiveX as default };
|
||||
//# sourceMappingURL=archive-x.js.map
|
||||
21
assets/vendor/lucide/esm/icons/archive.js
vendored
Normal file
21
assets/vendor/lucide/esm/icons/archive.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const Archive = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["rect", { width: "20", height: "5", x: "2", y: "3", rx: "1" }],
|
||||
["path", { d: "M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8" }],
|
||||
["path", { d: "M10 12h4" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { Archive as default };
|
||||
//# sourceMappingURL=archive.js.map
|
||||
27
assets/vendor/lucide/esm/icons/armchair.js
vendored
Normal file
27
assets/vendor/lucide/esm/icons/armchair.js
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const Armchair = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3" }],
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "M3 16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0z"
|
||||
}
|
||||
],
|
||||
["path", { d: "M5 18v2" }],
|
||||
["path", { d: "M19 18v2" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { Armchair as default };
|
||||
//# sourceMappingURL=armchair.js.map
|
||||
20
assets/vendor/lucide/esm/icons/arrow-big-down-dash.js
vendored
Normal file
20
assets/vendor/lucide/esm/icons/arrow-big-down-dash.js
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowBigDownDash = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M15 5H9" }],
|
||||
["path", { d: "M15 9v3h4l-7 7-7-7h4V9z" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowBigDownDash as default };
|
||||
//# sourceMappingURL=arrow-big-down-dash.js.map
|
||||
17
assets/vendor/lucide/esm/icons/arrow-big-down.js
vendored
Normal file
17
assets/vendor/lucide/esm/icons/arrow-big-down.js
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowBigDown = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[["path", { d: "M15 6v6h4l-7 7-7-7h4V6h6z" }]]
|
||||
];
|
||||
|
||||
export { ArrowBigDown as default };
|
||||
//# sourceMappingURL=arrow-big-down.js.map
|
||||
20
assets/vendor/lucide/esm/icons/arrow-big-left-dash.js
vendored
Normal file
20
assets/vendor/lucide/esm/icons/arrow-big-left-dash.js
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowBigLeftDash = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M19 15V9" }],
|
||||
["path", { d: "M15 15h-3v4l-7-7 7-7v4h3v6z" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowBigLeftDash as default };
|
||||
//# sourceMappingURL=arrow-big-left-dash.js.map
|
||||
17
assets/vendor/lucide/esm/icons/arrow-big-left.js
vendored
Normal file
17
assets/vendor/lucide/esm/icons/arrow-big-left.js
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowBigLeft = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[["path", { d: "M18 15h-6v4l-7-7 7-7v4h6v6z" }]]
|
||||
];
|
||||
|
||||
export { ArrowBigLeft as default };
|
||||
//# sourceMappingURL=arrow-big-left.js.map
|
||||
20
assets/vendor/lucide/esm/icons/arrow-big-right-dash.js
vendored
Normal file
20
assets/vendor/lucide/esm/icons/arrow-big-right-dash.js
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowBigRightDash = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M5 9v6" }],
|
||||
["path", { d: "M9 9h3V5l7 7-7 7v-4H9V9z" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowBigRightDash as default };
|
||||
//# sourceMappingURL=arrow-big-right-dash.js.map
|
||||
17
assets/vendor/lucide/esm/icons/arrow-big-right.js
vendored
Normal file
17
assets/vendor/lucide/esm/icons/arrow-big-right.js
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowBigRight = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[["path", { d: "M6 9h6V5l7 7-7 7v-4H6V9z" }]]
|
||||
];
|
||||
|
||||
export { ArrowBigRight as default };
|
||||
//# sourceMappingURL=arrow-big-right.js.map
|
||||
20
assets/vendor/lucide/esm/icons/arrow-big-up-dash.js
vendored
Normal file
20
assets/vendor/lucide/esm/icons/arrow-big-up-dash.js
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowBigUpDash = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M9 19h6" }],
|
||||
["path", { d: "M9 15v-3H5l7-7 7 7h-4v3H9z" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowBigUpDash as default };
|
||||
//# sourceMappingURL=arrow-big-up-dash.js.map
|
||||
17
assets/vendor/lucide/esm/icons/arrow-big-up.js
vendored
Normal file
17
assets/vendor/lucide/esm/icons/arrow-big-up.js
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowBigUp = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[["path", { d: "M9 18v-6H5l7-7 7 7h-4v6H9z" }]]
|
||||
];
|
||||
|
||||
export { ArrowBigUp as default };
|
||||
//# sourceMappingURL=arrow-big-up.js.map
|
||||
23
assets/vendor/lucide/esm/icons/arrow-down-0-1.js
vendored
Normal file
23
assets/vendor/lucide/esm/icons/arrow-down-0-1.js
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowDown01 = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "m3 16 4 4 4-4" }],
|
||||
["path", { d: "M7 20V4" }],
|
||||
["rect", { x: "15", y: "4", width: "4", height: "6", ry: "2" }],
|
||||
["path", { d: "M17 20v-6h-2" }],
|
||||
["path", { d: "M15 20h4" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowDown01 as default };
|
||||
//# sourceMappingURL=arrow-down-0-1.js.map
|
||||
23
assets/vendor/lucide/esm/icons/arrow-down-1-0.js
vendored
Normal file
23
assets/vendor/lucide/esm/icons/arrow-down-1-0.js
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowDown10 = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "m3 16 4 4 4-4" }],
|
||||
["path", { d: "M7 20V4" }],
|
||||
["path", { d: "M17 10V4h-2" }],
|
||||
["path", { d: "M15 10h4" }],
|
||||
["rect", { x: "15", y: "14", width: "4", height: "6", ry: "2" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowDown10 as default };
|
||||
//# sourceMappingURL=arrow-down-1-0.js.map
|
||||
23
assets/vendor/lucide/esm/icons/arrow-down-a-z.js
vendored
Normal file
23
assets/vendor/lucide/esm/icons/arrow-down-a-z.js
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowDownAZ = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "m3 16 4 4 4-4" }],
|
||||
["path", { d: "M7 20V4" }],
|
||||
["path", { d: "M20 8h-5" }],
|
||||
["path", { d: "M15 10V6.5a2.5 2.5 0 0 1 5 0V10" }],
|
||||
["path", { d: "M15 14h5l-5 6h5" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowDownAZ as default };
|
||||
//# sourceMappingURL=arrow-down-a-z.js.map
|
||||
21
assets/vendor/lucide/esm/icons/arrow-down-from-line.js
vendored
Normal file
21
assets/vendor/lucide/esm/icons/arrow-down-from-line.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowDownFromLine = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M19 3H5" }],
|
||||
["path", { d: "M12 21V7" }],
|
||||
["path", { d: "m6 15 6 6 6-6" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowDownFromLine as default };
|
||||
//# sourceMappingURL=arrow-down-from-line.js.map
|
||||
20
assets/vendor/lucide/esm/icons/arrow-down-left.js
vendored
Normal file
20
assets/vendor/lucide/esm/icons/arrow-down-left.js
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowDownLeft = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M17 7 7 17" }],
|
||||
["path", { d: "M17 17H7V7" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowDownLeft as default };
|
||||
//# sourceMappingURL=arrow-down-left.js.map
|
||||
23
assets/vendor/lucide/esm/icons/arrow-down-narrow-wide.js
vendored
Normal file
23
assets/vendor/lucide/esm/icons/arrow-down-narrow-wide.js
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowDownNarrowWide = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "m3 16 4 4 4-4" }],
|
||||
["path", { d: "M7 20V4" }],
|
||||
["path", { d: "M11 4h4" }],
|
||||
["path", { d: "M11 8h7" }],
|
||||
["path", { d: "M11 12h10" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowDownNarrowWide as default };
|
||||
//# sourceMappingURL=arrow-down-narrow-wide.js.map
|
||||
20
assets/vendor/lucide/esm/icons/arrow-down-right.js
vendored
Normal file
20
assets/vendor/lucide/esm/icons/arrow-down-right.js
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowDownRight = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "m7 7 10 10" }],
|
||||
["path", { d: "M17 7v10H7" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowDownRight as default };
|
||||
//# sourceMappingURL=arrow-down-right.js.map
|
||||
21
assets/vendor/lucide/esm/icons/arrow-down-to-dot.js
vendored
Normal file
21
assets/vendor/lucide/esm/icons/arrow-down-to-dot.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowDownToDot = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M12 2v14" }],
|
||||
["path", { d: "m19 9-7 7-7-7" }],
|
||||
["circle", { cx: "12", cy: "21", r: "1" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowDownToDot as default };
|
||||
//# sourceMappingURL=arrow-down-to-dot.js.map
|
||||
21
assets/vendor/lucide/esm/icons/arrow-down-to-line.js
vendored
Normal file
21
assets/vendor/lucide/esm/icons/arrow-down-to-line.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowDownToLine = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M12 17V3" }],
|
||||
["path", { d: "m6 11 6 6 6-6" }],
|
||||
["path", { d: "M19 21H5" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowDownToLine as default };
|
||||
//# sourceMappingURL=arrow-down-to-line.js.map
|
||||
22
assets/vendor/lucide/esm/icons/arrow-down-up.js
vendored
Normal file
22
assets/vendor/lucide/esm/icons/arrow-down-up.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowDownUp = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "m3 16 4 4 4-4" }],
|
||||
["path", { d: "M7 20V4" }],
|
||||
["path", { d: "m21 8-4-4-4 4" }],
|
||||
["path", { d: "M17 4v16" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowDownUp as default };
|
||||
//# sourceMappingURL=arrow-down-up.js.map
|
||||
23
assets/vendor/lucide/esm/icons/arrow-down-wide-narrow.js
vendored
Normal file
23
assets/vendor/lucide/esm/icons/arrow-down-wide-narrow.js
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowDownWideNarrow = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "m3 16 4 4 4-4" }],
|
||||
["path", { d: "M7 20V4" }],
|
||||
["path", { d: "M11 4h10" }],
|
||||
["path", { d: "M11 8h7" }],
|
||||
["path", { d: "M11 12h4" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowDownWideNarrow as default };
|
||||
//# sourceMappingURL=arrow-down-wide-narrow.js.map
|
||||
23
assets/vendor/lucide/esm/icons/arrow-down-z-a.js
vendored
Normal file
23
assets/vendor/lucide/esm/icons/arrow-down-z-a.js
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowDownZA = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "m3 16 4 4 4-4" }],
|
||||
["path", { d: "M7 4v16" }],
|
||||
["path", { d: "M15 4h5l-5 6h5" }],
|
||||
["path", { d: "M15 20v-3.5a2.5 2.5 0 0 1 5 0V20" }],
|
||||
["path", { d: "M20 18h-5" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowDownZA as default };
|
||||
//# sourceMappingURL=arrow-down-z-a.js.map
|
||||
20
assets/vendor/lucide/esm/icons/arrow-down.js
vendored
Normal file
20
assets/vendor/lucide/esm/icons/arrow-down.js
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowDown = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M12 5v14" }],
|
||||
["path", { d: "m19 12-7 7-7-7" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowDown as default };
|
||||
//# sourceMappingURL=arrow-down.js.map
|
||||
21
assets/vendor/lucide/esm/icons/arrow-left-from-line.js
vendored
Normal file
21
assets/vendor/lucide/esm/icons/arrow-left-from-line.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowLeftFromLine = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "m9 6-6 6 6 6" }],
|
||||
["path", { d: "M3 12h14" }],
|
||||
["path", { d: "M21 19V5" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowLeftFromLine as default };
|
||||
//# sourceMappingURL=arrow-left-from-line.js.map
|
||||
22
assets/vendor/lucide/esm/icons/arrow-left-right.js
vendored
Normal file
22
assets/vendor/lucide/esm/icons/arrow-left-right.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowLeftRight = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M8 3 4 7l4 4" }],
|
||||
["path", { d: "M4 7h16" }],
|
||||
["path", { d: "m16 21 4-4-4-4" }],
|
||||
["path", { d: "M20 17H4" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowLeftRight as default };
|
||||
//# sourceMappingURL=arrow-left-right.js.map
|
||||
21
assets/vendor/lucide/esm/icons/arrow-left-to-line.js
vendored
Normal file
21
assets/vendor/lucide/esm/icons/arrow-left-to-line.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowLeftToLine = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M3 19V5" }],
|
||||
["path", { d: "m13 6-6 6 6 6" }],
|
||||
["path", { d: "M7 12h14" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowLeftToLine as default };
|
||||
//# sourceMappingURL=arrow-left-to-line.js.map
|
||||
20
assets/vendor/lucide/esm/icons/arrow-left.js
vendored
Normal file
20
assets/vendor/lucide/esm/icons/arrow-left.js
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowLeft = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "m12 19-7-7 7-7" }],
|
||||
["path", { d: "M19 12H5" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowLeft as default };
|
||||
//# sourceMappingURL=arrow-left.js.map
|
||||
21
assets/vendor/lucide/esm/icons/arrow-right-from-line.js
vendored
Normal file
21
assets/vendor/lucide/esm/icons/arrow-right-from-line.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowRightFromLine = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M3 5v14" }],
|
||||
["path", { d: "M21 12H7" }],
|
||||
["path", { d: "m15 18 6-6-6-6" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowRightFromLine as default };
|
||||
//# sourceMappingURL=arrow-right-from-line.js.map
|
||||
22
assets/vendor/lucide/esm/icons/arrow-right-left.js
vendored
Normal file
22
assets/vendor/lucide/esm/icons/arrow-right-left.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowRightLeft = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "m16 3 4 4-4 4" }],
|
||||
["path", { d: "M20 7H4" }],
|
||||
["path", { d: "m8 21-4-4 4-4" }],
|
||||
["path", { d: "M4 17h16" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowRightLeft as default };
|
||||
//# sourceMappingURL=arrow-right-left.js.map
|
||||
21
assets/vendor/lucide/esm/icons/arrow-right-to-line.js
vendored
Normal file
21
assets/vendor/lucide/esm/icons/arrow-right-to-line.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowRightToLine = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M17 12H3" }],
|
||||
["path", { d: "m11 18 6-6-6-6" }],
|
||||
["path", { d: "M21 5v14" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowRightToLine as default };
|
||||
//# sourceMappingURL=arrow-right-to-line.js.map
|
||||
20
assets/vendor/lucide/esm/icons/arrow-right.js
vendored
Normal file
20
assets/vendor/lucide/esm/icons/arrow-right.js
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowRight = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M5 12h14" }],
|
||||
["path", { d: "m12 5 7 7-7 7" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowRight as default };
|
||||
//# sourceMappingURL=arrow-right.js.map
|
||||
23
assets/vendor/lucide/esm/icons/arrow-up-0-1.js
vendored
Normal file
23
assets/vendor/lucide/esm/icons/arrow-up-0-1.js
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowUp01 = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "m3 8 4-4 4 4" }],
|
||||
["path", { d: "M7 4v16" }],
|
||||
["rect", { x: "15", y: "4", width: "4", height: "6", ry: "2" }],
|
||||
["path", { d: "M17 20v-6h-2" }],
|
||||
["path", { d: "M15 20h4" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowUp01 as default };
|
||||
//# sourceMappingURL=arrow-up-0-1.js.map
|
||||
23
assets/vendor/lucide/esm/icons/arrow-up-1-0.js
vendored
Normal file
23
assets/vendor/lucide/esm/icons/arrow-up-1-0.js
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowUp10 = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "m3 8 4-4 4 4" }],
|
||||
["path", { d: "M7 4v16" }],
|
||||
["path", { d: "M17 10V4h-2" }],
|
||||
["path", { d: "M15 10h4" }],
|
||||
["rect", { x: "15", y: "14", width: "4", height: "6", ry: "2" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowUp10 as default };
|
||||
//# sourceMappingURL=arrow-up-1-0.js.map
|
||||
23
assets/vendor/lucide/esm/icons/arrow-up-a-z.js
vendored
Normal file
23
assets/vendor/lucide/esm/icons/arrow-up-a-z.js
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowUpAZ = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "m3 8 4-4 4 4" }],
|
||||
["path", { d: "M7 4v16" }],
|
||||
["path", { d: "M20 8h-5" }],
|
||||
["path", { d: "M15 10V6.5a2.5 2.5 0 0 1 5 0V10" }],
|
||||
["path", { d: "M15 14h5l-5 6h5" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowUpAZ as default };
|
||||
//# sourceMappingURL=arrow-up-a-z.js.map
|
||||
22
assets/vendor/lucide/esm/icons/arrow-up-down.js
vendored
Normal file
22
assets/vendor/lucide/esm/icons/arrow-up-down.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowUpDown = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "m21 16-4 4-4-4" }],
|
||||
["path", { d: "M17 20V4" }],
|
||||
["path", { d: "m3 8 4-4 4 4" }],
|
||||
["path", { d: "M7 4v16" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowUpDown as default };
|
||||
//# sourceMappingURL=arrow-up-down.js.map
|
||||
21
assets/vendor/lucide/esm/icons/arrow-up-from-dot.js
vendored
Normal file
21
assets/vendor/lucide/esm/icons/arrow-up-from-dot.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowUpFromDot = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "m5 9 7-7 7 7" }],
|
||||
["path", { d: "M12 16V2" }],
|
||||
["circle", { cx: "12", cy: "21", r: "1" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowUpFromDot as default };
|
||||
//# sourceMappingURL=arrow-up-from-dot.js.map
|
||||
21
assets/vendor/lucide/esm/icons/arrow-up-from-line.js
vendored
Normal file
21
assets/vendor/lucide/esm/icons/arrow-up-from-line.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowUpFromLine = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "m18 9-6-6-6 6" }],
|
||||
["path", { d: "M12 3v14" }],
|
||||
["path", { d: "M5 21h14" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowUpFromLine as default };
|
||||
//# sourceMappingURL=arrow-up-from-line.js.map
|
||||
20
assets/vendor/lucide/esm/icons/arrow-up-left.js
vendored
Normal file
20
assets/vendor/lucide/esm/icons/arrow-up-left.js
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowUpLeft = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M7 17V7h10" }],
|
||||
["path", { d: "M17 17 7 7" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowUpLeft as default };
|
||||
//# sourceMappingURL=arrow-up-left.js.map
|
||||
23
assets/vendor/lucide/esm/icons/arrow-up-narrow-wide.js
vendored
Normal file
23
assets/vendor/lucide/esm/icons/arrow-up-narrow-wide.js
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowUpNarrowWide = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "m3 8 4-4 4 4" }],
|
||||
["path", { d: "M7 4v16" }],
|
||||
["path", { d: "M11 12h4" }],
|
||||
["path", { d: "M11 16h7" }],
|
||||
["path", { d: "M11 20h10" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowUpNarrowWide as default };
|
||||
//# sourceMappingURL=arrow-up-narrow-wide.js.map
|
||||
20
assets/vendor/lucide/esm/icons/arrow-up-right.js
vendored
Normal file
20
assets/vendor/lucide/esm/icons/arrow-up-right.js
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowUpRight = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M7 7h10v10" }],
|
||||
["path", { d: "M7 17 17 7" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowUpRight as default };
|
||||
//# sourceMappingURL=arrow-up-right.js.map
|
||||
21
assets/vendor/lucide/esm/icons/arrow-up-to-line.js
vendored
Normal file
21
assets/vendor/lucide/esm/icons/arrow-up-to-line.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowUpToLine = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M5 3h14" }],
|
||||
["path", { d: "m18 13-6-6-6 6" }],
|
||||
["path", { d: "M12 7v14" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowUpToLine as default };
|
||||
//# sourceMappingURL=arrow-up-to-line.js.map
|
||||
23
assets/vendor/lucide/esm/icons/arrow-up-wide-narrow.js
vendored
Normal file
23
assets/vendor/lucide/esm/icons/arrow-up-wide-narrow.js
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowUpWideNarrow = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "m3 8 4-4 4 4" }],
|
||||
["path", { d: "M7 4v16" }],
|
||||
["path", { d: "M11 12h10" }],
|
||||
["path", { d: "M11 16h7" }],
|
||||
["path", { d: "M11 20h4" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowUpWideNarrow as default };
|
||||
//# sourceMappingURL=arrow-up-wide-narrow.js.map
|
||||
23
assets/vendor/lucide/esm/icons/arrow-up-z-a.js
vendored
Normal file
23
assets/vendor/lucide/esm/icons/arrow-up-z-a.js
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowUpZA = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "m3 8 4-4 4 4" }],
|
||||
["path", { d: "M7 4v16" }],
|
||||
["path", { d: "M15 4h5l-5 6h5" }],
|
||||
["path", { d: "M15 20v-3.5a2.5 2.5 0 0 1 5 0V20" }],
|
||||
["path", { d: "M20 18h-5" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowUpZA as default };
|
||||
//# sourceMappingURL=arrow-up-z-a.js.map
|
||||
20
assets/vendor/lucide/esm/icons/arrow-up.js
vendored
Normal file
20
assets/vendor/lucide/esm/icons/arrow-up.js
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowUp = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "m5 12 7-7 7 7" }],
|
||||
["path", { d: "M12 19V5" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowUp as default };
|
||||
//# sourceMappingURL=arrow-up.js.map
|
||||
23
assets/vendor/lucide/esm/icons/arrows-up-from-line.js
vendored
Normal file
23
assets/vendor/lucide/esm/icons/arrows-up-from-line.js
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const ArrowsUpFromLine = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "m4 6 3-3 3 3" }],
|
||||
["path", { d: "M7 17V3" }],
|
||||
["path", { d: "m14 6 3-3 3 3" }],
|
||||
["path", { d: "M17 17V3" }],
|
||||
["path", { d: "M4 21h16" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { ArrowsUpFromLine as default };
|
||||
//# sourceMappingURL=arrows-up-from-line.js.map
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user