Files
wdi-dashboard/node_modules/@chakra-ui/icons/dist/index.js
2024-08-16 15:06:52 +05:30

735 lines
42 KiB
JavaScript

'use client'
"use strict";
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
// src/index.ts
var src_exports = {};
__export(src_exports, {
AddIcon: () => AddIcon,
ArrowBackIcon: () => ArrowBackIcon,
ArrowDownIcon: () => ArrowDownIcon,
ArrowForwardIcon: () => ArrowForwardIcon,
ArrowLeftIcon: () => ArrowLeftIcon,
ArrowRightIcon: () => ArrowRightIcon,
ArrowUpDownIcon: () => ArrowUpDownIcon,
ArrowUpIcon: () => ArrowUpIcon,
AtSignIcon: () => AtSignIcon,
AttachmentIcon: () => AttachmentIcon,
BellIcon: () => BellIcon,
CalendarIcon: () => CalendarIcon,
ChatIcon: () => ChatIcon,
CheckCircleIcon: () => CheckCircleIcon,
CheckIcon: () => CheckIcon,
ChevronDownIcon: () => ChevronDownIcon,
ChevronLeftIcon: () => ChevronLeftIcon,
ChevronRightIcon: () => ChevronRightIcon,
ChevronUpIcon: () => ChevronUpIcon,
CloseIcon: () => CloseIcon,
CopyIcon: () => CopyIcon,
DeleteIcon: () => DeleteIcon,
DownloadIcon: () => DownloadIcon,
DragHandleIcon: () => DragHandleIcon,
EditIcon: () => EditIcon,
EmailIcon: () => EmailIcon,
ExternalLinkIcon: () => ExternalLinkIcon,
HamburgerIcon: () => HamburgerIcon,
InfoIcon: () => InfoIcon,
InfoOutlineIcon: () => InfoOutlineIcon,
LinkIcon: () => LinkIcon,
LockIcon: () => LockIcon,
MinusIcon: () => MinusIcon,
MoonIcon: () => MoonIcon,
NotAllowedIcon: () => NotAllowedIcon,
PhoneIcon: () => PhoneIcon,
PlusSquareIcon: () => PlusSquareIcon,
QuestionIcon: () => QuestionIcon,
QuestionOutlineIcon: () => QuestionOutlineIcon,
ReactIcon: () => ReactIcon,
RepeatClockIcon: () => RepeatClockIcon,
RepeatIcon: () => RepeatIcon,
Search2Icon: () => Search2Icon,
SearchIcon: () => SearchIcon,
SettingsIcon: () => SettingsIcon,
SmallAddIcon: () => SmallAddIcon,
SmallCloseIcon: () => SmallCloseIcon,
SpinnerIcon: () => SpinnerIcon,
StarIcon: () => StarIcon,
SunIcon: () => SunIcon,
TimeIcon: () => TimeIcon,
TriangleDownIcon: () => TriangleDownIcon,
TriangleUpIcon: () => TriangleUpIcon,
UnlockIcon: () => UnlockIcon,
UpDownIcon: () => UpDownIcon,
ViewIcon: () => ViewIcon,
ViewOffIcon: () => ViewOffIcon,
WarningIcon: () => WarningIcon,
WarningTwoIcon: () => WarningTwoIcon
});
module.exports = __toCommonJS(src_exports);
// src/Copy.tsx
var import_icon = require("@chakra-ui/icon");
var CopyIcon = (0, import_icon.createIcon)({
d: "M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z",
displayName: "CopyIcon"
});
// src/Search.tsx
var import_icon2 = require("@chakra-ui/icon");
var SearchIcon = (0, import_icon2.createIcon)({
d: "M23.384,21.619,16.855,15.09a9.284,9.284,0,1,0-1.768,1.768l6.529,6.529a1.266,1.266,0,0,0,1.768,0A1.251,1.251,0,0,0,23.384,21.619ZM2.75,9.5a6.75,6.75,0,1,1,6.75,6.75A6.758,6.758,0,0,1,2.75,9.5Z",
displayName: "SearchIcon"
});
// src/Search2.tsx
var import_icon3 = require("@chakra-ui/icon");
var Search2Icon = (0, import_icon3.createIcon)({
d: "M23.414,20.591l-4.645-4.645a10.256,10.256,0,1,0-2.828,2.829l4.645,4.644a2.025,2.025,0,0,0,2.828,0A2,2,0,0,0,23.414,20.591ZM10.25,3.005A7.25,7.25,0,1,1,3,10.255,7.258,7.258,0,0,1,10.25,3.005Z",
displayName: "Search2Icon"
});
// src/Moon.tsx
var import_icon4 = require("@chakra-ui/icon");
var MoonIcon = (0, import_icon4.createIcon)({
d: "M21.4,13.7C20.6,13.9,19.8,14,19,14c-5,0-9-4-9-9c0-0.8,0.1-1.6,0.3-2.4c0.1-0.3,0-0.7-0.3-1 c-0.3-0.3-0.6-0.4-1-0.3C4.3,2.7,1,7.1,1,12c0,6.1,4.9,11,11,11c4.9,0,9.3-3.3,10.6-8.1c0.1-0.3,0-0.7-0.3-1 C22.1,13.7,21.7,13.6,21.4,13.7z",
displayName: "MoonIcon"
});
// src/Sun.tsx
var import_icon5 = require("@chakra-ui/icon");
var import_jsx_runtime = require("react/jsx-runtime");
var SunIcon = (0, import_icon5.createIcon)({
displayName: "SunIcon",
path: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
"g",
{
strokeLinejoin: "round",
strokeLinecap: "round",
strokeWidth: "2",
fill: "none",
stroke: "currentColor",
children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "12", cy: "12", r: "5" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12 1v2" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12 21v2" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.22 4.22l1.42 1.42" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M18.36 18.36l1.42 1.42" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M1 12h2" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M21 12h2" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.22 19.78l1.42-1.42" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M18.36 5.64l1.42-1.42" })
]
}
)
});
// src/Add.tsx
var import_icon6 = require("@chakra-ui/icon");
var AddIcon = (0, import_icon6.createIcon)({
d: "M0,12a1.5,1.5,0,0,0,1.5,1.5h8.75a.25.25,0,0,1,.25.25V22.5a1.5,1.5,0,0,0,3,0V13.75a.25.25,0,0,1,.25-.25H22.5a1.5,1.5,0,0,0,0-3H13.75a.25.25,0,0,1-.25-.25V1.5a1.5,1.5,0,0,0-3,0v8.75a.25.25,0,0,1-.25.25H1.5A1.5,1.5,0,0,0,0,12Z",
displayName: "AddIcon"
});
// src/SmallAdd.tsx
var import_icon7 = require("@chakra-ui/icon");
var import_jsx_runtime2 = require("react/jsx-runtime");
var SmallAddIcon = (0, import_icon7.createIcon)({
displayName: "SmallAddIcon",
viewBox: "0 0 20 20",
path: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
"path",
{
fill: "currentColor",
d: "M14 9h-3V6c0-.55-.45-1-1-1s-1 .45-1 1v3H6c-.55 0-1 .45-1 1s.45 1 1 1h3v3c0 .55.45 1 1 1s1-.45 1-1v-3h3c.55 0 1-.45 1-1s-.45-1-1-1z",
fillRule: "evenodd"
}
)
});
// src/Settings.tsx
var import_icon8 = require("@chakra-ui/icon");
var SettingsIcon = (0, import_icon8.createIcon)({
viewBox: "0 0 14 14",
d: "M14,7.77 L14,6.17 L12.06,5.53 L11.61,4.44 L12.49,2.6 L11.36,1.47 L9.55,2.38 L8.46,1.93 L7.77,0.01 L6.17,0.01 L5.54,1.95 L4.43,2.4 L2.59,1.52 L1.46,2.65 L2.37,4.46 L1.92,5.55 L0,6.23 L0,7.82 L1.94,8.46 L2.39,9.55 L1.51,11.39 L2.64,12.52 L4.45,11.61 L5.54,12.06 L6.23,13.98 L7.82,13.98 L8.45,12.04 L9.56,11.59 L11.4,12.47 L12.53,11.34 L11.61,9.53 L12.08,8.44 L14,7.75 L14,7.77 Z M7,10 C5.34,10 4,8.66 4,7 C4,5.34 5.34,4 7,4 C8.66,4 10,5.34 10,7 C10,8.66 8.66,10 7,10 Z",
displayName: "SettingsIcon"
});
// src/CheckCircle.tsx
var import_icon9 = require("@chakra-ui/icon");
var CheckCircleIcon = (0, import_icon9.createIcon)({
displayName: "CheckCircleIcon",
d: "M12,0A12,12,0,1,0,24,12,12.014,12.014,0,0,0,12,0Zm6.927,8.2-6.845,9.289a1.011,1.011,0,0,1-1.43.188L5.764,13.769a1,1,0,1,1,1.25-1.562l4.076,3.261,6.227-8.451A1,1,0,1,1,18.927,8.2Z"
});
// src/Lock.tsx
var import_icon10 = require("@chakra-ui/icon");
var LockIcon = (0, import_icon10.createIcon)({
d: "M19.5,9.5h-.75V6.75a6.75,6.75,0,0,0-13.5,0V9.5H4.5a2,2,0,0,0-2,2V22a2,2,0,0,0,2,2h15a2,2,0,0,0,2-2V11.5A2,2,0,0,0,19.5,9.5Zm-9.5,6a2,2,0,1,1,3,1.723V19.5a1,1,0,0,1-2,0V17.223A1.994,1.994,0,0,1,10,15.5ZM7.75,6.75a4.25,4.25,0,0,1,8.5,0V9a.5.5,0,0,1-.5.5H8.25a.5.5,0,0,1-.5-.5Z",
displayName: "LockIcon"
});
// src/Unlock.tsx
var import_icon11 = require("@chakra-ui/icon");
var UnlockIcon = (0, import_icon11.createIcon)({
d: "M19.5,9.5h-.75V6.75A6.751,6.751,0,0,0,5.533,4.811a1.25,1.25,0,1,0,2.395.717A4.251,4.251,0,0,1,16.25,6.75V9a.5.5,0,0,1-.5.5H4.5a2,2,0,0,0-2,2V22a2,2,0,0,0,2,2h15a2,2,0,0,0,2-2V11.5A2,2,0,0,0,19.5,9.5Zm-9.5,6a2,2,0,1,1,3,1.723V19.5a1,1,0,0,1-2,0V17.223A1.994,1.994,0,0,1,10,15.5Z",
displayName: "UnlockIcon"
});
// src/View.tsx
var import_icon12 = require("@chakra-ui/icon");
var import_jsx_runtime3 = require("react/jsx-runtime");
var ViewIcon = (0, import_icon12.createIcon)({
displayName: "ViewIcon",
path: /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("g", { fill: "currentColor", children: [
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { d: "M23.432,10.524C20.787,7.614,16.4,4.538,12,4.6,7.6,4.537,3.213,7.615.568,10.524a2.211,2.211,0,0,0,0,2.948C3.182,16.351,7.507,19.4,11.839,19.4h.308c4.347,0,8.671-3.049,11.288-5.929A2.21,2.21,0,0,0,23.432,10.524ZM7.4,12A4.6,4.6,0,1,1,12,16.6,4.6,4.6,0,0,1,7.4,12Z" }),
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)("circle", { cx: "12", cy: "12", r: "2" })
] })
});
// src/ViewOff.tsx
var import_icon13 = require("@chakra-ui/icon");
var import_jsx_runtime4 = require("react/jsx-runtime");
var ViewOffIcon = (0, import_icon13.createIcon)({
displayName: "ViewOffIcon",
path: /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("g", { fill: "currentColor", children: [
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M23.2,10.549a20.954,20.954,0,0,0-4.3-3.6l4-3.995a1,1,0,1,0-1.414-1.414l-.018.018a.737.737,0,0,1-.173.291l-19.5,19.5c-.008.007-.018.009-.026.017a1,1,0,0,0,1.631,1.088l4.146-4.146a11.26,11.26,0,0,0,4.31.939h.3c4.256,0,8.489-2.984,11.051-5.8A2.171,2.171,0,0,0,23.2,10.549ZM16.313,13.27a4.581,4.581,0,0,1-3,3.028,4.3,4.3,0,0,1-3.1-.19.253.253,0,0,1-.068-.407l5.56-5.559a.252.252,0,0,1,.407.067A4.3,4.3,0,0,1,16.313,13.27Z" }),
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M7.615,13.4a.244.244,0,0,0,.061-.24A4.315,4.315,0,0,1,7.5,12,4.5,4.5,0,0,1,12,7.5a4.276,4.276,0,0,1,1.16.173.244.244,0,0,0,.24-.062l1.941-1.942a.254.254,0,0,0-.1-.421A10.413,10.413,0,0,0,12,4.75C7.7,4.692,3.4,7.7.813,10.549a2.15,2.15,0,0,0-.007,2.9,21.209,21.209,0,0,0,3.438,3.03.256.256,0,0,0,.326-.029Z" })
] })
});
// src/Download.tsx
var import_icon14 = require("@chakra-ui/icon");
var DownloadIcon = (0, import_icon14.createIcon)({
d: "M11.2857,6.05714 L10.08571,4.85714 L7.85714,7.14786 L7.85714,1 L6.14286,1 L6.14286,7.14786 L3.91429,4.85714 L2.71429,6.05714 L7,10.42857 L11.2857,6.05714 Z M1,11.2857 L1,13 L13,13 L13,11.2857 L1,11.2857 Z",
displayName: "DownloadIcon",
viewBox: "0 0 14 14"
});
// src/Delete.tsx
var import_icon15 = require("@chakra-ui/icon");
var import_jsx_runtime5 = require("react/jsx-runtime");
var DeleteIcon = (0, import_icon15.createIcon)({
displayName: "DeleteIcon",
path: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("g", { fill: "currentColor", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { d: "M19.452 7.5H4.547a.5.5 0 00-.5.545l1.287 14.136A2 2 0 007.326 24h9.347a2 2 0 001.992-1.819L19.95 8.045a.5.5 0 00-.129-.382.5.5 0 00-.369-.163zm-9.2 13a.75.75 0 01-1.5 0v-9a.75.75 0 011.5 0zm5 0a.75.75 0 01-1.5 0v-9a.75.75 0 011.5 0zM22 4h-4.75a.25.25 0 01-.25-.25V2.5A2.5 2.5 0 0014.5 0h-5A2.5 2.5 0 007 2.5v1.25a.25.25 0 01-.25.25H2a1 1 0 000 2h20a1 1 0 000-2zM9 3.75V2.5a.5.5 0 01.5-.5h5a.5.5 0 01.5.5v1.25a.25.25 0 01-.25.25h-5.5A.25.25 0 019 3.75z" }) })
});
// src/Repeat.tsx
var import_icon16 = require("@chakra-ui/icon");
var import_jsx_runtime6 = require("react/jsx-runtime");
var RepeatIcon = (0, import_icon16.createIcon)({
displayName: "RepeatIcon",
path: /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("g", { fill: "currentColor", children: [
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { d: "M10.319,4.936a7.239,7.239,0,0,1,7.1,2.252,1.25,1.25,0,1,0,1.872-1.657A9.737,9.737,0,0,0,9.743,2.5,10.269,10.269,0,0,0,2.378,9.61a.249.249,0,0,1-.271.178l-1.033-.13A.491.491,0,0,0,.6,9.877a.5.5,0,0,0-.019.526l2.476,4.342a.5.5,0,0,0,.373.248.43.43,0,0,0,.062,0,.5.5,0,0,0,.359-.152l3.477-3.593a.5.5,0,0,0-.3-.844L5.15,10.172a.25.25,0,0,1-.2-.333A7.7,7.7,0,0,1,10.319,4.936Z" }),
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { d: "M23.406,14.1a.5.5,0,0,0,.015-.526l-2.5-4.329A.5.5,0,0,0,20.546,9a.489.489,0,0,0-.421.151l-3.456,3.614a.5.5,0,0,0,.3.842l1.848.221a.249.249,0,0,1,.183.117.253.253,0,0,1,.023.216,7.688,7.688,0,0,1-5.369,4.9,7.243,7.243,0,0,1-7.1-2.253,1.25,1.25,0,1,0-1.872,1.656,9.74,9.74,0,0,0,9.549,3.03,10.261,10.261,0,0,0,7.369-7.12.251.251,0,0,1,.27-.179l1.058.127a.422.422,0,0,0,.06,0A.5.5,0,0,0,23.406,14.1Z" })
] })
});
// src/React.tsx
var import_icon17 = require("@chakra-ui/icon");
var import_jsx_runtime7 = require("react/jsx-runtime");
var ReactIcon = (0, import_icon17.createIcon)({
displayName: "ReactIcon",
path: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
"path",
{
d: "M12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7793 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7793 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5ZM11.472 16.494C11.647 16.704 11.823 16.908 12 17.103C12.177 16.908 12.353 16.705 12.528 16.494C12.176 16.5015 11.824 16.5015 11.472 16.494ZM9.477 16.369C8.70906 16.2891 7.9462 16.1662 7.192 16.001C7.117 16.351 7.06 16.691 7.022 17.017C6.832 18.6 7.097 19.562 7.5 19.794C7.903 20.027 8.868 19.775 10.145 18.82C10.408 18.623 10.673 18.404 10.939 18.165C10.4185 17.5941 9.9304 16.9945 9.477 16.369ZM16.808 16.001C16.091 16.161 15.325 16.285 14.523 16.369C14.0696 16.9945 13.5815 17.5941 13.061 18.165C13.327 18.405 13.592 18.623 13.855 18.82C15.132 19.775 16.097 20.027 16.5 19.794C16.903 19.562 17.167 18.6 16.979 17.017C16.9377 16.6759 16.881 16.3369 16.809 16.001H16.808ZM18.258 15.614C18.835 18.253 18.532 20.354 17.25 21.094C15.968 21.834 13.997 21.046 12 19.227C10.003 21.046 8.032 21.833 6.75 21.093C5.468 20.353 5.165 18.253 5.741 15.613C3.167 14.794 1.5 13.48 1.5 12C1.5 10.52 3.167 9.20699 5.741 8.38599C5.165 5.74699 5.468 3.64599 6.75 2.90599C8.032 2.16599 10.003 2.95399 12 4.77299C13.997 2.95399 15.968 2.16699 17.25 2.90699C18.532 3.64699 18.835 5.74699 18.259 8.38699C20.833 9.20599 22.5 10.52 22.5 12C22.5 13.48 20.833 14.793 18.259 15.614H18.258ZM10.938 5.83499C10.6837 5.6048 10.4191 5.38624 10.145 5.17999C8.868 4.22499 7.903 3.97299 7.5 4.20599C7.097 4.43799 6.833 5.39999 7.021 6.98299C7.061 7.30999 7.117 7.64899 7.191 7.99899C7.94553 7.83373 8.70872 7.71087 9.477 7.63099C9.952 6.97799 10.442 6.37699 10.939 5.83499H10.938ZM14.523 7.63099C15.325 7.71499 16.091 7.83999 16.808 7.99899C16.883 7.64899 16.94 7.30899 16.978 6.98299C17.168 5.39999 16.903 4.43799 16.5 4.20599C16.097 3.97299 15.132 4.22499 13.855 5.17999C13.5806 5.38622 13.3156 5.60477 13.061 5.83499C13.558 6.37699 14.048 6.97799 14.523 7.63099ZM12.528 7.50599C12.353 7.29599 12.177 7.09199 12 6.89699C11.823 7.09199 11.647 7.29499 11.472 7.50599C11.824 7.49852 12.176 7.49852 12.528 7.50599ZM8.372 14.704C8.18956 14.4031 8.01352 14.0984 7.844 13.79C7.749 14.047 7.661 14.3 7.581 14.551C7.838 14.607 8.102 14.658 8.371 14.704H8.372ZM10.304 14.938C11.4331 15.0219 12.5669 15.0219 13.696 14.938C14.3332 14.0019 14.9001 13.0199 15.392 12C14.9001 10.9801 14.3332 9.99804 13.696 9.06199C12.5669 8.97813 11.4331 8.97813 10.304 9.06199C9.6668 9.99804 9.09991 10.9801 8.608 12C9.09991 13.0199 9.6668 14.0019 10.304 14.938ZM16.156 10.21C16.251 9.95299 16.339 9.69999 16.419 9.44899C16.1568 9.3921 15.8934 9.34109 15.629 9.29599C15.8111 9.5969 15.9868 9.90164 16.156 10.21ZM6.13 9.83699C5.79 9.94699 5.468 10.067 5.166 10.197C3.701 10.825 3 11.535 3 12C3 12.465 3.7 13.175 5.166 13.803C5.468 13.933 5.79 14.053 6.13 14.163C6.352 13.463 6.627 12.737 6.955 12C6.63982 11.295 6.36439 10.5728 6.13 9.83699ZM7.58 9.44899C7.661 9.69899 7.749 9.95299 7.844 10.209C8.01353 9.90096 8.18957 9.59656 8.372 9.29599C8.102 9.34199 7.838 9.39299 7.581 9.44899H7.58ZM17.87 14.163C18.21 14.053 18.532 13.933 18.834 13.803C20.299 13.175 21 12.465 21 12C21 11.535 20.3 10.825 18.834 10.197C18.5183 10.0625 18.1966 9.94237 17.87 9.83699C17.648 10.537 17.373 11.263 17.045 12C17.373 12.737 17.648 13.462 17.87 14.163ZM16.42 14.551C16.339 14.301 16.251 14.047 16.156 13.791C15.9865 14.099 15.8104 14.4034 15.628 14.704C15.898 14.658 16.162 14.607 16.419 14.551H16.42Z",
fill: "currentColor"
}
)
});
// src/RepeatClock.tsx
var import_icon18 = require("@chakra-ui/icon");
var import_jsx_runtime8 = require("react/jsx-runtime");
var RepeatClockIcon = (0, import_icon18.createIcon)({
displayName: "RepeatClockIcon",
path: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("g", { fill: "currentColor", children: [
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { d: "M12.965,6a1,1,0,0,0-1,1v5.5a1,1,0,0,0,1,1h5a1,1,0,0,0,0-2h-3.75a.25.25,0,0,1-.25-.25V7A1,1,0,0,0,12.965,6Z" }),
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { d: "M12.567,1.258A10.822,10.822,0,0,0,2.818,8.4a.25.25,0,0,1-.271.163L.858,8.309a.514.514,0,0,0-.485.213.5.5,0,0,0-.021.53l2.679,4.7a.5.5,0,0,0,.786.107l3.77-3.746a.5.5,0,0,0-.279-.85L5.593,9.007a.25.25,0,0,1-.192-.35,8.259,8.259,0,1,1,7.866,11.59,1.25,1.25,0,0,0,.045,2.5h.047a10.751,10.751,0,1,0-.792-21.487Z" })
] })
});
// src/Edit.tsx
var import_icon19 = require("@chakra-ui/icon");
var import_jsx_runtime9 = require("react/jsx-runtime");
var EditIcon = (0, import_icon19.createIcon)({
displayName: "EditIcon",
path: /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("g", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeWidth: "2", children: [
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { d: "M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" }),
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { d: "M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z" })
] })
});
// src/ChevronLeft.tsx
var import_icon20 = require("@chakra-ui/icon");
var ChevronLeftIcon = (0, import_icon20.createIcon)({
d: "M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z",
displayName: "ChevronLeftIcon"
});
// src/ChevronRight.tsx
var import_icon21 = require("@chakra-ui/icon");
var ChevronRightIcon = (0, import_icon21.createIcon)({
d: "M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z",
displayName: "ChevronRightIcon"
});
// src/ChevronDown.tsx
var import_icon22 = require("@chakra-ui/icon");
var ChevronDownIcon = (0, import_icon22.createIcon)({
displayName: "ChevronDownIcon",
d: "M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"
});
// src/ChevronUp.tsx
var import_icon23 = require("@chakra-ui/icon");
var ChevronUpIcon = (0, import_icon23.createIcon)({
d: "M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z",
displayName: "ChevronUpIcon"
});
// src/ArrowBack.tsx
var import_icon24 = require("@chakra-ui/icon");
var ArrowBackIcon = (0, import_icon24.createIcon)({
d: "M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z",
displayName: "ArrowBackIcon"
});
// src/ArrowForward.tsx
var import_icon25 = require("@chakra-ui/icon");
var ArrowForwardIcon = (0, import_icon25.createIcon)({
d: "M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z",
displayName: "ArrowForwardIcon"
});
// src/ArrowUp.tsx
var import_icon26 = require("@chakra-ui/icon");
var ArrowUpIcon = (0, import_icon26.createIcon)({
d: "M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z",
displayName: "ArrowUpIcon"
});
// src/ArrowUpDown.tsx
var import_icon27 = require("@chakra-ui/icon");
var ArrowUpDownIcon = (0, import_icon27.createIcon)({
viewBox: "0 0 16 16",
d: "M11.891 9.992a1 1 0 1 1 1.416 1.415l-4.3 4.3a1 1 0 0 1-1.414 0l-4.3-4.3A1 1 0 0 1 4.71 9.992l3.59 3.591 3.591-3.591zm0-3.984L8.3 2.417 4.709 6.008a1 1 0 0 1-1.416-1.415l4.3-4.3a1 1 0 0 1 1.414 0l4.3 4.3a1 1 0 1 1-1.416 1.415z",
displayName: "ArrowUpDownIcon"
});
// src/ArrowDown.tsx
var import_icon28 = require("@chakra-ui/icon");
var ArrowDownIcon = (0, import_icon28.createIcon)({
d: "M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z",
displayName: "ArrowDownIcon"
});
// src/ExternalLink.tsx
var import_icon29 = require("@chakra-ui/icon");
var import_jsx_runtime10 = require("react/jsx-runtime");
var ExternalLinkIcon = (0, import_icon29.createIcon)({
displayName: "ExternalLinkIcon",
path: /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("g", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeWidth: "2", children: [
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" }),
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { d: "M15 3h6v6" }),
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { d: "M10 14L21 3" })
] })
});
// src/Link.tsx
var import_icon30 = require("@chakra-ui/icon");
var import_jsx_runtime11 = require("react/jsx-runtime");
var LinkIcon = (0, import_icon30.createIcon)({
displayName: "LinkIcon",
path: /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("g", { fill: "currentColor", children: [
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { d: "M10.458,18.374,7.721,21.11a2.853,2.853,0,0,1-3.942,0l-.892-.891a2.787,2.787,0,0,1,0-3.941l5.8-5.8a2.789,2.789,0,0,1,3.942,0l.893.892A1,1,0,0,0,14.94,9.952l-.893-.892a4.791,4.791,0,0,0-6.771,0l-5.8,5.8a4.787,4.787,0,0,0,0,6.77l.892.891a4.785,4.785,0,0,0,6.771,0l2.736-2.735a1,1,0,1,0-1.414-1.415Z" }),
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { d: "M22.526,2.363l-.892-.892a4.8,4.8,0,0,0-6.77,0l-2.905,2.9a1,1,0,0,0,1.414,1.414l2.9-2.9a2.79,2.79,0,0,1,3.941,0l.893.893a2.786,2.786,0,0,1,0,3.942l-5.8,5.8a2.769,2.769,0,0,1-1.971.817h0a2.766,2.766,0,0,1-1.969-.816,1,1,0,1,0-1.415,1.412,4.751,4.751,0,0,0,3.384,1.4h0a4.752,4.752,0,0,0,3.385-1.4l5.8-5.8a4.786,4.786,0,0,0,0-6.771Z" })
] })
});
// src/PlusSquare.tsx
var import_icon31 = require("@chakra-ui/icon");
var import_jsx_runtime12 = require("react/jsx-runtime");
var PlusSquareIcon = (0, import_icon31.createIcon)({
displayName: "PlusSquareIcon",
path: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("g", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeWidth: "2", children: [
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("rect", { height: "18", width: "18", rx: "2", ry: "2", x: "3", y: "3" }),
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { d: "M12 8v8" }),
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { d: "M8 12h8" })
] })
});
// src/Calendar.tsx
var import_icon32 = require("@chakra-ui/icon");
var CalendarIcon = (0, import_icon32.createIcon)({
displayName: "CalendarIcon",
viewBox: "0 0 14 14",
d: "M10.8889,5.5 L3.11111,5.5 L3.11111,7.05556 L10.8889,7.05556 L10.8889,5.5 Z M12.4444,1.05556 L11.6667,1.05556 L11.6667,0 L10.1111,0 L10.1111,1.05556 L3.88889,1.05556 L3.88889,0 L2.33333,0 L2.33333,1.05556 L1.55556,1.05556 C0.692222,1.05556 0.00777777,1.75556 0.00777777,2.61111 L0,12.5 C0,13.3556 0.692222,14 1.55556,14 L12.4444,14 C13.3,14 14,13.3556 14,12.5 L14,2.61111 C14,1.75556 13.3,1.05556 12.4444,1.05556 Z M12.4444,12.5 L1.55556,12.5 L1.55556,3.94444 L12.4444,3.94444 L12.4444,12.5 Z M8.55556,8.61111 L3.11111,8.61111 L3.11111,10.1667 L8.55556,10.1667 L8.55556,8.61111 Z"
});
// src/Chat.tsx
var import_icon33 = require("@chakra-ui/icon");
var ChatIcon = (0, import_icon33.createIcon)({
d: "M0.913134,0.920639 C1.49851,0.331726 2.29348,0 3.12342,0 L10.8766,0 C11.7065,0 12.5015,0.331725 13.0869,0.920639 C13.6721,1.50939 14,2.30689 14,3.13746 L14,8.12943 C13.9962,8.51443 13.9059,8.97125 13.7629,9.32852 C13.6128,9.683 13.3552,10.0709 13.0869,10.3462 C12.813,10.6163 12.4265,10.8761 12.0734,11.0274 C11.7172,11.1716 11.2607,11.263 10.8766,11.2669 L10.1234,11.2669 L10.1234,12.5676 L10.1209,12.5676 C10.1204,12.793 10.0633,13.0791 9.97807,13.262 C9.8627,13.466 9.61158,13.7198 9.40818,13.8382 L9.40824,13.8383 C9.4077,13.8386 9.40716,13.8388 9.40661,13.8391 C9.40621,13.8393 9.4058,13.8396 9.40539,13.8398 L9.40535,13.8397 C9.22958,13.9254 8.94505,13.9951 8.75059,14 L8.74789,14 C8.35724,13.9963 7.98473,13.8383 7.71035,13.5617 L5.39553,11.2669 L3.12342,11.2669 C2.29348,11.2669 1.49851,10.9352 0.913134,10.3462 C0.644826,10.0709 0.387187,9.683 0.23711,9.32852 C0.0941235,8.97125 0.00379528,8.51443 0,8.12943 L0,3.13746 C0,2.30689 0.327915,1.50939 0.913134,0.920639 Z M3.12342,1.59494 C2.71959,1.59494 2.33133,1.75628 2.04431,2.04503 C1.75713,2.33395 1.59494,2.72681 1.59494,3.13746 L1.59494,8.12943 C1.59114,8.35901 1.62114,8.51076 1.71193,8.72129 C1.79563,8.9346 1.88065,9.06264 2.04431,9.22185 C2.33133,9.5106 2.71959,9.67195 3.12342,9.67195 L5.72383,9.67195 C5.93413,9.67195 6.13592,9.75502 6.28527,9.90308 L8.52848,12.1269 L8.52848,10.4694 C8.52848,10.029 8.88552,9.67195 9.32595,9.67195 L10.8766,9.67195 C11.1034,9.67583 11.2517,9.64614 11.4599,9.55518 C11.6712,9.47132 11.7976,9.38635 11.9557,9.22185 C12.1193,9.06264 12.2044,8.9346 12.2881,8.72129 C12.3789,8.51076 12.4089,8.35901 12.4051,8.12943 L12.4051,3.13746 C12.4051,2.72681 12.2429,2.33394 11.9557,2.04503 C11.6687,1.75628 11.2804,1.59494 10.8766,1.59494 L3.12342,1.59494 Z",
displayName: "ChatIcon",
viewBox: "0 0 14 14"
});
// src/Time.tsx
var import_icon34 = require("@chakra-ui/icon");
var import_jsx_runtime13 = require("react/jsx-runtime");
var TimeIcon = (0, import_icon34.createIcon)({
displayName: "TimeIcon",
path: /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("g", { fill: "currentColor", children: [
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { d: "M12,0A12,12,0,1,0,24,12,12.014,12.014,0,0,0,12,0Zm0,22A10,10,0,1,1,22,12,10.011,10.011,0,0,1,12,22Z" }),
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { d: "M17.134,15.81,12.5,11.561V6.5a1,1,0,0,0-2,0V12a1,1,0,0,0,.324.738l4.959,4.545a1.01,1.01,0,0,0,1.413-.061A1,1,0,0,0,17.134,15.81Z" })
] })
});
// src/ArrowRight.tsx
var import_icon35 = require("@chakra-ui/icon");
var import_jsx_runtime14 = require("react/jsx-runtime");
var ArrowRightIcon = (0, import_icon35.createIcon)({
displayName: "ArrowRightIcon",
path: /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("g", { fill: "currentColor", children: [
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { d: "M13.584,12a2.643,2.643,0,0,1-.775,1.875L3.268,23.416a1.768,1.768,0,0,1-2.5-2.5l8.739-8.739a.25.25,0,0,0,0-.354L.768,3.084a1.768,1.768,0,0,1,2.5-2.5l9.541,9.541A2.643,2.643,0,0,1,13.584,12Z" }),
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { d: "M23.75,12a2.643,2.643,0,0,1-.775,1.875l-9.541,9.541a1.768,1.768,0,0,1-2.5-2.5l8.739-8.739a.25.25,0,0,0,0-.354L10.934,3.084a1.768,1.768,0,0,1,2.5-2.5l9.541,9.541A2.643,2.643,0,0,1,23.75,12Z" })
] })
});
// src/ArrowLeft.tsx
var import_icon36 = require("@chakra-ui/icon");
var import_jsx_runtime15 = require("react/jsx-runtime");
var ArrowLeftIcon = (0, import_icon36.createIcon)({
displayName: "ArrowLeftIcon",
path: /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("g", { fill: "currentColor", children: [
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: "M10.416,12a2.643,2.643,0,0,1,.775-1.875L20.732.584a1.768,1.768,0,0,1,2.5,2.5l-8.739,8.739a.25.25,0,0,0,0,.354l8.739,8.739a1.768,1.768,0,0,1-2.5,2.5l-9.541-9.541A2.643,2.643,0,0,1,10.416,12Z" }),
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { d: "M.25,12a2.643,2.643,0,0,1,.775-1.875L10.566.584a1.768,1.768,0,0,1,2.5,2.5L4.327,11.823a.25.25,0,0,0,0,.354l8.739,8.739a1.768,1.768,0,0,1-2.5,2.5L1.025,13.875A2.643,2.643,0,0,1,.25,12Z" })
] })
});
// src/AtSign.tsx
var import_icon37 = require("@chakra-ui/icon");
var AtSignIcon = (0, import_icon37.createIcon)({
displayName: "AtSignIcon",
d: "M12,.5A11.634,11.634,0,0,0,.262,12,11.634,11.634,0,0,0,12,23.5a11.836,11.836,0,0,0,6.624-2,1.25,1.25,0,1,0-1.393-2.076A9.34,9.34,0,0,1,12,21a9.132,9.132,0,0,1-9.238-9A9.132,9.132,0,0,1,12,3a9.132,9.132,0,0,1,9.238,9v.891a1.943,1.943,0,0,1-3.884,0V12A5.355,5.355,0,1,0,12,17.261a5.376,5.376,0,0,0,3.861-1.634,4.438,4.438,0,0,0,7.877-2.736V12A11.634,11.634,0,0,0,12,.5Zm0,14.261A2.763,2.763,0,1,1,14.854,12,2.812,2.812,0,0,1,12,14.761Z"
});
// src/Attachment.tsx
var import_icon38 = require("@chakra-ui/icon");
var AttachmentIcon = (0, import_icon38.createIcon)({
displayName: "AttachmentIcon",
d: "M21.843,3.455a6.961,6.961,0,0,0-9.846,0L1.619,13.832a5.128,5.128,0,0,0,7.252,7.252L17.3,12.653A3.293,3.293,0,1,0,12.646,8L7.457,13.184A1,1,0,1,0,8.871,14.6L14.06,9.409a1.294,1.294,0,0,1,1.829,1.83L7.457,19.67a3.128,3.128,0,0,1-4.424-4.424L13.411,4.869a4.962,4.962,0,1,1,7.018,7.018L12.646,19.67a1,1,0,1,0,1.414,1.414L21.843,13.3a6.96,6.96,0,0,0,0-9.846Z"
});
// src/UpDown.tsx
var import_icon39 = require("@chakra-ui/icon");
var UpDownIcon = (0, import_icon39.createIcon)({
displayName: "UpDownIcon",
viewBox: "-1 -1 9 11",
d: "M 3.5 0L 3.98809 -0.569442L 3.5 -0.987808L 3.01191 -0.569442L 3.5 0ZM 3.5 9L 3.01191 9.56944L 3.5 9.98781L 3.98809 9.56944L 3.5 9ZM 0.488094 3.56944L 3.98809 0.569442L 3.01191 -0.569442L -0.488094 2.43056L 0.488094 3.56944ZM 3.01191 0.569442L 6.51191 3.56944L 7.48809 2.43056L 3.98809 -0.569442L 3.01191 0.569442ZM -0.488094 6.56944L 3.01191 9.56944L 3.98809 8.43056L 0.488094 5.43056L -0.488094 6.56944ZM 3.98809 9.56944L 7.48809 6.56944L 6.51191 5.43056L 3.01191 8.43056L 3.98809 9.56944Z"
});
// src/Star.tsx
var import_icon40 = require("@chakra-ui/icon");
var StarIcon = (0, import_icon40.createIcon)({
d: "M23.555,8.729a1.505,1.505,0,0,0-1.406-.98H16.062a.5.5,0,0,1-.472-.334L13.405,1.222a1.5,1.5,0,0,0-2.81,0l-.005.016L8.41,7.415a.5.5,0,0,1-.471.334H1.85A1.5,1.5,0,0,0,.887,10.4l5.184,4.3a.5.5,0,0,1,.155.543L4.048,21.774a1.5,1.5,0,0,0,2.31,1.684l5.346-3.92a.5.5,0,0,1,.591,0l5.344,3.919a1.5,1.5,0,0,0,2.312-1.683l-2.178-6.535a.5.5,0,0,1,.155-.543l5.194-4.306A1.5,1.5,0,0,0,23.555,8.729Z",
displayName: "StarIcon"
});
// src/Email.tsx
var import_icon41 = require("@chakra-ui/icon");
var import_jsx_runtime16 = require("react/jsx-runtime");
var EmailIcon = (0, import_icon41.createIcon)({
displayName: "EmailIcon",
path: /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("g", { fill: "currentColor", children: [
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "M11.114,14.556a1.252,1.252,0,0,0,1.768,0L22.568,4.87a.5.5,0,0,0-.281-.849A1.966,1.966,0,0,0,22,4H2a1.966,1.966,0,0,0-.289.021.5.5,0,0,0-.281.849Z" }),
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "M23.888,5.832a.182.182,0,0,0-.2.039l-6.2,6.2a.251.251,0,0,0,0,.354l5.043,5.043a.75.75,0,1,1-1.06,1.061l-5.043-5.043a.25.25,0,0,0-.354,0l-2.129,2.129a2.75,2.75,0,0,1-3.888,0L7.926,13.488a.251.251,0,0,0-.354,0L2.529,18.531a.75.75,0,0,1-1.06-1.061l5.043-5.043a.251.251,0,0,0,0-.354l-6.2-6.2a.18.18,0,0,0-.2-.039A.182.182,0,0,0,0,6V18a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V6A.181.181,0,0,0,23.888,5.832Z" })
] })
});
// src/Phone.tsx
var import_icon42 = require("@chakra-ui/icon");
var PhoneIcon = (0, import_icon42.createIcon)({
d: "M2.20731,0.0127209 C2.1105,-0.0066419 1.99432,-0.00664663 1.91687,0.032079 C0.871279,0.438698 0.212942,1.92964 0.0580392,2.95587 C-0.426031,6.28627 2.20731,9.17133 4.62766,11.0689 C6.77694,12.7534 10.9012,15.5223 13.3409,12.8503 C13.6507,12.5211 14.0186,12.037 13.9993,11.553 C13.9412,10.7397 13.186,10.1588 12.6051,9.71349 C12.1598,9.38432 11.2304,8.47427 10.6495,8.49363 C10.1267,8.51299 9.79754,9.05515 9.46837,9.38432 L8.88748,9.96521 C8.79067,10.062 7.55145,9.24878 7.41591,9.15197 C6.91248,8.8228 6.4284,8.45491 6.00242,8.04829 C5.57644,7.64167 5.18919,7.19632 4.86002,6.73161 C4.7632,6.59607 3.96933,5.41495 4.04678,5.31813 C4.04678,5.31813 4.72448,4.58234 4.91811,4.2919 C5.32473,3.67229 5.63453,3.18822 5.16982,2.45243 C4.99556,2.18135 4.78257,1.96836 4.55021,1.73601 C4.14359,1.34875 3.73698,0.942131 3.27227,0.612963 C3.02055,0.419335 2.59457,0.0708094 2.20731,0.0127209 Z",
displayName: "PhoneIcon",
viewBox: "0 0 14 14"
});
// src/DragHandle.tsx
var import_icon43 = require("@chakra-ui/icon");
var DragHandleIcon = (0, import_icon43.createIcon)({
viewBox: "0 0 10 10",
d: "M3,2 C2.44771525,2 2,1.55228475 2,1 C2,0.44771525 2.44771525,0 3,0 C3.55228475,0 4,0.44771525 4,1 C4,1.55228475 3.55228475,2 3,2 Z M3,6 C2.44771525,6 2,5.55228475 2,5 C2,4.44771525 2.44771525,4 3,4 C3.55228475,4 4,4.44771525 4,5 C4,5.55228475 3.55228475,6 3,6 Z M3,10 C2.44771525,10 2,9.55228475 2,9 C2,8.44771525 2.44771525,8 3,8 C3.55228475,8 4,8.44771525 4,9 C4,9.55228475 3.55228475,10 3,10 Z M7,2 C6.44771525,2 6,1.55228475 6,1 C6,0.44771525 6.44771525,0 7,0 C7.55228475,0 8,0.44771525 8,1 C8,1.55228475 7.55228475,2 7,2 Z M7,6 C6.44771525,6 6,5.55228475 6,5 C6,4.44771525 6.44771525,4 7,4 C7.55228475,4 8,4.44771525 8,5 C8,5.55228475 7.55228475,6 7,6 Z M7,10 C6.44771525,10 6,9.55228475 6,9 C6,8.44771525 6.44771525,8 7,8 C7.55228475,8 8,8.44771525 8,9 C8,9.55228475 7.55228475,10 7,10 Z",
displayName: "DragHandleIcon"
});
// src/Spinner.tsx
var import_icon44 = require("@chakra-ui/icon");
var import_system = require("@chakra-ui/system");
var import_react = require("react");
var import_jsx_runtime17 = require("react/jsx-runtime");
var SpinnerIcon = (0, import_system.forwardRef)((props, ref) => {
const id = (0, import_react.useId)();
return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(import_icon44.Icon, { ref, viewBox: "0 0 24 24", ...props, children: [
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
"linearGradient",
{
x1: "28.154%",
y1: "63.74%",
x2: "74.629%",
y2: "17.783%",
id,
children: [
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("stop", { stopColor: "currentColor", offset: "0%" }),
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("stop", { stopColor: "#fff", stopOpacity: "0", offset: "100%" })
]
}
) }),
/* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("g", { transform: "translate(2)", fill: "none", children: [
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("circle", { stroke: `url(#${id})`, strokeWidth: "4", cx: "10", cy: "12", r: "10" }),
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
"path",
{
d: "M10 2C4.477 2 0 6.477 0 12",
stroke: "currentColor",
strokeWidth: "4"
}
),
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("rect", { fill: "currentColor", x: "8", width: "4", height: "4", rx: "8" })
] })
] });
});
// src/Close.tsx
var import_icon45 = require("@chakra-ui/icon");
var CloseIcon = (0, import_icon45.createIcon)({
displayName: "CloseIcon",
d: "M.439,21.44a1.5,1.5,0,0,0,2.122,2.121L11.823,14.3a.25.25,0,0,1,.354,0l9.262,9.263a1.5,1.5,0,1,0,2.122-2.121L14.3,12.177a.25.25,0,0,1,0-.354l9.263-9.262A1.5,1.5,0,0,0,21.439.44L12.177,9.7a.25.25,0,0,1-.354,0L2.561.44A1.5,1.5,0,0,0,.439,2.561L9.7,11.823a.25.25,0,0,1,0,.354Z"
});
// src/SmallClose.tsx
var import_icon46 = require("@chakra-ui/icon");
var import_jsx_runtime18 = require("react/jsx-runtime");
var SmallCloseIcon = (0, import_icon46.createIcon)({
displayName: "SmallCloseIcon",
viewBox: "0 0 16 16",
path: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
"path",
{
d: "M9.41 8l2.29-2.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71L8 6.59l-2.29-2.3a1.003 1.003 0 0 0-1.42 1.42L6.59 8 4.3 10.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71L8 9.41l2.29 2.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71L9.41 8z",
fillRule: "evenodd",
fill: "currentColor"
}
)
});
// src/NotAllowed.tsx
var import_icon47 = require("@chakra-ui/icon");
var NotAllowedIcon = (0, import_icon47.createIcon)({
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8 0-1.85.63-3.55 1.69-4.9L16.9 18.31C15.55 19.37 13.85 20 12 20zm6.31-3.1L7.1 5.69C8.45 4.63 10.15 4 12 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.55-1.69 4.9z",
displayName: "NotAllowedIcon"
});
// src/TriangleDown.tsx
var import_icon48 = require("@chakra-ui/icon");
var TriangleDownIcon = (0, import_icon48.createIcon)({
d: "M21,5H3C2.621,5,2.275,5.214,2.105,5.553C1.937,5.892,1.973,6.297,2.2,6.6l9,12 c0.188,0.252,0.485,0.4,0.8,0.4s0.611-0.148,0.8-0.4l9-12c0.228-0.303,0.264-0.708,0.095-1.047C21.725,5.214,21.379,5,21,5z",
displayName: "TriangleDownIcon"
});
// src/TriangleUp.tsx
var import_icon49 = require("@chakra-ui/icon");
var TriangleUpIcon = (0, import_icon49.createIcon)({
d: "M12.8,5.4c-0.377-0.504-1.223-0.504-1.6,0l-9,12c-0.228,0.303-0.264,0.708-0.095,1.047 C2.275,18.786,2.621,19,3,19h18c0.379,0,0.725-0.214,0.895-0.553c0.169-0.339,0.133-0.744-0.095-1.047L12.8,5.4z",
displayName: "TriangleUpIcon"
});
// src/InfoOutline.tsx
var import_icon50 = require("@chakra-ui/icon");
var import_jsx_runtime19 = require("react/jsx-runtime");
var InfoOutlineIcon = (0, import_icon50.createIcon)({
displayName: "InfoOutlineIcon",
path: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
"g",
{
fill: "currentColor",
stroke: "currentColor",
strokeLinecap: "square",
strokeWidth: "2",
children: [
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("circle", { cx: "12", cy: "12", fill: "none", r: "11", stroke: "currentColor" }),
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("line", { fill: "none", x1: "11.959", x2: "11.959", y1: "11", y2: "17" }),
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("circle", { cx: "11.959", cy: "7", r: "1", stroke: "none" })
]
}
)
});
// src/Bell.tsx
var import_icon51 = require("@chakra-ui/icon");
var BellIcon = (0, import_icon51.createIcon)({
displayName: "BellIcon",
d: "M12 22c1.1 0 2-.9 2-2h-4c0 1.1.89 2 2 2zm6-6v-5c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2z"
});
// src/Info.tsx
var import_icon52 = require("@chakra-ui/icon");
var InfoIcon = (0, import_icon52.createIcon)({
d: "M12,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0Zm.25,5a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,12.25,5ZM14.5,18.5h-4a1,1,0,0,1,0-2h.75a.25.25,0,0,0,.25-.25v-4.5a.25.25,0,0,0-.25-.25H10.5a1,1,0,0,1,0-2h1a2,2,0,0,1,2,2v4.75a.25.25,0,0,0,.25.25h.75a1,1,0,1,1,0,2Z"
});
// src/Question.tsx
var import_icon53 = require("@chakra-ui/icon");
var QuestionIcon = (0, import_icon53.createIcon)({
d: "M12,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0Zm0,19a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,12,19Zm1.6-6.08a1,1,0,0,0-.6.917,1,1,0,1,1-2,0,3,3,0,0,1,1.8-2.75A2,2,0,1,0,10,9.255a1,1,0,1,1-2,0,4,4,0,1,1,5.6,3.666Z",
displayName: "QuestionIcon"
});
// src/QuestionOutline.tsx
var import_icon54 = require("@chakra-ui/icon");
var import_jsx_runtime20 = require("react/jsx-runtime");
var QuestionOutlineIcon = (0, import_icon54.createIcon)({
displayName: "QuestionOutlineIcon",
path: /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("g", { stroke: "currentColor", strokeWidth: "1.5", children: [
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
"path",
{
strokeLinecap: "round",
fill: "none",
d: "M9,9a3,3,0,1,1,4,2.829,1.5,1.5,0,0,0-1,1.415V14.25"
}
),
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
"path",
{
fill: "none",
strokeLinecap: "round",
d: "M12,17.25a.375.375,0,1,0,.375.375A.375.375,0,0,0,12,17.25h0"
}
),
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("circle", { fill: "none", strokeMiterlimit: "10", cx: "12", cy: "12", r: "11.25" })
] })
});
// src/Warning.tsx
var import_icon55 = require("@chakra-ui/icon");
var WarningIcon = (0, import_icon55.createIcon)({
d: "M11.983,0a12.206,12.206,0,0,0-8.51,3.653A11.8,11.8,0,0,0,0,12.207,11.779,11.779,0,0,0,11.8,24h.214A12.111,12.111,0,0,0,24,11.791h0A11.766,11.766,0,0,0,11.983,0ZM10.5,16.542a1.476,1.476,0,0,1,1.449-1.53h.027a1.527,1.527,0,0,1,1.523,1.47,1.475,1.475,0,0,1-1.449,1.53h-.027A1.529,1.529,0,0,1,10.5,16.542ZM11,12.5v-6a1,1,0,0,1,2,0v6a1,1,0,1,1-2,0Z",
displayName: "WarningIcon"
});
// src/WarningTwo.tsx
var import_icon56 = require("@chakra-ui/icon");
var WarningTwoIcon = (0, import_icon56.createIcon)({
displayName: "WarningTwoIcon",
d: "M23.119,20,13.772,2.15h0a2,2,0,0,0-3.543,0L.881,20a2,2,0,0,0,1.772,2.928H21.347A2,2,0,0,0,23.119,20ZM11,8.423a1,1,0,0,1,2,0v6a1,1,0,1,1-2,0Zm1.05,11.51h-.028a1.528,1.528,0,0,1-1.522-1.47,1.476,1.476,0,0,1,1.448-1.53h.028A1.527,1.527,0,0,1,13.5,18.4,1.475,1.475,0,0,1,12.05,19.933Z"
});
// src/Check.tsx
var import_icon57 = require("@chakra-ui/icon");
var import_jsx_runtime21 = require("react/jsx-runtime");
var CheckIcon = (0, import_icon57.createIcon)({
viewBox: "0 0 14 14",
path: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("g", { fill: "currentColor", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("polygon", { points: "5.5 11.9993304 14 3.49933039 12.5 2 5.5 8.99933039 1.5 4.9968652 0 6.49933039" }) })
});
// src/Minus.tsx
var import_icon58 = require("@chakra-ui/icon");
var import_jsx_runtime22 = require("react/jsx-runtime");
var MinusIcon = (0, import_icon58.createIcon)({
displayName: "MinusIcon",
path: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("g", { fill: "currentColor", children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("rect", { height: "4", width: "20", x: "2", y: "10" }) })
});
// src/Hamburger.tsx
var import_icon59 = require("@chakra-ui/icon");
var HamburgerIcon = (0, import_icon59.createIcon)({
displayName: "HamburgerIcon",
viewBox: "0 0 24 24",
d: "M 3 5 A 1.0001 1.0001 0 1 0 3 7 L 21 7 A 1.0001 1.0001 0 1 0 21 5 L 3 5 z M 3 11 A 1.0001 1.0001 0 1 0 3 13 L 21 13 A 1.0001 1.0001 0 1 0 21 11 L 3 11 z M 3 17 A 1.0001 1.0001 0 1 0 3 19 L 21 19 A 1.0001 1.0001 0 1 0 21 17 L 3 17 z"
});
// src/index.ts
__reExport(src_exports, require("@chakra-ui/icon"), module.exports);
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
AddIcon,
ArrowBackIcon,
ArrowDownIcon,
ArrowForwardIcon,
ArrowLeftIcon,
ArrowRightIcon,
ArrowUpDownIcon,
ArrowUpIcon,
AtSignIcon,
AttachmentIcon,
BellIcon,
CalendarIcon,
ChatIcon,
CheckCircleIcon,
CheckIcon,
ChevronDownIcon,
ChevronLeftIcon,
ChevronRightIcon,
ChevronUpIcon,
CloseIcon,
CopyIcon,
DeleteIcon,
DownloadIcon,
DragHandleIcon,
EditIcon,
EmailIcon,
ExternalLinkIcon,
HamburgerIcon,
InfoIcon,
InfoOutlineIcon,
LinkIcon,
LockIcon,
MinusIcon,
MoonIcon,
NotAllowedIcon,
PhoneIcon,
PlusSquareIcon,
QuestionIcon,
QuestionOutlineIcon,
ReactIcon,
RepeatClockIcon,
RepeatIcon,
Search2Icon,
SearchIcon,
SettingsIcon,
SmallAddIcon,
SmallCloseIcon,
SpinnerIcon,
StarIcon,
SunIcon,
TimeIcon,
TriangleDownIcon,
TriangleUpIcon,
UnlockIcon,
UpDownIcon,
ViewIcon,
ViewOffIcon,
WarningIcon,
WarningTwoIcon,
...require("@chakra-ui/icon")
});
//# sourceMappingURL=index.js.map