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