alinea
Version:
Headless git-based CMS
36 lines (34 loc) • 944 B
JavaScript
import "../../chunks/chunk-NZLE2WMY.js";
// src/ui/icons/IcBaselineContentPasteGo.tsx
import { jsx, jsxs } from "react/jsx-runtime";
function IcBaselineContentPasteGo(props) {
return /* @__PURE__ */ jsxs(
"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: "M5 5h2v3h10V5h2v6h2V5c0-1.1-.9-2-2-2h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h5v-2H5V5zm7-2c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1z"
}
),
/* @__PURE__ */ jsx(
"path",
{
fill: "currentColor",
d: "m18.01 13l-1.42 1.41l1.58 1.58H12v2h6.17l-1.58 1.59l1.42 1.41l3.99-4z"
}
)
]
}
);
}
export {
IcBaselineContentPasteGo
};