alinea
Version:
Headless git-based CMS
17 lines (15 loc) • 503 B
JavaScript
import "../../chunks/chunk-NZLE2WMY.js";
// src/ui/icons/IcRoundAdd.tsx
import { jsx } from "react/jsx-runtime";
function IcRoundAdd(props) {
return /* @__PURE__ */ jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx(
"path",
{
fill: "currentColor",
d: "M18 13h-5v5c0 .55-.45 1-1 1s-1-.45-1-1v-5H6c-.55 0-1-.45-1-1s.45-1 1-1h5V6c0-.55.45-1 1-1s1 .45 1 1v5h5c.55 0 1 .45 1 1s-.45 1-1 1z"
}
) });
}
export {
IcRoundAdd
};