@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.18 kB
JavaScript
import { jsx as l, jsxs as t } from "react/jsx-runtime";
import { memo as i } from "react";
function r(e) {
return /* @__PURE__ */ l(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPlusCircle12",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t("g", { fill: "none", children: [
/* @__PURE__ */ l("g", { clipPath: "url(#PlusCircle12)", children: /* @__PURE__ */ l(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M6 11A5 5 0 1 0 6 1a5 5 0 0 0 0 10m0 1A6 6 0 1 0 6 0a6 6 0 0 0 0 12M3.25 6.5a.5.5 0 0 1 0-1H5.5V3.25a.5.5 0 0 1 1 0V5.5h2.25a.5.5 0 0 1 0 1H6.5v2.25a.5.5 0 0 1-1 0V6.5z",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "PlusCircle12", children: /* @__PURE__ */ l("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const a = i(r);
export {
a as default
};
//# sourceMappingURL=IconPlusCircle12.es.js.map