@frontify/fondue
Version:
Design system of Frontify
26 lines (25 loc) • 801 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconSubscript12",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ r("g", { fill: "none", stroke: "currentColor", strokeLinecap: "round", children: [
/* @__PURE__ */ t("path", { strokeLinejoin: "round", d: "M7.184 8.828 1.527 3.172m.001 5.656 5.657-5.656" }),
/* @__PURE__ */ t("path", { d: "m9.17 6.944 1.336-.318v3.908" })
] })
}
);
}
const m = s(n);
export {
m as default
};
//# sourceMappingURL=IconSubscript12.es.js.map