
import React from 'react'

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

  viewBox="0 0 24 24"
  fill="none"
  xmlns="http://www.w3.org/2000/svg"
>
  <path
    fill-rule="evenodd"
    clip-rule="evenodd"
    d="M5 5H15V9H9V15H5V5ZM9 15V19H19V9H15V15H9Z"
    fill="currentColor"
  />
</svg>

