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