
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="M21 20H7V4H21V20ZM19 18H9V6H19V18Z"
    fill="currentColor"
  />
  <path d="M3 20H5V4H3V20Z" fill="currentColor" />
</svg>

