
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="M3 4H17V20H3V4ZM5 6H15V18H5V6Z"
    fill="currentColor"
  />
  <path d="M21 4H19V20H21V4Z" fill="currentColor" />
</svg>

