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