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