@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.04 kB
JavaScript
import { jsx as a } from "react/jsx-runtime";
import { memo as e } from "react";
function o(t) {
return /* @__PURE__ */ a(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPlusBoxStack16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5 2h8a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1V5a2 2 0 0 0-2-2H4a1 1 0 0 1 1-1m10 9a2 2 0 0 1-2 2 2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2 2 2 0 0 1 2-2h8a2 2 0 0 1 2 2zM3 4h8a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1m3.917 2.278a.5.5 0 0 1 .5.5v1.639h1.805a.5.5 0 1 1 0 1H7.417v1.805a.5.5 0 1 1-1 0V9.417h-1.64a.5.5 0 0 1 0-1h1.64v-1.64a.5.5 0 0 1 .5-.5",
clipRule: "evenodd"
}
)
}
);
}
const n = e(o);
export {
n as default
};
//# sourceMappingURL=IconPlusBoxStack16.es.js.map