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