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