import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgRepeatOneOn: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgRepeatOneOn; //# sourceMappingURL=RepeatOneOn.d.ts.map