Reformatting.

This commit is contained in:
mustafahlvc 2017-08-17 10:40:25 +03:00
parent 1467c22604
commit 51a6e864dd
61 changed files with 2672 additions and 2560 deletions

View File

@ -55,7 +55,7 @@ const appRoutes: Routes = [
@NgModule({ @NgModule({
declarations: [ declarations: [
AppComponent, AppComponent
], ],
imports : [ imports : [
BrowserModule, BrowserModule,

View File

@ -1,75 +1,75 @@
<!-- DEMO CONTENT --> <!-- DEMO CONTENT -->
<div class="demo-content"> <div class="demo-content">
<img src="assets/images/beach.jpg" alt="beach" style="max-width: 640px; width: 100%;"> <img src="assets/images/beach.jpg" alt="beach" style="max-width: 640px; width: 100%;">
<h1>Early Sunrise</h1> <h1>Early Sunrise</h1>
<h4 class="secondary-text">Demo Content</h4> <h4 class="secondary-text">Demo Content</h4>
<p>
One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a
horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his
brown belly, slightly domed and divided by arches into stiff sections.
</p>
<blockquote>
<p> <p>
The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a
pitifully thin compared with the size of the rest of him, waved about helplessly as he looked. "What's horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his
happened to me? " he thought. It wasn't a dream. brown belly, slightly domed and divided by arches into stiff sections.
</p> </p>
<footer>
John Doe
</footer>
</blockquote>
<p> <blockquote>
His room, a proper human room although a little too small, lay peacefully between its four familiar <p>
walls. A collection of textile samples lay spread out on the table - Samsa was a travelling salesman - The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs,
and above it there hung a picture that he had recently cut out of an illustrated magazine and housed in pitifully thin compared with the size of the rest of him, waved about helplessly as he looked. "What's
a nice, gilded frame. happened to me? " he thought. It wasn't a dream.
</p> </p>
<footer>
John Doe
</footer>
</blockquote>
<p> <p>
It showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that His room, a proper human room although a little too small, lay peacefully between its four familiar
covered the whole of her lower arm towards the viewer. Gregor then turned to look out the window at the walls. A collection of textile samples lay spread out on the table - Samsa was a travelling salesman -
dull weather. Drops of rain could be heard hitting the pane, which made him feel quite sad. and above it there hung a picture that he had recently cut out of an illustrated magazine and housed in
</p> a nice, gilded frame.
</p>
<p> <p>
"How about if I sleep a little bit longer and forget all this nonsense", he thought, but that was It showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that
something he was unable to do because he was used to sleeping on his right, and in his present state covered the whole of her lower arm towards the viewer. Gregor then turned to look out the window at the
couldn't get into that position. However hard he threw himself onto his right, he always rolled back to dull weather. Drops of rain could be heard hitting the pane, which made him feel quite sad.
where he was. </p>
</p>
<p> <p>
He must have tried it a hundred times, shut his eyes so that he wouldn't have to look at the floundering "How about if I sleep a little bit longer and forget all this nonsense", he thought, but that was
legs, and only stopped when he began to feel a mild, dull pain there that he had never felt before. "Oh, something he was unable to do because he was used to sleeping on his right, and in his present state
God", he thought, "what a strenuous career it is that I've chosen! couldn't get into that position. However hard he threw himself onto his right, he always rolled back to
</p> where he was.
</p>
<p> <p>
Travelling day in and day out. Doing business like this takes much more effort than doing your own He must have tried it a hundred times, shut his eyes so that he wouldn't have to look at the floundering
business at home, and on top of that there's the curse of travelling, worries about making train legs, and only stopped when he began to feel a mild, dull pain there that he had never felt before. "Oh,
connections, bad and irregular food, contact with different people all the time so that you can never God", he thought, "what a strenuous career it is that I've chosen!
get to know anyone or become friendly with them. </p>
</p>
<p> <p>
"He felt a slight itch up on his belly; pushed himself slowly up on his back towards the headboard so Travelling day in and day out. Doing business like this takes much more effort than doing your own
that he could lift his head better; found where the itch was, and saw that it was covered with lots of business at home, and on top of that there's the curse of travelling, worries about making train
little white spots which he didn't know what to make of; and when he tried to feel the place with one of connections, bad and irregular food, contact with different people all the time so that you can never
his legs he drew it quickly back because as soon as he touched it he was overcome by a cold shudder. He get to know anyone or become friendly with them.
slid back into his former position. </p>
</p>
<p> <p>
"Getting up early all the time", he thought, "it makes you stupid. You've got to get enough sleep. Other "He felt a slight itch up on his belly; pushed himself slowly up on his back towards the headboard so
travelling salesmen live a life of luxury. For instance, whenever I go back to the guest house during that he could lift his head better; found where the itch was, and saw that it was covered with lots of
the morning to copy out the contract, these gentlemen are always still sitting there eating their little white spots which he didn't know what to make of; and when he tried to feel the place with one of
breakfasts. I ought to just try that with my boss; I'd get kicked out on the spot. But who knows, maybe his legs he drew it quickly back because as soon as he touched it he was overcome by a cold shudder. He
that would be the best thing for me... slid back into his former position.
</p> </p>
<p>
"Getting up early all the time", he thought, "it makes you stupid. You've got to get enough sleep. Other
travelling salesmen live a life of luxury. For instance, whenever I go back to the guest house during
the morning to copy out the contract, these gentlemen are always still sitting there eating their
breakfasts. I ought to just try that with my boss; I'd get kicked out on the spot. But who knows, maybe
that would be the best thing for me...
</p>
</div> </div>
<!-- / DEMO CONTENT --> <!-- / DEMO CONTENT -->

View File

@ -1,4 +1,4 @@
import {Component, HostBinding, Input, OnInit} from '@angular/core'; import { Component, HostBinding, Input, OnInit } from '@angular/core';
@Component({ @Component({
selector : 'fuse-nav-item', selector : 'fuse-nav-item',

View File

@ -1,4 +1,4 @@
import {Component, HostBinding, Input, OnInit} from '@angular/core'; import { Component, HostBinding, Input, OnInit } from '@angular/core';
@Component({ @Component({
selector : 'fuse-nav-subheader', selector : 'fuse-nav-subheader',

View File

@ -1,10 +1,10 @@
import {NgModule} from '@angular/core'; import { NgModule } from '@angular/core';
import {SharedModule} from '../../modules/shared.module'; import { SharedModule } from '../../modules/shared.module';
import {RouterModule} from '@angular/router'; import { RouterModule } from '@angular/router';
import {FuseNavSubheaderComponent} from './nav-subheader/nav-subheader.component'; import { FuseNavSubheaderComponent } from './nav-subheader/nav-subheader.component';
import {FuseNavigationComponent} from './navigation.component'; import { FuseNavigationComponent } from './navigation.component';
import {FuseNavItemComponent} from './nav-item/nav-item.component'; import { FuseNavItemComponent } from './nav-item/nav-item.component';
import {FuseNavCollapseComponent} from './nav-collapse/nav-collapse.component'; import { FuseNavCollapseComponent } from './nav-collapse/nav-collapse.component';
@NgModule({ @NgModule({
imports : [ imports : [
@ -19,7 +19,7 @@ import {FuseNavCollapseComponent} from './nav-collapse/nav-collapse.component';
FuseNavSubheaderComponent, FuseNavSubheaderComponent,
FuseNavItemComponent, FuseNavItemComponent,
FuseNavCollapseComponent FuseNavCollapseComponent
], ]
}) })
export class FuseNavigationModule export class FuseNavigationModule
{ {

View File

@ -44,8 +44,7 @@ export class FuseMdSidenavHelperDirective implements OnInit, AfterViewInit, OnDe
this.mdSidenav.close(); this.mdSidenav.close();
} }
this.matchMediaSubscription = this.fuseMatchMedia.onMediaChange.subscribe(() => this.matchMediaSubscription = this.fuseMatchMedia.onMediaChange.subscribe(() => {
{
if ( this.observableMedia.isActive(this.mdIsLockedOpenBreakpoint) ) if ( this.observableMedia.isActive(this.mdIsLockedOpenBreakpoint) )
{ {
this.isLockedOpen = true; this.isLockedOpen = true;
@ -64,8 +63,7 @@ export class FuseMdSidenavHelperDirective implements OnInit, AfterViewInit, OnDe
ngAfterViewInit() ngAfterViewInit()
{ {
setTimeout(() => setTimeout(() => {
{
this.stopTransition = false; this.stopTransition = false;
}, 0); }, 0);
} }

View File

@ -1,4 +1,4 @@
import {NgModule} from '@angular/core'; import { NgModule } from '@angular/core';
import { import {
MdAutocompleteModule, MdAutocompleteModule,
MdButtonModule, MdButtonModule,
@ -30,7 +30,7 @@ import {
MdSnackBarModule, MdSnackBarModule,
MdSortModule, MdSortModule,
MdTableModule, MdTableModule,
MdTabsModule, MdTabsModule
} from '@angular/material'; } from '@angular/material';
import { CdkTableModule } from '@angular/cdk'; import { CdkTableModule } from '@angular/cdk';
@ -102,7 +102,7 @@ import { CdkTableModule } from '@angular/cdk';
MdToolbarModule, MdToolbarModule,
MdTooltipModule, MdTooltipModule,
CdkTableModule CdkTableModule
], ]
}) })
export class MaterialModule export class MaterialModule
{ {

View File

@ -1,4 +1,4 @@
import {Pipe, PipeTransform} from '@angular/core'; import { Pipe, PipeTransform } from '@angular/core';
@Pipe({name: 'htmlToPlaintext'}) @Pipe({name: 'htmlToPlaintext'})
export class HtmlToPlaintextPipe implements PipeTransform export class HtmlToPlaintextPipe implements PipeTransform

View File

@ -2,10 +2,8 @@
@import '~@swimlane/ngx-datatable/release/index.css'; @import '~@swimlane/ngx-datatable/release/index.css';
@import '~@swimlane/ngx-datatable/release/themes/material.css'; @import '~@swimlane/ngx-datatable/release/themes/material.css';
@import '~@swimlane/ngx-datatable/release/assets/icons.css'; @import '~@swimlane/ngx-datatable/release/assets/icons.css';
// Perfect Scrollbar // Perfect Scrollbar
@import "~perfect-scrollbar/src/css/main"; @import "~perfect-scrollbar/src/css/main";
// Fuse // Fuse
@import "fuse"; @import "fuse";

View File

@ -1,5 +1,4 @@
// Variables // Variables
@import "variables/theme"; @import "variables/theme";
// Mixins // Mixins
@import "mixins/breakpoints"; @import "mixins/breakpoints";

View File

@ -76,7 +76,6 @@ $grid-breakpoints: (
@return if(breakpoint-min($name, $breakpoints) == null, "", "-#{$name}"); @return if(breakpoint-min($name, $breakpoints) == null, "", "-#{$name}");
} }
// Media of at least the minimum breakpoint width. No query for the smallest breakpoint. // Media of at least the minimum breakpoint width. No query for the smallest breakpoint.
// Makes the @content apply to the given breakpoint and wider. // Makes the @content apply to the given breakpoint and wider.
@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) { @mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {

View File

@ -159,7 +159,7 @@ dfn {
*/ */
mark { mark {
background-color: #ff0; background-color: #FF0;
color: #000; color: #000;
} }

View File

@ -4,13 +4,13 @@ github.com style (c) Vasily Polovnyov <vast@whiteants.net>
*/ */
hljs , hljs,
[hljs] { [hljs] {
display: block; display: block;
overflow-x: auto; overflow-x: auto;
// padding: 0.5em; // padding: 0.5em;
color: #333; color: #333;
background: #f8f8f8; background: #F8F8F8;
-webkit-text-size-adjust: none; -webkit-text-size-adjust: none;
} }
@ -41,7 +41,7 @@ hljs ,
.hljs-tag .hljs-value, .hljs-tag .hljs-value,
.hljs-doctag, .hljs-doctag,
.tex .hljs-formula { .tex .hljs-formula {
color: #d14; color: #D14;
} }
.hljs-title, .hljs-title,
@ -94,7 +94,7 @@ hljs ,
} }
.hljs-built_in { .hljs-built_in {
color: #0086b3; color: #0086B3;
} }
.hljs-preprocessor, .hljs-preprocessor,
@ -108,17 +108,17 @@ hljs ,
} }
.hljs-deletion { .hljs-deletion {
background: #fdd; background: #FDD;
} }
.hljs-addition { .hljs-addition {
background: #dfd; background: #DFD;
} }
.diff .hljs-change { .diff .hljs-change {
background: #0086b3; background: #0086B3;
} }
.hljs-chunk { .hljs-chunk {
color: #aaa; color: #AAA;
} }

View File

@ -12,8 +12,7 @@ export class FuseMatchMedia
{ {
this.activeMediaQuery = ''; this.activeMediaQuery = '';
this.observableMedia.subscribe((change: MediaChange) => this.observableMedia.subscribe((change: MediaChange) => {
{
if ( this.activeMediaQuery !== change.mqAlias ) if ( this.activeMediaQuery !== change.mqAlias )
{ {
this.activeMediaQuery = change.mqAlias; this.activeMediaQuery = change.mqAlias;

View File

@ -43,98 +43,98 @@ export class ChatFakeDb
'name' : 'Christy', 'name' : 'Christy',
'avatar': 'assets/images/avatars/Christy.jpg', 'avatar': 'assets/images/avatars/Christy.jpg',
'status': 'offline', 'status': 'offline',
'mood' : 'We always hold hands. If I let go, she shops.', 'mood' : 'We always hold hands. If I let go, she shops.'
}, },
{ {
'id' : '5725a680bc670af746c435e2', 'id' : '5725a680bc670af746c435e2',
'name' : 'Copeland', 'name' : 'Copeland',
'avatar': 'assets/images/avatars/Copeland.jpg', 'avatar': 'assets/images/avatars/Copeland.jpg',
'status': 'online', 'status': 'online',
'mood' : 'I get enough exercise just pushing my luck.', 'mood' : 'I get enough exercise just pushing my luck.'
}, },
{ {
'id' : '5725a680e7eb988a58ddf303', 'id' : '5725a680e7eb988a58ddf303',
'name' : 'Estes', 'name' : 'Estes',
'avatar': 'assets/images/avatars/Estes.jpg', 'avatar': 'assets/images/avatars/Estes.jpg',
'status': 'away', 'status': 'away',
'mood' : 'What comes after the man bun hairstyle? The he-hive!', 'mood' : 'What comes after the man bun hairstyle? The he-hive!'
}, },
{ {
'id' : '5725a680dcb077889f758961', 'id' : '5725a680dcb077889f758961',
'name' : 'Harper', 'name' : 'Harper',
'avatar': 'assets/images/avatars/Harper.jpg', 'avatar': 'assets/images/avatars/Harper.jpg',
'status': 'offline', 'status': 'offline',
'mood' : 'Always try to be modest and be proud of it!', 'mood' : 'Always try to be modest and be proud of it!'
}, },
{ {
'id' : '5725a6806acf030f9341e925', 'id' : '5725a6806acf030f9341e925',
'name' : 'Helen', 'name' : 'Helen',
'avatar': 'assets/images/avatars/Helen.jpg', 'avatar': 'assets/images/avatars/Helen.jpg',
'status': 'away', 'status': 'away',
'mood' : 'Why are there stitch marks on zombies? Who\'s giving them medical attention?', 'mood' : 'Why are there stitch marks on zombies? Who\'s giving them medical attention?'
}, },
{ {
'id' : '5725a680ae1ae9a3c960d487', 'id' : '5725a680ae1ae9a3c960d487',
'name' : 'Henderson', 'name' : 'Henderson',
'avatar': 'assets/images/avatars/Henderson.jpg', 'avatar': 'assets/images/avatars/Henderson.jpg',
'status': 'offline', 'status': 'offline',
'mood' : 'I can\'t decide if people who wear pajamas in public have given up on life or are living it to the fullest.', 'mood' : 'I can\'t decide if people who wear pajamas in public have given up on life or are living it to the fullest.'
}, },
{ {
'id' : '5725a680b8d240c011dd224b', 'id' : '5725a680b8d240c011dd224b',
'name' : 'Josefina', 'name' : 'Josefina',
'avatar': 'assets/images/avatars/Josefina.jpg', 'avatar': 'assets/images/avatars/Josefina.jpg',
'status': 'online', 'status': 'online',
'mood' : 'The fastest way to being happy is to make other people happy. You go first', 'mood' : 'The fastest way to being happy is to make other people happy. You go first'
}, },
{ {
'id' : '5725a68034cb3968e1f79eac', 'id' : '5725a68034cb3968e1f79eac',
'name' : 'Katina', 'name' : 'Katina',
'avatar': 'assets/images/avatars/Katina.jpg', 'avatar': 'assets/images/avatars/Katina.jpg',
'status': 'away', 'status': 'away',
'mood' : 'If I was a rat,,, I wouldn\'t give anyone my ass.', 'mood' : 'If I was a rat,,, I wouldn\'t give anyone my ass.'
}, },
{ {
'id' : '5725a6801146cce777df2a08', 'id' : '5725a6801146cce777df2a08',
'name' : 'Lily', 'name' : 'Lily',
'avatar': 'assets/images/avatars/Lily.jpg', 'avatar': 'assets/images/avatars/Lily.jpg',
'status': 'do-not-disturb', 'status': 'do-not-disturb',
'mood' : 'A zip line but from the sofa to the fridge', 'mood' : 'A zip line but from the sofa to the fridge'
}, },
{ {
'id' : '5725a6808a178bfd034d6ecf', 'id' : '5725a6808a178bfd034d6ecf',
'name' : 'Mai', 'name' : 'Mai',
'avatar': 'assets/images/avatars/Mai.jpg', 'avatar': 'assets/images/avatars/Mai.jpg',
'status': 'away', 'status': 'away',
'mood' : 'If a girl tells you she has a nipple ring, the only correct response is \'I don\'t believe you.\'', 'mood' : 'If a girl tells you she has a nipple ring, the only correct response is \'I don\'t believe you.\''
}, },
{ {
'id' : '5725a680653c265f5c79b5a9', 'id' : '5725a680653c265f5c79b5a9',
'name' : 'Nancy', 'name' : 'Nancy',
'avatar': 'assets/images/avatars/Nancy.jpg', 'avatar': 'assets/images/avatars/Nancy.jpg',
'status': 'do-not-disturb', 'status': 'do-not-disturb',
'mood' : 'Prison counts as a gated community, right?', 'mood' : 'Prison counts as a gated community, right?'
}, },
{ {
'id' : '5725a680bbcec3cc32a8488a', 'id' : '5725a680bbcec3cc32a8488a',
'name' : 'Nora', 'name' : 'Nora',
'avatar': 'assets/images/avatars/Nora.jpg', 'avatar': 'assets/images/avatars/Nora.jpg',
'status': 'do-not-disturb', 'status': 'do-not-disturb',
'mood' : 'I never date left handed women. Righty tighty, lefty loosey.', 'mood' : 'I never date left handed women. Righty tighty, lefty loosey.'
}, },
{ {
'id' : '5725a6803d87f1b77e17b62b', 'id' : '5725a6803d87f1b77e17b62b',
'name' : 'Odessa', 'name' : 'Odessa',
'avatar': 'assets/images/avatars/Odessa.jpg', 'avatar': 'assets/images/avatars/Odessa.jpg',
'status': 'away', 'status': 'away',
'mood' : 'A day without sunshine is like, night.', 'mood' : 'A day without sunshine is like, night.'
}, },
{ {
'id' : '5725a680e87cb319bd9bd673', 'id' : '5725a680e87cb319bd9bd673',
'name' : 'Reyna', 'name' : 'Reyna',
'avatar': 'assets/images/avatars/Reyna.jpg', 'avatar': 'assets/images/avatars/Reyna.jpg',
'status': 'offline', 'status': 'offline',
'mood' : 'I can\'t wait for summer in Canada...', 'mood' : 'I can\'t wait for summer in Canada...'
}, },
{ {
'id' : '5725a6802d10e277a0f35775', 'id' : '5725a6802d10e277a0f35775',
@ -142,42 +142,42 @@ export class ChatFakeDb
'avatar': 'assets/images/avatars/Shauna.jpg', 'avatar': 'assets/images/avatars/Shauna.jpg',
'status': 'online', 'status': 'online',
'mood' : 'My take home pay doesnt ven take me home.', 'mood' : 'My take home pay doesnt ven take me home.',
'unread': null, 'unread': null
}, },
{ {
'id' : '5725a680aef1e5cf26dd3d1f', 'id' : '5725a680aef1e5cf26dd3d1f',
'name' : 'Shepard', 'name' : 'Shepard',
'avatar': 'assets/images/avatars/Shepard.jpg', 'avatar': 'assets/images/avatars/Shepard.jpg',
'status': 'online', 'status': 'online',
'mood' : 'I don\'t speak Spanish, but I\'m pretty sure \'Dora\' means \'annoying\'', 'mood' : 'I don\'t speak Spanish, but I\'m pretty sure \'Dora\' means \'annoying\''
}, },
{ {
'id' : '5725a680cd7efa56a45aea5d', 'id' : '5725a680cd7efa56a45aea5d',
'name' : 'Tillman', 'name' : 'Tillman',
'avatar': 'assets/images/avatars/Tillman.jpg', 'avatar': 'assets/images/avatars/Tillman.jpg',
'status': 'do-not-disturb', 'status': 'do-not-disturb',
'mood' : '', 'mood' : ''
}, },
{ {
'id' : '5725a680fb65c91a82cb35e2', 'id' : '5725a680fb65c91a82cb35e2',
'name' : 'Trevino', 'name' : 'Trevino',
'avatar': 'assets/images/avatars/Trevino.jpg', 'avatar': 'assets/images/avatars/Trevino.jpg',
'status': 'away', 'status': 'away',
'mood' : 'Apparently, a rat and a plastic tube does not count as a DIY abortion kit.', 'mood' : 'Apparently, a rat and a plastic tube does not count as a DIY abortion kit.'
}, },
{ {
'id' : '5725a68018c663044be49cbf', 'id' : '5725a68018c663044be49cbf',
'name' : 'Tyson', 'name' : 'Tyson',
'avatar': 'assets/images/avatars/Tyson.jpg', 'avatar': 'assets/images/avatars/Tyson.jpg',
'status': 'do-not-disturb', 'status': 'do-not-disturb',
'mood' : 'I\'m wondering why life keeps teaching me lessons I have no desire to learn...', 'mood' : 'I\'m wondering why life keeps teaching me lessons I have no desire to learn...'
}, },
{ {
'id' : '5725a6809413bf8a0a5272b1', 'id' : '5725a6809413bf8a0a5272b1',
'name' : 'Velazquez', 'name' : 'Velazquez',
'avatar': 'assets/images/avatars/Velazquez.jpg', 'avatar': 'assets/images/avatars/Velazquez.jpg',
'status': 'online', 'status': 'online',
'mood' : 'Modulation in all things.', 'mood' : 'Modulation in all things.'
} }
]; ];

View File

@ -45,7 +45,10 @@ export class CalendarService implements Resolve<any>
updateEvents(events) updateEvents(events)
{ {
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
this.http.post('api/calendar/events', {id: 'events', data: [...events]}) this.http.post('api/calendar/events', {
id : 'events',
data: [...events]
})
.subscribe(response => { .subscribe(response => {
this.getEvents(); this.getEvents();
}, reject); }, reject);

View File

@ -71,5 +71,4 @@ export class CalendarEventModel
}; };
} }
} }

View File

@ -13,7 +13,7 @@
line-height: 300px; line-height: 300px;
text-align: center; text-align: center;
md-icon{ md-icon {
color: mat-color($accent); color: mat-color($accent);
} }
} }

View File

@ -1,4 +1,4 @@
import {Component, OnInit} from '@angular/core'; import { Component, OnInit } from '@angular/core';
@Component({ @Component({
selector : 'fuse-chat-start', selector : 'fuse-chat-start',

View File

@ -79,7 +79,6 @@ export class ChatViewComponent implements OnInit, AfterViewInit
} }
reply(event) reply(event)
{ {
// Message // Message

View File

@ -1,11 +1,11 @@
import {NgModule} from '@angular/core'; import { NgModule } from '@angular/core';
import {SharedModule} from '../../../../core/modules/shared.module'; import { SharedModule } from '../../../../core/modules/shared.module';
import {RouterModule, Routes} from '@angular/router'; import { RouterModule, Routes } from '@angular/router';
import {ChatComponent} from './chat.component'; import { ChatComponent } from './chat.component';
import {ChatService} from './chat.service'; import { ChatService } from './chat.service';
import { ChatViewComponent } from './chat-view/chat-view.component'; import { ChatViewComponent } from './chat-view/chat-view.component';
import { ChatStartComponent } from './chat-start/chat-start.component'; import { ChatStartComponent } from './chat-start/chat-start.component';
import {ChatsSidenavComponent} from './sidenavs/left/chats/chats.component'; import { ChatsSidenavComponent } from './sidenavs/left/chats/chats.component';
import { UserSidenavComponent } from './sidenavs/left/user/user.component'; import { UserSidenavComponent } from './sidenavs/left/user/user.component';
import { LeftSidenavComponent } from './sidenavs/left/left.component'; import { LeftSidenavComponent } from './sidenavs/left/left.component';
import { RightSidenavComponent } from './sidenavs/right/right.component'; import { RightSidenavComponent } from './sidenavs/right/right.component';
@ -13,8 +13,10 @@ import { ContactSidenavComponent } from './sidenavs/right/contact/contact.compon
const routes: Routes = [ const routes: Routes = [
{ {
path : '**', component: ChatComponent, children: [], path : '**',
resolve: { component: ChatComponent,
children : [],
resolve : {
chat: ChatService chat: ChatService
} }
} }

View File

@ -93,7 +93,7 @@ export class ChatService implements Resolve<any>
id : chatId, id : chatId,
lastMessageTime: '2017-02-18T10:30:18.931Z', lastMessageTime: '2017-02-18T10:30:18.931Z',
name : contact.name, name : contact.name,
unread : null, unread : null
}; };
/** /**

View File

@ -16,9 +16,11 @@ export class ChatsSidenavComponent implements OnInit
chatSearch: any; chatSearch: any;
searchText = ''; searchText = '';
constructor(private chatService: ChatService, constructor(
private fuseMdSidenavService: FuseMdSidenavHelperService, private chatService: ChatService,
public media: ObservableMedia) private fuseMdSidenavService: FuseMdSidenavHelperService,
public media: ObservableMedia
)
{ {
this.chatSearch = { this.chatSearch = {
name: '' name: ''

View File

@ -1,11 +1,11 @@
<div [ngSwitch]="view" class="views"> <div [ngSwitch]="view" class="views">
<fuse-chat-chats-sidenav class="view" <fuse-chat-chats-sidenav class="view"
*ngSwitchCase="'chats'" *ngSwitchCase="'chats'"
[@slideInRight]> [@slideInRight]>
</fuse-chat-chats-sidenav> </fuse-chat-chats-sidenav>
<fuse-chat-user-sidenav class="view" <fuse-chat-user-sidenav class="view"
*ngSwitchCase="'user'" *ngSwitchCase="'user'"
[@slideInLeft]> [@slideInLeft]>
</fuse-chat-user-sidenav> </fuse-chat-user-sidenav>
</div> </div>

View File

@ -15,7 +15,7 @@
} }
.sidenav-content{ .sidenav-content {
background: whitesmoke; background: whitesmoke;
} }
} }

View File

@ -26,13 +26,13 @@ export class UserSidenavComponent implements OnInit, OnDestroy
ngOnInit() ngOnInit()
{ {
this.onFormChange = this.userForm.valueChanges this.onFormChange = this.userForm.valueChanges
.debounceTime(500) .debounceTime(500)
.distinctUntilChanged() .distinctUntilChanged()
.subscribe(data => { .subscribe(data => {
this.user.mood = data.mood; this.user.mood = data.mood;
this.user.status = data.status; this.user.status = data.status;
this.chatService.updateUserData(this.user); this.chatService.updateUserData(this.user);
}); });
} }
changeLeftSidenavView(view) changeLeftSidenavView(view)

View File

@ -15,7 +15,7 @@
} }
.sidenav-content{ .sidenav-content {
background: whitesmoke; background: whitesmoke;
} }
} }

View File

@ -1,8 +1,8 @@
<div [ngSwitch]="view" class="views"> <div [ngSwitch]="view" class="views">
<fuse-chat-contact-sidenav class="view" <fuse-chat-contact-sidenav class="view"
*ngSwitchCase="'contact'" *ngSwitchCase="'contact'"
[@slideInRight]> [@slideInRight]>
</fuse-chat-contact-sidenav> </fuse-chat-contact-sidenav>
</div> </div>

View File

@ -44,7 +44,7 @@
<div class="widget-group p-12" fxLayout="row" fxFlex="100" fxLayoutWrap> <div class="widget-group p-12" fxLayout="row" fxFlex="100" fxLayoutWrap>
<!-- WIDGET 1 --> <!-- WIDGET 1 -->
<fuse-widget class="" fxLayout="column" fxFlex="100" fxFlex.gt-xs="50" fxFlex.gt-md="25"> <fuse-widget class="" fxLayout="column" fxFlex="100" fxFlex.gt-xs="50" fxFlex.gt-md="25">
<!-- Front --> <!-- Front -->
<div class="fuse-widget-front md-white-bg mat-elevation-z2"> <div class="fuse-widget-front md-white-bg mat-elevation-z2">

View File

@ -38,7 +38,7 @@
} }
} }
.content{ .content {
display: flex; display: flex;
flex: 1; flex: 1;
overflow: auto; overflow: auto;

View File

@ -1,11 +1,11 @@
:host{ :host {
position: relative; position: relative;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
flex: 1; flex: 1;
overflow-y: auto; overflow-y: auto;
padding: 0; padding: 0;
border-right: 1px solid rgba(0,0,0,.12); border-right: 1px solid rgba(0, 0, 0, .12);
.no-messages-text { .no-messages-text {
font-size: 24px; font-size: 24px;

View File

@ -35,7 +35,7 @@
} }
} }
.content-card{ .content-card {
@include media-breakpoint-down(lg) { @include media-breakpoint-down(lg) {
fuse-todo-list, fuse-todo-list,

View File

@ -29,8 +29,10 @@ export class TodoService implements Resolve<any>
onSearchTextChanged: BehaviorSubject<any> = new BehaviorSubject(''); onSearchTextChanged: BehaviorSubject<any> = new BehaviorSubject('');
onNewTodoClicked: Subject<any> = new Subject(); onNewTodoClicked: Subject<any> = new Subject();
constructor(private http: Http, constructor(
private location: Location) private http: Http,
private location: Location
)
{ {
this.selectedTodos = []; this.selectedTodos = [];
} }
@ -81,7 +83,6 @@ export class TodoService implements Resolve<any>
}); });
} }
/** /**
* Get all filters * Get all filters
* @returns {Promise<any>} * @returns {Promise<any>}
@ -397,18 +398,18 @@ export class TodoService implements Resolve<any>
updateTodos(todos) updateTodos(todos)
{ {
/* return new Promise((resolve, reject) => { /* return new Promise((resolve, reject) => {
this.http.post('api/todo-todos/', {...todos}) this.http.post('api/todo-todos/', {...todos})
.subscribe(response => { .subscribe(response => {
this.getTodos().then(_todos => { this.getTodos().then(_todos => {
console.log(response); console.log(response);
resolve(_todos); resolve(_todos);
}, reject); }, reject);
}); });
});*/ });*/
} }
} }

View File

@ -3,14 +3,14 @@ import { Component, OnInit } from '@angular/core';
import { NavigationEnd, Router } from '@angular/router'; import { NavigationEnd, Router } from '@angular/router';
@Component({ @Component({
selector : 'fuse-content', selector : 'fuse-content',
templateUrl : './content.component.html', templateUrl: './content.component.html',
styleUrls : ['./content.component.scss'] styleUrls : ['./content.component.scss']
}) })
export class FuseContentComponent implements OnInit export class FuseContentComponent implements OnInit
{ {
constructor( constructor(
private router: Router, private router: Router
// private perfectScrollbarDirective: PerfectScrollbarDirective // private perfectScrollbarDirective: PerfectScrollbarDirective
) )
{ {
@ -19,12 +19,10 @@ export class FuseContentComponent implements OnInit
ngOnInit() ngOnInit()
{ {
this.router.events.subscribe((event) => this.router.events.subscribe((event) => {
{
if ( event instanceof NavigationEnd ) if ( event instanceof NavigationEnd )
{ {
setTimeout(() => setTimeout(() => {
{
// this.perfectScrollbarDirective.scrollToTop(); // this.perfectScrollbarDirective.scrollToTop();
}, 0); }, 0);
} }

View File

@ -4,9 +4,9 @@ import { FuseLayoutService } from '../../../../../core/services/layout.service';
import { FormBuilder, FormGroup, Validators } from '@angular/forms'; import { FormBuilder, FormGroup, Validators } from '@angular/forms';
@Component({ @Component({
selector : 'fuse-lock', selector: 'fuse-lock',
templateUrl: './lock.component.html', templateUrl: './lock.component.html',
styleUrls : ['./lock.component.scss'] styleUrls: ['./lock.component.scss']
}) })
export class LockComponent implements OnInit export class LockComponent implements OnInit
{ {
@ -33,7 +33,12 @@ export class LockComponent implements OnInit
ngOnInit() ngOnInit()
{ {
this.lockForm = this.formBuilder.group({ this.lockForm = this.formBuilder.group({
username: [{value: 'Katherine', disabled: true}, Validators.required], username: [
{
value : 'Katherine',
disabled: true
}, Validators.required
],
password: ['', Validators.required] password: ['', Validators.required]
}); });

View File

@ -1,21 +1,21 @@
<div id="maintenance" fxLayout="column" perfect-scrollbar> <div id="maintenance" fxLayout="column" perfect-scrollbar>
<div id="maintenance-form-wrapper" fxLayout="column" fxLayoutAlign="center center"> <div id="maintenance-form-wrapper" fxLayout="column" fxLayoutAlign="center center">
<div id="maintenance-form"> <div id="maintenance-form">
<div class="logo"> <div class="logo">
<span>F</span> <span>F</span>
</div> </div>
<div class="title">Closed for scheduled maintenance!</div> <div class="title">Closed for scheduled maintenance!</div>
<div class="subtitle"> <div class="subtitle">
We're sorry for the inconvenience. <br> Please check back later. We're sorry for the inconvenience. <br> Please check back later.
</div> </div>
</div> </div>
</div> </div>
</div> </div>

View File

@ -17,7 +17,7 @@ import { ProfileModule } from './profile/profile.module';
import { SearchModule } from './search/search.module'; import { SearchModule } from './search/search.module';
@NgModule({ @NgModule({
imports : [ imports: [
// Auth // Auth
LoginModule, LoginModule,
Login2Module, Login2Module,

View File

@ -51,7 +51,7 @@
.pager { .pager {
@include media-breakpoint('xs'){ @include media-breakpoint('xs') {
margin-top: 16px; margin-top: 16px;
} }
@ -67,4 +67,4 @@
} }
} }
} }
} }

View File

@ -8,29 +8,29 @@
<!-- ID Column --> <!-- ID Column -->
<ng-container cdkColumnDef="name"> <ng-container cdkColumnDef="name">
<md-header-cell *cdkHeaderCellDef>Name</md-header-cell> <md-header-cell *cdkHeaderCellDef>Name</md-header-cell>
<md-cell *cdkCellDef="let row"> {{row.name}} </md-cell> <md-cell *cdkCellDef="let row"> {{row.name}}</md-cell>
</ng-container> </ng-container>
<!-- Progress Column --> <!-- Progress Column -->
<ng-container cdkColumnDef="position"> <ng-container cdkColumnDef="position">
<md-header-cell *cdkHeaderCellDef>Position</md-header-cell> <md-header-cell *cdkHeaderCellDef>Position</md-header-cell>
<md-cell *cdkCellDef="let row"> {{row.position}} </md-cell> <md-cell *cdkCellDef="let row"> {{row.position}}</md-cell>
</ng-container> </ng-container>
<!-- Name Column --> <!-- Name Column -->
<ng-container cdkColumnDef="office"> <ng-container cdkColumnDef="office">
<md-header-cell *cdkHeaderCellDef>Office</md-header-cell> <md-header-cell *cdkHeaderCellDef>Office</md-header-cell>
<md-cell *cdkCellDef="let row"> {{row.office}} </md-cell> <md-cell *cdkCellDef="let row"> {{row.office}}</md-cell>
</ng-container> </ng-container>
<!-- Color Column --> <!-- Color Column -->
<ng-container cdkColumnDef="salary"> <ng-container cdkColumnDef="salary">
<md-header-cell *cdkHeaderCellDef>Salary</md-header-cell> <md-header-cell *cdkHeaderCellDef>Salary</md-header-cell>
<md-cell *cdkCellDef="let row"> {{row.salary | currency:'USD':true}} </md-cell> <md-cell *cdkCellDef="let row"> {{row.salary | currency:'USD':true}}</md-cell>
</ng-container> </ng-container>
<md-header-row *cdkHeaderRowDef="displayedColumns"></md-header-row> <md-header-row *cdkHeaderRowDef="displayedColumns"></md-header-row>
<md-row *cdkRowDef="let row; columns: displayedColumns;"></md-row> <md-row *cdkRowDef="let row; columns: displayedColumns;"></md-row>
</md-table> </md-table>
</div> </div>

View File

@ -2,5 +2,4 @@
:host { :host {
}
}

View File

@ -28,7 +28,12 @@ export class FuseFormsComponent implements OnInit
ngOnInit() ngOnInit()
{ {
this.form = this.formBuilder.group({ this.form = this.formBuilder.group({
company : [{value: 'Google', disabled: true}, Validators.required], company : [
{
value : 'Google',
disabled: true
}, Validators.required
],
firstName : ['', Validators.required], firstName : ['', Validators.required],
lastName : ['', Validators.required], lastName : ['', Validators.required],
address : ['', Validators.required], address : ['', Validators.required],

View File

@ -5,7 +5,7 @@
<div class="md-white-bg mat-elevation-z4 p-24" fxLayout="column"> <div class="md-white-bg mat-elevation-z4 p-24" fxLayout="column">
<div fxLayout="column" fxLayout.gt-md="row"> <div fxLayout="column" fxLayout.gt-md="row">
<div class="preview" fxLayout="column" fxLayoutAlign="center" fxFlex="50"> <div class="preview" fxLayout="column" fxLayoutAlign="center" fxFlex="50">
<span>p-0</span> <span>p-0</span>
</div> </div>
@ -222,4 +222,4 @@
</div> </div>
</div> </div>

View File

@ -5,7 +5,7 @@
<div class="md-white-bg mat-elevation-z4 p-24" fxLayout="column"> <div class="md-white-bg mat-elevation-z4 p-24" fxLayout="column">
<div fxLayout="column" fxLayout.gt-md="row"> <div fxLayout="column" fxLayout.gt-md="row">
<div class="preview" fxLayout="column" fxLayoutAlign="center" fxFlex="50"> <div class="preview" fxLayout="column" fxLayoutAlign="center" fxFlex="50">
<span>w-0</span> <span>w-0</span>
</div> </div>
@ -138,4 +138,4 @@
</div> </div>
</div> </div>

View File

@ -177,11 +177,11 @@
</p> </p>
</textarea> </textarea>
</fuse-hljs> </fuse-hljs>
</div> </div>
<div fxLayout="column" fxLayout.gt-md="row"> <div fxLayout="column" fxLayout.gt-md="row">
<div class="preview" fxLayout="column" fxLayoutAlign="center" fxFlex="50"> <div class="preview" fxLayout="column" fxLayoutAlign="center" fxFlex="50">
<div class="text-italic">Italic text</div> <div class="text-italic">Italic text</div>
</div> </div>
@ -192,11 +192,11 @@
<div class="text-italic">Italic text</div> <div class="text-italic">Italic text</div>
</textarea> </textarea>
</fuse-hljs> </fuse-hljs>
</div> </div>
<div fxLayout="column" fxLayout.gt-md="row"> <div fxLayout="column" fxLayout.gt-md="row">
<div class="preview" fxLayout="column" fxLayoutAlign="center" fxFlex="50"> <div class="preview" fxLayout="column" fxLayoutAlign="center" fxFlex="50">
<div class="text-semibold">Semi-bold text</div> <div class="text-semibold">Semi-bold text</div>
</div> </div>
@ -207,11 +207,11 @@
<div class="text-semibold">Semi-bold text</div> <div class="text-semibold">Semi-bold text</div>
</textarea> </textarea>
</fuse-hljs> </fuse-hljs>
</div> </div>
<div fxLayout="column" fxLayout.gt-md="row"> <div fxLayout="column" fxLayout.gt-md="row">
<div class="preview" fxLayout="column" fxLayoutAlign="center" fxFlex="50"> <div class="preview" fxLayout="column" fxLayoutAlign="center" fxFlex="50">
<div class="text-bold">Bold text</div> <div class="text-bold">Bold text</div>
</div> </div>
@ -222,11 +222,11 @@
<div class="text-bold">Bold text</div> <div class="text-bold">Bold text</div>
</textarea> </textarea>
</fuse-hljs> </fuse-hljs>
</div> </div>
<div fxLayout="column" fxLayout.gt-md="row"> <div fxLayout="column" fxLayout.gt-md="row">
<div class="preview" fxLayout="column" fxLayoutAlign="center" fxFlex="50"> <div class="preview" fxLayout="column" fxLayoutAlign="center" fxFlex="50">
<span class="text-truncate">This is a truncated text. It will be truncated if it's too long. Vivamus <span class="text-truncate">This is a truncated text. It will be truncated if it's too long. Vivamus
convallis dui porta massa. convallis dui porta massa.
@ -241,9 +241,9 @@
</span> </span>
</textarea> </textarea>
</fuse-hljs> </fuse-hljs>
</div> </div>
</div> </div>
</div> </div>

View File

@ -1,5 +1,5 @@
<md-toolbar class="mat-elevation-z1 md-white-bg"> <md-toolbar class="mat-elevation-z1 md-white-bg">
<span>Footer</span> <span>Footer</span>
</md-toolbar> </md-toolbar>

View File

@ -1,15 +1,19 @@
import { Component, OnInit } from '@angular/core'; import { Component, OnInit } from '@angular/core';
@Component({ @Component({
selector: 'fuse-footer', selector : 'fuse-footer',
templateUrl: './footer.component.html', templateUrl: './footer.component.html',
styleUrls: ['./footer.component.scss'] styleUrls : ['./footer.component.scss']
}) })
export class FuseFooterComponent implements OnInit { export class FuseFooterComponent implements OnInit
{
constructor() { } constructor()
{
}
ngOnInit() { ngOnInit()
} {
}
} }

View File

@ -1,7 +1,8 @@
<div class="navbar-header"> <div class="navbar-header">
<div class="logo"> <div class="logo">
<span class="logo-icon">F</span><span class="logo-text">FUSE</span> <span class="logo-icon">F</span>
<span class="logo-text">FUSE</span>
</div> </div>
<button md-button class="toggle-button-navbar mat-icon-button" fuseNavbar="toggleFold" fxHide.xs> <button md-button class="toggle-button-navbar mat-icon-button" fuseNavbar="toggleFold" fxHide.xs>

View File

@ -4,7 +4,7 @@
flex: 0 1 auto; flex: 0 1 auto;
z-index: 4; z-index: 4;
&.below{ &.below {
z-index: 2; z-index: 2;
} }

View File

@ -1,152 +1,190 @@
body { body {
padding: 0; padding: 0;
margin: 0; margin: 0;
font-family: sans-serif; font-family: sans-serif;
font-size: 1em; font-size: 1em;
line-height: 1.5; line-height: 1.5;
color: #555; color: #555;
background: #fff; background: #FFF;
} }
h1 {
font-size: 1.5em; h1 {
font-weight: normal; font-size: 1.5em;
} font-weight: normal;
small { }
font-size: .66666667em;
} small {
a { font-size: .66666667em;
color: #e74c3c; }
text-decoration: none;
} a {
a:hover, a:focus { color: #E74C3C;
box-shadow: 0 1px #e74c3c; text-decoration: none;
} }
.bshadow0, input {
box-shadow: inset 0 -2px #e7e7e7; a:hover, a:focus {
} box-shadow: 0 1px #E74C3C;
input:hover { }
box-shadow: inset 0 -2px #ccc;
} .bshadow0, input {
input, fieldset { box-shadow: inset 0 -2px #E7E7E7;
font-family: sans-serif; }
font-size: 1em;
margin: 0; input:hover {
padding: 0; box-shadow: inset 0 -2px #CCC;
border: 0; }
}
input { input, fieldset {
color: inherit; font-family: sans-serif;
line-height: 1.5; font-size: 1em;
height: 1.5em; margin: 0;
padding: .25em 0; padding: 0;
} border: 0;
input:focus { }
outline: none;
box-shadow: inset 0 -2px #449fdb; input {
} color: inherit;
.glyph { line-height: 1.5;
font-size: 16px; height: 1.5em;
width: 15em; padding: .25em 0;
padding-bottom: 1em; }
margin-right: 4em;
margin-bottom: 1em; input:focus {
float: left; outline: none;
overflow: hidden; box-shadow: inset 0 -2px #449FDB;
} }
.liga {
width: 80%; .glyph {
width: calc(100% - 2.5em); font-size: 16px;
} width: 15em;
.talign-right { padding-bottom: 1em;
text-align: right; margin-right: 4em;
} margin-bottom: 1em;
.talign-center { float: left;
text-align: center; overflow: hidden;
} }
.bgc1 {
background: #f1f1f1; .liga {
} width: 80%;
.fgc1 { width: calc(100% - 2.5em);
color: #999; }
}
.fgc0 { .talign-right {
color: #000; text-align: right;
} }
p {
margin-top: 1em; .talign-center {
margin-bottom: 1em; text-align: center;
} }
.mvm {
margin-top: .75em; .bgc1 {
margin-bottom: .75em; background: #F1F1F1;
} }
.mtn {
margin-top: 0; .fgc1 {
} color: #999;
.mtl, .mal { }
margin-top: 1.5em;
} .fgc0 {
.mbl, .mal { color: #000;
margin-bottom: 1.5em; }
}
.mal, .mhl { p {
margin-left: 1.5em; margin-top: 1em;
margin-right: 1.5em; margin-bottom: 1em;
} }
.mhmm {
margin-left: 1em; .mvm {
margin-right: 1em; margin-top: .75em;
} margin-bottom: .75em;
.mls { }
margin-left: .25em;
} .mtn {
.ptl { margin-top: 0;
padding-top: 1.5em; }
}
.pbs, .pvs { .mtl, .mal {
padding-bottom: .25em; margin-top: 1.5em;
} }
.pvs, .pts {
padding-top: .25em; .mbl, .mal {
} margin-bottom: 1.5em;
.unit { }
float: left;
} .mal, .mhl {
.unitRight { margin-left: 1.5em;
float: right; margin-right: 1.5em;
} }
.size1of2 {
width: 50%; .mhmm {
} margin-left: 1em;
.size1of1 { margin-right: 1em;
width: 100%; }
}
.clearfix:before, .clearfix:after { .mls {
content: " "; margin-left: .25em;
display: table; }
}
.clearfix:after { .ptl {
clear: both; padding-top: 1.5em;
} }
.hidden-true {
display: none; .pbs, .pvs {
} padding-bottom: .25em;
.textbox0 { }
width: 3em;
background: #f1f1f1; .pvs, .pts {
padding: .25em .5em; padding-top: .25em;
line-height: 1.5; }
height: 1.5em;
} .unit {
#testDrive { float: left;
display: block; }
padding-top: 24px;
line-height: 1.5; .unitRight {
} float: right;
.fs0 { }
font-size: 16px;
} .size1of2 {
.fs1 { width: 50%;
font-size: 24px; }
.size1of1 {
width: 100%;
}
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.hidden-true {
display: none;
}
.textbox0 {
width: 3em;
background: #F1F1F1;
padding: .25em .5em;
line-height: 1.5;
height: 1.5em;
}
#testDrive {
display: block;
padding-top: 24px;
line-height: 1.5;
}
.fs0 {
font-size: 16px;
}
.fs1 {
font-size: 24px;
} }

View File

@ -1,28 +1,36 @@
if (!('boxShadow' in document.body.style)) { if ( !('boxShadow' in document.body.style) )
{
document.body.setAttribute('class', 'noBoxShadow'); document.body.setAttribute('class', 'noBoxShadow');
} }
document.body.addEventListener("click", function(e) { document.body.addEventListener("click", function (e) {
var target = e.target; var target = e.target;
if (target.tagName === "INPUT" && if ( target.tagName === "INPUT" &&
target.getAttribute('class').indexOf('liga') === -1) { target.getAttribute('class').indexOf('liga') === -1 )
{
target.select(); target.select();
} }
}); });
(function() { (function () {
var fontSize = document.getElementById('fontSize'), var fontSize = document.getElementById('fontSize'),
testDrive = document.getElementById('testDrive'), testDrive = document.getElementById('testDrive'),
testText = document.getElementById('testText'); testText = document.getElementById('testText');
function updateTest() {
function updateTest()
{
testDrive.innerHTML = testText.value || String.fromCharCode(160); testDrive.innerHTML = testText.value || String.fromCharCode(160);
if (window.icomoonLiga) { if ( window.icomoonLiga )
{
window.icomoonLiga(testDrive); window.icomoonLiga(testDrive);
} }
} }
function updateSize() {
function updateSize()
{
testDrive.style.fontSize = fontSize.value + 'px'; testDrive.style.fontSize = fontSize.value + 'px';
} }
fontSize.addEventListener('change', updateSize, false); fontSize.addEventListener('change', updateSize, false);
testText.addEventListener('input', updateTest, false); testText.addEventListener('input', updateTest, false);
testText.addEventListener('change', updateTest, false); testText.addEventListener('change', updateTest, false);

File diff suppressed because it is too large Load Diff

View File

@ -1,57 +1,106 @@
<?xml version="1.0" standalone="no"?> <?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg"> <svg xmlns="http://www.w3.org/2000/svg">
<metadata>Generated by IcoMoon</metadata> <metadata>Generated by IcoMoon</metadata>
<defs> <defs>
<font id="meteocons" horiz-adv-x="1024"> <font id="meteocons" horiz-adv-x="1024">
<font-face units-per-em="1024" ascent="1024" descent="0" /> <font-face units-per-em="1024" ascent="1024" descent="0"/>
<missing-glyph horiz-adv-x="1024" /> <missing-glyph horiz-adv-x="1024"/>
<glyph unicode="&#x20;" horiz-adv-x="0" d="" /> <glyph unicode="&#x20;" horiz-adv-x="0" d=""/>
<glyph unicode="&#xe900;" glyph-name="sunrise" d="M355.23 448c14.876 73.042 79.376 128 156.792 128 77.418 0 141.916-54.958 156.752-128h64c-15.668 108.25-108.168 192-220.752 192-112.542 0-205.082-83.75-220.75-192h63.958zM512.022 704c17.666 0 32 14.334 32 32v64c0 17.666-14.334 32-32 32-17.664 0-32-14.334-32-32v-64c0-17.666 14.336-32 32-32zM806.146 710.166c-12.498 12.5-32.748 12.5-45.25 0l-45.25-45.25c-12.498-12.5-12.498-32.75 0-45.25 12.502-12.5 32.752-12.5 45.25 0l45.25 45.25c12.5 12.5 12.5 32.75 0 45.25zM308.354 664.916l-45.25 45.25c-12.498 12.5-32.746 12.5-45.25 0-12.498-12.5-12.498-32.75 0-45.25l45.25-45.25c12.504-12.5 32.752-12.5 45.25 0 12.504 12.5 12.504 32.75 0 45.25zM704.022 384h-384c-17.664 0-32-14.334-32-32s14.336-32 32-32h384c17.666 0 32 14.334 32 32s-14.334 32-32 32zM640.022 256h-256c-17.664 0-32-14.334-32-32s14.336-32 32-32h256c17.666 0 32 14.334 32 32s-14.334 32-32 32z" /> <glyph unicode="&#xe900;" glyph-name="sunrise"
<glyph unicode="&#xe901;" glyph-name="sun" d="M512 736c-123.5 0-224-100.5-224-224s100.5-224 224-224 224 100.5 224 224c0 123.5-100.5 224-224 224zM512 352c-88.376 0-160 71.624-160 160s71.624 160 160 160 160-71.624 160-160-71.624-160-160-160zM512 800c17.666 0 32 14.334 32 32v64c0 17.666-14.334 32-32 32s-32-14.334-32-32v-64c0-17.666 14.334-32 32-32zM512 224c-17.666 0-32-14.334-32-32v-64c0-17.666 14.334-32 32-32s32 14.334 32 32v64c0 17.666-14.334 32-32 32zM760.876 715.666l45.25 45.25c12.5 12.5 12.5 32.75 0 45.25s-32.75 12.5-45.25 0l-45.25-45.25c-12.5-12.5-12.5-32.75 0-45.25 12.498-12.5 32.75-12.5 45.25 0zM263.124 308.332l-45.25-45.25c-12.5-12.498-12.5-32.748 0-45.248s32.75-12.5 45.25 0l45.25 45.248c12.5 12.542 12.5 32.752 0 45.25-12.498 12.502-32.75 12.544-45.25 0zM224 512c0 17.666-14.334 32-32 32h-64c-17.666 0-32-14.334-32-32s14.334-32 32-32h64c17.666 0 32 14.334 32 32zM896 544h-64c-17.666 0-32-14.334-32-32s14.334-32 32-32h64c17.666 0 32 14.334 32 32s-14.334 32-32 32zM263.082 715.666c12.502-12.5 32.752-12.5 45.25 0 12.502 12.5 12.502 32.75 0 45.25l-45.25 45.25c-12.5 12.5-32.748 12.5-45.25 0-12.5-12.5-12.5-32.75 0-45.25l45.25-45.25zM760.918 308.376c-12.542 12.5-32.752 12.5-45.25 0-12.502-12.5-12.542-32.75 0-45.25l45.25-45.25c12.498-12.5 32.748-12.5 45.248 0s12.5 32.748 0 45.25l-45.248 45.25z" /> d="M355.23 448c14.876 73.042 79.376 128 156.792 128 77.418 0 141.916-54.958 156.752-128h64c-15.668 108.25-108.168 192-220.752 192-112.542 0-205.082-83.75-220.75-192h63.958zM512.022 704c17.666 0 32 14.334 32 32v64c0 17.666-14.334 32-32 32-17.664 0-32-14.334-32-32v-64c0-17.666 14.336-32 32-32zM806.146 710.166c-12.498 12.5-32.748 12.5-45.25 0l-45.25-45.25c-12.498-12.5-12.498-32.75 0-45.25 12.502-12.5 32.752-12.5 45.25 0l45.25 45.25c12.5 12.5 12.5 32.75 0 45.25zM308.354 664.916l-45.25 45.25c-12.498 12.5-32.746 12.5-45.25 0-12.498-12.5-12.498-32.75 0-45.25l45.25-45.25c12.504-12.5 32.752-12.5 45.25 0 12.504 12.5 12.504 32.75 0 45.25zM704.022 384h-384c-17.664 0-32-14.334-32-32s14.336-32 32-32h384c17.666 0 32 14.334 32 32s-14.334 32-32 32zM640.022 256h-256c-17.664 0-32-14.334-32-32s14.336-32 32-32h256c17.666 0 32 14.334 32 32s-14.334 32-32 32z"/>
<glyph unicode="&#xe902;" glyph-name="moon" d="M699.704 337.7c-99.752-99.832-262.166-99.832-362 0-99.832 99.834-99.832 262.25 0 362.042 26.418 26.374 58.624 46.5 95.664 59.624 11.668 4.084 24.586 1.124 33.25-7.584 8.752-8.75 11.71-21.666 7.586-33.25-25.084-70.75-8-147.332 44.498-199.834 52.418-52.456 129.002-69.5 199.834-44.5 11.584 4.124 24.542 1.166 33.25-7.584 8.752-8.666 11.668-21.624 7.542-33.25-13.042-37.040-33.208-69.246-59.624-95.664zM382.954 654.492c-74.876-74.876-74.876-196.708 0-271.542 80-80.042 216.25-72.834 286 16.334-71.918-4.5-142.75 21.458-195.5 74.168-52.75 52.708-78.666 123.542-74.168 195.458-5.748-4.502-11.208-9.294-16.332-14.418z" /> <glyph unicode="&#xe901;" glyph-name="sun"
<glyph unicode="&#xe903;" glyph-name="sun2" d="M542 770c17.666 0 32 14.334 32 32v64c0 17.666-14.334 32-32 32s-32-14.334-32-32v-64c0-17.666 14.334-32 32-32zM542 194c-17.666 0-32-14.334-32-32v-64c0-17.666 14.334-32 32-32s32 14.334 32 32v64c0 17.666-14.334 32-32 32zM293.124 278.332l-45.25-45.25c-12.5-12.498-12.5-32.748 0-45.248s32.75-12.5 45.25 0l45.25 45.248c12.5 12.542 12.5 32.752 0 45.25-12.498 12.502-32.75 12.544-45.25 0zM254 482c0 17.666-14.334 32-32 32h-64c-17.666 0-32-14.334-32-32s14.334-32 32-32h64c17.666 0 32 14.334 32 32zM293.082 685.666c12.502-12.5 32.752-12.5 45.25 0 12.502 12.5 12.502 32.75 0 45.25l-45.25 45.25c-12.5 12.5-32.748 12.5-45.25 0-12.5-12.5-12.5-32.75 0-45.25l45.25-45.25zM670 706c-22.376 0-43.624-4.334-64-10.416-20.376 6.084-41.624 10.416-64 10.416-123.5 0-224-100.5-224-224s100.5-224 224-224c22.376 0 43.624 4.332 64 10.418 20.376-6.086 41.624-10.418 64-10.418 123.5 0 224 100.5 224 224s-100.5 224-224 224zM510.458 325.166c-73.292 14.666-128.458 79.252-128.458 156.834 0 77.584 55.166 142.166 128.458 156.834-39.79-40.458-64.458-95.75-64.458-156.834s24.668-116.376 64.458-156.834z" /> d="M512 736c-123.5 0-224-100.5-224-224s100.5-224 224-224 224 100.5 224 224c0 123.5-100.5 224-224 224zM512 352c-88.376 0-160 71.624-160 160s71.624 160 160 160 160-71.624 160-160-71.624-160-160-160zM512 800c17.666 0 32 14.334 32 32v64c0 17.666-14.334 32-32 32s-32-14.334-32-32v-64c0-17.666 14.334-32 32-32zM512 224c-17.666 0-32-14.334-32-32v-64c0-17.666 14.334-32 32-32s32 14.334 32 32v64c0 17.666-14.334 32-32 32zM760.876 715.666l45.25 45.25c12.5 12.5 12.5 32.75 0 45.25s-32.75 12.5-45.25 0l-45.25-45.25c-12.5-12.5-12.5-32.75 0-45.25 12.498-12.5 32.75-12.5 45.25 0zM263.124 308.332l-45.25-45.25c-12.5-12.498-12.5-32.748 0-45.248s32.75-12.5 45.25 0l45.25 45.248c12.5 12.542 12.5 32.752 0 45.25-12.498 12.502-32.75 12.544-45.25 0zM224 512c0 17.666-14.334 32-32 32h-64c-17.666 0-32-14.334-32-32s14.334-32 32-32h64c17.666 0 32 14.334 32 32zM896 544h-64c-17.666 0-32-14.334-32-32s14.334-32 32-32h64c17.666 0 32 14.334 32 32s-14.334 32-32 32zM263.082 715.666c12.502-12.5 32.752-12.5 45.25 0 12.502 12.5 12.502 32.75 0 45.25l-45.25 45.25c-12.5 12.5-32.748 12.5-45.25 0-12.5-12.5-12.5-32.75 0-45.25l45.25-45.25zM760.918 308.376c-12.542 12.5-32.752 12.5-45.25 0-12.502-12.5-12.542-32.75 0-45.25l45.25-45.25c12.498-12.5 32.748-12.5 45.248 0s12.5 32.748 0 45.25l-45.248 45.25z"/>
<glyph unicode="&#xe904;" glyph-name="windy" d="M990 578h-163.25c-16.126 143.584-136.874 256-284.75 256-99.624 0-187.5-50.916-239.25-128h-208.75c-17.666 0-32-14.334-32-32s14.334-32 32-32h177.666c-7.248-20.416-11.958-41.792-14.416-64h-99.25c-17.666 0-32-14.334-32-32s14.334-32 32-32h99.25c2.458-22.168 7.168-43.624 14.416-64h-171.834c-20.914 0-37.832-14.334-37.832-32s16.918-32 37.832-32h202.918c51.75-77.124 139.624-128 239.25-128 99.624 0 187.5 50.876 239.248 128h74.92c20.914 0 37.832 14.334 37.832 32s-16.918 32-37.832 32h-43.834c7.248 20.376 11.916 41.832 14.416 64h163.25c17.666 0 32 14.334 32 32s-14.334 32-32 32zM340.458 642h201.542c17.666 0 32 14.334 32 32s-14.334 32-32 32h-156.292c40.418 39.458 95.458 64 156.292 64 112.582 0 205.084-83.75 220.75-192h-441.5c3.25 22.624 9.668 44.084 19.208 64zM542 322c-60.834 0-115.876 24.582-156.292 64h312.542c-40.374-39.418-95.416-64-156.25-64zM743.5 450h-403.042c-9.54 19.916-15.958 41.376-19.208 64h441.5c-3.25-22.624-9.668-44.084-19.25-64z" /> <glyph unicode="&#xe902;" glyph-name="moon"
<glyph unicode="&#xe905;" glyph-name="wind" d="M862 640c-53 0-96-43-96-96 0-11.292 2.334-21.916 5.876-32h-613.876c-17.666 0-32-14.334-32-32s14.334-32 32-32h704c53 0 96 43 96 96s-43 96-96 96zM158 576h384c53 0 96 43 96 96s-43 96-96 96-96-43-96-96c0-11.292 2.334-21.916 5.876-32h-293.876c-17.666 0-32-14.334-32-32s14.334-32 32-32zM670 384c-1.876 0-3.668-0.416-5.582-0.582-1.25 0.082-2.292 0.582-3.542 0.582h-493.708c-22.75 0-41.168-14.334-41.168-32s18.418-32 41.168-32h412.708c-3.542-10.084-5.876-20.752-5.876-32 0-53 43-96 96-96s96 43 96 96-43 96-96 96z" /> d="M699.704 337.7c-99.752-99.832-262.166-99.832-362 0-99.832 99.834-99.832 262.25 0 362.042 26.418 26.374 58.624 46.5 95.664 59.624 11.668 4.084 24.586 1.124 33.25-7.584 8.752-8.75 11.71-21.666 7.586-33.25-25.084-70.75-8-147.332 44.498-199.834 52.418-52.456 129.002-69.5 199.834-44.5 11.584 4.124 24.542 1.166 33.25-7.584 8.752-8.666 11.668-21.624 7.542-33.25-13.042-37.040-33.208-69.246-59.624-95.664zM382.954 654.492c-74.876-74.876-74.876-196.708 0-271.542 80-80.042 216.25-72.834 286 16.334-71.918-4.5-142.75 21.458-195.5 74.168-52.75 52.708-78.666 123.542-74.168 195.458-5.748-4.502-11.208-9.294-16.332-14.418z"/>
<glyph unicode="&#xe906;" glyph-name="snowflake" d="M765.744 439.5l-65.25 37.668c2.084 11.332 3.5 22.916 3.5 34.832 0 11.958-1.416 23.584-3.584 34.916l65.25 37.708c30.666 17.75 41.084 56.876 23.458 87.376-17.708 30.624-56.75 41.124-87.376 23.5l-65.876-38.042c-17.624 15-37.708 26.834-59.876 34.708v75.834c0 35.334-28.624 64-64 64-35.332 0-64-28.666-64-64v-75.792c-22.166-7.876-42.25-19.71-59.874-34.708l-65.752 37.958c-30.624 17.666-69.792 7.208-87.498-23.416-17.626-30.584-7.124-69.708 23.498-87.376l65.126-37.626c-2.124-11.376-3.502-23.042-3.502-35.042 0-11.916 1.376-23.542 3.502-34.876l-65.168-37.624c-30.668-17.668-41.168-56.876-23.458-87.5 17.622-30.5 56.79-41 87.458-23.376l65.666 37.958c17.626-15 37.75-26.916 60-34.834v-75.746c0-35.376 28.668-64 64-64 35.376 0 64 28.624 64 64v75.834c22.25 7.916 42.376 19.75 59.916 34.79l65.834-37.998c30.624-17.624 69.752-7.124 87.376 23.376 17.714 30.622 7.256 69.748-23.37 87.498zM447.994 512c0 35.334 28.624 64 64 64 35.334 0 64-28.666 64-64 0-35.332-28.666-64-64-64-35.374 0-64 28.668-64 64z" /> <glyph unicode="&#xe903;" glyph-name="sun2"
<glyph unicode="&#xe907;" glyph-name="cloudy" d="M416 896c17.666 0 32 14.334 32 32v64c0 17.666-14.334 32-32 32s-32-14.334-32-32v-64c0-17.666 14.334-32 32-32zM664.876 811.666l45.25 45.25c12.498 12.5 12.498 32.75 0 45.25-12.5 12.5-32.75 12.5-45.25 0l-45.25-45.25c-12.5-12.5-12.5-32.75 0-45.25 12.498-12.5 32.75-12.5 45.25 0zM32 576h64c17.666 0 32 14.334 32 32s-14.334 32-32 32h-64c-17.666 0-32-14.334-32-32s14.334-32 32-32zM704 608c0-17.666 14.334-32 32-32h64c17.666 0 32 14.334 32 32s-14.334 32-32 32h-64c-17.666 0-32-14.334-32-32zM167.082 811.666c12.502-12.5 32.752-12.5 45.25 0 12.502 12.5 12.502 32.75 0 45.25l-45.25 45.25c-12.5 12.5-32.748 12.5-45.25 0-12.5-12.5-12.5-32.75 0-45.25l45.25-45.25zM800 512c-10.624 0-21.124-0.75-31.584-2.25-33.542 45.75-78.248 80.666-128.916 103-2.582 121.25-101.624 219.25-223.5 219.25-123.5 0-224-100.5-224-224 0-34.876 8.668-67.5 23-96.876-119.25-4.874-215-102.748-215-223.124 0-123.5 100.5-224 224-224 27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224zM416 768c79.624 0 145.124-58.334 157.416-134.5-20.042 4-40.498 6.5-61.416 6.5-91.876 0-177-39.624-236.75-106.5-11.874 22.334-19.25 47.416-19.25 74.5 0 88.376 71.624 160 160 160zM800 128c-34.25 0-65.832 11-91.876 29.334-46.956-56.584-116.876-93.334-196.124-93.334-79.25 0-149.168 36.75-196.124 93.334-26-18.334-57.626-29.334-91.876-29.334-88.376 0-160 71.624-160 160s71.624 160 160 160c15.5 0 30.124-2.916 44.25-7.082 5.624-1.584 11.334-2.834 16.624-5.042 8.75 17.124 19.75 32.792 31.958 47.5 46.752 56.248 116.292 92.624 195.168 92.624 20.25 0 39.668-2.916 58.5-7.418 21.124-4.998 41.084-12.582 59.668-22.582 46.582-24.75 84.832-63.084 108.914-110.126 18.794 7.75 39.336 12.126 60.918 12.126 88.376 0 160-71.624 160-160s-71.624-160-160-160z" /> d="M542 770c17.666 0 32 14.334 32 32v64c0 17.666-14.334 32-32 32s-32-14.334-32-32v-64c0-17.666 14.334-32 32-32zM542 194c-17.666 0-32-14.334-32-32v-64c0-17.666 14.334-32 32-32s32 14.334 32 32v64c0 17.666-14.334 32-32 32zM293.124 278.332l-45.25-45.25c-12.5-12.498-12.5-32.748 0-45.248s32.75-12.5 45.25 0l45.25 45.248c12.5 12.542 12.5 32.752 0 45.25-12.498 12.502-32.75 12.544-45.25 0zM254 482c0 17.666-14.334 32-32 32h-64c-17.666 0-32-14.334-32-32s14.334-32 32-32h64c17.666 0 32 14.334 32 32zM293.082 685.666c12.502-12.5 32.752-12.5 45.25 0 12.502 12.5 12.502 32.75 0 45.25l-45.25 45.25c-12.5 12.5-32.748 12.5-45.25 0-12.5-12.5-12.5-32.75 0-45.25l45.25-45.25zM670 706c-22.376 0-43.624-4.334-64-10.416-20.376 6.084-41.624 10.416-64 10.416-123.5 0-224-100.5-224-224s100.5-224 224-224c22.376 0 43.624 4.332 64 10.418 20.376-6.086 41.624-10.418 64-10.418 123.5 0 224 100.5 224 224s-100.5 224-224 224zM510.458 325.166c-73.292 14.666-128.458 79.252-128.458 156.834 0 77.584 55.166 142.166 128.458 156.834-39.79-40.458-64.458-95.75-64.458-156.834s24.668-116.376 64.458-156.834z"/>
<glyph unicode="&#xe908;" glyph-name="cloud" d="M870.124 499.668c9.75 7.25 19.624 14.376 28.458 23.208 26.416 26.458 46.542 58.666 59.584 95.708 4.166 11.584 1.208 24.584-7.544 33.25-8.708 8.75-21.624 11.708-33.246 7.584-70.792-25-147.376-8-199.792 44.5-52.5 52.502-69.584 129.042-44.5 199.792 4.084 11.626 1.166 24.542-7.584 33.292-8.666 8.666-21.624 11.668-33.25 7.582-37.084-13.164-69.25-33.246-95.668-59.664-67.082-67-87.958-162-64.958-247.584-86.5-11.042-164.25-57-216.042-127.586-10.458 1.5-20.958 2.25-31.584 2.25-123.5 0-224-100.5-224-224.002 0-123.498 100.5-223.998 224-223.998 27.376 0 54.168 5 79.418 14.668 57.914-50.5 131.582-78.668 208.582-78.668 77.084 0 150.666 28.168 208.582 78.668 25.25-9.668 52.042-14.668 79.418-14.668 123.5 0 224 100.5 224 223.998 0.002 98.878-64.832 182.044-153.874 211.67zM581.832 839.668c5.084 5.166 10.542 9.958 16.292 14.458-4.5-71.958 21.458-142.75 74.208-195.458 52.752-52.75 123.542-78.666 195.502-74.208-27.584-35.168-65.584-57.042-106.252-66.376-54.75 69.5-135.208 113.25-223.916 120.374-24.542 67.918-10.166 146.876 44.166 201.21zM800 128c-34.25 0-65.832 11-91.876 29.334-46.958-56.584-116.876-93.334-196.124-93.334-79.25 0-149.168 36.75-196.124 93.334-26-18.334-57.624-29.334-91.876-29.334-88.376 0-160 71.624-160 159.998 0 88.376 71.624 160 160 160 21.624 0 42.124-4.376 60.876-12.124 40.376 78.71 119.5 133.792 212.624 139.086 4.876 0.29 9.624 1.042 14.5 1.042 25.832 0 50.624-4.042 74-11.166 31.582-9.668 60.376-25.416 85.376-45.708 23.876-19.376 43.876-43.124 59.624-69.792 2.666-4.5 5.668-8.75 8.082-13.458 18.792 7.75 39.336 12.124 60.918 12.124 88.376 0 160-71.624 160-160s-71.624-160.002-160-160.002z" /> <glyph unicode="&#xe904;" glyph-name="windy"
<glyph unicode="&#xe909;" glyph-name="weather" d="M512 834c17.666 0 32 14.334 32 32v64c0 17.666-14.334 32-32 32s-32-14.334-32-32v-64c0-17.666 14.334-32 32-32zM760.876 749.666l45.25 45.25c12.498 12.5 12.498 32.75 0 45.25-12.5 12.5-32.75 12.5-45.25 0l-45.25-45.25c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0zM128 514h64c17.666 0 32 14.334 32 32s-14.334 32-32 32h-64c-17.666 0-32-14.334-32-32s14.334-32 32-32zM800 546c0-17.666 14.334-32 32-32h64c17.666 0 32 14.334 32 32s-14.334 32-32 32h-64c-17.666 0-32-14.334-32-32zM263.082 749.666c12.502-12.5 32.752-12.5 45.25 0 12.502 12.5 12.502 32.75 0 45.25l-45.25 45.25c-12.5 12.5-32.748 12.5-45.25 0-12.5-12.5-12.5-32.75 0-45.25l45.25-45.25zM291.25 514h64c-2.124 10.334-3.25 21.042-3.25 32 0 88.376 71.624 160 160 160s160-71.624 160-160c0-10.958-1.124-21.666-3.25-32h64c1.584 10.542 3.25 21.042 3.25 32 0 123.5-100.5 224-224 224s-224-100.5-224-224c0-10.958 1.75-21.458 3.25-32zM896 450h-768c-17.666 0-32-14.334-32-32s14.334-32 32-32h768c17.666 0 32 14.334 32 32s-14.334 32-32 32zM896 322h-768c-17.666 0-32-14.334-32-32s14.334-32 32-32h768c17.666 0 32 14.334 32 32s-14.334 32-32 32zM896 194h-768c-17.666 0-32-14.334-32-32s14.334-32 32-32h768c17.666 0 32 14.334 32 32s-14.334 32-32 32z" /> d="M990 578h-163.25c-16.126 143.584-136.874 256-284.75 256-99.624 0-187.5-50.916-239.25-128h-208.75c-17.666 0-32-14.334-32-32s14.334-32 32-32h177.666c-7.248-20.416-11.958-41.792-14.416-64h-99.25c-17.666 0-32-14.334-32-32s14.334-32 32-32h99.25c2.458-22.168 7.168-43.624 14.416-64h-171.834c-20.914 0-37.832-14.334-37.832-32s16.918-32 37.832-32h202.918c51.75-77.124 139.624-128 239.25-128 99.624 0 187.5 50.876 239.248 128h74.92c20.914 0 37.832 14.334 37.832 32s-16.918 32-37.832 32h-43.834c7.248 20.376 11.916 41.832 14.416 64h163.25c17.666 0 32 14.334 32 32s-14.334 32-32 32zM340.458 642h201.542c17.666 0 32 14.334 32 32s-14.334 32-32 32h-156.292c40.418 39.458 95.458 64 156.292 64 112.582 0 205.084-83.75 220.75-192h-441.5c3.25 22.624 9.668 44.084 19.208 64zM542 322c-60.834 0-115.876 24.582-156.292 64h312.542c-40.374-39.418-95.416-64-156.25-64zM743.5 450h-403.042c-9.54 19.916-15.958 41.376-19.208 64h441.5c-3.25-22.624-9.668-44.084-19.25-64z"/>
<glyph unicode="&#xe90a;" glyph-name="weather2" d="M128 385.998h768c17.666 0 32 14.334 32 32s-14.334 32-32 32h-768c-17.666 0-32-14.334-32-32s14.334-32 32-32zM896 321.998h-768c-17.666 0-32-14.334-32-32s14.334-32 32-32h768c17.666 0 32 14.334 32 32s-14.334 32-32 32zM896 193.998h-768c-17.666 0-32-14.334-32-32s14.334-32 32-32h768c17.666 0 32 14.334 32 32s-14.334 32-32 32zM410.084 514c-0.666 0.666-1.502 1.084-2.166 1.75-74.876 74.876-74.876 196.668 0 271.584 5.124 5.084 10.54 9.916 16.292 14.416-4.502-71.916 21.458-142.75 74.208-195.458 52.748-52.792 123.58-78.666 195.498-74.166-5.334-6.792-11.748-12.25-17.792-18.124h83.042c10.084 16.084 18.5 33.5 25.166 52.126 4.042 11.708 1.084 24.666-7.666 33.334-8.582 8.708-21.584 11.708-33.248 7.582-70.752-24.998-147.292-7.958-199.75 44.5-52.502 52.5-69.584 129.042-44.502 199.792 4.166 11.624 1.166 24.542-7.582 33.292-8.668 8.708-21.626 11.666-33.25 7.542-37.042-13.084-69.25-33.208-95.666-59.584-86.418-86.42-97.71-219.544-34.544-318.586h81.96z" /> <glyph unicode="&#xe905;" glyph-name="wind"
<glyph unicode="&#xe90b;" glyph-name="weather3" d="M67.208 512c-2.084 10.334-3.208 21.042-3.208 32 0 88.376 71.624 160 160 160 21.624 0 42.124-4.416 60.876-12.166 42.458 82.832 127.706 140.166 227.124 140.166s184.668-57.334 227.082-140.166c18.794 7.75 39.336 12.166 60.918 12.166 88.376 0 160-71.624 160-160 0-10.958-1.124-21.666-3.25-32h64c1.584 10.542 3.25 21.042 3.25 32 0 123.5-100.5 224-224 224-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224 0-10.958 1.708-21.458 3.25-32h63.958zM992 448h-960c-17.666 0-32-14.334-32-32s14.334-32 32-32h960c17.666 0 32 14.334 32 32s-14.334 32-32 32zM992 320h-960c-17.666 0-32-14.334-32-32s14.334-32 32-32h960c17.666 0 32 14.334 32 32s-14.334 32-32 32zM992 192h-960c-17.666 0-32-14.334-32-32s14.334-32 32-32h960c17.666 0 32 14.334 32 32s-14.334 32-32 32z" /> d="M862 640c-53 0-96-43-96-96 0-11.292 2.334-21.916 5.876-32h-613.876c-17.666 0-32-14.334-32-32s14.334-32 32-32h704c53 0 96 43 96 96s-43 96-96 96zM158 576h384c53 0 96 43 96 96s-43 96-96 96-96-43-96-96c0-11.292 2.334-21.916 5.876-32h-293.876c-17.666 0-32-14.334-32-32s14.334-32 32-32zM670 384c-1.876 0-3.668-0.416-5.582-0.582-1.25 0.082-2.292 0.582-3.542 0.582h-493.708c-22.75 0-41.168-14.334-41.168-32s18.418-32 41.168-32h412.708c-3.542-10.084-5.876-20.752-5.876-32 0-53 43-96 96-96s96 43 96 96-43 96-96 96z"/>
<glyph unicode="&#xe90c;" glyph-name="lines" d="M224 704h576c17.666 0 32 14.334 32 32s-14.334 32-32 32h-576c-17.666 0-32-14.334-32-32s14.334-32 32-32zM800 640h-576c-17.666 0-32-14.334-32-32s14.334-32 32-32h576c17.666 0 32 14.334 32 32s-14.334 32-32 32zM800 512h-576c-17.666 0-32-14.334-32-32s14.334-32 32-32h576c17.666 0 32 14.334 32 32s-14.334 32-32 32zM800 384h-576c-17.666 0-32-14.334-32-32s14.334-32 32-32h576c17.666 0 32 14.334 32 32s-14.334 32-32 32z" /> <glyph unicode="&#xe906;" glyph-name="snowflake"
<glyph unicode="&#xe90d;" glyph-name="cloud2" d="M800 704c-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224zM800 320c-34.25 0-65.832 11-91.876 29.334-46.956-56.582-116.876-93.334-196.124-93.334-79.25 0-149.168 36.752-196.124 93.334-26-18.334-57.626-29.334-91.876-29.334-88.376 0-160 71.624-160 160s71.624 160 160 160c21.624 0 42.124-4.416 60.876-12.166 42.458 82.832 127.706 140.166 227.124 140.166s184.668-57.334 227.082-140.166c18.794 7.75 39.336 12.166 60.918 12.166 88.376 0 160-71.624 160-160s-71.624-160-160-160z" /> d="M765.744 439.5l-65.25 37.668c2.084 11.332 3.5 22.916 3.5 34.832 0 11.958-1.416 23.584-3.584 34.916l65.25 37.708c30.666 17.75 41.084 56.876 23.458 87.376-17.708 30.624-56.75 41.124-87.376 23.5l-65.876-38.042c-17.624 15-37.708 26.834-59.876 34.708v75.834c0 35.334-28.624 64-64 64-35.332 0-64-28.666-64-64v-75.792c-22.166-7.876-42.25-19.71-59.874-34.708l-65.752 37.958c-30.624 17.666-69.792 7.208-87.498-23.416-17.626-30.584-7.124-69.708 23.498-87.376l65.126-37.626c-2.124-11.376-3.502-23.042-3.502-35.042 0-11.916 1.376-23.542 3.502-34.876l-65.168-37.624c-30.668-17.668-41.168-56.876-23.458-87.5 17.622-30.5 56.79-41 87.458-23.376l65.666 37.958c17.626-15 37.75-26.916 60-34.834v-75.746c0-35.376 28.668-64 64-64 35.376 0 64 28.624 64 64v75.834c22.25 7.916 42.376 19.75 59.916 34.79l65.834-37.998c30.624-17.624 69.752-7.124 87.376 23.376 17.714 30.622 7.256 69.748-23.37 87.498zM447.994 512c0 35.334 28.624 64 64 64 35.334 0 64-28.666 64-64 0-35.332-28.666-64-64-64-35.374 0-64 28.668-64 64z"/>
<glyph unicode="&#xe90e;" glyph-name="lightning" d="M800 896c-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 43.082-37.542 94.832-62.582 150.208-73.042l-69.626-69.624 64-64-64-192 192 192-64 64 22 65.998c68.916 4.876 134.25 31.086 186.582 76.668 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224zM800 512c-34.25 0-65.832 11-91.876 29.334-37.876-45.666-91.124-77.25-151.75-88.208l-44.374-5.126c-79.25 0-149.168 36.75-196.124 93.334-26-18.334-57.626-29.334-91.876-29.334-88.376 0-160 71.624-160 160s71.624 160 160 160c21.624 0 42.124-4.416 60.876-12.166 42.458 82.832 127.706 140.166 227.124 140.166s184.668-57.334 227.082-140.166c18.794 7.75 39.336 12.166 60.918 12.166 88.376 0 160-71.624 160-160s-71.624-160-160-160z" /> <glyph unicode="&#xe907;" glyph-name="cloudy"
<glyph unicode="&#xe90f;" glyph-name="lightning2" d="M800 896c-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 24.582-21.416 52.5-37.916 81.832-50.832l49.832 49.748c-46.916 15.252-88.332 42.542-119.208 79.752-25.998-18.334-57.624-29.334-91.874-29.334-88.376 0-160 71.624-160 160s71.624 160 160 160c21.624 0 42.124-4.416 60.876-12.166 42.458 82.832 127.706 140.166 227.124 140.166s184.668-57.334 227.082-140.166c18.794 7.75 39.336 12.166 60.918 12.166 88.376 0 160-71.624 160-160s-71.624-160-160-160c-34.25 0-65.832 11-91.876 29.334-20.75-25.042-46.624-45.334-75.25-61.168l-26.874-80.666c41.75 13.124 81 33.876 114.582 63.166 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224zM384 320l64-64-64-192 192 192-64 64 64 192-192-192z" /> d="M416 896c17.666 0 32 14.334 32 32v64c0 17.666-14.334 32-32 32s-32-14.334-32-32v-64c0-17.666 14.334-32 32-32zM664.876 811.666l45.25 45.25c12.498 12.5 12.498 32.75 0 45.25-12.5 12.5-32.75 12.5-45.25 0l-45.25-45.25c-12.5-12.5-12.5-32.75 0-45.25 12.498-12.5 32.75-12.5 45.25 0zM32 576h64c17.666 0 32 14.334 32 32s-14.334 32-32 32h-64c-17.666 0-32-14.334-32-32s14.334-32 32-32zM704 608c0-17.666 14.334-32 32-32h64c17.666 0 32 14.334 32 32s-14.334 32-32 32h-64c-17.666 0-32-14.334-32-32zM167.082 811.666c12.502-12.5 32.752-12.5 45.25 0 12.502 12.5 12.502 32.75 0 45.25l-45.25 45.25c-12.5 12.5-32.748 12.5-45.25 0-12.5-12.5-12.5-32.75 0-45.25l45.25-45.25zM800 512c-10.624 0-21.124-0.75-31.584-2.25-33.542 45.75-78.248 80.666-128.916 103-2.582 121.25-101.624 219.25-223.5 219.25-123.5 0-224-100.5-224-224 0-34.876 8.668-67.5 23-96.876-119.25-4.874-215-102.748-215-223.124 0-123.5 100.5-224 224-224 27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224zM416 768c79.624 0 145.124-58.334 157.416-134.5-20.042 4-40.498 6.5-61.416 6.5-91.876 0-177-39.624-236.75-106.5-11.874 22.334-19.25 47.416-19.25 74.5 0 88.376 71.624 160 160 160zM800 128c-34.25 0-65.832 11-91.876 29.334-46.956-56.584-116.876-93.334-196.124-93.334-79.25 0-149.168 36.75-196.124 93.334-26-18.334-57.626-29.334-91.876-29.334-88.376 0-160 71.624-160 160s71.624 160 160 160c15.5 0 30.124-2.916 44.25-7.082 5.624-1.584 11.334-2.834 16.624-5.042 8.75 17.124 19.75 32.792 31.958 47.5 46.752 56.248 116.292 92.624 195.168 92.624 20.25 0 39.668-2.916 58.5-7.418 21.124-4.998 41.084-12.582 59.668-22.582 46.582-24.75 84.832-63.084 108.914-110.126 18.794 7.75 39.336 12.126 60.918 12.126 88.376 0 160-71.624 160-160s-71.624-160-160-160z"/>
<glyph unicode="&#xe910;" glyph-name="rainy" d="M800 832c-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224zM800 448c-34.25 0-65.832 11-91.876 29.334-46.956-56.584-116.876-93.334-196.124-93.334-79.25 0-149.168 36.75-196.124 93.334-26-18.334-57.626-29.334-91.876-29.334-88.376 0-160 71.624-160 160s71.624 160 160 160c21.624 0 42.124-4.416 60.876-12.166 42.458 82.832 127.706 140.166 227.124 140.166s184.668-57.334 227.082-140.166c18.794 7.75 39.336 12.166 60.918 12.166 88.376 0 160-71.624 160-160s-71.624-160-160-160zM448 128c0-35.376 28.624-64 64-64s64 28.624 64 64-64 128-64 128-64-92.624-64-128z" /> <glyph unicode="&#xe908;" glyph-name="cloud"
<glyph unicode="&#xe911;" glyph-name="rainy2" d="M800 896c-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224zM800 512c-34.25 0-65.832 11-91.876 29.334-46.956-56.584-116.876-93.334-196.124-93.334-79.25 0-149.168 36.75-196.124 93.334-26-18.334-57.626-29.334-91.876-29.334-88.376 0-160 71.624-160 160s71.624 160 160 160c21.624 0 42.124-4.416 60.876-12.166 42.458 82.832 127.706 140.166 227.124 140.166s184.668-57.334 227.082-140.166c18.794 7.75 39.336 12.166 60.918 12.166 88.376 0 160-71.624 160-160s-71.624-160-160-160zM450 64c0-35.376 28.624-64 64-64s64 28.624 64 64-64 128-64 128-64-92.624-64-128zM704 128c0-35.376 28.624-64 64-64s64 28.624 64 64-64 128-64 128-64-92.624-64-128zM192 256c0-35.376 28.624-64 64-64s64 28.624 64 64-64 128-64 128-64-92.624-64-128z" /> d="M870.124 499.668c9.75 7.25 19.624 14.376 28.458 23.208 26.416 26.458 46.542 58.666 59.584 95.708 4.166 11.584 1.208 24.584-7.544 33.25-8.708 8.75-21.624 11.708-33.246 7.584-70.792-25-147.376-8-199.792 44.5-52.5 52.502-69.584 129.042-44.5 199.792 4.084 11.626 1.166 24.542-7.584 33.292-8.666 8.666-21.624 11.668-33.25 7.582-37.084-13.164-69.25-33.246-95.668-59.664-67.082-67-87.958-162-64.958-247.584-86.5-11.042-164.25-57-216.042-127.586-10.458 1.5-20.958 2.25-31.584 2.25-123.5 0-224-100.5-224-224.002 0-123.498 100.5-223.998 224-223.998 27.376 0 54.168 5 79.418 14.668 57.914-50.5 131.582-78.668 208.582-78.668 77.084 0 150.666 28.168 208.582 78.668 25.25-9.668 52.042-14.668 79.418-14.668 123.5 0 224 100.5 224 223.998 0.002 98.878-64.832 182.044-153.874 211.67zM581.832 839.668c5.084 5.166 10.542 9.958 16.292 14.458-4.5-71.958 21.458-142.75 74.208-195.458 52.752-52.75 123.542-78.666 195.502-74.208-27.584-35.168-65.584-57.042-106.252-66.376-54.75 69.5-135.208 113.25-223.916 120.374-24.542 67.918-10.166 146.876 44.166 201.21zM800 128c-34.25 0-65.832 11-91.876 29.334-46.958-56.584-116.876-93.334-196.124-93.334-79.25 0-149.168 36.75-196.124 93.334-26-18.334-57.624-29.334-91.876-29.334-88.376 0-160 71.624-160 159.998 0 88.376 71.624 160 160 160 21.624 0 42.124-4.376 60.876-12.124 40.376 78.71 119.5 133.792 212.624 139.086 4.876 0.29 9.624 1.042 14.5 1.042 25.832 0 50.624-4.042 74-11.166 31.582-9.668 60.376-25.416 85.376-45.708 23.876-19.376 43.876-43.124 59.624-69.792 2.666-4.5 5.668-8.75 8.082-13.458 18.792 7.75 39.336 12.124 60.918 12.124 88.376 0 160-71.624 160-160s-71.624-160.002-160-160.002z"/>
<glyph unicode="&#xe912;" glyph-name="windy2" d="M834.084 691.834c-47.958 49.084-114.25 77.542-183.46 77.542-69.124 0-135.376-28.458-183.33-77.542-105.626-4.918-190.042-92.376-190.042-199.168 0-109.916 89.418-199.332 199.376-199.332 11.668 0 23.208 1 34.542 2.998 41.458-27.082 89.834-41.708 139.458-41.708 49.708 0 98.126 14.626 139.544 41.708 11.414-1.998 22.916-2.998 34.582-2.998 109.874 0 199.25 89.416 199.25 199.332-0.004 106.792-84.38 194.25-189.92 199.168zM824.75 357.334c-16.624 0-32.75 2.998-48 8.834-35-30.5-79.5-47.544-126.126-47.544-46.498 0-90.998 17.044-125.998 47.544-15.25-5.836-31.5-8.834-48-8.834-74.624 0-135.376 60.75-135.376 135.332 0 74.626 60.75 135.376 135.376 135.376 6.376 0 12.75-0.458 19.042-1.376 36.208 49.166 93.082 78.708 154.956 78.708 61.876 0 118.876-29.542 155.002-78.708 6.25 0.916 12.624 1.376 19.124 1.376 74.624 0 135.25-60.75 135.25-135.376 0-74.582-60.624-135.332-135.25-135.332zM288 320h-256c-17.666 0-32-14.334-32-32s14.334-32 32-32h256c17.666 0 32 14.334 32 32s-14.334 32-32 32zM32 384h128c17.666 0 32 14.334 32 32s-14.334 32-32 32h-128c-17.666 0-32-14.334-32-32s14.334-32 32-32zM96 512h128c17.666 0 32 14.334 32 32s-14.334 32-32 32h-128c-17.666 0-32-14.334-32-32s14.334-32 32-32z" /> <glyph unicode="&#xe909;" glyph-name="weather"
<glyph unicode="&#xe913;" glyph-name="windy3" d="M834.084 882.416c-47.96 49.126-114.25 77.584-183.46 77.584-69.124 0-135.376-28.458-183.33-77.584-105.626-4.876-190.042-92.334-190.042-199.084 0-109.956 89.418-199.416 199.376-199.416 11.668 0 23.208 1.002 34.542 3 41.458-27.042 89.834-41.666 139.458-41.666 49.708 0 98.126 14.624 139.544 41.666 11.414-1.998 22.916-3 34.582-3 109.876 0 199.25 89.46 199.25 199.416-0.004 106.752-84.38 194.252-189.92 199.084zM824.75 547.916c-16.624 0-32.75 3-48 8.916-35-30.5-79.5-47.584-126.126-47.584-46.498 0-90.998 17.084-125.998 47.584-15.25-5.918-31.5-8.916-48-8.916-74.624 0-135.376 60.75-135.376 135.416 0 74.584 60.75 135.334 135.376 135.334 6.376 0 12.75-0.5 19.042-1.376 36.208 49.168 93.082 78.71 154.956 78.71 61.876 0 118.876-29.542 155.002-78.708 6.25 0.876 12.624 1.376 19.124 1.376 74.624 0 135.25-60.75 135.25-135.334 0-74.668-60.624-135.418-135.25-135.418zM288 510.624h-256c-17.666 0-32-14.292-32-32 0-17.706 14.334-32 32-32h256c17.666 0 32 14.294 32 32 0 17.708-14.334 32-32 32zM32 574.624h128c17.666 0 32 14.292 32 32s-14.334 32-32 32h-128c-17.666 0-32-14.292-32-32s14.334-32 32-32zM96 702.624h128c17.666 0 32 14.292 32 32s-14.334 32-32 32h-128c-17.666 0-32-14.292-32-32s14.334-32 32-32zM448 256c0-35.376 28.624-64 64-64s64 28.624 64 64-64 128-64 128-64-92.624-64-128zM704 128c0-35.376 28.624-64 64-64s64 28.624 64 64-64 128-64 128-64-92.624-64-128z" /> d="M512 834c17.666 0 32 14.334 32 32v64c0 17.666-14.334 32-32 32s-32-14.334-32-32v-64c0-17.666 14.334-32 32-32zM760.876 749.666l45.25 45.25c12.498 12.5 12.498 32.75 0 45.25-12.5 12.5-32.75 12.5-45.25 0l-45.25-45.25c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0zM128 514h64c17.666 0 32 14.334 32 32s-14.334 32-32 32h-64c-17.666 0-32-14.334-32-32s14.334-32 32-32zM800 546c0-17.666 14.334-32 32-32h64c17.666 0 32 14.334 32 32s-14.334 32-32 32h-64c-17.666 0-32-14.334-32-32zM263.082 749.666c12.502-12.5 32.752-12.5 45.25 0 12.502 12.5 12.502 32.75 0 45.25l-45.25 45.25c-12.5 12.5-32.748 12.5-45.25 0-12.5-12.5-12.5-32.75 0-45.25l45.25-45.25zM291.25 514h64c-2.124 10.334-3.25 21.042-3.25 32 0 88.376 71.624 160 160 160s160-71.624 160-160c0-10.958-1.124-21.666-3.25-32h64c1.584 10.542 3.25 21.042 3.25 32 0 123.5-100.5 224-224 224s-224-100.5-224-224c0-10.958 1.75-21.458 3.25-32zM896 450h-768c-17.666 0-32-14.334-32-32s14.334-32 32-32h768c17.666 0 32 14.334 32 32s-14.334 32-32 32zM896 322h-768c-17.666 0-32-14.334-32-32s14.334-32 32-32h768c17.666 0 32 14.334 32 32s-14.334 32-32 32zM896 194h-768c-17.666 0-32-14.334-32-32s14.334-32 32-32h768c17.666 0 32 14.334 32 32s-14.334 32-32 32z"/>
<glyph unicode="&#xe914;" glyph-name="snowy" d="M652.084 136.624l-36 20.752c1.084 6.248 1.916 12.622 1.916 19.248 0 6.624-0.832 13-2 19.25l36.084 20.792c16.834 9.834 22.582 31.458 12.916 48.208-9.752 16.958-31.334 22.75-48.25 13l-36.376-21c-9.752 8.292-20.75 14.792-33 19.208v41.792c0 19.542-15.876 35.376-35.376 35.376s-35.332-15.834-35.332-35.376v-41.75c-12.252-4.376-23.292-10.958-33.042-19.25l-36.292 21c-16.958 9.75-38.584 4-48.334-12.958-9.75-16.834-3.876-38.5 13-48.252l35.918-20.75c-1.168-6.292-1.918-12.668-1.918-19.292 0-6.626 0.75-13 1.918-19.248l-35.916-20.75c-16.918-9.75-22.75-31.5-13-48.376s31.376-22.624 48.25-12.876l36.334 20.876c9.748-8.25 20.792-14.75 33.084-19.124v-41.876c0-19.498 15.832-35.248 35.332-35.248s35.376 15.75 35.376 35.248v41.876c12.25 4.376 23.376 10.876 33.042 19.25l36.334-21c16.916-9.75 38.498-4 48.25 12.876 9.748 16.874 3.998 38.5-12.918 48.374zM512 141.25c-19.5 0-35.376 15.876-35.376 35.376s15.876 35.292 35.376 35.292 35.334-15.792 35.334-35.292-15.834-35.376-35.334-35.376zM800 896c-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224zM800 512c-34.25 0-65.832 11-91.876 29.334-46.956-56.584-116.876-93.334-196.124-93.334-79.25 0-149.168 36.75-196.124 93.334-26-18.334-57.626-29.334-91.876-29.334-88.376 0-160 71.624-160 160s71.624 160 160 160c21.624 0 42.124-4.416 60.876-12.166 42.458 82.832 127.706 140.166 227.124 140.166s184.668-57.334 227.082-140.166c18.794 7.75 39.336 12.166 60.918 12.166 88.376 0 160-71.624 160-160s-71.624-160-160-160z" /> <glyph unicode="&#xe90a;" glyph-name="weather2"
<glyph unicode="&#xe915;" glyph-name="snowy2" d="M652.084 328.624l-36 20.75c1.084 6.25 1.916 12.624 1.916 19.25 0 6.624-0.832 13-2 19.25l36.084 20.792c16.834 9.834 22.582 31.458 12.916 48.208-9.752 16.958-31.334 22.75-48.25 13l-36.376-21c-9.754 8.292-20.75 14.792-33 19.208v41.792c0 19.542-15.876 35.376-35.376 35.376s-35.332-15.834-35.332-35.376v-41.75c-12.252-4.376-23.292-10.958-33.042-19.25l-36.292 21c-16.958 9.75-38.584 4-48.334-12.958-9.75-16.834-3.876-38.5 13-48.252l35.918-20.75c-1.168-6.292-1.918-12.668-1.918-19.292s0.75-13 1.918-19.246l-35.916-20.752c-16.918-9.75-22.75-31.5-13-48.376s31.376-22.624 48.25-12.876l36.334 20.876c9.748-8.25 20.792-14.75 33.084-19.124v-41.876c0-19.498 15.832-35.248 35.332-35.248s35.376 15.75 35.376 35.248v41.876c12.25 4.376 23.376 10.876 33.042 19.25l36.334-21c16.916-9.75 38.498-4 48.25 12.876 9.748 16.874 3.998 38.5-12.918 48.374zM512 333.25c-19.5 0-35.376 15.876-35.376 35.376s15.876 35.292 35.376 35.292 35.334-15.792 35.334-35.292-15.834-35.376-35.334-35.376zM800 896c-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c23.624 0 46.668 4.416 68.876 11.668 2.124 10.164 5.458 20.082 10.75 29.29 7.876 13.708 19.124 24.624 32 33.004-6.624 6.458-13.876 12.208-19.75 19.376-26-18.338-57.626-29.338-91.876-29.338-88.376 0-160 71.624-160 160s71.624 160 160 160c21.624 0 42.124-4.416 60.876-12.166 42.458 82.832 127.706 140.166 227.124 140.166s184.668-57.334 227.082-140.166c18.794 7.75 39.336 12.166 60.918 12.166 88.376 0 160-71.624 160-160s-71.624-160-160-160c-34.25 0-65.832 11-91.876 29.334-5.876-7.166-13.208-12.918-19.792-19.376 12.918-8.414 24.25-19.376 32.084-33.124 5.416-9.292 8.708-19.168 10.832-29.166 22.128-7.252 45.128-11.668 68.752-11.668 123.5 0 224 100.5 224 224s-100.5 224-224 224z" /> d="M128 385.998h768c17.666 0 32 14.334 32 32s-14.334 32-32 32h-768c-17.666 0-32-14.334-32-32s14.334-32 32-32zM896 321.998h-768c-17.666 0-32-14.334-32-32s14.334-32 32-32h768c17.666 0 32 14.334 32 32s-14.334 32-32 32zM896 193.998h-768c-17.666 0-32-14.334-32-32s14.334-32 32-32h768c17.666 0 32 14.334 32 32s-14.334 32-32 32zM410.084 514c-0.666 0.666-1.502 1.084-2.166 1.75-74.876 74.876-74.876 196.668 0 271.584 5.124 5.084 10.54 9.916 16.292 14.416-4.502-71.916 21.458-142.75 74.208-195.458 52.748-52.792 123.58-78.666 195.498-74.166-5.334-6.792-11.748-12.25-17.792-18.124h83.042c10.084 16.084 18.5 33.5 25.166 52.126 4.042 11.708 1.084 24.666-7.666 33.334-8.582 8.708-21.584 11.708-33.248 7.582-70.752-24.998-147.292-7.958-199.75 44.5-52.502 52.5-69.584 129.042-44.502 199.792 4.166 11.624 1.166 24.542-7.582 33.292-8.668 8.708-21.626 11.666-33.25 7.542-37.042-13.084-69.25-33.208-95.666-59.584-86.418-86.42-97.71-219.544-34.544-318.586h81.96z"/>
<glyph unicode="&#xe916;" glyph-name="snowy3" d="M652.084 136.624l-36 20.752c1.084 6.248 1.916 12.622 1.916 19.248 0 6.624-0.832 13-2 19.25l36.084 20.792c16.834 9.834 22.582 31.458 12.916 48.208-9.752 16.958-31.334 22.75-48.25 13l-36.376-21c-9.752 8.292-20.75 14.792-33 19.208v41.792c0 19.542-15.876 35.376-35.376 35.376s-35.332-15.834-35.332-35.376v-41.75c-12.252-4.376-23.292-10.958-33.042-19.25l-36.292 21c-16.958 9.75-38.584 4-48.334-12.958-9.75-16.834-3.876-38.5 13-48.252l35.918-20.75c-1.168-6.292-1.918-12.668-1.918-19.292 0-6.626 0.75-13 1.918-19.248l-35.916-20.75c-16.918-9.75-22.75-31.5-13-48.376s31.376-22.624 48.25-12.876l36.334 20.876c9.748-8.25 20.792-14.75 33.084-19.124v-41.876c0-19.498 15.832-35.248 35.332-35.248s35.376 15.75 35.376 35.248v41.876c12.25 4.376 23.376 10.876 33.042 19.25l36.334-21c16.916-9.75 38.498-4 48.25 12.876 9.748 16.874 3.998 38.5-12.918 48.374zM512 141.25c-19.5 0-35.376 15.876-35.376 35.376s15.876 35.292 35.376 35.292 35.334-15.792 35.334-35.292-15.834-35.376-35.334-35.376zM948.332 231.5l-24.166 6.416c-0.582 7.666-2.416 14.958-5.792 21.958l17.542 17.542c8.25 8.25 8.208 21.584 0 29.708-8.166 8.208-21.416 8.25-29.666 0l-17.582-17.5c-6.918 3.25-14.292 5.124-21.918 5.75l-6.418 24.124c-2.998 11.166-14.5 17.876-25.748 14.876-11.208-3.042-17.75-14.542-14.834-25.75l6.418-23.792c-3.168-2.168-6.168-4.584-9-7.334-2.75-2.834-5.084-5.832-7.252-8.918l-23.792 6.418c-11.208 2.998-22.792-3.752-25.792-14.876-2.998-11.25 3.752-22.708 14.834-25.75l24-6.458c0.668-7.542 2.584-14.916 5.958-21.918l-17.624-17.624c-8.166-8.208-8.124-21.458 0.084-29.624 8.166-8.166 21.416-8.25 29.584-0.084l17.664 17.666c6.918-3.414 14.336-5.332 22.002-5.914l6.332-24.042c3.084-11.208 14.5-17.876 25.752-14.876 11.166 3 17.914 14.498 14.916 25.834l-6.418 23.792c3 2.124 6.084 4.5 8.918 7.25 2.75 2.792 5.084 5.876 7.248 8.958l23.834-6.418c11.208-3 22.75 3.708 25.708 14.834 3 11.17-3.624 22.668-14.792 25.752zM876.624 218.124c-8.25-8.25-21.542-8.208-29.75 0-8.124 8.124-8.208 21.458 0 29.708 8.208 8.166 21.542 8.166 29.75 0 8.126-8.208 8.126-21.582 0-29.708zM237.876 339l-23.75-6.376c-2.208 3-4.5 6.042-7.292 8.876-2.832 2.75-5.832 5.124-8.958 7.25l6.376 23.876c3 11.208-3.668 22.75-14.75 25.708-11.25 3-22.75-3.668-25.75-14.834l-6.5-24.124c-7.624-0.624-14.916-2.5-21.876-5.792l-17.624 17.542c-8.25 8.25-21.5 8.208-29.668 0-8.208-8.208-8.208-21.5 0-29.708l17.542-17.542c-3.292-7-5.208-14.376-5.792-21.958l-24.084-6.416c-11.25-3.084-17.918-14.5-14.916-25.75 3.042-11.166 14.542-17.75 25.792-14.834l23.75 6.46c2.124-3.208 4.5-6.21 7.376-9.002 2.75-2.75 5.75-5.208 8.876-7.25l-6.376-23.792c-3-11.25 3.668-22.834 14.832-25.834 11.252-3 22.668 3.666 25.668 14.876l6.5 24c7.624 0.624 15 2.542 22 5.876l17.582-17.584c8.168-8.248 21.418-8.082 29.668 0.084 8.124 8.124 8.25 21.416 0 29.624l-17.624 17.624c3.376 6.92 5.376 14.376 5.876 22.002l24.124 6.376c11.124 3.042 17.792 14.5 14.792 25.75-3.002 11.12-14.502 17.788-25.794 14.872zM177.124 282.084c-8.208-8.208-21.5-8.208-29.75 0-8.124 8.166-8.124 21.542 0 29.666 8.25 8.166 21.542 8.166 29.75 0s8.126-21.5 0-29.666zM1024 672c0 123.5-100.5 224-224 224-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224zM708.124 541.334c-46.956-56.584-116.876-93.334-196.124-93.334-79.25 0-149.168 36.75-196.124 93.334-26-18.334-57.626-29.334-91.876-29.334-88.376 0-160 71.624-160 160s71.624 160 160 160c21.624 0 42.124-4.416 60.876-12.166 42.458 82.832 127.706 140.166 227.124 140.166s184.668-57.334 227.082-140.166c18.794 7.75 39.336 12.166 60.918 12.166 88.376 0 160-71.624 160-160s-71.624-160-160-160c-34.25 0-65.832 11-91.876 29.334z" /> <glyph unicode="&#xe90b;" glyph-name="weather3"
<glyph unicode="&#xe917;" glyph-name="weather4" d="M800 896c-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224zM800 512c-19.418 0-38.418 3.5-56.5 10.416l-36 13.834-29-25.334c-46.5-40.582-105.624-62.916-166.5-62.916s-120 22.334-166.5 62.916l-29 25.334-36-13.834c-18-6.916-37.082-10.416-56.5-10.416-88.25 0-160 71.792-160 160s71.75 160 160 160c7.584 0 15-0.542 22.5-1.584l37.916-5.5 22.708 30.916c48.626 66.21 123.294 104.168 204.876 104.168 81.624 0 156.25-37.916 204.834-104.126l22.75-30.958 37.998 5.5c7.418 1.042 14.834 1.584 22.418 1.584 88.25 0 160-71.792 160-160s-71.75-160-160-160zM192 384c-35.376 0-64-28.624-64-64s28.624-64 64-64 64 28.624 64 64-28.624 64-64 64zM512 320c-35.376 0-64-28.624-64-64s28.624-64 64-64 64 28.624 64 64-28.624 64-64 64zM832 384c-35.376 0-64-28.624-64-64s28.624-64 64-64 64 28.624 64 64-28.624 64-64 64zM704 128c-35.376 0-64-28.624-64-64s28.624-64 64-64 64 28.624 64 64-28.624 64-64 64zM320 128c-35.376 0-64-28.624-64-64s28.624-64 64-64 64 28.624 64 64-28.624 64-64 64z" /> d="M67.208 512c-2.084 10.334-3.208 21.042-3.208 32 0 88.376 71.624 160 160 160 21.624 0 42.124-4.416 60.876-12.166 42.458 82.832 127.706 140.166 227.124 140.166s184.668-57.334 227.082-140.166c18.794 7.75 39.336 12.166 60.918 12.166 88.376 0 160-71.624 160-160 0-10.958-1.124-21.666-3.25-32h64c1.584 10.542 3.25 21.042 3.25 32 0 123.5-100.5 224-224 224-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224 0-10.958 1.708-21.458 3.25-32h63.958zM992 448h-960c-17.666 0-32-14.334-32-32s14.334-32 32-32h960c17.666 0 32 14.334 32 32s-14.334 32-32 32zM992 320h-960c-17.666 0-32-14.334-32-32s14.334-32 32-32h960c17.666 0 32 14.334 32 32s-14.334 32-32 32zM992 192h-960c-17.666 0-32-14.334-32-32s14.334-32 32-32h960c17.666 0 32 14.334 32 32s-14.334 32-32 32z"/>
<glyph unicode="&#xe918;" glyph-name="cloudy2" d="M1024 543.998c0 98.334-80 178.292-178.334 178.292-4.792 0-9.542-0.208-14.292-0.582-46.25 57.708-115.958 91.956-191.376 91.956-75.376 0-145.124-34.248-191.376-91.958-4.75 0.376-9.542 0.582-14.376 0.582-98.246 0.002-178.246-79.956-178.246-178.29 0-10.292 1.376-20.208 3-30.084-1.084-1.416-2.376-2.708-3.416-4.166-10.458 1.5-20.958 2.25-31.584 2.25-123.5 0-224-100.498-224-223.998 0-123.502 100.5-224 224-224 27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.498 224 224 0 51.376-18.084 98.166-47.332 135.998 29.164 31.792 47.332 73.666 47.332 120zM800 128c-34.25 0-65.832 10.998-91.876 29.332-46.958-56.582-116.876-93.332-196.124-93.332-79.25 0-149.168 36.75-196.124 93.332-26-18.334-57.624-29.332-91.876-29.332-88.376 0-160 71.624-160 160s71.624 159.998 160 159.998c21.624 0 42.124-4.376 60.876-12.124 1.124 2.124 2.5 4 3.624 6.042 11.25 20.542 25.124 39.376 41.332 56.084 46.168 47.832 110.334 78 182.168 78 99.418 0 184.668-57.332 227.082-140.124 11.292 4.624 23.336 7.626 35.75 9.624l25.168 2.5c24.668 0 47.75-6.084 68.624-16 22.624-10.832 42.042-26.748 57.292-46.376 21-27.042 34.084-60.708 34.084-97.624 0-88.376-71.624-160-160-160zM931.124 468.75c-36.958 26.916-82 43.248-131.124 43.248-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.042 130.25-256.416 130.25-68.25 0-132.624-22.084-185.876-60.668 14.958 45.708 57.458 78.958 108.124 78.958 15.5 0 30.124-3.124 43.5-8.664 30.376 59.124 91.25 100.040 162.25 100.040s131.916-40.914 162.168-100.040c13.458 5.54 28.166 8.664 43.498 8.664 63.168 0 114.334-51.166 114.334-114.292 0.002-28.956-11.122-55.080-28.874-75.246z" /> <glyph unicode="&#xe90c;" glyph-name="lines"
<glyph unicode="&#xe919;" glyph-name="cloud3" d="M1024 754.334c0 98.292-80 178.248-178.334 178.248-4.792 0-9.542-0.166-14.292-0.54-46.25 57.666-115.956 91.958-191.374 91.958-75.376 0-145.124-34.292-191.376-91.958-4.75 0.374-9.542 0.54-14.376 0.54-98.248 0-178.248-79.958-178.248-178.248 0-10.292 1.376-20.25 3-30.084-1.084-1.416-2.376-2.708-3.416-4.166-10.458 1.5-20.958 2.25-31.584 2.25-123.5 0-224-100.5-224-224 0-123.502 100.5-224 224-224 27.376 0 54.168 4.998 79.418 14.666 36.708-32 80.208-53.876 126.414-66.416l-45.832-30.584 64-64-64-128 192 128-64 64 9.624 19.166c73.5 2.25 143.5 29.458 198.958 77.834 25.25-9.668 52.042-14.666 79.418-14.666 123.5 0 224 100.498 224 224 0 51.332-18.084 98.166-47.332 136 29.164 31.75 47.332 73.624 47.332 120zM800 338.334c-34.25 0-65.832 11-91.876 29.292-38-45.792-91.5-77.458-152.458-88.25l-47.542-4.624c-77.624 1.248-146.124 37.248-192.248 92.872-26-18.292-57.624-29.292-91.876-29.292-88.376 0-160 71.582-160 160 0 88.334 71.624 160 160 160 21.624 0 42.124-4.418 60.876-12.166 1.124 2.166 2.5 4 3.624 6.084 11.25 20.542 25.124 39.334 41.332 56.084 46.168 47.792 110.334 78 182.168 78 99.418 0 184.668-57.334 227.082-140.166 11.292 4.666 23.336 7.666 35.75 9.666l25.168 2.5c24.668 0 47.75-6.084 68.624-16 22.624-10.834 42.042-26.75 57.292-46.416 21-27.042 34.084-60.668 34.084-97.584 0-88.418-71.624-160-160-160zM931.124 679.084c-36.958 26.876-82 43.25-131.124 43.25-10.624 0-21.124-0.75-31.584-2.25-59.748 81.374-154.040 130.25-256.416 130.25-68.25 0-132.624-22.124-185.876-60.708 14.958 45.706 57.458 78.956 108.124 78.956 15.5 0 30.124-3.124 43.5-8.666 30.376 59.168 91.252 100.084 162.252 100.084s131.916-40.916 162.168-100.084c13.458 5.542 28.166 8.666 43.498 8.666 63.168 0 114.334-51.166 114.334-114.248 0-29-11.124-55.126-28.876-75.25z" /> d="M224 704h576c17.666 0 32 14.334 32 32s-14.334 32-32 32h-576c-17.666 0-32-14.334-32-32s14.334-32 32-32zM800 640h-576c-17.666 0-32-14.334-32-32s14.334-32 32-32h576c17.666 0 32 14.334 32 32s-14.334 32-32 32zM800 512h-576c-17.666 0-32-14.334-32-32s14.334-32 32-32h576c17.666 0 32 14.334 32 32s-14.334 32-32 32zM800 384h-576c-17.666 0-32-14.334-32-32s14.334-32 32-32h576c17.666 0 32 14.334 32 32s-14.334 32-32 32z"/>
<glyph unicode="&#xe91a;" glyph-name="lightning3" d="M384 256l64-64-64-192 192 192-64 64 64 128-192-128zM1024 754.334c0 98.292-80 178.248-178.334 178.248-4.792 0-9.542-0.166-14.292-0.54-46.25 57.666-115.956 91.958-191.374 91.958-75.376 0-145.124-34.292-191.376-91.958-4.75 0.374-9.542 0.54-14.376 0.54-98.248 0-178.248-79.958-178.248-178.248 0-10.292 1.376-20.25 3-30.084-1.084-1.416-2.376-2.708-3.416-4.166-10.458 1.5-20.958 2.25-31.584 2.25-123.5 0-224-100.5-224-224 0-123.502 100.5-224 224-224 27.376 0 54.168 4.998 79.418 14.666 2.208-1.918 4.832-3.25 7.082-5.124l56.624 37.75c-18.876 13.376-36.5 28.25-51.25 46-26-18.292-57.624-29.292-91.876-29.292-88.376 0-160 71.582-160 160 0 88.334 71.624 160 160 160 21.624 0 42.124-4.418 60.876-12.166 1.124 2.166 2.5 4 3.624 6.084 11.25 20.542 25.124 39.334 41.332 56.084 46.168 47.792 110.334 78 182.168 78 99.418 0 184.668-57.334 227.082-140.166 11.292 4.666 23.336 7.666 35.75 9.666l25.168 2.5c24.668 0 47.75-6.084 68.624-16 22.624-10.834 42.042-26.75 57.292-46.416 21-27.042 34.084-60.668 34.084-97.584 0-88.418-71.624-160-160-160-34.25 0-65.832 11-91.876 29.292-28-33.75-64.876-59.124-106.292-75.124l-11.958-23.876 36.5-36.5c34.124 13.292 66.042 32.376 94.208 56.876 25.25-9.668 52.042-14.666 79.418-14.666 123.5 0 224 100.498 224 224 0 51.332-18.084 98.166-47.332 136 29.166 31.746 47.334 73.62 47.334 119.996zM931.124 679.084c-36.958 26.876-82 43.25-131.124 43.25-10.624 0-21.124-0.75-31.584-2.25-59.748 81.374-154.040 130.25-256.416 130.25-68.25 0-132.624-22.124-185.876-60.708 14.958 45.706 57.458 78.956 108.124 78.956 15.5 0 30.124-3.124 43.5-8.666 30.376 59.168 91.252 100.084 162.252 100.084s131.916-40.916 162.168-100.084c13.458 5.542 28.166 8.666 43.498 8.666 63.168 0 114.334-51.166 114.334-114.248 0-29-11.124-55.126-28.876-75.25z" /> <glyph unicode="&#xe90d;" glyph-name="cloud2"
<glyph unicode="&#xe91b;" glyph-name="sun3" d="M512 736c-123.5 0-224-100.5-224-224 0-123.498 100.5-224 224-224s224 100.502 224 224c0 123.5-100.5 224-224 224zM512 800c17.666 0 32 14.292 32 32v64c0 17.666-14.334 32-32 32-17.708 0-32-14.334-32-32v-64c0-17.708 14.292-32 32-32zM512 224c-17.708 0-32-14.334-32-32v-64c0-17.708 14.292-32 32-32 17.666 0 32 14.292 32 32v64c0 17.666-14.334 32-32 32zM760.834 715.666l45.25 45.25c12.5 12.5 12.5 32.75 0 45.25-12.502 12.5-32.75 12.5-45.25 0l-45.25-45.25c-12.502-12.5-12.502-32.75 0-45.25 12.5-12.498 32.748-12.498 45.25 0zM263.082 308.292l-45.246-45.25c-12.504-12.5-12.504-32.752 0-45.25 12.498-12.5 32.746-12.5 45.246 0l45.25 45.25c12.502 12.582 12.502 32.75 0 45.25-12.498 12.5-32.748 12.584-45.25 0zM224 512c0 17.666-14.334 32-32 32h-64c-17.708 0-32-14.334-32-32 0-17.708 14.292-32 32-32h64c17.666 0 32 14.292 32 32zM896 544h-64c-17.708 0-32-14.334-32-32 0-17.708 14.292-32 32-32h64c17.666 0 32 14.292 32 32 0 17.666-14.334 32-32 32zM263.042 715.666c12.498-12.5 32.75-12.5 45.25 0 12.498 12.5 12.498 32.75 0 45.25l-45.25 45.25c-12.5 12.5-32.752 12.5-45.25 0-12.5-12.5-12.5-32.75 0-45.25l45.25-45.25zM760.918 308.376c-12.586 12.5-32.752 12.5-45.25 0-12.5-12.498-12.586-32.75 0-45.25l45.25-45.25c12.498-12.498 32.748-12.498 45.25 0 12.498 12.5 12.498 32.752 0 45.25l-45.25 45.25z" /> d="M800 704c-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224zM800 320c-34.25 0-65.832 11-91.876 29.334-46.956-56.582-116.876-93.334-196.124-93.334-79.25 0-149.168 36.752-196.124 93.334-26-18.334-57.626-29.334-91.876-29.334-88.376 0-160 71.624-160 160s71.624 160 160 160c21.624 0 42.124-4.416 60.876-12.166 42.458 82.832 127.706 140.166 227.124 140.166s184.668-57.334 227.082-140.166c18.794 7.75 39.336 12.166 60.918 12.166 88.376 0 160-71.624 160-160s-71.624-160-160-160z"/>
<glyph unicode="&#xe91c;" glyph-name="moon2" d="M496.164 496.136c-63.040 63.084-79.958 154.21-52.040 233.084-30.5-10.79-59.336-27.666-83.708-52.040-87.502-87.5-87.502-229.334 0-316.79 87.458-87.46 229.25-87.504 316.748 0 24.458 24.372 41.292 53.208 52.042 83.708-78.83-27.918-169.998-11-233.042 52.038z" /> <glyph unicode="&#xe90e;" glyph-name="lightning"
<glyph unicode="&#xe91d;" glyph-name="cloudy3" d="M416 896c17.666 0 32 14.334 32 32v64c0 17.666-14.334 32-32 32s-32-14.334-32-32v-64c0-17.666 14.334-32 32-32zM664.876 811.666l45.25 45.25c12.498 12.5 12.498 32.75 0 45.25-12.5 12.5-32.75 12.5-45.25 0l-45.25-45.25c-12.5-12.5-12.5-32.75 0-45.25 12.498-12.5 32.75-12.5 45.25 0zM32 576h64c17.666 0 32 14.334 32 32s-14.334 32-32 32h-64c-17.666 0-32-14.334-32-32s14.334-32 32-32zM704 608c0-17.666 14.334-32 32-32h64c17.666 0 32 14.334 32 32s-14.334 32-32 32h-64c-17.666 0-32-14.334-32-32zM167.082 811.666c12.502-12.5 32.752-12.5 45.25 0 12.502 12.5 12.502 32.75 0 45.25l-45.25 45.25c-12.5 12.5-32.748 12.5-45.25 0-12.5-12.5-12.5-32.75 0-45.25l45.25-45.25zM800 512c-10.624 0-21.124-0.75-31.584-2.25-33.542 45.75-78.248 80.666-128.916 103-2.582 121.25-101.624 219.25-223.5 219.25-123.5 0-224-100.5-224-224 0-34.876 8.668-67.5 23-96.876-119.25-4.874-215-102.748-215-223.124 0-123.5 100.5-224 224-224 27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224zM512 640c-91.876 0-177-39.624-236.75-106.5-11.874 22.334-19.25 47.416-19.25 74.5 0 88.376 71.624 160 160 160 79.624 0 145.124-58.334 157.416-134.5-20.040 4-40.498 6.5-61.416 6.5z" /> d="M800 896c-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 43.082-37.542 94.832-62.582 150.208-73.042l-69.626-69.624 64-64-64-192 192 192-64 64 22 65.998c68.916 4.876 134.25 31.086 186.582 76.668 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224zM800 512c-34.25 0-65.832 11-91.876 29.334-37.876-45.666-91.124-77.25-151.75-88.208l-44.374-5.126c-79.25 0-149.168 36.75-196.124 93.334-26-18.334-57.626-29.334-91.876-29.334-88.376 0-160 71.624-160 160s71.624 160 160 160c21.624 0 42.124-4.416 60.876-12.166 42.458 82.832 127.706 140.166 227.124 140.166s184.668-57.334 227.082-140.166c18.794 7.75 39.336 12.166 60.918 12.166 88.376 0 160-71.624 160-160s-71.624-160-160-160z"/>
<glyph unicode="&#xe91e;" glyph-name="cloud4" d="M870.124 499.668c9.75 7.25 19.624 14.374 28.458 23.208 26.416 26.458 46.542 58.666 59.584 95.708 4.166 11.584 1.208 24.584-7.544 33.25-8.708 8.75-21.624 11.708-33.246 7.584-70.792-25-147.376-8-199.792 44.5-52.498 52.5-69.582 129.042-44.498 199.792 4.084 11.624 1.166 24.542-7.584 33.292-8.666 8.666-21.624 11.666-33.25 7.582-37.084-13.166-69.25-33.25-95.668-59.666-67.082-67-87.958-162-64.958-247.584-86.5-11.042-164.25-57-216.042-127.584-10.458 1.5-20.958 2.25-31.584 2.25-123.5 0-224-100.498-224-224 0-123.5 100.5-224 224-224 27.376 0 54.168 5.002 79.418 14.668 57.912-50.5 131.58-78.668 208.58-78.668 77.084 0 150.666 28.168 208.582 78.668 25.25-9.666 52.042-14.668 79.418-14.668 123.5 0 224 100.5 224 224 0.002 98.876-64.832 182.042-153.874 211.668zM581.832 839.666c5.084 5.166 10.542 9.958 16.292 14.458-4.5-71.958 21.458-142.75 74.208-195.458 52.752-52.75 123.542-78.666 195.502-74.208-27.584-35.168-65.584-57.042-106.252-66.376-54.75 69.5-135.208 113.248-223.916 120.374-24.542 67.918-10.166 146.878 44.166 201.21z" /> <glyph unicode="&#xe90f;" glyph-name="lightning2"
<glyph unicode="&#xe91f;" glyph-name="cloud5" d="M800 704c-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224z" /> d="M800 896c-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 24.582-21.416 52.5-37.916 81.832-50.832l49.832 49.748c-46.916 15.252-88.332 42.542-119.208 79.752-25.998-18.334-57.624-29.334-91.874-29.334-88.376 0-160 71.624-160 160s71.624 160 160 160c21.624 0 42.124-4.416 60.876-12.166 42.458 82.832 127.706 140.166 227.124 140.166s184.668-57.334 227.082-140.166c18.794 7.75 39.336 12.166 60.918 12.166 88.376 0 160-71.624 160-160s-71.624-160-160-160c-34.25 0-65.832 11-91.876 29.334-20.75-25.042-46.624-45.334-75.25-61.168l-26.874-80.666c41.75 13.124 81 33.876 114.582 63.166 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224zM384 320l64-64-64-192 192 192-64 64 64 192-192-192z"/>
<glyph unicode="&#xe920;" glyph-name="lightning4" d="M800 896c-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 43.082-37.542 94.832-62.582 150.208-73.042l-69.626-69.624 64-64-64-192 192 192-64 64 22 65.998c68.916 4.876 134.25 31.086 186.582 76.668 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224z" /> <glyph unicode="&#xe910;" glyph-name="rainy"
<glyph unicode="&#xe921;" glyph-name="rainy3" d="M800 832c-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224zM448 128c0-35.376 28.624-64 64-64s64 28.624 64 64-64 128-64 128-64-92.624-64-128z" /> d="M800 832c-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224zM800 448c-34.25 0-65.832 11-91.876 29.334-46.956-56.584-116.876-93.334-196.124-93.334-79.25 0-149.168 36.75-196.124 93.334-26-18.334-57.626-29.334-91.876-29.334-88.376 0-160 71.624-160 160s71.624 160 160 160c21.624 0 42.124-4.416 60.876-12.166 42.458 82.832 127.706 140.166 227.124 140.166s184.668-57.334 227.082-140.166c18.794 7.75 39.336 12.166 60.918 12.166 88.376 0 160-71.624 160-160s-71.624-160-160-160zM448 128c0-35.376 28.624-64 64-64s64 28.624 64 64-64 128-64 128-64-92.624-64-128z"/>
<glyph unicode="&#xe922;" glyph-name="rainy4" d="M800 896c-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224zM450 64c0-35.376 28.624-64 64-64s64 28.624 64 64-64 128-64 128-64-92.624-64-128zM704 128c0-35.376 28.624-64 64-64s64 28.624 64 64-64 128-64 128-64-92.624-64-128zM192 256c0-35.376 28.624-64 64-64s64 28.624 64 64-64 128-64 128-64-92.624-64-128z" /> <glyph unicode="&#xe911;" glyph-name="rainy2"
<glyph unicode="&#xe923;" glyph-name="windy4" d="M834.084 691.834c-47.958 49.084-114.25 77.542-183.46 77.542-69.124 0-135.376-28.458-183.374-77.542-105.624-4.918-190-92.376-190-199.168 0-109.916 89.418-199.332 199.376-199.332 11.624 0 23.208 1 34.5 2.998 41.5-27.082 89.876-41.708 139.498-41.708 49.708 0 98.126 14.626 139.544 41.708 11.414-1.998 22.916-2.998 34.582-2.998 109.874 0 199.25 89.416 199.25 199.332 0 106.792-84.376 194.25-189.916 199.168zM288 320h-256c-17.666 0-32-14.334-32-32s14.334-32 32-32h256c17.666 0 32 14.334 32 32s-14.334 32-32 32zM32 384h128c17.666 0 32 14.334 32 32s-14.334 32-32 32h-128c-17.666 0-32-14.334-32-32s14.334-32 32-32zM96 512h128c17.666 0 32 14.334 32 32s-14.334 32-32 32h-128c-17.666 0-32-14.334-32-32s14.334-32 32-32z" /> d="M800 896c-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224zM800 512c-34.25 0-65.832 11-91.876 29.334-46.956-56.584-116.876-93.334-196.124-93.334-79.25 0-149.168 36.75-196.124 93.334-26-18.334-57.626-29.334-91.876-29.334-88.376 0-160 71.624-160 160s71.624 160 160 160c21.624 0 42.124-4.416 60.876-12.166 42.458 82.832 127.706 140.166 227.124 140.166s184.668-57.334 227.082-140.166c18.794 7.75 39.336 12.166 60.918 12.166 88.376 0 160-71.624 160-160s-71.624-160-160-160zM450 64c0-35.376 28.624-64 64-64s64 28.624 64 64-64 128-64 128-64-92.624-64-128zM704 128c0-35.376 28.624-64 64-64s64 28.624 64 64-64 128-64 128-64-92.624-64-128zM192 256c0-35.376 28.624-64 64-64s64 28.624 64 64-64 128-64 128-64-92.624-64-128z"/>
<glyph unicode="&#xe924;" glyph-name="windy5" d="M834.084 882.416c-47.96 49.126-114.25 77.584-183.46 77.584-69.124 0-135.376-28.458-183.33-77.584-105.626-4.876-190.042-92.334-190.042-199.084 0-109.956 89.418-199.416 199.376-199.416 11.668 0 23.208 1.002 34.542 3 41.458-27.042 89.834-41.666 139.458-41.666 49.708 0 98.126 14.624 139.544 41.666 11.414-1.998 22.916-3 34.582-3 109.874 0 199.25 89.46 199.25 199.416-0.004 106.752-84.38 194.252-189.92 199.084zM288 510.624h-256c-17.666 0-32-14.292-32-32 0-17.706 14.334-32 32-32h256c17.666 0 32 14.294 32 32 0 17.708-14.334 32-32 32zM32 574.624h128c17.666 0 32 14.292 32 32s-14.334 32-32 32h-128c-17.666 0-32-14.292-32-32s14.334-32 32-32zM96 702.624h128c17.666 0 32 14.292 32 32s-14.334 32-32 32h-128c-17.666 0-32-14.292-32-32s14.334-32 32-32zM448 256c0-35.376 28.624-64 64-64s64 28.624 64 64-64 128-64 128-64-92.624-64-128zM704 128c0-35.376 28.624-64 64-64s64 28.624 64 64-64 128-64 128-64-92.624-64-128z" /> <glyph unicode="&#xe912;" glyph-name="windy2"
<glyph unicode="&#xe925;" glyph-name="snowy4" d="M652.084 136.624l-36 20.752c1.084 6.248 1.914 12.622 1.914 19.248 0 6.624-0.83 13-1.998 19.25l36.084 20.792c16.834 9.834 22.582 31.458 12.916 48.208-9.752 16.958-31.334 22.75-48.25 13l-36.376-21c-9.752 8.292-20.75 14.792-33 19.208v41.792c0 19.542-15.876 35.376-35.376 35.376s-35.334-15.834-35.334-35.376v-41.75c-12.25-4.376-23.292-10.958-33.042-19.25l-36.292 21c-16.958 9.75-38.582 4-48.332-12.958-9.75-16.834-3.876-38.5 13-48.252l35.918-20.75c-1.168-6.292-1.918-12.668-1.918-19.292 0-6.626 0.75-13 1.918-19.248l-35.916-20.75c-16.918-9.75-22.75-31.5-13-48.376s31.376-22.624 48.25-12.876l36.334 20.876c9.748-8.25 20.792-14.75 33.082-19.124v-41.876c0-19.498 15.834-35.248 35.334-35.248s35.376 15.75 35.376 35.248v41.876c12.25 4.376 23.376 10.876 33.042 19.25l36.334-21c16.916-9.75 38.498-4 48.25 12.876 9.748 16.874 3.998 38.5-12.918 48.374zM512 141.25c-19.5 0-35.376 15.876-35.376 35.376s15.876 35.292 35.376 35.292 35.332-15.792 35.332-35.292-15.832-35.376-35.332-35.376zM800 896c-10.624 0-21.124-0.75-31.584-2.25-59.75 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224z" /> d="M834.084 691.834c-47.958 49.084-114.25 77.542-183.46 77.542-69.124 0-135.376-28.458-183.33-77.542-105.626-4.918-190.042-92.376-190.042-199.168 0-109.916 89.418-199.332 199.376-199.332 11.668 0 23.208 1 34.542 2.998 41.458-27.082 89.834-41.708 139.458-41.708 49.708 0 98.126 14.626 139.544 41.708 11.414-1.998 22.916-2.998 34.582-2.998 109.874 0 199.25 89.416 199.25 199.332-0.004 106.792-84.38 194.25-189.92 199.168zM824.75 357.334c-16.624 0-32.75 2.998-48 8.834-35-30.5-79.5-47.544-126.126-47.544-46.498 0-90.998 17.044-125.998 47.544-15.25-5.836-31.5-8.834-48-8.834-74.624 0-135.376 60.75-135.376 135.332 0 74.626 60.75 135.376 135.376 135.376 6.376 0 12.75-0.458 19.042-1.376 36.208 49.166 93.082 78.708 154.956 78.708 61.876 0 118.876-29.542 155.002-78.708 6.25 0.916 12.624 1.376 19.124 1.376 74.624 0 135.25-60.75 135.25-135.376 0-74.582-60.624-135.332-135.25-135.332zM288 320h-256c-17.666 0-32-14.334-32-32s14.334-32 32-32h256c17.666 0 32 14.334 32 32s-14.334 32-32 32zM32 384h128c17.666 0 32 14.334 32 32s-14.334 32-32 32h-128c-17.666 0-32-14.334-32-32s14.334-32 32-32zM96 512h128c17.666 0 32 14.334 32 32s-14.334 32-32 32h-128c-17.666 0-32-14.334-32-32s14.334-32 32-32z"/>
<glyph unicode="&#xe926;" glyph-name="snowy5" d="M652.084 136.624l-36 20.752c1.084 6.248 1.916 12.622 1.916 19.248 0 6.624-0.832 13-2 19.25l36.084 20.792c16.834 9.834 22.582 31.458 12.916 48.208-9.752 16.958-31.334 22.75-48.25 13l-36.376-21c-9.752 8.292-20.75 14.792-33 19.208v41.792c0 19.542-15.876 35.376-35.376 35.376s-35.332-15.834-35.332-35.376v-41.75c-12.252-4.376-23.292-10.958-33.042-19.25l-36.292 21c-16.958 9.75-38.584 4-48.334-12.958-9.75-16.834-3.876-38.5 13-48.252l35.918-20.75c-1.168-6.292-1.918-12.668-1.918-19.292 0-6.626 0.75-13 1.918-19.248l-35.916-20.75c-16.918-9.75-22.75-31.5-13-48.376s31.376-22.624 48.25-12.876l36.334 20.876c9.748-8.25 20.792-14.75 33.084-19.124v-41.876c0-19.498 15.832-35.248 35.332-35.248s35.376 15.75 35.376 35.248v41.876c12.25 4.376 23.376 10.876 33.042 19.25l36.334-21c16.916-9.75 38.498-4 48.25 12.876 9.748 16.874 3.998 38.5-12.918 48.374zM512 141.25c-19.5 0-35.376 15.876-35.376 35.376s15.876 35.292 35.376 35.292 35.334-15.792 35.334-35.292-15.834-35.376-35.334-35.376zM948.332 231.5l-24.166 6.416c-0.582 7.666-2.416 14.958-5.792 21.958l17.542 17.542c8.25 8.25 8.208 21.584 0 29.708-8.166 8.208-21.416 8.25-29.666 0l-17.582-17.5c-6.918 3.25-14.292 5.124-21.918 5.75l-6.418 24.124c-2.998 11.166-14.5 17.876-25.748 14.876-11.208-3.042-17.75-14.542-14.834-25.75l6.418-23.792c-3.168-2.168-6.168-4.584-9-7.334-2.75-2.834-5.084-5.832-7.252-8.918l-23.792 6.418c-11.208 2.998-22.792-3.752-25.792-14.876-2.998-11.25 3.752-22.708 14.834-25.75l24-6.458c0.668-7.542 2.584-14.916 5.958-21.918l-17.624-17.624c-8.166-8.208-8.124-21.458 0.084-29.624 8.166-8.166 21.416-8.25 29.584-0.084l17.664 17.666c6.918-3.414 14.336-5.332 22.002-5.914l6.332-24.042c3.084-11.208 14.5-17.876 25.752-14.876 11.166 3 17.914 14.498 14.916 25.834l-6.418 23.792c3 2.124 6.084 4.5 8.918 7.25 2.75 2.792 5.084 5.876 7.248 8.958l23.834-6.418c11.208-3 22.75 3.708 25.708 14.834 3 11.17-3.624 22.668-14.792 25.752zM876.624 218.124c-8.25-8.25-21.542-8.208-29.75 0-8.124 8.124-8.208 21.458 0 29.708 8.208 8.166 21.542 8.166 29.75 0 8.126-8.208 8.126-21.582 0-29.708zM237.876 339l-23.75-6.376c-2.208 3-4.5 6.042-7.292 8.876-2.832 2.75-5.832 5.124-8.958 7.25l6.376 23.876c3 11.208-3.668 22.75-14.75 25.708-11.25 3-22.75-3.668-25.75-14.834l-6.5-24.124c-7.624-0.624-14.916-2.5-21.876-5.792l-17.624 17.542c-8.25 8.25-21.5 8.208-29.668 0-8.208-8.208-8.208-21.5 0-29.708l17.542-17.542c-3.292-7-5.208-14.376-5.792-21.958l-24.084-6.416c-11.25-3.084-17.918-14.5-14.916-25.75 3.042-11.166 14.542-17.75 25.792-14.834l23.75 6.46c2.124-3.208 4.5-6.21 7.376-9.002 2.75-2.75 5.75-5.208 8.876-7.25l-6.376-23.792c-3-11.25 3.668-22.834 14.832-25.834 11.252-3 22.668 3.666 25.668 14.876l6.5 24c7.624 0.624 15 2.542 22 5.876l17.582-17.584c8.168-8.248 21.418-8.082 29.668 0.084 8.124 8.124 8.25 21.416 0 29.624l-17.624 17.624c3.376 6.92 5.376 14.376 5.876 22.002l24.124 6.376c11.124 3.042 17.792 14.5 14.792 25.75-3.002 11.12-14.502 17.788-25.794 14.872zM177.124 282.084c-8.208-8.208-21.5-8.208-29.75 0-8.124 8.166-8.124 21.542 0 29.666 8.25 8.166 21.542 8.166 29.75 0s8.126-21.5 0-29.666zM1024 672c0 123.5-100.5 224-224 224-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224z" /> <glyph unicode="&#xe913;" glyph-name="windy3"
<glyph unicode="&#xe927;" glyph-name="weather5" d="M800 896c-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224zM192 384c-35.376 0-64-28.624-64-64s28.624-64 64-64 64 28.624 64 64-28.624 64-64 64zM512 320c-35.376 0-64-28.624-64-64s28.624-64 64-64 64 28.624 64 64-28.624 64-64 64zM832 384c-35.376 0-64-28.624-64-64s28.624-64 64-64 64 28.624 64 64-28.624 64-64 64zM704 128c-35.376 0-64-28.624-64-64s28.624-64 64-64 64 28.624 64 64-28.624 64-64 64zM320 128c-35.376 0-64-28.624-64-64s28.624-64 64-64 64 28.624 64 64-28.624 64-64 64z" /> d="M834.084 882.416c-47.96 49.126-114.25 77.584-183.46 77.584-69.124 0-135.376-28.458-183.33-77.584-105.626-4.876-190.042-92.334-190.042-199.084 0-109.956 89.418-199.416 199.376-199.416 11.668 0 23.208 1.002 34.542 3 41.458-27.042 89.834-41.666 139.458-41.666 49.708 0 98.126 14.624 139.544 41.666 11.414-1.998 22.916-3 34.582-3 109.876 0 199.25 89.46 199.25 199.416-0.004 106.752-84.38 194.252-189.92 199.084zM824.75 547.916c-16.624 0-32.75 3-48 8.916-35-30.5-79.5-47.584-126.126-47.584-46.498 0-90.998 17.084-125.998 47.584-15.25-5.918-31.5-8.916-48-8.916-74.624 0-135.376 60.75-135.376 135.416 0 74.584 60.75 135.334 135.376 135.334 6.376 0 12.75-0.5 19.042-1.376 36.208 49.168 93.082 78.71 154.956 78.71 61.876 0 118.876-29.542 155.002-78.708 6.25 0.876 12.624 1.376 19.124 1.376 74.624 0 135.25-60.75 135.25-135.334 0-74.668-60.624-135.418-135.25-135.418zM288 510.624h-256c-17.666 0-32-14.292-32-32 0-17.706 14.334-32 32-32h256c17.666 0 32 14.294 32 32 0 17.708-14.334 32-32 32zM32 574.624h128c17.666 0 32 14.292 32 32s-14.334 32-32 32h-128c-17.666 0-32-14.292-32-32s14.334-32 32-32zM96 702.624h128c17.666 0 32 14.292 32 32s-14.334 32-32 32h-128c-17.666 0-32-14.292-32-32s14.334-32 32-32zM448 256c0-35.376 28.624-64 64-64s64 28.624 64 64-64 128-64 128-64-92.624-64-128zM704 128c0-35.376 28.624-64 64-64s64 28.624 64 64-64 128-64 128-64-92.624-64-128z"/>
<glyph unicode="&#xe928;" glyph-name="cloudy4" d="M976.668 529.166c29.248-37.832 47.332-84.624 47.332-136 0-123.498-100.5-224-224-224-27.376 0-54.168 5-79.418 14.666-57.916-50.498-131.498-78.666-208.582-78.666-77 0-150.668 28.168-208.582 78.666-25.25-9.666-52.042-14.666-79.418-14.666-123.5 0-224 100.502-224 224 0 123.5 100.5 224 224 224 10.624 0 21.124-0.75 31.584-2.25 1.042 1.458 2.332 2.75 3.416 4.166-1.624 9.876-3 19.792-3 30.082 0 98.334 80 178.292 178.25 178.292 4.832 0 9.624-0.208 14.376-0.584 46.25 57.708 116 91.958 191.376 91.958 75.418 0 145.124-34.25 191.376-91.958 4.75 0.376 9.5 0.584 14.292 0.584 98.33 0.002 178.33-79.956 178.33-178.29 0-46.332-18.168-88.208-47.332-120z" /> <glyph unicode="&#xe914;" glyph-name="snowy"
<glyph unicode="&#xe929;" glyph-name="lightning5" d="M1024 754.334c0 98.292-80 178.248-178.334 178.248-4.792 0-9.542-0.166-14.292-0.54-46.25 57.666-115.956 91.958-191.374 91.958-75.376 0-145.124-34.292-191.376-91.958-4.75 0.374-9.542 0.54-14.376 0.54-98.248 0-178.248-79.958-178.248-178.248 0-10.292 1.376-20.25 3-30.084-1.084-1.416-2.376-2.708-3.416-4.166-10.458 1.5-20.958 2.25-31.584 2.25-123.5 0-224-100.5-224-224 0-123.502 100.5-224 224-224 27.376 0 54.168 4.998 79.418 14.666 36.708-32 80.208-53.876 126.414-66.416l-45.832-30.584 64-64-64-128 192 128-64 64 9.624 19.166c73.5 2.25 143.5 29.458 198.958 77.834 25.25-9.668 52.042-14.666 79.418-14.666 123.5 0 224 100.498 224 224 0 51.332-18.084 98.166-47.332 136 29.164 31.75 47.332 73.624 47.332 120z" /> d="M652.084 136.624l-36 20.752c1.084 6.248 1.916 12.622 1.916 19.248 0 6.624-0.832 13-2 19.25l36.084 20.792c16.834 9.834 22.582 31.458 12.916 48.208-9.752 16.958-31.334 22.75-48.25 13l-36.376-21c-9.752 8.292-20.75 14.792-33 19.208v41.792c0 19.542-15.876 35.376-35.376 35.376s-35.332-15.834-35.332-35.376v-41.75c-12.252-4.376-23.292-10.958-33.042-19.25l-36.292 21c-16.958 9.75-38.584 4-48.334-12.958-9.75-16.834-3.876-38.5 13-48.252l35.918-20.75c-1.168-6.292-1.918-12.668-1.918-19.292 0-6.626 0.75-13 1.918-19.248l-35.916-20.75c-16.918-9.75-22.75-31.5-13-48.376s31.376-22.624 48.25-12.876l36.334 20.876c9.748-8.25 20.792-14.75 33.084-19.124v-41.876c0-19.498 15.832-35.248 35.332-35.248s35.376 15.75 35.376 35.248v41.876c12.25 4.376 23.376 10.876 33.042 19.25l36.334-21c16.916-9.75 38.498-4 48.25 12.876 9.748 16.874 3.998 38.5-12.918 48.374zM512 141.25c-19.5 0-35.376 15.876-35.376 35.376s15.876 35.292 35.376 35.292 35.334-15.792 35.334-35.292-15.834-35.376-35.334-35.376zM800 896c-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224zM800 512c-34.25 0-65.832 11-91.876 29.334-46.956-56.584-116.876-93.334-196.124-93.334-79.25 0-149.168 36.75-196.124 93.334-26-18.334-57.626-29.334-91.876-29.334-88.376 0-160 71.624-160 160s71.624 160 160 160c21.624 0 42.124-4.416 60.876-12.166 42.458 82.832 127.706 140.166 227.124 140.166s184.668-57.334 227.082-140.166c18.794 7.75 39.336 12.166 60.918 12.166 88.376 0 160-71.624 160-160s-71.624-160-160-160z"/>
<glyph unicode="&#xe92a;" glyph-name="thermometer" d="M576 302.25v587.916c0 38.584-28.668 69.834-64 69.834-35.334 0-64-31.25-64-69.834v-587.916c-38.084-22.166-64-63.002-64-110.25 0-70.666 57.332-128 128-128 70.666 0 128 57.334 128 128 0 47.248-25.876 88.084-64 110.25z" /> <glyph unicode="&#xe915;" glyph-name="snowy2"
<glyph unicode="&#xe92b;" glyph-name="compass" d="M512 1024c-282.792 0-512-229.208-512-512 0-282.75 229.208-512 512-512 282.75 0 512 229.25 512 512 0 282.792-229.25 512-512 512zM512 128c-211.75 0-384 172.25-384 384s172.25 384 384 384 384-172.25 384-384-172.25-384-384-384zM320 320l256 128 128 256-256-128-128-256z" /> d="M652.084 328.624l-36 20.75c1.084 6.25 1.916 12.624 1.916 19.25 0 6.624-0.832 13-2 19.25l36.084 20.792c16.834 9.834 22.582 31.458 12.916 48.208-9.752 16.958-31.334 22.75-48.25 13l-36.376-21c-9.754 8.292-20.75 14.792-33 19.208v41.792c0 19.542-15.876 35.376-35.376 35.376s-35.332-15.834-35.332-35.376v-41.75c-12.252-4.376-23.292-10.958-33.042-19.25l-36.292 21c-16.958 9.75-38.584 4-48.334-12.958-9.75-16.834-3.876-38.5 13-48.252l35.918-20.75c-1.168-6.292-1.918-12.668-1.918-19.292s0.75-13 1.918-19.246l-35.916-20.752c-16.918-9.75-22.75-31.5-13-48.376s31.376-22.624 48.25-12.876l36.334 20.876c9.748-8.25 20.792-14.75 33.084-19.124v-41.876c0-19.498 15.832-35.248 35.332-35.248s35.376 15.75 35.376 35.248v41.876c12.25 4.376 23.376 10.876 33.042 19.25l36.334-21c16.916-9.75 38.498-4 48.25 12.876 9.748 16.874 3.998 38.5-12.918 48.374zM512 333.25c-19.5 0-35.376 15.876-35.376 35.376s15.876 35.292 35.376 35.292 35.334-15.792 35.334-35.292-15.834-35.376-35.334-35.376zM800 896c-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c23.624 0 46.668 4.416 68.876 11.668 2.124 10.164 5.458 20.082 10.75 29.29 7.876 13.708 19.124 24.624 32 33.004-6.624 6.458-13.876 12.208-19.75 19.376-26-18.338-57.626-29.338-91.876-29.338-88.376 0-160 71.624-160 160s71.624 160 160 160c21.624 0 42.124-4.416 60.876-12.166 42.458 82.832 127.706 140.166 227.124 140.166s184.668-57.334 227.082-140.166c18.794 7.75 39.336 12.166 60.918 12.166 88.376 0 160-71.624 160-160s-71.624-160-160-160c-34.25 0-65.832 11-91.876 29.334-5.876-7.166-13.208-12.918-19.792-19.376 12.918-8.414 24.25-19.376 32.084-33.124 5.416-9.292 8.708-19.168 10.832-29.166 22.128-7.252 45.128-11.668 68.752-11.668 123.5 0 224 100.5 224 224s-100.5 224-224 224z"/>
<glyph unicode="&#xe92c;" glyph-name="none" d="M318.188 466.708h-2.084l-67.042 102.376-81.876 120.874h-63.5v-352.79h70.124v222.208h3.042l58.208-89.084 89.376-133.124h63.876v352.79h-70.124v-223.25zM412.938 315.668h51.668l129.582 392.664h-52.25l-129-392.664zM797.438 689.958h-71.666l-123.958-352.79h74.75l23.042 72.75h122.918l21.498-72.75h76.292l-122.876 352.79zM718.562 468.75l14.292 46.584 27.208 91.664h2l27.708-93.208 13.792-45.042h-85z" /> <glyph unicode="&#xe916;" glyph-name="snowy3"
<glyph unicode="&#xe92d;" glyph-name="Celsius" d="M418.334 671.25c-7.208 6.792-15.584 12.166-25.084 16.124-9.624 3.876-19.876 5.876-30.75 5.876-10.916 0-21.168-2-30.75-5.876-9.5-3.958-17.876-9.334-25.082-16.124-7.168-6.834-12.792-14.834-16.918-24.084-4.084-9.21-6.124-18.958-6.124-29.166 0-10.25 2.042-20 6.124-29.21 4.124-9.208 9.75-17.25 16.918-24.040 7.208-6.834 15.582-12.25 25.082-16.126 9.582-3.958 19.834-5.916 30.75-5.916 10.876 0 21.124 1.958 30.75 5.916 9.5 3.876 17.876 9.292 25.084 16.126 7.166 6.79 12.792 14.834 16.832 24.040 4.084 9.21 6.208 18.958 6.208 29.21 0 10.208-2.124 19.958-6.208 29.166-4.042 9.252-9.666 17.252-16.832 24.084zM387.624 593.918c-6.876-6.834-15.25-10.25-25.124-10.25s-18.25 3.418-25.124 10.25c-6.792 6.834-10.25 14.834-10.25 24.084 0 9.5 3.458 17.666 10.25 24.29 6.876 6.666 15.25 9.958 25.124 9.958s18.25-3.292 25.124-9.958c6.75-6.624 10.208-14.79 10.208-24.29 0-9.252-3.456-17.252-10.208-24.084zM670.5 400.418c-12.124-3.46-24.166-5.166-36.124-5.166-7.876 0-15.624 1.208-23.292 3.58-7.708 2.418-14.708 6.168-20.998 11.292-6.334 5.126-11.46 11.668-15.334 19.708-3.918 8-5.916 17.834-5.916 29.418v102.916c0 11.584 1.998 21.5 5.916 29.708 3.874 8.166 8.918 14.834 15.082 19.958 6.168 5.124 13.084 8.792 21 11 7.834 2.21 15.668 3.334 23.542 3.334 11.958 0 24.248-1.75 36.874-5.376 12.626-3.582 24.376-9.998 35.336-19.208l33.792 54.292c-13.708 11.916-29.958 20.624-48.958 26.124-18.918 5.416-38.584 8.166-59.086 8.166-16.708 0-33.166-2.416-49.166-7.168-16.042-4.792-30.292-11.958-42.75-21.5-12.416-9.584-22.542-21.416-30.166-35.582-7.75-14.168-11.582-30.666-11.582-49.416v-132.084c0-19.124 3.958-35.75 11.832-49.918 7.834-14.168 18.082-25.958 30.668-35.332 12.664-9.416 26.958-16.458 42.998-21.25 16.084-4.75 32.458-7.168 49.208-7.168 20.792 0 40.542 3.084 59.376 9.208 18.75 6.166 34.624 14.708 47.624 25.584l-33.292 54.292c-12.252-9.58-24.5-16.038-36.584-19.412z" /> d="M652.084 136.624l-36 20.752c1.084 6.248 1.916 12.622 1.916 19.248 0 6.624-0.832 13-2 19.25l36.084 20.792c16.834 9.834 22.582 31.458 12.916 48.208-9.752 16.958-31.334 22.75-48.25 13l-36.376-21c-9.752 8.292-20.75 14.792-33 19.208v41.792c0 19.542-15.876 35.376-35.376 35.376s-35.332-15.834-35.332-35.376v-41.75c-12.252-4.376-23.292-10.958-33.042-19.25l-36.292 21c-16.958 9.75-38.584 4-48.334-12.958-9.75-16.834-3.876-38.5 13-48.252l35.918-20.75c-1.168-6.292-1.918-12.668-1.918-19.292 0-6.626 0.75-13 1.918-19.248l-35.916-20.75c-16.918-9.75-22.75-31.5-13-48.376s31.376-22.624 48.25-12.876l36.334 20.876c9.748-8.25 20.792-14.75 33.084-19.124v-41.876c0-19.498 15.832-35.248 35.332-35.248s35.376 15.75 35.376 35.248v41.876c12.25 4.376 23.376 10.876 33.042 19.25l36.334-21c16.916-9.75 38.498-4 48.25 12.876 9.748 16.874 3.998 38.5-12.918 48.374zM512 141.25c-19.5 0-35.376 15.876-35.376 35.376s15.876 35.292 35.376 35.292 35.334-15.792 35.334-35.292-15.834-35.376-35.334-35.376zM948.332 231.5l-24.166 6.416c-0.582 7.666-2.416 14.958-5.792 21.958l17.542 17.542c8.25 8.25 8.208 21.584 0 29.708-8.166 8.208-21.416 8.25-29.666 0l-17.582-17.5c-6.918 3.25-14.292 5.124-21.918 5.75l-6.418 24.124c-2.998 11.166-14.5 17.876-25.748 14.876-11.208-3.042-17.75-14.542-14.834-25.75l6.418-23.792c-3.168-2.168-6.168-4.584-9-7.334-2.75-2.834-5.084-5.832-7.252-8.918l-23.792 6.418c-11.208 2.998-22.792-3.752-25.792-14.876-2.998-11.25 3.752-22.708 14.834-25.75l24-6.458c0.668-7.542 2.584-14.916 5.958-21.918l-17.624-17.624c-8.166-8.208-8.124-21.458 0.084-29.624 8.166-8.166 21.416-8.25 29.584-0.084l17.664 17.666c6.918-3.414 14.336-5.332 22.002-5.914l6.332-24.042c3.084-11.208 14.5-17.876 25.752-14.876 11.166 3 17.914 14.498 14.916 25.834l-6.418 23.792c3 2.124 6.084 4.5 8.918 7.25 2.75 2.792 5.084 5.876 7.248 8.958l23.834-6.418c11.208-3 22.75 3.708 25.708 14.834 3 11.17-3.624 22.668-14.792 25.752zM876.624 218.124c-8.25-8.25-21.542-8.208-29.75 0-8.124 8.124-8.208 21.458 0 29.708 8.208 8.166 21.542 8.166 29.75 0 8.126-8.208 8.126-21.582 0-29.708zM237.876 339l-23.75-6.376c-2.208 3-4.5 6.042-7.292 8.876-2.832 2.75-5.832 5.124-8.958 7.25l6.376 23.876c3 11.208-3.668 22.75-14.75 25.708-11.25 3-22.75-3.668-25.75-14.834l-6.5-24.124c-7.624-0.624-14.916-2.5-21.876-5.792l-17.624 17.542c-8.25 8.25-21.5 8.208-29.668 0-8.208-8.208-8.208-21.5 0-29.708l17.542-17.542c-3.292-7-5.208-14.376-5.792-21.958l-24.084-6.416c-11.25-3.084-17.918-14.5-14.916-25.75 3.042-11.166 14.542-17.75 25.792-14.834l23.75 6.46c2.124-3.208 4.5-6.21 7.376-9.002 2.75-2.75 5.75-5.208 8.876-7.25l-6.376-23.792c-3-11.25 3.668-22.834 14.832-25.834 11.252-3 22.668 3.666 25.668 14.876l6.5 24c7.624 0.624 15 2.542 22 5.876l17.582-17.584c8.168-8.248 21.418-8.082 29.668 0.084 8.124 8.124 8.25 21.416 0 29.624l-17.624 17.624c3.376 6.92 5.376 14.376 5.876 22.002l24.124 6.376c11.124 3.042 17.792 14.5 14.792 25.75-3.002 11.12-14.502 17.788-25.794 14.872zM177.124 282.084c-8.208-8.208-21.5-8.208-29.75 0-8.124 8.166-8.124 21.542 0 29.666 8.25 8.166 21.542 8.166 29.75 0s8.126-21.5 0-29.666zM1024 672c0 123.5-100.5 224-224 224-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224zM708.124 541.334c-46.956-56.584-116.876-93.334-196.124-93.334-79.25 0-149.168 36.75-196.124 93.334-26-18.334-57.626-29.334-91.876-29.334-88.376 0-160 71.624-160 160s71.624 160 160 160c21.624 0 42.124-4.416 60.876-12.166 42.458 82.832 127.706 140.166 227.124 140.166s184.668-57.334 227.082-140.166c18.794 7.75 39.336 12.166 60.918 12.166 88.376 0 160-71.624 160-160s-71.624-160-160-160c-34.25 0-65.832 11-91.876 29.334z"/>
<glyph unicode="&#xe92e;" glyph-name="Fahrenheit" d="M417.062 669.458c-7.208 6.792-15.582 12.168-25.082 16.124-9.624 3.876-19.876 5.876-30.75 5.876-10.918 0-21.168-2-30.75-5.876-9.5-3.958-17.876-9.334-25.084-16.124-7.166-6.832-12.792-14.832-16.918-24.082-4.084-9.21-6.124-18.958-6.124-29.168 0-10.25 2.040-20 6.124-29.208 4.126-9.208 9.752-17.25 16.918-24.042 7.208-6.832 15.584-12.25 25.084-16.124 9.582-3.958 19.832-5.916 30.75-5.916 10.876 0 21.124 1.958 30.75 5.916 9.5 3.876 17.876 9.292 25.082 16.124 7.168 6.792 12.792 14.834 16.832 24.042 4.084 9.208 6.21 18.958 6.21 29.208 0 10.208-2.126 19.958-6.21 29.168-4.040 9.25-9.664 17.25-16.832 24.082zM386.354 592.126c-6.876-6.834-15.25-10.252-25.124-10.252s-18.25 3.418-25.124 10.252c-6.792 6.832-10.25 14.832-10.25 24.082 0 9.5 3.458 17.666 10.25 24.292 6.876 6.666 15.25 9.958 25.124 9.958s18.25-3.292 25.124-9.958c6.748-6.624 10.208-14.792 10.208-24.292 0-9.25-3.46-17.25-10.208-24.082zM741.644 622.334v63h-243.164v-352.792h70.126v143.876h147.958v62.958h-147.958v82.958h173.038z" /> <glyph unicode="&#xe917;" glyph-name="weather4"
</font></defs></svg> d="M800 896c-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224zM800 512c-19.418 0-38.418 3.5-56.5 10.416l-36 13.834-29-25.334c-46.5-40.582-105.624-62.916-166.5-62.916s-120 22.334-166.5 62.916l-29 25.334-36-13.834c-18-6.916-37.082-10.416-56.5-10.416-88.25 0-160 71.792-160 160s71.75 160 160 160c7.584 0 15-0.542 22.5-1.584l37.916-5.5 22.708 30.916c48.626 66.21 123.294 104.168 204.876 104.168 81.624 0 156.25-37.916 204.834-104.126l22.75-30.958 37.998 5.5c7.418 1.042 14.834 1.584 22.418 1.584 88.25 0 160-71.792 160-160s-71.75-160-160-160zM192 384c-35.376 0-64-28.624-64-64s28.624-64 64-64 64 28.624 64 64-28.624 64-64 64zM512 320c-35.376 0-64-28.624-64-64s28.624-64 64-64 64 28.624 64 64-28.624 64-64 64zM832 384c-35.376 0-64-28.624-64-64s28.624-64 64-64 64 28.624 64 64-28.624 64-64 64zM704 128c-35.376 0-64-28.624-64-64s28.624-64 64-64 64 28.624 64 64-28.624 64-64 64zM320 128c-35.376 0-64-28.624-64-64s28.624-64 64-64 64 28.624 64 64-28.624 64-64 64z"/>
<glyph unicode="&#xe918;" glyph-name="cloudy2"
d="M1024 543.998c0 98.334-80 178.292-178.334 178.292-4.792 0-9.542-0.208-14.292-0.582-46.25 57.708-115.958 91.956-191.376 91.956-75.376 0-145.124-34.248-191.376-91.958-4.75 0.376-9.542 0.582-14.376 0.582-98.246 0.002-178.246-79.956-178.246-178.29 0-10.292 1.376-20.208 3-30.084-1.084-1.416-2.376-2.708-3.416-4.166-10.458 1.5-20.958 2.25-31.584 2.25-123.5 0-224-100.498-224-223.998 0-123.502 100.5-224 224-224 27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.498 224 224 0 51.376-18.084 98.166-47.332 135.998 29.164 31.792 47.332 73.666 47.332 120zM800 128c-34.25 0-65.832 10.998-91.876 29.332-46.958-56.582-116.876-93.332-196.124-93.332-79.25 0-149.168 36.75-196.124 93.332-26-18.334-57.624-29.332-91.876-29.332-88.376 0-160 71.624-160 160s71.624 159.998 160 159.998c21.624 0 42.124-4.376 60.876-12.124 1.124 2.124 2.5 4 3.624 6.042 11.25 20.542 25.124 39.376 41.332 56.084 46.168 47.832 110.334 78 182.168 78 99.418 0 184.668-57.332 227.082-140.124 11.292 4.624 23.336 7.626 35.75 9.624l25.168 2.5c24.668 0 47.75-6.084 68.624-16 22.624-10.832 42.042-26.748 57.292-46.376 21-27.042 34.084-60.708 34.084-97.624 0-88.376-71.624-160-160-160zM931.124 468.75c-36.958 26.916-82 43.248-131.124 43.248-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.042 130.25-256.416 130.25-68.25 0-132.624-22.084-185.876-60.668 14.958 45.708 57.458 78.958 108.124 78.958 15.5 0 30.124-3.124 43.5-8.664 30.376 59.124 91.25 100.040 162.25 100.040s131.916-40.914 162.168-100.040c13.458 5.54 28.166 8.664 43.498 8.664 63.168 0 114.334-51.166 114.334-114.292 0.002-28.956-11.122-55.080-28.874-75.246z"/>
<glyph unicode="&#xe919;" glyph-name="cloud3"
d="M1024 754.334c0 98.292-80 178.248-178.334 178.248-4.792 0-9.542-0.166-14.292-0.54-46.25 57.666-115.956 91.958-191.374 91.958-75.376 0-145.124-34.292-191.376-91.958-4.75 0.374-9.542 0.54-14.376 0.54-98.248 0-178.248-79.958-178.248-178.248 0-10.292 1.376-20.25 3-30.084-1.084-1.416-2.376-2.708-3.416-4.166-10.458 1.5-20.958 2.25-31.584 2.25-123.5 0-224-100.5-224-224 0-123.502 100.5-224 224-224 27.376 0 54.168 4.998 79.418 14.666 36.708-32 80.208-53.876 126.414-66.416l-45.832-30.584 64-64-64-128 192 128-64 64 9.624 19.166c73.5 2.25 143.5 29.458 198.958 77.834 25.25-9.668 52.042-14.666 79.418-14.666 123.5 0 224 100.498 224 224 0 51.332-18.084 98.166-47.332 136 29.164 31.75 47.332 73.624 47.332 120zM800 338.334c-34.25 0-65.832 11-91.876 29.292-38-45.792-91.5-77.458-152.458-88.25l-47.542-4.624c-77.624 1.248-146.124 37.248-192.248 92.872-26-18.292-57.624-29.292-91.876-29.292-88.376 0-160 71.582-160 160 0 88.334 71.624 160 160 160 21.624 0 42.124-4.418 60.876-12.166 1.124 2.166 2.5 4 3.624 6.084 11.25 20.542 25.124 39.334 41.332 56.084 46.168 47.792 110.334 78 182.168 78 99.418 0 184.668-57.334 227.082-140.166 11.292 4.666 23.336 7.666 35.75 9.666l25.168 2.5c24.668 0 47.75-6.084 68.624-16 22.624-10.834 42.042-26.75 57.292-46.416 21-27.042 34.084-60.668 34.084-97.584 0-88.418-71.624-160-160-160zM931.124 679.084c-36.958 26.876-82 43.25-131.124 43.25-10.624 0-21.124-0.75-31.584-2.25-59.748 81.374-154.040 130.25-256.416 130.25-68.25 0-132.624-22.124-185.876-60.708 14.958 45.706 57.458 78.956 108.124 78.956 15.5 0 30.124-3.124 43.5-8.666 30.376 59.168 91.252 100.084 162.252 100.084s131.916-40.916 162.168-100.084c13.458 5.542 28.166 8.666 43.498 8.666 63.168 0 114.334-51.166 114.334-114.248 0-29-11.124-55.126-28.876-75.25z"/>
<glyph unicode="&#xe91a;" glyph-name="lightning3"
d="M384 256l64-64-64-192 192 192-64 64 64 128-192-128zM1024 754.334c0 98.292-80 178.248-178.334 178.248-4.792 0-9.542-0.166-14.292-0.54-46.25 57.666-115.956 91.958-191.374 91.958-75.376 0-145.124-34.292-191.376-91.958-4.75 0.374-9.542 0.54-14.376 0.54-98.248 0-178.248-79.958-178.248-178.248 0-10.292 1.376-20.25 3-30.084-1.084-1.416-2.376-2.708-3.416-4.166-10.458 1.5-20.958 2.25-31.584 2.25-123.5 0-224-100.5-224-224 0-123.502 100.5-224 224-224 27.376 0 54.168 4.998 79.418 14.666 2.208-1.918 4.832-3.25 7.082-5.124l56.624 37.75c-18.876 13.376-36.5 28.25-51.25 46-26-18.292-57.624-29.292-91.876-29.292-88.376 0-160 71.582-160 160 0 88.334 71.624 160 160 160 21.624 0 42.124-4.418 60.876-12.166 1.124 2.166 2.5 4 3.624 6.084 11.25 20.542 25.124 39.334 41.332 56.084 46.168 47.792 110.334 78 182.168 78 99.418 0 184.668-57.334 227.082-140.166 11.292 4.666 23.336 7.666 35.75 9.666l25.168 2.5c24.668 0 47.75-6.084 68.624-16 22.624-10.834 42.042-26.75 57.292-46.416 21-27.042 34.084-60.668 34.084-97.584 0-88.418-71.624-160-160-160-34.25 0-65.832 11-91.876 29.292-28-33.75-64.876-59.124-106.292-75.124l-11.958-23.876 36.5-36.5c34.124 13.292 66.042 32.376 94.208 56.876 25.25-9.668 52.042-14.666 79.418-14.666 123.5 0 224 100.498 224 224 0 51.332-18.084 98.166-47.332 136 29.166 31.746 47.334 73.62 47.334 119.996zM931.124 679.084c-36.958 26.876-82 43.25-131.124 43.25-10.624 0-21.124-0.75-31.584-2.25-59.748 81.374-154.040 130.25-256.416 130.25-68.25 0-132.624-22.124-185.876-60.708 14.958 45.706 57.458 78.956 108.124 78.956 15.5 0 30.124-3.124 43.5-8.666 30.376 59.168 91.252 100.084 162.252 100.084s131.916-40.916 162.168-100.084c13.458 5.542 28.166 8.666 43.498 8.666 63.168 0 114.334-51.166 114.334-114.248 0-29-11.124-55.126-28.876-75.25z"/>
<glyph unicode="&#xe91b;" glyph-name="sun3"
d="M512 736c-123.5 0-224-100.5-224-224 0-123.498 100.5-224 224-224s224 100.502 224 224c0 123.5-100.5 224-224 224zM512 800c17.666 0 32 14.292 32 32v64c0 17.666-14.334 32-32 32-17.708 0-32-14.334-32-32v-64c0-17.708 14.292-32 32-32zM512 224c-17.708 0-32-14.334-32-32v-64c0-17.708 14.292-32 32-32 17.666 0 32 14.292 32 32v64c0 17.666-14.334 32-32 32zM760.834 715.666l45.25 45.25c12.5 12.5 12.5 32.75 0 45.25-12.502 12.5-32.75 12.5-45.25 0l-45.25-45.25c-12.502-12.5-12.502-32.75 0-45.25 12.5-12.498 32.748-12.498 45.25 0zM263.082 308.292l-45.246-45.25c-12.504-12.5-12.504-32.752 0-45.25 12.498-12.5 32.746-12.5 45.246 0l45.25 45.25c12.502 12.582 12.502 32.75 0 45.25-12.498 12.5-32.748 12.584-45.25 0zM224 512c0 17.666-14.334 32-32 32h-64c-17.708 0-32-14.334-32-32 0-17.708 14.292-32 32-32h64c17.666 0 32 14.292 32 32zM896 544h-64c-17.708 0-32-14.334-32-32 0-17.708 14.292-32 32-32h64c17.666 0 32 14.292 32 32 0 17.666-14.334 32-32 32zM263.042 715.666c12.498-12.5 32.75-12.5 45.25 0 12.498 12.5 12.498 32.75 0 45.25l-45.25 45.25c-12.5 12.5-32.752 12.5-45.25 0-12.5-12.5-12.5-32.75 0-45.25l45.25-45.25zM760.918 308.376c-12.586 12.5-32.752 12.5-45.25 0-12.5-12.498-12.586-32.75 0-45.25l45.25-45.25c12.498-12.498 32.748-12.498 45.25 0 12.498 12.5 12.498 32.752 0 45.25l-45.25 45.25z"/>
<glyph unicode="&#xe91c;" glyph-name="moon2"
d="M496.164 496.136c-63.040 63.084-79.958 154.21-52.040 233.084-30.5-10.79-59.336-27.666-83.708-52.040-87.502-87.5-87.502-229.334 0-316.79 87.458-87.46 229.25-87.504 316.748 0 24.458 24.372 41.292 53.208 52.042 83.708-78.83-27.918-169.998-11-233.042 52.038z"/>
<glyph unicode="&#xe91d;" glyph-name="cloudy3"
d="M416 896c17.666 0 32 14.334 32 32v64c0 17.666-14.334 32-32 32s-32-14.334-32-32v-64c0-17.666 14.334-32 32-32zM664.876 811.666l45.25 45.25c12.498 12.5 12.498 32.75 0 45.25-12.5 12.5-32.75 12.5-45.25 0l-45.25-45.25c-12.5-12.5-12.5-32.75 0-45.25 12.498-12.5 32.75-12.5 45.25 0zM32 576h64c17.666 0 32 14.334 32 32s-14.334 32-32 32h-64c-17.666 0-32-14.334-32-32s14.334-32 32-32zM704 608c0-17.666 14.334-32 32-32h64c17.666 0 32 14.334 32 32s-14.334 32-32 32h-64c-17.666 0-32-14.334-32-32zM167.082 811.666c12.502-12.5 32.752-12.5 45.25 0 12.502 12.5 12.502 32.75 0 45.25l-45.25 45.25c-12.5 12.5-32.748 12.5-45.25 0-12.5-12.5-12.5-32.75 0-45.25l45.25-45.25zM800 512c-10.624 0-21.124-0.75-31.584-2.25-33.542 45.75-78.248 80.666-128.916 103-2.582 121.25-101.624 219.25-223.5 219.25-123.5 0-224-100.5-224-224 0-34.876 8.668-67.5 23-96.876-119.25-4.874-215-102.748-215-223.124 0-123.5 100.5-224 224-224 27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224zM512 640c-91.876 0-177-39.624-236.75-106.5-11.874 22.334-19.25 47.416-19.25 74.5 0 88.376 71.624 160 160 160 79.624 0 145.124-58.334 157.416-134.5-20.040 4-40.498 6.5-61.416 6.5z"/>
<glyph unicode="&#xe91e;" glyph-name="cloud4"
d="M870.124 499.668c9.75 7.25 19.624 14.374 28.458 23.208 26.416 26.458 46.542 58.666 59.584 95.708 4.166 11.584 1.208 24.584-7.544 33.25-8.708 8.75-21.624 11.708-33.246 7.584-70.792-25-147.376-8-199.792 44.5-52.498 52.5-69.582 129.042-44.498 199.792 4.084 11.624 1.166 24.542-7.584 33.292-8.666 8.666-21.624 11.666-33.25 7.582-37.084-13.166-69.25-33.25-95.668-59.666-67.082-67-87.958-162-64.958-247.584-86.5-11.042-164.25-57-216.042-127.584-10.458 1.5-20.958 2.25-31.584 2.25-123.5 0-224-100.498-224-224 0-123.5 100.5-224 224-224 27.376 0 54.168 5.002 79.418 14.668 57.912-50.5 131.58-78.668 208.58-78.668 77.084 0 150.666 28.168 208.582 78.668 25.25-9.666 52.042-14.668 79.418-14.668 123.5 0 224 100.5 224 224 0.002 98.876-64.832 182.042-153.874 211.668zM581.832 839.666c5.084 5.166 10.542 9.958 16.292 14.458-4.5-71.958 21.458-142.75 74.208-195.458 52.752-52.75 123.542-78.666 195.502-74.208-27.584-35.168-65.584-57.042-106.252-66.376-54.75 69.5-135.208 113.248-223.916 120.374-24.542 67.918-10.166 146.878 44.166 201.21z"/>
<glyph unicode="&#xe91f;" glyph-name="cloud5"
d="M800 704c-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224z"/>
<glyph unicode="&#xe920;" glyph-name="lightning4"
d="M800 896c-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 43.082-37.542 94.832-62.582 150.208-73.042l-69.626-69.624 64-64-64-192 192 192-64 64 22 65.998c68.916 4.876 134.25 31.086 186.582 76.668 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224z"/>
<glyph unicode="&#xe921;" glyph-name="rainy3"
d="M800 832c-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224zM448 128c0-35.376 28.624-64 64-64s64 28.624 64 64-64 128-64 128-64-92.624-64-128z"/>
<glyph unicode="&#xe922;" glyph-name="rainy4"
d="M800 896c-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224zM450 64c0-35.376 28.624-64 64-64s64 28.624 64 64-64 128-64 128-64-92.624-64-128zM704 128c0-35.376 28.624-64 64-64s64 28.624 64 64-64 128-64 128-64-92.624-64-128zM192 256c0-35.376 28.624-64 64-64s64 28.624 64 64-64 128-64 128-64-92.624-64-128z"/>
<glyph unicode="&#xe923;" glyph-name="windy4"
d="M834.084 691.834c-47.958 49.084-114.25 77.542-183.46 77.542-69.124 0-135.376-28.458-183.374-77.542-105.624-4.918-190-92.376-190-199.168 0-109.916 89.418-199.332 199.376-199.332 11.624 0 23.208 1 34.5 2.998 41.5-27.082 89.876-41.708 139.498-41.708 49.708 0 98.126 14.626 139.544 41.708 11.414-1.998 22.916-2.998 34.582-2.998 109.874 0 199.25 89.416 199.25 199.332 0 106.792-84.376 194.25-189.916 199.168zM288 320h-256c-17.666 0-32-14.334-32-32s14.334-32 32-32h256c17.666 0 32 14.334 32 32s-14.334 32-32 32zM32 384h128c17.666 0 32 14.334 32 32s-14.334 32-32 32h-128c-17.666 0-32-14.334-32-32s14.334-32 32-32zM96 512h128c17.666 0 32 14.334 32 32s-14.334 32-32 32h-128c-17.666 0-32-14.334-32-32s14.334-32 32-32z"/>
<glyph unicode="&#xe924;" glyph-name="windy5"
d="M834.084 882.416c-47.96 49.126-114.25 77.584-183.46 77.584-69.124 0-135.376-28.458-183.33-77.584-105.626-4.876-190.042-92.334-190.042-199.084 0-109.956 89.418-199.416 199.376-199.416 11.668 0 23.208 1.002 34.542 3 41.458-27.042 89.834-41.666 139.458-41.666 49.708 0 98.126 14.624 139.544 41.666 11.414-1.998 22.916-3 34.582-3 109.874 0 199.25 89.46 199.25 199.416-0.004 106.752-84.38 194.252-189.92 199.084zM288 510.624h-256c-17.666 0-32-14.292-32-32 0-17.706 14.334-32 32-32h256c17.666 0 32 14.294 32 32 0 17.708-14.334 32-32 32zM32 574.624h128c17.666 0 32 14.292 32 32s-14.334 32-32 32h-128c-17.666 0-32-14.292-32-32s14.334-32 32-32zM96 702.624h128c17.666 0 32 14.292 32 32s-14.334 32-32 32h-128c-17.666 0-32-14.292-32-32s14.334-32 32-32zM448 256c0-35.376 28.624-64 64-64s64 28.624 64 64-64 128-64 128-64-92.624-64-128zM704 128c0-35.376 28.624-64 64-64s64 28.624 64 64-64 128-64 128-64-92.624-64-128z"/>
<glyph unicode="&#xe925;" glyph-name="snowy4"
d="M652.084 136.624l-36 20.752c1.084 6.248 1.914 12.622 1.914 19.248 0 6.624-0.83 13-1.998 19.25l36.084 20.792c16.834 9.834 22.582 31.458 12.916 48.208-9.752 16.958-31.334 22.75-48.25 13l-36.376-21c-9.752 8.292-20.75 14.792-33 19.208v41.792c0 19.542-15.876 35.376-35.376 35.376s-35.334-15.834-35.334-35.376v-41.75c-12.25-4.376-23.292-10.958-33.042-19.25l-36.292 21c-16.958 9.75-38.582 4-48.332-12.958-9.75-16.834-3.876-38.5 13-48.252l35.918-20.75c-1.168-6.292-1.918-12.668-1.918-19.292 0-6.626 0.75-13 1.918-19.248l-35.916-20.75c-16.918-9.75-22.75-31.5-13-48.376s31.376-22.624 48.25-12.876l36.334 20.876c9.748-8.25 20.792-14.75 33.082-19.124v-41.876c0-19.498 15.834-35.248 35.334-35.248s35.376 15.75 35.376 35.248v41.876c12.25 4.376 23.376 10.876 33.042 19.25l36.334-21c16.916-9.75 38.498-4 48.25 12.876 9.748 16.874 3.998 38.5-12.918 48.374zM512 141.25c-19.5 0-35.376 15.876-35.376 35.376s15.876 35.292 35.376 35.292 35.332-15.792 35.332-35.292-15.832-35.376-35.332-35.376zM800 896c-10.624 0-21.124-0.75-31.584-2.25-59.75 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224z"/>
<glyph unicode="&#xe926;" glyph-name="snowy5"
d="M652.084 136.624l-36 20.752c1.084 6.248 1.916 12.622 1.916 19.248 0 6.624-0.832 13-2 19.25l36.084 20.792c16.834 9.834 22.582 31.458 12.916 48.208-9.752 16.958-31.334 22.75-48.25 13l-36.376-21c-9.752 8.292-20.75 14.792-33 19.208v41.792c0 19.542-15.876 35.376-35.376 35.376s-35.332-15.834-35.332-35.376v-41.75c-12.252-4.376-23.292-10.958-33.042-19.25l-36.292 21c-16.958 9.75-38.584 4-48.334-12.958-9.75-16.834-3.876-38.5 13-48.252l35.918-20.75c-1.168-6.292-1.918-12.668-1.918-19.292 0-6.626 0.75-13 1.918-19.248l-35.916-20.75c-16.918-9.75-22.75-31.5-13-48.376s31.376-22.624 48.25-12.876l36.334 20.876c9.748-8.25 20.792-14.75 33.084-19.124v-41.876c0-19.498 15.832-35.248 35.332-35.248s35.376 15.75 35.376 35.248v41.876c12.25 4.376 23.376 10.876 33.042 19.25l36.334-21c16.916-9.75 38.498-4 48.25 12.876 9.748 16.874 3.998 38.5-12.918 48.374zM512 141.25c-19.5 0-35.376 15.876-35.376 35.376s15.876 35.292 35.376 35.292 35.334-15.792 35.334-35.292-15.834-35.376-35.334-35.376zM948.332 231.5l-24.166 6.416c-0.582 7.666-2.416 14.958-5.792 21.958l17.542 17.542c8.25 8.25 8.208 21.584 0 29.708-8.166 8.208-21.416 8.25-29.666 0l-17.582-17.5c-6.918 3.25-14.292 5.124-21.918 5.75l-6.418 24.124c-2.998 11.166-14.5 17.876-25.748 14.876-11.208-3.042-17.75-14.542-14.834-25.75l6.418-23.792c-3.168-2.168-6.168-4.584-9-7.334-2.75-2.834-5.084-5.832-7.252-8.918l-23.792 6.418c-11.208 2.998-22.792-3.752-25.792-14.876-2.998-11.25 3.752-22.708 14.834-25.75l24-6.458c0.668-7.542 2.584-14.916 5.958-21.918l-17.624-17.624c-8.166-8.208-8.124-21.458 0.084-29.624 8.166-8.166 21.416-8.25 29.584-0.084l17.664 17.666c6.918-3.414 14.336-5.332 22.002-5.914l6.332-24.042c3.084-11.208 14.5-17.876 25.752-14.876 11.166 3 17.914 14.498 14.916 25.834l-6.418 23.792c3 2.124 6.084 4.5 8.918 7.25 2.75 2.792 5.084 5.876 7.248 8.958l23.834-6.418c11.208-3 22.75 3.708 25.708 14.834 3 11.17-3.624 22.668-14.792 25.752zM876.624 218.124c-8.25-8.25-21.542-8.208-29.75 0-8.124 8.124-8.208 21.458 0 29.708 8.208 8.166 21.542 8.166 29.75 0 8.126-8.208 8.126-21.582 0-29.708zM237.876 339l-23.75-6.376c-2.208 3-4.5 6.042-7.292 8.876-2.832 2.75-5.832 5.124-8.958 7.25l6.376 23.876c3 11.208-3.668 22.75-14.75 25.708-11.25 3-22.75-3.668-25.75-14.834l-6.5-24.124c-7.624-0.624-14.916-2.5-21.876-5.792l-17.624 17.542c-8.25 8.25-21.5 8.208-29.668 0-8.208-8.208-8.208-21.5 0-29.708l17.542-17.542c-3.292-7-5.208-14.376-5.792-21.958l-24.084-6.416c-11.25-3.084-17.918-14.5-14.916-25.75 3.042-11.166 14.542-17.75 25.792-14.834l23.75 6.46c2.124-3.208 4.5-6.21 7.376-9.002 2.75-2.75 5.75-5.208 8.876-7.25l-6.376-23.792c-3-11.25 3.668-22.834 14.832-25.834 11.252-3 22.668 3.666 25.668 14.876l6.5 24c7.624 0.624 15 2.542 22 5.876l17.582-17.584c8.168-8.248 21.418-8.082 29.668 0.084 8.124 8.124 8.25 21.416 0 29.624l-17.624 17.624c3.376 6.92 5.376 14.376 5.876 22.002l24.124 6.376c11.124 3.042 17.792 14.5 14.792 25.75-3.002 11.12-14.502 17.788-25.794 14.872zM177.124 282.084c-8.208-8.208-21.5-8.208-29.75 0-8.124 8.166-8.124 21.542 0 29.666 8.25 8.166 21.542 8.166 29.75 0s8.126-21.5 0-29.666zM1024 672c0 123.5-100.5 224-224 224-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224z"/>
<glyph unicode="&#xe927;" glyph-name="weather5"
d="M800 896c-10.624 0-21.124-0.75-31.584-2.25-59.748 81.416-154.040 130.25-256.416 130.25s-196.624-48.834-256.416-130.25c-10.46 1.5-20.96 2.25-31.584 2.25-123.5 0-224-100.5-224-224s100.5-224 224-224c27.376 0 54.168 5 79.418 14.666 57.914-50.5 131.582-78.666 208.582-78.666 77.084 0 150.666 28.166 208.582 78.666 25.25-9.666 52.042-14.666 79.418-14.666 123.5 0 224 100.5 224 224s-100.5 224-224 224zM192 384c-35.376 0-64-28.624-64-64s28.624-64 64-64 64 28.624 64 64-28.624 64-64 64zM512 320c-35.376 0-64-28.624-64-64s28.624-64 64-64 64 28.624 64 64-28.624 64-64 64zM832 384c-35.376 0-64-28.624-64-64s28.624-64 64-64 64 28.624 64 64-28.624 64-64 64zM704 128c-35.376 0-64-28.624-64-64s28.624-64 64-64 64 28.624 64 64-28.624 64-64 64zM320 128c-35.376 0-64-28.624-64-64s28.624-64 64-64 64 28.624 64 64-28.624 64-64 64z"/>
<glyph unicode="&#xe928;" glyph-name="cloudy4"
d="M976.668 529.166c29.248-37.832 47.332-84.624 47.332-136 0-123.498-100.5-224-224-224-27.376 0-54.168 5-79.418 14.666-57.916-50.498-131.498-78.666-208.582-78.666-77 0-150.668 28.168-208.582 78.666-25.25-9.666-52.042-14.666-79.418-14.666-123.5 0-224 100.502-224 224 0 123.5 100.5 224 224 224 10.624 0 21.124-0.75 31.584-2.25 1.042 1.458 2.332 2.75 3.416 4.166-1.624 9.876-3 19.792-3 30.082 0 98.334 80 178.292 178.25 178.292 4.832 0 9.624-0.208 14.376-0.584 46.25 57.708 116 91.958 191.376 91.958 75.418 0 145.124-34.25 191.376-91.958 4.75 0.376 9.5 0.584 14.292 0.584 98.33 0.002 178.33-79.956 178.33-178.29 0-46.332-18.168-88.208-47.332-120z"/>
<glyph unicode="&#xe929;" glyph-name="lightning5"
d="M1024 754.334c0 98.292-80 178.248-178.334 178.248-4.792 0-9.542-0.166-14.292-0.54-46.25 57.666-115.956 91.958-191.374 91.958-75.376 0-145.124-34.292-191.376-91.958-4.75 0.374-9.542 0.54-14.376 0.54-98.248 0-178.248-79.958-178.248-178.248 0-10.292 1.376-20.25 3-30.084-1.084-1.416-2.376-2.708-3.416-4.166-10.458 1.5-20.958 2.25-31.584 2.25-123.5 0-224-100.5-224-224 0-123.502 100.5-224 224-224 27.376 0 54.168 4.998 79.418 14.666 36.708-32 80.208-53.876 126.414-66.416l-45.832-30.584 64-64-64-128 192 128-64 64 9.624 19.166c73.5 2.25 143.5 29.458 198.958 77.834 25.25-9.668 52.042-14.666 79.418-14.666 123.5 0 224 100.498 224 224 0 51.332-18.084 98.166-47.332 136 29.164 31.75 47.332 73.624 47.332 120z"/>
<glyph unicode="&#xe92a;" glyph-name="thermometer"
d="M576 302.25v587.916c0 38.584-28.668 69.834-64 69.834-35.334 0-64-31.25-64-69.834v-587.916c-38.084-22.166-64-63.002-64-110.25 0-70.666 57.332-128 128-128 70.666 0 128 57.334 128 128 0 47.248-25.876 88.084-64 110.25z"/>
<glyph unicode="&#xe92b;" glyph-name="compass"
d="M512 1024c-282.792 0-512-229.208-512-512 0-282.75 229.208-512 512-512 282.75 0 512 229.25 512 512 0 282.792-229.25 512-512 512zM512 128c-211.75 0-384 172.25-384 384s172.25 384 384 384 384-172.25 384-384-172.25-384-384-384zM320 320l256 128 128 256-256-128-128-256z"/>
<glyph unicode="&#xe92c;" glyph-name="none"
d="M318.188 466.708h-2.084l-67.042 102.376-81.876 120.874h-63.5v-352.79h70.124v222.208h3.042l58.208-89.084 89.376-133.124h63.876v352.79h-70.124v-223.25zM412.938 315.668h51.668l129.582 392.664h-52.25l-129-392.664zM797.438 689.958h-71.666l-123.958-352.79h74.75l23.042 72.75h122.918l21.498-72.75h76.292l-122.876 352.79zM718.562 468.75l14.292 46.584 27.208 91.664h2l27.708-93.208 13.792-45.042h-85z"/>
<glyph unicode="&#xe92d;" glyph-name="Celsius"
d="M418.334 671.25c-7.208 6.792-15.584 12.166-25.084 16.124-9.624 3.876-19.876 5.876-30.75 5.876-10.916 0-21.168-2-30.75-5.876-9.5-3.958-17.876-9.334-25.082-16.124-7.168-6.834-12.792-14.834-16.918-24.084-4.084-9.21-6.124-18.958-6.124-29.166 0-10.25 2.042-20 6.124-29.21 4.124-9.208 9.75-17.25 16.918-24.040 7.208-6.834 15.582-12.25 25.082-16.126 9.582-3.958 19.834-5.916 30.75-5.916 10.876 0 21.124 1.958 30.75 5.916 9.5 3.876 17.876 9.292 25.084 16.126 7.166 6.79 12.792 14.834 16.832 24.040 4.084 9.21 6.208 18.958 6.208 29.21 0 10.208-2.124 19.958-6.208 29.166-4.042 9.252-9.666 17.252-16.832 24.084zM387.624 593.918c-6.876-6.834-15.25-10.25-25.124-10.25s-18.25 3.418-25.124 10.25c-6.792 6.834-10.25 14.834-10.25 24.084 0 9.5 3.458 17.666 10.25 24.29 6.876 6.666 15.25 9.958 25.124 9.958s18.25-3.292 25.124-9.958c6.75-6.624 10.208-14.79 10.208-24.29 0-9.252-3.456-17.252-10.208-24.084zM670.5 400.418c-12.124-3.46-24.166-5.166-36.124-5.166-7.876 0-15.624 1.208-23.292 3.58-7.708 2.418-14.708 6.168-20.998 11.292-6.334 5.126-11.46 11.668-15.334 19.708-3.918 8-5.916 17.834-5.916 29.418v102.916c0 11.584 1.998 21.5 5.916 29.708 3.874 8.166 8.918 14.834 15.082 19.958 6.168 5.124 13.084 8.792 21 11 7.834 2.21 15.668 3.334 23.542 3.334 11.958 0 24.248-1.75 36.874-5.376 12.626-3.582 24.376-9.998 35.336-19.208l33.792 54.292c-13.708 11.916-29.958 20.624-48.958 26.124-18.918 5.416-38.584 8.166-59.086 8.166-16.708 0-33.166-2.416-49.166-7.168-16.042-4.792-30.292-11.958-42.75-21.5-12.416-9.584-22.542-21.416-30.166-35.582-7.75-14.168-11.582-30.666-11.582-49.416v-132.084c0-19.124 3.958-35.75 11.832-49.918 7.834-14.168 18.082-25.958 30.668-35.332 12.664-9.416 26.958-16.458 42.998-21.25 16.084-4.75 32.458-7.168 49.208-7.168 20.792 0 40.542 3.084 59.376 9.208 18.75 6.166 34.624 14.708 47.624 25.584l-33.292 54.292c-12.252-9.58-24.5-16.038-36.584-19.412z"/>
<glyph unicode="&#xe92e;" glyph-name="Fahrenheit"
d="M417.062 669.458c-7.208 6.792-15.582 12.168-25.082 16.124-9.624 3.876-19.876 5.876-30.75 5.876-10.918 0-21.168-2-30.75-5.876-9.5-3.958-17.876-9.334-25.084-16.124-7.166-6.832-12.792-14.832-16.918-24.082-4.084-9.21-6.124-18.958-6.124-29.168 0-10.25 2.040-20 6.124-29.208 4.126-9.208 9.752-17.25 16.918-24.042 7.208-6.832 15.584-12.25 25.084-16.124 9.582-3.958 19.832-5.916 30.75-5.916 10.876 0 21.124 1.958 30.75 5.916 9.5 3.876 17.876 9.292 25.082 16.124 7.168 6.792 12.792 14.834 16.832 24.042 4.084 9.208 6.21 18.958 6.21 29.208 0 10.208-2.126 19.958-6.21 29.168-4.040 9.25-9.664 17.25-16.832 24.082zM386.354 592.126c-6.876-6.834-15.25-10.252-25.124-10.252s-18.25 3.418-25.124 10.252c-6.792 6.832-10.25 14.832-10.25 24.082 0 9.5 3.458 17.666 10.25 24.292 6.876 6.666 15.25 9.958 25.124 9.958s18.25-3.292 25.124-9.958c6.748-6.624 10.208-14.792 10.208-24.292 0-9.25-3.46-17.25-10.208-24.082zM741.644 622.334v63h-243.164v-352.792h70.126v143.876h147.958v62.958h-147.958v82.958h173.038z"/>
</font>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 55 KiB

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,3 @@
export const environment = { export const environment = {
production: true production: true
}; };

View File

@ -6,10 +6,10 @@
export const environment = { export const environment = {
production: false, production: false,
firebase : { firebase : {
apiKey : 'AIzaSyDYFfhaC5QaKPgPhh8YqohjhfUpcYlg33c', apiKey : 'AIzaSyDYFfhaC5QaKPgPhh8YqohjhfUpcYlg33c',
// authDomain : '<your-project-authdomain>', // authDomain : '<your-project-authdomain>',
databaseURL : 'https://fuse2-demo.firebaseio.com/', databaseURL: 'https://fuse2-demo.firebaseio.com/',
projectId : 'fuse2-demo', projectId : 'fuse2-demo'
// storageBucket : '<your-storage-bucket>', // storageBucket : '<your-storage-bucket>',
// messagingSenderId: '<your-messaging-sender-id>' // messagingSenderId: '<your-messaging-sender-id>'
} }

View File

@ -4,8 +4,9 @@ import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
import { AppModule } from './app/app.module'; import { AppModule } from './app/app.module';
import { environment } from './environments/environment'; import { environment } from './environments/environment';
if (environment.production) { if ( environment.production )
enableProdMode(); {
enableProdMode();
} }
platformBrowserDynamic().bootstrapModule(AppModule); platformBrowserDynamic().bootstrapModule(AppModule);

View File

@ -46,18 +46,14 @@ import 'web-animations-js'; // Run `npm install --save web-animations-js`.
import 'core-js/es6/reflect'; import 'core-js/es6/reflect';
import 'core-js/es7/reflect'; import 'core-js/es7/reflect';
/** ALL Firefox browsers require the following to support `@angular/animation`. **/ /** ALL Firefox browsers require the following to support `@angular/animation`. **/
import 'web-animations-js'; // Run `npm install --save web-animations-js`. import 'web-animations-js'; // Run `npm install --save web-animations-js`.
/*************************************************************************************************** /***************************************************************************************************
* Zone JS is required by Angular itself. * Zone JS is required by Angular itself.
*/ */
import 'zone.js/dist/zone'; // Included with Angular CLI. import 'zone.js/dist/zone'; // Included with Angular CLI.
/*************************************************************************************************** /***************************************************************************************************
* APPLICATION IMPORTS * APPLICATION IMPORTS
*/ */
@ -75,6 +71,7 @@ import 'intl/locale-data/jsonp/en';
/** /**
* Fix for ngx-chart to work on ie11 * Fix for ngx-chart to work on ie11
*/ */
if (typeof SVGElement.prototype.contains === 'undefined') { if ( typeof SVGElement.prototype.contains === 'undefined' )
{
SVGElement.prototype.contains = HTMLDivElement.prototype.contains; SVGElement.prototype.contains = HTMLDivElement.prototype.contains;
} }

View File

@ -8,8 +8,8 @@ import 'zone.js/dist/async-test';
import 'zone.js/dist/fake-async-test'; import 'zone.js/dist/fake-async-test';
import { getTestBed } from '@angular/core/testing'; import { getTestBed } from '@angular/core/testing';
import { import {
BrowserDynamicTestingModule, BrowserDynamicTestingModule,
platformBrowserDynamicTesting platformBrowserDynamicTesting
} from '@angular/platform-browser-dynamic/testing'; } from '@angular/platform-browser-dynamic/testing';
// Unfortunately there's no typing for the `__karma__` variable. Just declare it as any. // Unfortunately there's no typing for the `__karma__` variable. Just declare it as any.
@ -17,12 +17,13 @@ declare const __karma__: any;
declare const require: any; declare const require: any;
// Prevent Karma from running prematurely. // Prevent Karma from running prematurely.
__karma__.loaded = function () {}; __karma__.loaded = function () {
};
// First, initialize the Angular testing environment. // First, initialize the Angular testing environment.
getTestBed().initTestEnvironment( getTestBed().initTestEnvironment(
BrowserDynamicTestingModule, BrowserDynamicTestingModule,
platformBrowserDynamicTesting() platformBrowserDynamicTesting()
); );
// Then we find all the tests. // Then we find all the tests.
const context = require.context('./', true, /\.spec\.ts$/); const context = require.context('./', true, /\.spec\.ts$/);

View File

@ -1,13 +1,13 @@
{ {
"extends": "../tsconfig.json", "extends": "../tsconfig.json",
"compilerOptions": { "compilerOptions": {
"outDir": "../out-tsc/app", "outDir": "../out-tsc/app",
"module": "es2015", "module": "es2015",
"baseUrl": "", "baseUrl": "",
"types": [] "types": []
}, },
"exclude": [ "exclude": [
"test.ts", "test.ts",
"**/*.spec.ts" "**/*.spec.ts"
] ]
} }

View File

@ -1,20 +1,20 @@
{ {
"extends": "../tsconfig.json", "extends": "../tsconfig.json",
"compilerOptions": { "compilerOptions": {
"outDir": "../out-tsc/spec", "outDir": "../out-tsc/spec",
"module": "commonjs", "module": "commonjs",
"target": "es5", "target": "es5",
"baseUrl": "", "baseUrl": "",
"types": [ "types": [
"jasmine", "jasmine",
"node" "node"
]
},
"files": [
"test.ts"
],
"include": [
"**/*.spec.ts",
"**/*.d.ts"
] ]
},
"files": [
"test.ts"
],
"include": [
"**/*.spec.ts",
"**/*.d.ts"
]
} }

6
src/typings.d.ts vendored
View File

@ -1,5 +1,7 @@
/* SystemJS module definition */ /* SystemJS module definition */
declare var module: NodeModule; declare var module: NodeModule;
interface NodeModule {
id: string; interface NodeModule
{
id: string;
} }