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