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