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

function SnapchatGhost(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 30 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M15.143 2.286c3.214-.036 5.875 1.768 7.214 4.661.411.875.482 2.232.482 3.196 0 1.143-.089 2.268-.161 3.411.143.071.339.125.5.125.643 0 1.179-.482 1.821-.482.607 0 1.482.429 1.482 1.143 0 1.714-3.589 1.393-3.589 2.893 0 .268.107.518.214.768.857 1.875 2.482 3.679 4.411 4.482.464.196.929.304 1.429.411.321.071.5.304.5.625 0 1.214-3.089 1.714-3.911 1.839-.357.554-.089 1.857-1.036 1.857-.732 0-1.464-.232-2.25-.232-.375 0-.75.018-1.107.089-2.125.357-2.839 2.643-6.321 2.643-3.357 0-4.161-2.286-6.232-2.643a6.011 6.011 0 00-1.125-.089c-.804 0-1.571.268-2.214.268-1 0-.696-1.321-1.071-1.893-.821-.125-3.911-.625-3.911-1.839 0-.321.179-.554.5-.625.5-.107.964-.214 1.429-.411 1.911-.786 3.571-2.607 4.411-4.482.107-.25.214-.5.214-.768 0-1.5-3.607-1.214-3.607-2.875 0-.696.821-1.143 1.446-1.143.554 0 1.107.464 1.804.464.196 0 .393-.036.571-.125-.071-1.125-.161-2.25-.161-3.393 0-.964.071-2.339.482-3.214 1.571-3.393 4.232-4.625 7.786-4.661z" />
    </svg>
  );
}

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