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