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