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