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