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