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