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