import React from 'react'; import { type IconProps } from './core'; interface IconSpeakerOnProps extends IconProps { base?: '16' | '24'; } export declare function IconSpeakerOn({ base, ...props }: IconSpeakerOnProps): React.JSX.Element; export {};