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