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