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