@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 830 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: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconHeading32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5.036 8.01V19H7.11v-4.569h4.082V19h2.072V8.01h-2.072v4.537H7.109V8.01zm14.26 1.476V19h2.01V8.01h-3.627l-2.245 4.961h2.103l1.476-3.485zM5 22a1 1 0 1 0 0 2h22a1 1 0 1 0 0-2z",
clipRule: "evenodd"
}
)
}
);
}
const i = n(l);
export {
i as default
};
//# sourceMappingURL=IconHeading32.es.js.map