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

function Telegram(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="M21.232 23.339l2.625-12.375c.232-1.089-.393-1.518-1.107-1.25L7.321 15.66c-1.054.411-1.036 1-.179 1.268l3.946 1.232 9.161-5.768c.429-.286.821-.125.5.161l-7.411 6.696-.286 4.071c.411 0 .589-.179.804-.393l1.929-1.857 4 2.946c.732.411 1.25.196 1.446-.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(Telegram);
export default ForwardRef;
