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