Commit 9d6856df authored by Ratnadeep Rajendra Kharade's avatar Ratnadeep Rajendra Kharade
Browse files

added icons for different route types

parent 5489fb95
......@@ -77,12 +77,23 @@
</div>
</div>
<div class="routes-list-wrapper">
<div class="routes-list-inner">
<div class="route-option-wrapper" *ngFor="let route of routeList | keyvalue; let i = index">
<div class="route-option-inner" [ngClass]="{'selected': route.value.selected}" (click)="selectRoute(route.value.route, i)">
<div class="routes-list-inner" style="padding: 8px; padding-bottom: 0;">
<div class="route-option-wrapper" style="margin-bottom: 10px;
box-shadow: 0px 0px 3px 0px rgba(15, 22, 33, 0.3);
background-color: #f5f5f5; border-radius: 3px; min-height: 70px;" *ngFor="let route of routeList | keyvalue; let i = index">
<div class="route-option-inner" style="position: relative; min-height: 70px; padding-left: 70px;" [ngClass]="{'selected': route.value.selected}" (click)="selectRoute(route.value.route, i)">
<div class="icon-wrapper" style="position: absolute; top: 8px; left: 8px;"><span class="icon"
[ngClass]="{
'icon-fast':route.value.mode === 'NORMAL',
'icon-safe':route.value.mode === 'ACCIDENTS',
'icon-green':route.value.mode === 'AIR_POLLUTION',
'icon-safe-green':route.value.mode === 'AIR_POLLUTION_AND_ACCIDENTS'
}"></span></div>
<div class="route-heading">{{getRouteType(route.value.mode)}}:</div>
<div class="route-summary">{{route.value.summary}}</div>
<div class="route-prediction"></div>
<div class="route-summary"><span style="text-align:left;">{{route.value.summary}}<span style="float:right;">
{{route.value.time}}
</span></span></div>
<div class="route-prediction">Prediction: {{route.value.prediction}}</div>
</div>
</div>
</div>
......
......@@ -5,12 +5,22 @@
}
.waypoint-wrapper{
// padding: 8px;
// font-weight: 500;
// border-bottom: 1px solid #ddd;
// background-color: #34a080;
// text-align: center;
// color: #fff;
padding: 8px;
padding-top: 4px;
padding-bottom: 4px;
font-weight: 500;
border-bottom: 1px solid #ddd;
background-color: #34a080;
background-color: #cecece;
text-align: center;
color: #fff;
color: #000;
font-size: 15px;
text-align: left;
}
.routes-list-wrapper{
......@@ -28,15 +38,36 @@
background-color: rgba(102, 157, 246, 1);
color: white;
font-weight: 500!important;
border-radius: 3px;
}
.route-heading{
font-weight: 500;
margin-bottom: 5px;
font-size: 16px;
}
}
}
}
.icon {
display: inline-block;
width: 50px;
height: 50px;
background-size: cover;
}
.icon-fast {
background-image: url(./../../assets/images/fastest.svg);
}
.icon-safe {
background-image: url(./../../assets/images/safe.svg);
}
.icon-green {
background-image: url(./../../assets/images/green.svg);
}
.icon-safe-green {
background-image: url(./../../assets/images/safe_green.svg);
}
.directions li span.arrow {
display:inline-block;
......
......@@ -319,7 +319,7 @@ export class HirebikePage implements OnInit {
let routeResp = JSON.parse(resp.data.routes[i].route);
let route = routeResp.response.route[0];
//console.log(route);
this.setRouteOptions(route, i, resp.data.routes[i].mode, selectedRouteIndex);
this.setRouteOptions(route, i, resp.data.routes[i].mode, selectedRouteIndex, resp.data.routes[i].prediction);
if (i !== selectedRouteIndex) {
this.drawRouteLine(route, i);
}
......@@ -341,16 +341,16 @@ export class HirebikePage implements OnInit {
routeList = {};
setRouteOptions(route, index, mode, selectedRouteIndex) {
setRouteOptions(route, index, mode, selectedRouteIndex, prediction) {
let content = '';
let selected = false;
content += 'Total distance: ' + route.summary.distance + 'm. ';
content += 'Travel Time: ' + Math.floor(route.summary.travelTime / 60) + ' min';
console.log(content);
content += 'Total distance: ' + route.summary.distance + 'm';
//content += 'Travel Time: ' + Math.floor(route.summary.travelTime / 60) + ' min';
let time = 'Travel Time: ' + Math.floor(route.summary.travelTime / 60) + ' min';
if (index === selectedRouteIndex) {
selected = true;
}
this.routeList[index] = { route: route, summary: content, mode: mode, selected: selected };
this.routeList[index] = { route: route, summary: content, mode: mode, selected: selected, prediction:prediction, time:time };
}
isRouteSelected = false;
......
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, 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 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<g>
<g>
<path d="M412.976,221.951c-9.248,0-18.202,1.278-26.699,3.66L341.669,112h45.646c5.764,0,10.903,3.659,12.79,9.105
c1.452,4.191,0.81,8.667-1.763,12.281c-2.572,3.614-6.592,5.686-11.027,5.686h-3.356c-5.523,0-10,4.477-10,10
c0,5.523,4.477,10,10,10h3.356c10.828,0,21.041-5.266,27.321-14.087c6.279-8.821,7.912-20.195,4.368-30.426
C414.329,101.065,401.595,92,387.315,92H327c-3.307,0-6.4,1.635-8.263,4.367c-1.863,2.732-2.254,6.209-1.045,9.288l27.136,69.113
h-99.491l-12.452-29.349c-1.502-3.829-5.196-6.347-9.309-6.347h-50.384c-9.216,0-17.817,4.546-23.009,12.16
s-6.281,17.282-2.915,25.86c4.213,10.738,14.389,17.676,25.924,17.676h41.151l-20.722,35.892
c-12.395-5.593-26.138-8.709-40.596-8.709c-51.227,0-93.493,39.101-98.522,89.024H33.065c-5.523,0-10,4.477-10,10s4.477,10,10,10
h21.437c2.834,28.133,17.495,52.826,38.918,69.024H49c-5.523,0-10,4.477-10,10s4.477,10,10,10h104.024
c51.227,0,93.493-39.101,98.522-89.024h18.008c4.245,13.308,16.724,22.976,31.421,22.976c6.245,0,12.09-1.745,17.074-4.774
c6.099,20.493,18.664,38.226,35.323,50.823h-52.396c-5.523,0-10,4.477-10,10s4.477,10,10,10h112
C467.578,420,512,375.578,512,320.976S467.578,221.951,412.976,221.951z M173.192,174.768c-3.251,0-6.119-1.955-7.306-4.98
c-0.963-2.454-0.664-5.111,0.822-7.289c1.485-2.178,3.849-3.427,6.484-3.427h43.565l6.16,15.696H173.192z M153.024,400
C109.45,400,74,364.55,74,320.976s35.45-79.024,79.024-79.024c10.818,0,21.133,2.189,30.532,6.141l-39.192,67.883
c-1.787,3.094-1.787,6.906,0,10c1.786,3.094,5.087,5,8.66,5h39.444c-4.469,17.617-20.457,30.691-39.444,30.691
c-5.523,0-10,4.477-10,10s4.477,10,10,10c30.058,0,55.069-21.969,59.853-50.691h18.517C226.46,369.843,193.209,400,153.024,400z
M170.345,310.976l30.512-52.848c16.433,12.537,27.81,31.359,30.537,52.848H170.345z M251.546,310.976
c-2.909-28.873-18.275-54.121-40.624-70.283l23.565-40.815l48.57,111.098H251.546z M300.976,333.951
c-3.135,0-6.013-1.118-8.259-2.976h5.626c3.375,0,6.521-1.702,8.368-4.525c1.848-2.824,2.146-6.389,0.794-9.48l-3.792-8.673
c5.843,1.261,10.238,6.464,10.238,12.679C313.951,328.13,308.13,333.951,300.976,333.951z M300.976,288
c-2.004,0-3.866,0.596-5.431,1.611l-41.464-94.843h98.599l14.988,38.173c-23.72,12.257-41.877,33.823-49.618,59.833
C313.067,289.746,307.221,288,300.976,288z M412.976,400c-43.574,0-79.024-35.45-79.024-79.024
c0-29.829,16.616-55.844,41.075-69.293l28.641,72.948c1.547,3.941,5.318,6.348,9.311,6.348c1.216,0,2.452-0.224,3.652-0.695
c5.141-2.018,7.672-7.822,5.653-12.963l-28.649-72.967c6.192-1.564,12.67-2.403,19.341-2.403c43.574,0,79.024,35.45,79.024,79.024
C492,364.549,456.55,400,412.976,400z"/>
</g>
</g>
<g>
<g>
<path d="M17.07,402.93C15.21,401.07,12.63,400,10,400s-5.21,1.07-7.07,2.93S0,407.37,0,410s1.07,5.21,2.93,7.07
C4.79,418.93,7.37,420,10,420s5.21-1.07,7.07-2.93S20,412.63,20,410S18.93,404.79,17.07,402.93z"/>
</g>
</g>
<g>
<g>
<path d="M126.995,174.768h-46.31c-5.523,0-10,4.477-10,10s4.477,10,10,10h46.31c5.523,0,10-4.477,10-10
S132.518,174.768,126.995,174.768z"/>
</g>
</g>
<g>
<g>
<path d="M41.315,174.768H30.333c-5.523,0-10,4.477-10,10s4.478,10,10,10h10.982c5.523,0,10-4.477,10-10
S46.838,174.768,41.315,174.768z"/>
</g>
</g>
<g>
<g>
<path d="M75.168,219H10c-5.523,0-10,4.477-10,10s4.477,10,10,10h65.168c5.523,0,10-4.477,10-10S80.691,219,75.168,219z"/>
</g>
</g>
<g>
<g>
<path d="M458.559,345.318c-4.274-3.498-10.574-2.868-14.072,1.405c-7.771,9.497-19.257,14.943-31.511,14.943
c-5.523,0-10,4.477-10,10s4.477,10,10,10c18.276,0,35.402-8.119,46.988-22.276C463.462,355.116,462.833,348.816,458.559,345.318z"
/>
</g>
</g>
<g>
<g>
<path d="M463.667,310.976c-5.523,0-10,4.477-10,10v0.17c-0.035,5.523,4.415,10.028,9.937,10.063c0.021,0,0.043,0,0.064,0
c5.493,0,9.964-4.436,9.999-9.937v-0.296C473.667,315.453,469.189,310.976,463.667,310.976z"/>
</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 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512.001 512.001" style="enable-background:new 0 0 512.001 512.001;" xml:space="preserve">
<g>
<g>
<path d="M503.324,441.029H394.101v-51.792c23.851-3.208,44.99-18.104,57.282-40.687c16.331-3.733,31.167-13.188,42.142-26.947
c11.914-14.937,18.476-34.027,18.476-53.754c0-30.009-15.366-57.784-39.543-72.211c-2.519-50.043-41.096-89.945-88.079-89.945
c-14.789,0-29.422,4.025-42.316,11.64c-4.012,2.369-5.344,7.541-2.975,11.552c2.37,4.013,7.543,5.344,11.553,2.975
c10.298-6.082,21.964-9.296,33.738-9.296c39.263,0,71.265,35.053,71.339,78.139c0.006,3.175,1.793,6.078,4.626,7.512
c21.132,10.695,34.785,34.102,34.785,59.633c0,32.222-21.821,60.12-50.759,64.893c-2.71,0.448-5.032,2.185-6.225,4.66
c-9.05,18.768-25.402,31.455-44.044,34.758v-74.645l41.516-38.177c3.429-3.154,3.653-8.49,0.499-11.919
c-3.155-3.429-8.49-3.654-11.919-0.499l-30.096,27.675v-56.312c0-4.659-3.777-8.436-8.436-8.436s-8.436,3.777-8.436,8.436v102.1
l-30.096-27.675c-3.429-3.155-8.766-2.93-11.919,0.499c-3.154,3.429-2.93,8.765,0.499,11.919l41.517,38.177v29.252
c-19.892-2.563-37.435-15.725-46.848-35.641c-1.125-2.381-3.298-4.1-5.873-4.646c-27.992-5.947-48.308-33.038-48.308-64.419
c0-24.744,12.478-47.139,32.564-58.442c2.688-1.513,4.336-4.372,4.298-7.455c-0.002-0.234-0.01-0.466-0.018-0.697
c-0.005-0.134-0.01-0.267-0.01-0.4c0-17.573,5.186-34.177,14.997-48.015c2.695-3.801,1.798-9.067-2.002-11.76
c-3.801-2.696-9.067-1.797-11.76,2.002c-11.177,15.764-17.381,34.439-18.045,54.212c-22.878,14.919-36.894,41.492-36.894,70.556
c0,37.804,24,70.734,57.638,79.942c12.661,23.845,35.055,39.276,60.263,41.746v51.492h-5.343
c-1.243-22.077-16.334-41.283-37.349-47.768c-6.594-14.029-19.402-24.201-34.463-27.499
c-4.938-22.445-25.143-39.182-48.688-39.182c-18.156,0-34.619,9.758-43.395,25.29c-17.283,0.657-32.822,9.89-41.748,24.194
c-5.563-15.304-19.813-26.447-36.497-27.645V326.24c22.773-3.166,42.938-17.41,54.72-38.958
c15.651-3.616,29.865-12.696,40.388-25.888c11.458-14.363,17.768-32.72,17.768-51.688c0-28.788-14.709-55.441-37.868-69.344
c-2.513-48.011-39.564-86.261-84.678-86.261c-17.305,0-33.95,5.581-48.137,16.142c-3.736,2.781-4.511,8.067-1.73,11.804
c2.781,3.736,8.066,4.511,11.804,1.73c11.252-8.378,24.414-12.805,38.063-12.805c37.391,0,67.869,33.398,67.94,74.45
c0.006,3.175,1.793,6.078,4.626,7.512c20.112,10.179,33.106,32.464,33.106,56.772c0,30.675-20.762,57.232-48.295,61.773
c-2.709,0.448-5.032,2.185-6.225,4.66c-8.545,17.72-23.924,29.748-41.484,33.008v-70.88l39.632-36.443
c3.429-3.154,3.652-8.49,0.499-11.919c-3.153-3.43-8.49-3.654-11.919-0.499l-28.212,25.942v-53.094
c0-4.659-3.777-8.436-8.436-8.436s-8.436,3.777-8.436,8.436v96.931l-28.211-25.942c-3.43-3.155-8.766-2.93-11.919,0.499
c-3.154,3.429-2.93,8.766,0.499,11.919l39.63,36.443v27.438c-18.756-2.566-35.272-15.047-44.167-33.865
c-1.125-2.381-3.298-4.1-5.873-4.646c-26.633-5.661-45.964-31.45-45.964-61.325c0-23.561,11.875-44.881,30.992-55.639
c2.686-1.512,4.334-4.366,4.298-7.448c-0.002-0.228-0.009-0.456-0.017-0.683c-0.003-0.123-0.009-0.245-0.009-0.37
c0-10.434,1.923-20.524,5.715-29.989c1.128-2.812,2.427-5.574,3.864-8.212c2.228-4.092,0.718-9.214-3.374-11.442
c-4.092-2.23-9.215-0.719-11.442,3.373c-1.751,3.216-3.335,6.582-4.707,10.006c-4.156,10.371-6.459,21.339-6.862,32.655
C13.417,156.324,0,181.824,0,209.706c0,36.297,23.018,67.926,55.296,76.84c12.138,22.755,33.507,37.519,57.579,39.99v24.129
c-9.232,3.226-17.133,9.604-22.216,18.171c-20.486,1.165-37.039,16.295-40.247,36.249c-15.109,6.71-26.342,20.018-30.478,35.942
H8.436c-4.659,0-8.436,3.777-8.436,8.436s3.777,8.436,8.436,8.436h18.48H217.35h145.845h140.129c4.659,0,8.436-3.777,8.436-8.436
S507.982,441.029,503.324,441.029z M37.627,441.029c4.024-10.255,12.489-18.424,23.273-21.917
c3.393-1.099,5.728-4.212,5.833-7.776c0.425-14.411,12.054-25.7,26.475-25.7c0.578,0,1.21,0.027,1.987,0.084
c3.614,0.261,6.995-1.803,8.398-5.145c3.932-9.354,13.027-15.399,23.171-15.399c13.026,0,24.022,10.162,25.034,23.135
c0.324,4.141,3.613,7.431,7.755,7.755c2.3,0.179,4.524,0.684,6.63,1.454c0.009,0.003,0.017,0.008,0.026,0.011
c0.391,0.144,0.776,0.299,1.158,0.461c0.082,0.035,0.165,0.07,0.247,0.106c0.357,0.155,0.71,0.318,1.057,0.489
c0.118,0.059,0.234,0.12,0.351,0.18c0.481,0.246,0.952,0.508,1.414,0.783c0.252,0.151,0.506,0.297,0.752,0.457
c0.187,0.12,0.367,0.249,0.549,0.372c0.277,0.189,0.552,0.381,0.822,0.581c0.153,0.114,0.304,0.228,0.453,0.345
c0.326,0.254,0.648,0.516,0.961,0.787c0.087,0.074,0.174,0.145,0.26,0.22c0.831,0.736,1.614,1.529,2.343,2.371
c0.067,0.078,0.133,0.156,0.199,0.235c0.307,0.363,0.603,0.736,0.89,1.117c0.055,0.073,0.112,0.145,0.166,0.219
c0.655,0.892,1.252,1.832,1.788,2.813c0.071,0.13,0.138,0.263,0.208,0.395c0.19,0.363,0.371,0.733,0.544,1.108
c0.069,0.148,0.138,0.296,0.204,0.445c0.213,0.486,0.415,0.979,0.598,1.48c0.007,0.018,0.013,0.034,0.02,0.052
c0.989,2.732,3.315,4.763,6.155,5.375c0.754,0.162,1.493,0.36,2.22,0.583c0.237,0.073,0.467,0.162,0.702,0.241
c0.484,0.162,0.966,0.327,1.437,0.515c0.272,0.109,0.537,0.232,0.804,0.349c0.421,0.184,0.84,0.371,1.25,0.575
c0.276,0.137,0.544,0.285,0.814,0.431c0.388,0.209,0.772,0.425,1.147,0.652c0.267,0.161,0.53,0.328,0.791,0.498
c0.364,0.237,0.723,0.484,1.075,0.738c0.251,0.181,0.499,0.362,0.743,0.551c0.349,0.27,0.687,0.551,1.022,0.836
c0.227,0.193,0.457,0.385,0.678,0.585c0.343,0.312,0.671,0.637,0.998,0.964c0.193,0.193,0.393,0.382,0.58,0.582
c0.368,0.391,0.716,0.799,1.061,1.209c0.128,0.153,0.264,0.297,0.389,0.452c0.46,0.574,0.899,1.164,1.313,1.773
c0.087,0.127,0.162,0.263,0.246,0.391c0.319,0.486,0.63,0.977,0.919,1.482c0.13,0.229,0.247,0.467,0.371,0.7
c0.224,0.418,0.444,0.837,0.647,1.266c0.126,0.267,0.238,0.54,0.355,0.81c0.178,0.411,0.35,0.822,0.508,1.242
c0.108,0.288,0.207,0.579,0.306,0.871c0.141,0.416,0.273,0.835,0.395,1.259c0.086,0.3,0.166,0.602,0.243,0.905
c0.107,0.43,0.201,0.863,0.288,1.299c0.061,0.304,0.12,0.608,0.171,0.916c0.024,0.143,0.036,0.288,0.057,0.432H37.627z
M225.888,441.03v-0.001c-0.007-0.08-0.024-0.159-0.03-0.238c-0.097-1.007-0.222-2.008-0.387-2.997
c-0.01-0.058-0.023-0.116-0.033-0.174c-0.172-1.009-0.377-2.008-0.617-2.996c-0.01-0.043-0.018-0.086-0.029-0.127
c-0.241-0.979-0.52-1.944-0.824-2.898c-0.033-0.102-0.063-0.207-0.097-0.309c-0.3-0.918-0.634-1.822-0.993-2.716
c-0.052-0.129-0.102-0.259-0.155-0.387c-0.36-0.875-0.749-1.735-1.163-2.582c-0.065-0.134-0.13-0.267-0.197-0.4
c-0.422-0.842-0.868-1.67-1.34-2.482c-0.072-0.123-0.144-0.244-0.217-0.367c-0.486-0.819-0.995-1.623-1.532-2.408
c-0.065-0.096-0.133-0.189-0.199-0.283c-0.56-0.806-1.141-1.597-1.751-2.364c-0.038-0.048-0.079-0.094-0.117-0.143
c-0.638-0.796-1.3-1.572-1.991-2.323c-0.008-0.008-0.015-0.017-0.022-0.025c-0.684-0.742-1.397-1.459-2.13-2.155
c-0.064-0.061-0.126-0.124-0.19-0.184c-0.705-0.661-1.435-1.297-2.183-1.913c-0.1-0.082-0.199-0.166-0.3-0.249
c-0.736-0.595-1.492-1.166-2.267-1.715c-0.12-0.085-0.24-0.17-0.36-0.254c-0.774-0.538-1.567-1.052-2.377-1.541
c-0.127-0.076-0.255-0.152-0.382-0.227c-0.821-0.485-1.657-0.946-2.51-1.379c-0.117-0.06-0.236-0.115-0.354-0.173
c-0.88-0.435-1.774-0.848-2.687-1.226c-0.081-0.034-0.163-0.063-0.244-0.096c-0.957-0.389-1.928-0.752-2.918-1.075
c-0.003-0.001-0.007-0.003-0.011-0.005c-0.043-0.087-0.092-0.168-0.135-0.254c-0.341-0.683-0.698-1.354-1.074-2.014
c-0.192-0.337-0.397-0.666-0.597-0.998c-0.243-0.399-0.488-0.797-0.743-1.188c-0.245-0.377-0.497-0.747-0.755-1.115
c-0.224-0.319-0.454-0.633-0.686-0.946c-0.292-0.395-0.585-0.788-0.891-1.172c-0.18-0.225-0.369-0.441-0.553-0.661
c-0.711-0.855-1.454-1.68-2.231-2.476c-0.134-0.137-0.262-0.279-0.397-0.414c-0.386-0.384-0.785-0.752-1.185-1.121
c-0.231-0.213-0.461-0.425-0.697-0.633c-0.382-0.336-0.77-0.666-1.166-0.99c-0.288-0.236-0.581-0.463-0.875-0.692
c-0.367-0.283-0.731-0.569-1.108-0.841c-0.53-0.384-1.072-0.75-1.62-1.109c-0.146-0.096-0.285-0.202-0.433-0.296
c6.148-10.386,17.402-16.989,29.836-16.989c0.761,0,1.587,0.035,2.599,0.109c3.609,0.269,6.994-1.804,8.397-5.145
c5.161-12.282,17.103-20.218,30.422-20.218c17.103,0,31.54,13.344,32.868,30.378c0.323,4.141,3.613,7.431,7.755,7.754
c12.867,1.003,24.021,9.498,28.417,21.643c0.989,2.732,3.315,4.763,6.155,5.375c15.564,3.354,27.11,16.738,28.407,32.428H225.888z
"/>
</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.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<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 486.7 486.7" style="enable-background:new 0 0 486.7 486.7;" xml:space="preserve">
<g>
<path d="M193.455,277.068h-4.063v-13.097c0-7.512-6.93-11.178-12.21-12.474l-8.87-16.68c-0.61-1.148-1.741-1.928-3.031-2.091
l-64.294-8.112L41.98,131.121c-0.733-1.161-2.01-1.865-3.383-1.865H4c-2.209,0-4,1.791-4,4v179.547
c0,1.061,0.421,2.078,1.171,2.829c0.75,0.75,1.768,1.171,2.829,1.171l54.244,0c2.233,22.782,21.492,40.643,44.848,40.643
c23.36,0,42.623-17.861,44.856-40.643l45.508-0.001c7.461,0,13.53-6.07,13.53-13.532v-12.67
C206.985,283.138,200.916,277.068,193.455,277.068z M103.091,339.445c-14.925,0-27.068-12.145-27.068-27.073
c0-14.928,12.143-27.072,27.068-27.072c14.93,0,27.076,12.145,27.076,27.072C130.167,327.3,118.021,339.445,103.091,339.445z"/>
<path d="M430.407,241.856c-6.451,0-12.647,1.105-18.422,3.111l-17.592-37.339h24.674c2.189,0,3.971,1.826,3.971,4.015v0.591
c0,2.189-1.781,3.969-3.971,3.969c-3.314,0-6,2.687-6,6c0,3.314,2.686,6,6,6c8.807,0,15.971-7.163,15.971-15.969v-0.591
c0-8.806-7.164-16.015-15.971-16.015h-34.144c-3.314,0-6,2.687-6,6c0,1.041,0.266,2.019,0.731,2.872l6.498,13.792l-66.29,0.002
l-4.271-10.214l-0.159-0.452h6.196c3.313,0,6-2.686,6-6c0-3.313-2.687-6-6-6h-27.413c-3.314,0-6,2.687-6,6c0,3.314,2.686,6,6,6
h8.495l1.354,3.849c0.067,0.244,0.145,0.487,0.245,0.727l0.067,0.16l0.257,0.731c0.124,0.351,0.283,0.678,0.462,0.99l3.71,8.873
L295.85,246.3c-6.741-2.861-14.149-4.444-21.922-4.444c-31.042,0-56.296,25.253-56.296,56.294
c0,31.041,25.254,56.295,56.296,56.295c31.042,0,56.297-25.254,56.297-56.295c0-18.986-9.458-35.794-23.899-45.996l8.379-15.093
l25.755,61.598c-2.759,2.803-4.467,6.643-4.467,10.876c0,8.556,6.961,15.517,15.517,15.517c8.556,0,15.516-6.961,15.516-15.517
c0-3.003-0.872-5.801-2.354-8.179l10.717-15.104c-0.829,3.838-1.276,7.815-1.276,11.897c0,31.041,25.254,56.295,56.296,56.295
c31.04,0,56.293-25.254,56.293-56.295C486.7,267.109,461.447,241.856,430.407,241.856z M395.228,237.555l-40.336,56.846
c-1.085-0.243-2.209-0.381-3.367-0.382l-26.644-63.725l66.926-0.002L395.228,237.555z M318.225,298.15
c0,24.424-19.871,44.295-44.297,44.295c-24.425,0-44.296-19.871-44.296-44.295c0-24.424,19.871-44.294,44.296-44.294
c5.66,0,11.069,1.079,16.05,3.021l-15.488,27.898c-0.188-0.008-0.372-0.028-0.561-0.028c-7.39,0-13.402,6.012-13.402,13.402
c0,7.391,6.013,13.403,13.402,13.403c7.39,0,13.401-6.013,13.401-13.403c0-2.802-0.867-5.404-2.344-7.557l15.482-27.885
C311.241,270.795,318.225,283.672,318.225,298.15z M430.407,342.445c-24.425,0-44.296-19.871-44.296-44.295
c0-15.532,8.042-29.212,20.175-37.122l13.593,28.852c-1.796,2.281-2.877,5.149-2.877,8.27c0,7.391,6.012,13.403,13.401,13.403
c7.392,0,13.405-6.013,13.405-13.403c0-7.279-5.837-13.208-13.075-13.386l-13.603-28.873c4.193-1.32,8.652-2.035,13.276-2.035
c24.423,0,44.293,19.87,44.293,44.294C474.7,322.574,454.83,342.445,430.407,342.445z"/>
<g>
<path d="M185.563,174.784c-0.963-3.169-4.31-4.957-7.486-3.995c-3.17,0.964-4.959,4.316-3.995,7.486l24.761,81.435
c0.787,2.588,3.166,4.256,5.739,4.256c0.578,0,1.166-0.084,1.748-0.261c3.17-0.964,4.959-4.316,3.995-7.486L185.563,174.784z"/>
<path d="M269.934,209.279c-1.97-2.665-5.728-3.228-8.392-1.259l-37.966,28.062c-2.665,1.97-3.229,5.727-1.259,8.392
c1.177,1.592,2.991,2.434,4.83,2.434c1.239,0,2.489-0.383,3.562-1.175l37.966-28.062
C271.34,215.701,271.903,211.944,269.934,209.279z"/>
<path d="M239.516,140.802c0.684-3.243-1.391-6.425-4.633-7.109c-3.248-0.683-6.425,1.391-7.109,4.633l-17.057,80.885
c-0.684,3.243,1.391,6.425,4.633,7.109c0.418,0.088,0.834,0.13,1.244,0.13c2.776,0,5.27-1.938,5.865-4.763L239.516,140.802z"/>
</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 19.0.0, 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 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<g>
<g>
<path d="M185.389,494.93c-1.859-1.86-4.439-2.93-7.07-2.93c-2.63,0-5.21,1.07-7.069,2.93c-1.86,1.86-2.931,4.44-2.931,7.07
s1.07,5.21,2.931,7.07c1.859,1.86,4.439,2.93,7.069,2.93c2.631,0,5.211-1.07,7.07-2.93c1.86-1.86,2.93-4.44,2.93-7.07
S187.25,496.79,185.389,494.93z"/>
</g>
</g>
<g>
<g>
<path d="M354.922,415.17c-5.522,0-10,4.477-10,10c0,18.608-15.139,33.748-33.747,33.748c-5.522,0-10,4.477-10,10s4.478,10,10,10
c29.636,0,53.747-24.111,53.747-53.748C364.922,419.647,360.444,415.17,354.922,415.17z"/>
</g>
</g>
<g>
<g>
<path d="M428,0c-46.317,0-84,37.682-84,84v120c0,42.932,32.382,78.422,74,83.384V375h-35.993
c-15.748-22.169-41.629-36.661-70.832-36.661c-7.646,0-15.064,0.998-22.133,2.862L255.688,256h40.667
c2.349,0,4.415,1.5,5.142,3.735c0.741,2.279-0.163,4.016-0.768,4.848c-0.604,0.833-1.977,2.229-4.374,2.229h-10.222
c-5.522,0-10,4.477-10,10s4.478,10,10,10h10.222c8.228,0,15.72-3.818,20.556-10.475c4.835-6.656,6.149-14.962,3.606-22.785
C317.104,243.054,307.395,236,296.354,236h-55.321c-3.306,0-6.396,1.633-8.26,4.363c-1.864,2.73-2.257,6.205-1.052,9.282
l18.781,47.974h-83.107l-7.526-17.215l-2.843-7.245c-1.502-3.829-5.195-6.347-9.309-6.347h-43.482
c-8.406,0-16.253,4.146-20.988,11.092c-4.736,6.946-5.73,15.765-2.659,23.591c3.844,9.794,13.126,16.124,23.647,16.124h33.142
l-16.085,27.86c-10.571-4.589-22.224-7.14-34.463-7.14C38.952,338.34,0,377.292,0,425.17c0,26.85,12.251,50.89,31.456,66.83H10
c-5.522,0-10,4.477-10,10s4.478,10,10,10h76.83c44.496,0,81.276-33.645,86.251-76.83h39.162c3.374,0,6.521-1.702,8.368-4.525
c1.848-2.824,2.146-6.389,0.795-9.48L176.139,317.62h82.193l12.095,30.895c-27.395,14.621-46.083,43.495-46.083,76.655
c0,26.85,12.251,50.89,31.456,66.83h-35.48c-5.522,0-10,4.477-10,10s4.478,10,10,10h90.854c47.878,0,86.83-38.952,86.83-86.83
c0-10.604-1.914-20.768-5.409-30.169h71.737c5.522,0,10-4.477,10-10s-4.478-10-10-10H438v-87.616
c41.618-4.962,74-40.452,74-83.384V84C512,37.682,474.317,0,428,0z M104.235,297.62c-2.238,0-4.212-1.347-5.03-3.43
c-0.907-2.313-0.035-4.137,0.566-5.018c0.601-0.881,1.979-2.359,4.464-2.359h36.664l4.241,10.807H104.235z M86.83,492
C49.979,492,20,462.02,20,425.17s29.979-66.83,66.83-66.83c8.598,0,16.813,1.65,24.37,4.621L78.17,420.17
c-1.786,3.094-1.786,6.906,0,10s5.088,5,8.66,5h32.235c-4.272,13.741-17.107,23.748-32.235,23.748c-5.522,0-10,4.477-10,10
s4.478,10,10,10c26.219,0,48.099-18.875,52.801-43.748h13.279C148.069,467.293,120.282,492,86.83,492z M104.15,415.17
l24.357-42.186c12.849,10.282,21.841,25.19,24.403,42.186H104.15z M196.957,415.17h-23.876
c-2.808-24.372-15.742-45.705-34.482-59.667l18.366-31.811L196.957,415.17z M311.175,492c-36.851,0-66.831-29.98-66.831-66.83
c0-24.693,13.473-46.285,33.443-57.855l24.076,61.501c1.544,3.945,5.318,6.357,9.314,6.357c1.212,0,2.445-0.222,3.643-0.691
c5.143-2.014,7.68-7.814,5.666-12.958l-24.083-61.519c4.756-1.078,9.695-1.666,14.772-1.666c36.851,0,66.83,29.98,66.83,66.83
S348.025,492,311.175,492z M492,204c0,31.888-23.444,58.398-54,63.214V225.63l26.647-28.449
c3.775-4.031,3.568-10.359-0.463-14.134c-4.029-3.775-10.358-3.568-14.135,0.462L438,196.372V164.2l26.647-28.449
c3.775-4.031,3.568-10.359-0.463-14.135c-4.029-3.775-10.358-3.568-14.135,0.462L438,134.943V117.5c0-5.523-4.478-10-10-10
c-5.522,0-10,4.477-10,10v45.028l-10.295-10.991c-3.776-4.031-10.104-4.237-14.135-0.462c-4.031,3.775-4.238,10.104-0.463,14.134
L418,191.785v75.428c-30.556-4.816-54-31.326-54-63.214V84c0-35.29,28.71-64,64-64c35.29,0,64,28.71,64,64V204z"/>
</g>
</g>
<g>
<g>
<path d="M502,375h-0.131c-5.522,0-10,4.477-10,10s4.478,10,10,10H502c5.522,0,10-4.477,10-10S507.522,375,502,375z"/>
</g>
</g>
<g>
<g>
<path d="M238.833,138.667h-16.592c3.937-7.998,6.055-16.869,6.055-25.935c0-32.385-26.347-58.731-58.731-58.731
c-24.116,0-45.227,14.707-54.17,36.036c-5.736-2.759-12.076-4.24-18.562-4.24C73.215,85.796,54,105.011,54,128.629
c0,9.549,3.083,18.59,8.914,26.147c1.894,2.453,4.817,3.891,7.917,3.891h168.002c5.522,0,10-4.477,10-10
S244.355,138.667,238.833,138.667z M198.321,138.666H76.318C74.793,135.568,74,132.164,74,128.629
c0-12.59,10.243-22.833,22.833-22.833c6.453,0,12.637,2.753,16.965,7.554c2.621,2.907,6.695,4.018,10.429,2.842
c3.733-1.175,6.438-4.419,6.922-8.303C133.553,88.569,150.068,74,169.564,74c21.356,0,38.731,17.375,38.731,38.731
C208.295,122.321,204.698,131.585,198.321,138.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>
</svg>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment