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