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