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