<!DOCTYPE html>
<html lang="en">

  <head>
    <meta charset="UTF-8" />
    <title>Example - example-example52-production</title>
    <script data-require="lodash.js@*" data-semver="3.8.0" src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.8.0/lodash.js"></script>
    <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.min.js"></script>
    <script src="http://cesiumjs.org/Cesium/Build/CesiumUnminified/Cesium.js"></script>
    <script src="http://stepplus.co.il/images/svg2png.js"></script>
    <link rel="stylesheet" href="http://cesiumjs.org/Cesium/Build/CesiumUnminified/Widgets/widgets.css" />
    <link rel="stylesheet" href="style.css" />
  </head>

  <body ng-app="objectOrientedApp">
    <div ng-controller="appCtrl as appCtrl">
      <div cesium-directive="" id="cesium1" class="cesiumContainer"></div>
    </div>
    <script src="app.js"></script>
  </body>

</html>
"use strict";
    
  angular.module('objectOrientedApp', [])
  
  .directive('cesiumDirective', function($interval, pinColor){
    return {
      restrict: "EA",
      controllerAs: "cesiumCtrl",
      scope: {
        data: "="
      },
      controller: function($scope){
        
      },
      link: function(scope, element, attr, ctrl){
        
        function generateCoordinates(radius, centerLong, centerLat){
          var r = radius/111300 // = 100 meters
            , y0 = centerLat
            , x0 = centerLong
            , u = Math.random()
            , v = Math.random()
            , w = r * Math.sqrt(u)
            , t = 2 * Math.PI * v
            , x = w * Math.cos(t)
            , y1 = w * Math.sin(t)
            , x1 = x / Math.cos(y0);
  
          var newPos = ({latitude: y0 + y1, longitude: x0 + x1});
          return new Cesium.Cartesian3.fromDegrees(newPos.longitude * 180/Math.PI, newPos.latitude * 180/Math.PI);
        }
        
        function addEntity(params, collection){
            var entity = collection.getOrCreateEntity(params.id);
            var keys = Object.keys(params);
            keys.forEach(function(value){
                if (value != 'id')
                    entity[value] = params[value];
            });
        }
        
        function getRandomId(){
          return ids[Math.floor(Math.random()*ids.length)];
        }
        
        var vm = ctrl;
        
        vm.cesium = new Cesium.Viewer(attr['id'], {
          baseLayerPicker: false,
          fullscreenButton: false,
          homeButton: false,
          sceneModePicker: false,
          selectionIndicator: false,
          timeline: false,
          animation: false,
          geocoder: false
        });
        
        vm.imagesArray = [
                  'bus4',
                  'gps35'
                ];
        
        var entities = vm.entities = vm.cesium.entities;
        var randomImage;
        
        var n = 1000; //number of starting entities
        var nUpdate = 1000; // how many entities to update on each interval
        var id, params;
        var ids = [];
        
        //Grand Island, Nebraska in radians
        var startingLocation = {
            centerLong: (-98.343286 * Math.PI / 180),
            centerLat: (40.923664 * Math.PI / 180)
        };
        
        vm.cesium.camera.flyTo({
            destination: new Cesium.Cartesian3.fromDegrees(startingLocation.centerLong * 180/Math.PI, startingLocation.centerLat * 180/Math.PI, 5000000)
        });
        
        entities.suspendEvents();
        for (var i = 0; i < n; i++){
            var imageName = images[vm.imagesArray[Math.ceil(Math.random()*vm.imagesArray.length-1)]];
            ids.push(i);
            params = {
                id: i,
                position: generateCoordinates(100000, startingLocation.centerLong, startingLocation.centerLat),
                label: {
                    text: i.toString(),
                    font: '8px sans-serif'
                },
                billboard: {
                    image: pinColor(imageName, Cesium.Color.fromRandom({alpha:1.0})),
                    width : 32, // default: undefined
                    height : 32 // default: undefined
                }
            };
            addEntity(params, entities);
        
        }
        entities.resumeEvents();
    
    
      }
    };
  })
  
  .controller('appCtrl', ['$scope', function($scope) {
    
  }])
  
  .value('pinColor', function(svg, color){
    
    function cesiumRgb2Hex(rgb){
      return Math.round(((1 << 24) + (rgb.red*255 << 16) + (rgb.green*255 << 8) + rgb.blue*255)).toString(16).slice(1);
    }
  
    function exportSVG(svg){
      var b64 = "data:image/svg+xml;base64,";
  
      // https://developer.mozilla.org/en/DOM/window.btoa
      b64 += btoa(svg);
      
      return b64;
    }
    
    var hexColor = cesiumRgb2Hex(color); // get the hex color to fill
    
    return exportSVG(svg.replace('ffffff', hexColor));
   
  });
  
  var images = {
    bus4: '<?xml version="1.0" encoding="iso-8859-1"?>\
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->\
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\
	 viewBox="0 0 61.375 61.375" style="enable-background:new 0 0 61.375 61.375;" xml:space="preserve">\
<g>\
	<g>\
		<path style="fill:#ffffff;" d="M43.493,14.951H17.647v7.601h1.958l-0.006-0.167c0-1.296,1.051-2.351,2.359-2.351\
			c1.293,0,2.345,1.055,2.345,2.351l-0.007,0.167h10.936l-0.007-0.167c0-1.296,1.057-2.351,2.359-2.351\
			c1.295,0,2.35,1.055,2.35,2.351l-0.01,0.167h4.513v-3.416L43.493,14.951z M20.537,18.641h-2.172l0.006-3.055l2.166,0.004V18.641z\
			 M24.98,18.641h-3.928v-3.05l3.928,0.005V18.641z M29.43,18.641h-3.932v-3.045l3.932,0.007V18.641z M33.875,21.93h-3.931v-6.328\
			l3.931,0.018V21.93z M38.321,18.641h-3.93V15.61l3.93,0.009V18.641z M38.838,18.641v-3.022l4.283,0.009l0.654,3.014\
			C43.776,18.641,38.838,18.641,38.838,18.641z M31.719,21.421h-1.241v-5.468h1.241V21.421z M30.688,0\
			C20.011,0,11.354,8.656,11.354,19.335c0,10.676,19.334,42.04,19.334,42.04s19.333-31.364,19.333-42.04\
			C50.021,8.657,41.364,0,30.688,0z M30.688,34.294c-8.25,0-14.962-6.71-14.962-14.959s6.712-14.96,14.962-14.96\
			s14.959,6.711,14.959,14.96C45.647,27.583,38.938,34.294,30.688,34.294z M21.959,20.527c-1.037,0-1.867,0.834-1.867,1.855\
			c0,1.034,0.831,1.866,1.867,1.866c1.02,0,1.85-0.832,1.85-1.866C23.809,21.361,22.979,20.527,21.959,20.527z M21.955,23.211\
			c-0.46,0-0.828-0.367-0.828-0.826c0-0.454,0.368-0.822,0.828-0.822c0.452,0,0.819,0.368,0.819,0.822\
			C22.774,22.844,22.407,23.211,21.955,23.211z M37.584,20.527c-1.031,0-1.86,0.834-1.86,1.855c0,1.034,0.829,1.866,1.86,1.866\
			c1.022,0,1.856-0.832,1.856-1.866C39.441,21.361,38.607,20.527,37.584,20.527z M37.579,23.211c-0.457,0-0.824-0.367-0.824-0.826\
			c0-0.454,0.369-0.822,0.824-0.822c0.457,0,0.822,0.368,0.822,0.822C38.401,22.844,38.036,23.211,37.579,23.211z M33.418,21.421\
			h-1.294v-5.468h1.294V21.421z"/>\
	</g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
</svg>\
',
gps35: '<?xml version="1.0" encoding="iso-8859-1"?>\
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->\
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\
	 viewBox="0 0 47.319 47.319" style="enable-background:new 0 0 47.319 47.319;" xml:space="preserve">\
<g>\
	<g>\
		<path style="fill:#ffffff;" d="M16.444,36.891h14.43l-7.215,10.428L16.444,36.891z M40.576,16.915\
			c0,9.325-7.589,16.914-16.916,16.914S6.743,26.24,6.743,16.915C6.743,7.588,14.332,0,23.66,0C32.987,0,40.577,7.588,40.576,16.915\
			z M37.254,16.916c0-7.496-6.099-13.595-13.594-13.595c-7.496,0-13.593,6.099-13.593,13.595c0,7.495,6.097,13.593,13.593,13.593\
			C31.155,30.509,37.255,24.411,37.254,16.916z"/>\
	</g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
</svg>\
'
  }
