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