bufferapp/ui

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

Summary

Maintainability
A
0 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 CompareIcon = createIconComponent({
  content: (
    <g>
      <path d="M7 3a1 1 0 112 0v10a1 1 0 11-2 0V3zm9 5a4 4 0 01-5 3.874V4.126A4 4 0 0116 8zM5 12V4L.956 10.47A1 1 0 001.804 12H5z" />
    </g>
  ),
})
// @ts-expect-error TS(2339) FIXME: Property 'displayName' does not exist on type '(pr... Remove this comment to see the full error message
CompareIcon.displayName = 'CompareIcon'

export default CompareIcon