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

export const TrackComparison: React.FC = () => (
  <Svg width="139" height="62" viewBox="0 0 139 62" fill="none">
    <Rect width="139" height="6" fill="#475060" />
    <Rect y="14" width="112" height="6" fill="#475060" />
    <Rect y="28" width="83" height="6" fill="#EEB31D" />
    <Rect y="28" width="65" height="6" fill="#09F2AD" />
    <Rect y="28" width="23" height="6" fill="#FF407B" />
    <Rect y="42" width="52" height="6" fill="#475060" />
    <Rect y="56" width="31" height="6" fill="#475060" />
  </Svg>
)
