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