UNPKG

@theguild/components

Version:
6 lines (5 loc) 1.76 kB
import { jsx } from "react/jsx-runtime"; const SvgTarget = (props) => /* @__PURE__ */ jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ...props, children: /* @__PURE__ */ jsx("path", { d: "M5.92419 4.56672L13.3575 12L12 13.3574L8.69187 10.0493C8.26691 10.7698 8.08885 11.6094 8.18476 12.4403C8.28067 13.2713 8.6453 14.0483 9.22321 14.653C9.80113 15.2578 10.5607 15.6573 11.3865 15.7908C12.2123 15.9244 13.059 15.7846 13.7981 15.3928C14.5372 15.001 15.1281 14.3785 15.481 13.6201C15.8339 12.8617 15.9295 12.0088 15.7532 11.1911C15.577 10.3733 15.1386 9.63554 14.5046 9.08981C13.8707 8.54409 13.0758 8.2203 12.241 8.16768L10.5082 6.43488C11.8179 6.08367 13.2094 6.20576 14.438 6.77965C15.6665 7.35354 16.6531 8.34243 17.2243 9.57224C17.7954 10.802 17.9143 12.1939 17.5602 13.5028C17.206 14.8117 16.4014 15.9536 15.2881 16.7276C14.1748 17.5017 12.8241 17.8581 11.4738 17.7342C10.1235 17.6103 8.86026 17.014 7.90638 16.0503C6.9525 15.0867 6.36918 13.8173 6.25912 12.4659C6.14905 11.1144 6.5193 9.76742 7.30467 8.66208L5.93283 7.29024C4.78801 8.7661 4.22028 10.6086 4.3359 12.4728C4.45152 14.3371 5.24256 16.0953 6.56096 17.4184C7.87937 18.7414 9.63476 19.5387 11.4986 19.661C13.3624 19.7832 15.2069 19.222 16.6868 18.0824C18.1667 16.9429 19.1806 15.303 19.5387 13.4699C19.8968 11.6367 19.5746 9.73585 18.6323 8.12311C17.6901 6.51038 16.1924 5.29631 14.4196 4.70814C12.6468 4.11997 10.7204 4.19802 9.00099 4.92768L7.55907 3.48672C8.92969 2.77058 10.4536 2.39768 12 2.4C17.3021 2.4 21.6 6.69792 21.6 12C21.6 17.3021 17.3021 21.6 12 21.6C6.69795 21.6 2.40003 17.3021 2.40003 12C2.39858 10.577 2.71411 9.17164 3.3237 7.88587C3.93329 6.6001 4.82163 5.46626 5.92419 4.56672Z", fill: "currentColor" }) }); export { SvgTarget as ReactComponent };