@frontify/fondue
Version:
Design system of Frontify
26 lines (25 loc) • 826 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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconSuperscript24",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ r("g", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, children: [
/* @__PURE__ */ t("path", { strokeLinejoin: "round", d: "M3.817 17.126 14.069 6.874m-10.252 0 10.252 10.252" }),
/* @__PURE__ */ t("path", { d: "m18.68 4.297 1.576-.358V8.34" })
] })
}
);
}
const m = s(o);
export {
m as default
};
//# sourceMappingURL=IconSuperscript24.es.js.map