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