UNPKG

alinea

Version:
27 lines (25 loc) 630 B
import "../../chunks/chunk-NZLE2WMY.js"; // src/ui/icons/IcOutlineTableRows.tsx import { jsx } from "react/jsx-runtime"; function IcOutlineTableRows(props) { return /* @__PURE__ */ jsx( "svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx( "path", { fill: "currentColor", d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 2v3H5V5h14zm0 5v4H5v-4h14zM5 19v-3h14v3H5z" } ) } ); } export { IcOutlineTableRows };