alinea
Version:
Headless git-based CMS
19 lines (17 loc) • 614 B
JavaScript
import "../../chunks/chunk-NZLE2WMY.js";
// src/ui/icons/IcRoundDragHandle.tsx
import { jsx } from "react/jsx-runtime";
function IcRoundDragHandle(props) {
return /* @__PURE__ */ jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx(
"path",
{
fill: "currentColor",
d: "M19 9H5c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zM5 15h14c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1 .45-1 1s.45 1 1 1z"
}
) });
}
var IcRoundDragHandle_default = IcRoundDragHandle;
export {
IcRoundDragHandle,
IcRoundDragHandle_default as default
};