@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 o } from "react";
function a(e) {
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: "IconRadiusBottomRight24",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M7.85 19.601h3.304a9.25 9.25 0 0 0 9.25-9.25V6.846a.75.75 0 0 1 1.5 0v3.505c0 5.938-4.813 10.75-10.75 10.75H7.85a.75.75 0 0 1 0-1.5M4.1 12.096a1 1 0 1 1 0-2 1 1 0 0 1 0 2m-1 3.373a1 1 0 1 0 2 0 1 1 0 0 0-2 0m1-7.373a1 1 0 1 1 0-2 1 1 0 0 1 0 2m11-5a1 1 0 1 0 2 0 1 1 0 0 0-2 0m-3 1a1 1 0 1 1 0-2 1 1 0 0 1 0 2m-4 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2",
clipRule: "evenodd"
}
)
}
);
}
const n = o(a);
export {
n as default
};
//# sourceMappingURL=IconRadiusBottomRight24.es.js.map