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