bufferapp/ui

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

Summary

Maintainability
A
1 hr
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 SwapIcon = createIconComponent({
  content: (
    <g>
      <path d="M1.207 4a.5.5 0 01-.353-.854L3.646.354a.5.5 0 01.708 0l2.792 2.792A.5.5 0 016.793 4H1.207zM5 4H3v3a1 1 0 102 0V4zm-2 6a1 1 0 012 0v1a1 1 0 11-2 0v-1zm11.793 2.207a.5.5 0 01.353.854l-2.793 2.793a.5.5 0 01-.707 0L8.853 13.06a.5.5 0 01.354-.854h5.586z" />
      <path d="M11 12.207h2v-3a1 1 0 10-2 0v3zm2-6a1 1 0 11-2 0v-1a1 1 0 112 0v1z" />
    </g>
  ),
})
// @ts-expect-error TS(2339) FIXME: Property 'displayName' does not exist on type '(pr... Remove this comment to see the full error message
SwapIcon.displayName = 'SwapIcon'

export default SwapIcon