.cesiumContainer{
  height: 50%;
  width: 100%;
}
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewBox="0 0 61.375 61.375" style="enable-background:new 0 0 61.375 61.375;" xml:space="preserve">
<g>
	<g>
		<path style="fill:#ffffff;" d="M43.493,14.951H17.647v7.601h1.958l-0.006-0.167c0-1.296,1.051-2.351,2.359-2.351
			c1.293,0,2.345,1.055,2.345,2.351l-0.007,0.167h10.936l-0.007-0.167c0-1.296,1.057-2.351,2.359-2.351
			c1.295,0,2.35,1.055,2.35,2.351l-0.01,0.167h4.513v-3.416L43.493,14.951z M20.537,18.641h-2.172l0.006-3.055l2.166,0.004V18.641z
			 M24.98,18.641h-3.928v-3.05l3.928,0.005V18.641z M29.43,18.641h-3.932v-3.045l3.932,0.007V18.641z M33.875,21.93h-3.931v-6.328
			l3.931,0.018V21.93z M38.321,18.641h-3.93V15.61l3.93,0.009V18.641z M38.838,18.641v-3.022l4.283,0.009l0.654,3.014
			C43.776,18.641,38.838,18.641,38.838,18.641z M31.719,21.421h-1.241v-5.468h1.241V21.421z M30.688,0
			C20.011,0,11.354,8.656,11.354,19.335c0,10.676,19.334,42.04,19.334,42.04s19.333-31.364,19.333-42.04
			C50.021,8.657,41.364,0,30.688,0z M30.688,34.294c-8.25,0-14.962-6.71-14.962-14.959s6.712-14.96,14.962-14.96
			s14.959,6.711,14.959,14.96C45.647,27.583,38.938,34.294,30.688,34.294z M21.959,20.527c-1.037,0-1.867,0.834-1.867,1.855
			c0,1.034,0.831,1.866,1.867,1.866c1.02,0,1.85-0.832,1.85-1.866C23.809,21.361,22.979,20.527,21.959,20.527z M21.955,23.211
			c-0.46,0-0.828-0.367-0.828-0.826c0-0.454,0.368-0.822,0.828-0.822c0.452,0,0.819,0.368,0.819,0.822
			C22.774,22.844,22.407,23.211,21.955,23.211z M37.584,20.527c-1.031,0-1.86,0.834-1.86,1.855c0,1.034,0.829,1.866,1.86,1.866
			c1.022,0,1.856-0.832,1.856-1.866C39.441,21.361,38.607,20.527,37.584,20.527z M37.579,23.211c-0.457,0-0.824-0.367-0.824-0.826
			c0-0.454,0.369-0.822,0.824-0.822c0.457,0,0.822,0.368,0.822,0.822C38.401,22.844,38.036,23.211,37.579,23.211z M33.418,21.421
			h-1.294v-5.468h1.294V21.421z"/>
	</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewBox="0 0 24.311 24.311" style="enable-background:new 0 0 24.311 24.311;" xml:space="preserve">
