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