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