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