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