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