import * as React from 'react'
import Svg, { Circle, Path } from 'react-native-svg'

const Success = () => (
  <Svg width={257} height={256} fill="none">
    <Circle
      cx={128.207}
      cy={123.707}
      r={113.707}
      stroke="#fff"
      strokeWidth={4}
    />
    <Circle
      cx={129.394}
      cy={122.52}
      r={103.09}
      stroke="#fff"
      strokeWidth={1.5}
    />
    <Circle
      cx={129.393}
      cy={122.52}
      r={90.035}
      stroke="#fff"
      strokeWidth={1.5}
    />
    <Circle
      cx={129.394}
      cy={122.52}
      r={79.355}
      stroke="#fff"
      strokeWidth={1.5}
    />
    <Circle
      cx={128.207}
      cy={123.707}
      r={65.114}
      stroke="#fff"
      strokeWidth={1.5}
    />
    <Path
      d="M185.014 122.52c0 29.377-24.871 53.247-55.62 53.247-30.75 0-55.62-23.87-55.62-53.247s24.87-53.246 55.62-53.246c30.749 0 55.62 23.869 55.62 53.246Z"
      stroke="#fff"
      strokeWidth={1.5}
    />
    <Circle
      cx={128.207}
      cy={123.707}
      r={41.379}
      stroke="#fff"
      strokeWidth={1.5}
    />
    <Circle
      cx={129.394}
      cy={122.52}
      r={5.777}
      fill="#fff"
      stroke="#fff"
      strokeWidth={1.5}
    />
    <Path
      d="M190.402 248h-33.068a28.114 28.114 0 0 1-27.981-30.019 28.105 28.105 0 0 1 5.056-14.274l8.651-12.306a18.32 18.32 0 0 0 1.535-18.427 21.619 21.619 0 0 1 1.194-20.851 21.62 21.62 0 0 1 18.271-10.119h19.248a21.628 21.628 0 0 1 19.833 30.278l-.411.952a18.31 18.31 0 0 0 1.816 17.821l8.911 12.652a28.119 28.119 0 0 1-8.435 40.229 28.112 28.112 0 0 1-14.62 4.064ZM180.345 57.743h-12.976a6.488 6.488 0 0 0-6.489 6.488V85.86a6.488 6.488 0 0 0 6.489 6.488h12.976a6.488 6.488 0 0 0 6.488-6.488V64.23a6.488 6.488 0 0 0-6.488-6.488Z"
      fill="#1B2024"
      stroke="#fff"
      strokeWidth={3}
      strokeLinecap="round"
      strokeLinejoin="round"
    />
    <Path
      d="M179.22 189.865c7.167 0 12.977-5.81 12.977-12.976 0-7.167-5.81-12.977-12.977-12.977-7.166 0-12.976 5.81-12.976 12.977 0 7.166 5.81 12.976 12.976 12.976Z"
      fill="#F4555F"
    />
    <Path
      d="M173.857 195.229c7.166 0 12.976-5.81 12.976-12.977 0-7.166-5.81-12.976-12.976-12.976-7.167 0-12.977 5.81-12.977 12.976 0 7.167 5.81 12.977 12.977 12.977ZM180.345 57.743h-12.976a6.488 6.488 0 0 0-6.489 6.488V85.86a6.488 6.488 0 0 0 6.489 6.488h12.976a6.488 6.488 0 0 0 6.488-6.488V64.23a6.488 6.488 0 0 0-6.488-6.488ZM177.95 98.88V81.578"
      stroke="#fff"
      strokeWidth={3}
      strokeLinecap="round"
      strokeLinejoin="round"
    />
    <Path
      d="M190.402 248h-33.068a28.114 28.114 0 0 1-27.981-30.019 28.105 28.105 0 0 1 5.056-14.274l8.651-12.306a18.32 18.32 0 0 0 1.535-18.427v0a21.619 21.619 0 0 1 1.194-20.851 21.62 21.62 0 0 1 18.271-10.119h19.248a21.628 21.628 0 0 1 19.833 30.278l-.411.952a18.31 18.31 0 0 0 1.816 17.821l8.911 12.652a28.119 28.119 0 0 1-8.435 40.229 28.112 28.112 0 0 1-14.62 4.064v0ZM158.826 223.107h10.814M177.815 223.107h3.244M169.531 167.675v-86.51M178.182 167.675v-49.743M178.182 107.703v.108"
      stroke="#fff"
      strokeWidth={3}
      strokeLinecap="round"
      strokeLinejoin="round"
    />
    <Path
      d="M214.43 127.6a5.407 5.407 0 1 0 0-10.815 5.407 5.407 0 0 0 0 10.815Z"
      stroke="#F4555F"
      strokeWidth={4}
      strokeLinecap="round"
      strokeLinejoin="round"
    />
  </Svg>
)

export default Success
