@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 844 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconHeading16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3.033 4.014v6.09h1.149V7.572h2.262v2.532h1.148v-6.09H6.444v2.514H4.182V4.014zm7.554.818v5.272h1.114v-6.09H9.69l-1.244 2.75h1.166l.817-1.932zM2.5 11.996a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1z",
clipRule: "evenodd"
}
)
}
);
}
const i = n(l);
export {
i as default
};
//# sourceMappingURL=IconHeading16.es.js.map