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