@frontify/fondue
Version:
Design system of Frontify
32 lines (31 loc) • 753 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconH16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "M4.5 13.12V3.573m-2 9.927h4m-4-10h4m-2 5h7m0 4.62V3.573m-2 9.927h4m-4-10h4"
}
)
}
);
}
const c = o(n);
export {
c as default
};
//# sourceMappingURL=IconH16.es.js.map