@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 861 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as n } from "react";
function l(t) {
return /* @__PURE__ */ e(
"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: "IconHeading20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3.024 5.012v7.876h1.485V9.613h2.925v3.273h1.485V5.012H7.434v3.252H4.509V5.012zM13.129 6.07v6.817h1.44V5.012H11.97l-1.609 3.555h1.508l1.058-2.497zM2.779 14.5a.75.75 0 0 0 0 1.5h14.467a.75.75 0 0 0 0-1.5z",
clipRule: "evenodd"
}
)
}
);
}
const i = n(l);
export {
i as default
};
//# sourceMappingURL=IconHeading20.es.js.map