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