import * as React from 'react'; export interface Shuffle24Props extends React.SVGProps { ariaLabel?: string } export default function Shuffle24({ ariaLabel, ...props }: Shuffle24Props) { return ( ); }