import React from 'react'

const ThreeDots: React.FC = () => (
  <svg fill="#65676b" viewBox="0 0 20 20" width="20px" height="20px">
    <g fillRule="evenodd" transform="translate(-446 -350)">
      <path d="M458 360a2 2 0 1 1-4 0 2 2 0 0 1 4 0m6 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0m-12 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0" />
    </g>
  </svg>
)

export default ThreeDots
