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