@frontify/fondue
Version:
Design system of Frontify
26 lines (25 loc) • 822 B
JavaScript
import { jsx as t, jsxs as r } from "react/jsx-runtime";
import { memo as s } from "react";
function o(e) {
return /* @__PURE__ */ t(
"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: "IconSuperscript20",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ r("g", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, children: [
/* @__PURE__ */ t("path", { strokeLinejoin: "round", d: "m2.727 14.772 9.546-9.545m-9.545 0 9.545 9.546" }),
/* @__PURE__ */ t("path", { d: "m15.68 3.297 1.576-.358V7.34" })
] })
}
);
}
const m = s(o);
export {
m as default
};
//# sourceMappingURL=IconSuperscript20.es.js.map