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