UNPKG

alinea

Version:
31 lines (29 loc) 781 B
import "../../chunks/chunk-NZLE2WMY.js"; // src/ui/icons/IcTwotoneInsertDriveFile.tsx import { jsx, jsxs } from "react/jsx-runtime"; function IcTwotoneInsertDriveFile(props) { return /* @__PURE__ */ jsxs( "svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", opacity: ".9", ...props, children: [ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13 4H6v16h12V9h-5z", opacity: ".1" }), /* @__PURE__ */ jsx( "path", { fill: "currentColor", d: "m20 8l-6-6H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2zm-2 12H6V4h7v5h5z" } ) ] } ); } export { IcTwotoneInsertDriveFile };