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