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