
import React from 'react'

export default props => <svg {...props}

  viewBox="0 0 24 24"
  fill="none"
  xmlns="http://www.w3.org/2000/svg"
>
  <rect x="3" y="10" width="18" height="4" rx="2" fill="currentColor" />
</svg>

