import type { SVGProps } from 'react'; type IconProps = SVGProps & { size?: number | string; color?: string; }; declare const VolumeLow: ({ size, color, ...props }: IconProps) => import("react").JSX.Element; export default VolumeLow; //# sourceMappingURL=VolumeLow.web.d.ts.map