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