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