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