/// import { IconProps } from '.'; declare const SvgSubscription: ({ size, color, secondaryColor, className, ...props }: IconProps) => JSX.Element; export default SvgSubscription;