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