import * as React from 'react'; export interface Box-3d-5024Props extends React.SVGProps { ariaLabel?: string } export default function Box-3d-5024({ ariaLabel, ...props }: Box-3d-5024Props) { return ( ); }