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