@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: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconSuperscript32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ r("g", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeWidth: 2, children: [
/* @__PURE__ */ t("path", { strokeLinejoin: "round", d: "m7.344 21.657 11.313-11.314m-11.313 0 11.313 11.314" }),
/* @__PURE__ */ t("path", { d: "m22.83 6.739 2.156-.489v6.007" })
] })
}
);
}
const m = s(o);
export {
m as default
};
//# sourceMappingURL=IconSuperscript32.es.js.map