bufferapp/ui

View on GitHub
src/components/Icon/Icons/Dribbble.tsx

Summary

Maintainability
B
4 hrs
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 DribbbleIcon = createIconComponent({
  content: (
    <g>
      <g clipPath="url(#clip0_2377_1872)">
        <path
          fillRule="evenodd"
          d="M8 0C3.584 0 0 3.584 0 8s3.584 8 8 8c4.4 0 8-3.584 8-8s-3.6-8-8-8zM6.608 1.537l-.02-.03A7.2 7.2 0 018 1.367c1.649 0 3.178.614 4.338 1.606-.254.327-1.252 1.487-3.36 2.297a37.2 37.2 0 00-2.37-3.733zm.864 4.203a25.538 25.538 0 01-5.97.786 6.73 6.73 0 013.59-4.501 43.8 43.8 0 012.38 3.715zm2.133.7c2.168-.9 3.295-2.156 3.611-2.548a6.674 6.674 0 011.43 3.924c-.537-.103-2.517-.434-4.53-.207l-.041-.105-.072-.175v-.001a20.617 20.617 0 00-.398-.889zM1.351 8.015v-.104c.644.012 3.671-.026 6.787-.947.161.322.32.643.47.974l-.019.005-.015.004c-.04.01-.085.022-.13.037-3.235 1.044-5.072 3.75-5.467 4.37a6.571 6.571 0 01-1.626-4.34zm10.482 5.41c-.108-.62-.472-2.405-1.25-4.556 1.879-.266 3.522.157 3.958.276a6.608 6.608 0 01-2.708 4.28zm-1.304.724c-.112-.671-.502-2.613-1.386-4.935-3.507 1.237-4.898 3.594-5.158 4.082A6.629 6.629 0 008 14.65c.892 0 1.754-.176 2.53-.5z"
          clipRule="evenodd"
        />
      </g>
      <defs>
        <clipPath id="clip0_2377_1872">
          <path d="M0 0h16v16H0z" />
        </clipPath>
      </defs>
    </g>
  ),
})
// @ts-expect-error TS(2339) FIXME: Property 'displayName' does not exist on type '(pr... Remove this comment to see the full error message
DribbbleIcon.displayName = 'DribbbleIcon'

export default DribbbleIcon