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