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