
import React from 'react'

export default props => <svg {...props}

  viewBox="0 0 24 24"
  fill="none"
  xmlns="http://www.w3.org/2000/svg"
>
  <path
    d="M17.9923 17.0225L11.9806 6.97729L6.00775 17.0225H17.9923Z"
    fill="currentColor"
  />
</svg>

