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