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