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