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