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