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