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