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