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