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