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