
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="M18 17L10 12L18 7V17Z" fill="currentColor" />
  <path d="M6 7H9V17H6V7Z" fill="currentColor" />
</svg>

