UNPKG

alinea

Version:
27 lines (25 loc) 623 B
import "../../chunks/chunk-NZLE2WMY.js"; // src/ui/icons/IcOutlineInsertDriveFile.tsx import { jsx } from "react/jsx-runtime"; function IcOutlineInsertDriveFile(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: "M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zM6 20V4h7v5h5v11H6z" } ) } ); } export { IcOutlineInsertDriveFile };