
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="M12 21L12 9L6 9L6 15L12 21Z" fill="currentColor" fill-opacity="0.5" />
  <path d="M18 9V3H6L12 9H6V15H18L12 9H18Z" fill="currentColor" />
</svg>

