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