import * as React from "react"; import { SVGProps } from "react"; const SvgShuffle = (props: SVGProps) => ( ); export default SvgShuffle;