import type { SVGProps } from 'react'; const SvgSpeaker = (props: SVGProps) => ( ); export default SvgSpeaker;