@frontify/fondue
Version:
Design system of Frontify
26 lines (25 loc) • 803 B
JavaScript
import { jsx as t, jsxs as r } from "react/jsx-runtime";
import { memo as s } from "react";
function n(e) {
return /* @__PURE__ */ t(
"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: "IconSuperscript16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ r("g", { fill: "none", stroke: "currentColor", strokeLinecap: "round", children: [
/* @__PURE__ */ t("path", { strokeLinejoin: "round", d: "M9.97 11.711 2.546 4.29m.001 7.421L9.97 4.29" }),
/* @__PURE__ */ t("path", { d: "m12.17 2.944 1.336-.318v3.908" })
] })
}
);
}
const m = s(n);
export {
m as default
};
//# sourceMappingURL=IconSuperscript16.es.js.map