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