@frontify/fondue
Version:
Design system of Frontify
32 lines (31 loc) • 757 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as o } from "react";
function n(e) {
return /* @__PURE__ */ t(
"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: "IconH12",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "M3.5 10.12V2.571M2 10.5h3m-3-8h3m3.5 7.62V2.571M7 10.5h3m-3-8h3m-6.269 4h4.447"
}
)
}
);
}
const c = o(n);
export {
c as default
};
//# sourceMappingURL=IconH12.es.js.map