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