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