@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 996 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as l } from "react";
function r(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: "IconCursorClick20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M12.7 8.048a4.12 4.12 0 1 0-4.667 4.65l.385 1.537a5.62 5.62 0 1 1 5.819-5.777zm-3.864 2.306a1.75 1.75 0 1 1 1.519-1.518l6.194 1.77a.75.75 0 0 1 .09 1.41l-2.493 1.069 2.728 2.728a.75.75 0 1 1-1.06 1.06l-2.73-2.728-1.068 2.494a.75.75 0 0 1-1.41-.09zm3.715 1.782 1.558-.667-3.697-1.056 1.057 3.696.668-1.56.011-.025.113-.263.26-.112z",
clipRule: "evenodd"
}
)
}
);
}
const c = l(r);
export {
c as default
};
//# sourceMappingURL=IconCursorClick20.es.js.map