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