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