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