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