// FlockRadar Professional SVG Vector Icon Suite (function() { 'use strict'; function createSvg(innerPath, className, viewBox, strokeWidth) { const cls = className ? `flock-svg ${className}` : 'flock-svg'; const vb = viewBox || '0 0 24 24'; const sw = strokeWidth || 2; return ``; } const FlockIcons = { camera: function(className, strokeWidth) { return createSvg( `` + ``, className, '0 0 24 24', strokeWidth ); }, cameraPlus: function(className, strokeWidth) { return createSvg( `` + `` + `` + ``, className, '0 0 24 24', strokeWidth ); }, mapPin: function(className, strokeWidth) { return createSvg( `` + ``, className, '0 0 24 24', strokeWidth ); }, radar: function(className, strokeWidth) { return createSvg( `` + `` + `` + ``, className, '0 0 24 24', strokeWidth ); }, building: function(className, strokeWidth) { return createSvg( `` + `` + `` + `` + `` + `` + `` + `` + `` + ``, className, '0 0 24 24', strokeWidth ); }, shield: function(className, strokeWidth) { return createSvg( ``, className, '0 0 24 24', strokeWidth ); }, shieldCheck: function(className, strokeWidth) { return createSvg( `` + ``, className, '0 0 24 24', strokeWidth ); }, thumbUp: function(className, strokeWidth) { return createSvg( `` + ``, className, '0 0 24 24', strokeWidth ); }, alertTriangle: function(className, strokeWidth) { return createSvg( `` + `` + ``, className, '0 0 24 24', strokeWidth ); }, navigation: function(className, strokeWidth) { return createSvg( ``, className, '0 0 24 24', strokeWidth ); }, map: function(className, strokeWidth) { return createSvg( `` + `` + ``, className, '0 0 24 24', strokeWidth ); }, trophy: function(className, strokeWidth) { return createSvg( `` + `` + `` + `` + `` + ``, className, '0 0 24 24', strokeWidth ); }, chart: function(className, strokeWidth) { return createSvg( `` + `` + ``, className, '0 0 24 24', strokeWidth ); }, volume: function(className, strokeWidth) { return createSvg( `` + `` + ``, className, '0 0 24 24', strokeWidth ); }, volumeX: function(className, strokeWidth) { return createSvg( `` + `` + ``, className, '0 0 24 24', strokeWidth ); }, crosshair: function(className, strokeWidth) { return createSvg( `` + `` + `` + `` + ``, className, '0 0 24 24', strokeWidth ); }, smartphone: function(className, strokeWidth) { return createSvg( `` + ``, className, '0 0 24 24', strokeWidth ); }, search: function(className, strokeWidth) { return createSvg( `` + ``, className, '0 0 24 24', strokeWidth ); }, fileText: function(className, strokeWidth) { return createSvg( `` + `` + `` + ``, className, '0 0 24 24', strokeWidth ); }, checkCircle: function(className, strokeWidth) { return createSvg( `` + ``, className, '0 0 24 24', strokeWidth ); }, check: function(className, strokeWidth) { return createSvg( ``, className, '0 0 24 24', strokeWidth ); }, externalLink: function(className, strokeWidth) { return createSvg( `` + `` + ``, className, '0 0 24 24', strokeWidth ); }, car: function(className, strokeWidth) { return createSvg( `` + `` + `` + ``, className, '0 0 24 24', strokeWidth ); }, settings: function(className, strokeWidth) { return createSvg( `` + ``, className, '0 0 24 24', strokeWidth ); }, trash: function(className, strokeWidth) { return createSvg( `` + `` + `` + ``, className, '0 0 24 24', strokeWidth ); }, target: function(className, strokeWidth) { return createSvg( `` + `` + ``, className, '0 0 24 24', strokeWidth ); }, satellite: function(className, strokeWidth) { return createSvg( `` + `` + ``, className, '0 0 24 24', strokeWidth ); }, radio: function(className, strokeWidth) { return createSvg( `` + ``, className, '0 0 24 24', strokeWidth ); }, layers: function(className, strokeWidth) { return createSvg( `` + `` + ``, className, '0 0 24 24', strokeWidth ); }, maximize: function(className, strokeWidth) { return createSvg( ``, className, '0 0 24 24', strokeWidth ); }, zap: function(className, strokeWidth) { return createSvg( ``, className, '0 0 24 24', strokeWidth ); }, link: function(className, strokeWidth) { return createSvg( `` + ``, className, '0 0 24 24', strokeWidth ); }, globe: function(className, strokeWidth) { return createSvg( `` + `` + ``, className, '0 0 24 24', strokeWidth ); }, scale: function(className, strokeWidth) { return createSvg( `` + `` + `` + `` + ``, className, '0 0 24 24', strokeWidth ); }, clipboard: function(className, strokeWidth) { return createSvg( `` + ``, className, '0 0 24 24', strokeWidth ); }, chevronDown: function(className, strokeWidth) { return createSvg( ``, className, '0 0 24 24', strokeWidth ); }, x: function(className, strokeWidth) { return createSvg( `` + ``, className, '0 0 24 24', strokeWidth ); }, pause: function(className, strokeWidth) { return createSvg( `` + ``, className, '0 0 24 24', strokeWidth ); }, play: function(className, strokeWidth) { return createSvg( ``, className, '0 0 24 24', strokeWidth ); }, stopCircle: function(className, strokeWidth) { return createSvg( `` + ``, className, '0 0 24 24', strokeWidth ); } }; window.FlockIcons = FlockIcons; })();