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