@1771technologies/lytenyte-pro
Version:
187 lines (186 loc) • 5.38 kB
JavaScript
import { jsxs, jsx } from "react/jsx-runtime";
const ColumnPivotIcon = (props) => {
return /* @__PURE__ */ jsxs(
"svg",
{
width: "14",
height: "18",
viewBox: "0 0 14 18",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: [
/* @__PURE__ */ jsx(
"path",
{
d: "M1.125 16.2822L1.125 1.57926",
stroke: "currentcolor",
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsx(
"path",
{
d: "M6.93604 16.2822L6.93603 9.71044",
stroke: "currentcolor",
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsx(
"path",
{
d: "M12.8438 16.2822L12.8437 9.78223",
stroke: "currentcolor",
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsx(
"path",
{
d: "M10.2036 6.78223L10.2036 3.9538L7.37519 3.9538",
stroke: "currentcolor",
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsx(
"path",
{
d: "M13.0317 3.95312L10.2033 3.95313L10.2033 1.1247",
stroke: "currentcolor",
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
};
const DragIcon = ({
dragRef,
...props
}) => {
return /* @__PURE__ */ jsx(
"svg",
{
width: "20",
height: "20",
viewBox: "0 0 15 15",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
ref: dragRef,
children: /* @__PURE__ */ jsx(
"path",
{
d: "M5.5 4.625C6.12132 4.625 6.625 4.12132 6.625 3.5C6.625 2.87868 6.12132 2.375 5.5 2.375C4.87868 2.375 4.375 2.87868 4.375 3.5C4.375 4.12132 4.87868 4.625 5.5 4.625ZM9.5 4.625C10.1213 4.625 10.625 4.12132 10.625 3.5C10.625 2.87868 10.1213 2.375 9.5 2.375C8.87868 2.375 8.375 2.87868 8.375 3.5C8.375 4.12132 8.87868 4.625 9.5 4.625ZM10.625 7.5C10.625 8.12132 10.1213 8.625 9.5 8.625C8.87868 8.625 8.375 8.12132 8.375 7.5C8.375 6.87868 8.87868 6.375 9.5 6.375C10.1213 6.375 10.625 6.87868 10.625 7.5ZM5.5 8.625C6.12132 8.625 6.625 8.12132 6.625 7.5C6.625 6.87868 6.12132 6.375 5.5 6.375C4.87868 6.375 4.375 6.87868 4.375 7.5C4.375 8.12132 4.87868 8.625 5.5 8.625ZM10.625 11.5C10.625 12.1213 10.1213 12.625 9.5 12.625C8.87868 12.625 8.375 12.1213 8.375 11.5C8.375 10.8787 8.87868 10.375 9.5 10.375C10.1213 10.375 10.625 10.8787 10.625 11.5ZM5.5 12.625C6.12132 12.625 6.625 12.1213 6.625 11.5C6.625 10.8787 6.12132 10.375 5.5 10.375C4.87868 10.375 4.375 10.8787 4.375 11.5C4.375 12.1213 4.87868 12.625 5.5 12.625Z",
fill: "currentColor",
fillRule: "evenodd",
clipRule: "evenodd"
}
)
}
);
};
const MeasuresIcon = (props) => {
return /* @__PURE__ */ jsx(
"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: "M15 6.25V4H5L10.7143 10L5 16H15V13.75",
stroke: "currentcolor",
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
}
);
};
const RowGroupIcon = (p) => {
return /* @__PURE__ */ jsxs(
"svg",
{
width: "18",
height: "14",
viewBox: "0 0 18 14",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...p,
children: [
/* @__PURE__ */ jsx(
"path",
{
d: "M1.5 0.75H16.203",
stroke: "currentcolor",
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsx(
"path",
{
d: "M1.5 6.56055H8.07178",
stroke: "currentcolor",
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsx(
"path",
{
d: "M1.5 12.4688H8",
stroke: "currentcolor",
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsx(
"path",
{
d: "M11 9.82812L13.8284 9.82813L13.8284 6.9997",
stroke: "currentcolor",
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsx(
"path",
{
d: "M13.8286 12.6572L13.8286 9.8288L16.657 9.8288",
stroke: "currentcolor",
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
};
export {
ColumnPivotIcon as C,
DragIcon as D,
MeasuresIcon as M,
RowGroupIcon as R
};