@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.02 kB
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as a } from "react";
function o(e) {
return /* @__PURE__ */ t(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconRadiusBottomRight20",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M8.988 16.488H6.504a.75.75 0 1 0 0 1.5h2.484a8.75 8.75 0 0 0 8.75-8.75v-2.48a.75.75 0 0 0-1.5 0v2.48a7.25 7.25 0 0 1-7.25 7.25m3.5-13.226a1 1 0 1 1 2 0 1 1 0 0 1-2 0m-3.5 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0m-3.5 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0m-2.5 11a1 1 0 1 1 0-2 1 1 0 0 1 0 2m-1-4.5a1 1 0 1 0 2 0 1 1 0 0 0-2 0m0-3.5a1 1 0 1 0 2 0 1 1 0 0 0-2 0",
clipRule: "evenodd"
}
)
}
);
}
const n = a(o);
export {
n as default
};
//# sourceMappingURL=IconRadiusBottomRight20.es.js.map