bufferapp/ui

View on GitHub
src/components/Icon/Icons/Post.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 PostIcon = createIconComponent({
  content: (
    <g>
      <path
        fillRule="evenodd"
        d="M2 2.2a1 1 0 00-1 1v9.586a1 1 0 001 1h12a1 1 0 001-1V3.2a1 1 0 00-1-1H2zm4.828 2.78a.695.695 0 000 1.391h5.61a.695.695 0 000-1.39h-5.61zm0 2.318a.695.695 0 100 1.39h5.61a.695.695 0 100-1.39h-5.61zm-.695 3.012c0-.383.311-.695.695-.695h5.61a.695.695 0 110 1.39h-5.61a.695.695 0 01-.695-.695z"
        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
PostIcon.displayName = 'PostIcon'

export default PostIcon