UNPKG

alinea

Version:
17 lines (15 loc) 686 B
import "../../chunks/chunk-NZLE2WMY.js"; // src/ui/icons/TableHeaderRow.tsx import { jsx } from "react/jsx-runtime"; function TableHeaderRow(props) { return /* @__PURE__ */ jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx( "path", { fill: "currentColor", d: "M19,4 C20.1045695,4 21,4.8954305 21,6 L21,18 C21,19.1045695 20.1045695,20 19,20 L5,20 C3.8954305,20 3,19.1045695 3,18 L3,6 C3,4.8954305 3.8954305,4 5,4 L19,4 Z M11,15 L5,15 L5,18 L11,18 L11,15 Z M19,15 L13,15 L13,18 L19,18 L19,15 Z M19,10 L13,10 L13,13 L19,13 L19,10 Z M5,13 L11,13 L11,10 L5,10 L5,13 Z" } ) }); } export { TableHeaderRow };