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