mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
Fixes regarding for PR #124, also added vector images for towers and phones
This commit is contained in:
@@ -1657,11 +1657,13 @@
|
||||
}
|
||||
|
||||
// ============================================
|
||||
// GSM ICON DEFINITIONS
|
||||
// GSM ICON DEFINITIONS - High Quality Vector Icons
|
||||
// ============================================
|
||||
const GSM_ICONS = {
|
||||
tower: 'M12 2L11 3v5h2V3l-1-1zm-1 6v2H9v2h2v2H9v2h2v2H9v2h6v-2h-2v-2h2v-2h-2v-2h2v-2h-2V8h-2zm-3 4H6v8h2v-8zm8 0h-2v8h2v-8zM5 14H3v6h2v-6zm14 0h-2v6h2v-6z',
|
||||
device: 'M7 2v20h10V2H7zm2 2h6v12H9V4zm0 14h6v2H9v-2z'
|
||||
// Cell tower icon with detailed antenna structure
|
||||
tower: 'M12 1L10.5 2.5V7H8V9H10V11H8V13H10V15H8V17H10V19H8V21H16V19H14V17H16V15H14V13H16V11H14V9H16V7H13.5V2.5L12 1M12 3.5L12.5 4V7H11.5V4L12 3.5M7 9H5V21H7V9M19 9H17V21H19V9M4 11H2V21H4V11M22 11H20V21H22V11M3 13H1V21H3V13M23 13H21V21H23V13Z',
|
||||
// Smartphone icon with detailed screen and body
|
||||
device: 'M17 1H7C5.89 1 5 1.89 5 3V21C5 22.1 5.9 23 7 23H17C18.1 23 19 22.1 19 21V3C19 1.89 18.1 1 17 1M17 19H7V5H17V19M12 21C11.45 21 11 20.55 11 20C11 19.45 11.45 19 12 19C12.55 19 13 19.45 13 20C13 20.55 12.55 21 12 21Z'
|
||||
};
|
||||
|
||||
// Create marker icon with SVG
|
||||
|
||||
Reference in New Issue
Block a user