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