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