@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: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconSubscript32",
"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 19.489 24.986 19v6.007" })
] })
}
);
}
const m = s(o);
export {
m as default
};
//# sourceMappingURL=IconSubscript32.es.js.map