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