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