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