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