UNPKG

alinea

Version:
38 lines (36 loc) 882 B
import "../../chunks/chunk-NZLE2WMY.js"; // src/ui/icons/IcTwotoneDescription.tsx import { jsx, jsxs } from "react/jsx-runtime"; function IcTwotoneDescription(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-5zm3 14H8v-2h8zm0-6v2H8v-2z", opacity: ".1" } ), /* @__PURE__ */ jsx( "path", { fill: "currentColor", d: "M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8zm4 18H6V4h7v5h5z" } ) ] } ); } export { IcTwotoneDescription };