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