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