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