// Generated by script, don't edit it please.
import * as React from 'react';

function Bandcamp(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M19.107 21.036l5.464-10.071H12.892L7.428 21.036h11.679zM32 16c0 8.839-7.161 16-16 16S0 24.839 0 16 7.161 0 16 0s16 7.161 16 16z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(Bandcamp);
export default ForwardRef;
