@frontify/fondue
Version:
Design system of Frontify
33 lines (32 loc) • 792 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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconH24",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M17.25 19.013v-14m-3 14.237h6m-6-14.5h6M6.75 19.013v-14m-3 14.237h6m-6-14.5h6m-3 7h10"
}
)
}
);
}
const i = o(r);
export {
i as default
};
//# sourceMappingURL=IconH24.es.js.map