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