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