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