
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="M15 6H3V8H15V6Z" fill="currentColor" />
  <path d="M15 10H3V12H15V10Z" fill="currentColor" />
  <path d="M3 14H11V16H3V14Z" fill="currentColor" />
  <path
    d="M11.9905 15.025L13.4049 13.6106L15.526 15.7321L19.7687 11.4895L21.1829 12.9037L15.526 18.5606L11.9905 15.025Z"
    fill="currentColor"
  />
</svg>

