@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 999 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCursorClick12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M8.085 4.864a2.998 2.998 0 1 0-3.079 3.091l.295.996a3.998 3.998 0 1 1 3.78-3.79zM5.276 6.187q-.092.015-.189.015a1.245 1.245 0 1 1 1.231-1.057l4.404 1.259a.5.5 0 0 1 .06.94l-1.82.78 1.976 1.976a.5.5 0 1 1-.707.707L8.254 8.831l-.78 1.82a.5.5 0 0 1-.94-.06zM7.901 7.49l1.194-.511-2.78-.794.794 2.779.511-1.192.012-.028.073-.17.171-.073z",
clipRule: "evenodd"
}
)
}
);
}
const c = l(r);
export {
c as default
};
//# sourceMappingURL=IconCursorClick12.es.js.map