Files
smart-city-digital-twin-mar…/smart-app-city/frontend/node_modules/@expo/vector-icons/build/SimpleLineIcons.d.ts
Eric FELIXINE e30ae8ed09 feat(smart-app): implement complete mobile app MVP
- App.tsx: full navigation (Auth stack + Main tabs with 5 screens)
- Auth: LoginScreen, RegisterScreen, ForgotPasswordScreen
- HomeScreen: dashboard with IoT metrics, weather widget, alerts, quick actions, sensors
- MapScreen: interactive map with layer toggles (6 layers)
- MarketplaceScreen: categories (6), products (5), search
- ChatScreen: AI chat with quick prompts (4), bot responses
- ProfileScreen: user info, stats, menu (9 items), logout
- AlertsScreen: alert list with severity, acknowledge
- SensorsScreen: sensor list with type filters (6 types), search
- ZonesScreen: zone cards with stats
- SettingsScreen: language picker (FR/EN/ES/DE), privacy, about
- Stores: iotStore (sensors, zones, alerts), notificationStore, uiStore + i18n
- Hooks: useSensors, useAlerts, useNotifications, useLocation
- Components: Card, Button, LoadingSpinner, ErrorBoundary, Header
- Services: iotService, notificationService (with axios API client)
- Utils: formatters (temp, AQI, noise, dates), validators (email, password, IBAN)
- Theme: colors.ts with full design system (Blue Ocean palette)
- Ditto: fixed MongoDB connection, new JWT secrets, official gateway image
2026-06-01 18:00:35 -04:00

3 lines
2.7 KiB
TypeScript

declare const _default: import("./createIconSet").Icon<"link" | "menu" | "minus" | "plus" | "info" | "exclamation" | "check" | "close" | "question" | "home" | "star" | "user" | "picture" | "phone" | "lock" | "eye" | "camera" | "heart" | "calculator" | "tag" | "calendar" | "hourglass" | "key" | "flag" | "printer" | "wallet" | "login" | "logout" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "bell" | "briefcase" | "clock" | "compass" | "credit-card" | "crop" | "cup" | "direction" | "drop" | "folder" | "game-controller" | "globe" | "grid" | "layers" | "list" | "location-pin" | "lock-open" | "loop" | "magnet" | "map" | "mouse" | "note" | "paper-plane" | "paypal" | "pencil" | "pie-chart" | "pin" | "rocket" | "share" | "shield" | "shuffle" | "trash" | "trophy" | "chart" | "envelope" | "like" | "refresh" | "anchor" | "arrow-down-circle" | "arrow-left-circle" | "arrow-right-circle" | "arrow-up-circle" | "book-open" | "disc" | "film" | "power" | "settings" | "target" | "umbrella" | "volume-1" | "volume-2" | "volume-off" | "ban" | "fire" | "plane" | "feed" | "wrench" | "cloud-download" | "cloud-upload" | "microphone" | "support" | "share-alt" | "diamond" | "envelope-open" | "directions" | "ghost" | "cursor" | "equalizer" | "dislike" | "puzzle" | "social-behance" | "social-dribbble" | "social-dropbox" | "social-facebook" | "social-github" | "social-instagram" | "social-linkedin" | "social-pinterest" | "social-reddit" | "social-skype" | "social-spotify" | "social-steam" | "social-stumbleupon" | "social-tumblr" | "social-twitter" | "social-youtube" | "bag" | "basket" | "bulb" | "options" | "people" | "reload" | "speedometer" | "cursor-move" | "graph" | "mustache" | "notebook" | "badge" | "call-end" | "event" | "organization" | "user-female" | "user-follow" | "user-following" | "user-unfollow" | "emotsmile" | "call-in" | "call-out" | "options-vertical" | "screen-smartphone" | "screen-desktop" | "energy" | "chemistry" | "screen-tablet" | "magic-wand" | "graduation" | "eyeglass" | "envelope-letter" | "vector" | "speech" | "present" | "playlist" | "handbag" | "globe-alt" | "folder-alt" | "drawer" | "docs" | "doc" | "bubbles" | "basket-loaded" | "action-undo" | "action-redo" | "frame" | "size-fullscreen" | "size-actual" | "music-tone-alt" | "music-tone" | "earphones-alt" | "earphones" | "control-start" | "control-rewind" | "control-play" | "control-pause" | "control-forward" | "control-end" | "bubble" | "camrecorder" | "magnifier" | "magnifier-add" | "magnifier-remove" | "paper-clip" | "symbol-female" | "symbol-male" | "social-google" | "social-foursqare" | "social-soundcloud" | "social-vkontakte", "simple-line-icons">;
export default _default;
//# sourceMappingURL=SimpleLineIcons.d.ts.map