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