@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.53 kB
JavaScript
import { jsx as e, jsxs as a } from "react/jsx-runtime";
import { memo as t } from "react";
function o(l) {
return /* @__PURE__ */ e(
"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: "IconBox12",
"aria-hidden": "true",
...l,
children: /* @__PURE__ */ a("g", { fill: "none", children: [
/* @__PURE__ */ e("g", { clipPath: "url(#Box12)", children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5.33 11.665a1.5 1.5 0 0 0 1.34 0l4.777-2.389A1 1 0 0 0 12 8.382V3.927a1.5 1.5 0 0 0-.83-1.342L6.895.447a2 2 0 0 0-1.788 0L.829 2.585A1.5 1.5 0 0 0 0 3.927v4.455a1 1 0 0 0 .553.894zM1.275 8.52A.5.5 0 0 1 1 8.073v-3.61a.25.25 0 0 1 .362-.223l3.862 1.93a.5.5 0 0 1 .276.448v3.61a.25.25 0 0 1-.362.223zm.848-5.464a.25.25 0 0 0 0 .447L5.776 5.33a.5.5 0 0 0 .448 0l3.652-1.826a.25.25 0 0 0 0-.447L6.224 1.23a.5.5 0 0 0-.448 0zm8.514 1.184a.25.25 0 0 1 .362.224v3.609a.5.5 0 0 1-.276.447l-3.862 1.931a.25.25 0 0 1-.362-.224V6.618a.5.5 0 0 1 .276-.447z",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "Box12", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const c = t(o);
export {
c as default
};
//# sourceMappingURL=IconBox12.es.js.map