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