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