bufferapp/ui

View on GitHub
src/components/Icon/Icons/Mail.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 MailIcon = createIconComponent({
  content: (
    <g>
      <path d="M16 12.4a1.6 1.6 0 01-1.6 1.6H1.6A1.6 1.6 0 010 12.4V5.368a.16.16 0 01.258-.126l6.758 5.27a1.6 1.6 0 001.968 0l6.758-5.27a.16.16 0 01.258.126V12.4z" />
      <path d="M0 3.28C0 2.573.573 2 1.28 2h13.44c.707 0 1.28.573 1.28 1.28v.157a.64.64 0 01-.26.515L8.953 8.976a1.6 1.6 0 01-1.904 0L.26 3.952A.64.64 0 010 3.437V3.28z" />
    </g>
  ),
})
// @ts-expect-error TS(2339) FIXME: Property 'displayName' does not exist on type '(pr... Remove this comment to see the full error message
MailIcon.displayName = 'MailIcon'

export default MailIcon