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