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