
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 19.071H15V11.071H17V19.071Z" fill="currentColor" />
  <path d="M9 19.071H7V11.071H9V19.071Z" fill="currentColor" />
  <path
    d="M12.9999 19.071H10.9999V9.07109H7.96454L11.9644 5L15.9644 9.07109H12.9999V19.071Z"
    fill="currentColor"
  />
</svg>

