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