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