@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 995 B
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: "IconRadiusTopRight20",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M16.226 11v2.484a.75.75 0 0 0 1.5 0V11a8.75 8.75 0 0 0-8.75-8.75h-2.48a.75.75 0 0 0 0 1.5h2.48a7.25 7.25 0 0 1 7.25 7.25M3 7.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2M3 11a1 1 0 1 1 0-2 1 1 0 0 1 0 2m0 3.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2M14 17a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-4.5 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2M6 18a1 1 0 1 0 0-2 1 1 0 0 0 0 2",
clipRule: "evenodd"
}
)
}
);
}
const r = a(o);
export {
r as default
};
//# sourceMappingURL=IconRadiusTopRight20.es.js.map