bufferapp/ui

View on GitHub
src/components/Icon/Icons/MessageOutline.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 MessageOutlineIcon = createIconComponent({
  content: (
    <g>
      <path
        fillRule="evenodd"
        d="M1.357 2.646C.674 2.119 1.037 1 1.889 1h12.222c.654 0 1.084.704.8 1.311l-5.688 12.17c-.376.805-1.533.635-1.675-.245L6.289 6.457 1.357 2.646zm2.074-.202l3.558 2.75 4.745-2.75H3.43zm9.38 1.032L8.664 12.35l-.958-5.917 5.105-2.958z"
        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
MessageOutlineIcon.displayName = 'MessageOutlineIcon'

export default MessageOutlineIcon