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