@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 836 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as n } from "react";
function o(t) {
return /* @__PURE__ */ e(
"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: "IconHeading12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M1.013 2.002v5.46h1.03v-2.27H4.07v2.27H5.1v-5.46H4.07v2.254H2.043V2.002zm6.773.733v4.727h.998v-5.46H6.982L5.867 4.467h1.045l.733-1.732zM.5 8.998a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1z",
clipRule: "evenodd"
}
)
}
);
}
const i = n(o);
export {
i as default
};
//# sourceMappingURL=IconHeading12.es.js.map