import React from 'react'

export default function Icon() {
  return (
    <svg fill='none' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'>
      <g clipPath='url(#clip0_2105_45370)'>
        <path
          d='M17.3498 9.06975L16.1392 10.2802C15.4425 10.971 14.388 9.91575 15.0787 9.21975L16.0485 8.25H9.75C8.769 8.2455 8.76975 6.75375 9.75 6.75H16.0485L15.0787 5.78025C14.388 5.08425 15.4432 4.029 16.1392 4.71975L17.3498 5.93025C18.2153 6.79575 18.2153 8.2035 17.3498 9.06975ZM15 12V14.25C15 16.3177 13.3177 18 11.25 18H3C1.3455 18 0 16.6545 0 15V3.75C0 1.68225 1.68225 0 3.75 0H11.25C12.9615 0 14.4548 1.1565 14.8822 2.8125C14.9858 3.21375 14.7435 3.6225 14.3422 3.726C13.9477 3.831 13.5323 3.58875 13.4288 3.18675C13.173 2.193 12.2775 1.49925 11.25 1.49925H4.5V11.9992H13.5C13.5045 11.0182 14.9963 11.019 15 11.9992V12ZM1.5 3.75V12.417C1.94325 12.159 2.451 12 3 12V1.638C2.12925 1.9485 1.5 2.7735 1.5 3.75ZM13.5 14.25V13.5H3C1.02825 13.5352 1.02975 16.4648 3 16.5H11.25C12.4905 16.5 13.5 15.4905 13.5 14.25Z'
          fill='currentColor'
        />
      </g>
      <defs>
        <clipPath id='clip0_2105_45370'>
          <rect fill='currentColor' height='18' width='18' />
        </clipPath>
      </defs>
    </svg>
  )
}
