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