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