
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 14H11V16H13V14Z" fill="currentColor" />
  <path
    fill-rule="evenodd"
    clip-rule="evenodd"
    d="M8 7C8 5.89543 8.89543 5 10 5H14C15.1046 5 16 5.89543 16 7V17C16 18.1046 15.1046 19 14 19H10C8.89543 19 8 18.1046 8 17V7ZM10 7H14V17H10V7Z"
    fill="currentColor"
  />
  <path d="M18 9H20V15H18V9Z" fill="currentColor" />
  <path d="M0 14H2V10H0V14Z" fill="currentColor" />
  <path d="M6 15H4V9H6V15Z" fill="currentColor" />
  <path d="M24 10H22V14H24V10Z" fill="currentColor" />
</svg>

