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