@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.55 kB
JavaScript
import { jsx as a, jsxs as l } from "react/jsx-runtime";
import { memo as e } from "react";
function c(t) {
return /* @__PURE__ */ a(
"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: "IconPlusBoxStack12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ l("g", { fill: "none", children: [
/* @__PURE__ */ a("g", { clipPath: "url(#PlusBoxStack12)", children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3.214 1H10.5a.5.5 0 0 1 .5.5v7.286a.5.5 0 0 1-.5.5h-.214V3.214a1.5 1.5 0 0 0-1.5-1.5H2.714V1.5a.5.5 0 0 1 .5-.5m7.286 9.286h-.214v.214a1.5 1.5 0 0 1-1.5 1.5H1.5A1.5 1.5 0 0 1 0 10.5V3.214a1.5 1.5 0 0 1 1.5-1.5h.214V1.5a1.5 1.5 0 0 1 1.5-1.5H10.5A1.5 1.5 0 0 1 12 1.5v7.286a1.5 1.5 0 0 1-1.5 1.5M8.786 2.714H1.5a.5.5 0 0 0-.5.5V10.5a.5.5 0 0 0 .5.5h7.286a.5.5 0 0 0 .5-.5V3.214a.5.5 0 0 0-.5-.5m-3.643 1.81a.5.5 0 0 1 .5.5v1.333h1.333a.5.5 0 1 1 0 1H5.643v1.334a.5.5 0 1 1-1 0V7.357H3.309a.5.5 0 1 1 0-1h1.334V5.024a.5.5 0 0 1 .5-.5",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ a("defs", { children: /* @__PURE__ */ a("clipPath", { id: "PlusBoxStack12", children: /* @__PURE__ */ a("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const i = e(c);
export {
i as default
};
//# sourceMappingURL=IconPlusBoxStack12.es.js.map