obra-inspired-icons
Version:
A collection of icons for Obra Studio
1,564 lines (1,561 loc) • 42.4 kB
JavaScript
'use strict';
var jsxRuntime = require('react/jsx-runtime');
// src/icons/ArrowLeft.tsx
var SvgArrowLeft = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M12 19L5 12L12 5",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M19 12H5",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var ArrowLeft_default = SvgArrowLeft;
var SvgArrowRight = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M5 12H19",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M12 5L19 12L12 19",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var ArrowRight_default = SvgArrowRight;
var SvgArrowUpDown = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M21 16L17 20L13 16",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M17 20V4",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M3 8L7 4L11 8",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M7 4V20",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var ArrowUpDown_default = SvgArrowUpDown;
var SvgBadgeCheck = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M3.85019 8.6201C3.70423 7.96262 3.72665 7.27894 3.91535 6.63244C4.10405 5.98593 4.45294 5.39754 4.92966 4.92182C5.40638 4.4461 5.9955 4.09844 6.6424 3.91109C7.2893 3.72374 7.97303 3.70276 8.63019 3.8501C8.9919 3.2844 9.4902 2.81886 10.0791 2.49638C10.6681 2.17391 11.3287 2.00488 12.0002 2.00488C12.6716 2.00488 13.3323 2.17391 13.9212 2.49638C14.5102 2.81886 15.0085 3.2844 15.3702 3.8501C16.0284 3.70212 16.7133 3.72301 17.3612 3.91081C18.0091 4.09862 18.599 4.44724 19.076 4.92425C19.5531 5.40126 19.9017 5.99117 20.0895 6.6391C20.2773 7.28703 20.2982 7.97193 20.1502 8.6301C20.7159 8.99181 21.1814 9.4901 21.5039 10.079C21.8264 10.668 21.9954 11.3286 21.9954 12.0001C21.9954 12.6715 21.8264 13.3322 21.5039 13.9211C21.1814 14.5101 20.7159 15.0084 20.1502 15.3701C20.2975 16.0273 20.2765 16.711 20.0892 17.3579C19.9018 18.0048 19.5542 18.5939 19.0785 19.0706C18.6027 19.5473 18.0144 19.8962 17.3679 20.0849C16.7213 20.2736 16.0377 20.2961 15.3802 20.1501C15.019 20.718 14.5203 21.1855 13.9303 21.5094C13.3404 21.8333 12.6782 22.0032 12.0052 22.0032C11.3322 22.0032 10.67 21.8333 10.0801 21.5094C9.49011 21.1855 8.99143 20.718 8.63019 20.1501C7.97303 20.2974 7.2893 20.2765 6.6424 20.0891C5.9955 19.9018 5.40638 19.5541 4.92966 19.0784C4.45294 18.6027 4.10405 18.0143 3.91535 17.3678C3.72665 16.7213 3.70423 16.0376 3.85019 15.3801C3.28015 15.0193 2.81061 14.5203 2.48524 13.9293C2.15988 13.3384 1.98926 12.6747 1.98926 12.0001C1.98926 11.3255 2.15988 10.6618 2.48524 10.0709C2.81061 9.47992 3.28015 8.98085 3.85019 8.6201Z",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M9 12L11 14L15 10",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var BadgeCheck_default = SvgBadgeCheck;
var SvgBookmark = (props) => /* @__PURE__ */ jsxRuntime.jsx(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: /* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M19 21L12 17L5 21V5C5 4.46957 5.21071 3.96086 5.58579 3.58579C5.96086 3.21071 6.46957 3 7 3H17C17.5304 3 18.0391 3.21071 18.4142 3.58579C18.7893 3.96086 19 4.46957 19 5V21Z",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
}
);
var Bookmark_default = SvgBookmark;
var SvgCalendar = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M8 2V6",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M16 2V6",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M19 4H5C3.89543 4 3 4.89543 3 6V20C3 21.1046 3.89543 22 5 22H19C20.1046 22 21 21.1046 21 20V6C21 4.89543 20.1046 4 19 4Z",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M3 10H21",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var Calendar_default = SvgCalendar;
var SvgCheck = (props) => /* @__PURE__ */ jsxRuntime.jsx(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: /* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M20 6L9 17L4 12",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
}
);
var Check_default = SvgCheck;
var SvgChevronDown = (props) => /* @__PURE__ */ jsxRuntime.jsx(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: /* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M6 9L12 15L18 9",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
}
);
var ChevronDown_default = SvgChevronDown;
var SvgChevronLeft = (props) => /* @__PURE__ */ jsxRuntime.jsx(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: /* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M15 18L9 12L15 6",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
}
);
var ChevronLeft_default = SvgChevronLeft;
var SvgChevronRight = (props) => /* @__PURE__ */ jsxRuntime.jsx(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: /* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M9 18L15 12L9 6",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
}
);
var ChevronRight_default = SvgChevronRight;
var SvgChevronUp = (props) => /* @__PURE__ */ jsxRuntime.jsx(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: /* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M18 15L12 9L6 15",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
}
);
var ChevronUp_default = SvgChevronUp;
var SvgChevronsUpDown = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M7 15L12 20L17 15",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M7 9L12 4L17 9",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var ChevronsUpDown_default = SvgChevronsUpDown;
var SvgCircleAlert = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M12 8V12",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M12 16H12.01",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var CircleAlert_default = SvgCircleAlert;
var SvgCircleCheck = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M9 12L11 14L15 10",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var CircleCheck_default = SvgCircleCheck;
var SvgCircleDashed = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M10.0996 2.18216C11.3546 1.93928 12.6446 1.93928 13.8996 2.18216",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M13.8996 21.8184C12.6446 22.0612 11.3546 22.0612 10.0996 21.8184",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M17.6094 3.7207C18.6708 4.43993 19.5841 5.35657 20.2994 6.4207",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M2.18216 13.8996C1.93928 12.6446 1.93928 11.3546 2.18216 10.0996",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M20.2791 17.6094C19.5599 18.6708 18.6432 19.5841 17.5791 20.2994",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M21.8184 10.0996C22.0612 11.3546 22.0612 12.6446 21.8184 13.8996",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M3.7207 6.39117C4.43993 5.3297 5.35657 4.41645 6.4207 3.70117",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M6.39117 20.2791C5.3297 19.5599 4.41645 18.6432 3.70117 17.5791",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var CircleDashed_default = SvgCircleDashed;
var SvgClock1 = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M12 6V12L14.5 8",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var Clock1_default = SvgClock1;
var SvgColumns = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3Z",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M12 3V21",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var Columns_default = SvgColumns;
var SvgEllipsisVertical = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M11 12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12Z",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M11 19C11 19.5523 11.4477 20 12 20C12.5523 20 13 19.5523 13 19C13 18.4477 12.5523 18 12 18C11.4477 18 11 18.4477 11 19Z",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M11 5C11 5.55228 11.4477 6 12 6C12.5523 6 13 5.55228 13 5C13 4.44772 12.5523 4 12 4C11.4477 4 11 4.44772 11 5Z",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var EllipsisVertical_default = SvgEllipsisVertical;
var SvgEllipsis = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M19 13C19.5523 13 20 12.5523 20 12C20 11.4477 19.5523 11 19 11C18.4477 11 18 11.4477 18 12C18 12.5523 18.4477 13 19 13Z",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M5 13C5.55228 13 6 12.5523 6 12C6 11.4477 5.55228 11 5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13Z",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var Ellipsis_default = SvgEllipsis;
var SvgExternalLink = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M20 4L9 15",
stroke: "currentColor",
strokeWidth: 1.5,
strokeMiterlimit: 10,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M14 4L20 4L20 10",
stroke: "currentColor",
strokeWidth: 1.5,
strokeMiterlimit: 10,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M18 14V19C18 19.5523 17.5523 20 17 20H5C4.44772 20 4 19.5523 4 19V7C4 6.44772 4.44772 6 5 6H10",
stroke: "currentColor",
strokeWidth: 1.5,
strokeMiterlimit: 10,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var ExternalLink_default = SvgExternalLink;
var SvgListFilter = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M3 6H21",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M7 12H17",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M10 18H14",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var ListFilter_default = SvgListFilter;
var SvgLoader = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M12 2V6",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M16.2002 7.80039L19.1002 4.90039",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M18 12H22",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M16.2002 16.2002L19.1002 19.1002",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M12 18V22",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M4.90039 19.1002L7.80039 16.2002",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M2 12H6",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M4.90039 4.90039L7.80039 7.80039",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var Loader_default = SvgLoader;
var SvgLock = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M18 11H6C5.44772 11 5 11.4477 5 12V20C5 20.5523 5.44772 21 6 21H18C18.5523 21 19 20.5523 19 20V12C19 11.4477 18.5523 11 18 11Z",
stroke: "currentColor",
strokeWidth: 1.5,
strokeMiterlimit: 10,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M16 7V11H8V7C8 4.8 9.8 3 12 3C14.2 3 16 4.8 16 7Z",
stroke: "currentColor",
strokeWidth: 1.5,
strokeMiterlimit: 10,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var Lock_default = SvgLock;
var SvgLogOut = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M16 17L21 12L16 7",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M21 12H9",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M9 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H9",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var LogOut_default = SvgLogOut;
var SvgMail = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M22 7L13.009 12.727C12.7039 12.9042 12.3573 12.9976 12.0045 12.9976C11.6517 12.9976 11.3051 12.9042 11 12.727L2 7",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M20 4H4C2.89543 4 2 4.89543 2 6V18C2 19.1046 2.89543 20 4 20H20C21.1046 20 22 19.1046 22 18V6C22 4.89543 21.1046 4 20 4Z",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var Mail_default = SvgMail;
var SvgMinus = (props) => /* @__PURE__ */ jsxRuntime.jsx(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: /* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M5 12H19",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
}
);
var Minus_default = SvgMinus;
var SvgPanelLeftClose = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3Z",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M9 3V21",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M16 15L13 12L16 9",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var PanelLeftClose_default = SvgPanelLeftClose;
var SvgPanelLeftOpen = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3Z",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M9 3V21",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M14 9L17 12L14 15",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var PanelLeftOpen_default = SvgPanelLeftOpen;
var SvgPanelLeft = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3Z",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M9 3V21",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var PanelLeft_default = SvgPanelLeft;
var SvgPencil = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M21.1739 6.81238C21.7026 6.2838 21.9997 5.56685 21.9998 4.81923C21.9999 4.07162 21.703 3.35459 21.1744 2.82588C20.6459 2.29717 19.9289 2.00009 19.1813 2C18.4337 1.99991 17.7166 2.2968 17.1879 2.82538L3.84193 16.1744C3.60975 16.4059 3.43805 16.6909 3.34193 17.0044L2.02093 21.3564C1.99509 21.4429 1.99314 21.5347 2.01529 21.6222C2.03743 21.7097 2.08285 21.7896 2.14673 21.8534C2.21061 21.9172 2.29055 21.9624 2.37809 21.9845C2.46563 22.0065 2.55749 22.0044 2.64393 21.9784L6.99693 20.6584C7.3101 20.5631 7.59511 20.3925 7.82693 20.1614L21.1739 6.81238Z",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M15 5L19 9",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var Pencil_default = SvgPencil;
var SvgPlus = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M5 12H19",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M12 5V19",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var Plus_default = SvgPlus;
var SvgSearch = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M21.0002 21.0002L16.6602 16.6602",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var Search_default = SvgSearch;
var SvgShieldAlert = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M20 13.0004C20 18.0004 16.5 20.5005 12.34 21.9505C12.1222 22.0243 11.8855 22.0207 11.67 21.9405C7.5 20.5005 4 18.0004 4 13.0004V6.00045C4 5.73523 4.10536 5.48088 4.29289 5.29334C4.48043 5.10581 4.73478 5.00045 5 5.00045C7 5.00045 9.5 3.80045 11.24 2.28045C11.4519 2.09945 11.7214 2 12 2C12.2786 2 12.5481 2.09945 12.76 2.28045C14.51 3.81045 17 5.00045 19 5.00045C19.2652 5.00045 19.5196 5.10581 19.7071 5.29334C19.8946 5.48088 20 5.73523 20 6.00045V13.0004Z",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M12 8V12",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M12 16H12.01",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var ShieldAlert_default = SvgShieldAlert;
var SvgSlash = (props) => /* @__PURE__ */ jsxRuntime.jsx(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: /* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M22 2L2 22",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
}
);
var Slash_default = SvgSlash;
var SvgSquareDashed = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M5 3C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M21 19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M5 21C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M9 3H10",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M9 21H10",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M14 3H15",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M14 21H15",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M3 9V10",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M21 9V10",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M3 14V15",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M21 14V15",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var SquareDashed_default = SvgSquareDashed;
var SvgTrash = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M3 6H21",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M19 6V20C19 21 18 22 17 22H7C6 22 5 21 5 20V6",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M8 6V4C8 3 9 2 10 2H14C15 2 16 3 16 4V6",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var Trash_default = SvgTrash;
var SvgTrendingUp = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M16 7H22V13",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M22 7L13.5 15.5L8.5 10.5L2 17",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var TrendingUp_default = SvgTrendingUp;
var SvgUser = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M19 21V19C19 17.9391 18.5786 16.9217 17.8284 16.1716C17.0783 15.4214 16.0609 15 15 15H9C7.93913 15 6.92172 15.4214 6.17157 16.1716C5.42143 16.9217 5 17.9391 5 19V21",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M12 11C14.2091 11 16 9.20914 16 7C16 4.79086 14.2091 3 12 3C9.79086 3 8 4.79086 8 7C8 9.20914 9.79086 11 12 11Z",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var User_default = SvgUser;
var SvgX = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
"svg",
{
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M18 6L6 18",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsxRuntime.jsx(
"path",
{
d: "M6 6L18 18",
stroke: "currentColor",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
var X_default = SvgX;
exports.ArrowLeft = ArrowLeft_default;
exports.ArrowRight = ArrowRight_default;
exports.ArrowUpDown = ArrowUpDown_default;
exports.BadgeCheck = BadgeCheck_default;
exports.Bookmark = Bookmark_default;
exports.Calendar = Calendar_default;
exports.Check = Check_default;
exports.ChevronDown = ChevronDown_default;
exports.ChevronLeft = ChevronLeft_default;
exports.ChevronRight = ChevronRight_default;
exports.ChevronUp = ChevronUp_default;
exports.ChevronsUpDown = ChevronsUpDown_default;
exports.CircleAlert = CircleAlert_default;
exports.CircleCheck = CircleCheck_default;
exports.CircleDashed = CircleDashed_default;
exports.Clock1 = Clock1_default;
exports.Columns = Columns_default;
exports.Ellipsis = Ellipsis_default;
exports.EllipsisVertical = EllipsisVertical_default;
exports.ExternalLink = ExternalLink_default;
exports.ListFilter = ListFilter_default;
exports.Loader = Loader_default;
exports.Lock = Lock_default;
exports.LogOut = LogOut_default;
exports.Mail = Mail_default;
exports.Minus = Minus_default;
exports.PanelLeft = PanelLeft_default;
exports.PanelLeftClose = PanelLeftClose_default;
exports.PanelLeftOpen = PanelLeftOpen_default;
exports.Pencil = Pencil_default;
exports.Plus = Plus_default;
exports.Search = Search_default;
exports.ShieldAlert = ShieldAlert_default;
exports.Slash = Slash_default;
exports.SquareDashed = SquareDashed_default;
exports.Trash = Trash_default;
exports.TrendingUp = TrendingUp_default;
exports.User = User_default;
exports.X = X_default;
//# sourceMappingURL=out.js.map
//# sourceMappingURL=index.js.map