UNPKG

alinea

Version:
27 lines (25 loc) 645 B
import "../../chunks/chunk-NZLE2WMY.js"; // src/ui/icons/IcBaselineContentCopy.tsx import { jsx } from "react/jsx-runtime"; function IcBaselineContentCopy(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: "M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z" } ) } ); } export { IcBaselineContentCopy };