import * as React from "react"; import { SVGProps } from "react"; const SvgBabel = (props: SVGProps) => ( ); export default SvgBabel;