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