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