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