<g>
	<g>
		<path style="fill:#ffffff;" d="M11.158,20.777c0.258,2.305-0.333,3.233-1.944,3.5c-1.61,0.271-3.177-1.111-3.505-3.082
			c-0.151-0.906-0.447-2.656-0.631-3.461c-0.292-1.283-1.072-2.953-1.375-3.94c-0.069-0.226-0.858-1.842-1.041-2.734
			c-0.301-1.449,0.63-2.866,2.077-3.17L7.27,7.366c0.38-0.081,1.51-0.159,1.51-0.159c1.554-0.01,2.31,0.79,2.318,2.345
			c0.004,0.899-0.813,2.256-1.446,2.356c-0.635,0.1-0.914,0.029-1.344,0.031c-0.618,0.003-0.925,0.926-0.995,1.43
			c-0.038,0.272-0.047,1.545,0.752,3.162C8.865,18.145,10.814,17.697,11.158,20.777z M9.274,6.804
			c0.643-0.003,1.162-0.771,1.157-1.714s-0.53-1.706-1.173-1.702C8.613,3.392,8.095,4.159,8.101,5.102
			C8.105,6.044,8.63,6.807,9.274,6.804z M5.461,7.065C5.845,6.973,6.044,6.447,5.909,5.89C5.772,5.335,5.357,4.957,4.976,5.047
			C4.594,5.14,4.395,5.666,4.529,6.221C4.665,6.779,5.079,7.158,5.461,7.065z M7.143,6.642c0.458-0.065,0.744-0.658,0.644-1.323
			C7.688,4.657,7.241,4.176,6.788,4.24C6.335,4.31,6.046,4.902,6.146,5.565C6.247,6.227,6.691,6.708,7.143,6.642z M2.854,7.753
			C2.706,7.381,2.381,7.164,2.129,7.265C1.872,7.367,1.788,7.75,1.937,8.12c0.149,0.37,0.477,0.586,0.729,0.486
			C2.919,8.504,3.005,8.122,2.854,7.753z M3.938,7.752c0.32-0.128,0.427-0.615,0.238-1.083C3.987,6.197,3.572,5.92,3.255,6.051
			C2.931,6.178,2.826,6.666,3.012,7.134C3.202,7.605,3.615,7.88,3.938,7.752z M11.158,20.777c0.258,2.305-0.333,3.233-1.944,3.5
			c-1.61,0.271-3.177-1.111-3.505-3.082c-0.151-0.906-0.447-2.656-0.631-3.461c-0.292-1.283-1.072-2.953-1.375-3.94
			c-0.069-0.226-0.858-1.842-1.041-2.734c-0.301-1.449,0.63-2.866,2.077-3.17L7.27,7.366c0.38-0.081,1.51-0.159,1.51-0.159
			c1.554-0.01,2.31,0.79,2.318,2.345c0.004,0.899-0.813,2.256-1.446,2.356c-0.635,0.1-0.914,0.029-1.344,0.031
			c-0.618,0.003-0.925,0.926-0.995,1.43c-0.038,0.272-0.047,1.545,0.752,3.162C8.865,18.145,10.814,17.697,11.158,20.777z
			 M9.274,6.804c0.643-0.003,1.162-0.771,1.157-1.714s-0.53-1.706-1.173-1.702C8.613,3.392,8.095,4.159,8.101,5.102
			C8.105,6.044,8.63,6.807,9.274,6.804z M5.461,7.065C5.845,6.973,6.044,6.447,5.909,5.89C5.772,5.335,5.357,4.957,4.976,5.047
			C4.594,5.14,4.395,5.666,4.529,6.221C4.665,6.779,5.079,7.158,5.461,7.065z M7.143,6.642c0.458-0.065,0.744-0.658,0.644-1.323
			C7.688,4.657,7.241,4.176,6.788,4.24C6.335,4.31,6.046,4.902,6.146,5.565C6.247,6.227,6.691,6.708,7.143,6.642z M2.854,7.753
			C2.706,7.381,2.381,7.164,2.129,7.265C1.872,7.367,1.788,7.75,1.937,8.12c0.149,0.37,0.477,0.586,0.729,0.486
			C2.919,8.504,3.005,8.122,2.854,7.753z M3.938,7.752c0.32-0.128,0.427-0.615,0.238-1.083C3.987,6.197,3.572,5.92,3.255,6.051
			C2.931,6.178,2.826,6.666,3.012,7.134C3.202,7.605,3.615,7.88,3.938,7.752z M16.247,13.145c0.8-1.618,0.791-2.891,0.752-3.163
			c-0.069-0.504-0.376-1.428-0.994-1.431C15.574,8.549,15.296,8.62,14.66,8.52c-0.634-0.1-1.449-1.456-1.445-2.356
			c0.009-1.555,0.765-2.354,2.317-2.346c0,0,1.13,0.079,1.511,0.16l2.531,0.524c1.445,0.304,2.379,1.721,2.075,3.169
			c-0.184,0.892-0.972,2.509-1.041,2.734c-0.304,0.988-1.083,2.658-1.375,3.94c-0.184,0.806-0.479,2.556-0.631,3.461
			c-0.328,1.972-1.895,3.354-3.505,3.083c-1.61-0.268-2.201-1.195-1.943-3.5C13.5,14.311,15.448,14.756,16.247,13.145z
			 M16.212,1.714C16.218,0.77,15.699,0.004,15.056,0c-0.644-0.004-1.169,0.759-1.174,1.702s0.514,1.711,1.157,1.714
			C15.682,3.418,16.208,2.655,16.212,1.714z M19.784,2.833c0.134-0.556-0.065-1.082-0.446-1.175
			c-0.382-0.09-0.797,0.288-0.936,0.844c-0.134,0.557,0.065,1.083,0.449,1.175C19.233,3.77,19.647,3.39,19.784,2.833z M18.167,2.176
			c0.1-0.664-0.189-1.255-0.644-1.325c-0.451-0.064-0.898,0.417-0.998,1.079c-0.1,0.665,0.188,1.258,0.645,1.323
			C17.622,3.32,18.065,2.839,18.167,2.176z M21.645,5.218c0.253,0.1,0.58-0.117,0.729-0.487c0.148-0.37,0.064-0.753-0.191-0.855
			c-0.252-0.101-0.577,0.115-0.726,0.488C21.307,4.733,21.393,5.115,21.645,5.218z M21.301,3.745
			c0.187-0.468,0.081-0.956-0.242-1.083c-0.316-0.132-0.731,0.145-0.922,0.617c-0.188,0.469-0.083,0.956,0.239,1.084
			S21.11,4.216,21.301,3.745z M16.247,13.145c0.8-1.618,0.791-2.891,0.752-3.163c-0.069-0.504-0.376-1.428-0.994-1.431
			C15.574,8.549,15.296,8.62,14.66,8.52c-0.634-0.1-1.449-1.456-1.445-2.356c0.009-1.555,0.765-2.354,2.317-2.346
			c0,0,1.13,0.079,1.511,0.16l2.531,0.524c1.445,0.304,2.379,1.721,2.075,3.169c-0.184,0.892-0.972,2.509-1.041,2.734
			c-0.304,0.988-1.083,2.658-1.375,3.94c-0.184,0.806-0.479,2.556-0.631,3.461c-0.328,1.972-1.895,3.354-3.505,3.083
			c-1.61-0.268-2.201-1.195-1.943-3.5C13.5,14.311,15.448,14.756,16.247,13.145z M16.212,1.714C16.218,0.77,15.699,0.004,15.056,0
			c-0.644-0.004-1.169,0.759-1.174,1.702s0.514,1.711,1.157,1.714C15.682,3.418,16.208,2.655,16.212,1.714z M19.784,2.833
			c0.134-0.556-0.065-1.082-0.446-1.175c-0.382-0.09-0.797,0.288-0.936,0.844c-0.134,0.557,0.065,1.083,0.449,1.175
			C19.233,3.77,19.647,3.39,19.784,2.833z M18.167,2.176c0.1-0.664-0.189-1.255-0.644-1.325c-0.451-0.064-0.898,0.417-0.998,1.079
			c-0.1,0.665,0.188,1.258,0.645,1.323C17.622,3.32,18.065,2.839,18.167,2.176z M21.645,5.218c0.253,0.1,0.58-0.117,0.729-0.487
			c0.148-0.37,0.064-0.753-0.191-0.855c-0.252-0.101-0.577,0.115-0.726,0.488C21.307,4.733,21.393,5.115,21.645,5.218z
			 M21.301,3.745c0.187-0.468,0.081-0.956-0.242-1.083c-0.316-0.132-0.731,0.145-0.922,0.617c-0.188,0.469-0.083,0.956,0.239,1.084
			S21.11,4.216,21.301,3.745z"/>
	</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewBox="0 0 68.577 68.577" style="enable-background:new 0 0 68.577 68.577;" xml:space="preserve">
