bufferapp/ui

View on GitHub
src/components/Icon/Icons/Inbox.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 InboxIcon = createIconComponent({
  content: (
    <g>
      <path
        fillRule="evenodd"
        d="M12.26 2.606A1 1 0 0011.34 2H4.66a1 1 0 00-.92.606L1 9v4a1 1 0 001 1h12a1 1 0 001-1V9l-2.74-6.394zm.466 4.708A.5.5 0 0112.26 8H9.732a2 2 0 11-3.465 0H3.74a.5.5 0 01-.465-.686l1.6-4A.5.5 0 015.34 3h5.322a.5.5 0 01.465.314l1.6 4z"
        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
InboxIcon.displayName = 'InboxIcon'

export default InboxIcon