alinea
Version:
Headless git-based CMS
17 lines (15 loc) • 637 B
JavaScript
import "../../chunks/chunk-NZLE2WMY.js";
// src/ui/icons/TableInsertRowBefore.tsx
import { jsx } from "react/jsx-runtime";
function TableInsertRowBefore(props) {
return /* @__PURE__ */ jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx(
"path",
{
fill: "currentColor",
d: "M6 4a1 1 0 1 1 0 2H5v6h14V6h-1a1 1 0 0 1 0-2h2c.6 0 1 .4 1 1v13a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5c0-.6.4-1 1-1h2Zm5 10H5v4h6v-4Zm8 0h-6v4h6v-4ZM12 3c.5 0 1 .4 1 .9V6h2a1 1 0 0 1 0 2h-2v2a1 1 0 0 1-2 .1V8H9a1 1 0 0 1 0-2h2V4c0-.6.4-1 1-1Z"
}
) });
}
export {
TableInsertRowBefore
};