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