@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.01 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function o(t) {
return /* @__PURE__ */ e(
"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: "IconRadiusTopLeft20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M9.988 3.762h2.485a.75.75 0 0 0 0-1.5H9.988a8.75 8.75 0 0 0-8.75 8.75v2.48a.75.75 0 1 0 1.5 0v-2.48a7.25 7.25 0 0 1 7.25-7.25m-2.75 13.976a1 1 0 1 1-2 0 1 1 0 0 1 2 0m3.5 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0m3.5 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0m2.5-11a1 1 0 1 1 0 2 1 1 0 0 1 0-2m1 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 r = a(o);
export {
r as default
};
//# sourceMappingURL=IconRadiusTopLeft20.es.js.map