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