@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.01 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconRadiusBottomLeft20",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3.5 9.25V6.766a.75.75 0 0 0-1.5 0V9.25A8.75 8.75 0 0 0 10.75 18h2.48a.75.75 0 0 0 0-1.5h-2.48A7.25 7.25 0 0 1 3.5 9.25m13.226 3.5a1 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-2m0-3.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2m-11-2.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0m4.5-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2m3.5 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2",
clipRule: "evenodd"
}
)
}
);
}
const r = o(a);
export {
r as default
};
//# sourceMappingURL=IconRadiusBottomLeft20.es.js.map