
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="M2 20V4H22V20H2ZM20 6H6V16L20 16V6Z"
    fill="currentColor"
  />
</svg>

