bufferapp/ui

View on GitHub
src/components/Icon/Icons/Attach.tsx

Summary

Maintainability
A
55 mins
Test Coverage
A
100%
/** WARNING
 * This file is automatically generated by the `yarn gen:icons` command.
 * ALL changes will be overwritten.
 */
import React from 'react'
import createIconComponent from '../utils/createIconComponent'

const AttachIcon = createIconComponent({
  content: (
    <g>
      <path
        fillRule="evenodd"
        d="M7 1.75c-.69 0-1.25.56-1.25 1.25v9a2.25 2.25 0 004.5 0V6a.75.75 0 011.5 0v6a3.75 3.75 0 11-7.5 0V3a2.75 2.75 0 015.5 0v8a1.75 1.75 0 11-3.5 0V6a.75.75 0 011.5 0v5a.25.25 0 10.5 0V3c0-.69-.56-1.25-1.25-1.25z"
        clipRule="evenodd"
      />
    </g>
  ),
})
// @ts-expect-error TS(2339) FIXME: Property 'displayName' does not exist on type '(pr... Remove this comment to see the full error message
AttachIcon.displayName = 'AttachIcon'

export default AttachIcon