@frontify/fondue
Version:
Design system of Frontify
33 lines (32 loc) • 798 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconH20",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M5.75 16.013v-12M3.25 16.25h5m-5-12.5h5m-2.5 6h8.304m.196 6.263v-12m-2.5 12.237h5m-5-12.5h5"
}
)
}
);
}
const i = o(r);
export {
i as default
};
//# sourceMappingURL=IconH20.es.js.map