
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="M10 5H14V19H10V5Z" fill="currentColor" />
  <path d="M5 19V10H9V19H5Z" fill="currentColor" />
  <path
    d="M7 5C5.89543 5 5 5.89543 5 7C5 8.10457 5.89543 9 7 9C8.10457 9 9 8.10457 9 7C9 5.89543 8.10457 5 7 5Z"
    fill="currentColor"
  />
  <path d="M15 5H19V9H15V5Z" fill="currentColor" />
  <path d="M19 10H15V14H19V10Z" fill="currentColor" />
</svg>

