
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 16V8H15V5L5 5L5 19H15L15 16H8Z" fill="currentColor" fill-opacity="0.3" />
  <path d="M17 19L17 5L20 5L20 19H17Z" fill="currentColor" />
</svg>

