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