
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="M3 11H1V13H3V11Z" fill="currentColor" />
  <path d="M7 11H5V13H7V11Z" fill="currentColor" />
  <path d="M9 11H11V13H9V11Z" fill="currentColor" />
  <path d="M15 11H13V13H15V11Z" fill="currentColor" />
  <path d="M17 11H19V13H17V11Z" fill="currentColor" />
  <path d="M23 11H21V13H23V11Z" fill="currentColor" />
</svg>

