✨ MAJOR FEATURES: • Auto-zoom intelligence với smart bounds fitting • Enhanced 3D GPS markers với pulsing effects • Professional route display với 6-layer rendering • Status-based parking icons với availability indicators • Production-ready build optimizations 🗺️ AUTO-ZOOM FEATURES: • Smart bounds fitting cho GPS + selected parking • Adaptive padding (50px) cho visual balance • Max zoom control (level 16) để tránh quá gần • Dynamic centering khi không có selection 🎨 ENHANCED VISUALS: • 3D GPS marker với multi-layer pulse effects • Advanced parking icons với status colors • Selection highlighting với animation • Dimming system cho non-selected items 🛣️ ROUTE SYSTEM: • OpenRouteService API integration • Multi-layer route rendering (glow, shadow, main, animated) • Real-time distance & duration calculation • Visual route info trong popup 📱 PRODUCTION READY: • SSR safe với dynamic imports • Build errors resolved • Global deployment via Vercel • Optimized performance 🌍 DEPLOYMENT: • Vercel: https://whatever-ctk2auuxr-phong12hexdockworks-projects.vercel.app • Bundle size: 22.8 kB optimized • Global CDN distribution • HTTPS enabled 💾 VERSION CONTROL: • MapView-v2.0.tsx backup created • MAPVIEW_VERSIONS.md documentation • Full version history tracking
32 lines
881 B
JavaScript
32 lines
881 B
JavaScript
/**
|
|
* lucide-react v0.292.0 - ISC
|
|
*/
|
|
|
|
import createLucideIcon from '../createLucideIcon.js';
|
|
|
|
const Slack = createLucideIcon("Slack", [
|
|
[
|
|
"rect",
|
|
{ width: "3", height: "8", x: "13", y: "2", rx: "1.5", key: "diqz80" }
|
|
],
|
|
["path", { d: "M19 8.5V10h1.5A1.5 1.5 0 1 0 19 8.5", key: "183iwg" }],
|
|
[
|
|
"rect",
|
|
{ width: "3", height: "8", x: "8", y: "14", rx: "1.5", key: "hqg7r1" }
|
|
],
|
|
["path", { d: "M5 15.5V14H3.5A1.5 1.5 0 1 0 5 15.5", key: "76g71w" }],
|
|
[
|
|
"rect",
|
|
{ width: "8", height: "3", x: "14", y: "13", rx: "1.5", key: "1kmz0a" }
|
|
],
|
|
["path", { d: "M15.5 19H14v1.5a1.5 1.5 0 1 0 1.5-1.5", key: "jc4sz0" }],
|
|
[
|
|
"rect",
|
|
{ width: "8", height: "3", x: "2", y: "8", rx: "1.5", key: "1omvl4" }
|
|
],
|
|
["path", { d: "M8.5 5H10V3.5A1.5 1.5 0 1 0 8.5 5", key: "16f3cl" }]
|
|
]);
|
|
|
|
export { Slack as default };
|
|
//# sourceMappingURL=slack.js.map
|