@1771technologies/lytenyte-pro
Version:
87 lines (86 loc) • 2.73 kB
JavaScript
import { jsxs, jsx } from "react/jsx-runtime";
const DragGroupIcon = (props) => {
return /* @__PURE__ */ jsxs(
"svg",
{
width: "18",
height: "20",
viewBox: "0 0 18 20",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsx(
"path",
{
d: "M11.5259 3.50043V3.50043C11.5259 2.46034 10.6827 1.61719 9.64265 1.61719H3.11104C1.94919 1.61719 1.00732 2.55905 1.00732 3.7209V10.1431C1.00732 11.2436 1.89948 12.1358 3 12.1358V12.1358",
stroke: "currentcolor",
strokeWidth: "1.57779",
strokeLinecap: "square",
strokeLinejoin: "round",
strokeDasharray: "0.11 2.63"
}
),
/* @__PURE__ */ jsx(
"path",
{
d: "M12.1834 16.8711C11.7926 17.702 10.5874 17.6295 10.2992 16.7576L8.43054 11.1062C8.16838 10.3134 8.92144 9.56029 9.71431 9.82245L15.3657 11.691C16.2376 11.9793 16.3102 13.1845 15.4792 13.5753L13.5689 14.4737C13.3548 14.5744 13.1826 14.7467 13.0819 14.9608L12.1834 16.8711Z",
stroke: "currentcolor",
strokeWidth: "1.57779",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsx(
"path",
{
d: "M14.5186 8.09091V7.10371C14.5186 5.94186 13.5767 5 12.4149 5H6.10371C4.94186 5 4 5.94187 4 7.10372V13.4149C4 14.5767 4.94186 15.5186 6.10371 15.5186H6.48109",
stroke: "currentcolor",
strokeWidth: "1.57779",
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
};
function SearchIcon(props) {
return /* @__PURE__ */ jsxs(
"svg",
{
width: "20",
height: "20",
viewBox: "0 0 20 20",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsx(
"path",
{
d: "M13.8976 13.8707C16.5579 11.2103 16.5579 6.89709 13.8976 4.23677C11.2373 1.57645 6.92404 1.57645 4.26372 4.23677C1.6034 6.89709 1.6034 11.2103 4.26372 13.8707C6.92404 16.531 11.2373 16.531 13.8976 13.8707Z",
stroke: "currentcolor",
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsx(
"path",
{
d: "M14.2793 14.252L18.0293 18.002",
stroke: "currentcolor",
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
}
export {
DragGroupIcon as D,
SearchIcon as S
};