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