
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="M11 7H8V17H11V7Z" fill="currentColor" />
  <path d="M13 17H16V7H13V17Z" fill="currentColor" />
</svg>

