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