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