@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.24 kB
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: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconTarget32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M26.699 1.684 26.187.149l-1.144 1.144-3.536 3.535-.378.379.105.525.133.664A10.95 10.95 0 0 0 16 5C9.925 5 5 9.925 5 16s4.925 11 11 11 11-4.925 11-11a10.95 10.95 0 0 0-1.4-5.373l.661.132.525.105.378-.379L30.7 6.95l1.144-1.144-1.535-.512L27.6 4.39zm-2.92 6.539 2.35.47L28.14 6.68l-1.647-.55-.474-.158-.158-.474-.549-1.647L23.3 5.864l.47 2.35zM25 16a9 9 0 1 1-9-9c2.125 0 4.078.736 5.618 1.968l-1.426 1.425a7 7 0 1 0 1.414 1.414l1.426-1.425A8.96 8.96 0 0 1 25 16m-9-5c1.02 0 1.967.305 2.757.828l-1.464 1.464a3 3 0 1 0 1.414 1.414l1.465-1.463A5 5 0 1 1 16 11m0 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2",
clipRule: "evenodd"
}
)
}
);
}
const s = l(r);
export {
s as default
};
//# sourceMappingURL=IconTarget32.es.js.map