bufferapp/ui

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

Summary

Maintainability
A
0 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 BufferIcon = createIconComponent({
  content: (
    <g>
      <path d="M2 4.194L8 .968l6 3.226-6 3.174-6-3.174z" />
      <path d="M3.929 7L8 9.069 12.114 7l1.918.965L8 11 2.032 7.965 3.93 7z" />
      <path d="M3.896 10.6L8 12.881l4.082-2.281L14 11.66 8 15l-6-3.34 1.896-1.06z" />
    </g>
  ),
})
// @ts-expect-error TS(2339) FIXME: Property 'displayName' does not exist on type '(pr... Remove this comment to see the full error message
BufferIcon.displayName = 'BufferIcon'

export default BufferIcon