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