function Setting() {
  return (
    <svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path opacity="0.4" d="M0 8.74585V7.25415C0 6.37269 0.720423 5.64379 1.61036 5.64379C3.14443 5.64379 3.77163 4.55892 3.00035 3.22826C2.55962 2.46546 2.82236 1.47382 3.59364 1.03309L5.05991 0.194007C5.72948 -0.204345 6.59399 0.0329711 6.99234 0.702541L7.08557 0.863576C7.84837 2.19424 9.10275 2.19424 9.87403 0.863576L9.96726 0.702541C10.3656 0.0329711 11.2301 -0.204345 11.8997 0.194007L13.366 1.03309C14.1372 1.47382 14.4 2.46546 13.9593 3.22826C13.188 4.55892 13.8152 5.64379 15.3492 5.64379C16.2307 5.64379 16.9596 6.36422 16.9596 7.25415V8.74585C16.9596 9.62731 16.2392 10.3562 15.3492 10.3562C13.8152 10.3562 13.188 11.4411 13.9593 12.7717C14.4 13.543 14.1372 14.5262 13.366 14.9669L11.8997 15.806C11.2301 16.2043 10.3656 15.967 9.96726 15.2975L9.87403 15.1364C9.11123 13.8058 7.85685 13.8058 7.08557 15.1364L6.99234 15.2975C6.59399 15.967 5.72948 16.2043 5.05991 15.806L3.59364 14.9669C2.82236 14.5262 2.55962 13.5345 3.00035 12.7717C3.77163 11.4411 3.14443 10.3562 1.61036 10.3562C0.720423 10.3562 0 9.62731 0 8.74585Z" fill="currentColor"/>
        <path d="M8.47526 10.7546C9.99656 10.7546 11.2298 9.52131 11.2298 8.00001C11.2298 6.47871 9.99656 5.24545 8.47526 5.24545C6.95396 5.24545 5.7207 6.47871 5.7207 8.00001C5.7207 9.52131 6.95396 10.7546 8.47526 10.7546Z" fill="currentColor"/>
    </svg>
  )
}

export default Setting