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