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