
import React from 'react'

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

  viewBox="0 0 24 24"
  fill="none"
  xmlns="http://www.w3.org/2000/svg"
>
  <path
    d="M8 16H16V9L19 9L19 19L5 19L5 9L8 9V16Z"
    fill="currentColor"
    fill-opacity="0.3"
  />
  <path d="M5 7L19 7V4L5 4L5 7Z" fill="currentColor" />
</svg>

