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