
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="M9 14H4V4H14V9H19V19H9V14ZM6 6H12V12H6V6Z"
    fill="currentColor"
  />
</svg>

