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