
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="M19.071 17V15H11.071V17H19.071Z" fill="currentColor" />
  <path d="M19.071 9V7H11.071V9H19.071Z" fill="currentColor" />
  <path
    d="M19.071 12.9999V10.9999H9.07109V7.96454L5 11.9644L9.07109 15.9644V12.9999H19.071Z"
    fill="currentColor"
  />
</svg>

