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