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

function Viacoin(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M27.429 0L24 8h3.429v3.429h-4.893l-.982 2.286h5.875v3.429H20.09l-6.375 14.857L7.34 17.144H.001v-3.429h5.875l-.982-2.286H.001V8H3.43L.001 0h4.571l5.768 13.714h6.75L22.858 0h4.571zM13.714 21.714l1.929-4.571h-3.857z" />
    </svg>
  );
}

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