bufferapp/ui

View on GitHub
src/components/Icon/Icons/Discord.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 DiscordIcon = createIconComponent({
  content: (
    <g>
      <path
        fillRule="evenodd"
        d="M11.808 13.507s-.493-.59-.904-1.11c1.795-.507 2.48-1.63 2.48-1.63a7.84 7.84 0 01-1.576.809 9.02 9.02 0 01-1.986.588 9.595 9.595 0 01-3.548-.013 11.4 11.4 0 01-2.014-.59 8.028 8.028 0 01-1.123-.534.19.19 0 01-.055-.04c-.246-.138-.383-.233-.383-.233s.657 1.095 2.397 1.616c-.411.52-.918 1.137-.918 1.137C1.151 13.411 0 11.425 0 11.425c0-4.411 1.973-7.987 1.973-7.987C3.945 1.96 5.822 2 5.822 2l.137.164C3.493 2.877 2.356 3.96 2.356 3.96s.302-.164.808-.397c1.466-.644 2.63-.822 3.11-.863l.03-.005c.07-.012.131-.023.203-.023a11.167 11.167 0 016.89 1.288s-1.082-1.027-3.41-1.74l.19-.22s1.877-.041 3.85 1.438c0 0 1.972 3.576 1.972 7.987 0 0-1.164 1.986-4.192 2.082zm-1.37-6.397c-.78 0-1.397.685-1.397 1.52 0 .836.63 1.52 1.397 1.52.781 0 1.398-.684 1.398-1.52 0-.835-.617-1.52-1.398-1.52zM4.041 8.63c0-.835.617-1.52 1.397-1.52.781 0 1.411.685 1.398 1.52 0 .836-.617 1.52-1.398 1.52-.767 0-1.397-.684-1.397-1.52z"
        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
DiscordIcon.displayName = 'DiscordIcon'

export default DiscordIcon