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