
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="M13 9H17V15H13V9Z" fill="currentColor" fill-opacity="0.5" />
  <path d="M7 6H11V18H7V6Z" fill="currentColor" />
</svg>

