bufferapp/ui

View on GitHub
src/components/Icon/Icons/Publish.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 PublishIcon = createIconComponent({
  content: (
    <g>
      <path
        fillRule="evenodd"
        d="M5.612 6.4l3.997 4.007V16L0 6.4h5.612zm10.615 7.123V0H2.705l13.522 13.523z"
        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
PublishIcon.displayName = 'PublishIcon'

export default PublishIcon