bufferapp/ui

View on GitHub
src/components/Icon/Icons/OpenNew.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 OpenNewIcon = createIconComponent({
  content: (
    <g>
      <path d="M9.854 1.854A.5.5 0 0110.207 1H14.5a.5.5 0 01.5.5v4.293a.5.5 0 01-.854.353l-1.439-1.439L8.414 9A1 1 0 117 7.586l4.293-4.293-1.44-1.44z" />
      <path d="M1 3a1 1 0 011-1h5v2H3v9h9V9h2v5a1 1 0 01-1 1H2a1 1 0 01-1-1V3z" />
    </g>
  ),
})
// @ts-expect-error TS(2339) FIXME: Property 'displayName' does not exist on type '(pr... Remove this comment to see the full error message
OpenNewIcon.displayName = 'OpenNewIcon'

export default OpenNewIcon