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