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