@frontify/fondue
Version:
Design system of Frontify
45 lines (44 loc) • 1.48 kB
JavaScript
import { jsx as t, jsxs as e } from "react/jsx-runtime";
import { memo as l } from "react";
function i(r) {
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: "IconSubscript24",
"aria-hidden": "true",
...r,
children: /* @__PURE__ */ e("g", { fill: "none", children: [
/* @__PURE__ */ e("g", { clipPath: "url(#Subscript24)", children: [
/* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M14.6 7.404a.75.75 0 1 0-1.06-1.06l-4.597 4.595-4.596-4.595a.75.75 0 1 0-1.06 1.06L7.883 12l-4.596 4.596a.75.75 0 1 0 1.06 1.06l4.596-4.595 4.596 4.596a.75.75 0 0 0 1.06-1.061L10.005 12z",
clipRule: "evenodd"
}
),
/* @__PURE__ */ t(
"path",
{
stroke: "currentColor",
strokeLinecap: "round",
strokeWidth: 1.5,
d: "m18.68 15.297 1.576-.357v4.4"
}
)
] }),
/* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "Subscript24", children: /* @__PURE__ */ t("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
] })
}
);
}
const o = l(i);
export {
o as default
};
//# sourceMappingURL=IconSubscript24.es.js.map