@frontify/fondue
Version:
Design system of Frontify
33 lines (32 loc) • 755 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as o } from "react";
function r(e) {
return /* @__PURE__ */ t(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconH32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 2,
d: "M10 25V7M7 25h6M7 7h6m-3 9h12m0 9V7m-3 18h6M19 7h6"
}
)
}
);
}
const i = o(r);
export {
i as default
};
//# sourceMappingURL=IconH32.es.js.map