bufferapp/ui

View on GitHub
src/components/Icon/Icons/TextRephrase.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 TextRephraseIcon = createIconComponent({
  content: (
    <g>
      <path
        fillRule="evenodd"
        d="M13.984 13.809a.675.675 0 010 1.35H2.016a.675.675 0 010-1.35h11.968zm0-2.351a.675.675 0 110 1.35H2.016a.675.675 0 010-1.35h11.968zm0-2.351a.675.675 0 110 1.351H9.016a.675.675 0 010-1.35h4.968z"
        clipRule="evenodd"
      />
      <path d="M12.553 1.86a.928.928 0 00-1.307-.113l-.47.393 1.791 2.13.469-.393a.928.928 0 00.113-1.307l-.596-.71zm-2.256.684l1.79 2.13L6.27 9.561l-2.296.91a.643.643 0 01-.786-.935L4.48 7.431l5.818-4.887z" />
    </g>
  ),
})
// @ts-expect-error TS(2339) FIXME: Property 'displayName' does not exist on type '(pr... Remove this comment to see the full error message
TextRephraseIcon.displayName = 'TextRephraseIcon'

export default TextRephraseIcon