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