bufferapp/ui

View on GitHub
src/components/Icon/Icons/Video.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 VideoIcon = createIconComponent({
  content: (
    <g>
      <path
        fillRule="evenodd"
        d="M2.972 1A1.972 1.972 0 001 2.972v10.056C1 14.117 1.883 15 2.972 15h10.056A1.972 1.972 0 0015 13.028V2.972A1.972 1.972 0 0013.028 1H2.972zM6.25 6.108c0-.506.548-.823.986-.57l3.278 1.893a.657.657 0 010 1.138l-3.278 1.893a.657.657 0 01-.986-.57V6.108z"
        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
VideoIcon.displayName = 'VideoIcon'

export default VideoIcon