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