
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="M5 5H15V8H8V15H5V5Z" fill="currentColor" />
  <path d="M19 9H9V19H19V9Z" fill="currentColor" />
</svg>