<g>
	<g>
		<g>
			<path style="fill:#ffffff;" d="M33.872,17.664c-0.058-0.057-1.382-1.435,0.016-3.124c1.711-2.063,0-3.812-0.016-3.832
				l-0.373,0.372c0.058,0.059,1.382,1.434-0.015,3.124c-1.71,2.063-0.003,3.814,0.015,3.831L33.872,17.664z"/>
			<path style="fill:#010002;" d="M34.288,0C21.714,0,11.523,10.197,11.523,22.77c0,9.527,13.078,33.049,19.41,43.876
				c0.698,1.193,1.971,1.931,3.354,1.931c1.382,0,2.66-0.731,3.356-1.926c6.331-10.828,19.412-34.353,19.412-43.881
				C57.055,10.197,46.861,0,34.288,0z M34.288,40.385c-9.713,0-17.615-7.901-17.615-17.613c0-9.714,7.902-17.618,17.615-17.618
				c9.715,0,17.615,7.904,17.615,17.618C51.904,32.481,44.003,40.385,34.288,40.385z"/>
			<path style="fill:#010002;" d="M31.837,17.664c-0.056-0.057-1.382-1.435,0.017-3.124c1.708-2.063,0-3.812-0.017-3.832
				l-0.373,0.372c0.057,0.06,1.381,1.435-0.017,3.124c-1.708,2.063-0.002,3.812,0.017,3.831L31.837,17.664z"/>
			<path style="fill:#010002;" d="M36.085,17.664c-0.058-0.057-1.38-1.435,0.019-3.124c1.707-2.063,0-3.812-0.019-3.832
				l-0.372,0.372c0.061,0.059,1.386,1.434-0.016,3.124c-1.708,2.063,0,3.814,0.018,3.831L36.085,17.664z"/>
			<path style="fill:#010002;" d="M49.632,20.747c-0.799-0.931-1.998-0.813-1.992-0.812l-26.532,0.024
				c0,4.426,2.489,8.276,6.153,10.251c-3.755,0.244-6.309,0.729-6.309,1.288c0,0.807,5.334,1.46,11.918,1.46
				c0.295,0,1.452,0,1.746,0c6.586,0,11.92-0.654,11.92-1.46c0-0.559-2.556-1.044-6.31-1.288c0.443-0.239,0.869-0.508,1.276-0.8
				c4.732-0.126,7.722-1.692,8.466-4.488C50.479,23.009,50.367,21.604,49.632,20.747z M49.003,24.666
				c-0.674,2.538-3.545,3.412-6.202,3.665c1.985-1.908,3.293-4.503,3.534-7.399l1.355,0.001c0.012,0.001,0.729-0.061,1.182,0.465
				C49.373,21.981,49.417,23.111,49.003,24.666z"/>
		</g>
	</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewBox="0 0 47.319 47.319" style="enable-background:new 0 0 47.319 47.319;" xml:space="preserve">
<g>
	<g>
		<path style="fill:#ffffff;" d="M16.444,36.891h14.43l-7.215,10.428L16.444,36.891z M40.576,16.915
			c0,9.325-7.589,16.914-16.916,16.914S6.743,26.24,6.743,16.915C6.743,7.588,14.332,0,23.66,0C32.987,0,40.577,7.588,40.576,16.915
			z M37.254,16.916c0-7.496-6.099-13.595-13.594-13.595c-7.496,0-13.593,6.099-13.593,13.595c0,7.495,6.097,13.593,13.593,13.593
			C31.155,30.509,37.255,24.411,37.254,16.916z"/>
	</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>