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