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