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