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