UNPKG

alinea

Version:
38 lines (36 loc) 882 B
import "../../chunks/chunk-NZLE2WMY.js"; // src/ui/icons/IcTwotoneFolder.tsx import { jsx, jsxs } from "react/jsx-runtime"; function IcTwotoneFolder(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: "m11.17 8l-.58-.59L9.17 6H4v12h16V8h-8z", opacity: ".1" } ), /* @__PURE__ */ jsx( "path", { fill: "currentColor", d: "M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2m0 12H4V6h5.17l1.41 1.41l.59.59H20z" } ) ] } ); } export { IcTwotoneFolder };