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