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