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