bufferapp/ui

View on GitHub
src/components/Icon/Icons/Giveaway.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 GiveawayIcon = createIconComponent({
  content: (
    <g>
      <path
        fillRule="evenodd"
        d="M10.568 2.45c.409-.213.717-.437.928-.668.211-.23.344-.487.354-.758.02-.587-.504-.906-.989-.993-.89-.16-2.16.281-2.926 1.66-.25-.465-.526-.814-.807-1.062C6.72.272 6.269.105 5.868.183c-.43.084-.706.434-.718.876-.01.418.208.883.635 1.324l.239.25c.267.279.492.514.695.683.276.23.56.384.929.384.339 0 .703-.132 1.14-.335.341-.16.762-.38 1.29-.657l.49-.258zm-2.297.207C8.846.987 10.08.602 10.738.72c.362.065.414.224.412.28-.002.05-.03.156-.17.309-.14.152-.372.331-.736.52l-.504.265c-.523.275-.923.485-1.249.637-.107.05-.203.091-.288.126l.068-.2zm-.657.013l.125.324A.741.741 0 017.648 3c-.143 0-.274-.048-.48-.22a8.477 8.477 0 01-.617-.61l-.263-.273c-.353-.365-.442-.657-.438-.819.004-.138.067-.191.152-.208.114-.022.353.012.664.285.305.268.65.745.948 1.515z"
        clipRule="evenodd"
      />
      <path d="M2.5 4.714a1 1 0 011-1h3a1 1 0 011 1v3a1 1 0 01-1 1h-3a1 1 0 01-1-1v-3zm0 6a1 1 0 011-1h3a1 1 0 011 1v3a1 1 0 01-1 1h-3a1 1 0 01-1-1v-3zm7-7a1 1 0 00-1 1v3a1 1 0 001 1h3a1 1 0 001-1v-3a1 1 0 00-1-1h-3zm-1 7a1 1 0 011-1h3a1 1 0 011 1v3a1 1 0 01-1 1h-3a1 1 0 01-1-1v-3z" />
    </g>
  ),
})
// @ts-expect-error TS(2339) FIXME: Property 'displayName' does not exist on type '(pr... Remove this comment to see the full error message
GiveawayIcon.displayName = 'GiveawayIcon'

export default GiveawayIcon