add: React Bootstrap Framework & Argon Dashboard 2

This commit is contained in:
Sunday 2022-07-02 16:18:45 +00:00
parent d96ff1bebc
commit dd9d6bb602
306 changed files with 55600 additions and 53 deletions

830
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,6 +11,7 @@
"dependencies": {
"next": "12.2.0",
"react": "18.2.0",
"react-bootstrap": "^2.4.0",
"react-dom": "18.2.0"
},
"devDependencies": {
@ -20,6 +21,7 @@
"eslint": "8.19.0",
"eslint-config-next": "12.2.0",
"prettier": "2.7.1",
"sass": "^1.53.0",
"typescript": "4.7.4"
}
}

View File

@ -1,8 +1,13 @@
import '../styles/globals.css'
import type { AppProps } from 'next/app'
import "../styles/globals.css";
import "../styles/app.scss";
import type { AppProps } from "next/app";
import { useEffect } from "react";
function MyApp({ Component, pageProps }: AppProps) {
return <Component {...pageProps} />
useEffect(() => {
require("../styles/argon-dashboard-2.0.4/assets/js/argon-dashboard");
}, []);
return <Component {...pageProps} />;
}
export default MyApp
export default MyApp;

14
pages/dashboard.tsx Normal file
View File

@ -0,0 +1,14 @@
import { NextPage } from "next";
import { Navbar } from "react-bootstrap";
const DashBoard: NextPage = () => {
return (
<>
<Navbar>
<Navbar.Brand href="#home">My Website</Navbar.Brand>
</Navbar>
</>
);
};
export default DashBoard;

1
styles/app.scss Normal file
View File

@ -0,0 +1 @@
@import "./argon-dashboard-2.0.4/assets/scss/argon-dashboard.scss";

View File

@ -0,0 +1,12 @@
name: Autocloser
on: [issues]
jobs:
autoclose:
runs-on: ubuntu-latest
steps:
- name: Issue auto-closer
uses: roots/issue-closer-action@v1.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-close-message: "@${issue.user.login} this issue was automatically closed because it did not follow the bellow rules:\n\n<pre>\n\n\n\nIMPORTANT: Please use the following link to create a new issue:\n\nhttps://www.creative-tim.com/new-issue/argon-dashboard\n\n**If your issue was not created using the app above, it will be closed immediately.**\n\n\n\nLove Creative Tim? Do you need Angular, React, Vuejs or HTML? You can visit:\n👉 https://www.creative-tim.com/bundles\n👉 https://www.creative-tim.com\n\n\n</pre>\n\n"
issue-pattern: (\#\#\# Version([\S\s.*]*?)\#\#\# Reproduction link([\S\s.*]*?)\#\#\# Operating System([\S\s.*]*?)\#\#\# Device([\S\s.*]*?)\#\#\# Browser & Version([\S\s.*]*?)\#\#\# Steps to reproduce([\S\s.*]*?)\#\#\# What is expected([\S\s.*]*?)\#\#\# What is actually happening([\S\s.*]*?)---([\S\s.*]*?)\#\#\# Solution([\S\s.*]*?)\#\#\# Additional comments([\S\s.*]*?)\<\!-- generated by creative-tim-issues\. DO NOT REMOVE --\>)|(\#\#\# What is your enhancement([\S\s.*]*?)\<\!-- generated by creative-tim-issues\. DO NOT REMOVE --\>)

View File

@ -0,0 +1 @@
.DS_Store

View File

@ -0,0 +1,49 @@
# Change Log
## [2.0.4] 2022-06-27
### Buxfixing
- update `<html>` tag border
- fix the .input-group border on focus
- fix sidebar background-color on window resize
## [2.0.3] 2022-06-10
### Update and Improvements
- update Bootstrap to v5.2.0-beta1
## [2.0.2] 2022-03-25
### Update
- update SCSS folder
## [2.0.1] 2022-03-08
### Update and Improvements
- fix running 'npm install' issue
- fix SCSS compiling issues
## [2.0.0] 2022-01-25
### Update and Improvements
- Update Bootstrap to v5.1.3
- Add new example pages
- Add Light/Dark feature
- New Documentation version
## [1.0.3] 2021-06-25
### Updates & Improvements
- upgrade Bootstrap version to v5.0.2
- add new page - Virtual Reality
- add perfectScrollbar for Windows users
- change headings color from '#252F40' to '#344767'
- reduce the 'img' folder size - compress images
- bug fixing
- fix W3 errors
## [1.0.2] 2021-05-10
### Updates & Bugfixing
- upgrade Bootstrap version to v5.0.1
- bug fixing
## [1.0.1] 2021-04-06
### Improvements
- Design changes
## [1.0.0] 2021-04-02
### Original Release

View File

@ -0,0 +1,13 @@
<!--
IMPORTANT: Please use the following link to create a new issue:
https://www.creative-tim.com/new-issue/argon-dashboard
**If your issue was not created using the app above, it will be closed immediately.**
-->
<!--
Love Creative Tim? Do you need Angular, React, Vuejs or HTML? You can visit:
👉 https://www.creative-tim.com/bundles
👉 https://www.creative-tim.com
-->

View File

@ -0,0 +1,12 @@
MIT License
Copyright (c) 2022 [Creative Tim](https://www.creative-tim.com)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@ -0,0 +1,200 @@
# [Argon Dashboard 2](http://demos.creative-tim.com/argon-dashboard/pages/dashboard.html?ref=readme-ad2) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?url=https://www.creative-tim.com/product/argon-dashboard&text=Check%20Soft%20UI%20Dashboard%20made%20by%20@CreativeTim%20#webdesign%20#dashboard%20#softdesign%20#html%20https://www.creative-tim.com/product/argon-dashboard) [![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/FhCJCaHdQa)
![version](https://img.shields.io/badge/version-2.0.4-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/argon-dashboard.svg)](https://github.com/creativetimofficial/argon-dashboard/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/argon-dashboard.svg)](https://github.com/creativetimofficial/argon-dashboard/issues?q=is%3Aissue+is%3Aclosed)
![Image](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/argon-dashboard/argon-dashboard-2.jpg)
Most complex and innovative Dashboard Made by [Creative Tim](https://creative-tim.com/). Check our latest Free Bootstrap 5 Dashboard.
Designed for those who like bold elements and beautiful websites. Made of hundred of elements, designed blocks and fully coded pages, Argon Dashboard 2 is ready to help you create stunning websites and webapps.
We created many examples for pages like Sign In, Profile and so on. Just choose between a Basic Design, an illustration or a cover and you are good to go!
**Fully Coded Elements**
Argon Dashboard 2 is built with over 70 frontend individual elements, like buttons, inputs, navbars, navtabs, cards or alerts, giving you the freedom of choosing and combining. All components can take variations in colour, that you can easily modify using SASS files and classes.
You will save a lot of time going from prototyping to full-functional code, because all elements are implemented.
This Free Bootstrap 5 Dashboard is coming with prebuilt design blocks, so the development process is seamless,
switching from our pages to the real website is very easy to be done.
View [all components here](https://www.creative-tim.com/learning-lab/bootstrap/alerts/argon-dashboard?ref=readme-ad2).
**Documentation built by Developers**
Each element is well presented in a very complex documentation.
You can read more about the <a href="https://www.creative-tim.com/learning-lab/bootstrap/overview/argon-dashboard" target="_blank">documentation here</a>.
**Example Pages**
If you want to get inspiration or just show something directly to your clients,
you can jump start your development with our pre-built example pages. You will be able
to quickly set up the basic structure for your web project.
View <a href="https://demos.creative-tim.com/argon-dashboard/pages/dashboard.html" target="_blank">example pages here</a>.
## Table of Contents
* [Demo](#demo)
* [Quick Start](#quick-start)
* [Documentation](#documentation)
* [File Structure](#file-structure)
* [Browser Support](#browser-support)
* [Resources](#resources)
* [Reporting Issues](#reporting-issues)
* [Technical Support or Questions](#technical-support-or-questions)
* [Licensing](#licensing)
* [Useful Links](#useful-links)
## Versions
[<img src="https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/html-logo.jpg" width="60" height="60" />](https://www.creative-tim.com/product/argon-dashboard)
[<img src="https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/react-logo.jpg" width="60" height="60" />](https://www.creative-tim.com/product/argon-dashboard-react)
[<img src="https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/vue-logo.jpg" width="60" height="60" />](https://www.creative-tim.com/product/vue-argon-dashboard)
[<img src="https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/angular-logo.jpg" width="60" height="60" />](https://www.creative-tim.com/product/argon-dashboard-angular)
[<img src="https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/aspnet-logo.jpg" width="60" height="60" />](https://www.creative-tim.com/product/argon-dashboard-asp-net)
[<img src="https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/nodejs-logo.jpg" width="60" height="60" />](https://www.creative-tim.com/product/argon-dashboard-nodejs)
[<img src="https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/laravel_logo.png" width="60" height="60" />](https://www.creative-tim.com/product/argon-dashboard-laravel)
| HTML | React | Vue | Angular |
| --- | --- | --- | --- |
| [![Argon Dashboard HTML](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/argon-dashboard/argon-dashboard.jpg)](https://www.creative-tim.com/product/argon-dashboard) | [![Argon Dashboard React](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/argon-dashboard-react/argon-dashboard-react.jpg)](https://www.creative-tim.com/product/argon-dashboard-react) | [![Vue Argon Dashboard ](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/vue-argon-dashboard/vue-argon-dashboard.jpg)](https://www.creative-tim.com/product/vue-argon-dashboard) | [![Argon Dashboard Angular](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/argon-dashboard-angular/argon-dashboard-angular.jpg)](https://www.creative-tim.com/product/argon-dashboard-angular)
| Asp.net | Node.js | Laravel |
| --- | --- | --- |
| [![Argon Dashboard Asp.net](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/argon-dashboard-aspnet/argon-dashboard-aspnet.jpg)](https://www.creative-tim.com/product/argon-dashboard-asp-net) | [![Argon Dashboard Node.js](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/argon-dashboard-nodejs/argon-dashboard-nodejs.jpg)](https://www.creative-tim.com/product/argon-dashboard-nodejs) | [![Argon Dashboard Laravel](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/argon-dashboard-laravel/argon-dashboard-laravel.jpg)](https://www.creative-tim.com/product/argon-dashboard-laravel) |
## Demo
- [Dashboard page](https://demos.creative-tim.com/argon-dashboard/pages/dashboard)
- [User profile page](https://demos.creative-tim.com/argon-dashboard/pages/profile)
- [Tables page ](https://demos.creative-tim.com/argon-dashboard/pages/tables)
- [RTL Page](https://demos.creative-tim.com/argon-dashboard/pages/rtl)
- [Sign Up page](https://demos.creative-tim.com/argon-dashboard/pages/sign-up)
- [Login page](https://demos.creative-tim.com/argon-dashboard/pages/sign-in)
| Dashboard page | User profile page | Tables page |
| --- | --- | --- |
| [![Dashboard page](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/argon-dashboard/dashboard.jpg)](https://demos.creative-tim.com/argon-dashboard/pages/dashboard) | [![User profile page](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/argon-dashboard/profile.jpg)](https://demos.creative-tim.com/argon-dashboard/pages/profile.html) | [![Tables pages](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/argon-dashboard/tables.jpg)](https://demos.creative-tim.com/argon-dashboard/pages/tables.html)
| RTL page | Sign Up page | Login page |
| --- | --- | --- |
| [![RTL page](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/argon-dashboard/rtl.jpg)](https://demos.creative-tim.com/argon-dashboard/pages/rtl.html) | [![Sign Up page](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/argon-dashboard/signup.jpg)](https://demos.creative-tim.com/argon-dashboard/pages/sign-up.html) | [![Login page](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/argon-dashboard/signin.jpg)](https://demos.creative-tim.com/argon-dashboard/pages/sign-in.html)
## Download and Installation
- [Download from Github](https://github.com/creativetimofficial/argon-dashboard/archive/master.zip)
- [Download from Creative Tim](https://www.creative-tim.com/product/argon-dashboard)
- Install with Npm: `npm i @creative-tim-official/argon-dashboard-free`
- Install with Yarn: `yarn add @creative-tim-official/argon-dashboard-free`
- Install with Composer: `composer create-project creativetimofficial/argon-dashboard-free`
- Clone from Github: `git clone https://github.com/creativetimofficial/argon-dashboard.git`
## Documentation
The documentation for the Argon Dashboard is hosted at our [website](https://www.creative-tim.com/learning-lab/bootstrap/overview/argon-dashboard).
## File Structure
Within the download you'll find the following directories and files:
```
argon-dashboard
├── assets
│   ├── css
│   ├── fonts
│   ├── img
│   ├── js
│   │   ├── core
│   │   ├── plugins
│   │   └── argon-dashboard.js
│   │   └── argon-dashboard.js.map
│   │   └── argon-dashboard.min.js
│   └── scss
│   ├── argon-dashboard
│   └── argon-dashboard.scss
├── docs
│   ├── documentation.html
├── pages
├── CHANGELOG.md
├── gulpfile.js
├── package.json
```
## Browser Support
At present, we officially aim to support the last two versions of the following browsers:
<img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/chrome.png" width="64" height="64"> <img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/firefox.png" width="64" height="64"> <img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/edge.png" width="64" height="64"> <img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/safari.png" width="64" height="64"> <img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/opera.png" width="64" height="64">
## Resources
- Demo: <https://demos.creative-tim.com/argon-dashboard>
- Documentation: <https://www.creative-tim.com/learning-lab/bootstrap/overview/argon-dashboard>
- License Agreement: <https://www.creative-tim.com/license>
- Support: <https://www.creative-tim.com/contact-us>
- Issues: [Github Issues Page](https://github.com/creativetimofficial/argon-dashboard/issues)
## Reporting Issues
We use GitHub Issues as the official bug tracker for the Argon Dashboard. Here are some advices for our users that want to report an issue:
1. Make sure that you are using the latest version of the Argon Dashboard. Check the CHANGELOG from your copy on our [website](https://www.creative-tim.com).
2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.
## Licensing
- Copyright &copy; 2022 Creative Tim (https://www.creative-tim.com)
- Licensed under MIT (https://github.com/creativetimofficial/argon-dashboard/blob/master/LICENSE.md)
## Useful Links
- [Tutorials](https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w)
- [Affiliate Program](https://www.creative-tim.com/affiliates/new?ref=mk-github-readme) (earn money)
- [Blog Creative Tim](http://blog.creative-tim.com/)
- [Free Products](https://www.creative-tim.com/bootstrap-themes/free?ref=mk-github-readme) from Creative Tim
- [Premium Products](https://www.creative-tim.com/bootstrap-themes/premium?ref=mk-github-readme) from Creative Tim
- [React Products](https://www.creative-tim.com/bootstrap-themes/react-themes?ref=mk-github-readme) from Creative Tim
- [Angular Products](https://www.creative-tim.com/bootstrap-themes/angular-themes?ref=mk-github-readme) from Creative Tim
- [VueJS Products](https://www.creative-tim.com/bootstrap-themes/vuejs-themes?ref=mk-github-readme) from Creative Tim
- [More products](https://www.creative-tim.com/bootstrap-themes?ref=mk-github-readme) from Creative Tim
- [Argon Design](https://www.creative-tim.com/design-system/argon)
- Check our Bundles [here](https://www.creative-tim.com/bundles?ref=mk-github-readme)
- [Get Discount](https://www.creative-tim.com/coupon)
## Social Media
Twitter: <https://twitter.com/CreativeTim>
Facebook: <https://www.facebook.com/CreativeTim>
Dribbble: <https://dribbble.com/creativetim>
TikTok: <https://tiktok.com/@creative.tim>
Instagram: <https://instagram.com/creativetimofficial>

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,597 @@
/*--------------------------------
hermes-dashboard-icons Web Font - built using nucleoapp.com
License - nucleoapp.com/license/
-------------------------------- */
@font-face {
font-family: 'NucleoIcons';
src: url('../fonts/nucleo-icons.eot');
src: url('../fonts/nucleo-icons.eot') format('embedded-opentype'), url('../fonts/nucleo-icons.woff2') format('woff2'), url('../fonts/nucleo-icons.woff') format('woff'), url('../fonts/nucleo-icons.ttf') format('truetype'), url('../fonts/nucleo-icons.svg') format('svg');
font-weight: normal;
font-style: normal;
}
/*------------------------
base class definition
-------------------------*/
.ni {
display: inline-block;
font: normal normal normal 14px/1 NucleoIcons;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/*------------------------
change icon size
-------------------------*/
.ni-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.ni-2x {
font-size: 2em;
}
.ni-3x {
font-size: 3em;
}
.ni-4x {
font-size: 4em;
}
.ni-5x {
font-size: 5em;
}
/*----------------------------------
add a square/circle background
-----------------------------------*/
.ni.square,
.ni.circle {
padding: 0.33333333em;
vertical-align: -16%;
background-color: #eee;
}
.ni.circle {
border-radius: 50%;
}
/*------------------------
list icons
-------------------------*/
.ni-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.ni-ul>li {
position: relative;
}
.ni-ul>li>.ni {
position: absolute;
left: -1.57142857em;
top: 0.14285714em;
text-align: center;
}
.ni-ul>li>.ni.lg {
top: 0;
left: -1.35714286em;
}
.ni-ul>li>.ni.circle,
.ni-ul>li>.ni.square {
top: -0.19047619em;
left: -1.9047619em;
}
/*------------------------
spinning icons
-------------------------*/
.ni.spin {
-webkit-animation: nc-spin 2s infinite linear;
-moz-animation: nc-spin 2s infinite linear;
animation: nc-spin 2s infinite linear;
}
@-webkit-keyframes nc-spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes nc-spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
}
}
@keyframes nc-spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
/*------------------------
rotated/flipped icons
-------------------------*/
.ni.rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.ni.rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.ni.rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.ni.flip-y {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.ni.flip-x {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
}
/*------------------------
font icons
-------------------------*/
.ni-active-40::before {
content: "\ea02";
}
.ni-air-baloon::before {
content: "\ea03";
}
.ni-album-2::before {
content: "\ea04";
}
.ni-align-center::before {
content: "\ea05";
}
.ni-align-left-2::before {
content: "\ea06";
}
.ni-ambulance::before {
content: "\ea07";
}
.ni-app::before {
content: "\ea08";
}
.ni-archive-2::before {
content: "\ea09";
}
.ni-atom::before {
content: "\ea0a";
}
.ni-badge::before {
content: "\ea0b";
}
.ni-bag-17::before {
content: "\ea0c";
}
.ni-basket::before {
content: "\ea0d";
}
.ni-bell-55::before {
content: "\ea0e";
}
.ni-bold-down::before {
content: "\ea0f";
}
.ni-bold-left::before {
content: "\ea10";
}
.ni-bold-right::before {
content: "\ea11";
}
.ni-bold-up::before {
content: "\ea12";
}
.ni-bold::before {
content: "\ea13";
}
.ni-book-bookmark::before {
content: "\ea14";
}
.ni-books::before {
content: "\ea15";
}
.ni-box-2::before {
content: "\ea16";
}
.ni-briefcase-24::before {
content: "\ea17";
}
.ni-building::before {
content: "\ea18";
}
.ni-bulb-61::before {
content: "\ea19";
}
.ni-bullet-list-67::before {
content: "\ea1a";
}
.ni-bus-front-12::before {
content: "\ea1b";
}
.ni-button-pause::before {
content: "\ea1c";
}
.ni-button-play::before {
content: "\ea1d";
}
.ni-button-power::before {
content: "\ea1e";
}
.ni-calendar-grid-58::before {
content: "\ea1f";
}
.ni-camera-compact::before {
content: "\ea20";
}
.ni-caps-small::before {
content: "\ea21";
}
.ni-cart::before {
content: "\ea22";
}
.ni-chart-bar-32::before {
content: "\ea23";
}
.ni-chart-pie-35::before {
content: "\ea24";
}
.ni-chat-round::before {
content: "\ea25";
}
.ni-check-bold::before {
content: "\ea26";
}
.ni-circle-08::before {
content: "\ea27";
}
.ni-cloud-download-95::before {
content: "\ea28";
}
.ni-cloud-upload-96::before {
content: "\ea29";
}
.ni-compass-04::before {
content: "\ea2a";
}
.ni-controller::before {
content: "\ea2b";
}
.ni-credit-card::before {
content: "\ea2c";
}
.ni-curved-next::before {
content: "\ea2d";
}
.ni-delivery-fast::before {
content: "\ea2e";
}
.ni-diamond::before {
content: "\ea2f";
}
.ni-email-83::before {
content: "\ea30";
}
.ni-fat-add::before {
content: "\ea31";
}
.ni-fat-delete::before {
content: "\ea32";
}
.ni-fat-remove::before {
content: "\ea33";
}
.ni-favourite-28::before {
content: "\ea34";
}
.ni-folder-17::before {
content: "\ea35";
}
.ni-glasses-2::before {
content: "\ea36";
}
.ni-hat-3::before {
content: "\ea37";
}
.ni-headphones::before {
content: "\ea38";
}
.ni-html5::before {
content: "\ea39";
}
.ni-istanbul::before {
content: "\ea3a";
}
.ni-key-25::before {
content: "\ea3b";
}
.ni-laptop::before {
content: "\ea3c";
}
.ni-like-2::before {
content: "\ea3d";
}
.ni-lock-circle-open::before {
content: "\ea3e";
}
.ni-map-big::before {
content: "\ea3f";
}
.ni-mobile-button::before {
content: "\ea40";
}
.ni-money-coins::before {
content: "\ea41";
}
.ni-note-03::before {
content: "\ea42";
}
.ni-notification-70::before {
content: "\ea43";
}
.ni-palette::before {
content: "\ea44";
}
.ni-paper-diploma::before {
content: "\ea45";
}
.ni-pin-3::before {
content: "\ea46";
}
.ni-planet::before {
content: "\ea47";
}
.ni-ruler-pencil::before {
content: "\ea48";
}
.ni-satisfied::before {
content: "\ea49";
}
.ni-scissors::before {
content: "\ea4a";
}
.ni-send::before {
content: "\ea4b";
}
.ni-settings-gear-65::before {
content: "\ea4c";
}
.ni-settings::before {
content: "\ea4d";
}
.ni-single-02::before {
content: "\ea4e";
}
.ni-single-copy-04::before {
content: "\ea4f";
}
.ni-sound-wave::before {
content: "\ea50";
}
.ni-spaceship::before {
content: "\ea51";
}
.ni-square-pin::before {
content: "\ea52";
}
.ni-support-16::before {
content: "\ea53";
}
.ni-tablet-button::before {
content: "\ea54";
}
.ni-tag::before {
content: "\ea55";
}
.ni-tie-bow::before {
content: "\ea56";
}
.ni-time-alarm::before {
content: "\ea57";
}
.ni-trophy::before {
content: "\ea58";
}
.ni-tv-2::before {
content: "\ea59";
}
.ni-umbrella-13::before {
content: "\ea5a";
}
.ni-user-run::before {
content: "\ea5b";
}
.ni-vector::before {
content: "\ea5c";
}
.ni-watch-time::before {
content: "\ea5d";
}
.ni-world::before {
content: "\ea5e";
}
.ni-zoom-split-in::before {
content: "\ea5f";
}
.ni-collection::before {
content: "\ea60";
}
.ni-image::before {
content: "\ea61";
}
.ni-shop::before {
content: "\ea62";
}
.ni-ungroup::before {
content: "\ea63";
}
.ni-world-2::before {
content: "\ea64";
}
.ni-ui-04::before {
content: "\ea65";
}
/* all icon font classes list here */

View File

@ -0,0 +1,135 @@
/* Generated using nucleoapp.com */
/* --------------------------------
Icon colors
-------------------------------- */
.icon {
display: inline-block;
/* icon primary color */
color: #111111;
height: 1em;
width: 1em;
}
.icon use {
/* icon secondary color - fill */
fill: #7ea6f6;
}
.icon.icon-outline use {
/* icon secondary color - stroke */
stroke: #7ea6f6;
}
/* --------------------------------
Change icon size
-------------------------------- */
.icon-xs {
height: 0.5em;
width: 0.5em;
}
.icon-sm {
height: 0.8em;
width: 0.8em;
}
.icon-lg {
height: 1.6em;
width: 1.6em;
}
.icon-xl {
height: 2em;
width: 2em;
}
/* --------------------------------
Align icon and text
-------------------------------- */
.icon-text-aligner {
/* add this class to parent element that contains icon + text */
display: flex;
align-items: center;
}
.icon-text-aligner .icon {
color: inherit;
margin-right: 0.4em;
}
.icon-text-aligner .icon use {
color: inherit;
fill: currentColor;
}
.icon-text-aligner .icon.icon-outline use {
stroke: currentColor;
}
/* --------------------------------
Icon reset values - used to enable color customizations
-------------------------------- */
.icon {
fill: currentColor;
stroke: none;
}
.icon.icon-outline {
fill: none;
stroke: currentColor;
}
.icon use {
stroke: none;
}
.icon.icon-outline use {
fill: none;
}
/* --------------------------------
Stroke effects - Nucleo outline icons
- 16px icons -> up to 1px stroke (16px outline icons do not support stroke changes)
- 24px, 32px icons -> up to 2px stroke
- 48px, 64px icons -> up to 4px stroke
-------------------------------- */
.icon-outline.icon-stroke-1 {
stroke-width: 1px;
}
.icon-outline.icon-stroke-2 {
stroke-width: 2px;
}
.icon-outline.icon-stroke-3 {
stroke-width: 3px;
}
.icon-outline.icon-stroke-4 {
stroke-width: 4px;
}
.icon-outline.icon-stroke-1 use,
.icon-outline.icon-stroke-3 use {
-webkit-transform: translateX(0.5px) translateY(0.5px);
-moz-transform: translateX(0.5px) translateY(0.5px);
-ms-transform: translateX(0.5px) translateY(0.5px);
-o-transform: translateX(0.5px) translateY(0.5px);
transform: translateX(0.5px) translateY(0.5px);
}

View File

@ -0,0 +1,312 @@
<?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" >
<svg xmlns="http://www.w3.org/2000/svg">
<defs>
<font id="hermes-dashboard-icons" horiz-adv-x="256">
<font-face font-family="hermes-dashboard-icons"
units-per-em="256" ascent="256"
descent="0" />
<missing-glyph horiz-adv-x="0" />
<glyph glyph-name="active-40"
unicode="&#xEA02;"
horiz-adv-x="256" d=" M193.36128 154.90432L106.6666666666667 170.6666666666667V222.8587733333333C106.6666666666667 233.48576 99.4055466666667 243.33472 88.9166933333333 245.0417066666667C75.5508266666667 247.2154666666667 64 236.9576533333334 64 224V106.6666666666667H53.3333333333333V138.6666666666667H42.6666666666667C30.8848 138.6666666666667 21.3333333333333 129.11584 21.3333333333333 117.3333333333334V86.44992C21.3333333333333 71.9173333333334 26.2792533333333 57.8170666666667 35.35808 46.4688L64 10.6666666666667H202.6666666666667L219.26496 118.5546666666667C221.9003733333333 135.6868266666667 210.416 151.8034133333334 193.36128 154.90432z" />
<glyph glyph-name="air-baloon"
unicode="&#xEA03;"
horiz-adv-x="256" d=" M149.3333333333333 42.6666666666667H106.6666666666667C100.768 42.6666666666667 96 37.888 96 32V10.6666666666667C96 4.7786666666667 100.768 0 106.6666666666667 0H149.3333333333333C155.232 0 160 4.7786666666667 160 10.6666666666667V32C160 37.888 155.232 42.6666666666667 149.3333333333333 42.6666666666667z M128.736 255.9573333333334C128.6613333333333 255.9573333333334 128.5866666666667 255.968 128.512 255.968C128.3413333333333 255.9786666666667 128.1706666666667 256 128 256C127.84 256 127.68 255.9786666666667 127.5093333333333 255.9786666666667C127.4133333333333 255.9786666666667 127.3386666666667 255.968 127.2426666666667 255.968C80.544 255.552 42.6666666666667 217.4613333333333 42.6666666666667 170.6666666666667C42.6666666666667 138.6773333333333 82.4853333333333 75.936 87.0293333333333 68.8853333333333C89.0026666666667 65.8453333333333 92.3733333333333 64 96 64H106.6346666666667C106.6453333333333 64 106.656 64 106.6666666666667 64C106.6773333333333 64 106.688 64 106.6986666666667 64H160C163.6266666666667 64 166.9973333333333 65.8453333333333 168.9706666666667 68.8853333333333C173.5146666666667 75.936 213.3333333333333 138.6773333333333 213.3333333333333 170.6666666666667C213.3333333333333 217.472 175.4453333333334 255.5626666666667 128.736 255.9573333333334z" />
<glyph glyph-name="album-2"
unicode="&#xEA04;"
horiz-adv-x="256" d=" M245.3333333333333 234.6666666666667H192V256H170.6666666666667V234.6666666666667H138.6666666666667V256H117.3333333333333V234.6666666666667H85.3333333333333V256H64V234.6666666666667H10.6666666666667C4.7786666666667 234.6666666666667 0 229.8986666666667 0 224V10.6666666666667C0 4.768 4.7786666666667 0 10.6666666666667 0H245.3333333333333C251.2213333333333 0 256 4.768 256 10.6666666666667V224C256 229.8986666666667 251.2213333333333 234.6666666666667 245.3333333333333 234.6666666666667zM234.6666666666667 21.3333333333333H21.3333333333333V213.3333333333334H64V192H85.3333333333333V213.3333333333334H117.3333333333333V192H138.6666666666667V213.3333333333334H170.6666666666667V192H192V213.3333333333334H234.6666666666667V21.3333333333333z M158.3786666666667 144.32C156.7146666666667 146.9866666666667 153.952 148.7786666666667 150.848 149.2266666666667C147.744 149.6853333333334 144.5973333333334 148.7253333333333 142.24 146.6453333333333L46.24 61.312C42.9333333333333 58.368 41.792 53.6853333333333 43.36 49.5466666666667S48.9066666666667 42.6666666666667 53.3333333333333 42.6666666666667H202.6666666666666C206.5493333333333 42.6666666666667 210.112 44.768 212 48.16S213.7706666666667 55.7013333333334 211.7226666666667 58.9866666666667L158.3786666666667 144.32z M53.3333333333333 144C53.3333333333333 135.1634440027073 60.4967773360406 128 69.3333333333333 128C78.169889330626 128 85.3333333333333 135.1634440027073 85.3333333333333 144C85.3333333333333 152.8365559972927 78.169889330626 160 69.3333333333333 160C60.4967773360406 160 53.3333333333333 152.8365559972927 53.3333333333333 144z" />
<glyph glyph-name="align-center"
unicode="&#xEA05;"
horiz-adv-x="256" d=" M245.3333333333333 213.3333333333334H10.6666666666667C4.776 213.3333333333334 0 218.1093333333333 0 224S4.776 234.6666666666667 10.6666666666667 234.6666666666667H245.3333333333333C251.224 234.6666666666667 256 229.8906666666667 256 224S251.224 213.3333333333334 245.3333333333333 213.3333333333334z M192 149.3333333333334H64C58.1093333333333 149.3333333333334 53.3333333333333 154.1093333333333 53.3333333333333 160S58.1093333333333 170.6666666666667 64 170.6666666666667H192C197.8906666666667 170.6666666666667 202.6666666666667 165.8906666666667 202.6666666666667 160S197.8906666666667 149.3333333333334 192 149.3333333333334z M245.3333333333333 85.3333333333333H10.6666666666667C4.776 85.3333333333333 0 90.1093333333334 0 96S4.776 106.6666666666667 10.6666666666667 106.6666666666667H245.3333333333333C251.224 106.6666666666667 256 101.8906666666667 256 96S251.224 85.3333333333333 245.3333333333333 85.3333333333333z M192 21.3333333333333H64C58.1093333333333 21.3333333333333 53.3333333333333 26.1093333333334 53.3333333333333 32S58.1093333333333 42.6666666666667 64 42.6666666666667H192C197.8906666666667 42.6666666666667 202.6666666666667 37.8906666666666 202.6666666666667 32S197.8906666666667 21.3333333333333 192 21.3333333333333z" />
<glyph glyph-name="align-left-2"
unicode="&#xEA06;"
horiz-adv-x="256" d=" M245.3333333333333 213.3333333333334H10.6666666666667C4.776 213.3333333333334 0 218.1093333333333 0 224S4.776 234.6666666666667 10.6666666666667 234.6666666666667H245.3333333333333C251.224 234.6666666666667 256 229.8906666666667 256 224S251.224 213.3333333333334 245.3333333333333 213.3333333333334z M138.6666666666667 149.3333333333334H10.6666666666667C4.776 149.3333333333334 0 154.1093333333333 0 160S4.776 170.6666666666667 10.6666666666667 170.6666666666667H138.6666666666667C144.5573333333333 170.6666666666667 149.3333333333333 165.8906666666667 149.3333333333333 160S144.5573333333333 149.3333333333334 138.6666666666667 149.3333333333334z M245.3333333333333 85.3333333333333H10.6666666666667C4.776 85.3333333333333 0 90.1093333333334 0 96S4.776 106.6666666666667 10.6666666666667 106.6666666666667H245.3333333333333C251.224 106.6666666666667 256 101.8906666666667 256 96S251.224 85.3333333333333 245.3333333333333 85.3333333333333z M138.6666666666667 21.3333333333333H10.6666666666667C4.776 21.3333333333333 0 26.1093333333334 0 32S4.776 42.6666666666667 10.6666666666667 42.6666666666667H138.6666666666667C144.5573333333333 42.6666666666667 149.3333333333333 37.8906666666666 149.3333333333333 32S144.5573333333333 21.3333333333333 138.6666666666667 21.3333333333333z" />
<glyph glyph-name="ambulance"
unicode="&#xEA07;"
horiz-adv-x="256" d=" M249.6 126.9333333333333L234.6666666666667 134.4V170.6666666666667C234.6666666666667 177.0666666666667 230.4 181.3333333333334 224 181.3333333333334H170.6666666666667V213.3333333333334C170.6666666666667 219.7333333333334 166.4 224 160 224H10.6666666666667C4.2666666666667 224 0 219.7333333333334 0 213.3333333333334V74.6666666666667C0 68.2666666666667 4.2666666666667 64 10.6666666666667 64H22.4C26.6666666666667 45.8666666666667 43.7333333333333 32 64 32S100.2666666666667 45.8666666666667 105.6 64H150.4C152.5333333333333 45.8666666666667 168.5333333333333 32 186.6666666666666 32S220.8 45.8666666666667 222.9333333333333 64H245.3333333333333C251.7333333333333 64 256 68.2666666666667 256 74.6666666666667V117.3333333333334C256 121.6 253.8666666666667 124.8 249.6 126.9333333333333zM64 53.3333333333333C52.2666666666667 53.3333333333333 42.6666666666667 62.9333333333333 42.6666666666667 74.6666666666667C42.6666666666667 86.4 52.2666666666667 96 64 96S85.3333333333333 86.4 85.3333333333333 74.6666666666667C85.3333333333333 62.9333333333333 75.7333333333333 53.3333333333333 64 53.3333333333333zM117.3333333333333 149.3333333333334H96V128H74.6666666666667V149.3333333333334H53.3333333333333V170.6666666666667H74.6666666666667V192H96V170.6666666666667H117.3333333333333V149.3333333333334zM186.6666666666667 53.3333333333333C178.1333333333333 53.3333333333333 170.6666666666667 60.8 170.6666666666667 69.3333333333333S178.1333333333333 85.3333333333333 186.6666666666667 85.3333333333333S202.6666666666667 77.8666666666667 202.6666666666667 69.3333333333333S195.2 53.3333333333333 186.6666666666667 53.3333333333333zM213.3333333333333 144C213.3333333333333 140.8 211.2 138.6666666666667 208 138.6666666666667H186.6666666666666C183.4666666666667 138.6666666666667 181.3333333333333 140.8 181.3333333333333 144V154.6666666666667C181.3333333333333 157.8666666666667 183.4666666666667 160 186.6666666666667 160H208C211.2 160 213.3333333333333 157.8666666666667 213.3333333333333 154.6666666666667V144z" />
<glyph glyph-name="app"
unicode="&#xEA08;"
horiz-adv-x="256" d=" M128 161.0666666666667L222.9333333333333 203.7333333333333L132.2666666666667 244.2666666666667C129.0666666666667 245.3333333333333 125.8666666666667 245.3333333333333 123.7333333333334 244.2666666666667L33.0666666666667 203.7333333333334L128 161.0666666666667z M138.6666666666667 142.9333333333333V14.9333333333333L228.2666666666667 54.4C232.5333333333334 56.5333333333333 234.6666666666667 59.7333333333334 234.6666666666667 64V185.6L138.6666666666667 142.9333333333333z M117.3333333333333 142.9333333333333L21.3333333333333 185.6V64C21.3333333333333 59.7333333333333 23.4666666666667 55.4666666666667 27.7333333333333 54.4L117.3333333333333 14.9333333333333V142.9333333333333z" />
<glyph glyph-name="archive-2"
unicode="&#xEA09;"
horiz-adv-x="256" d=" M224 170.6666666666667H32C26.112 170.6666666666667 21.3333333333333 165.8986666666667 21.3333333333333 160V10.6666666666667C21.3333333333333 4.768 26.112 0 32 0H224C229.888 0 234.6666666666667 4.768 234.6666666666667 10.6666666666667V160C234.6666666666667 165.8986666666667 229.888 170.6666666666667 224 170.6666666666667zM181.3333333333333 96C181.3333333333333 90.1013333333333 176.5546666666667 85.3333333333333 170.6666666666667 85.3333333333333H85.3333333333333C79.4453333333333 85.3333333333333 74.6666666666667 90.1013333333333 74.6666666666667 96V128H96V106.6666666666667H160V128H181.3333333333334V96z M42.6666666666667 213.3333333333334H213.3333333333333V192H42.6666666666667V213.3333333333333z M74.6666666666667 256H181.3333333333333V234.6666666666667H74.6666666666667V256z" />
<glyph glyph-name="atom"
unicode="&#xEA0A;"
horiz-adv-x="256" d=" M235.7973333333334 197.0133333333333C229.6106666666667 206.6666666666667 214.784 216.5013333333333 179.264 208.5546666666667C176.5546666666667 207.9466666666667 173.7706666666667 207.2213333333334 170.9546666666667 206.432C162.1226666666667 235.6053333333334 147.7013333333333 256 128 256C109.8026666666667 256 94.7946666666667 238.3786666666667 85.0986666666667 206.336C57.1413333333333 214.208 31.2426666666667 214.272 20.2133333333333 197.0133333333333C14.0266666666667 187.3493333333333 11.2853333333333 169.76 33.3866666666667 140.8426666666667C36.64 136.5866666666667 40.352 132.2986666666667 44.3413333333333 128C40.352 123.7013333333334 36.64 119.4133333333333 33.3866666666667 115.1466666666667C11.2853333333333 86.2293333333333 14.0266666666667 68.64 20.2133333333333 58.976C26.3786666666667 49.344 37.7173333333333 44.4906666666667 53.312 44.4906666666667C62.4746666666667 44.4906666666667 73.1413333333333 46.208 85.0666666666667 49.568C93.472 21.6533333333334 107.3813333333333 0 128 0C147.7013333333334 0 162.1226666666667 20.3946666666667 170.9653333333333 49.5786666666667C173.7813333333333 48.7893333333333 176.5546666666667 48.064 179.2746666666667 47.456C199.4133333333333 42.944 224.7253333333333 41.6533333333333 235.7973333333333 58.9973333333333C246.3893333333333 75.5306666666667 237.5786666666667 99.7546666666667 211.4133333333333 127.712C233.8666666666667 151.6693333333333 247.9893333333333 177.9733333333333 235.7973333333334 197.0133333333333zM217.8346666666667 185.5146666666667C222.5386666666667 178.1653333333333 211.5093333333333 155.008 181.3333333333333 128.192C181.3226666666666 147.9466666666667 179.5413333333333 167.7653333333333 176.0426666666667 185.696C185.952 188.5226666666667 212.2986666666666 194.144 217.8346666666667 185.5146666666667zM74.8586666666667 128C97.76 148.288 127.392 166.9546666666667 155.6053333333333 178.528C161.2906666666667 147.6586666666667 161.632 110.2293333333333 155.6053333333333 77.472C127.4133333333333 89.0346666666667 97.7813333333333 107.7013333333333 74.8586666666667 128zM128 234.6666666666667C134.9973333333333 234.6666666666667 143.9573333333334 221.76 150.6133333333334 199.5413333333334C143.2213333333333 196.6186666666667 135.6373333333333 193.1626666666667 128 189.312C120.672 192.992 113.024 196.4373333333334 105.28 199.4773333333334C112.9173333333333 224.992 122.752 234.6666666666667 128 234.6666666666667zM38.176 185.5146666666667C42.7626666666667 192.704 68.3306666666667 192.5226666666667 105.12 176.5226666666667C88.3626666666667 166.272 73.504 155.392 59.584 142.9226666666667C51.6693333333333 151.52 32 175.8933333333334 38.176 185.5146666666667zM38.1653333333333 70.4853333333334C32.0106666666667 80.1066666666667 51.648 104.4586666666667 59.584 113.0773333333334C64.704 108.4906666666667 70.1653333333333 103.968 75.9146666666667 99.5413333333333C76.768 89.8666666666667 78.1013333333333 80 79.9893333333333 70.368C54.3893333333333 63.04 40.992 66.1013333333333 38.1653333333333 70.4853333333334zM128 21.3333333333333C119.2746666666667 21.3333333333333 105.696 43.1146666666667 99.392 82.9973333333333C116.5013333333333 72.0533333333333 134.0053333333334 63.0186666666667 150.6133333333333 56.4586666666667C143.9573333333334 34.24 134.9973333333333 21.3333333333333 128 21.3333333333333zM217.824 70.4853333333334C212.32 61.824 185.92 67.488 176.0426666666667 70.2933333333334C177.856 79.6053333333334 179.1573333333333 89.44 180.0426666666667 99.488C185.504 103.7013333333334 190.9226666666667 108.1706666666667 196.1493333333333 112.8533333333334C217.1093333333333 90.3253333333333 220.9386666666667 75.3386666666667 217.824 70.4853333333334z M117.3333333333333 128C117.3333333333333 122.1089626684716 122.1089626684715 117.3333333333334 128 117.3333333333334C133.8910373315285 117.3333333333334 138.6666666666667 122.1089626684716 138.6666666666667 128C138.6666666666667 133.8910373315285 133.8910373315285 138.6666666666667 128 138.6666666666667C122.1089626684715 138.6666666666667 117.3333333333333 133.8910373315285 117.3333333333333 128z" />
<glyph glyph-name="badge"
unicode="&#xEA0B;"
horiz-adv-x="256" d=" M149.3333333333333 181.3333333333334H106.6666666666667V234.6666666666667C106.6666666666667 246.4533333333333 116.2133333333333 256 128 256H128C139.7866666666667 256 149.3333333333333 246.4533333333333 149.3333333333333 234.6666666666667V181.3333333333334z M245.3333333333333 202.6666666666667H170.6666666666667V160H85.3333333333333V202.6666666666667H10.6666666666667C4.7786666666667 202.6666666666667 0 197.888 0 192V10.6666666666667C0 4.7786666666667 4.7786666666667 0 10.6666666666667 0H245.3333333333333C251.2213333333333 0 256 4.7786666666667 256 10.6666666666667V192C256 197.888 251.2213333333333 202.6666666666667 245.3333333333333 202.6666666666667zM85.3333333333333 128C97.12 128 106.6666666666667 118.4533333333333 106.6666666666667 106.6666666666667C106.6666666666667 94.88 97.12 85.3333333333333 85.3333333333333 85.3333333333333S64 94.88 64 106.6666666666667C64 118.4533333333334 73.5466666666667 128 85.3333333333333 128zM42.6666666666667 42.6666666666667C42.6666666666667 60.3413333333334 56.992 74.6666666666667 74.6666666666667 74.6666666666667H96C113.6746666666667 74.6666666666667 128 60.3413333333334 128 42.6666666666667H42.6666666666667zM213.3333333333333 53.3333333333333H149.3333333333333V74.6666666666667H213.3333333333333V53.3333333333333zM213.3333333333333 96H149.3333333333333V117.3333333333334H213.3333333333333V96z" />
<glyph glyph-name="bag-17"
unicode="&#xEA0C;"
horiz-adv-x="256" d=" M213.3333333333333 256H42.6666666666667C24.5333333333333 256 10.6666666666667 242.1333333333334 10.6666666666667 224V10.6666666666667C10.6666666666667 4.2666666666667 14.9333333333333 0 21.3333333333333 0H234.6666666666667C241.0666666666667 0 245.3333333333333 4.2666666666667 245.3333333333333 10.6666666666667V224C245.3333333333333 242.1333333333334 231.4666666666667 256 213.3333333333333 256zM128 85.3333333333333C92.8 85.3333333333333 64 114.1333333333334 64 149.3333333333334C64 155.7333333333334 68.2666666666667 160 74.6666666666667 160S85.3333333333333 155.7333333333334 85.3333333333333 149.3333333333334C85.3333333333333 125.8666666666667 104.5333333333334 106.6666666666667 128 106.6666666666667S170.6666666666667 125.8666666666667 170.6666666666667 149.3333333333334C170.6666666666667 155.7333333333334 174.9333333333333 160 181.3333333333333 160S192 155.7333333333334 192 149.3333333333334C192 114.1333333333333 163.2 85.3333333333333 128 85.3333333333333zM213.3333333333333 213.3333333333334H42.6666666666667C36.2666666666667 213.3333333333334 32 217.6 32 224S36.2666666666667 234.6666666666667 42.6666666666667 234.6666666666667H213.3333333333333C219.7333333333333 234.6666666666667 224 230.4 224 224S219.7333333333334 213.3333333333334 213.3333333333333 213.3333333333334z" />
<glyph glyph-name="basket"
unicode="&#xEA0D;"
horiz-adv-x="256" d=" M245.3333333333333 181.3333333333334H208.8533333333333L169.2586666666667 250.624C166.3466666666667 255.7333333333334 159.8293333333334 257.5253333333333 154.7093333333334 254.592C149.6 251.6693333333334 147.8186666666667 245.152 150.7413333333334 240.0426666666667L184.288 181.3333333333334H71.712L105.2586666666667 240.0426666666667C108.1813333333333 245.152 106.4 251.6693333333334 101.2906666666667 254.592C96.1813333333333 257.5253333333333 89.664 255.7333333333334 86.7413333333333 250.624L47.1466666666667 181.3333333333334H10.6666666666667C4.7786666666667 181.3333333333334 0 176.5653333333334 0 170.6666666666667V149.3333333333334C0 143.4346666666667 4.7786666666667 138.6666666666667 10.6666666666667 138.6666666666667H245.3333333333333C251.2213333333333 138.6666666666667 256 143.4346666666667 256 149.3333333333334V170.6666666666667C256 176.5653333333334 251.2213333333333 181.3333333333334 245.3333333333333 181.3333333333334z M234.6666666666667 117.3333333333334H21.3333333333333V10.6666666666667C21.3333333333333 4.7786666666667 26.112 0 32 0H224C229.888 0 234.6666666666667 4.7786666666667 234.6666666666667 10.6666666666667V117.3333333333334zM96 32H74.6666666666667L74.6666666666667 85.3333333333333H96L96 32zM138.6666666666667 32H117.3333333333333L117.3333333333333 85.3333333333333H138.6666666666667L138.6666666666667 32zM181.3333333333333 32H160L160 85.3333333333333H181.3333333333333L181.3333333333333 32z" />
<glyph glyph-name="bell-55"
unicode="&#xEA0E;"
horiz-adv-x="256" d=" M202.6666666666667 138.6666666666667C202.6666666666667 155.7333333333334 202.6666666666667 170.6666666666667 202.6666666666667 170.6666666666667C202.6666666666667 212.2666666666667 169.6 245.3333333333333 128 245.3333333333333S53.3333333333333 212.2666666666667 53.3333333333333 170.6666666666667C53.3333333333333 170.6666666666667 53.3333333333333 155.7333333333334 53.3333333333333 138.6666666666667C53.3333333333333 103.4666666666667 21.3333333333333 94.9333333333333 21.3333333333333 74.6666666666667C21.3333333333333 56.5333333333334 62.9333333333333 42.6666666666667 128 42.6666666666667S234.6666666666667 56.5333333333334 234.6666666666667 74.6666666666667C234.6666666666667 94.9333333333333 202.6666666666667 103.4666666666667 202.6666666666667 138.6666666666667z M128 21.3333333333333C114.1333333333333 21.3333333333333 102.4 22.4 90.6666666666667 23.4666666666667C98.1333333333333 9.6 112 0 128 0S158.9333333333333 9.6 165.3333333333333 23.4666666666667C153.6 22.4 141.8666666666667 21.3333333333333 128 21.3333333333333z" />
<glyph glyph-name="bold-down"
unicode="&#xEA0F;"
horiz-adv-x="256" d=" M21.3333333333333 160L64 202.6666666666667L128 138.6666666666667L192 202.6666666666667L234.6666666666667 160L128 53.3333333333333z" />
<glyph glyph-name="bold-left"
unicode="&#xEA10;"
horiz-adv-x="256" d=" M160 234.6666666666667L202.6666666666667 192L138.6666666666667 128L202.6666666666667 64L160 21.3333333333333L53.3333333333333 128z" />
<glyph glyph-name="bold-right"
unicode="&#xEA11;"
horiz-adv-x="256" d=" M96 234.6666666666667L53.3333333333333 192L117.3333333333333 128L53.3333333333333 64L96 21.3333333333333L202.6666666666667 128z" />
<glyph glyph-name="bold-up"
unicode="&#xEA12;"
horiz-adv-x="256" d=" M234.6666666666667 96L192 53.3333333333333L128 117.3333333333334L64 53.3333333333333L21.3333333333333 96L128 202.6666666666667z" />
<glyph glyph-name="bold"
unicode="&#xEA13;"
horiz-adv-x="256" d=" M32 10.6666666666667V35.9504L45.86976 40.3169066666667C50.312 41.71552 53.3333333333333 45.83424 53.3333333333333 50.4913066666667V205.2781866666667C53.3333333333333 210.0450133333334 50.17056 214.23328 45.5856 215.5377066666667L32 219.4029866666667V245.3333333333334H139.8369066666667C195.2605866666667 245.3333333333334 210.81888 220.0496 210.81888 187.9698133333333C210.81888 157.1700266666667 191.0510933333333 139.9886933333334 171.2833066666667 133.50944V132.5461333333333C208.2324266666667 128.3233066666667 224 107.0763733333334 224 74.6666666666667C224 26.6987733333334 187.8048 10.6666666666667 136.9205333333334 10.6666666666667H32zM119.0925866666667 146.7978666666667C142.42336 146.7978666666667 163.16768 152.3138133333333 163.16768 179.8673066666667C163.16768 206.4442666666667 146.3162666666667 210.0072533333333 123.9488 210.0072533333333H106.6666666666667V146.7978666666667H119.0925866666667zM128.4882133333333 45.6759466666667C155.7117866666666 45.6759466666667 173.5397333333333 52.1552 173.5397333333333 80.3553066666667C173.5397333333333 107.2621866666667 155.3950933333333 114.38816 133.3575466666666 114.38816H106.6666666666667V45.6759466666667H128.4882133333333z" />
<glyph glyph-name="book-bookmark"
unicode="&#xEA14;"
horiz-adv-x="256" d=" M42.6666666666667 32C42.6666666666667 37.888 47.4453333333333 42.6666666666667 53.3333333333333 42.6666666666667H213.3333333333333C225.12 42.6666666666667 234.6666666666667 52.2133333333333 234.6666666666667 64V224C234.6666666666667 241.6746666666667 220.3413333333333 256 202.6666666666667 256H128V170.6666666666667L96 192L64 170.6666666666667V256H53.3333333333333C35.6586666666667 256 21.3333333333333 241.6746666666667 21.3333333333333 224V32C21.3333333333333 14.3253333333333 35.6586666666667 0 53.3333333333333 0H224C229.888 0 234.6666666666667 4.7786666666667 234.6666666666667 10.6666666666667C234.6666666666667 16.5546666666667 229.888 21.3333333333333 224 21.3333333333333H53.3333333333333C47.4453333333333 21.3333333333333 42.6666666666667 26.112 42.6666666666667 32z" />
<glyph glyph-name="books"
unicode="&#xEA15;"
horiz-adv-x="256" d=" M53.3333333333333 234.6666666666667H10.6666666666667C4.7786666666667 234.6666666666667 0 229.8986666666667 0 224V32C0 26.1013333333333 4.7786666666667 21.3333333333333 10.6666666666667 21.3333333333333H53.3333333333333C59.2213333333333 21.3333333333333 64 26.1013333333333 64 32V224C64 229.8986666666667 59.2213333333333 234.6666666666667 53.3333333333333 234.6666666666667z M138.6666666666667 234.6666666666667H96C90.112 234.6666666666667 85.3333333333333 229.8986666666667 85.3333333333333 224V32C85.3333333333333 26.1013333333333 90.112 21.3333333333333 96 21.3333333333333H138.6666666666667C144.5546666666667 21.3333333333333 149.3333333333333 26.1013333333333 149.3333333333333 32V224C149.3333333333333 229.8986666666667 144.5546666666667 234.6666666666667 138.6666666666667 234.6666666666667z M255.7013333333334 44.5546666666667L210.5173333333334 231.1573333333334C209.1306666666667 236.8853333333334 203.3173333333334 240.4373333333334 197.6426666666667 239.008L156.1706666666667 228.9813333333334C153.4186666666667 228.32 151.0506666666667 226.5813333333334 149.5786666666667 224.1706666666667C148.1066666666667 221.76 147.648 218.8586666666667 148.3093333333334 216.1066666666667L193.4826666666667 29.4933333333333C194.1440000000001 26.7413333333333 195.8826666666667 24.3733333333333 198.2933333333334 22.9013333333333C200 21.8666666666667 201.92 21.3333333333333 203.8613333333333 21.3333333333333C204.704 21.3333333333333 205.5466666666667 21.44 206.368 21.632L247.84 31.6693333333333C253.568 33.0666666666667 257.088 38.8266666666667 255.7013333333334 44.5546666666667z" />
<glyph glyph-name="box-2"
unicode="&#xEA16;"
horiz-adv-x="256" d=" M167.4666666666667 202.6666666666667H249.6L188.8 253.8666666666667C186.6666666666667 254.9333333333334 183.4666666666667 256 181.3333333333333 256H147.2L167.4666666666667 202.6666666666667z M170.6666666666667 181.3333333333334V106.6666666666667H85.3333333333333V181.3333333333334H0V10.6666666666667C0 4.2666666666667 4.2666666666667 0 10.6666666666667 0H245.3333333333333C251.7333333333333 0 256 4.2666666666667 256 10.6666666666667V181.3333333333334H170.6666666666667z M88.5333333333333 202.6666666666667L108.8 256H74.6666666666667C72.5333333333333 256 69.3333333333333 254.9333333333334 68.2666666666667 253.8666666666667L6.4 202.6666666666667H88.5333333333333z" />
<glyph glyph-name="briefcase-24"
unicode="&#xEA17;"
horiz-adv-x="256" d=" M160 64V42.6666666666667H96V64H10.6666666666667V10.6666666666667C10.6666666666667 4.7786666666667 15.4453333333333 0 21.3333333333333 0H234.6666666666667C240.5546666666667 0 245.3333333333333 4.7786666666667 245.3333333333333 10.6666666666667V64H160z M245.3333333333333 213.3333333333334H181.3333333333333V245.3333333333334C181.3333333333333 251.2213333333334 176.5546666666667 256 170.6666666666667 256H85.3333333333333C79.4453333333333 256 74.6666666666667 251.2213333333334 74.6666666666667 245.3333333333334V213.3333333333334H10.6666666666667C4.7786666666667 213.3333333333334 0 208.5546666666667 0 202.6666666666667V96C0 90.112 4.7786666666667 85.3333333333333 10.6666666666667 85.3333333333333H96V117.3333333333334H160V85.3333333333333H245.3333333333333C251.2213333333333 85.3333333333333 256 90.112 256 96V202.6666666666667C256 208.5546666666667 251.2213333333333 213.3333333333334 245.3333333333333 213.3333333333334zM160 213.3333333333334H96V234.6666666666667H160V213.3333333333334z" />
<glyph glyph-name="building"
unicode="&#xEA18;"
horiz-adv-x="256" d=" M74.6666666666667 149.3333333333334H53.3333333333333V245.3333333333334C53.3333333333333 251.232 58.1013333333333 256 64 256H192C197.8986666666667 256 202.6666666666667 251.232 202.6666666666667 245.3333333333334V181.3333333333333H181.3333333333333V234.6666666666667H74.6666666666667V149.3333333333334z M245.3333333333333 170.6666666666667H149.3333333333333C143.4346666666667 170.6666666666667 138.6666666666667 165.8986666666667 138.6666666666667 160V21.3333333333333H117.3333333333333V117.3333333333334C117.3333333333333 123.232 112.5653333333333 128 106.6666666666667 128H10.6666666666667C4.768 128 0 123.232 0 117.3333333333334V10.6666666666667C0 4.768 4.768 0 10.6666666666667 0H245.3333333333333C251.232 0 256 4.768 256 10.6666666666667V160C256 165.8986666666667 251.232 170.6666666666667 245.3333333333333 170.6666666666667zM74.6666666666667 32H42.6666666666667V53.3333333333333H74.6666666666667V32zM74.6666666666667 74.6666666666667H42.6666666666667V96H74.6666666666667V74.6666666666667zM213.3333333333333 32H181.3333333333333V53.3333333333333H213.3333333333333V32zM213.3333333333333 74.6666666666667H181.3333333333333V96H213.3333333333333V74.6666666666667zM213.3333333333333 117.3333333333334H181.3333333333333V138.6666666666667H213.3333333333333V117.3333333333334z" />
<glyph glyph-name="bulb-61"
unicode="&#xEA19;"
horiz-adv-x="256" d=" M85.3333333333333 74.0266666666667V42.6666666666667H170.6666666666667V74.0266666666667C203.296 90.1760000000001 224 123.168 224 160C224 212.9386666666667 180.928 256 128 256S32 212.9386666666667 32 160C32 123.1786666666667 52.704 90.176 85.3333333333333 74.0266666666667zM74.6666666666667 160C74.6666666666667 189.408 98.592 213.3333333333333 128 213.3333333333333H138.6666666666667V192H128C110.3573333333333 192 96 177.6426666666667 96 160V149.3333333333333H74.6666666666667V160z M85.3333333333333 21.3333333333333V10.6666666666667C85.3333333333333 4.768 90.112 0 96 0H160C165.888 0 170.6666666666667 4.768 170.6666666666667 10.6666666666667V21.3333333333333H85.3333333333333z" />
<glyph glyph-name="bullet-list-67"
unicode="&#xEA1A;"
horiz-adv-x="256" d=" M10.6666666666667 213.3333333333334C10.6666666666667 195.6602213387479 24.9935546720813 181.3333333333334 42.6666666666667 181.3333333333334C60.3397786612521 181.3333333333334 74.6666666666667 195.6602213387479 74.6666666666667 213.3333333333334C74.6666666666667 231.0064453279188 60.3397786612521 245.3333333333334 42.6666666666667 245.3333333333334C24.9935546720813 245.3333333333334 10.6666666666667 231.0064453279188 10.6666666666667 213.3333333333334z M10.6666666666667 128C10.6666666666667 110.3268880054146 24.9935546720813 96 42.6666666666667 96C60.3397786612521 96 74.6666666666667 110.3268880054146 74.6666666666667 128C74.6666666666667 145.6731119945854 60.3397786612521 160 42.6666666666667 160C24.9935546720813 160 10.6666666666667 145.6731119945854 10.6666666666667 128z M10.6666666666667 42.6666666666667C10.6666666666667 24.9935546720813 24.9935546720813 10.6666666666667 42.6666666666667 10.6666666666667C60.3397786612521 10.6666666666667 74.6666666666667 24.9935546720813 74.6666666666667 42.6666666666667C74.6666666666667 60.3397786612521 60.3397786612521 74.6666666666667 42.6666666666667 74.6666666666667C24.9935546720813 74.6666666666667 10.6666666666667 60.3397786612521 10.6666666666667 42.6666666666667z M96 224H245.3333333333333V202.6666666666667H96V224z M96 138.6666666666667H245.3333333333333V117.3333333333334H96V138.6666666666667z M96 53.3333333333333H245.3333333333333V32H96V53.3333333333333z" />
<glyph glyph-name="bus-front-12"
unicode="&#xEA1B;"
horiz-adv-x="256" d=" M42.6666666666667 21.3333333333333V10.6666666666667C42.6666666666667 4.7786666666667 47.4346666666667 0 53.3333333333333 0H85.3333333333333C91.232 0 96 4.7786666666667 96 10.6666666666667V21.3333333333333H42.6666666666667z M160 21.3333333333333V10.6666666666667C160 4.7786666666667 164.768 0 170.6666666666667 0H202.6666666666667C208.5653333333333 0 213.3333333333333 4.7786666666667 213.3333333333333 10.6666666666667V21.3333333333333H160z M0 170.6666666666667H21.3333333333333V117.3333333333334H0V170.6666666666667z M234.6666666666667 170.6666666666667H256V117.3333333333334H234.6666666666667V170.6666666666667z M192 256H64C46.3573333333333 256 32 241.6426666666667 32 224V42.6666666666667C32 36.7786666666667 36.7786666666667 32 42.6666666666667 32H213.3333333333333C219.2213333333333 32 224 36.7786666666667 224 42.6666666666667V224C224 241.6426666666667 209.6426666666667 256 192 256zM74.6666666666667 64C68.7786666666667 64 64 68.7786666666667 64 74.6666666666667C64 80.5546666666667 68.7786666666667 85.3333333333333 74.6666666666667 85.3333333333333S85.3333333333333 80.5546666666667 85.3333333333333 74.6666666666667C85.3333333333333 68.7786666666667 80.5546666666667 64 74.6666666666667 64zM181.3333333333333 64C175.4453333333333 64 170.6666666666667 68.7786666666667 170.6666666666667 74.6666666666667C170.6666666666667 80.5546666666667 175.4453333333334 85.3333333333333 181.3333333333333 85.3333333333333S192 80.5546666666667 192 74.6666666666667C192 68.7786666666667 187.2213333333333 64 181.3333333333333 64zM202.6666666666667 117.3333333333334H53.3333333333333V213.3333333333334H202.6666666666666V117.3333333333334z" />
<glyph glyph-name="button-pause"
unicode="&#xEA1C;"
horiz-adv-x="256" d=" M96 245.3333333333334H32C26.1013333333333 245.3333333333334 21.3333333333333 240.5653333333334 21.3333333333333 234.6666666666667V21.3333333333333C21.3333333333333 15.4346666666667 26.1013333333333 10.6666666666667 32 10.6666666666667H96C101.8986666666667 10.6666666666667 106.6666666666667 15.4346666666667 106.6666666666667 21.3333333333333V234.6666666666667C106.6666666666667 240.5653333333334 101.8986666666667 245.3333333333334 96 245.3333333333334z M224 245.3333333333334H160C154.1013333333334 245.3333333333334 149.3333333333334 240.5653333333334 149.3333333333334 234.6666666666667V21.3333333333333C149.3333333333334 15.4346666666667 154.1013333333334 10.6666666666667 160 10.6666666666667H224C229.8986666666667 10.6666666666667 234.6666666666667 15.4346666666667 234.6666666666667 21.3333333333333V234.6666666666667C234.6666666666667 240.5653333333334 229.8986666666667 245.3333333333334 224 245.3333333333334z" />
<glyph glyph-name="button-play"
unicode="&#xEA1D;"
horiz-adv-x="256" d=" M219.2533333333333 136.8746666666667L59.2533333333333 243.5413333333334C55.9786666666667 245.7173333333334 51.7653333333333 245.9306666666667 48.3093333333333 244.0746666666667C44.832 242.2186666666667 42.6666666666667 238.6026666666667 42.6666666666667 234.6666666666667V21.3333333333333C42.6666666666667 17.3973333333333 44.832 13.7813333333334 48.2986666666667 11.9253333333334C49.8773333333333 11.0826666666667 51.6053333333333 10.6666666666667 53.3333333333333 10.6666666666667C55.4026666666667 10.6666666666667 57.472 11.2746666666667 59.2533333333333 12.4586666666667L219.2533333333333 119.1253333333334C222.2186666666667 121.1093333333333 224 124.4373333333334 224 128S222.2186666666667 134.8906666666667 219.2533333333333 136.8746666666667z" />
<glyph glyph-name="button-power"
unicode="&#xEA1E;"
horiz-adv-x="256" d=" M186.6346666666667 218.9866666666667C181.536 221.9306666666667 175.008 220.192 172.064 215.0826666666667C169.12 209.984 170.8693333333333 203.456 175.968 200.512C205.5893333333334 183.3813333333334 224 151.5093333333334 224 117.3333333333334C224 64.3946666666667 180.9386666666667 21.3333333333333 128 21.3333333333333S32 64.3946666666667 32 117.3333333333334C32 151.4986666666667 50.4 183.36 80.0106666666667 200.5013333333333C85.1093333333333 203.4453333333334 86.8586666666667 209.9733333333333 83.8933333333333 215.072C80.96 220.1813333333333 74.432 221.9413333333333 69.3226666666667 218.9546666666667C33.1413333333333 198.0266666666667 10.6666666666667 159.0826666666667 10.6666666666667 117.3333333333334C10.6666666666667 52.64 63.3066666666667 0 128 0S245.3333333333333 52.64 245.3333333333333 117.3333333333333C245.3333333333333 159.104 222.848 198.0586666666667 186.6346666666667 218.9866666666667z M128 160C133.8986666666667 160 138.6666666666667 164.768 138.6666666666667 170.6666666666667V245.3333333333334C138.6666666666667 251.232 133.8986666666667 256 128 256S117.3333333333333 251.232 117.3333333333333 245.3333333333334V170.6666666666667C117.3333333333333 164.768 122.1013333333333 160 128 160z" />
<glyph glyph-name="calendar-grid-58"
unicode="&#xEA1F;"
horiz-adv-x="256" d=" M245.3333333333333 234.6666666666667H202.6666666666667V256H181.3333333333333V234.6666666666667H138.6666666666667V256H117.3333333333333V234.6666666666667H74.6666666666667V256H53.3333333333333V234.6666666666667H10.6666666666667C4.7786666666667 234.6666666666667 0 229.888 0 224V10.6666666666667C0 4.7786666666667 4.7786666666667 0 10.6666666666667 0H245.3333333333333C251.2213333333333 0 256 4.7786666666667 256 10.6666666666667V224C256 229.888 251.2213333333333 234.6666666666667 245.3333333333333 234.6666666666667zM234.6666666666667 21.3333333333333H21.3333333333333V170.6666666666667H234.6666666666667V21.3333333333333z M42.6666666666667 138.6666666666667H85.3333333333333V106.6666666666667H42.6666666666667V138.6666666666667z M106.6666666666667 138.6666666666667H149.3333333333333V106.6666666666667H106.6666666666667V138.6666666666667z M42.6666666666667 85.3333333333333H85.3333333333333V53.3333333333333H42.6666666666667V85.3333333333333z M106.6666666666667 85.3333333333333H149.3333333333333V53.3333333333333H106.6666666666667V85.3333333333333z M170.6666666666667 138.6666666666667H213.3333333333333V106.6666666666667H170.6666666666667V138.6666666666667z" />
<glyph glyph-name="camera-compact"
unicode="&#xEA20;"
horiz-adv-x="256" d=" M32 245.3333333333334H96V224H32V245.3333333333334z M245.3333333333333 213.3333333333334H10.6666666666667C4.768 213.3333333333334 0 208.5546666666667 0 202.6666666666667V21.3333333333334C0 15.4453333333334 4.768 10.6666666666667 10.6666666666667 10.6666666666667H245.3333333333333C251.232 10.6666666666667 256 15.4453333333334 256 21.3333333333334V202.6666666666667C256 208.5546666666667 251.232 213.3333333333334 245.3333333333333 213.3333333333334zM64 138.6666666666667C58.112 138.6666666666667 53.3333333333333 143.4453333333334 53.3333333333333 149.3333333333334C53.3333333333333 155.2213333333334 58.112 160 64 160S74.6666666666667 155.2213333333334 74.6666666666667 149.3333333333334C74.6666666666667 143.4453333333334 69.888 138.6666666666667 64 138.6666666666667zM160 53.3333333333333C130.5493333333333 53.3333333333333 106.6666666666667 77.216 106.6666666666667 106.6666666666667S130.5493333333333 160 160 160S213.3333333333333 136.1173333333334 213.3333333333333 106.6666666666667S189.4506666666667 53.3333333333333 160 53.3333333333333z" />
<glyph glyph-name="caps-small"
unicode="&#xEA21;"
horiz-adv-x="256" d=" M42.6666666666667 21.3333333333333V38.44448L70.7122133333333 40.0974933333333C74.0183466666667 40.3381333333334 74.6666666666667 41.2797866666667 74.6666666666667 44.816V213.3333333333334H23.34144C20.7467733333333 213.3333333333334 20.0353066666667 213.09792 19.5645866666667 210.7386666666667L15.79808 192H0V234.6666666666667H170.6666666666667V192H154.8685866666667L151.1021866666667 210.7386666666667C150.63136 213.09792 149.9198933333333 213.3333333333334 147.3252266666667 213.3333333333334H96V44.816C96 41.5098666666667 96.40768 40.56832 99.944 40.3381333333333L128 38.44448V21.3333333333333H42.6666666666667z M160 21.3333333333333V38.44448L177.37888 40.0974933333333C180.6850133333333 40.3381333333334 181.3333333333333 41.2797866666667 181.3333333333333 44.816V138.6666666666667H151.34144C148.7467733333333 138.6666666666667 148.0353066666667 138.4312533333334 147.5645866666667 136.072L143.79808 117.3333333333334H128V160H256V117.3333333333334H240.20192L236.43552 136.072C235.9646933333334 138.4312533333334 235.2532266666667 138.6666666666667 232.65856 138.6666666666667H202.6666666666667V44.816C202.6666666666667 41.5098666666667 203.0743466666667 40.56832 206.6106666666667 40.3381333333333L224 38.44448V21.3333333333333H160z" />
<glyph glyph-name="cart"
unicode="&#xEA22;"
horiz-adv-x="256" d=" M245.3333333333333 85.3333333333333H32L48 106.6666666666667H202.6666666666667C207.264 106.6666666666667 211.328 109.6 212.7786666666667 113.9626666666667L244.7786666666667 209.9626666666667C245.8773333333334 213.216 245.3226666666667 216.7893333333333 243.3173333333333 219.5733333333334C241.312 222.3573333333334 238.0906666666667 224 234.6666666666667 224H47.0826666666667L18.208 252.8746666666667C14.0373333333333 257.0453333333334 7.296 257.0453333333334 3.1253333333333 252.8746666666667S-1.0453333333333 241.9626666666667 3.1253333333333 237.792L32 208.9173333333334V120.896L2.1333333333333 81.0666666666667C-0.2986666666667 77.8346666666667 -0.6826666666667 73.5146666666667 1.12 69.8986666666667C2.9333333333333 66.2826666666667 6.624 64 10.6666666666667 64H245.3333333333333C251.232 64 256 68.7786666666667 256 74.6666666666667S251.232 85.3333333333333 245.3333333333333 85.3333333333333z M21.3333333333333 21.3333333333333C21.3333333333333 9.5512586702764 30.8845920036097 0 42.6666666666667 0C54.4487413297236 0 64 9.5512586702764 64 21.3333333333333C64 33.1154079963903 54.4487413297236 42.6666666666667 42.6666666666667 42.6666666666667C30.8845920036097 42.6666666666667 21.3333333333333 33.1154079963903 21.3333333333333 21.3333333333333z M192 21.3333333333333C192 9.5512586702764 201.5512586702764 0 213.3333333333333 0C225.1154079963903 0 234.6666666666667 9.5512586702764 234.6666666666667 21.3333333333333C234.6666666666667 33.1154079963903 225.1154079963903 42.6666666666667 213.3333333333333 42.6666666666667C201.5512586702764 42.6666666666667 192 33.1154079963903 192 21.3333333333333z" />
<glyph glyph-name="chart-bar-32"
unicode="&#xEA23;"
horiz-adv-x="256" d=" M149.3333333333333 234.6666666666667H106.6666666666667C100.7786666666667 234.6666666666667 96 229.888 96 224V32C96 26.112 100.7786666666667 21.3333333333333 106.6666666666667 21.3333333333333H149.3333333333334C155.2213333333334 21.3333333333333 160 26.112 160 32V224C160 229.888 155.2213333333333 234.6666666666667 149.3333333333333 234.6666666666667z M53.3333333333333 117.3333333333334H10.6666666666667C4.7786666666667 117.3333333333334 0 112.5546666666667 0 106.6666666666667V32C0 26.112 4.7786666666667 21.3333333333334 10.6666666666667 21.3333333333334H53.3333333333333C59.2213333333333 21.3333333333334 64 26.112 64 32V106.6666666666667C64 112.5546666666667 59.2213333333333 117.3333333333334 53.3333333333333 117.3333333333334z M245.3333333333333 170.6666666666667H202.6666666666667C196.7786666666667 170.6666666666667 192 165.888 192 160V32C192 26.112 196.7786666666667 21.3333333333333 202.6666666666667 21.3333333333333H245.3333333333333C251.2213333333333 21.3333333333333 256 26.112 256 32V160C256 165.888 251.2213333333333 170.6666666666667 245.3333333333333 170.6666666666667z" />
<glyph glyph-name="chart-pie-35"
unicode="&#xEA24;"
horiz-adv-x="256" d=" M138.6666666666667 138.6666666666667H255.456C250.304 200.736 200.736 250.304 138.6666666666667 255.456V138.6666666666667z M132.416 117.3333333333334L45.4293333333333 30.3466666666667C67.744 11.456 96.544 0 128 0C194.976 0 250.0053333333334 51.744 255.456 117.3333333333333H132.416z M117.3333333333333 132.416V255.456C51.744 250.0053333333334 0 194.976 0 128C0 96.544 11.456 67.744 30.3466666666667 45.4293333333333L117.3333333333333 132.416z" />
<glyph glyph-name="chat-round"
unicode="&#xEA25;"
horiz-adv-x="256" d=" M128 245.3333333333334C57.6 245.3333333333334 0 197.3333333333334 0 138.6666666666667S57.6 32 128 32C138.6666666666667 32 149.3333333333334 33.0666666666667 160 35.2L219.7333333333333 11.7333333333333C220.8 11.7333333333333 221.8666666666667 10.6666666666667 224 10.6666666666667C226.1333333333334 10.6666666666667 228.2666666666667 11.7333333333333 230.4 12.8C233.6 14.9333333333333 234.6666666666667 19.2 234.6666666666667 22.4L229.3333333333334 72.5333333333333C246.4 91.7333333333333 256 114.1333333333333 256 137.6C256 197.3333333333334 198.4 245.3333333333334 128 245.3333333333334z" />
<glyph glyph-name="check-bold"
unicode="&#xEA26;"
horiz-adv-x="256" d=" M21.3333333333333 138.6666666666667L42.6666666666667 160L96 128L213.3333333333333 213.3333333333334L234.6666666666667 192L96 53.3333333333333z" />
<glyph glyph-name="circle-08"
unicode="&#xEA27;"
horiz-adv-x="256" d=" M128 256C57.4186666666667 256 0 198.5813333333333 0 128S57.4186666666667 0 128 0S256 57.4186666666667 256 128S198.5813333333333 256 128 256zM85.3333333333333 149.3333333333334C85.3333333333333 172.896 105.0026666666667 192 128 192S170.6666666666667 172.896 170.6666666666667 149.3333333333334V138.6666666666667C170.6666666666667 115.104 150.9973333333333 96 128 96S85.3333333333333 115.104 85.3333333333333 138.6666666666667V149.3333333333334zM128 21.3333333333333C102.048 21.3333333333333 78.24 30.6773333333333 59.7226666666667 46.144C68.672 63.0293333333333 86.2186666666667 74.6666666666667 106.6666666666667 74.6666666666667H149.3333333333333C169.7813333333333 74.6666666666667 187.328 63.0293333333333 196.2773333333333 46.144C177.76 30.6773333333334 153.952 21.3333333333333 128 21.3333333333333z" />
<glyph glyph-name="cloud-download-95"
unicode="&#xEA28;"
horiz-adv-x="256" d=" M211.968 148.5226666666667C204.6826666666667 191.52 167.104 224 122.6666666666667 224C76.7573333333333 224 38.6453333333333 189.9093333333333 32.864 145.1093333333333C13.184 136.9493333333334 0 117.728 0 96C0 66.592 23.9253333333333 42.6666666666667 53.3333333333333 42.6666666666667H202.6666666666666C232.0746666666667 42.6666666666667 256 66.592 256 96C256 122.24 236.96 144.1066666666667 211.968 148.5226666666667zM128 74.6666666666667L74.6666666666667 128H117.3333333333334V170.6666666666667H138.6666666666667V128H181.3333333333334L128 74.6666666666667z" />
<glyph glyph-name="cloud-upload-96"
unicode="&#xEA29;"
horiz-adv-x="256" d=" M211.968 148.5226666666667C204.6826666666667 191.52 167.104 224 122.6666666666667 224C76.7573333333333 224 38.656 189.9093333333333 32.864 145.1093333333333C13.1733333333333 136.9493333333334 0 117.728 0 96C0 66.592 23.9253333333333 42.6666666666667 53.3333333333333 42.6666666666667H202.6666666666666C232.0746666666667 42.6666666666667 256 66.592 256 96C256 122.24 236.96 144.1173333333333 211.968 148.5226666666667zM138.6666666666667 117.3333333333334V74.6666666666667H117.3333333333333V117.3333333333334H74.6666666666667L128 170.6666666666667L181.3333333333333 117.3333333333334H138.6666666666667z" />
<glyph glyph-name="compass-04"
unicode="&#xEA2A;"
horiz-adv-x="256" d=" M128 256C57.4186666666667 256 0 198.5813333333333 0 128S57.4186666666667 0 128 0S256 57.4186666666667 256 128S198.5813333333333 256 128 256zM138.6666666666667 21.8773333333333V42.6666666666667H117.3333333333333V21.8773333333334C67.0186666666667 26.8906666666667 26.8906666666667 67.0186666666667 21.8773333333333 117.3333333333334H42.6666666666667V138.6666666666667H21.8773333333333C26.8906666666667 188.9813333333334 67.0186666666667 229.1093333333333 117.3333333333333 234.1226666666667V213.3333333333334H138.6666666666667V234.1226666666667C188.9813333333333 229.0986666666667 229.1093333333333 188.9813333333334 234.1226666666667 138.6666666666667H213.3333333333333V117.3333333333334H234.1226666666667C229.1093333333333 67.0186666666667 188.9813333333333 26.8906666666667 138.6666666666667 21.8773333333333z M98.5386666666667 157.4613333333334L54.3573333333333 54.3573333333333L157.4613333333333 98.5386666666667L201.6426666666667 201.6426666666667L98.5386666666667 157.4613333333334zM94.976 94.976L114.7946666666667 141.2053333333333L141.216 114.784L94.976 94.976z" />
<glyph glyph-name="controller"
unicode="&#xEA2B;"
horiz-adv-x="256" d=" M138.6666666666667 234.6666666666667C138.6666666666667 240.5546666666667 133.888 245.3333333333334 128 245.3333333333334S117.3333333333333 240.5546666666667 117.3333333333333 234.6666666666667V181.3333333333334H138.6666666666667V234.6666666666667z M192 160H64C28.704 160 0 131.296 0 96S28.704 32 64 32C86.9866666666667 32 108.0213333333333 44.352 119.3706666666667 64H136.6186666666667C147.968 44.352 169.0026666666667 32 191.9893333333333 32C227.2853333333333 32 255.9893333333333 60.704 255.9893333333333 96S227.296 160 192 160zM96 85.3333333333333H74.6666666666667V64H53.3333333333333V85.3333333333333H32V106.6666666666667H53.3333333333333V128H74.6666666666667V106.6666666666667H96V85.3333333333333zM181.3333333333333 64C175.4453333333333 64 170.6666666666667 68.7786666666667 170.6666666666667 74.6666666666667C170.6666666666667 80.5546666666667 175.4453333333334 85.3333333333333 181.3333333333333 85.3333333333333S192 80.5546666666667 192 74.6666666666667C192 68.7786666666667 187.2213333333333 64 181.3333333333333 64zM213.3333333333333 96C207.4453333333333 96 202.6666666666667 100.7786666666667 202.6666666666667 106.6666666666667C202.6666666666667 112.5546666666667 207.4453333333334 117.3333333333333 213.3333333333333 117.3333333333333S224 112.5546666666667 224 106.6666666666667C224 100.7786666666667 219.2213333333333 96 213.3333333333333 96z" />
<glyph glyph-name="credit-card"
unicode="&#xEA2C;"
horiz-adv-x="256" d=" M256 170.6773333333333V213.3333333333334C256 225.12 246.4533333333333 234.6666666666667 234.6666666666667 234.6666666666667H21.3333333333333C9.5466666666667 234.6666666666667 0 225.12 0 213.3333333333334V170.6773333333333H256z M0 138.6666666666667V42.6666666666667C0 30.88 9.5466666666667 21.3333333333333 21.3333333333333 21.3333333333333H234.6666666666667C246.4533333333333 21.3333333333333 256 30.88 256 42.6666666666667V138.6666666666667H0zM117.3333333333333 74.6666666666667H42.6666666666667V96H117.3333333333333V74.6666666666667zM213.3333333333333 74.6666666666667H170.6666666666667V96H213.3333333333333V74.6666666666667z" />
<glyph glyph-name="curved-next"
unicode="&#xEA2D;"
horiz-adv-x="256" d=" M138.6666666666667 96V27.7333333333334L249.6 138.6666666666667L138.6666666666667 249.6V181.3333333333334C89.6 179.2 0 158.9333333333333 0 42.6666666666667V3.2L20.2666666666667 37.3333333333333C45.8666666666667 81.0666666666667 71.4666666666667 94.9333333333333 138.6666666666667 96z" />
<glyph glyph-name="delivery-fast"
unicode="&#xEA2E;"
horiz-adv-x="256" d=" M0 245.3333333333334H96V224H0V245.3333333333334z M21.3333333333333 202.6666666666667H96V181.3333333333334H21.3333333333333V202.6666666666667z M42.6666666666667 160H96V138.6666666666667H42.6666666666667V160z M64 117.3333333333334H96V96H64V117.3333333333334z M250.1013333333333 137.5466666666667L211.8186666666667 156.6826666666667L202.3466666666666 194.5813333333333C201.1626666666667 199.3386666666667 196.896 202.6666666666667 192 202.6666666666667H174.6666666666667H117.3333333333333C117.3333333333333 202.6666666666667 117.3333333333333 69.856 117.3333333333333 64S117.8773333333333 53.3333333333333 117.8773333333333 53.3333333333333C120.5653333333333 29.3973333333333 140.6933333333333 10.6666666666667 165.3333333333333 10.6666666666667S210.1013333333333 29.3973333333333 212.7893333333333 53.3333333333333H245.3333333333333C251.2213333333333 53.3333333333333 256 58.112 256 64V128C256 132.0426666666667 253.7173333333334 135.7333333333334 250.1013333333333 137.5466666666667zM165.3333333333333 32C150.6346666666667 32 138.6666666666667 43.9573333333333 138.6666666666667 58.6666666666667S150.6346666666667 85.3333333333333 165.3333333333333 85.3333333333333S192 73.376 192 58.6666666666667S180.032 32 165.3333333333333 32zM138.6666666666667 149.3333333333334V181.3333333333334H185.0026666666667L192 149.3333333333334H138.6666666666667z" />
<glyph glyph-name="diamond"
unicode="&#xEA2F;"
horiz-adv-x="256" d=" M200.192 241.4933333333334C198.1653333333333 243.9253333333334 195.168 245.3333333333334 192 245.3333333333334H64C60.832 245.3333333333334 57.8346666666667 243.9253333333334 55.808 241.4933333333334L2.4746666666667 177.4933333333334C-0.6613333333333 173.728 -0.832 168.3093333333334 2.0586666666667 164.3626666666667L119.392 4.3626666666667C121.408 1.6213333333334 124.608 0 128 0S134.592 1.6213333333333 136.608 4.3626666666667L253.9413333333333 164.3626666666667C256.832 168.32 256.672 173.728 253.5253333333333 177.4933333333334L200.192 241.4933333333334zM202.6666666666667 160H53.3333333333333V181.3333333333334H202.6666666666666V160z" />
<glyph glyph-name="email-83"
unicode="&#xEA30;"
horiz-adv-x="256" d=" M245.3333333333333 234.6666666666667H10.6666666666667C4.2666666666667 234.6666666666667 0 230.4 0 224V192C0 187.7333333333334 2.1333333333333 184.5333333333333 5.3333333333333 182.4L122.6666666666667 118.4C124.8 117.3333333333334 125.8666666666667 117.3333333333334 128 117.3333333333334S131.2 117.3333333333334 133.3333333333334 118.4L250.6666666666667 182.4C253.8666666666667 184.5333333333333 256 187.7333333333334 256 192V224C256 230.4 251.7333333333334 234.6666666666667 245.3333333333333 234.6666666666667z M142.9333333333333 100.2666666666667C138.6666666666667 97.0666666666667 133.3333333333333 96 128 96S117.3333333333333 97.0666666666667 113.0666666666667 100.2666666666667L0 161.0666666666667V32C0 25.6 4.2666666666667 21.3333333333333 10.6666666666667 21.3333333333333H245.3333333333333C251.7333333333333 21.3333333333333 256 25.6 256 32V161.0666666666667L142.9333333333333 100.2666666666667z" />
<glyph glyph-name="fat-add"
unicode="&#xEA31;"
horiz-adv-x="256" d=" M192 149.3333333333334L149.3333333333333 149.3333333333334L149.3333333333333 192L106.6666666666667 192L106.6666666666667 149.3333333333334L64 149.3333333333334L64 106.6666666666667L106.6666666666667 106.6666666666667L106.6666666666667 64L149.3333333333333 64L149.3333333333333 106.6666666666667L192 106.6666666666667z" />
<glyph glyph-name="fat-delete"
unicode="&#xEA32;"
horiz-adv-x="256" d=" M64 149.3333333333334H192V106.6666666666667H64V149.3333333333334z" />
<glyph glyph-name="fat-remove"
unicode="&#xEA33;"
horiz-adv-x="256" d=" M188.8 98.1333333333333L157.8666666666667 128L188.8 157.8666666666667L157.8666666666667 188.8L128 157.8666666666667L98.1333333333333 188.8L67.2 157.8666666666667L98.1333333333333 128L67.2 98.1333333333333L98.1333333333333 67.2L128 98.1333333333333L157.8666666666667 67.2z" />
<glyph glyph-name="favourite-28"
unicode="&#xEA34;"
horiz-adv-x="256" d=" M181.3333333333333 256C161.0666666666667 256 141.8666666666667 247.4666666666667 128 233.6C114.1333333333333 247.4666666666667 94.9333333333333 256 74.6666666666667 256C33.0666666666667 256 0 222.9333333333333 0 181.3333333333334C0 113.0666666666667 116.2666666666667 17.0666666666667 121.6 12.8C123.7333333333333 10.6666666666667 125.8666666666667 10.6666666666667 128 10.6666666666667S132.2666666666667 11.7333333333333 134.4 12.8C139.7333333333333 17.0666666666667 256 113.0666666666667 256 181.3333333333334C256 222.9333333333333 222.9333333333333 256 181.3333333333333 256z" />
<glyph glyph-name="folder-17"
unicode="&#xEA35;"
horiz-adv-x="256" d=" M101.3333333333333 224C107.7333333333333 224 114.1333333333333 220.8 118.4 215.4666666666667L144 181.3333333333334H234.6666666666667V245.3333333333334C234.6666666666667 251.7333333333333 230.4 256 224 256H32C25.6 256 21.3333333333333 251.7333333333333 21.3333333333333 245.3333333333334V224H101.3333333333333z M245.3333333333333 160H133.3333333333333L104.5333333333333 198.4C102.4 201.6 99.2 202.6666666666667 96 202.6666666666667H10.6666666666667C4.2666666666667 202.6666666666667 0 198.4 0 192V10.6666666666667C0 4.2666666666667 4.2666666666667 0 10.6666666666667 0H245.3333333333333C251.7333333333333 0 256 4.2666666666667 256 10.6666666666667V149.3333333333334C256 155.7333333333334 251.7333333333334 160 245.3333333333333 160z" />
<glyph glyph-name="glasses-2"
unicode="&#xEA36;"
horiz-adv-x="256" d=" M213.3333333333333 245.3333333333334H202.6666666666667V224H213.3333333333333C225.0986666666667 224 234.6666666666667 214.432 234.6666666666667 202.6666666666667V114.5493333333334C224.512 122.944 211.4986666666667 128 197.3333333333333 128C176.2133333333333 128 157.7173333333333 116.7466666666667 147.392 99.9466666666667C141.9946666666667 104.096 135.3173333333333 106.6666666666667 128 106.6666666666667S114.0053333333334 104.096 108.608 99.9466666666667C98.2826666666667 116.7466666666667 79.7866666666667 128 58.6666666666667 128C44.5013333333333 128 31.488 122.944 21.3333333333333 114.5493333333333V202.6666666666667C21.3333333333333 214.432 30.9013333333333 224 42.6666666666667 224H53.3333333333333V245.3333333333334H42.6666666666667C19.136 245.3333333333334 0 226.1973333333334 0 202.6666666666667V69.3333333333334C0 36.992 26.3253333333333 10.6666666666667 58.6666666666667 10.6666666666667C89.2053333333333 10.6666666666667 114.3573333333333 34.144 117.0666666666667 64H117.3333333333333V74.6666666666667C117.3333333333333 80.5546666666667 122.112 85.3333333333333 128 85.3333333333333S138.6666666666667 80.5546666666667 138.6666666666667 74.6666666666667V64H138.9333333333333C141.6426666666667 34.144 166.784 10.6666666666667 197.3333333333333 10.6666666666667C229.6746666666667 10.6666666666667 256 36.992 256 69.3333333333333V202.6666666666667C256 226.1973333333334 236.864 245.3333333333334 213.3333333333333 245.3333333333334z" />
<glyph glyph-name="hat-3"
unicode="&#xEA37;"
horiz-adv-x="256" d=" M234.6666666666667 138.6666666666667H256V74.6666666666667H234.6666666666667V138.6666666666667z M141.2373333333333 88.2133333333333C137.0346666666667 86.2933333333334 132.5866666666667 85.3333333333333 128 85.3333333333333S118.9653333333333 86.2933333333334 114.7733333333334 88.2026666666667L42.6666666666667 120.9813333333334V64C42.6666666666667 35.9893333333333 85.5893333333333 21.3333333333333 128 21.3333333333333S213.3333333333333 35.9893333333334 213.3333333333333 64V120.9706666666667L141.2373333333333 88.2133333333333z M249.7493333333334 180.3733333333333L132.416 233.7066666666667C129.6106666666667 234.976 126.4 234.976 123.5946666666667 233.7066666666667L6.2613333333333 180.3733333333333C2.4426666666667 178.6453333333333 0 174.8586666666667 0 170.6666666666667S2.4426666666667 162.688 6.2506666666667 160.96L123.584 107.6266666666667C124.992 106.9866666666667 126.496 106.6666666666667 128 106.6666666666667S131.008 106.9866666666667 132.416 107.6266666666667L249.7493333333333 160.96C253.5573333333334 162.688 256 166.4746666666667 256 170.6666666666667S253.5573333333334 178.6453333333333 249.7493333333334 180.3733333333333z" />
<glyph glyph-name="headphones"
unicode="&#xEA38;"
horiz-adv-x="256" d=" M245.3333333333333 106.112V160C245.3333333333333 212.928 202.2613333333333 256 149.3333333333333 256H106.6666666666667C53.7386666666667 256 10.6666666666667 212.928 10.6666666666667 160V106.112C3.9466666666667 95.4346666666667 0 82.848 0 69.3333333333334C0 31.104 31.104 0 69.3333333333333 0C75.6266666666667 0 81.984 0.896 88.2346666666667 2.6666666666667C92.832 3.968 96 8.16 96 12.928V125.7386666666667C96 130.5066666666667 92.832 134.6986666666667 88.2346666666667 136C81.984 137.7706666666667 75.6266666666667 138.6666666666667 69.3333333333333 138.6666666666667C55.584 138.6666666666667 42.7946666666667 134.592 32 127.6586666666667V160C32 201.1733333333334 65.4933333333333 234.6666666666667 106.6666666666667 234.6666666666667H149.3333333333333C190.5066666666667 234.6666666666667 224 201.1733333333333 224 160V127.6586666666667C213.2053333333333 134.592 200.416 138.6666666666667 186.6666666666667 138.6666666666667C180.3733333333333 138.6666666666667 174.016 137.7706666666667 167.7653333333333 136C163.168 134.6986666666667 160 130.5066666666667 160 125.7386666666667V12.9386666666667C160 8.1706666666667 163.168 3.9786666666667 167.7653333333333 2.6773333333334C174.016 0.896 180.3733333333333 0 186.6666666666667 0C224.896 0 256 31.104 256 69.3333333333333C256 82.848 252.0533333333333 95.4346666666667 245.3333333333333 106.112z" />
<glyph glyph-name="html5"
unicode="&#xEA39;"
horiz-adv-x="256" d=" M231.9466666666667 241.7813333333333C229.9306666666667 244.0426666666667 227.04 245.3333333333334 224 245.3333333333334H32C28.96 245.3333333333334 26.0693333333333 244.0426666666667 24.0533333333333 241.7813333333333C22.0266666666667 239.52 21.0666666666667 236.5013333333333 21.3973333333333 233.4933333333334L42.7306666666667 41.4933333333333C43.2 37.1946666666667 46.24 33.6106666666667 50.4 32.4053333333333L125.0666666666667 11.072C126.0266666666667 10.8053333333334 127.0186666666667 10.6666666666667 128 10.6666666666667S129.9733333333333 10.8053333333334 130.9333333333333 11.072L205.6 32.4053333333334C209.76 33.6000000000001 212.7893333333333 37.184 213.2693333333333 41.4933333333334L234.6026666666667 233.4933333333334C234.9333333333333 236.5013333333333 233.9733333333333 239.52 231.9466666666667 241.7813333333333zM192 181.3333333333334H86.2613333333333L89.8133333333333 138.6666666666667H187.7866666666667L180.5333333333333 66.1333333333334L128 53.0026666666667L74.6666666666667 66.336V96H96V82.9973333333333L128 74.9973333333333L160.8 83.2L164.2133333333334 117.3333333333333H70.1866666666667L63.072 202.6666666666667H192V181.3333333333334z" />
<glyph glyph-name="istanbul"
unicode="&#xEA3A;"
horiz-adv-x="256" d=" M234.6666666666667 221.8666666666667V245.3333333333334C234.6666666666667 251.7333333333333 230.4 256 224 256S213.3333333333334 251.7333333333333 213.3333333333334 245.3333333333334V221.8666666666667C200.5333333333333 217.6 192 205.8666666666667 192 192V160V128C192 160 168.5333333333333 185.6 138.6666666666667 190.9333333333333V213.3333333333334C138.6666666666667 219.7333333333334 134.4 224 128 224S117.3333333333334 219.7333333333334 117.3333333333334 213.3333333333334V190.9333333333333C87.4666666666667 185.6 64 160 64 128V160V192C64 205.8666666666667 55.4666666666667 217.6 42.6666666666667 221.8666666666667V245.3333333333334C42.6666666666667 251.7333333333333 38.4 256 32 256S21.3333333333333 251.7333333333333 21.3333333333333 245.3333333333334V221.8666666666667C8.5333333333333 217.6 0 205.8666666666667 0 192V160V10.6666666666667C0 4.2666666666667 4.2666666666667 0 10.6666666666667 0H106.6666666666667V21.3333333333334C106.6666666666667 33.0666666666667 116.2666666666667 42.6666666666667 128 42.6666666666667L128 42.6666666666667C139.7333333333334 42.6666666666667 149.3333333333334 33.0666666666667 149.3333333333334 21.3333333333334V0H245.3333333333334C251.7333333333334 0 256 4.2666666666667 256 10.6666666666667V160V192C256 205.8666666666667 247.4666666666667 217.6 234.6666666666667 221.8666666666667zM42.6666666666667 170.6666666666667H21.3333333333333V192C21.3333333333333 198.4 25.6 202.6666666666667 32 202.6666666666667S42.6666666666667 198.4 42.6666666666667 192V170.6666666666667zM170.6666666666667 117.3333333333334H85.3333333333333V128C85.3333333333333 151.4666666666667 104.5333333333333 170.6666666666667 128 170.6666666666667C151.4666666666667 170.6666666666667 170.6666666666667 151.4666666666667 170.6666666666667 128V117.3333333333334zM234.6666666666667 170.6666666666667H213.3333333333333V192C213.3333333333333 198.4 217.6 202.6666666666667 224 202.6666666666667S234.6666666666667 198.4 234.6666666666667 192V170.6666666666667z" />
<glyph glyph-name="key-25"
unicode="&#xEA3B;"
horiz-adv-x="256" d=" M252.8746666666667 178.208L217.7493333333334 213.3333333333334L242.208 237.792C246.3786666666667 241.9626666666667 246.3786666666667 248.704 242.208 252.8746666666667S231.296 257.0453333333334 227.1253333333334 252.8746666666667L116.2773333333333 142.0266666666667C119.072 139.8506666666667 121.792 137.5466666666667 124.3413333333333 135.008C126.8906666666667 132.4586666666667 129.184 129.7386666666667 131.36 126.944L170.6666666666667 166.2506666666667L205.792 131.1253333333334C207.872 129.0453333333334 210.6026666666667 128 213.3333333333333 128S218.7946666666667 129.0453333333333 220.8746666666667 131.1253333333334L252.8746666666667 163.1253333333334C257.0453333333333 167.296 257.0453333333333 174.0373333333333 252.8746666666667 178.208z M64 10.6666666666667C81.0986666666667 10.6666666666667 97.1626666666667 17.3226666666667 109.2586666666667 29.408S128 57.568 128 74.6666666666667S121.344 107.8293333333334 109.2586666666667 119.9253333333334S81.0986666666667 138.6666666666667 64 138.6666666666667S30.8373333333333 132.0106666666667 18.7413333333333 119.9253333333334S0 91.7653333333333 0 74.6666666666667S6.656 41.504 18.7413333333333 29.408S46.9013333333333 10.6666666666667 64 10.6666666666667z" />
<glyph glyph-name="laptop"
unicode="&#xEA3C;"
horiz-adv-x="256" d=" M224 108.8533333333334V213.3333333333334C224 225.0986666666667 214.432 234.6666666666667 202.6666666666667 234.6666666666667H53.3333333333333C41.568 234.6666666666667 32 225.0986666666667 32 213.3333333333334V108.8533333333334L7.232 51.072C4.4053333333333 44.4586666666667 5.0773333333333 36.928 9.0346666666667 30.9226666666667C12.992 24.9173333333333 19.648 21.3333333333333 26.848 21.3333333333333H229.1626666666667C236.352 21.3333333333333 243.008 24.9173333333333 246.976 30.9226666666667C250.9333333333334 36.928 251.6053333333334 44.4586666666667 248.768 51.072L224 108.8533333333334zM202.6666666666667 117.3333333333334H53.3333333333333V213.3333333333334H202.6666666666666V117.3333333333334z" />
<glyph glyph-name="like-2"
unicode="&#xEA3D;"
horiz-adv-x="256" d=" M53.3333333333333 21.3333333333333H32C25.6 21.3333333333333 21.3333333333333 25.6 21.3333333333333 32V128C21.3333333333333 134.4 25.6 138.6666666666667 32 138.6666666666667H53.3333333333333C59.7333333333333 138.6666666666667 64 134.4 64 128V32C64 25.6 59.7333333333333 21.3333333333333 53.3333333333333 21.3333333333333z M213.3333333333333 149.3333333333334H160V181.3333333333334C160 199.4666666666667 149.3333333333334 224 133.3333333333334 233.6C125.8666666666667 236.8 117.3333333333333 232.5333333333334 117.3333333333333 224V181.3333333333334L85.3333333333333 142.9333333333333V32L88.5333333333333 30.9333333333333C100.2666666666667 24.5333333333334 114.1333333333333 21.3333333333333 128 21.3333333333333H202.6666666666667C214.4 21.3333333333333 224 30.9333333333333 224 42.6666666666667L234.6666666666667 128C234.6666666666667 139.7333333333334 225.0666666666667 149.3333333333334 213.3333333333333 149.3333333333334z" />
<glyph glyph-name="lock-circle-open"
unicode="&#xEA3E;"
horiz-adv-x="256" d=" M128 170.6666666666667C112.448 170.6666666666667 97.8986666666667 166.4213333333333 85.3333333333333 159.1253333333334V192C85.3333333333333 215.5306666666667 104.4693333333333 234.6666666666667 128 234.6666666666667S170.6666666666667 215.5306666666667 170.6666666666667 192H192C192 227.296 163.296 256 128 256S64 227.296 64 192V141.5893333333334C50.7626666666667 126.5493333333334 42.6666666666667 106.8906666666667 42.6666666666667 85.3333333333333C42.6666666666667 38.2826666666667 80.9493333333333 0 128 0S213.3333333333333 38.2826666666667 213.3333333333333 85.3333333333333S175.0506666666667 170.6666666666667 128 170.6666666666667zM138.6666666666667 65.9626666666667V42.6666666666667H117.3333333333333V65.9626666666667C104.9493333333333 70.3786666666667 96 82.112 96 96C96 113.6426666666667 110.3573333333333 128 128 128S160 113.6426666666667 160 96C160 82.112 151.0506666666667 70.3786666666667 138.6666666666667 65.9626666666667z" />
<glyph glyph-name="map-big"
unicode="&#xEA3F;"
horiz-adv-x="256" d=" M181.3333333333333 241.2586666666667L138.6666666666667 219.9253333333333L138.6666666666667 14.7413333333334L181.3333333333333 36.0746666666667z M117.3333333333333 219.9253333333333L74.6666666666667 241.2586666666667L74.6666666666667 36.0746666666667L117.3333333333333 14.7413333333334z M53.3333333333333 240.704L5.1733333333333 211.808C1.9733333333333 209.888 0 206.4213333333333 0 202.6666666666667V0L53.3333333333333 34.496V240.704z M250.8266666666667 211.808L202.6666666666667 240.704V34.496L256 0V202.6666666666667C256 206.4213333333333 254.0266666666667 209.888 250.8266666666667 211.808z" />
<glyph glyph-name="mobile-button"
unicode="&#xEA40;"
horiz-adv-x="256" d=" M192 256H64C46.3573333333333 256 32 241.6426666666667 32 224V32C32 14.3573333333333 46.3573333333333 0 64 0H192C209.6426666666667 0 224 14.3573333333333 224 32V224C224 241.6426666666667 209.6426666666667 256 192 256zM128 21.3333333333333C122.112 21.3333333333333 117.3333333333333 26.112 117.3333333333333 32S122.112 42.6666666666667 128 42.6666666666667S138.6666666666667 37.888 138.6666666666667 32S133.888 21.3333333333333 128 21.3333333333333zM202.6666666666667 74.6666666666667C202.6666666666667 68.7786666666667 197.888 64 192 64H64C58.112 64 53.3333333333333 68.7786666666667 53.3333333333333 74.6666666666667V213.3333333333334C53.3333333333333 219.2213333333334 58.112 224 64 224H192C197.888 224 202.6666666666667 219.2213333333334 202.6666666666667 213.3333333333334V74.6666666666667z" />
<glyph glyph-name="money-coins"
unicode="&#xEA41;"
horiz-adv-x="256" d=" M85.3333333333333 106.6666666666667H10.6666666666667C4.7786666666667 106.6666666666667 0 111.4453333333333 0 117.3333333333334V245.3333333333334C0 251.2213333333334 4.7786666666667 256 10.6666666666667 256H202.6666666666667C208.5546666666667 256 213.3333333333333 251.2213333333334 213.3333333333333 245.3333333333334V192H192V234.6666666666667H21.3333333333333V128H85.3333333333333V106.6666666666667z M181.3333333333333 85.3333333333333C149.856 85.3333333333333 123.7013333333333 92.1493333333334 106.6666666666667 103.5946666666667C106.6666666666667 95.6373333333334 106.6666666666667 90.3893333333334 106.6666666666667 85.3333333333333C106.6666666666667 67.6586666666667 140.096 53.3333333333333 181.3333333333333 53.3333333333333S256 67.6586666666667 256 85.3333333333333C256 90.3893333333334 256 95.6373333333334 256 103.5946666666667C238.9653333333333 92.1493333333334 212.8106666666667 85.3333333333333 181.3333333333333 85.3333333333333z M181.3333333333333 32C149.856 32 123.7013333333333 38.816 106.6666666666667 50.2613333333333C106.6666666666667 42.304 106.6666666666667 37.056 106.6666666666667 32C106.6666666666667 14.3253333333333 140.096 0 181.3333333333333 0S256 14.3253333333333 256 32C256 37.056 256 42.304 256 50.2613333333333C238.9653333333333 38.816 212.8106666666667 32 181.3333333333333 32z M95.0293333333333 163.4986666666667C102.3466666666667 172.0426666666667 113.5253333333333 179.0186666666667 127.7333333333333 183.936C126.4426666666667 194.4533333333334 117.5466666666667 202.6666666666667 106.6666666666667 202.6666666666667C94.9013333333333 202.6666666666667 85.3333333333333 193.0986666666667 85.3333333333333 181.3333333333334C85.3333333333333 173.8666666666667 89.2053333333333 167.3066666666667 95.0293333333333 163.4986666666667z M106.6666666666667 138.6666666666667C106.6666666666667 120.9935546720813 140.0960720126341 106.6666666666667 181.3333333333333 106.6666666666667C222.5705946540326 106.6666666666667 256 120.9935546720813 256 138.6666666666667C256 156.3397786612521 222.5705946540326 170.6666666666667 181.3333333333333 170.6666666666667C140.0960720126341 170.6666666666667 106.6666666666667 156.3397786612521 106.6666666666667 138.6666666666667z" />
<glyph glyph-name="note-03"
unicode="&#xEA42;"
horiz-adv-x="256" d=" M245.3333333333333 256H85.3333333333333C79.4453333333333 256 74.6666666666667 251.2213333333334 74.6666666666667 245.3333333333334V87.872C67.0293333333333 92.992 57.8666666666667 96 48 96C21.536 96 0 74.464 0 48S21.536 0 48 0S96 21.536 96 48V170.6666666666667H234.6666666666667V109.2053333333333C227.0293333333333 114.3253333333333 217.8666666666667 117.3333333333334 208 117.3333333333334C181.536 117.3333333333334 160 95.7973333333333 160 69.3333333333333S181.536 21.3333333333333 208 21.3333333333333S256 42.8693333333333 256 69.3333333333333V245.3333333333334C256 251.2213333333334 251.2213333333333 256 245.3333333333333 256z" />
<glyph glyph-name="notification-70"
unicode="&#xEA43;"
horiz-adv-x="256" d=" M202.6666666666667 256C170.6666666666667 256 140.8 240 122.6666666666667 213.3333333333334H85.3333333333333H74.6666666666667H32C13.8666666666667 213.3333333333334 0 190.9333333333333 0 160S13.8666666666667 106.6666666666667 32 106.6666666666667H56.5333333333333L102.4 28.8C108.8 18.1333333333334 121.6 14.9333333333333 131.2 21.3333333333333C141.8666666666667 27.7333333333334 145.0666666666667 40.5333333333333 138.6666666666667 50.1333333333334L105.6 106.6666666666667H122.6666666666667C140.8 80 170.6666666666667 64 202.6666666666667 64C233.6 64 256 105.6 256 160S233.6 256 202.6666666666667 256zM202.6666666666667 85.3333333333333C193.0666666666667 85.3333333333333 182.4 99.2 176 120.5333333333333C192 126.9333333333333 202.6666666666667 141.8666666666667 202.6666666666667 160S192 193.0666666666667 176 199.4666666666667C182.4 220.8 193.0666666666667 234.6666666666667 202.6666666666667 234.6666666666667C217.6 234.6666666666667 234.6666666666667 202.6666666666667 234.6666666666667 160S217.6 85.3333333333333 202.6666666666667 85.3333333333333z" />
<glyph glyph-name="palette"
unicode="&#xEA44;"
horiz-adv-x="256" d=" M217.6 190.9333333333333C205.8666666666666 196.2666666666667 194.1333333333333 199.4666666666667 181.3333333333333 199.4666666666667C164.2666666666667 199.4666666666667 149.3333333333333 194.1333333333333 135.4666666666667 189.8666666666667C126.9333333333333 186.6666666666667 118.4 184.5333333333334 112 184.5333333333334C107.7333333333333 184.5333333333334 105.6 185.6 104.5333333333333 187.7333333333334C104.5333333333333 188.8 105.6 194.1333333333334 106.6666666666666 197.3333333333334C109.8666666666667 206.9333333333333 113.0666666666667 218.6666666666667 104.5333333333333 230.4C99.2 236.8 90.6666666666666 241.0666666666667 81.0666666666666 241.0666666666667C71.4666666666666 241.0666666666667 62.9333333333333 237.8666666666667 54.4 232.5333333333334C20.2666666666667 209.0666666666667 0 169.6 0 128C0 57.6 57.6 0 128 0C184.5333333333333 0 235.7333333333333 38.4 251.7333333333333 93.8666666666667C252.8 100.2666666666667 267.7333333333334 166.4 217.6 190.9333333333333zM32 128C32 139.7333333333334 41.6 149.3333333333333 53.3333333333333 149.3333333333333S74.6666666666667 139.7333333333334 74.6666666666667 128S65.0666666666667 106.6666666666667 53.3333333333333 106.6666666666667S32 116.2666666666667 32 128zM80 53.3333333333333C68.2666666666667 53.3333333333333 58.6666666666667 62.9333333333333 58.6666666666667 74.6666666666667S68.2666666666667 96 80 96S101.3333333333333 86.4 101.3333333333333 74.6666666666667S91.7333333333333 53.3333333333333 80 53.3333333333333zM138.6666666666667 32C126.9333333333333 32 117.3333333333333 41.6 117.3333333333333 53.3333333333333S126.9333333333333 74.6666666666667 138.6666666666667 74.6666666666667S160 65.0666666666667 160 53.3333333333333S150.4 32 138.6666666666667 32zM181.3333333333333 96C163.2 96 149.3333333333333 109.8666666666667 149.3333333333333 128S163.2 160 181.3333333333333 160S213.3333333333333 146.1333333333333 213.3333333333333 128S199.4666666666667 96 181.3333333333333 96z" />
<glyph glyph-name="paper-diploma"
unicode="&#xEA45;"
horiz-adv-x="256" d=" M74.6666666666667 37.3333333333333C74.6666666666667 24.608 61.9306666666667 21.8986666666667 58.24 21.376C49.6106666666667 21.6106666666667 42.6666666666667 28.6613333333333 42.6666666666667 37.3333333333333V234.6666666666667H138.6666666666667V256H32C26.112 256 21.3333333333333 251.2213333333334 21.3333333333333 245.3333333333334V37.3333333333333C21.3333333333333 16.7466666666667 38.08 0 58.6666666666667 0H218.6666666666667C239.2533333333334 0 256 16.7466666666667 256 37.3333333333333V53.3333333333333H74.6666666666667V37.3333333333333z M202.6666666666667 128C186.8053333333333 128 172.1066666666667 133.0133333333333 160 141.4826666666667V74.6666666666667L202.6666666666667 106.6666666666667L245.3333333333333 74.6666666666667V141.4826666666667C233.2266666666667 133.0133333333334 218.528 128 202.6666666666667 128z M149.3333333333333 202.6666666666667C149.3333333333333 173.2114800090244 173.2114800090243 149.3333333333334 202.6666666666667 149.3333333333334C232.121853324309 149.3333333333334 256 173.2114800090244 256 202.6666666666667C256 232.121853324309 232.121853324309 256 202.6666666666667 256C173.2114800090243 256 149.3333333333333 232.121853324309 149.3333333333333 202.6666666666667z" />
<glyph glyph-name="pin-3"
unicode="&#xEA46;"
horiz-adv-x="256" d=" M128 256C81.0666666666667 256 32 219.7333333333334 32 160C32 103.4666666666667 117.3333333333333 17.0666666666667 120.5333333333333 13.8666666666667C122.6666666666667 11.7333333333333 124.8 10.6666666666667 128 10.6666666666667S133.3333333333334 11.7333333333333 135.4666666666667 13.8666666666667C138.6666666666667 17.0666666666667 224 103.4666666666667 224 160C224 219.7333333333334 174.9333333333333 256 128 256zM128 128C109.8666666666667 128 96 141.8666666666667 96 160S109.8666666666667 192 128 192S160 178.1333333333333 160 160S146.1333333333333 128 128 128z" />
<glyph glyph-name="planet"
unicode="&#xEA47;"
horiz-adv-x="256" d=" M228.608 54.624C235.7653333333333 37.5253333333333 236.032 26.4426666666667 232.5333333333333 22.9333333333333C228.1066666666667 18.5066666666667 211.1466666666667 21.7066666666667 185.984 35.8186666666667C209.2053333333333 55.4133333333334 224 84.6613333333334 224 117.3333333333334C224 176.1493333333334 176.1493333333334 224 117.3333333333334 224C84.6613333333333 224 55.4133333333333 209.2053333333333 35.8293333333333 185.9946666666667C21.7066666666667 211.1573333333333 18.5173333333333 228.1173333333334 22.9333333333333 232.544C26.4426666666667 236.0426666666667 37.5253333333333 235.776 54.624 228.6186666666667C62.7093333333333 233.2053333333334 71.3386666666667 236.8426666666667 80.384 239.6053333333334C47.2853333333333 257.952 21.3866666666667 261.1840000000001 7.84 247.6373333333334C-7.8293333333333 231.936 1.3653333333333 200.7466666666667 22.6666666666667 166.2826666666667C15.04 151.6053333333333 10.6666666666667 134.9866666666667 10.6666666666667 117.3333333333334C10.6666666666667 58.5173333333333 58.5173333333333 10.6666666666667 117.3333333333333 10.6666666666667C134.9866666666667 10.6666666666667 151.6053333333333 15.04 166.2826666666667 22.6666666666667C200.7573333333334 1.3653333333334 231.936 -7.8293333333333 247.6266666666667 7.8613333333334C261.1733333333334 21.408 257.9413333333333 47.296 239.5946666666667 80.4053333333334C236.8426666666667 71.3493333333333 233.1946666666667 62.7093333333334 228.608 54.624zM69.3333333333333 96C60.5013333333333 96 53.3333333333333 103.168 53.3333333333333 112S60.5013333333333 128 69.3333333333333 128S85.3333333333333 120.832 85.3333333333333 112S78.1653333333333 96 69.3333333333333 96zM138.6666666666667 74.6666666666667C132.7786666666667 74.6666666666667 128 79.4453333333333 128 85.3333333333333C128 91.2213333333334 132.7786666666667 96 138.6666666666667 96C144.5546666666667 96 149.3333333333333 91.2213333333334 149.3333333333333 85.3333333333333C149.3333333333333 79.4453333333333 144.5546666666667 74.6666666666667 138.6666666666667 74.6666666666667zM133.3333333333333 138.6666666666667C124.5013333333333 138.6666666666667 117.3333333333333 145.8346666666667 117.3333333333333 154.6666666666667S124.5013333333333 170.6666666666667 133.3333333333333 170.6666666666667S149.3333333333333 163.4986666666667 149.3333333333333 154.6666666666667S142.1653333333333 138.6666666666667 133.3333333333333 138.6666666666667z" />
<glyph glyph-name="ruler-pencil"
unicode="&#xEA48;"
horiz-adv-x="256" d=" M202.6666666666667 0C199.3173333333333 0 196.1493333333333 1.5786666666667 194.1333333333333 4.2666666666667L162.1333333333333 46.9333333333333C160.7466666666667 48.7786666666667 160 51.0293333333333 160 53.3333333333333V202.6666666666667H245.3333333333333V53.3333333333334C245.3333333333333 51.0293333333334 244.5866666666667 48.7786666666667 243.2 46.9333333333334L211.2 4.2666666666667C209.184 1.5786666666667 206.016 0 202.6666666666667 0z M234.6666666666667 256H170.6666666666667C164.7786666666667 256 160 251.2213333333334 160 245.3333333333334V224H245.3333333333333V245.3333333333334C245.3333333333333 251.2213333333334 240.5546666666667 256 234.6666666666667 256z M106.6666666666667 256H21.3333333333333C14.9333333333333 256 10.6666666666667 251.7333333333333 10.6666666666667 245.3333333333334V202.6666666666667H53.3333333333333V181.3333333333334H10.6666666666667V160H42.6666666666667V138.6666666666667H10.6666666666667V117.3333333333334H53.3333333333333V96H10.6666666666667V74.6666666666667H42.6666666666667V53.3333333333333H10.6666666666667V10.6666666666667C10.6666666666667 4.2666666666667 14.9333333333333 0 21.3333333333333 0H106.6666666666667C113.0666666666667 0 117.3333333333333 4.2666666666667 117.3333333333333 10.6666666666667V245.3333333333334C117.3333333333333 251.7333333333333 113.0666666666667 256 106.6666666666667 256z" />
<glyph glyph-name="satisfied"
unicode="&#xEA49;"
horiz-adv-x="256" d=" M128 256C57.6 256 0 198.4 0 128S57.6 0 128 0C198.4 0 256 57.6 256 128S198.4 256 128 256zM53.3333333333333 160C53.3333333333333 178.1333333333333 67.2 192 85.3333333333333 192C103.4666666666667 192 117.3333333333333 178.1333333333333 117.3333333333333 160H96C96 166.4 91.7333333333333 170.6666666666667 85.3333333333333 170.6666666666667C78.9333333333333 170.6666666666667 74.6666666666667 166.4 74.6666666666667 160H53.3333333333333zM202.6666666666667 117.3333333333334C202.6666666666667 75.7333333333334 169.6 42.6666666666667 128 42.6666666666667C86.4 42.6666666666667 53.3333333333333 75.7333333333334 53.3333333333333 117.3333333333334H74.6666666666667C74.6666666666667 87.4666666666667 98.1333333333333 64 128 64C157.8666666666667 64 181.3333333333333 87.4666666666667 181.3333333333333 117.3333333333333H202.6666666666667zM181.3333333333333 160C181.3333333333333 166.4 177.0666666666666 170.6666666666667 170.6666666666667 170.6666666666667C164.2666666666667 170.6666666666667 160 166.4 160 160H138.6666666666667C138.6666666666667 178.1333333333333 152.5333333333333 192 170.6666666666667 192C188.8 192 202.6666666666667 178.1333333333333 202.6666666666667 160H181.3333333333333z" />
<glyph glyph-name="scissors"
unicode="&#xEA4A;"
horiz-adv-x="256" d=" M197.3333333333333 96C189.568 96 182.336 93.9733333333333 175.8293333333333 90.6773333333333L152.2773333333333 118.144L212.2773333333333 178.144C232.96 198.8266666666667 236.9173333333333 230.9226666666667 221.8666666666667 256L128 146.4853333333334L34.1333333333333 256C19.0826666666667 230.9226666666667 23.04 198.8266666666667 43.7226666666667 178.1546666666667L103.7226666666667 118.1546666666667L80.1706666666667 90.688C73.664 93.9733333333334 66.432 96 58.6666666666667 96C32.2026666666667 96 10.6666666666667 74.464 10.6666666666667 48S32.2026666666667 0 58.6666666666667 0S106.6666666666667 21.536 106.6666666666667 48C106.6666666666667 55.168 104.9813333333333 61.9093333333333 102.1546666666667 68.0213333333333L128 93.8666666666667L153.8453333333334 68.0213333333333C151.0186666666667 61.9093333333333 149.3333333333333 55.168 149.3333333333333 48C149.3333333333333 21.536 170.8693333333333 0 197.3333333333333 0S245.3333333333333 21.536 245.3333333333333 48S223.7973333333334 96 197.3333333333333 96zM58.6666666666667 21.3333333333333C43.968 21.3333333333333 32 33.2906666666667 32 48S43.968 74.6666666666667 58.6666666666667 74.6666666666667S85.3333333333333 62.7093333333334 85.3333333333333 48S73.3653333333333 21.3333333333333 58.6666666666667 21.3333333333333zM170.6666666666667 48C170.6666666666667 62.7093333333334 182.6346666666667 74.6666666666667 197.3333333333333 74.6666666666667S224 62.7093333333333 224 48S212.032 21.3333333333333 197.3333333333333 21.3333333333333S170.6666666666667 33.2906666666667 170.6666666666667 48z" />
<glyph glyph-name="send"
unicode="&#xEA4B;"
horiz-adv-x="256" d=" M15.1786666666667 138.1546666666667L42.6666666666667 117.3333333333334L138.6666666666667 160L64.2453333333333 101.344V29.3546666666667C64.2453333333333 19.4026666666667 76.6613333333333 14.8693333333333 83.072 22.4853333333333L116.4693333333333 62.1653333333333L185.8026666666667 10.1546666666667C192.0853333333333 5.4506666666667 201.12 8.896 202.6666666666667 16.5973333333334L245.376 229.9306666666667C247.04 238.24 238.816 245.0773333333334 230.9546666666667 241.9306666666667L17.6213333333333 156.5973333333333C9.8986666666667 153.504 8.5226666666667 143.1466666666667 15.1786666666667 138.1546666666667z" />
<glyph glyph-name="settings-gear-65"
unicode="&#xEA4C;"
horiz-adv-x="256" d=" M224 149.3333333333334H210.1333333333333C208 156.8 204.8 164.2666666666667 200.5333333333333 171.7333333333334L210.1333333333333 181.3333333333334C218.6666666666667 189.8666666666667 218.6666666666667 202.6666666666667 210.1333333333333 211.2H210.1333333333333C201.6 219.7333333333334 188.8 219.7333333333334 180.2666666666667 211.2L170.6666666666667 201.6C164.2666666666667 205.8666666666667 156.8 209.0666666666667 148.2666666666667 211.2V224C148.2666666666667 235.7333333333334 138.6666666666667 245.3333333333334 126.9333333333333 245.3333333333334S105.6 235.7333333333334 105.6 224V210.1333333333333C99.2 208 91.7333333333333 205.8666666666667 84.2666666666667 201.6L75.7333333333333 211.2C67.2 219.7333333333334 54.4 219.7333333333334 45.8666666666667 211.2H45.8666666666667C37.3333333333333 202.6666666666667 37.3333333333333 189.8666666666667 45.8666666666667 181.3333333333334L55.4666666666667 171.7333333333334C50.1333333333333 164.2666666666667 48 156.8 45.8666666666667 149.3333333333334H32C20.2666666666667 149.3333333333334 10.6666666666667 139.7333333333334 10.6666666666667 128C10.6666666666667 116.2666666666667 20.2666666666667 106.6666666666667 32 106.6666666666667H45.8666666666667C48 99.2 51.2 91.7333333333334 55.4666666666667 84.2666666666667L45.8666666666667 74.6666666666667C37.3333333333333 66.1333333333334 37.3333333333333 53.3333333333333 45.8666666666667 44.8H45.8666666666667C54.4 36.2666666666667 67.2 36.2666666666667 75.7333333333333 44.8L85.3333333333333 54.4C91.7333333333333 50.1333333333333 99.2 46.9333333333333 107.7333333333333 44.8V32C107.7333333333333 20.2666666666667 117.3333333333333 10.6666666666667 129.0666666666667 10.6666666666667S150.4 20.2666666666667 150.4 32V45.8666666666667C157.8666666666667 48 165.3333333333334 51.2 172.8 55.4666666666667L182.4 45.8666666666667C190.9333333333333 37.3333333333333 203.7333333333334 37.3333333333333 212.2666666666667 45.8666666666667H212.2666666666667C220.8 54.4 220.8 67.2 212.2666666666667 75.7333333333334L202.6666666666667 85.3333333333333C206.9333333333334 91.7333333333334 210.1333333333334 99.2 212.2666666666667 107.7333333333334H224C235.7333333333334 107.7333333333334 245.3333333333334 117.3333333333334 245.3333333333334 129.0666666666667C245.3333333333333 139.7333333333334 235.7333333333334 149.3333333333334 224 149.3333333333334zM128 96C109.8666666666667 96 96 109.8666666666667 96 128S109.8666666666667 160 128 160S160 146.1333333333333 160 128S146.1333333333333 96 128 96z" />
<glyph glyph-name="settings"
unicode="&#xEA4D;"
horiz-adv-x="256" d=" M115.7653333333333 155.3173333333334L71.5413333333333 199.5413333333334L85.3333333333333 213.3333333333334L42.6666666666667 256L0 213.3333333333334L42.6666666666667 170.6666666666667L56.4586666666667 184.4586666666667L98.016 142.9013333333334z M202.0266666666667 107.3066666666667C198.7306666666667 106.9226666666667 195.392 106.6666666666667 192 106.6666666666667C188.7466666666667 106.6666666666667 185.5146666666667 106.8586666666667 182.272 107.232L143.4346666666667 59.2426666666667L191.6266666666667 11.0506666666667C206.3573333333334 -3.6799999999999 230.2293333333334 -3.6799999999999 244.96 11.0506666666667V11.0506666666667C259.6906666666667 25.7813333333334 259.6906666666667 49.6533333333334 244.96 64.384L202.0266666666667 107.3066666666667z M216.224 183.776L183.776 216.224L217.9946666666667 250.4426666666667C210.048 253.984 201.2693333333333 256 192 256C156.6506666666667 256 128 227.3493333333334 128 192C128 185.664 128.9493333333333 179.5626666666667 130.6666666666667 173.7813333333334L15.584 80.6613333333334C6.08 72.2666666666667 0.4053333333333 60.192 0.0213333333333 47.5306666666667C-0.3733333333333 34.8586666666667 4.544 22.4533333333333 13.504 13.504C22.208 4.7893333333334 33.7813333333333 0 46.0906666666667 0C59.3066666666667 0 71.9146666666667 5.6746666666667 80.6613333333333 15.584L173.7813333333334 130.6666666666667C179.5626666666667 128.9493333333334 185.664 128 192 128C227.3493333333334 128 256 156.6506666666667 256 192C256 201.2693333333334 253.984 210.048 250.4426666666667 218.0053333333334L216.224 183.776z" />
<glyph glyph-name="single-02"
unicode="&#xEA4E;"
horiz-adv-x="256" d=" M164.9173333333333 106.4213333333333C153.856 99.9253333333334 141.4186666666667 96 128 96S102.144 99.9253333333333 91.0826666666667 106.4213333333333C52.2026666666667 103.872 21.3333333333333 71.5093333333334 21.3333333333333 32V13.5466666666667L28.7466666666667 11.168C30.176 10.72 64.4053333333333 0 128 0S225.824 10.72 227.2533333333334 11.168L234.6666666666667 13.5466666666667V32C234.6666666666667 71.5093333333334 203.7973333333334 103.872 164.9173333333333 106.4213333333333z M128 117.3333333333334C164.0426666666667 117.3333333333334 192 157.472 192 192C192 227.296 163.296 256 128 256S64 227.296 64 192C64 157.472 91.9573333333333 117.3333333333334 128 117.3333333333334z" />
<glyph glyph-name="single-copy-04"
unicode="&#xEA4F;"
horiz-adv-x="256" d=" M245.3333333333333 21.3333333333333H224V234.6666666666667H42.6666666666667V256H234.6666666666667C240.5546666666667 256 245.3333333333333 251.2213333333334 245.3333333333333 245.3333333333334V21.3333333333333z M192 213.3333333333334H21.3333333333333C15.4453333333333 213.3333333333334 10.6666666666667 208.5546666666667 10.6666666666667 202.6666666666667V10.6666666666667C10.6666666666667 4.7786666666667 15.4453333333333 0 21.3333333333333 0H192C197.888 0 202.6666666666667 4.7786666666667 202.6666666666667 10.6666666666667V202.6666666666667C202.6666666666667 208.5546666666667 197.888 213.3333333333334 192 213.3333333333334zM117.3333333333333 53.3333333333333H53.3333333333333V74.6666666666667H117.3333333333333V53.3333333333333zM160 96H53.3333333333333V117.3333333333334H160V96zM160 138.6666666666667H53.3333333333333V160H160V138.6666666666667z" />
<glyph glyph-name="sound-wave"
unicode="&#xEA50;"
horiz-adv-x="256" d=" M96 32C91.6586666666667 32 87.7226666666667 34.6453333333333 86.0906666666667 38.6986666666667L50.9546666666667 126.5386666666667L40.8746666666667 111.4133333333333C38.8906666666667 108.448 35.5626666666667 106.6666666666667 32 106.6666666666667H0V128H26.2933333333333L44.4586666666667 155.2533333333333C46.656 158.5386666666667 50.4213333333333 160.3093333333334 54.4426666666667 159.9466666666667C58.3786666666667 159.5306666666667 61.7813333333333 156.9813333333334 63.2426666666667 153.3013333333333L94.7626666666667 74.4746666666667L139.1573333333333 216.512C140.544 220.9706666666667 144.6613333333333 224 149.3333333333333 224C149.344 224 149.344 224 149.3546666666667 224C154.0266666666667 223.9893333333333 158.1546666666667 220.9386666666667 159.5306666666666 216.4693333333334L196.032 97.824L215.4666666666667 123.7333333333334C217.472 126.4213333333333 220.64 128 224 128H256V106.6666666666667H229.3333333333333L200.5333333333333 68.2666666666667C198.1333333333333 65.0666666666667 194.144 63.488 190.1653333333333 64.16C186.2186666666667 64.8533333333334 182.9866666666667 67.7013333333334 181.8026666666667 71.5306666666667L149.248 177.312L106.176 39.488C104.832 35.1786666666667 100.928 32.1813333333334 96.416 32.0106666666667C96.2666666666667 32 96.1386666666667 32 96 32z" />
<glyph glyph-name="spaceship"
unicode="&#xEA51;"
horiz-adv-x="256" d=" M254.592 243.3493333333334A10.623999999999999 10.623999999999999 0 0 1 243.392 254.6026666666667C198.6453333333333 252.2666666666667 162.4 238.6773333333334 133.4613333333334 220.7893333333333C98.4 233.6 59.424 225.376 32.7573333333334 198.6986666666667A96.544 96.544 0 0 1 18.0053333333334 179.5093333333333C15.5413333333334 175.328 16.224 169.9946666666667 19.6586666666667 166.5493333333333L50.4 135.808C42.0373333333334 121.9733333333333 38.0906666666667 112.5226666666667 37.952 112.1706666666667C36.3626666666667 108.2026666666667 37.2906666666667 103.6693333333333 40.3093333333334 100.6506666666666L100.6506666666667 40.3093333333333A10.666666666666666 10.666666666666666 0 0 1 112.2346666666667 37.9733333333333C112.5866666666667 38.112 121.9626666666667 42.0906666666666 135.7226666666667 50.496L166.56 19.6586666666666A10.613333333333335 10.613333333333335 0 0 1 179.5200000000001 18.016A95.93599999999998 95.93599999999998 0 0 1 198.7093333333334 32.768C225.6106666666667 59.6693333333333 233.7813333333334 98.8266666666667 220.6720000000001 133.9946666666667C238.4853333333334 162.8586666666667 252.0746666666668 198.9333333333333 254.5920000000001 243.3493333333334zM110.4853333333333 60.64L60.5866666666667 110.528C69.3013333333333 128.5333333333334 98.3253333333333 179.7013333333334 157.1306666666667 210.1013333333334L209.824 157.408C179.3706666666666 98.7093333333334 128.4693333333334 69.4613333333334 110.4853333333333 60.64z M128 149.3333333333334C128 137.5512586702764 137.5512586702764 128 149.3333333333333 128C161.1154079963903 128 170.6666666666667 137.5512586702764 170.6666666666667 149.3333333333334C170.6666666666667 161.1154079963903 161.1154079963903 170.6666666666667 149.3333333333333 170.6666666666667C137.5512586702764 170.6666666666667 128 161.1154079963903 128 149.3333333333334z M11.872 54.9973333333333A30.32533333333333 30.32533333333333 0 1 0 54.7733333333333 12.096C42.9226666666667 0.2453333333333 0 0 0 0S0.0213333333333 43.1573333333333 11.872 54.9973333333333z" />
<glyph glyph-name="square-pin"
unicode="&#xEA52;"
horiz-adv-x="256" d=" M234.6666666666667 0H21.3333333333333C17.632 0 14.208 1.92 12.256 5.056C10.3146666666667 8.2026666666667 10.1333333333333 12.128 11.7866666666667 15.4346666666667L43.7866666666667 79.4346666666667C46.4213333333333 84.704 52.8213333333333 86.8373333333334 58.1013333333333 84.2026666666667C63.3706666666667 81.568 65.504 75.1573333333334 62.8693333333333 69.888L38.592 21.3333333333333H217.408L193.1306666666666 69.8986666666667C190.496 75.168 192.6293333333333 81.5786666666667 197.8986666666666 84.2133333333333C203.1786666666666 86.848 209.5786666666666 84.704 212.2133333333333 79.4453333333333L244.2133333333333 15.4453333333333C245.8666666666667 12.1386666666666 245.6853333333333 8.2133333333333 243.744 5.0666666666666C241.792 1.92 238.368 0 234.6666666666667 0z M128 256C86.048 256 42.6666666666667 224.0853333333333 42.6666666666667 170.6666666666667C42.6666666666667 121.6 112.4693333333333 49.8453333333333 120.4266666666667 41.8133333333333C122.432 39.7973333333333 125.152 38.6666666666667 128 38.6666666666667S133.568 39.7973333333333 135.5733333333333 41.8133333333333C143.5306666666667 49.8453333333333 213.3333333333333 121.6 213.3333333333333 170.6666666666667C213.3333333333333 224.0853333333333 169.952 256 128 256zM128 149.3333333333334C116.2133333333334 149.3333333333334 106.6666666666667 158.88 106.6666666666667 170.6666666666667C106.6666666666667 182.4533333333333 116.2133333333334 192 128 192S149.3333333333334 182.4533333333333 149.3333333333334 170.6666666666667C149.3333333333333 158.88 139.7866666666667 149.3333333333334 128 149.3333333333334z" />
<glyph glyph-name="support-16"
unicode="&#xEA53;"
horiz-adv-x="256" d=" M245.3333333333333 160H240.9173333333333C229.856 199.2533333333333 199.264 229.856 160 240.9173333333334V245.3333333333334C160 251.2213333333334 155.232 256 149.3333333333334 256H106.6666666666667C100.768 256 96 251.2213333333334 96 245.3333333333334V240.9173333333334C56.736 229.856 26.144 199.2533333333333 15.0826666666667 160H10.6666666666667C4.768 160 0 155.2213333333334 0 149.3333333333333V106.6666666666667C0 100.7786666666667 4.768 96 10.6666666666667 96H15.0826666666667C26.144 56.7466666666667 56.736 26.144 96 15.0826666666667V10.6666666666667C96 4.7786666666667 100.768 0 106.6666666666667 0H149.3333333333334C155.232 0 160 4.7786666666667 160 10.6666666666667V15.0826666666667C199.264 26.144 229.856 56.7466666666667 240.9173333333333 96H245.3333333333333C251.232 96 256 100.7786666666667 256 106.6666666666667V149.3333333333333C256 155.2213333333334 251.232 160 245.3333333333333 160zM128 85.3333333333333C104.4693333333333 85.3333333333333 85.3333333333333 104.4693333333333 85.3333333333333 128S104.4693333333333 170.6666666666667 128 170.6666666666667S170.6666666666667 151.5306666666667 170.6666666666667 128S151.5306666666667 85.3333333333333 128 85.3333333333333zM218.4746666666667 160H183.3386666666667C177.728 169.6746666666667 169.6746666666667 177.728 160 183.3386666666667V218.4746666666667C187.3813333333333 208.8533333333334 208.8533333333333 187.3813333333334 218.4746666666667 160zM96 218.4746666666667V183.3386666666667C86.3253333333333 177.728 78.272 169.6746666666667 72.6613333333333 160H37.5253333333333C47.1466666666667 187.3813333333334 68.6186666666667 208.8533333333334 96 218.4746666666667zM37.5253333333333 96H72.6613333333333C78.272 86.3253333333333 86.3253333333333 78.272 96 72.6613333333334V37.5253333333334C68.6186666666667 47.1466666666667 47.1466666666667 68.6186666666667 37.5253333333333 96zM160 37.5253333333334V72.6613333333334C169.6746666666667 78.272 177.728 86.336 183.3386666666667 96H218.4746666666667C208.8533333333333 68.6186666666667 187.3813333333333 47.1466666666667 160 37.5253333333334z" />
<glyph glyph-name="tablet-button"
unicode="&#xEA54;"
horiz-adv-x="256" d=" M213.3333333333333 256H42.6666666666667C25.024 256 10.6666666666667 241.6426666666667 10.6666666666667 224V32C10.6666666666667 14.3573333333333 25.024 0 42.6666666666667 0H213.3333333333333C230.976 0 245.3333333333333 14.3573333333333 245.3333333333333 32V224C245.3333333333333 241.6426666666667 230.976 256 213.3333333333333 256zM128 21.3333333333333C122.112 21.3333333333333 117.3333333333333 26.112 117.3333333333333 32S122.112 42.6666666666667 128 42.6666666666667S138.6666666666667 37.888 138.6666666666667 32S133.888 21.3333333333333 128 21.3333333333333zM224 74.6666666666667C224 68.7786666666667 219.2213333333334 64 213.3333333333334 64H42.6666666666667C36.7786666666667 64 32 68.7786666666667 32 74.6666666666667V213.3333333333334C32 219.2213333333334 36.7786666666667 224 42.6666666666667 224H213.3333333333333C219.2213333333333 224 224 219.2213333333334 224 213.3333333333334V74.6666666666667z" />
<glyph glyph-name="tag"
unicode="&#xEA55;"
horiz-adv-x="256" d=" M242.208 124.8746666666667L124.8746666666667 242.2080000000001C122.88 244.2026666666667 120.16 245.3333333333334 117.3333333333333 245.3333333333334H21.3333333333333C15.4453333333333 245.3333333333334 10.6666666666667 240.5546666666667 10.6666666666667 234.6666666666667V138.6666666666667C10.6666666666667 135.84 11.7866666666667 133.12 13.792 131.1253333333334L131.1253333333333 13.792C133.2053333333333 11.7013333333334 135.936 10.6666666666667 138.6666666666667 10.6666666666667S144.128 11.712 146.208 13.792L242.208 109.792C246.3786666666667 113.952 246.3786666666667 120.704 242.208 124.8746666666667zM74.6666666666667 160C62.88 160 53.3333333333333 169.5466666666667 53.3333333333333 181.3333333333334C53.3333333333333 193.12 62.88 202.6666666666667 74.6666666666667 202.6666666666667S96 193.12 96 181.3333333333334C96 169.5466666666667 86.4533333333333 160 74.6666666666667 160z" />
<glyph glyph-name="tie-bow"
unicode="&#xEA56;"
horiz-adv-x="256" d=" M128 74.6666666666667L128 74.6666666666667C116.2666666666667 74.6666666666667 106.6666666666667 84.2666666666667 106.6666666666667 96V160C106.6666666666667 171.7333333333334 116.2666666666667 181.3333333333333 128 181.3333333333333H128C139.7333333333334 181.3333333333333 149.3333333333334 171.7333333333334 149.3333333333334 160V96C149.3333333333333 84.2666666666667 139.7333333333333 74.6666666666667 128 74.6666666666667z M240 204.8C230.4 210.1333333333333 218.6666666666667 211.2 208 204.8L165.3333333333333 181.3333333333334C168.5333333333333 174.9333333333333 170.6666666666667 167.4666666666667 170.6666666666667 160V138.6666666666667H202.6666666666667V117.3333333333334H170.6666666666667V96C170.6666666666667 88.5333333333333 168.5333333333333 81.0666666666667 165.3333333333333 74.6666666666667L209.0666666666666 50.1333333333333C214.4 46.9333333333333 219.7333333333333 45.8666666666666 225.0666666666666 45.8666666666666C230.4 45.8666666666666 235.7333333333333 46.9333333333333 241.0666666666667 50.1333333333333C250.6666666666667 55.4666666666667 257.0666666666666 66.1333333333333 257.0666666666666 77.8666666666667V177.0666666666667C256 188.8 249.6 198.4 240 204.8z M85.3333333333333 117.3333333333334H53.3333333333333V138.6666666666667H85.3333333333333V160C85.3333333333333 167.4666666666667 87.4666666666667 174.9333333333333 90.6666666666667 181.3333333333333L48 204.8C38.4 210.1333333333333 25.6 210.1333333333333 16 204.8C6.4 198.4 0 188.8 0 177.0666666666667V78.9333333333333C0 67.2 6.4 57.6 16 51.2C21.3333333333333 48 26.6666666666667 46.9333333333333 32 46.9333333333333C37.3333333333333 46.9333333333333 42.6666666666667 48 48 51.2L90.6666666666667 74.6666666666667C87.4666666666667 81.0666666666667 85.3333333333333 88.5333333333334 85.3333333333333 96V117.3333333333334z" />
<glyph glyph-name="time-alarm"
unicode="&#xEA57;"
horiz-adv-x="256" d=" M244.2666666666667 158.9333333333333C246.4 160 248.5333333333334 161.0666666666667 249.6 163.2C253.8666666666667 172.8 256 182.4 256 192C256 227.2 227.2 256 192 256C176 256 161.0666666666667 249.6 149.3333333333334 238.9333333333334C147.2 236.8 146.1333333333334 234.6666666666667 146.1333333333334 232.5333333333334C189.8666666666667 227.2 227.2 198.4 244.2666666666667 158.9333333333333z M11.7333333333333 158.9333333333333C29.8666666666667 198.4 66.1333333333333 226.1333333333334 109.8666666666667 232.5333333333334C109.8666666666667 234.6666666666667 108.8 236.8 106.6666666666667 238.9333333333334C94.9333333333333 249.6 80 256 64 256C28.8 256 0 227.2 0 192C0 182.4 2.1333333333333 172.8 6.4 164.2666666666667C7.4666666666667 162.1333333333333 9.6 160 11.7333333333333 158.9333333333333z M231.4666666666667 18.1333333333333L210.1333333333333 39.4666666666667C225.0666666666666 57.6 234.6666666666667 81.0666666666667 234.6666666666667 106.6666666666667C234.6666666666667 165.3333333333333 186.6666666666666 213.3333333333333 128 213.3333333333333S21.3333333333333 165.3333333333334 21.3333333333333 106.6666666666667C21.3333333333333 81.0666666666667 29.8666666666667 57.6 45.8666666666667 39.4666666666667L24.5333333333333 18.1333333333334C20.2666666666667 13.8666666666667 20.2666666666667 7.4666666666667 24.5333333333333 3.2C26.6666666666667 1.0666666666667 28.8 0 32 0S37.3333333333333 1.0666666666667 39.4666666666667 3.2L60.8 24.5333333333333C78.9333333333333 8.5333333333334 102.4 0 128 0C153.6 0 177.0666666666667 8.5333333333333 195.2 24.5333333333333L216.5333333333333 3.2C218.6666666666667 1.0666666666667 221.8666666666667 0 224 0S229.3333333333334 1.0666666666667 231.4666666666667 3.2C235.7333333333334 7.4666666666667 235.7333333333334 13.8666666666667 231.4666666666667 18.1333333333333zM181.3333333333333 96H117.3333333333333V160H138.6666666666667V117.3333333333334H181.3333333333333V96z" />
<glyph glyph-name="trophy"
unicode="&#xEA58;"
horiz-adv-x="256" d=" M213.3333333333333 234.6666666666667V256H42.6666666666667V234.6666666666667H0V170.6666666666667C0 147.1406250666667 19.1354165333333 128 42.6666666666667 128H48.9492192C59.0195317333333 103.2167968 80.4055989333333 84.2721354666667 106.6666666666667 77.4752608V42.6666666666667H96C78.3541664 42.6666666666667 64 28.3125002666667 64 10.6666666666667V0H192V10.6666666666667C192 28.3125002666667 177.6458336 42.6666666666667 160 42.6666666666667H149.3333333333334V77.4752608C175.5944010666667 84.2721354666667 196.9804682666667 103.2167968 207.0507808 128H213.3333333333333C236.8645834666667 128 256 147.1406250666667 256 170.6666666666667V234.6666666666667H213.3333333333333zM42.6666666666667 149.3333333333334C30.9062496 149.3333333333334 21.3333333333333 158.9010421333333 21.3333333333333 170.6666666666667V213.3333333333334H42.6666666666667V160C42.6666666666667 156.380208 42.9680992 152.8359370666667 43.407552 149.3333333333333H42.6666666666667zM234.6666666666667 170.6666666666667C234.6666666666667 158.9010421333333 225.0937504 149.3333333333334 213.3333333333333 149.3333333333334H212.592448C213.0319008 152.8359370666667 213.3333333333333 156.380208 213.3333333333333 160V213.3333333333334H234.6666666666667V170.6666666666667z" />
<glyph glyph-name="tv-2"
unicode="&#xEA59;"
horiz-adv-x="256" d=" M181.3333333333333 32H74.6666666666667C68.7786666666667 32 64 27.2213333333333 64 21.3333333333333S68.7786666666667 10.6666666666667 74.6666666666667 10.6666666666667H181.3333333333333C187.2213333333333 10.6666666666667 192 15.4453333333333 192 21.3333333333333S187.2213333333333 32 181.3333333333333 32z M245.3333333333333 245.3333333333334H10.6666666666667C4.7786666666667 245.3333333333334 0 240.5546666666667 0 234.6666666666667V64C0 58.112 4.7786666666667 53.3333333333333 10.6666666666667 53.3333333333333H245.3333333333333C251.2213333333333 53.3333333333333 256 58.112 256 64V234.6666666666667C256 240.5546666666667 251.2213333333333 245.3333333333334 245.3333333333333 245.3333333333334zM234.6666666666667 74.6666666666667H21.3333333333333V224H234.6666666666667V74.6666666666667z" />
<glyph glyph-name="umbrella-13"
unicode="&#xEA5A;"
horiz-adv-x="256" d=" M245.28 129.056C239.6586666666667 185.7066666666667 194.6773333333333 229.2266666666667 138.6666666666667 234.1653333333334V256H117.3333333333333V234.1653333333334C61.3226666666667 229.2266666666667 16.3413333333333 185.7066666666667 10.72 129.056L9.5573333333333 117.3333333333334H246.4533333333333L245.28 129.056z M192 53.3333333333333C186.112 53.3333333333333 181.3333333333334 48.5546666666667 181.3333333333334 42.6666666666667C181.3333333333334 30.9013333333334 171.7653333333333 21.3333333333333 160 21.3333333333333S138.6666666666667 30.9013333333334 138.6666666666667 42.6666666666667V96H117.3333333333333V42.6666666666667C117.3333333333333 19.136 136.4693333333334 0 160 0S202.6666666666667 19.136 202.6666666666667 42.6666666666667C202.6666666666667 48.5546666666667 197.888 53.3333333333333 192 53.3333333333333z" />
<glyph glyph-name="user-run"
unicode="&#xEA5B;"
horiz-adv-x="256" d=" M170.6666666666667 224C170.6666666666667 206.3268880054146 184.9935546720813 192 202.6666666666667 192C220.3397786612521 192 234.6666666666667 206.3268880054146 234.6666666666667 224C234.6666666666667 241.6731119945854 220.3397786612521 256 202.6666666666667 256C184.9935546720813 256 170.6666666666667 241.6731119945854 170.6666666666667 224z M237.7916672 178.2083328L219.2916672 159.7083328C215.4322912 155.8645834666667 209.3333333333333 155.5364586666667 205.0833333333333 158.9218752L128.2395829333333 220.4010421333334C115.4947914666667 230.6041674666667 97.1770826666667 229.5885418666667 85.6249994666667 218.0416672L67.1249994666667 199.5416672C62.9583328 195.3750005333334 62.9583328 188.6250005333334 67.1249994666667 184.4583338666667S78.0416661333333 180.2916672 82.2083328 184.4583338666667L100.7083328 202.9583338666667C104.5520832 206.8177088 110.6510410666667 207.1406250666667 114.9166656 203.7447925333334L144.0332021333333 180.4498709333333L109.7916661333333 146.2083349333333C102.9843744 139.4010432 99.6249994666666 130.0052096 100.5729162666666 120.4270848S106.6614581333333 102.2968746666667 114.6666666666667 96.9583338666667L147.1666666666667 74.9583338666667L119.5 38.4427093333334C115.9427082666667 33.7447925333334 116.8645834666667 27.0572928 121.5572917333333 23.5000010666667C123.4843754666667 22.0364586666667 125.75 21.3333333333333 127.9895829333334 21.3333333333333C131.2187498666667 21.3333333333333 134.4062496 22.7916672 136.5 25.5572917333333L164 61.8541664C167.7239584 66.510416 169.3333333333334 72.5624992 168.4166666666667 78.4583328C167.5 84.3489578666667 164.1249994666667 89.6249994666667 159.1666666666667 92.9270826666667L126.5 114.7083328C123.8333333333333 116.4895829333334 122.119792 119.3385408 121.8020832 122.5312490666667C121.4895829333334 125.7239573333333 122.6093749333333 128.8541653333333 124.8749994666667 131.1249994666667L160.7923168 167.0423168L191.760416 142.2656245333333C197.640624 137.5572917333333 204.7031242666667 135.2395829333334 211.7447914666667 135.2395829333334C219.9687498666667 135.2395829333334 228.1562496 138.4062496 234.3749994666667 144.6249994666667L252.8749994666667 163.1249994666667C257.0416661333334 167.2916661333333 257.0416661333334 174.0416661333333 252.8749994666667 178.2083328S241.9583338666667 182.3749994666667 237.7916672 178.2083328z M67.1250005333333 103.5416661333333L3.1250005333333 39.5416661333333C-1.0416661333333 35.3749994666667 -1.0416661333333 28.6249994666667 3.1250005333333 24.4583328C5.2083328 22.3749994666667 7.9374997333333 21.3333333333333 10.6666666666667 21.3333333333333S16.1250005333333 22.3749994666667 18.2083328 24.4583338666667L82.2083328 88.4583338666667C86.3749994666667 92.6250005333333 86.3749994666667 99.3750005333333 82.2083328 103.5416672S71.2916672 107.7083328 67.1250005333333 103.5416661333333z" />
<glyph glyph-name="vector"
unicode="&#xEA5C;"
horiz-adv-x="256" d=" M99.68 177.3973333333333C54.5813333333333 164.9493333333334 21.3333333333333 123.6693333333333 21.3333333333333 74.6666666666667H42.6666666666667C42.6666666666667 121.7173333333333 80.9493333333333 160 128 160C115.616 160 105.0026666666667 167.104 99.68 177.3973333333333z M156.32 177.3973333333333C150.9973333333333 167.104 140.384 160 128 160C175.0506666666667 160 213.3333333333333 121.7173333333333 213.3333333333333 74.6666666666667H234.6666666666667C234.6666666666667 123.6693333333333 201.4186666666667 164.9493333333334 156.32 177.3973333333333z M32 181.3333333333334H97.9626666666667C96.768 184.6826666666667 96 188.2346666666667 96 192S96.768 199.3173333333334 97.9626666666667 202.6666666666667H32C26.112 202.6666666666667 21.3333333333333 197.888 21.3333333333333 192S26.112 181.3333333333334 32 181.3333333333334z M224 181.3333333333334C229.888 181.3333333333334 234.6666666666667 186.112 234.6666666666667 192S229.888 202.6666666666667 224 202.6666666666667H158.0373333333333C159.232 199.3173333333334 160 195.7653333333333 160 192S159.232 184.6826666666667 158.0373333333333 181.3333333333333H224z M0 192C0 180.2179253369431 9.5512586702764 170.6666666666667 21.3333333333333 170.6666666666667C33.1154079963903 170.6666666666667 42.6666666666667 180.2179253369431 42.6666666666667 192C42.6666666666667 203.7820746630569 33.1154079963903 213.3333333333334 21.3333333333333 213.3333333333334C9.5512586702764 213.3333333333334 0 203.7820746630569 0 192z M0 213.3333333333334H42.6666666666667V170.6666666666667H0V213.3333333333334z M213.3333333333333 213.3333333333334H256V170.6666666666667H213.3333333333333V213.3333333333334z M128 149.3333333333334C104.4693333333333 149.3333333333334 85.3333333333333 168.4693333333334 85.3333333333333 192S104.4693333333333 234.6666666666667 128 234.6666666666667S170.6666666666667 215.5306666666667 170.6666666666667 192S151.5306666666667 149.3333333333334 128 149.3333333333334zM128 213.3333333333334C116.2346666666667 213.3333333333334 106.6666666666667 203.7653333333333 106.6666666666667 192S116.2346666666667 170.6666666666667 128 170.6666666666667S149.3333333333334 180.2346666666667 149.3333333333334 192S139.7653333333333 213.3333333333334 128 213.3333333333334z M53.3333333333333 21.3333333333333H10.6666666666667C4.7786666666667 21.3333333333333 0 26.112 0 32V74.6666666666667C0 80.5546666666667 4.7786666666667 85.3333333333333 10.6666666666667 85.3333333333333H53.3333333333333C59.2213333333333 85.3333333333333 64 80.5546666666667 64 74.6666666666667V32C64 26.112 59.2213333333333 21.3333333333333 53.3333333333333 21.3333333333333z M245.3333333333333 21.3333333333333H202.6666666666667C196.7786666666667 21.3333333333333 192 26.112 192 32V74.6666666666667C192 80.5546666666667 196.7786666666667 85.3333333333333 202.6666666666667 85.3333333333333H245.3333333333333C251.2213333333333 85.3333333333333 256 80.5546666666667 256 74.6666666666667V32C256 26.112 251.2213333333333 21.3333333333333 245.3333333333333 21.3333333333333z" />
<glyph glyph-name="watch-time"
unicode="&#xEA5D;"
horiz-adv-x="256" d=" M224 192C224 207.6586666666667 212.6826666666667 220.6613333333334 197.8133333333333 223.4133333333333L191.68 247.9253333333334C190.496 252.672 186.2293333333333 256 181.3333333333333 256H74.6666666666667C69.7706666666667 256 65.504 252.672 64.32 247.9253333333334L58.1866666666667 223.4133333333333C43.3173333333333 220.6613333333334 32 207.6586666666667 32 192V64C32 48.3413333333333 43.3173333333333 35.3386666666667 58.1866666666667 32.5866666666667L64.3093333333333 8.0746666666667C65.504 3.328 69.7706666666667 0 74.6666666666667 0H181.3333333333333C186.2293333333333 0 190.496 3.328 191.68 8.0746666666667L197.8026666666667 32.5866666666667C212.6826666666667 35.3386666666667 224 48.3413333333334 224 64V96H245.3333333333334V160H224V192zM202.6666666666667 64C202.6666666666667 58.1226666666667 197.8773333333333 53.3333333333333 192 53.3333333333333H64C58.1226666666667 53.3333333333333 53.3333333333333 58.1226666666667 53.3333333333333 64V192C53.3333333333333 197.8773333333333 58.1226666666667 202.6666666666667 64 202.6666666666667H192C197.8773333333333 202.6666666666667 202.6666666666667 197.8773333333333 202.6666666666667 192V64z M138.6666666666667 181.3333333333334L117.3333333333333 181.3333333333334L117.3333333333333 117.3333333333334L181.3333333333333 117.3333333333334L181.3333333333333 138.6666666666667L138.6666666666667 138.6666666666667z" />
<glyph glyph-name="world"
unicode="&#xEA5E;"
horiz-adv-x="256" d=" M128 256C57.4186666666667 256 0 198.5813333333333 0 128S57.4186666666667 0 128 0S256 57.4186666666667 256 128S198.5813333333333 256 128 256zM128 21.3333333333333C101.3333333333333 21.3333333333333 76.9813333333333 31.2426666666667 58.2613333333333 47.4773333333334C58.3466666666667 47.616 58.464 47.7333333333334 58.5386666666667 47.872C76.16 77.3973333333333 65.0773333333333 95.4346666666667 56.896 103.5626666666667C54.7413333333333 105.7066666666667 52.2773333333333 107.6586666666667 49.7386666666667 109.6213333333333C43.104 114.7733333333334 38.7093333333333 118.176 38.7093333333333 128C38.7093333333333 132.6293333333333 41.2906666666667 134.4426666666667 54.0373333333333 138.7946666666667C62.8053333333333 141.792 72.736 145.184 79.1466666666667 153.472C94.0266666666667 172.7146666666667 77.664 202.3893333333334 74.2293333333333 208.1493333333334C72.4693333333333 211.104 70.56 213.8773333333334 68.576 216.5333333333333C84.608 227.328 103.744 233.7706666666667 124.3093333333333 234.4853333333334C127.6373333333333 228.8426666666667 133.1306666666667 224.0853333333333 138.528 219.4453333333334C143.136 215.4773333333333 150.4533333333333 213.8133333333333 154.2186666666667 209.12C156.3733333333333 206.432 155.328 201.248 155.4026666666667 197.856C155.552 191.1253333333334 159.6266666666666 181.3653333333333 173.3653333333333 181.3653333333333C173.9733333333333 181.3653333333333 174.6026666666666 181.3866666666667 175.2533333333333 181.4293333333333C180.5653333333333 181.8026666666667 197.1413333333333 185.6 213.8026666666666 191.104C226.8586666666667 173.3973333333333 234.6666666666667 151.616 234.6666666666667 128C234.6666666666667 69.184 186.816 21.3333333333333 128 21.3333333333333z M165.4826666666667 161.0346666666667C148.672 161.0346666666667 131.5093333333333 153.0453333333333 122.784 141.1626666666667C116.928 133.184 115.2213333333333 123.9573333333334 117.9733333333333 115.1786666666667C123.4666666666667 97.664 124 87.3386666666667 120.5653333333333 75.7653333333333C117.5146666666667 65.4826666666667 117.216 50.5706666666667 134.6346666666667 43.4666666666667C137.92 42.1226666666667 141.5253333333333 41.44 145.3226666666666 41.44C158.272 41.44 173.6 49.4506666666667 187.392 63.4346666666667C203.968 80.2346666666667 213.7173333333333 100.8213333333333 213.4826666666666 118.528C213.1626666666667 142.3573333333334 192.0746666666667 161.0346666666667 165.4826666666667 161.0346666666667z" />
<glyph glyph-name="zoom-split-in"
unicode="&#xEA5F;"
horiz-adv-x="256" d=" M210.208 60.8746666666667C206.0373333333333 65.0453333333334 199.296 65.0453333333334 195.1253333333334 60.8746666666667S190.9546666666667 49.9626666666667 195.1253333333334 45.792L227.1253333333334 13.792C229.2053333333334 11.712 231.936 10.6666666666667 234.6666666666667 10.6666666666667S240.128 11.712 242.208 13.792C246.3786666666667 17.9626666666667 246.3786666666667 24.704 242.208 28.8746666666667L210.208 60.8746666666667z M106.6666666666667 256C47.8506666666667 256 0 208.1493333333334 0 149.3333333333334S47.8506666666667 42.6666666666667 106.6666666666667 42.6666666666667S213.3333333333333 90.5173333333333 213.3333333333333 149.3333333333334S165.4826666666667 256 106.6666666666667 256zM149.3333333333333 138.6666666666667H117.3333333333333V106.6666666666667H96V138.6666666666667H64V160H96V192H117.3333333333333V160H149.3333333333333V138.6666666666667z" />
<glyph glyph-name="collection"
unicode="&#xEA60;"
horiz-adv-x="256" d=" M22 224L22 192L11 192L0 192L0 181.534L0 171.068L10.75 170.784L21.5 170.5L21.775 154.75L22.051 139L11.025 139L0 139L0 128L0 117L11.025 117L22.051 117L21.775 101.25L21.5 85.5L10.75 85.216L0 84.932L0 74.466L0 64L11 64L22 64L22 32L22 0L139 0L256 0L256 128L256 256L139 256L22 256L22 224M235 127.995L235 20.99L138.75 21.245L42.5 21.5L42.23 42.75L41.96 64L52.98 64L64 64L64 74.466L64 84.932L53.25 85.216L42.5 85.5L42.225 101.25L41.949 117L52.975 117L64 117L64 128L64 139L52.975 139L41.949 139L42.225 154.75L42.5 170.5L53.25 170.784L64 171.068L64 181.534L64 192L53 192L42 192L42 212.833C42 224.292 42.3 233.967 42.667 234.333C43.033 234.7 86.458 235 139.167 235L235 235L235 127.995M96 128L96 85L149 85L202 85L202 128L202 171L149 171L96 171L96 128M182 128L182 107L149.5 107L117 107L117 128L117 149L149.5 149L182 149L182 128" />
<glyph glyph-name="image"
unicode="&#xEA61;"
horiz-adv-x="256" d=" M0 128L0 11L128 11L256 11L256 128L256 245L128 245L0 245L0 128M235 171.441C235 129.656 234.744 119.037 233.75 119.64C232.497 120.401 186.403 158.598 182.333 162.249L180.166 164.193L148.462 127.096C131.024 106.693 116.35 90 115.853 90C115.356 90 103.722 99 90 110C76.278 121 64.575 130 63.994 130C63.412 130 54.063 122.888 43.218 114.196C32.373 105.504 22.938 98.052 22.25 97.637C21.255 97.036 21 109.858 21 160.441L21 224L128 224L235 224L235 171.441M101.217 201.79C94.355 200.773 89.484 198.189 84.334 192.833C78.207 186.461 75.763 181.031 75.244 172.642C74.637 162.822 77.446 155.424 84.435 148.435C91.424 141.446 98.822 138.637 108.642 139.244C132.89 140.743 146.408 167.943 132.981 188.215C126.076 198.64 114.202 203.715 101.217 201.79M114.077 178.077C116.367 175.787 117 174.257 117 171.011C117 165.83 115.745 163.437 112.02 161.51C107.141 158.987 103.227 159.573 99.4 163.4C95.578 167.222 94.987 171.14 97.5 176C99.47 179.809 101.579 180.933 106.827 180.97C110.299 180.994 111.731 180.423 114.077 178.077M209.49 112.147L235 90.794L235 61.397L235 32L128 32L21 32L21.015 50.75L21.03 69.5L42.004 86.25C53.54 95.463 63.449 103 64.025 103C64.601 103 72.818 96.793 82.286 89.208C91.754 81.622 103.827 71.987 109.115 67.796L118.731 60.177L150.428 97.151C167.861 117.487 182.542 133.984 183.053 133.813C183.563 133.641 195.46 123.891 209.49 112.147" />
<glyph glyph-name="shop"
unicode="&#xEA62;"
horiz-adv-x="256" d=" M34.245 209.497C12.648 166.291 11.003 162.622 11.036 157.747C11.133 143.439 18.248 129.336 28.597 122.94L32 120.837L32 60.418L32 0L74.5 0L117 0L117 26.5L117 53L128 53L139 53L139 26.5L139 0L181.5 0L224 0L224 60.418L224 120.837L227.403 122.94C237.752 129.336 244.867 143.439 244.964 157.747C244.997 162.622 243.352 166.291 221.755 209.497L198.51 256L128 256L57.49 256L34.245 209.497M204.907 196.187C223.169 159.623 224.25 157.146 223.564 153.437C222.445 147.398 219.973 142.955 216.58 140.886C212.251 138.246 203.786 138.351 199.337 141.101C195.802 143.286 192 149.431 192 152.96C192 154.881 191.4 155 181.707 155L171.415 155L170.254 150.658C169.472 147.737 167.767 145.119 165.043 142.658C161.37 139.34 160.46 139 155.247 139.004C146.467 139.009 140.689 143.395 139.078 151.275L138.418 154.5L128 154.5L117.582 154.5L116.922 151.275C115.311 143.395 109.533 139.009 100.753 139.004C95.54 139 94.63 139.34 90.957 142.658C88.233 145.119 86.528 147.737 85.746 150.658L84.585 155L74.293 155C64.287 155 64 154.937 63.995 152.75C63.988 149.586 59.934 143.255 56.442 140.953C52.487 138.346 43.642 138.311 39.42 140.886C36.049 142.941 33.186 148.08 32.271 153.716C31.747 156.944 33.75 161.463 51.082 196.165L70.479 235L128 235L185.521 235L204.907 196.187M78.317 125.614C85.924 119.913 92.23 117.851 101.95 117.885C109.8 117.912 115.707 119.827 122.696 124.612L127.893 128.17L132.602 124.93C139.805 119.974 146.284 117.889 154.481 117.889C163.912 117.889 170.158 120.158 180.205 127.232C181.597 128.213 182.332 128.056 184.205 126.378C188 122.98 193.223 120.22 198.25 118.957L203 117.763L203 69.381L203 21L181.5 21L160 21L160 48L160 75L128 75L96 75L96 48L96 21L74.5 21L53 21L53 69.381L53 117.763L57.669 118.938C62.601 120.18 70.011 124.103 72.038 126.545C73.683 128.527 74.614 128.389 78.317 125.614" />
<glyph glyph-name="ungroup"
unicode="&#xEA63;"
horiz-adv-x="256" d=" M11 160L11 75L43 75L75 75L75 43L75 11L160 11L245 11L245 96L245 181L213 181L181 181L181 213L181 245L96 245L11 245L11 160M160 160L160 96L96 96L32 96L32 160L32 224L96 224L160 224L160 160M224 96L224 32L160 32L96 32L96 53.5L96 75L138.5 75L181 75L181 117.5L181 160L202.5 160L224 160L224 96" />
<glyph glyph-name="world-2"
unicode="&#xEA64;"
horiz-adv-x="256" d=" M113.63 255.01C85.844 251.5 59.791 239.266 40.142 220.5C-13.081 169.67 -12.827 85.301 40.7 34.967C58.266 18.449 79.155 7.785 104.5 2.394C115.485 0.058 140.515 0.058 151.5 2.395C178.843 8.21 201.725 20.562 219.599 39.156C261.858 83.115 267.53 148.763 233.496 200C227.079 209.66 209.552 227.243 200.227 233.375C185.482 243.071 168.553 250.085 151.752 253.46C142.18 255.383 122.816 256.17 113.63 255.01M80.346 218.25C66.451 198.907 56.913 172.408 54.43 146.25L53.742 139L37.777 139L21.812 139L22.523 144.25C25.978 169.767 42.212 197.015 63.568 213.139C68.734 217.04 83.793 226 85.182 226C85.584 226 83.408 222.513 80.346 218.25M118 182.5L118 139L96.362 139L74.724 139L75.414 145.75C77.565 166.792 84.971 187.624 96.299 204.5C100.481 210.73 115.161 226 116.968 226C117.662 226 118 211.733 118 182.5M147.869 218.25C160.281 205.924 168.942 191.36 174.777 173C177.748 163.652 181 147.358 181 141.824L181 139L159.5 139L138 139L138 182.5C138 211.733 138.338 226 139.032 226C139.6 226 143.576 222.513 147.869 218.25M179.209 221.634C189.762 215.62 194.242 212.203 203.334 203.231C219.215 187.559 230.64 165.203 233.477 144.25L234.188 139L218.223 139L202.258 139L201.57 146.25C199.087 172.408 189.549 198.907 175.654 218.25C172.592 222.513 170.416 226 170.818 226C171.22 226 174.996 224.035 179.209 221.634M54.43 109.75C56.913 83.592 66.451 57.093 80.346 37.75C83.408 33.488 85.632 30 85.289 30C83.97 30 71.221 37.411 65.5 41.503C57.79 47.018 46.284 58.732 40.553 66.901C31.812 79.361 24.418 97.753 22.523 111.75L21.812 117L37.777 117L53.742 117L54.43 109.75M118 73.5C118 42.032 117.69 30 116.879 30C115.044 30 100.666 45.028 96.309 51.5C90.327 60.386 84.629 72.284 81.223 83C78.252 92.348 75 108.642 75 114.176L75 117L96.5 117L118 117L118 73.5M180.597 110.75C178.324 89.269 170.845 68.073 159.69 51.5C155.335 45.029 140.957 30 139.121 30C138.31 30 138 42.032 138 73.5L138 117L159.629 117L181.258 117L180.597 110.75M233.477 111.75C231.505 97.182 223.389 77.661 214.099 65.139C208.576 57.694 197.706 46.665 191.185 41.891C186.51 38.467 172.006 30 170.818 30C170.416 30 172.481 33.337 175.407 37.415C189.532 57.101 199.078 83.495 201.57 109.75L202.258 117L218.223 117L234.188 117L233.477 111.75" />
<glyph glyph-name="ui-04"
unicode="&#xEA65;"
horiz-adv-x="256" d=" M60.5 255.324C40.632 252.533 21.376 236.603 14.192 217.015C10.95 208.175 10.152 193.2 12.411 183.613C17.247 163.1 34.884 145.303 55.103 140.537C64.339 138.36 190.028 138.299 200.257 140.467C220.62 144.782 238.673 162.757 243.589 183.613C244.773 188.639 245.069 193.202 244.685 200.5C243.863 216.087 239.53 226.326 229.07 237.394C222.26 244.601 215.845 248.832 206 252.614L198.5 255.494L131 255.62C93.875 255.689 62.15 255.556 60.5 255.324M76.535 233.909C84.449 232.446 89.339 229.795 95.474 223.641C104.462 214.625 108.134 203.334 106.022 191.208C104.582 182.935 102.027 177.966 95.862 171.448C76.111 150.564 40.67 160.048 33.024 188.263C29.798 200.164 34.161 215.079 43.432 223.847C49.448 229.537 53.541 231.875 60.5 233.594C66.951 235.188 69.358 235.236 76.535 233.909M202 231.375C214.639 225.298 222.802 213.504 223.774 199.913C224.765 186.064 219.127 174.436 207.594 166.542C198.545 160.348 195.021 159.943 152.724 160.238L115.091 160.5L118.373 165.5C130.863 184.534 130.922 210.024 118.519 228.837C116.583 231.773 115 234.388 115 234.649C115 234.91 133.113 234.983 155.25 234.812L195.5 234.5L202 231.375M59 116.326C52.281 115.159 43.125 111.303 36.415 106.815C15.804 93.029 6.649 68.331 12.978 43.585C15.552 33.522 19.121 27.064 26.5 19.122C33.741 11.328 42.085 5.737 50.928 2.753C57.413 0.564 58.379 0.531 124.094 0.222C198.612 -0.129 199.271 -0.081 213 6.649C221.879 11.001 232.882 21.414 237.83 30.147C244.395 41.735 246.694 59.188 243.463 72.897C239.136 91.251 223.631 107.957 205.072 114.262C198.54 116.481 198.078 116.496 130 116.628C92.325 116.701 60.375 116.565 59 116.326M140.351 94.75C139.929 94.062 138.268 91.547 136.66 89.16C125.199 72.145 125.603 44.679 137.577 26.885C139.46 24.088 141 21.619 141 21.4C141 20.4 66.724 21.08 61.799 22.124C44.292 25.839 32.022 40.828 32.022 58.5C32.022 69.276 35.346 77.251 43.048 84.952C53.609 95.514 55.166 95.802 102.309 95.911C133.117 95.982 140.96 95.742 140.351 94.75M196.546 94.632C205.268 92.31 210.633 88.462 217.182 79.832C224.666 69.97 226.081 55.233 220.669 43.5C209.72 19.763 179.402 13.833 161.11 31.851C154.503 38.358 151.397 44.176 149.855 52.935C148.593 60.098 149.906 68.935 153.187 75.367C155.644 80.183 163.108 88.286 167.704 91.126C175.097 95.695 187.084 97.152 196.546 94.632" />
</font>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 809 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 565 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 528 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 552 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="10px" height="7px" viewBox="0 0 10 7" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>down-arrow</title>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="2" transform="translate(-938.000000, -135.000000)" fill="#252f40" fill-rule="nonzero">
<g id="down-arrow" transform="translate(938.000000, 135.000000)">
<path d="M7.91769231,0.994615385 L4.61538462,4.29692308 L1.31307692,0.994615385 C1.01124701,0.7030983 0.531473248,0.707267405 0.234754942,1.00398571 C-0.0619633645,1.30070402 -0.0661324689,1.78047778 0.225384615,2.08230769 L4.07153846,5.92846154 C4.37192296,6.22875534 4.85884627,6.22875534 5.15923077,5.92846154 L9.00538462,2.08230769 C9.20535122,1.88917348 9.28554815,1.60317085 9.21515166,1.33422514 C9.14475517,1.06527942 8.93472058,0.855244834 8.66577486,0.784848341 C8.39682915,0.714451848 8.11082652,0.794648781 7.91769231,0.994615385 Z" id="Path"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1 @@
<svg height="7" viewBox="0 0 10 7" width="10" xmlns="http://www.w3.org/2000/svg"><path d="m7.91769231.99461539-3.30230769 3.30230769-3.3023077-3.30230769c-.30182991-.29151709-.78160367-.28734798-1.07832198.00937032-.2967183.29671831-.30088741.77649207-.00937032 1.07832198l3.84615384 3.84615385c.3003845.3002938.78730781.3002938 1.08769231 0l3.84615385-3.84615385c.1999666-.19313421.28016353-.47913684.20976704-.74808255-.07039649-.26894572-.28043108-.47898031-.5493768-.5493768-.26894571-.07039649-.55494834.00980044-.74808255.20976705z" fill="#fff"/></svg>

After

Width:  |  Height:  |  Size: 558 B

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="10px" height="7px" viewBox="0 0 10 7" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>down-arrow</title>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="2" transform="translate(-938.000000, -135.000000)" fill="#67748E" fill-rule="nonzero">
<g id="down-arrow" transform="translate(938.000000, 135.000000)">
<path d="M7.91769231,0.994615385 L4.61538462,4.29692308 L1.31307692,0.994615385 C1.01124701,0.7030983 0.531473248,0.707267405 0.234754942,1.00398571 C-0.0619633645,1.30070402 -0.0661324689,1.78047778 0.225384615,2.08230769 L4.07153846,5.92846154 C4.37192296,6.22875534 4.85884627,6.22875534 5.15923077,5.92846154 L9.00538462,2.08230769 C9.20535122,1.88917348 9.28554815,1.60317085 9.21515166,1.33422514 C9.14475517,1.06527942 8.93472058,0.855244834 8.66577486,0.784848341 C8.39682915,0.714451848 8.11082652,0.794648781 7.91769231,0.994615385 Z" id="Path"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 809 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 915 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 927 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,127 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="200px" height="141px" viewBox="0 0 200 141" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon-documentation</title>
<defs>
<path d="M164,65.9027169 L131.328366,107.451336 C130.835746,108.074195 129.931652,108.182823 129.305057,107.694438 L90.5492268,77.3228182 C89.9257872,76.8307695 89.8170242,75.9286526 90.3057068,75.3029815 L128.641084,26.5486641 C129.133704,25.9258047 130.037797,25.8171771 130.664393,26.305562 L162.198332,51.0184105 L162.775741,55.8073321 L163.394054,60.9248214 L164,65.9027169 Z" id="path-1"></path>
<filter x="-51.4%" y="-26.8%" width="202.7%" height="192.7%" filterUnits="objectBoundingBox" id="filter-2">
<feOffset dx="0" dy="16" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="10" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0934819575 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<path d="M79.8682506,74.9096716 L36.3896527,104.949358 C36.2551792,105.041034 36.0735715,105.004847 35.9826134,104.868253 L0.0498254295,50.5087025 C-0.040299367,50.3716348 -0.00479832306,50.1858378 0.129155596,50.0935229 L43.6105867,20.0509401 C43.7446551,19.9587991 43.9263867,19.9950943 44.0166816,20.1320449 L79.9494696,74.4915955 C79.993474,74.5578776 80.009654,74.6394276 79.9943897,74.718001 C79.9791254,74.7965743 79.9336907,74.8656131 79.8682506,74.9096716 Z" id="path-3"></path>
<filter x="-47.5%" y="-25.9%" width="195.0%" height="189.4%" filterUnits="objectBoundingBox" id="filter-4">
<feOffset dx="0" dy="16" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="10" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0934819575 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<path d="M45.2230066,75.9946795 C45.0326155,76.0279762 44.8510002,75.9015566 44.8162967,75.711575 L33.0053251,10.0101505 C32.9719998,9.81992276 33.0985279,9.63846337 33.2886727,9.60378967 L86.7777733,0.00519961151 C86.9677288,-0.0275892798 87.1488485,0.098056522 87.1844832,0.287341153 L98.9944911,65.9897286 C99.0284144,66.1797643 98.902169,66.3614361 98.7121072,66.3960895 L45.2230066,75.9946795 Z" id="path-5"></path>
<filter x="-57.6%" y="-28.9%" width="215.2%" height="200.0%" filterUnits="objectBoundingBox" id="filter-6">
<feOffset dx="0" dy="16" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="10" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0934819575 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<path d="M122.737745,83.9829761 L71.2396365,67.2578723 C71.0567086,67.1977617 70.9574131,67.0027284 71.0175666,66.8216892 L91.820999,4.23749122 C91.8818374,4.05665374 92.078875,3.95820664 92.2622548,4.01702394 L143.760364,20.7421277 C143.943291,20.8022383 144.042587,20.9972716 143.982433,21.1783108 L123.179001,83.7625088 C123.118163,83.9433463 122.921125,84.0417934 122.737745,83.9829761 L122.737745,83.9829761 Z" id="path-7"></path>
<filter x="-52.1%" y="-27.5%" width="204.1%" height="195.0%" filterUnits="objectBoundingBox" id="filter-8">
<feOffset dx="0" dy="16" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="10" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0934819575 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-9">
<stop stop-color="#7A62E4" offset="0%"></stop>
<stop stop-color="#656EE4" offset="100%"></stop>
</linearGradient>
<linearGradient x1="6.16024702%" y1="4.93510655%" x2="91.178684%" y2="95.0648934%" id="linearGradient-10">
<stop stop-color="#798CFB" offset="0%"></stop>
<stop stop-color="#5760D5" offset="100%"></stop>
</linearGradient>
<path d="M124,52.5241774 L124,113.139129 C124,114.722208 122.668841,116 121.025481,116 L47.9821801,116 C46.3388207,116 45,114.722208 45,113.139129 L45,43.8695616 C45,42.2864821 46.3407361,41 47.9821801,41 L64.3908743,41 C65.4110299,40.9941675 66.3646324,41.5070182 66.9239078,42.362324 L70.7076565,48.2856717 C71.2634202,49.1452941 72.2188655,49.6605842 73.24069,49.6517858 L121.028354,49.6517858 C122.668841,49.6585059 124,50.9410979 124,52.5241774 Z" id="path-11"></path>
<filter x="-48.1%" y="-29.3%" width="196.2%" height="201.3%" filterUnits="objectBoundingBox" id="filter-12">
<feOffset dx="0" dy="16" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="10" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.411764706 0 0 0 0 0.423529412 0 0 0 0 0.894117647 0 0 0 0.302194022 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<linearGradient x1="6.16024702%" y1="27.2920605%" x2="91.178684%" y2="72.7079395%" id="linearGradient-13">
<stop stop-color="#798CFB" offset="0%"></stop>
<stop stop-color="#5760D5" offset="100%"></stop>
</linearGradient>
</defs>
<g id="icon-documentation" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="28-[Converted]" transform="translate(17.000000, 0.000000)" fill-rule="nonzero">
<g id="Path">
<use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-1"></use>
<use fill="#FFFFFF" xlink:href="#path-1"></use>
</g>
<path d="M157,60 C157.031448,60.2599348 156.460309,61.4581471 164.101192,68 L165,66.909047 L157,60 Z" id="Path" fill="#CECECE"></path>
<path d="M157.473962,58.1997959 C156.716664,59.1741701 156.88483,60.5818179 157.85001,61.3475376 L165,67 L163.086308,51 L157.473962,58.1997959 Z" id="Path" fill="#EDEDED"></path>
<path d="M113.09359,81.9191068 C113.249875,81.6863277 113.09359,81.3819243 112.781021,81.4060975 C112.359113,81.4466957 111.93364,81.4442938 111.512303,81.3989351 L110.937642,81.2744878 C110.530591,81.2273351 110.451316,81.0055981 110.699818,80.6092768 C111.142462,80.5555585 111.058981,79.9467516 110.617307,79.977192 C110.071768,80.0147948 109.343735,80.0720942 108.896237,79.700543 C108.757492,79.5730771 108.640927,79.4266094 108.550664,79.2663204 C108.707555,79.2606313 108.863381,79.2399282 109.015635,79.2045444 C109.141827,79.1741041 109.20104,79.0541333 109.230162,78.9520687 C109.314614,78.6637807 109.305877,78.4318969 109.327233,78.2098615 C111.309424,77.8875519 113.36636,77.1435541 114.860284,76.0861999 C115.151497,75.8811752 114.947648,75.5060427 114.613723,75.5141005 C113.053791,75.5543892 111.448236,75.8382006 110.045559,76.4989351 C109.550496,76.7308189 109.06417,77.0173163 108.814698,77.4954087 C108.791768,77.5451383 108.771679,77.5959419 108.754514,77.6476104 C108.297277,77.7099402 107.836259,77.7458225 107.374163,77.7550469 C106.7579,77.771819 106.142718,77.697154 105.552139,77.5339068 C105.127939,77.4094595 104.484357,77.228608 104.484357,76.7612593 C105.584173,76.8624286 106.65972,76.6950067 106.866481,75.7549373 C107.176138,74.3403567 104.715387,75.1900004 103.960174,76.0620267 C103.45154,75.9747832 102.953435,75.841638 102.473045,75.6645116 C102.060493,75.5167864 101.793547,76.1032107 102.20707,76.2518312 C102.695572,76.4220104 103.198065,76.5558384 103.70973,76.6520321 C103.554417,78.1740493 106.517026,78.4238392 107.607134,78.3889223 C107.931351,78.3781787 108.265275,78.3522148 108.602112,78.3146121 C108.562313,78.6870586 108.602112,78.6485605 108.010949,78.6405028 C107.711,78.6405028 107.516858,78.900141 107.685761,79.1454544 C107.99833,79.5984783 108.255568,80.1490904 108.784606,80.4132051 C108.951334,80.4917332 109.129537,80.5475253 109.313643,80.5788364 C109.269327,80.6561426 109.261941,80.7469836 109.293258,80.8295216 C109.714546,81.7982407 110.992972,82.0435541 112.091817,82.0614602 C111.325088,82.8005446 110.294722,83.2593334 109.190363,83.3533842 C107.509092,83.4751455 106.286967,82.3945134 105.205595,81.360437 C104.901763,81.0694631 104.343604,81.4445956 104.650349,81.7382554 C105.829762,82.8663387 107.132456,84.0176999 108.943802,83.9997938 C110.527031,83.9800971 112.252955,83.1653703 113.09359,81.9191068 Z M105.619118,75.6895801 C106.298616,75.6591398 105.545344,76.0602361 105.283252,76.1058966 C105.114695,76.1325817 104.94348,76.1421887 104.772658,76.1345463 C104.913412,75.9707056 105.427888,75.6985332 105.618147,75.6868942 L105.619118,75.6895801 Z M109.858212,77.3297774 C110.270764,76.993143 110.993943,76.7925949 111.516185,76.6323354 C112.097871,76.4570018 112.695733,76.3311343 113.302293,76.2563077 C112.167858,76.8299157 110.948259,77.246798 109.682513,77.4936181 C109.737512,77.4361406 109.79584,77.3814473 109.857241,77.3297774 L109.858212,77.3297774 Z" id="Shape" fill="#4684AF"></path>
<path d="M134.7083,47.5874337 L154.249953,47.5874337 C155.008722,47.5874337 155.623826,48.2025375 155.623826,48.9613066 C155.623826,49.7200756 155.008722,50.3351794 154.249953,50.3351794 L134.7083,50.3351794 C133.949531,50.3351794 133.334427,49.7200756 133.334427,48.9613066 C133.334427,48.2025375 133.949531,47.5874337 134.7083,47.5874337 Z" id="Rectangle" fill="#D2D4D8" transform="translate(144.479126, 48.961307) rotate(38.130000) translate(-144.479126, -48.961307) "></path>
<path d="M153.269805,66.9622996 L124.065327,43.229886 C123.991244,43.1693196 123.978248,43.0582243 124.036224,42.9811043 L125.487623,41.0676232 C125.546133,40.9909361 125.653457,40.9774832 125.727958,41.0374973 L154.935253,64.7669954 C155.009036,64.8278522 155.021609,64.9389111 154.963417,65.0157771 L153.512018,66.9302301 C153.484147,66.967935 153.442868,66.9925386 153.397374,66.9985622 C153.35188,67.0045857 153.305947,66.991529 153.269805,66.9622996 Z" id="Path" fill="#D2D4D8"></path>
<path d="M150.27103,71.9612987 L121.06533,48.2297166 C120.991243,48.1691548 120.978247,48.0580679 121.036226,47.9809538 L122.487686,46.067618 C122.546198,45.9909368 122.653526,45.9774849 122.728031,46.0374944 L151.93467,69.77102 C152.008757,69.8315818 152.021753,69.9426687 151.963774,70.0197828 L150.512314,71.9340903 C150.452626,72.0099622 150.345104,72.022087 150.27103,71.9612987 Z" id="Path" fill="#D2D4D8"></path>
<path d="M146.272572,75.9629698 L117.065254,52.2298601 C116.991281,52.1696466 116.978268,52.0588579 117.036149,51.9820531 L118.488581,50.0676224 C118.547095,49.9909362 118.654426,49.9774834 118.728932,50.0374968 L147.934373,73.7706065 C147.970118,73.7993735 147.993293,73.8417161 147.998757,73.8882395 C148.004222,73.934763 147.991522,73.9816198 147.963478,74.0184135 L146.511984,75.9328442 C146.45354,76.0089134 146.346922,76.0223294 146.272572,75.9629698 L146.272572,75.9629698 Z" id="Path" fill="#D2D4D8"></path>
<path d="M143.275055,79.9639748 L114.065337,56.2309182 C113.991243,56.1703502 113.978244,56.0592519 114.036229,55.9821298 L115.487842,54.067625 C115.546361,53.9909359 115.6537,53.9774826 115.728213,54.0374983 L144.935114,77.7715266 C145.008612,77.8320219 145.021575,77.9423834 144.964221,78.0193432 L143.51167,79.933848 C143.453707,80.008576 143.348788,80.0219347 143.275055,79.9639748 L143.275055,79.9639748 Z" id="Path" fill="#D2D4D8"></path>
<path d="M140.271578,85.9628715 L111.065331,62.230191 C110.991243,62.1696264 110.978246,62.0585344 111.036226,61.9814167 L112.487713,60.0670206 C112.546507,59.9906468 112.653802,59.9776325 112.728063,60.0378674 L141.935249,83.7695761 C142.009036,83.830431 142.02161,83.9414866 141.963415,84.0183504 L140.511928,85.9317747 C140.453696,86.0087716 140.34633,86.0226628 140.271578,85.9628715 L140.271578,85.9628715 Z" id="Path" fill="#D2D4D8"></path>
<path d="M137.271937,88.9621317 L108.064751,65.2298716 C107.990964,65.1690152 107.97839,65.057957 108.036585,64.9810915 L109.488072,63.0676227 C109.546586,62.9909362 109.653916,62.9774833 109.728422,63.037497 L138.934669,86.7697572 C139.008757,86.8303232 139.021754,86.9414177 138.963774,87.0185373 L137.512287,88.9329778 C137.453493,89.0093534 137.346198,89.022368 137.271937,88.9621317 Z" id="Path" fill="#D2D4D8"></path>
<path d="M121.72276,96.0419895 C120.290745,94.9184533 119.676418,93.0427629 120.166241,91.2895563 C120.656064,89.5363497 122.153575,88.250894 123.960481,88.0325998 C125.767387,87.8143055 127.527846,88.7061623 128.420952,90.2922956 C129.314058,91.878429 129.163928,93.8464743 128.040568,95.2787282 C126.50543,97.2322004 123.678793,97.5736897 121.72276,96.0419895 Z M126.678818,89.7281224 C125.147526,88.524448 122.930576,88.790249 121.727105,90.3218077 C120.523634,91.8533665 120.789364,94.0707214 122.320633,95.2744265 C123.851901,96.4781315 126.068856,96.2123749 127.272358,94.6808402 C128.473945,93.148716 128.208389,90.9328223 126.678818,89.7281224 L126.678818,89.7281224 Z" id="Shape" fill="#D2D4D8"></path>
<g id="Path">
<use fill="black" fill-opacity="1" filter="url(#filter-4)" xlink:href="#path-3"></use>
<use fill="#FFFFFF" xlink:href="#path-3"></use>
</g>
<path d="M23.9164756,42.7124148 L9.77132324,52.9649556 C9.68362687,53.0281979 9.56476767,53.0035077 9.50542284,52.909721 L8.03267167,50.5727965 C7.97371129,50.4787312 7.99672979,50.3512399 8.08416647,50.2875852 L22.2293188,40.0350444 C22.3170152,39.9718021 22.4358744,39.9964923 22.4952192,40.090279 L23.9670341,42.4272035 C24.0261809,42.5210084 24.0035914,42.6484401 23.9164756,42.7124148 Z" id="Path" fill="#D2D4D8"></path>
<path d="M47.9118388,35.5753176 L12.8247285,58.9671138 C12.7341474,59.02657 12.6119548,59.0032246 12.5504218,58.9147064 L11.0340081,56.6964449 C10.9729915,56.6074415 10.996295,56.4865324 11.086165,56.4258323 L46.1742411,33.034989 C46.2170955,33.0050844 46.2704404,32.9936722 46.3220016,33.0033783 C46.3735629,33.0130843 46.4189002,33.0430728 46.4475819,33.0864435 L47.9668933,35.304705 C48.027338,35.3944502 48.0027046,35.5155321 47.9118388,35.5753176 Z" id="Path" fill="#D2D4D8"></path>
<path d="M51.9131779,41.5748693 L16.8281744,64.9653124 C16.7852028,64.9951259 16.7317759,65.0063865 16.6802067,64.9964991 C16.6286374,64.9866118 16.5833748,64.9564295 16.55485,64.9129081 L15.0356299,62.6957277 C15.0050913,62.653269 14.9934909,62.6003328 15.0035244,62.5492209 C15.0135579,62.4981091 15.0443517,62.4532725 15.0887494,62.4251307 L50.1737529,39.0346876 C50.2167245,39.0048741 50.2701514,38.9936135 50.3217206,39.0035009 C50.3732899,39.0133882 50.4185525,39.0435705 50.4470773,39.0870919 L51.9662975,41.3042723 C52.0271182,41.3935177 52.0033734,41.5144763 51.9131779,41.5748693 Z" id="Path" fill="#D2D4D8"></path>
<path d="M56.9143522,47.5735729 L21.8262094,70.9653105 C21.7832387,70.9951256 21.7298129,71.0063868 21.6782447,70.9964989 C21.6266766,70.986611 21.5814148,70.9564271 21.5528907,70.9129032 L20.0337018,68.6956002 C19.9728824,68.6063499 19.9966267,68.4853846 20.0868203,68.4249882 L55.1710999,45.0332506 C55.2615615,44.9732455 55.3841685,44.9966718 55.4453845,45.0856578 L56.9636075,47.3039138 C56.9941944,47.3458362 57.0062224,47.3982127 56.9969369,47.4490481 C56.9876515,47.4998834 56.957848,47.5448223 56.9143522,47.5735729 Z" id="Path" fill="#D2D4D8"></path>
<path d="M59.9135476,52.5754285 L24.8286651,75.96675 C24.738202,76.0267541 24.6155929,76.0033281 24.5543758,75.9143437 L23.0351609,73.6961272 C23.0049407,73.6537326 22.9935264,73.6010231 23.0035486,73.5501463 C23.0135709,73.4992695 23.044165,73.4546146 23.0882803,73.4264729 L58.1731628,50.0351514 C58.2162009,50.005023 58.2698594,49.9935783 58.3216686,50.0034771 C58.3734779,50.0133759 58.4189263,50.0437561 58.4474521,50.0875577 L59.966667,52.3048214 C60.026931,52.3941809 60.0032684,52.5147255 59.9135476,52.5754285 Z" id="Path" fill="#D2D4D8"></path>
<path d="M63.914633,58.620983 L38.7980238,75.9661369 C38.7090765,76.0272474 38.5885219,76.0033895 38.5283305,75.9127642 L37.0345717,73.6536438 C37.0048579,73.6104674 36.9936349,73.5567859 37.0034892,73.504971 C37.0133435,73.453156 37.043425,73.4076777 37.0868011,73.379017 L62.2034102,56.0338631 C62.2923575,55.9727526 62.4129122,55.9966105 62.4731035,56.0872358 L63.9668623,58.3453858 C64.0266637,58.4362803 64.0033169,58.559474 63.914633,58.620983 L63.914633,58.620983 Z" id="Path" fill="#D2D4D8"></path>
<path d="M67.9126447,64.5714515 L32.8272341,87.9664481 C32.7370201,88.0266463 32.6144664,88.0036553 32.5529407,87.9149907 L31.0337029,85.6966064 C30.9728815,85.607351 30.9966266,85.4863787 31.0868231,85.4259788 L66.1722337,62.032888 C66.2628105,61.9734286 66.3849972,61.9967752 66.4465271,62.0852983 L67.9657649,64.3036826 C67.9953554,64.3459451 68.0064024,64.3982031 67.9964021,64.4486126 C67.9864018,64.4990221 67.9562011,64.5433146 67.9126447,64.5714515 L67.9126447,64.5714515 Z" id="Path" fill="#D2D4D8"></path>
<path d="M71.9136208,70.5728567 L36.8280391,93.9667464 C36.7375742,94.026757 36.6149627,94.0033285 36.5537444,93.9143343 L35.035465,91.6968272 C35.0051536,91.6545462 34.9935861,91.6019149 35.0034243,91.5510435 C35.0132624,91.500172 35.0436588,91.4554412 35.0876197,91.4271433 L70.1732014,68.0332536 C70.2636663,67.973243 70.3862778,67.9966715 70.4474961,68.0856657 L71.9667413,70.3031728 C72.0269089,70.392245 72.0032213,70.5125032 71.9136208,70.5728567 Z" id="Path" fill="#D2D4D8"></path>
<g id="Path">
<use fill="black" fill-opacity="1" filter="url(#filter-6)" xlink:href="#path-5"></use>
<use fill="#FFFFFF" xlink:href="#path-5"></use>
</g>
<polygon id="Rectangle" fill="#D2D4D8" transform="translate(56.159443, 46.892172) rotate(-10.180000) translate(-56.159443, -46.892172) " points="52.8806324 37.6150587 59.4382533 37.6150587 59.4382533 56.1692853 52.8806324 56.1692853"></polygon>
<polygon id="Rectangle" fill="#D2D4D8" transform="translate(64.310438, 47.967938) rotate(-10.180000) translate(-64.310438, -47.967938) " points="61.0316271 41.191474 67.589248 41.191474 67.589248 54.7444014 61.0316271 54.7444014"></polygon>
<polygon id="Rectangle" fill="#D2D4D8" transform="translate(72.284109, 48.574196) rotate(-10.180000) translate(-72.284109, -48.574196) " points="69.0052985 43.8017955 75.5629194 43.8017955 75.5629194 53.3465961 69.0052985 53.3465961"></polygon>
<polygon id="Rectangle" fill="#D2D4D8" transform="translate(79.273447, 44.080202) rotate(-10.180000) translate(-79.273447, -44.080202) " points="75.9946363 36.1199759 82.5522572 36.1199759 82.5522572 52.0404275 75.9946363 52.0404275"></polygon>
<path d="M66.8618068,16.5032399 L40.608497,20.9979067 C40.5173981,21.0119327 40.4312285,20.9540289 40.4144807,20.8675327 L40.0021962,18.6816878 C39.9874809,18.5948564 40.0482305,18.5127233 40.1389776,18.4967601 L66.3922874,14.0020933 C66.4833863,13.9880673 66.5695559,14.0459711 66.5863037,14.1324673 L66.9976182,16.3173876 C67.0129621,16.4042451 66.9526012,16.4868466 66.8618068,16.5032399 L66.8618068,16.5032399 Z" id="Path" fill="#D2D4D8"></path>
<path d="M78.8638823,19.4626654 L40.5999047,25.9979405 C40.5100719,26.0117399 40.4250998,25.9547716 40.4085848,25.869673 L40.00203,23.7200551 C39.9880487,23.6347437 40.0477183,23.5542556 40.1369105,23.5381154 L78.4008882,17.0019305 C78.4905979,16.9886347 78.5752357,17.0453788 78.5922081,17.130198 L78.9978063,19.2807256 C79.0123638,19.3658592 78.9529805,19.4465332 78.8638823,19.4626654 L78.8638823,19.4626654 Z" id="Path" fill="#D2D4D8"></path>
<path d="M85.8662657,22.5044509 L42.6007895,29.9980368 C42.5108243,30.0115582 42.4259456,29.9538513 42.4089249,29.8675929 L42.0021718,27.6805759 C41.9876197,27.593698 42.0476956,27.5115209 42.1374364,27.4955491 L85.398116,20.0019632 C85.4880811,19.9884418 85.5729599,20.0461487 85.5899806,20.1324071 L85.997693,22.3184989 C86.0124959,22.4044026 85.9545895,22.4863324 85.8662657,22.5044509 Z" id="Path" fill="#D2D4D8"></path>
<path d="M49.4659433,58.8917082 L78.1185422,58.8917082 C78.8461036,58.8917082 79.4359086,59.4815132 79.4359086,60.2090746 C79.4359086,60.9366359 78.8461036,61.526441 78.1185422,61.526441 L49.4659433,61.526441 C48.7383819,61.526441 48.1485769,60.9366359 48.1485769,60.2090746 C48.1485769,59.4815132 48.7383819,58.8917082 49.4659433,58.8917082 Z" id="Rectangle" fill="#D2D4D8" transform="translate(63.792243, 60.209075) rotate(-10.180000) translate(-63.792243, -60.209075) "></path>
<path d="M92.8662657,62.5044509 L49.6007895,69.9980368 C49.5108243,70.0115582 49.4259456,69.9538513 49.4089249,69.8675929 L49.0021718,67.6805759 C48.9876197,67.593698 49.0476956,67.5115209 49.1374364,67.4955491 L92.398116,60.0019632 C92.4880811,59.9884418 92.5729599,60.0461487 92.5899806,60.1324071 L92.997693,62.3184989 C93.0124959,62.4044026 92.9545895,62.4863324 92.8662657,62.5044509 Z" id="Path" fill="#D2D4D8"></path>
<path d="M65.8576355,32.3745345 L43.606698,35.9980142 C43.515848,36.0113197 43.4299137,35.9563902 43.4132116,35.874337 L43.002053,33.801647 C42.9879134,33.7193886 43.0482587,33.6417809 43.1384609,33.6262183 L65.3942355,30.0018614 C65.4849611,29.9890414 65.5705573,30.0437548 65.5877219,30.1255386 L65.9979131,32.1991058 C66.012426,32.2826313 65.9497048,32.3610694 65.8576355,32.3745345 Z" id="Path" fill="#D2D4D8"></path>
<path d="M86.8625527,28.570437 L67.6003037,31.9979851 C67.5104326,32.0118621 67.4256425,31.9526378 67.4086396,31.8641114 L67.0023115,29.6195895 C66.9872329,29.5303041 67.0474887,29.4456253 67.1374348,29.4296977 L86.3996838,26.0021495 C86.4896782,25.987747 86.5748032,26.0472052 86.5913479,26.1360233 L86.997676,28.3795956 C87.012789,28.469093 86.9526352,28.5540511 86.8625527,28.570437 L86.8625527,28.570437 Z" id="Path" fill="#D2D4D8"></path>
<path d="M69.5606633,11.294935 L82.8291429,11.294935 C83.5567043,11.294935 84.1465093,11.88474 84.1465093,12.6123013 C84.1465093,13.3398627 83.5567043,13.9296677 82.8291429,13.9296677 L69.5606633,13.9296677 C68.8331019,13.9296677 68.2432969,13.3398627 68.2432969,12.6123013 C68.2432969,11.88474 68.8331019,11.294935 69.5606633,11.294935 Z" id="Rectangle" fill="#D2D4D8" transform="translate(76.194903, 12.612301) rotate(-10.180000) translate(-76.194903, -12.612301) "></path>
<g id="Group" opacity="0.2" transform="translate(69.000000, 11.000000)" fill="#3D3D3D">
<path d="M51.7402494,79.9839839 L0.24038571,63.2590668 C0.152414963,63.2305949 0.0794920891,63.1687422 0.0376629736,63.0871187 C-0.00416614186,63.0054953 -0.0114742006,62.910789 0.0173468561,62.8238389 L20.8186041,0.237488568 C20.8794446,0.0566531104 21.0764889,-0.0417928901 21.259875,0.017023752 L72.7597386,16.7419409 C72.9426854,16.8020791 73.0422808,16.9968495 72.9827775,17.1781191 L52.1786361,79.7616185 C52.1185848,79.9417435 51.9233062,80.0407958 51.7402494,79.9839839 L51.7402494,79.9839839 Z" id="Path"></path>
<path d="M47.8486059,19.8065919 L40.3854567,32.5726451 L26.2638286,37.269876 C28.3792944,43.4828571 34.3923519,47.5676746 41.0184968,47.2930844 C47.6446417,47.0184942 53.2907018,42.4505179 54.8726374,36.084315 C56.4545729,29.7181121 53.5920277,23.084355 47.8486059,19.8065919 Z" id="Path"></path>
<path d="M47.0641244,17.337766 C42.7635193,14.8817706 37.50725,14.7067779 33.0492089,16.8711788 L39.6057821,30.096217 L47.0641244,17.337766 Z" id="Path"></path>
<path d="M31.3937222,18.1283985 C24.6660984,21.3716034 21.4269316,29.0530361 23.8325128,36.0592201 L37.9541409,31.3619891 L31.3937222,18.1283985 Z" id="Path"></path>
<path d="M30.8495843,52.1255936 L12.3075568,46.1027229 C12.2698712,46.0911705 12.2384611,46.0651367 12.2203832,46.0304703 C12.2023053,45.9958039 12.1990755,45.9554118 12.2114194,45.9183687 L12.8468878,44.004506 C12.8589334,43.9662127 12.8862538,43.9344295 12.9225406,43.9164955 C12.9588274,43.8985615 13.0009431,43.8960273 13.0391627,43.9094781 L31.5811902,49.9313985 C31.6200949,49.9430699 31.6524319,49.9700422 31.6706143,50.0059874 C31.6887967,50.0419325 31.6912243,50.0836869 31.6773276,50.1214544 L31.0418592,52.0353171 C31.0285948,52.0725807 31.0008327,52.1030702 30.964734,52.1200192 C30.9286353,52.1369682 30.8871858,52.1389748 30.8495843,52.1255936 L30.8495843,52.1255936 Z" id="Path"></path>
<path d="M39.1808546,59.4779052 L10.9164481,50.2982063 C10.8786921,50.2864449 10.8472738,50.2602275 10.8292098,50.2254092 C10.8111458,50.190591 10.8079408,50.1500722 10.8203107,50.1129019 L11.4557791,48.1990392 C11.4675868,48.1605834 11.4948741,48.1286197 11.5312389,48.1106471 C11.5676037,48.0926746 11.6098456,48.0902749 11.648054,48.1040113 L39.9124605,57.2837101 C39.9903928,57.3090836 40.0332295,57.3916512 40.0085979,57.4690145 L39.3721681,59.3828772 C39.3603381,59.4211024 39.3332039,59.4528806 39.2970692,59.4708292 C39.2609345,59.4887778 39.2189447,59.4913344 39.1808546,59.4779052 L39.1808546,59.4779052 Z" id="Path"></path>
<path d="M28.2548349,61.2691818 L9.31575977,55.1161228 C9.23795654,55.0911683 9.1950478,55.0088861 9.21962233,54.9317686 L9.85605217,53.0179059 C9.8679631,52.9808077 9.89433431,52.9499278 9.92933419,52.9320948 C9.96433407,52.9142618 10.005079,52.9109451 10.0425588,52.922878 L28.9816339,59.075937 C29.0599344,59.1008836 29.1029685,59.1838317 29.0777713,59.2612415 L28.4413415,61.1751041 C28.4156932,61.2516288 28.332574,61.2935558 28.2548349,61.2691818 Z" id="Path"></path>
<path d="M42.0441871,59.4952741 L50.9351429,59.4648094 C51.5686285,59.4626388 52.0839297,59.9744207 52.0861003,60.6079063 C52.0861093,60.6105388 52.0861093,60.6131713 52.0861002,60.6158037 C52.0838896,61.2549482 51.5662983,61.7725229 50.9271537,61.7747129 L42.0361979,61.8051776 C41.4027123,61.8073483 40.8874111,61.2955664 40.8852405,60.6620808 C40.8852315,60.6594483 40.8852315,60.6568158 40.8852406,60.6541833 C40.8874512,60.0150388 41.4050425,59.4974642 42.0441871,59.4952741 Z" id="Rectangle" transform="translate(46.485670, 60.634994) rotate(18.190000) translate(-46.485670, -60.634994) "></path>
<path d="M33.6791759,53.7732078 L52.5725453,53.70847 C53.2060309,53.7062994 53.7213321,54.2180813 53.7235028,54.8515669 C53.7235118,54.8541993 53.7235117,54.8568318 53.7235026,54.8594643 C53.7212921,55.4986088 53.2037008,56.0161835 52.5645562,56.0183735 L33.6711868,56.0831113 C33.0377012,56.0852819 32.5224,55.5735 32.5202293,54.9400144 C32.5202203,54.937382 32.5202204,54.9347495 32.5202295,54.932117 C32.52244,54.2929725 33.0400313,53.7753978 33.6791759,53.7732078 Z" id="Rectangle" transform="translate(43.121866, 54.895791) rotate(18.190000) translate(-43.121866, -54.895791) "></path>
</g>
<g id="Path">
<use fill="black" fill-opacity="1" filter="url(#filter-8)" xlink:href="#path-7"></use>
<use fill="#FFFFFF" xlink:href="#path-7"></use>
</g>
<path d="M118.810968,24 L111.615691,36.9973808 L98,41.7806956 C100.039488,48.1068952 105.83716,52.266255 112.226039,51.9867262 C118.614918,51.7071974 124.058803,47.0559924 125.583976,40.5738303 C127.109148,34.0916682 124.34888,27.337179 118.810968,24 Z" id="Path" fill="#D2D4D8"></path>
<path d="M118,22.1467627 C117.047683,21.5962709 116.041602,21.1451044 114.997531,20.8003357 C111.042979,19.4940936 106.735188,19.7956437 103,21.640176 L110.017424,36 L118,22.1467627 Z" id="Path" fill="#6977E9" opacity="0.490781512"></path>
<path d="M102.961775,23 C95.7434122,26.2550767 92.2677178,33.9665257 94.8488377,41 L110,36.2846468 L102.961775,23 Z" id="Path" fill="#D2D4D8"></path>
<path d="M103.140764,55.9914408 L84.1075453,50.1436485 C84.0677787,50.1320862 84.0347726,50.1058619 84.0161486,50.0710311 C83.9975246,50.0362003 83.9948929,49.9957743 84.0088611,49.9590882 L84.6621504,48.1005662 C84.6745151,48.0633802 84.7025593,48.032516 84.7398073,48.0151006 C84.7770553,47.9976852 84.8202867,47.9952243 84.8595188,48.0082861 L103.892738,53.8560784 C103.932339,53.8678632 103.965162,53.8941187 103.983747,53.9288769 C104.002332,53.9636351 104.0051,54.0039431 103.991422,54.0406387 L103.338133,55.8991607 C103.326012,55.9365044 103.298002,55.9675439 103.260674,55.9849968 C103.223346,56.0024497 103.179985,56.0047799 103.140764,55.9914408 Z" id="Path" fill="#D4E8E8"></path>
<path d="M111.169788,63.9919812 L83.1040335,55.13069 C83.0655654,55.1191977 83.0336371,55.0931319 83.0156213,55.0585116 C82.9976054,55.0238913 82.9950596,54.9837098 83.0085718,54.9472454 L83.6405286,53.0999583 C83.6524894,53.0629971 83.6796179,53.0323195 83.7156496,53.0150093 C83.7516813,52.9976992 83.7935011,52.9952531 83.8314521,53.008236 L111.897206,61.8695273 C111.934627,61.8806778 111.965816,61.905806 111.983767,61.9392664 C112.001718,61.9727269 112.004925,62.0117139 111.992668,62.0474685 L111.361666,63.8947556 C111.350975,63.9329481 111.324209,63.9651355 111.2878,63.9835844 C111.251391,64.0020332 111.208628,64.0050759 111.169788,63.9919812 Z" id="Path" fill="#D4E8E8"></path>
<path d="M99.1599113,65.9915694 L80.1041589,60.1062428 C80.0662412,60.0951931 80.0346376,60.070292 80.0164483,60.037134 C79.998259,60.0039761 79.9950093,59.9653415 80.0074292,59.9299102 L80.6468126,58.0993236 C80.658693,58.0625412 80.6861484,58.0319682 80.7227372,58.0147777 C80.7593261,57.9975871 80.8018282,57.9952919 80.840272,58.0084306 L99.8960243,63.8928483 C99.9748072,63.9167095 100.018106,63.9960483 99.992754,64.0700898 L99.3533707,65.9006764 C99.3414902,65.9374588 99.3140349,65.9680318 99.277446,65.9852223 C99.2408572,66.0024129 99.1983551,66.0047081 99.1599113,65.9915694 Z" id="Path" fill="#D4E8E8"></path>
<path d="M113.508368,63.9780482 L122.354021,63.9780482 C122.996158,63.9780482 123.516713,64.4986031 123.516713,65.1407401 C123.516713,65.7828772 122.996158,66.3034321 122.354021,66.3034321 L113.508368,66.3034321 C112.866231,66.3034321 112.345676,65.7828772 112.345676,65.1407401 C112.345676,64.4986031 112.866231,63.9780482 113.508368,63.9780482 Z" id="Rectangle" fill="#D4E8E8" transform="translate(117.931194, 65.140740) rotate(18.190000) translate(-117.931194, -65.140740) "></path>
<path d="M124.16243,62.9926109 L104.104452,56.2850131 C104.066367,56.2728045 104.034676,56.2455903 104.016455,56.2094481 C103.998234,56.173306 103.995001,56.1312465 104.007478,56.0926629 L104.648472,54.1060303 C104.67393,54.0256906 104.758576,53.9815358 104.83757,54.0073891 L124.895548,60.7149869 C124.933633,60.7271955 124.965324,60.7544097 124.983545,60.7905519 C125.001766,60.826694 125.004999,60.8687535 124.992522,60.9073371 L124.351528,62.8939697 C124.32607,62.9743094 124.241424,63.0184642 124.16243,62.9926109 Z" id="Path" fill="#D4E8E8"></path>
<g id="Path">
<use fill="black" fill-opacity="1" filter="url(#filter-12)" xlink:href="#path-11"></use>
<use fill="url(#linearGradient-9)" xlink:href="#path-11"></use>
<use fill="url(#linearGradient-10)" xlink:href="#path-11"></use>
</g>
<rect id="Rectangle" fill="#EFEFEF" x="48" y="51" width="72" height="64" rx="2.55"></rect>
<rect id="Rectangle" fill="#FFFFFF" x="48" y="52" width="72" height="64" rx="2.55"></rect>
<path d="M124,54 L124,108.023087 L123.454129,112.689629 C123.272031,114.254527 122.17844,115.558048 120.67689,116 L47.9821801,116 C46.3388207,116 45,114.71617 45,113.125611 L45,63.4874143 L57.7858338,63.4874143 C59.3501287,63.4881279 60.7649232,62.551542 61.3847525,61.1049507 L63.4054333,56.3901805 C64.0183831,54.940246 65.4320554,53.9993689 66.9966906,54 L124,54 Z" id="Path" fill="#3D3D3D" opacity="0.2"></path>
<path d="M124.681113,113.52643 C124.450771,115.507242 122.792209,117 120.821769,117 L48.0805846,117 C46.1099817,117 44.4511759,115.507457 44.2212401,113.52643 L39.0266631,68.8548416 C38.8969347,67.7392522 39.2446094,66.6207468 39.9820322,65.7813205 C40.719455,64.9418943 41.7762599,64.4616464 42.8860077,64.4616561 L59.517017,64.4616561 C61.06926,64.4617739 62.4726704,63.5268515 63.0865068,62.0837373 L65.0888803,57.3779209 C65.7027167,55.9348067 67.1061271,55 68.6583701,55 L127.111141,55 C128.221386,54.999168 129.278963,55.4790594 130.017021,56.3185878 C130.755078,57.1581162 131.103124,58.2770986 130.973337,59.3931877 L124.681113,113.52643 Z" id="Path" fill="url(#linearGradient-13)"></path>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

View File

@ -0,0 +1,91 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="1920px" height="983px" viewBox="0 0 1920 983" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>pattern-lines</title>
<defs>
<filter id="filter-1">
<feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 0.399339 0"></feColorMatrix>
</filter>
<filter id="filter-2">
<feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 0.399339 0"></feColorMatrix>
</filter>
</defs>
<g id="pattern-lines" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g filter="url(#filter-1)" id="Whangaehu">
<g transform="translate(1314.673347, 397.902856) rotate(31.000000) translate(-1314.673347, -397.902856) translate(546.173347, -471.097144)">
<path d="M1247.32771,699.958885 C1247.41534,722.884279 1282.37839,748.664482 1297.31327,761.955728 C1326.84347,788.244047 1357.55663,812.519958 1387.985,837.183645 C1418.41337,861.847333 1448.9239,886.444157 1477.93929,913.521395 C1496.77903,931.098197 1518.91573,950.894667 1531.69279,975.992925 C1558.91184,1029.47882 1473.09244,1021.53616 1450.86263,1022.70617 C1394.31055,1025.6947 1329.44488,1024.33081 1276.4362,1052.18359 C1244.79201,1068.81102 1232.17376,1096.69723 1238.97031,1137.33982 C1241.16098,1150.55752 1247.64536,1165.76758 1242.15226,1178.64431 C1236.28674,1192.39687 1222.79223,1200.33284 1211.59245,1205.65468 C1170.74197,1225.04333 1123.77405,1227.28974 1080.55219,1229.72334 C1033.94573,1232.39764 986.901141,1231.6154 940.623287,1231.82266 C921.000382,1231.90958 900.506689,1240.51412 881.820295,1247.50741 C857.323152,1256.67355 833.116272,1266.96959 808.821769,1276.92465 C755.374956,1298.77364 700.301572,1321.78594 643.754964,1327.33511 C608.342822,1330.81169 569.639201,1326.11162 542.129893,1295.87203 C528.317733,1280.68872 521.088531,1258.11767 513.103547,1238.06715 C503.437226,1213.84472 494.154272,1189.38829 483.86361,1165.54695 C450.713333,1088.76125 403.383959,1013.72722 326.562722,1009.95647 C314.94123,1009.38818 303.527852,1011.24013 291.961127,1011.58779 C284.595007,1011.80173 278.039434,1009.62887 275.3011,1000.22203 C268.416927,976.628067 290.055246,939.381824 298.92745,920.661765 C318.353195,879.684881 340.259871,840.54657 360.78095,800.392032 C374.357613,773.836283 397.858,737.546101 398.10445,705.280732 C398.323517,676.532061 366.99697,655.75279 349.942623,641.592398 C333.961702,628.334581 305.006553,609.781659 303.254018,582.811395 C302.405135,569.734093 309.470038,558.896512 316.847111,550.485855 C329.777527,535.777232 344.674067,525.400968 356.306512,508.619767 C375.38175,481.087901 391.318857,443.206513 388.728393,406.107356 C386.932045,380.400696 374.916233,363.56601 359.63085,347.473439 C353.206717,340.707473 347.992928,335.920485 347.653375,324.935819 C347.105708,307.49273 352.702864,289.033409 357.314219,272.86061 C373.809946,214.982182 397.239137,159.015875 423.302604,106.760151 C436.326123,80.645661 450.395686,54.6113997 467.663624,32.3345227 C478.972946,17.7061294 494.225469,0.296469271 511.476976,0.316491884 C531.450388,0.316491884 552.584854,9.11495688 571.999646,15.6937224 C608.260672,27.9887934 644.083564,42.2026711 679.764063,56.7842643 C762.27921,90.5204947 844.018494,126.988964 924.981916,166.189671 C982.010474,193.848566 1040.24938,221.547576 1093.86597,258.319132 C1104.32237,265.540187 1114.19203,273.959841 1123.3414,283.46419 C1133.11726,293.445996 1145.24807,297.912068 1157.54868,301.241565 C1233.89344,321.90718 1317.53313,306.041925 1394.19554,296.093548 C1413.65415,293.573025 1433.11275,291.03913 1452.62613,289.274096 C1469.40116,287.756434 1489.48411,283.404018 1505.78815,289.94267 C1537.91429,302.812714 1509.82993,350.248021 1497.95651,369.576487 C1456.1531,437.630608 1402.21886,495.208178 1352.22783,553.989181 C1328.45909,581.982364 1304.50961,609.902003 1282.03336,639.479705 C1270.32972,654.856901 1247.25103,679.861559 1247.32771,699.958885 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(905.470756, 664.316492) rotate(-180.000000) translate(-905.470756, -664.316492) "></path>
<path d="M1241.68711,708.388567 C1254.50412,732.640565 1276.99144,750.565664 1295.65778,767.435167 C1322.51977,791.720571 1350.226,814.65641 1377.51559,838.253675 C1403.31955,860.568189 1429.17833,883.13657 1453.07454,908.477569 C1467.64579,923.930704 1485.9284,942.410332 1492.83028,965.265999 C1507.80173,1014.80555 1427.25961,1007.28944 1407.37626,1008.58554 C1357.94471,1011.79242 1301.90182,1012.52733 1256.17066,1038.60992 C1227.61472,1054.89817 1215.88316,1081.90942 1221.9737,1119.40983 C1224.0788,1132.38431 1227.87238,1143.4614 1223.07011,1156.36907 C1217.5168,1171.30777 1204.74365,1180.62107 1193.03401,1187.19516 C1156.35369,1207.79266 1112.99625,1212.16871 1073.23502,1215.80985 C1032.15811,1219.57124 989.359822,1222.2236 949.604075,1219.47103 C933.706162,1218.37535 915.407118,1224.59535 899.673663,1229.36558 C875.464983,1236.71467 851.502993,1245.19285 827.41491,1253.07642 C778.460303,1269.11079 728.233862,1284.55725 677.30572,1286.31435 C640.537685,1287.58374 602.201787,1280.70232 571.61201,1254.10529 C540.611079,1227.13413 526.856644,1185.32449 509.66497,1145.57927 C479.974247,1076.86528 439.873132,993.319481 371.183184,978.801686 C360.767309,976.596961 350.757107,977.792855 340.352197,977.251694 C335.001727,976.977774 328.911181,976.109247 326.197572,969.675456 C319.153152,952.972973 338.455411,922.434167 344.951627,909.640069 C362.899823,874.284261 383.079209,840.658829 401.888084,805.984487 C416.82664,778.452122 435.761602,747.859863 441.539671,715.223221 C448.5512,675.618305 402.7378,647.437884 386.626088,619.551427 C358.695099,571.194412 411.613221,543.642005 437.702244,520.585904 C467.661587,494.115816 492.391065,445.825612 465.534556,404.871136 C455.261215,389.210893 442.619633,379.877548 438.031167,359.440396 C430.855178,327.478534 436.282396,290.953555 442.104322,259.359147 C450.875584,211.86398 464.756106,164.883251 483.625285,121.957882 C497.143993,91.2253225 519.571014,43.0353327 552.413909,46.6497489 C574.522972,49.0615867 596.999332,57.8738141 618.527299,65.6638499 C650.761688,77.3221796 682.590406,90.6106712 714.249181,104.413599 C787.330242,136.188393 859.605442,171.223511 930.460796,209.759468 C978.806901,236.062531 1113.66505,343.552999 1123.81231,347.387887 C1154.06768,358.812383 1188.46747,356.801404 1219.66028,355.030941 C1261.15383,352.679233 1302.43907,346.586169 1343.69141,340.940731 C1363.32807,338.268335 1383.06342,335.00133 1402.80424,333.685175 C1416.85471,332.749836 1435.30725,331.948117 1447.61442,341.909475 C1471.63672,361.344478 1444.8734,405.813156 1433.80516,424.626827 C1399.89876,482.303824 1357.00728,532.250914 1316.79104,583.320411 C1297.0557,608.394171 1277.01886,633.427845 1259.10355,660.512584 C1251.87823,671.449367 1233.76556,693.409784 1241.68711,708.388567 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(909.673827, 666.457566) rotate(-180.000000) translate(-909.673827, -666.457566) "></path>
<path d="M1246.84328,685.685051 C1281.86255,734.186416 1330.19639,770.258555 1371.91134,810.765409 C1392.84832,831.102321 1413.91691,851.993576 1431.97493,876.217538 C1441.3686,888.81374 1453.09836,904.74265 1454.908,922.301181 C1459.74467,969.273107 1387.11779,962.921575 1365.38018,964.704813 C1323.35266,968.164429 1275.87429,970.789194 1237.74573,994.759362 C1214.45072,1009.41263 1202.9787,1033.46294 1207.33281,1065.07365 C1209.26309,1079.09911 1212.26819,1091.01407 1207.33281,1104.78573 C1202.33163,1118.73772 1191.91248,1128.58226 1181.36174,1135.96232 C1151.04204,1157.18751 1113.36314,1163.97315 1079.22676,1169.029 C1039.18128,1174.91777 998.834805,1177.21701 958.512807,1175.90815 C923.197409,1174.77944 888.052012,1187.47582 853.570141,1195.84434 C807.890446,1206.92445 761.3827,1216.60202 714.639153,1215.13936 C677.722499,1213.97725 640.515205,1204.84735 608.956183,1180.58331 C576.88717,1155.87179 557.60628,1118.88465 540.222769,1078.97221 C513.944604,1018.63603 481.195606,937.782617 423.544865,914.867696 C415.1602,911.528298 407.345846,911.160961 398.697961,910.579911 C394.497403,910.299402 389.073967,910.212574 386.990139,904.876225 C381.977985,892.026237 400.507601,867.114349 405.678784,858.431928 C422.184893,830.714952 440.078394,804.246912 456.995785,776.897271 C472.789006,751.364262 489.991552,724.755967 499.801994,694.834992 C515.414251,647.181834 465.501093,619.317927 466.89945,573.908841 C467.771368,545.717674 489.931231,525.50098 507.479254,511.515596 C529.085258,494.317714 560.194613,483.010525 571.008582,451.626896 C579.064221,428.251135 566.424162,414.646442 556.690492,396.907579 C540.19535,366.853029 539.07118,326.112417 540.787596,291.322606 C543.101742,244.310611 552.144457,196.604022 567.537364,153.392258 C574.512703,133.80337 583.056397,113.426386 595.636136,98.2121039 C607.420731,83.9528902 618.574693,80.2995924 634.324044,83.2182228 C682.537238,92.1678003 731.216551,117.113077 777.450109,139.393516 C835.539547,167.390999 892.828362,198.300434 948.406241,233.076888 C986.304492,256.793267 1025.0582,281.885476 1058.32267,314.651615 C1066.99249,323.193786 1075.8707,332.477303 1082.20992,343.744419 C1087.00272,352.213124 1089.0372,359.205816 1097.11477,364.041258 C1121.05686,378.367261 1154.35972,374.62046 1180.01273,373.13109 C1221.03124,370.76012 1261.85233,364.448665 1302.61858,358.765015 C1326.40712,355.425621 1371.22038,344.919886 1390.21612,370.118957 C1406.61255,391.87845 1386.82715,428.979123 1376.72059,448.147247 C1351.15531,496.621896 1318.26922,539.165781 1287.75759,582.971958 C1273.77401,603.048397 1259.24206,623.278449 1247.69326,645.598961 C1244.743,651.289289 1240.016,658.829642 1239.20441,665.742188 C1238.2941,673.663232 1242.54401,679.707536 1246.84328,685.685051 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(920.638560, 648.786272) rotate(-180.000000) translate(-920.638560, -648.786272) "></path>
<path d="M1240.65487,669.812091 C1273.01307,712.726979 1311.99646,747.983272 1346.7349,788.142404 C1362.31071,806.148464 1378.04008,825.037434 1389.9084,847.003226 C1396.29229,858.815523 1403.07106,873.68457 1401.31055,888.366331 C1396.25939,930.505322 1336.52836,926.699435 1312.39683,929.167576 C1276.53956,932.792865 1235.34594,936.444912 1203.6404,959.166529 C1182.87083,974.048951 1175.08292,996.028118 1178.96042,1024.37495 C1183.12311,1054.78192 1173.81602,1076.85472 1152.63511,1093.81734 C1126.07946,1115.06743 1092.55857,1123.72934 1061.72505,1129.88297 C1024.57674,1137.26149 986.957828,1140.53219 949.326946,1139.65521 C912.729289,1138.79904 877.272386,1146.27705 840.916035,1151.13975 C792.713301,1157.581 742.963952,1160.75815 695.304176,1147.5546 C653.808908,1136.05667 616.32825,1110.71976 588.231468,1071.53719 C558.884233,1030.64229 544.355954,979.119011 520.526065,933.87644 C505.663235,905.65669 484.937539,868.326892 457.164338,857.357376 C447.90112,853.698641 431.020016,858.634924 438.418525,840.635554 C442.647028,830.341602 450.561074,821.311815 456.813334,812.897395 C466.915671,799.299205 477.352559,786.075587 487.624914,772.664684 C509.518795,744.077054 532.964773,714.88075 549.374216,681.02909 C570.050552,638.408506 539.315754,605.606976 543.061626,562.391095 C545.074415,539.134383 558.33579,520.573158 572.364985,505.991728 C581.441732,496.547242 591.374051,488.366925 601.51478,480.735085 C612.105232,472.76212 624.637176,466.688753 633.872971,456.381421 C647.035626,441.713037 641.32084,424.349096 638.852842,405.386547 C634.508995,372.061844 633.5548,338.210613 636.011903,304.600771 C639.017375,263.404886 646.06488,221.031785 660.911257,183.594966 C666.686371,169.020225 674.002614,153.569259 684.867288,143.797025 C695.731961,134.024791 706.969578,134.693664 719.419255,137.636706 C756.345984,146.332054 793.195932,166.565461 828.225043,185.742048 C872.067649,209.747898 915.049204,236.576392 956.094748,267.097065 C984.427359,288.166563 1012.85321,310.928309 1036.55695,339.495873 C1043.45089,347.809964 1050.01029,356.712663 1055.31373,366.652115 C1058.95541,373.46793 1060.90787,382.26361 1066.1839,387.387176 C1082.69206,403.379928 1115.83452,398.604176 1135.1946,397.674442 C1173.83247,395.821664 1211.86157,387.012608 1250.45009,384.872214 C1271.51034,383.701686 1304.49375,380.758645 1319.95987,402.624102 C1334.5046,423.178568 1321.33098,455.552019 1312.63814,475.357347 C1295.55411,514.29913 1272.60174,548.993569 1252.0296,585.192973 C1243.5726,600.088774 1234.3039,615.673514 1228.82494,632.682953 C1223.95476,647.839614 1232.36241,658.809131 1240.65487,669.812091 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(919.093446, 646.214770) rotate(-180.000000) translate(-919.093446, -646.214770) "></path>
<path d="M1240.1207,634.096705 C1265.86857,671.819094 1296.90845,705.304887 1322.84258,743.641082 C1338.02286,766.091708 1364.16517,803.834114 1352.42524,835.485156 C1339.54583,870.265285 1294.6514,871.212678 1268.70084,874.014839 C1237.81435,877.350741 1201.54272,881.90758 1175.11007,903.624313 C1166.75023,910.489596 1159.62848,919.5766 1156.60995,931.545816 C1153.37777,944.355685 1156.91126,955.564321 1157.37143,968.387527 C1158.33561,995.288251 1145.15489,1016.88488 1127.71208,1031.71631 C1103.05987,1052.68579 1072.23364,1062.6001 1043.11663,1069.51209 C1010.12873,1077.30807 976.59328,1081.15158 942.99029,1080.98759 C910.876677,1080.85416 879.102703,1081.72149 846.956219,1082.72226 C804.915975,1084.05663 762.284077,1081.90163 721.503835,1068.29782 C681.331681,1054.88749 644.808055,1029.7548 616.118355,992.786322 C588.129873,956.711871 569.246277,912.617907 552.707379,867.703306 C543.323102,842.210339 527.468989,804.114329 505.084778,791.237744 C495.130761,785.506663 485.363006,785.9003 495.947024,770.995485 C509.275654,752.227696 527.238902,737.169431 542.676667,721.117066 C564.945834,697.952557 587.773786,674.334365 606.465643,646.79315 C618.402793,629.206271 623.722193,612.139792 622.900453,589.368919 C622.264974,572.022224 619.383404,554.855668 620.840623,537.442255 C624.253586,496.570773 650.675282,468.542517 674.034626,442.442414 C689.06152,425.656151 702.784586,412.852955 710.519903,388.974563 C719.668614,360.752825 723.508881,330.049175 729.622632,300.746605 C736.33899,268.568486 744.096221,235.096036 758.756071,206.754206 C771.80531,181.521437 787.675858,170.206054 811.429637,177.004624 C848.479174,187.599452 884.997327,213.699555 917.888857,237.84482 C951.366567,262.410409 984.269059,290.031684 1012.01102,323.797693 C1026.98861,342.031738 1037.21106,363.441563 1050.5123,383.029984 C1067.24293,407.62226 1105.0923,398.308419 1127.58608,396.226816 C1164.92597,392.770821 1282.41842,366.910902 1271.57693,450.668751 C1267.05187,485.629013 1249.23106,517.893864 1236.19826,548.744294 C1230.79669,561.547489 1222.97919,576.912658 1221.75754,591.583958 C1220.42632,607.562933 1232.3799,622.741291 1240.1207,634.096705 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(923.370061, 629.062203) rotate(-180.000000) translate(-923.370061, -629.062203) "></path>
<path d="M1242.95153,595.115174 C1262.61658,629.332767 1286.15116,661.659405 1303.0249,698.616544 C1313.97121,722.550818 1324.7205,754.530001 1310.59975,779.854094 C1294.66192,808.432232 1259.51878,815.094005 1233.69642,818.735599 C1207.0914,822.4841 1175.33068,825.637912 1153.58582,847.307056 C1146.66775,854.20937 1140.96472,863.517146 1139.90293,874.662421 C1138.87945,885.353324 1141.76928,896.044235 1140.81148,906.928918 C1138.666,931.371009 1126.52107,951.510015 1110.86237,966.116468 C1064.54304,1009.32779 995.603151,1018.93625 939.716753,1020.06547 C911.743445,1020.62675 882.954637,1017.68006 854.80072,1015.56861 C818.267397,1012.82906 781.679346,1006.94906 746.83723,992.776922 C672.758052,962.655289 623.105573,895.850463 588.427651,812.72196 C577.514177,786.555958 569.162139,758.245093 552.058525,737.21741 C543.241269,726.359455 545.16782,718.561772 554.182109,708.659317 C568.275488,693.184225 585.466674,681.357406 601.108956,668.441451 C623.357339,650.073132 646.081885,631.430858 665.757885,609.42763 C679.320367,594.259901 688.94765,579.646764 691.870316,556.901854 C693.955588,540.68508 693.468478,524.160943 694.72183,507.843941 C697.108127,476.846985 705.27955,446.083892 719.745103,420.372255 C731.238733,399.992708 744.921624,381.470707 759.064262,363.81066 C777.448596,340.818523 792.997834,317.458885 806.959858,290.170338 C825.47007,254.048427 851.478514,187.417332 895.077679,205.050651 C943.164835,224.508106 988.236286,273.946882 1019.08847,321.84884 C1029.44916,337.931977 1037.95444,357.656706 1051.92741,369.516934 C1072.84582,387.243798 1094.07072,386.622389 1118.95169,386.548889 C1156.202,386.448661 1237.25945,376.579616 1238.13515,444.680711 C1238.47996,471.661894 1228.91288,497.173077 1224.33185,523.125261 C1219.16519,552.191172 1229.5204,571.795627 1242.95153,595.115174 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(931.847903, 611.135235) rotate(-180.000000) translate(-931.847903, -611.135235) "></path>
<path d="M1244.09232,570.664024 C1263.54124,615.228861 1307.15346,688.45825 1273.98299,738.014029 C1256.46144,764.203127 1225.4702,774.04489 1199.47261,779.909914 C1178.55079,784.653977 1153.31976,786.435503 1137.51205,806.546061 C1125.89306,821.332059 1131.05097,842.850489 1126.5994,861.359675 C1121.07464,884.305996 1108.39342,903.082075 1092.81019,917.194169 C1049.26368,956.634615 988.715783,968.738314 936.33184,971.313857 C881.927437,973.98281 821.981841,961.498778 770.786077,937.484877 C706.952893,907.532559 659.130023,850.817315 625.68577,778.995797 C619.514901,765.737774 613.908007,752.132788 607.983533,738.714628 C604.002857,729.713586 598.100286,721.006128 594.962834,711.538018 C589.739223,695.751163 595.893666,682.846777 605.760488,672.557965 C619.95294,657.745278 637.386878,647.202914 653.566931,636.086727 C675.693359,620.873696 698.31258,605.934233 718.894922,588.085612 C732.725992,576.075325 747.203171,563.137578 752.153007,542.29973 C755.53138,528.087557 756.232242,513.034664 756.111781,498.31539 C755.848958,466.755024 757.206878,441.233165 769.285794,412.328407 C789.161799,364.874428 819.725948,322.204548 852.014871,286.700805 C877.355406,258.836939 917.45237,215.553199 954.373551,234.182488 C987.500226,250.863443 1006.87797,290.790975 1028.70324,323.071958 C1039.31472,338.765399 1051.23485,353.097675 1065.24114,364.26057 C1082.89957,378.332622 1099.52314,384.23768 1120.44496,386.539652 C1155.6578,390.416306 1208.75356,391.423835 1219.63882,442.934622 C1223.65782,461.944237 1221.36359,481.634435 1223.47165,500.890929 C1226.22582,526.352737 1234.28026,548.18477 1244.09232,570.664024 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(939.558720, 600.668941) rotate(-180.000000) translate(-939.558720, -600.668941) "></path>
<path d="M1240.78493,558.984353 C1254.65743,607.733997 1272.88186,669.171904 1239.37631,712.498985 C1223.14697,733.488044 1200.31848,745.221349 1178.22444,753.989606 C1162.40071,760.273636 1137.27565,762.123451 1127.57423,781.443002 C1120.44889,795.660535 1119.4623,815.273921 1113.01661,830.506513 C1104.15926,851.448827 1090.74169,868.698184 1075.00017,882.201174 C1033.9911,917.387731 980.578441,930.984204 931.868517,934.877497 C826.029797,943.325213 718.338486,876.044026 661.702986,765.348942 C644.815928,732.352779 623.017865,697.233001 650.307921,663.522288 C680.10281,626.746358 724.986977,609.517032 760.54791,583.385887 C774.135388,573.408905 791.449966,561.415157 799.030233,543.351076 C803.590451,532.492595 803.90287,518.869406 804.11115,506.915726 C804.659252,476.470572 806.736564,449.090635 816.794259,420.682281 C832.327501,376.780889 857.096281,336.278617 885.164644,303.102147 C909.642935,274.172906 944.551621,240.175038 980.101595,261.030536 C1007.35876,277.057817 1024.64593,311.075719 1045.82464,336.151734 C1069.39308,364.079269 1098.5412,382.897968 1130.55043,392.09362 C1161.68817,401.015472 1195.84048,407.032381 1212.25068,444.936898 C1217.87971,457.939029 1223.76085,474.774351 1225.87105,489.165514 C1229.27762,512.893381 1234.26542,536.243591 1240.78493,558.984353 L1240.78493,558.984353 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(947.872874, 595.089977) rotate(-180.000000) translate(-947.872874, -595.089977) "></path>
<path d="M1228.15763,533.726904 C1234.5707,583.036622 1235.28326,634.453022 1205.48718,673.316277 C1191.58125,691.447112 1174.00287,704.327963 1156.22717,715.998309 C1143.14891,724.585544 1129.6431,731.828514 1119.87551,745.906496 C1110.82597,758.941169 1103.947,774.075835 1095.20988,787.451589 C1083.68472,805.177351 1069.89445,820.52197 1054.36907,832.895714 C1015.45218,863.853897 968.110611,878.333155 922.819026,883.355751 C900.894021,885.796825 877.110875,887.067519 855.333857,880.41308 C834.3023,873.992722 813.506428,863.840522 794.168572,852.002978 C753.059184,826.863247 717.431048,790.046485 691.603389,743.49886 C673.893465,711.570935 664.317719,680.525809 687.251276,648.136419 C713.10634,611.627297 753.645678,591.483411 787.059388,567.788262 C809.976502,551.536721 835.661644,535.606198 839.942503,501.069999 C843.351842,473.589512 846.119871,447.506791 854.939212,421.531076 C868.06498,383.216427 887.364275,348.508806 911.692092,319.467382 C933.940486,293.01014 962.086721,270.558936 993.910866,284.690421 C1019.12462,295.905991 1038.68721,321.032345 1060.71636,338.995983 C1085.26689,359.059615 1112.24013,370.121364 1140.64398,379.01624 C1166.17016,387.041694 1190.20546,399.374139 1206.70402,425.557178 C1210.08047,430.90748 1213.62684,436.732621 1216.23044,442.718271 C1219.55207,450.355827 1219.29445,457.926504 1219.94673,466.486987 C1221.64591,489.078636 1225.25806,511.409458 1228.15763,533.726904 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(952.752826, 582.824739) rotate(-180.000000) translate(-952.752826, -582.824739) "></path>
<path d="M1205.88765,499.383609 C1205.34021,546.15459 1196.11579,590.356913 1170.85129,626.806438 C1160.05024,642.398995 1147.15248,655.242285 1135.2675,669.530446 C1125.69819,681.049271 1116.65444,691.752013 1105.65083,701.244007 C1079.54875,723.719765 1058.33533,752.804466 1030.59639,772.818593 C993.567347,799.575448 951.151453,814.365296 909.064037,820.278563 C888.513027,823.168306 867.283183,824.178377 846.491292,820.914038 C828.633704,818.111259 811.53158,808.271425 795.666684,798.204159 C764.57192,778.484356 734.380436,750.456552 714.190737,714.99703 C669.678143,636.820191 757.438737,579.981943 802.48235,546.696416 C823.197597,531.384806 854.850753,513.651701 863.336117,483.322806 C869.401785,461.656444 873.09703,439.622174 880.909038,418.624733 C901.892531,362.234662 944.489077,295.911109 1001.25344,304.740871 C1025.54349,308.513588 1047.68209,323.838576 1070.35718,334.126586 C1093.70562,344.722301 1117.80407,350.628877 1142.07221,357.110724 C1164.75278,363.164463 1182.82935,371.78017 1197.47893,394.878024 C1204.48072,405.908538 1203.86211,419.113045 1204.48619,432.645324 C1205.50444,454.873582 1206.134,477.228933 1205.88765,499.383609 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(953.941057, 563.444643) rotate(-180.000000) translate(-953.941057, -563.444643) "></path>
<path d="M1174.39436,472.734099 C1165.25842,543.315264 1131.32806,620.36993 1081.43725,661.359861 C1022.7509,709.577422 959.17265,750.180279 889.055387,761.852599 C856.547025,767.264979 820.93662,769.927789 790.262035,752.229108 C766.917067,738.768233 739.800229,718.646996 726.95281,690.350462 C695.520557,621.137406 765.434672,566.039249 805.267161,534.018785 C826.712471,516.78059 854.010484,499.98286 870.174079,474.809622 C879.551592,460.214217 884.339178,440.907171 891.910376,424.876918 C914.854541,376.298977 952.622661,337.11762 999.669468,330.110224 C1021.42224,326.873474 1043.33423,330.8777 1064.92228,334.061061 C1087.02094,337.317832 1109.39411,339.086365 1131.35551,343.631162 C1148.8862,347.261661 1169.54638,353.408148 1176.00303,376.238913 C1184.14522,405.009281 1178.12231,443.910341 1174.39436,472.734099 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(949.557701, 547.412295) rotate(-180.000000) translate(-949.557701, -547.412295) "></path>
<path d="M1147.2835,468.548164 C1134.00653,535.005045 1105.89156,599.82977 1058.62795,639.503223 C1033.56382,660.540656 1004.46841,675.062839 976.534185,689.411104 C944.869917,705.67247 911.787031,718.29493 877.997574,724.555991 C835.92644,732.35556 767.788842,739.385876 745.808441,680.75532 C723.992358,622.559562 779.121373,571.05297 811.722257,541.700902 C832.623627,522.897652 854.992923,505.639599 874.963148,485.083787 C885.791776,473.939633 894.133698,461.062986 903.29722,447.992351 C928.624249,411.777198 964.730607,383.107424 1001.53257,367.802609 C1037.20075,352.966035 1081.32587,346.397273 1118.97682,351.300432 C1135.22249,353.40752 1146.83437,360.518105 1151.7475,380.73277 C1158.55578,408.833964 1152.77176,441.09582 1147.2835,468.548164 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(947.837834, 539.695945) rotate(-180.000000) translate(-947.837834, -539.695945) "></path>
<path d="M1117.73342,472.389081 C1104.50598,530.775983 1075.97526,584.104547 1034.3595,619.147323 C987.71019,658.43086 927.64174,680.259478 872.431577,691.359903 C843.084743,697.255757 779.48898,713.241697 764.530749,667.490667 C749.572517,621.739638 792.815006,576.653304 817.703397,551.833554 C847.910156,521.756057 880.477578,492.715487 913.006665,465.728827 C941.269015,442.265056 971.426472,418.276175 1002.03854,400.156561 C1019.30366,389.877417 1037.28879,381.484608 1055.78082,375.077578 C1069.47382,370.371531 1086.88583,363.35234 1101.24158,366.855288 C1137.45134,375.702392 1124.05959,444.471847 1117.73342,472.389081 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(943.460010, 532.410023) rotate(-180.000000) translate(-943.460010, -532.410023) "></path>
<path d="M1089.96307,476.395473 C1060.99329,586.97682 969.20828,641.362732 880.834045,660.319343 C860.298294,664.719628 802.730421,680.584689 791.251829,646.804661 C780.128526,614.052925 815.504454,575.211569 832.066424,556.809166 C883.386668,499.785755 946.792228,457.505634 1006.87446,415.619468 C1025.62829,402.545482 1059.45188,374.173998 1082.71516,387.261338 C1107.97353,401.497159 1095.96474,453.465919 1089.96307,476.395473 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(943.627386, 525.892969) rotate(-180.000000) translate(-943.627386, -525.892969) "></path>
<path d="M1057.32898,476.500676 C1032.17223,557.883501 959.001906,604.559633 891.729237,619.947001 C875.251947,623.712066 833.404349,635.434505 820.92454,612.72395 C809.375653,591.715686 836.936368,561.27473 847.247679,549.178456 C870.203073,522.242216 897.407848,500.052362 924.284055,478.723666 C949.13415,458.990451 974.252568,438.763237 1000.40047,422.074118 C1014.17262,413.288965 1040.00292,394.543745 1055.65332,408.108662 C1072.50298,422.701628 1062.9145,458.429697 1057.32898,476.500676 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(941.648156, 514.832560) rotate(-180.000000) translate(-941.648156, -514.832560) "></path>
<path d="M1021.27772,476.090074 C1002.00635,529.276294 950.392094,563.813581 904.862093,575.290361 C892.611002,578.37178 866.132127,586.366089 855.797164,572.162153 C846.282609,559.081164 861.617119,539.90418 868.422665,531.047608 C898.585127,491.791272 942.755127,456.725933 983.225016,435.189423 C993.400306,429.775217 1011.69159,419.147332 1022.15871,430.076007 C1032.89562,441.298787 1025.70464,463.878032 1021.27772,476.090074 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(940.268573, 502.828530) rotate(-180.000000) translate(-940.268573, -502.828530) "></path>
<path d="M980.533651,479.0282 C969.649665,505.594817 941.203656,525.638563 917.640343,532.018895 C901.057088,536.50549 881.123631,532.629778 895.575946,509.504468 C909.93318,486.555634 936.572655,465.595565 959.151604,456.303358 C976.378052,449.217117 989.879555,456.208332 980.533651,479.0282 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(937.090046, 493.655364) rotate(-180.000000) translate(-937.090046, -493.655364) "></path>
<path d="M524.511839,609.00295 C525.20643,661.234411 547.931054,715.517702 536.708207,768.738319 C527.492566,812.448329 481.097144,816.097519 453.264266,835.900689 C431.146727,851.633621 418.594859,879.503773 406.633667,906.244405 C395.886643,930.251496 386.233464,954.980405 374.912172,978.593166 C367.583412,993.858249 354.998729,1023.8337 339.105166,1024.37506 C323.889786,1024.89637 309.937798,1001.53758 301.099532,987.729496 C289.575879,969.730864 279.35937,950.542564 268.169339,932.256541 C249.311456,901.412242 226.685279,878.581447 200.777568,856.973731 C171.294808,832.387408 141.325286,808.640972 110.869004,785.73443 C88.4451888,768.818521 65.8682343,752.029598 44.3140249,733.442818 C30.7941046,721.78013 0.954021766,699.89839 0.816489365,678.397609 C0.7516605,668.138454 8.70938055,656.776524 14.0746887,648.575884 C23.1535995,634.694279 33.5013702,622.002335 43.8819562,609.584414 C63.2156609,586.452861 83.3697494,564.370616 103.305069,542.021032 C129.179964,513.014692 153.895385,484.482882 176.641885,451.553335 C200.159546,417.467545 222.627115,382.258929 245.5541,347.531524 C261.081225,324.005646 276.591943,297.585817 298.988412,283.149482 C327.040059,265.104064 350.06549,284.131955 378.434352,284.35251 C402.838026,284.546331 401.038652,353.626865 404.139701,372.835211 C407.251689,392.277478 414.110096,410.376364 416.768138,429.865416 C420.082487,454.193313 420.126241,479.082623 420.941156,503.671176 C421.931085,533.746873 422.324869,562.378937 448.637303,573.847802 C463.612037,580.364204 479.811877,581.734319 495.311655,585.637475 C505.35315,588.170518 524.29307,592.501418 524.511839,609.00295 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(270.316489, 649.883640) rotate(-180.000000) translate(-270.316489, -649.883640) "></path>
<path d="M502.381713,585.806386 C504.937882,629.488131 520.039528,685.39756 505.758921,730.488394 C493.558279,769.021289 455.401852,774.016542 429.7088,794.257999 C408.498622,810.953362 399.056671,838.273655 388.454319,865.113117 C379.948353,886.643458 371.699646,908.380813 362.044225,929.223307 C354.928553,944.58304 344.063468,970.514277 329.268342,973.69307 C315.967508,976.551315 301.703321,953.658641 294.237337,942.011951 C283.344885,925.009398 274.028827,906.544326 264.406248,888.466587 C247.498315,856.712013 230.185336,828.15626 205.439215,804.829503 C180.583623,781.402571 153.390806,763.885796 125.907889,745.654461 C104.407609,731.389943 83.0168027,716.711381 62.5893481,700.243076 C47.3727557,687.982002 25.4947987,672.288361 18.5323867,650.424116 C13.020477,633.12772 40.9741238,604.425053 49.217357,594.294308 C66.1854997,573.465174 84.1662572,553.911566 102.179857,534.478164 C124.139917,510.797463 146.800598,490.088536 166.193543,463.075439 C200.879711,414.779096 229.873341,354.635724 274.50503,318.740695 C301.424167,297.09015 331.38115,291.553967 361.321711,294.792867 C373.177516,296.075071 376.023785,316.49016 377.518077,328.397292 C380.003089,348.177957 380.315084,368.299208 382.225368,388.160011 C384.015234,406.751966 387.989063,424.415659 391.191116,442.646994 C394.431483,461.118743 395.3401,480.044606 397.726587,498.643239 C399.204458,510.189752 400.665908,523.626179 407.130223,532.908801 C413.818955,542.518651 424.853721,546.545572 434.498195,549.604162 C452.610318,555.293942 500.575427,554.980069 502.381713,585.806386 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(264.818447, 633.937746) rotate(-180.000000) translate(-264.818447, -633.937746) "></path>
<path d="M467.540908,553.284001 C471.83821,593.462989 477.854432,643.506281 460.347718,680.524148 C446.037977,710.792052 415.518924,717.321472 393.720383,737.043394 C375.589602,753.4438 368.74129,779.528063 359.741591,803.767782 C352.356802,823.650102 344.933692,843.619296 335.983262,862.539244 C329.195167,876.88793 320.447284,896.342527 306.969633,901.348194 C295.446296,905.625391 282.428482,886.464858 276.04001,876.928026 C265.162636,860.674651 256.29432,842.463113 247.48622,824.492176 C233.077942,795.086394 219.819261,763.675674 199.312648,739.756746 C179.386306,716.546229 155.715564,702.845808 131.601407,687.44119 C113.131221,675.638779 94.7759955,663.381915 77.3732922,649.307239 C64.0106002,638.507298 47.4509347,625.709101 40.4876638,607.738159 C34.4659673,592.239976 49.9253046,573.89478 57.649499,562.961176 C70.4045471,544.91672 84.5610082,528.362602 98.5203955,511.741653 C113.585585,493.810811 130.271159,477.270059 144.849139,458.89813 C175.505049,420.236213 199.996931,377.430753 237.78034,347.811113 C262.250325,328.623841 295.178056,311.194234 324.104096,314.328622 C344.906321,316.587521 343.537754,372.872857 345.535862,390.857165 C348.820424,420.262945 355.165103,451.159063 365.243233,478.245797 C373.898053,501.456314 394.464884,508.613948 413.383959,513.820107 C425.235753,517.088159 437.656871,518.852505 449.119991,523.904953 C462.389621,529.759377 465.739874,536.442509 467.540908,553.284001 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(255.626839, 607.961519) rotate(-180.000000) translate(-255.626839, -607.961519) "></path>
<path d="M421.52708,524.484301 C424.087843,558.46368 423.512083,598.644899 406.924705,628.038269 C392.38813,653.784287 366.506337,660.562731 348.09846,680.844424 C333.731872,696.667497 328.089422,722.467152 320.363268,743.392496 C310.920801,768.977601 297.689283,816.232273 273.86926,825.860206 C251.710717,834.810974 228.537739,777.633359 220.51548,760.583327 C207.815855,733.596941 197.19445,704.00243 181.791493,679.08109 C168.527074,657.626075 150.755275,645.765475 131.892274,633.019855 C107.841947,616.740864 71.3277825,597.438055 58.4691377,565.711452 C48.8841009,542.070708 80.0519207,506.924712 90.6952594,490.54515 C101.826624,473.434776 110.210789,453.153082 121.698576,436.646131 C139.826798,410.598402 169.201536,389.626126 193.454749,373.622026 C217.033502,358.05373 247.652978,340.822672 274.401153,341.848489 C291.981032,342.518959 295.325924,375.693775 299.076591,391.899016 C304.450353,414.936338 311.595263,435.580084 326.943385,451.248949 C342.565679,467.199412 360.979039,474.715372 380.33555,481.292675 C390.271526,484.645021 401.605777,487.259851 410.494418,494.03159 C420.315242,501.400046 420.540063,511.423561 421.52708,524.484301 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(239.662503, 584.304808) rotate(-180.000000) translate(-239.662503, -584.304808) "></path>
<path d="M374.373216,508.959928 C374.23085,538.309858 368.727864,569.607555 352.410551,592.247024 C338.820092,611.104353 317.547355,617.407917 304.53731,636.685485 C294.232216,651.947447 288.986582,673.372896 282.087316,691.096251 C273.649404,712.815198 261.718054,750.756653 240.735524,758.294249 C220.25675,765.63173 202.143438,723.841434 194.291416,707.305416 C182.792638,683.058373 173.484105,657.357173 161.881291,633.176834 C152.791781,614.206107 141.676298,601.979193 126.875729,589.75228 C109.501624,575.390825 85.2611066,559.481829 75.979951,535.721727 C69.2887579,518.518667 85.4856066,491.02979 91.3664098,475.874554 C95.3088481,465.695465 98.9172733,455.356285 100.899443,444.32338 C102.443565,435.731855 102.596882,427.780693 107.070454,420.403188 C118.33378,401.846028 143.028772,399.424659 159.784133,393.307866 C182.037005,385.189943 205.647827,375.964726 228.935589,374.20373 C243.248828,373.103108 250.55329,389.185536 258.722897,400.498599 C268.376394,413.872828 282.043512,423.491601 293.980338,433.583974 C309.733662,446.924851 326.877791,455.222876 344.613286,463.721015 C352.613149,467.556517 362.009293,471.318644 368.207681,478.942956 C374.67985,486.847425 374.422496,498.367272 374.373216,508.959928 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(224.387958, 566.650113) rotate(-180.000000) translate(-224.387958, -566.650113) "></path>
<path d="M335.165196,518.287248 C332.345169,542.896079 323.557178,566.416378 308.713782,583.812851 C297.335301,597.169068 282.224111,604.688619 273.091815,620.736113 C264.582547,635.695077 258.65284,652.70422 251.624634,668.698291 C244.18654,685.607262 233.135969,713.869017 215.980806,718.470234 C197.492142,723.425391 183.249913,694.916545 175.363676,679.11614 C165.400674,659.148595 157.831416,637.665119 148.923192,617.009729 C142.21215,601.61435 133.651614,587.534257 123.526555,575.238159 C112.907733,562.27595 98.5070143,549.861346 93.1347536,532.037474 C88.385523,516.250425 97.2718863,497.151035 98.8403896,481.143608 C100.518196,464.040972 97.577936,446.076859 106.879652,431.391699 C126.062393,401.106475 174.20506,406.722765 201.727647,406.074989 C228.884068,405.407177 250.717416,423.938929 272.692857,441.569136 C287.208344,453.20908 302.325,463.065968 317.206653,473.911216 C332.37796,484.976842 337.646382,496.630142 335.165196,518.287248 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(213.752444, 562.540874) rotate(-180.000000) translate(-213.752444, -562.540874) "></path>
<path d="M312.637861,545.919503 C304.302081,581.658652 278.267119,600.653869 259.6551,627.662588 C244.426588,649.773423 233.007936,695.562952 207.361066,701.61998 C178.243232,708.494439 160.811888,647.823649 150.688699,624.412966 C139.455894,598.449485 119.450023,577.330288 111.130642,549.845851 C106.757775,535.420206 110.512975,521.959398 112.841527,507.540454 C115.394188,491.707756 117.312784,475.519945 126.124113,462.776064 C143.468001,437.697018 177.341328,437.871223 201.736465,437.181098 C226.989777,436.464171 249.329666,453.650319 269.450324,470.802967 C290.789919,488.967353 321.175885,509.269119 312.637861,545.919503 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(211.613214, 569.659419) rotate(-180.000000) translate(-211.613214, -569.659419) "></path>
<path d="M322.48136,1265.61537 C367.090481,1232.60231 417.520086,1205.35185 465.075039,1177.654 C534.570429,1137.18228 605.089744,1097.79898 678.111374,1067.65053 C717.261393,1051.49122 767.992153,1028.19378 810.000397,1040.85413 C825.359251,1045.48157 839.365647,1059.4774 853.1366,1068.57201 C872.125728,1081.11216 891.394111,1093.03132 910.629633,1104.97719 C949.215675,1128.92234 987.922177,1152.6271 1025.84568,1178.10806 C1044.10656,1190.38112 1061.82536,1205.83929 1080.83639,1216.30946 C1091.94624,1222.43263 1105.24082,1219.56803 1117.11177,1219.18073 C1144.60986,1218.27929 1172.09153,1216.56987 1199.5732,1215.1142 C1233.18746,1213.33801 1266.87839,1211.44831 1300.53097,1212.14944 C1315.70913,1212.46995 1352.88249,1209.18467 1361.23815,1225.1303 C1365.73355,1233.71744 1355.1384,1249.20233 1350.22685,1256.36717 C1341.20866,1269.535 1330.84349,1281.40074 1320.61521,1293.14629 C1296.96093,1320.30994 1271.83921,1346.17819 1250.81319,1376.52028 C1240.00997,1392.11868 1225.85573,1411.17599 1232.90822,1432.47021 C1240.02639,1453.97811 1252.35729,1472.60137 1259.88066,1494.03583 C1268.54294,1518.70213 1272.13489,1544.37005 1276.22511,1570.52542 C1279.25307,1589.8565 1286.30556,1606.98402 1292.93642,1624.806 C1300.26268,1644.50432 1307.85176,1664.36958 1312.93852,1685.14297 C1316.3005,1698.86503 1321.72674,1723.55137 1309.96531,1732.23867 C1293.254,1744.59185 1261.91756,1734.58911 1242.86819,1730.94993 C1216.54187,1725.92852 1190.40717,1719.53157 1164.15202,1714.02272 C1145.09171,1710.01629 1125.96569,1705.62256 1106.5878,1705.15514 C1075.34992,1704.4006 1044.008,1707.01145 1012.85225,1709.44203 C955.162096,1713.94259 897.885347,1720.04574 840.000813,1720.04574 C789.287562,1720.04574 672.093769,1648.48406 644.661379,1635.88381 C589.906107,1610.73005 533.694345,1586.88505 481.879431,1553.41793 C467.862083,1544.3567 446.288505,1532.28397 438.91297,1513.63399 C434.362807,1502.14218 436.454458,1495.49817 425.722425,1488.09294 C411.080865,1477.99003 392.321709,1474.02366 376.114149,1469.50306 C350.012311,1462.2247 323.707879,1456.06145 297.485579,1449.47086 C244.449623,1436.17616 191.775052,1421.13866 138.958116,1406.66874 C122.991479,1402.29505 103.67382,1401.32682 88.4518543,1393.6211 C78.6397095,1388.67315 79.6581576,1382.44314 87.2527141,1374.92439 C100.574672,1361.72985 119.246219,1354.40474 134.982884,1346.87931 C158.040329,1335.85492 181.475585,1326.01911 204.921792,1316.32354 C228.367999,1306.62795 251.934668,1297.23285 275.391827,1287.51723 C290.887569,1281.12029 308.557095,1275.9186 322.48136,1265.61537 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(721.824595, 1387.728088) rotate(-180.000000) translate(-721.824595, -1387.728088) "></path>
<path d="M275.289015,1251.41274 C322.474524,1218.31835 374.851753,1191.95387 425.345068,1166.23162 C489.967748,1133.29109 556.052652,1102.4177 624.141955,1081.82653 C664.120393,1069.74476 711.289472,1056.40532 752.138673,1070.25987 C766.711635,1075.20363 777.598913,1086.31537 790.090807,1096.12261 C804.329702,1107.31463 819.116248,1117.57008 833.90279,1127.66498 C864.341173,1148.44347 895.100834,1168.51284 926.181788,1187.8731 C942.644144,1198.16869 960.765877,1211.95636 979.364062,1215.5287 C994.150612,1218.37186 1010.94703,1214.25764 1025.79929,1213.06017 C1052.54651,1210.90606 1079.28825,1208.68504 1106.04642,1206.79852 C1136.92292,1204.62434 1167.88704,1202.6174 1198.82926,1202.96527 C1216.07475,1203.15928 1245.6807,1199.95486 1257.87686,1213.55521 C1268.5177,1225.42291 1229.77695,1268.34461 1222.96418,1276.49947 C1201.68799,1301.96081 1179.31101,1326.20462 1159.50799,1353.43207 C1147.80472,1369.48757 1133.55487,1389.01507 1128.62055,1410.2953 C1124.42007,1428.43132 1132.52529,1449.09609 1137.31175,1465.86071 C1143.29757,1486.85997 1148.12783,1508.62855 1155.08299,1529.18628 C1161.27691,1547.50293 1171.1346,1563.81934 1179.79294,1580.47022 C1189.31658,1598.78688 1198.96069,1617.40456 1206.03085,1637.38697 C1210.36276,1649.68281 1217.53149,1670.27399 1208.92244,1681.99451 C1198.97712,1695.50788 1168.31968,1686.67736 1155.71826,1684.7507 C1130.15396,1680.79034 1104.78683,1674.90332 1079.39778,1669.63177 C1037.22874,1660.88152 997.025772,1653.2284 954.084545,1655.06141 C898.164021,1657.45635 842.298267,1663.08915 786.388694,1666.20659 C765.742295,1667.37062 744.767306,1669.71205 724.104479,1668.44767 C712.258813,1667.71849 703.23902,1663.30322 696.349585,1653.34213 C686.940961,1639.74847 665.270457,1632.22245 650.199134,1624.42215 C626.69948,1612.2668 602.904095,1600.96106 579.174428,1589.50813 C527.081976,1564.35451 473.987326,1540.11071 424.583834,1507.57826 C408.953908,1497.28935 391.056712,1485.81636 379.495824,1468.8176 C373.044509,1459.33817 374.67103,1450.2066 370.733427,1440.13177 C365.519801,1426.8793 348.378361,1420.89862 338.131832,1416.56364 C318.356197,1408.18801 297.77004,1402.57528 277.342702,1397.3171 C231.121056,1385.42266 184.789881,1377.60229 137.817955,1371.84238 C126.810194,1370.50442 83.4637098,1365.86839 106.229513,1343.52449 C131.383069,1318.83247 167.703206,1306.73063 197.314632,1292.81587 C223.990655,1280.30596 250.688584,1268.66572 275.289015,1251.41274 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(679.714812, 1376.864563) rotate(-180.000000) translate(-679.714812, -1376.864563) "></path>
<path d="M258.112704,1247.14556 C302.464677,1218.03227 351.597234,1196.31252 399.364693,1175.53448 C457.329268,1150.32166 516.746659,1127.84719 577.540111,1115.25747 C615.729956,1107.35634 657.834178,1101.28523 695.766354,1114.41593 C721.670319,1123.379 741.7082,1147.61003 764.459831,1164.28054 C787.211461,1180.95106 810.884121,1196.59971 835.263997,1209.64358 C850.395207,1217.7384 866.672211,1225.89333 883.508419,1224.82471 C924.444913,1222.2333 965.332053,1216.05532 1006.3124,1213.0565 C1033.42247,1211.05283 1060.58738,1209.40314 1087.77968,1209.89738 C1104.1773,1210.19125 1126.70416,1208.98905 1141.22135,1219.51499 C1157.2681,1231.1563 1071.82613,1330.55157 1063.75068,1341.73872 C1043.50446,1369.79007 1018.98753,1407.01822 1022.90191,1446.91125 C1026.64633,1485.04772 1042.87399,1513.51984 1061.22881,1543.4012 C1071.64522,1560.39898 1105.049,1605.80878 1092.66991,1627.91591 C1085.59773,1640.55238 1062.28689,1636.1777 1051.2126,1635.31612 C1029.38749,1633.61969 1007.68298,1629.97301 985.972994,1626.80721 C954.318075,1622.21882 921.791462,1615.13251 889.999488,1613.05538 C867.861881,1611.61274 845.592691,1613.54294 823.416706,1613.58301 C791.619246,1613.63644 759.821788,1613.34257 728.024328,1612.99527 C701.325427,1612.7014 674.401751,1612.99527 647.796049,1609.86954 C631.255888,1607.94602 618.701374,1603.62478 606.837632,1591.41576 C596.514422,1580.79632 580.93915,1574.57828 567.781581,1567.82592 C546.049662,1556.67884 524.032662,1546.3466 502.086933,1535.84738 C456.139604,1513.86046 409.665974,1492.33439 365.686798,1464.85743 C345.61054,1452.32115 311.855892,1434.76902 307.146579,1404.37337 C305.447059,1393.41331 304.19709,1388.67798 295.425377,1382.44658 C282.975028,1373.60372 268.063116,1369.61642 254.094163,1366.15007 C221.529179,1358.06861 188.021235,1359.27749 155.511074,1351.28954 C142.27127,1347.99684 124.985514,1340.8905 140.100271,1324.62072 C157.736897,1305.59256 183.410604,1295.13341 204.539467,1283.37856 C215.087452,1277.51449 225.953412,1272.02444 235.969611,1264.86467 C243.661307,1259.3479 250.245574,1252.27496 258.112704,1247.14556 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(638.723404, 1371.745534) rotate(-180.000000) translate(-638.723404, -1371.745534) "></path>
<path d="M263.296293,1247.10921 C304.301089,1223.48566 348.833415,1206.30977 392.566022,1190.82604 C441.140767,1173.65014 490.887702,1159.42384 541.291941,1153.37081 C576.096173,1149.17717 613.179057,1147.9398 646.95899,1160.77491 C668.321361,1168.89466 682.803953,1185.97024 701.186546,1200.29017 C728.930241,1221.93395 758.947109,1239.08309 792.277885,1234.9095 C829.645604,1230.24098 867.135645,1226.73847 904.74803,1224.40197 C927.43596,1222.99072 950.211532,1221.93395 972.926853,1222.91715 C987.288939,1223.53248 1005.79204,1224.56919 1018.28629,1232.49498 C1035.00371,1243.10953 972.209299,1323.87905 964.38191,1335.65069 C944.969536,1364.84571 930.738908,1395.47873 922.424022,1431.64979 C915.642835,1461.16584 929.495515,1484.36801 943.786393,1506.44654 C952.670943,1520.15782 981.378689,1554.64339 972.390056,1572.448 C967.460276,1582.26662 951.213926,1581.7583 942.488217,1582.25993 C925.858436,1583.20969 909.157438,1582.2198 892.527657,1581.78505 C867.971887,1581.11621 841.83311,1585.71116 817.485481,1582.01246 C763.526325,1573.82581 709.704107,1566.73608 655.41082,1561.12448 C625.481592,1558.03443 595.371604,1555.22529 565.710774,1549.26588 C555.062454,1547.12559 544.063572,1544.85821 533.97396,1540.01579 C527.483086,1536.90566 523.944601,1531.60842 518.46707,1527.26094 C492.350203,1506.56693 458.25805,1495.91894 428.843709,1482.65577 C389.739616,1465.02507 350.427377,1447.66858 312.364014,1426.8408 C292.343639,1415.88515 264.380843,1403.29751 250.604854,1380.93807 C246.44193,1374.18276 248.21665,1368.77851 245.59839,1362.28404 C242.585748,1354.79299 233.432794,1352.55905 227.522538,1350.47226 C214.108065,1345.73016 157.957896,1338.56016 183.833751,1310.74297 C196.180107,1297.49318 211.911575,1288.99218 225.829981,1278.57829 C230.869309,1274.80601 235.782655,1271.01367 239.983921,1265.92377 C247.011593,1257.38933 253.935192,1252.52015 263.296293,1247.10921 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(599.104201, 1366.968635) rotate(-180.000000) translate(-599.104201, -1366.968635) "></path>
<path d="M305.742625,1237.13223 C386.659193,1198.84854 481.489812,1172.76611 569.709061,1177.81929 C599.045981,1179.50591 630.610464,1185.13468 656.040916,1204.397 C671.035829,1215.77502 683.018591,1228.61879 701.031142,1232.72826 C714.034415,1235.69325 728.036251,1232.32669 741.116336,1231.10857 C760.061611,1229.34163 779.017858,1227.7621 797.990566,1226.48374 C821.51168,1224.92429 845.109597,1223.71956 868.674605,1224.36208 C885.513018,1224.82389 908.765285,1224.30184 923.392594,1235.34521 C940.85648,1248.51695 896.403938,1310.30628 890.149203,1321.31618 C874.989696,1348.00099 864.362122,1373.85586 860.521497,1406.01549 C859.391248,1415.38563 855.583542,1424.99002 856.077341,1434.43377 C856.59308,1444.07831 861.459701,1452.66537 865.953243,1460.24849 C871.829402,1470.18752 892.217656,1493.7601 886.379904,1505.88104 C883.153773,1512.57399 871.044819,1513.4173 864.768135,1514.83621 C852.993861,1517.51339 841.049507,1518.95237 829.203907,1521.08074 C809.106444,1524.70831 789.151633,1536.52137 768.982843,1536.18672 C714.747674,1535.30325 659.72792,1514.76928 606.5791,1503.49165 C574.981696,1496.76523 543.170314,1490.66126 511.956973,1481.55215 C502.081069,1478.66749 491.908889,1475.68244 482.521294,1470.78989 C475.970279,1467.37648 471.762047,1461.29259 465.693853,1457.47091 C442.425127,1442.79327 415.666916,1433.88495 390.68088,1424.00615 C358.244024,1411.15568 325.697437,1398.6934 293.485532,1385.01301 C273.294796,1376.43934 247.332144,1368.89638 229.934094,1352.99393 C217.227098,1341.38165 225.912406,1337.90801 232.617047,1327.0922 C236.040694,1321.57721 235.250622,1316.14253 236.737494,1309.89801 C238.860814,1300.98299 244.863168,1294.56445 250.492433,1288.79513 C258.25599,1280.82382 268.598256,1274.25803 274.946267,1264.48633 C277.184805,1261.04615 277.080559,1256.77604 278.891141,1253.7776 C284.15829,1245.0433 298.132693,1240.73304 305.742625,1237.13223 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(575.430892, 1356.693693) rotate(-180.000000) translate(-575.430892, -1356.693693) "></path>
<path d="M389.370499,1240.99237 C455.097784,1216.95126 528.23042,1203.26221 597.706972,1209.61522 C621.87988,1211.82874 646.200784,1216.97132 668.718313,1228.26629 C678.963021,1233.38883 686.653404,1239.09984 697.87928,1239.40746 C723.926821,1240.11632 750.056582,1237.6353 776.098642,1237.04013 C794.73535,1236.61214 813.465239,1236.45833 832.058103,1238.28398 C844.489882,1239.50108 861.301287,1240.95893 871.485697,1250.2477 C886.285438,1263.77625 859.569173,1309.76531 854.131633,1322.47132 C845.120237,1343.54323 836.180103,1366.9691 839.753967,1391.35126 C840.850241,1398.80768 842.790649,1405.39475 843.042796,1412.9983 C843.283972,1419.53186 842.609766,1425.56387 844.511808,1431.80987 C846.863321,1439.55386 857.321803,1451.57106 853.726014,1458.6998 C851.275834,1463.56821 844.007515,1463.79558 839.172934,1465.35374 C831.331601,1467.8804 823.67533,1471.19529 816.282672,1475.26443 C808.499107,1479.5711 801.872113,1486.22503 793.808996,1489.78271 C780.719449,1495.54723 766.067708,1496.0889 752.309431,1496.06388 C697.413363,1495.95516 641.821158,1482.76097 588.31736,1468.96492 C560.455481,1461.78269 532.440124,1454.12564 505.362083,1443.2319 C497.140006,1439.92166 487.821651,1436.59803 480.591705,1430.48578 C476.080525,1426.68066 473.021912,1421.91256 467.896817,1419.05037 C424.116997,1394.61471 373.50189,1385.53994 327.025227,1367.89196 C314.927811,1363.29774 247.884993,1340.08586 282.93845,1318.25159 C304.23363,1304.98384 326.734714,1298.95184 346.166223,1280.8023 C352.086119,1275.28522 356.032716,1270.71774 358.345861,1262.29834 C359.869686,1256.69432 356.202639,1259.53646 361.322253,1253.67832 C367.532662,1246.63651 381.713004,1243.79438 389.370499,1240.99237 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(574.398972, 1352.063883) rotate(-180.000000) translate(-574.398972, -1352.063883) "></path>
<path d="M431.634255,1255.18183 C508.522104,1235.5344 589.946337,1234.59977 668.047916,1252.01741 C687.736698,1256.40353 708.227309,1255.3554 728.157739,1256.47029 C747.522492,1257.53845 781.951773,1255.31535 796.016758,1273.49405 C806.215382,1286.67244 795.149024,1314.67821 791.321107,1329.41878 C786.444221,1348.19832 782.182437,1367.59874 790.189757,1385.83753 C794.879916,1396.5191 801.305544,1406.68662 806.336206,1417.26806 C808.741697,1422.32178 813.695474,1430.06593 811.630483,1434.85261 C808.214466,1442.75029 792.232777,1446.07494 784.478088,1449.80014 C759.69274,1461.70341 733.446524,1464.74099 706.947676,1464.65771 C658.003068,1464.50065 608.805828,1456.32925 560.794858,1445.24711 C538.706077,1440.14666 516.309745,1434.70573 495.006319,1425.84003 C482.951402,1420.82636 474.059872,1411.15286 462.548662,1405.41819 C425.483227,1386.93906 385.660812,1377.06528 347.958307,1360.16836 C337.045724,1355.27487 296.284179,1338.98546 316.818727,1319.77866 C336.699728,1301.18604 365.697431,1303.39579 386.369279,1285.90471 C388.708866,1283.90191 391.603145,1281.50523 392.959666,1278.26739 C393.761497,1276.33134 392.350055,1272.64621 392.959666,1271.54466 C399.308405,1259.57463 421.87499,1257.67197 431.634255,1255.18183 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(561.622384, 1352.157714) rotate(-180.000000) translate(-561.622384, -1352.157714) "></path>
<path d="M423.073941,1275.30766 C462.454218,1268.69163 502.700599,1267.05107 542.744157,1266.63421 C564.632443,1266.4056 588.680505,1264.69781 610.097368,1271.48865 C623.253362,1275.67073 635.95986,1279.32837 649.521498,1281.96402 C664.113689,1284.80139 687.608103,1286.86553 696.493881,1302.24242 C703.132176,1313.73306 698.582395,1337.35308 698.341202,1351.32473 C698.083563,1366.64783 700.648982,1378.01072 709.479944,1388.97692 C715.03287,1395.88207 740.506165,1420.94766 737.562511,1428.17554 C734.76138,1435.06051 717.011751,1436.11611 709.337421,1437.9046 C685.081055,1443.57932 660.501273,1445.55606 635.828301,1445.24677 C597.615618,1444.77612 559.260412,1440.00236 521.645231,1431.79956 C506.093749,1428.39069 490.021509,1424.86081 475.166198,1418.04979 C465.162161,1413.45757 456.819068,1405.31528 446.880809,1400.56842 C418.420008,1386.95312 388.32567,1377.70816 359.766199,1363.84409 C350.600856,1359.38634 320.736748,1347.51918 327.895801,1329.23097 C333.865334,1313.96167 354.169419,1309.31566 364.146048,1299.08232 C381.117282,1281.62785 401.43233,1278.9384 423.073941,1275.30766 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(532.298410, 1355.777734) rotate(-180.000000) translate(-532.298410, -1355.777734) "></path>
<path d="M415.480092,1298.04479 C446.814614,1293.67666 478.877464,1291.76643 510.671982,1291.67293 C531.191111,1291.61282 552.838327,1291.27218 572.974125,1296.88931 C583.088572,1299.70788 591.87779,1306.30016 601.450098,1311.00224 C611.307165,1315.83791 624.909919,1321.23461 629.170362,1332.32192 C633.173427,1342.74132 631.678438,1357.94294 635.194125,1370.50633 C638.321006,1381.65374 644.865003,1388.53989 651.912807,1396.07391 C656.403249,1400.88954 679.463311,1421.73501 676.796426,1426.33691 C673.937877,1431.26608 660.088697,1430.86533 652.882085,1431.5466 C633.026486,1433.45641 613.101156,1434.06509 593.192066,1433.37 C566.019417,1432.35478 538.638674,1429.52283 511.936973,1423.1109 C492.994975,1418.56912 478.707704,1407.74898 461.047124,1399.81421 C438.167776,1389.50836 414.467004,1381.35986 391.806701,1370.08554 C380.514883,1364.46842 363.801678,1357.24164 358.018865,1342.74132 C355.795548,1337.18431 353.637946,1323.05133 356.113165,1317.49433 C359.086714,1310.81522 370.15401,1307.98329 375.378256,1306.26676 C388.466251,1301.98546 402.162099,1299.90158 415.480092,1298.04479 Z" id="Path" stroke="#FFFFFF" stroke-width="0.5" transform="translate(516.010387, 1362.647983) rotate(-180.000000) translate(-516.010387, -1362.647983) "></path>
</g>
</g>
<g filter="url(#filter-2)" id="Whangaehu-Copy">
<g transform="translate(50.673347, 376.902856) rotate(9.000000) translate(-50.673347, -376.902856) translate(-755.826653, -558.097144)">
<g id="Group-2" transform="translate(1229.299033, 467.104040) scale(-1, 1) rotate(3.000000) translate(-1229.299033, -467.104040) translate(1010.415095, 10.966887)" stroke="#FFFFFF" stroke-width="0.5">
<path d="M424.579887,406.387469 C425.142977,469.948252 443.56534,536.00592 434.46722,600.770414 C426.996298,653.961393 389.384529,658.402114 366.821014,682.500713 C348.890802,701.646213 338.715273,735.561571 329.018592,768.10241 C320.306211,797.316786 312.480587,827.409546 303.302659,856.14406 C297.361392,874.720232 287.15926,911.197542 274.274691,911.856326 C261.93991,912.490712 250.629334,884.065255 243.464342,867.262115 C234.122365,845.359469 225.840061,822.00911 216.768544,799.756738 C201.480864,762.222122 183.13831,734.439187 162.135487,708.144626 C138.234448,678.225379 113.938803,649.328196 89.2485507,621.453085 C71.0700466,600.868012 52.7673959,580.437469 35.2938626,557.819103 C24.3335545,543.626708 0.142842068,516.998685 0.0313475129,490.834252 C-0.0212078517,478.349824 6.42994438,464.523422 10.7794841,454.544014 C18.1395616,437.651404 26.5282764,422.2065 34.9435939,407.095056 C50.6170118,378.946127 66.9554972,352.074108 83.116631,324.876763 C104.092852,289.578771 124.129111,254.858237 142.569209,214.78607 C161.63447,173.306864 179.848444,130.461284 198.434856,88.2012939 C211.022363,59.5725084 223.596567,27.4220575 241.752903,9.85439351 C264.493769,-12.105186 283.15999,11.0499706 306.158015,11.3183657 C325.941548,11.5542279 324.482834,95.6187515 326.996788,118.993504 C329.51961,142.652918 335.079572,164.677563 337.234389,188.393909 C339.921261,217.998676 339.956731,248.286629 340.617365,278.20859 C341.41988,314.807889 341.739112,349.650422 363.070035,363.606954 C375.209729,371.536803 388.34259,373.204104 400.907927,377.95388 C409.04835,381.036355 424.402536,386.306653 424.579887,406.387469 Z" id="Path" transform="translate(218.509192, 456.135429) rotate(-180.000000) translate(-218.509192, -456.135429) "></path>
<path d="M407.807005,375.780058 C409.883088,429.064583 422.148423,497.264865 410.549924,552.268246 C400.640741,599.272023 369.650652,605.365407 348.783133,630.056646 C331.556539,650.422235 323.887925,683.748487 315.27685,716.488205 C308.36843,742.751669 301.668952,769.267657 293.826961,794.692062 C288.047716,813.428403 279.223254,845.060236 267.206871,848.937839 C256.404128,852.424427 244.818966,824.49914 238.755204,810.292099 C229.908514,789.551788 222.342148,767.027446 214.526831,744.975586 C200.794457,706.240243 186.733109,671.406934 166.634674,642.952137 C146.447328,614.375144 124.361721,593.007569 102.0405,570.768346 C84.5782896,553.367987 67.2049909,535.462563 50.6141126,515.373946 C38.2554199,500.417458 20.486465,481.273805 14.8316963,454.603031 C10.3550043,433.504281 33.0585452,398.491762 39.753578,386.133924 C53.534854,360.725815 68.1385609,336.873639 82.7689417,313.168094 C100.60458,284.281543 119.009252,259.020068 134.759917,226.068546 C162.931512,167.154973 186.479712,93.7899778 222.728913,50.0039628 C244.592241,23.5938684 268.922862,16.8406391 293.240145,20.7915629 C302.869256,22.3556398 305.180954,47.2586813 306.394596,61.7834189 C308.412886,85.9125679 308.666284,110.457175 310.217788,134.684079 C311.671491,157.363198 314.898977,178.90999 317.499637,201.149212 C320.131416,223.681699 320.869381,246.76813 322.807651,269.455395 C324.007955,283.540236 325.194924,299.930461 330.445145,311.253729 C335.877636,322.976161 344.83991,327.888341 352.673009,331.619317 C367.38341,338.559909 406.339966,338.177036 407.807005,375.780058 Z" id="Path" transform="translate(214.861613, 434.492379) rotate(-180.000000) translate(-214.861613, -434.492379) "></path>
<path d="M377.930687,339.13944 C381.420893,387.999806 386.30718,448.85583 372.088484,493.872058 C360.466323,530.679876 335.679197,538.620092 317.974742,562.603282 C303.249189,582.547284 297.687091,614.267512 290.377667,643.744648 C284.37985,667.922893 278.350909,692.206783 271.081501,715.214718 C265.568311,732.66369 258.463409,756.321795 247.517059,762.409025 C238.157973,767.610384 227.585097,744.309882 222.396474,732.71245 C213.562031,712.947246 206.359314,690.800786 199.205505,668.946912 C187.503314,633.187493 176.734808,594.989935 160.079638,565.902901 C143.895756,537.677344 124.670728,521.016707 105.085564,502.283649 C90.0843508,487.93112 75.1765062,473.025945 61.0422864,455.910188 C50.1893044,442.776729 36.7397875,427.213257 31.0843213,405.359377 C26.193588,386.512539 38.7494344,364.20354 45.0229115,350.907539 C55.3823741,328.96426 66.8800437,308.833335 78.2176527,288.621137 C90.4533784,266.816021 104.005156,246.701349 115.845177,224.359841 C140.743456,177.344336 160.635403,125.290005 191.322532,89.2705196 C211.196694,65.9375004 237.940113,44.74192 261.433418,48.5535482 C278.328679,51.3005216 277.217148,119.747295 278.839983,141.617428 C281.507656,177.376844 286.66071,214.948613 294.846019,247.887911 C301.875337,276.113469 318.579415,284.817636 333.94521,291.148678 C343.571063,295.122849 353.659312,297.268414 362.969489,303.412532 C373.746887,310.531907 376.467914,318.659048 377.930687,339.13944 Z" id="Path" transform="translate(205.817196, 405.630998) rotate(-180.000000) translate(-205.817196, -405.630998) "></path>
<path d="M341.590706,305.268414 C343.664837,346.664971 343.19849,395.617134 329.763275,431.426625 C317.98914,462.792603 297.025763,471.050677 282.116004,495.759553 C270.479553,515.03656 265.90936,546.467883 259.651436,571.960909 C252.003357,603.130849 241.286274,660.700491 221.992861,672.430053 C204.045189,683.334637 185.27586,613.676026 178.778101,592.904234 C168.491834,560.027134 159.888855,523.972596 147.41298,493.61131 C136.669249,467.472995 122.274692,453.023408 106.996299,437.495615 C87.5163467,417.663169 57.9411071,394.146854 47.5260393,355.49482 C39.7624834,326.693664 65.0073643,283.875837 73.628109,263.920868 C82.6441378,243.075562 89.4350287,218.366686 98.7397483,198.25652 C113.422995,166.522972 137.215541,140.97277 156.859824,121.47522 C175.957816,102.508605 200.758558,81.5162715 222.423676,82.7660089 C236.662783,83.5828321 239.372033,123.999201 242.409947,143.741797 C246.762512,171.807813 252.549648,196.957772 264.981108,216.04691 C277.634638,235.479114 292.548838,244.635693 308.226958,252.64872 C316.274763,256.732832 325.455123,259.918439 332.654622,268.168344 C340.609158,277.145222 340.791255,289.356716 341.590706,305.268414 Z" id="Path" transform="translate(194.286543, 378.146821) rotate(-180.000000) translate(-194.286543, -378.146821) "></path>
<path d="M302.188912,285.29557 C302.07367,320.996644 297.619124,359.06697 284.410619,386.605481 C273.409441,409.54342 256.189627,417.211037 245.658282,440.660151 C237.316535,459.224709 233.07031,485.286493 227.485506,506.845073 C220.655202,533.263867 210.997036,579.415619 194.012139,588.584304 C177.435022,597.509572 162.772694,546.676111 156.416655,526.561802 C147.108647,497.067848 139.573594,465.805066 130.181372,436.39225 C122.823613,413.316375 113.825874,398.443632 101.845138,383.57089 C87.7811825,366.101705 68.1590169,346.7501 60.6461255,317.848458 C55.2297518,296.922761 68.3407447,263.485461 73.1011257,245.050724 C76.2924427,232.668943 79.2133836,220.092428 80.8179066,206.67207 C82.0678393,196.221393 82.1919461,186.549647 85.8132039,177.575696 C94.9306187,155.00288 114.920672,152.057542 128.483769,144.617114 C146.496979,134.742521 165.60942,123.521024 184.460351,121.37896 C196.046604,120.040169 201.959405,139.602736 208.572522,153.363877 C216.386816,169.632207 227.450047,181.332422 237.112645,193.608723 C249.864615,209.836483 263.742411,219.93015 278.098903,230.267234 C284.574617,234.932715 292.180589,239.508944 297.198047,248.783109 C302.437126,258.398057 302.228804,272.410729 302.188912,285.29557 Z" id="Path" transform="translate(180.779144, 355.469556) rotate(-180.000000) translate(-180.779144, -355.469556) "></path>
<path d="M272.768129,295.459272 C270.477745,325.451148 263.340268,354.116382 251.28468,375.318237 C242.043245,391.596052 229.770158,400.760463 222.353042,420.318258 C215.44194,438.549412 210.625919,459.279211 204.917713,478.771896 C198.876602,499.37961 189.901492,533.823468 175.96832,539.431176 C160.952099,545.470246 149.38477,510.725248 142.979684,491.468591 C134.88788,467.133257 128.740241,440.95039 121.505112,415.776748 C116.054502,397.013715 109.101761,379.853679 100.878337,364.867879 C92.2538858,349.070259 80.5578339,333.940029 76.1945627,312.217284 C72.3373075,292.976905 79.5546811,269.699629 80.8285964,250.190667 C82.1912861,229.346924 79.8032502,207.453261 87.3579672,189.555803 C102.937907,152.645855 142.038674,159.490677 164.392114,158.701203 C186.44816,157.887312 204.180884,180.472782 222.029014,201.959498 C233.818279,216.145615 246.095805,228.158643 258.182465,241.376229 C270.504378,254.862399 274.783313,269.064794 272.768129,295.459272 Z" id="Path" transform="translate(174.158477, 349.393132) rotate(-180.000000) translate(-174.158477, -349.393132) "></path>
<path d="M252.927494,328.913809 C246.157296,372.260171 225.012083,395.298592 209.895675,428.056219 C197.527301,454.873428 188.25324,510.409431 167.423229,517.755721 C143.774153,526.093435 129.616671,452.508638 121.394766,424.114902 C112.271647,392.624997 96.0231728,367.010499 89.2662936,333.675895 C85.7147152,316.179697 88.7646332,299.853706 90.6558489,282.365635 C92.7290832,263.162888 94.2873385,243.52944 101.443771,228.072976 C115.530221,197.65576 143.041639,197.867046 162.855011,197.030024 C183.36538,196.160497 201.509509,217.004782 217.851212,237.808435 C235.182917,259.839179 259.861952,284.462253 252.927494,328.913809 Z" id="Path" transform="translate(170.876761, 357.706857) rotate(-180.000000) translate(-170.876761, -357.706857) "></path>
<path d="M236.803542,355.698317 C229.148358,386.677749 213.061703,411.863225 200.008404,435.638702 C189.113452,455.459703 177.392855,495.361016 160.781197,498.205322 C141.257337,501.560144 129.424559,458.952284 121.742452,432.82681 C114.1815,407.155129 103.286549,380.049139 99.0999801,351.873496 C94.733923,322.522855 106.360289,282.9943 117.44819,262.225197 C129.814946,239.065581 150.047785,230.508353 167.408808,231.432145 C185.586504,232.372144 202.265471,251.512457 216.032238,271.365872 C230.750292,292.588767 245.70617,319.735273 236.803542,355.698317 Z" id="Path" transform="translate(168.818874, 364.878673) rotate(-180.000000) translate(-168.818874, -364.878673) "></path>
<path d="M218.494944,373.51124 C211.207286,399.303487 198.574748,421.12207 186.927028,440.584084 C177.938319,455.609247 164.674602,481.157711 151.70633,481.78342 C137.439888,482.474139 125.349,461.029356 119.677339,439.048251 C114.086255,417.367811 108.195248,390.186001 107.358152,366.4009 C105.540714,314.605127 142.543039,256.584761 170.328356,261.306025 C196.672257,265.783508 233.025497,322.121772 218.494944,373.51124 Z" id="Path" transform="translate(164.552770, 371.417724) rotate(-180.000000) translate(-164.552770, -371.417724) "></path>
</g>
<g id="Group-2-Copy" transform="translate(1204.489016, 1465.337904) scale(-1, -1) rotate(-32.000000) translate(-1204.489016, -1465.337904) translate(904.792642, 1175.585299)" stroke="#FFFFFF" stroke-width="0.5">
<path d="M581.689828,258.56163 C582.461199,298.916784 607.697781,340.857227 595.234371,381.976625 C585.000041,415.747923 533.476112,418.567366 502.566614,433.867723 C478.004222,446.023326 464.064882,467.556407 450.781511,488.216797 C438.846522,506.765194 428.126289,525.871283 415.553551,544.115013 C407.414677,555.909145 393.438895,579.068826 375.788472,579.487093 C358.891198,579.889868 343.39697,561.842361 333.58173,551.173938 C320.784263,537.267806 309.43843,522.442511 297.011463,508.314335 C276.069048,484.483364 250.941794,466.843798 222.170269,450.14921 C189.428511,431.153286 156.146186,412.806276 122.323295,395.108187 C97.4207715,382.038591 72.3481812,369.067106 48.4113894,354.706559 C33.3969895,345.695715 0.258411382,328.78941 0.105676277,312.177441 C0.0336812882,304.250997 8.87104038,295.472524 14.8294248,289.136533 C24.91191,278.411305 36.4035138,268.605235 47.9315602,259.010881 C69.4023948,241.138944 91.7842977,224.077724 113.923249,206.809953 C142.658332,184.399028 170.105772,162.354735 195.36665,136.912656 C221.483931,110.577238 246.435045,83.3743015 271.896357,56.5431588 C289.139836,38.3665568 306.365095,17.9540265 331.237249,6.80020242 C362.3897,-7.14207737 387.96034,7.55928206 419.46507,7.72968786 C446.566304,7.87943832 444.568028,61.2525508 448.011865,76.0933333 C451.467849,91.114849 459.084377,105.098439 462.036238,120.156102 C465.716952,138.95236 465.765542,158.182378 466.670537,177.180026 C467.769892,200.417159 468.207205,222.53891 497.42819,231.400003 C514.058217,236.434715 532.048773,237.493296 549.261883,240.508959 C560.413355,242.466042 581.446877,245.812189 581.689828,258.56163 Z" id="Path" transform="translate(299.395958, 290.146933) rotate(-180.000000) translate(-299.395958, -290.146933) "></path>
<path d="M558.986792,239.314951 C561.83195,273.152188 578.640921,316.461369 562.745812,351.39013 C549.165819,381.238909 506.695596,385.108386 478.097802,400.788048 C454.489695,413.720795 443.980279,434.883943 432.179272,455.674625 C422.71166,472.352695 413.53039,489.191126 402.783371,505.33637 C394.863232,517.234497 382.769789,537.321638 366.301992,539.784031 C351.497424,541.998116 335.620592,524.264739 327.310538,515.242851 C315.186633,502.072145 304.817342,487.768527 294.106877,473.764948 C275.287409,449.166868 256.017101,427.046695 228.473294,408.977063 C200.807639,390.829834 170.540522,377.260796 139.950509,363.138237 C116.019504,352.088499 92.2103472,340.718028 69.4734553,327.961167 C52.5365425,318.463358 28.1851609,306.306577 20.4356094,289.369852 C14.3005478,275.971526 45.4145096,253.737549 54.5896862,245.889959 C73.4761718,229.755064 93.4897538,214.608232 113.539891,199.554515 C137.982658,181.210708 163.205255,165.168929 184.790681,144.243745 C223.398313,106.831897 255.669833,60.2429718 305.347383,32.437567 C335.309878,15.6663819 368.653664,11.377883 401.979172,13.8868356 C415.175342,14.8800703 418.343398,30.6942327 420.006627,39.9178674 C422.772584,55.2405854 423.119852,70.8271312 425.246104,86.2119264 C427.238324,100.613833 431.661417,114.296678 435.22548,128.419237 C438.832189,142.728028 439.84353,157.388589 442.499823,171.795668 C444.144774,180.739956 445.771449,191.14823 452.966591,198.338837 C460.411522,205.782926 472.69383,208.902304 483.428664,211.271583 C503.588464,215.679063 556.976295,215.435928 558.986792,239.314951 Z" id="Path" transform="translate(294.565678, 276.598998) rotate(-180.000000) translate(-294.565678, -276.598998) "></path>
<path d="M518.532546,215.561458 C523.320496,246.619125 530.023624,285.301728 510.518069,313.915903 C494.574504,337.312472 460.570917,342.359602 436.283512,357.604308 C416.082638,370.28154 408.452416,390.444227 398.42517,409.181113 C390.197217,424.549804 381.926569,439.985648 371.954217,454.610443 C364.391087,465.70173 354.644409,480.739799 339.627937,484.609094 C326.788915,487.915293 312.284784,473.104531 305.166904,465.732724 C293.047599,453.169144 283.166736,439.091938 273.352966,425.200713 C257.299613,402.470549 242.527113,378.190603 219.679143,359.701683 C197.477699,341.760352 171.104334,331.170163 144.236926,319.262657 C123.657895,310.139597 103.206949,300.665252 83.8172801,289.785769 C68.9288937,281.437601 50.4785172,271.544814 42.7202102,257.653586 C36.0109824,245.673757 53.2353999,231.493235 61.8415094,223.041747 C76.0528738,209.093693 91.8256584,196.297645 107.378868,183.449937 C124.164136,169.589704 142.754797,156.803988 158.997227,142.602802 C193.153296,112.717805 220.441555,79.6299209 262.53891,56.734448 C289.802772,41.903017 326.490049,28.4302304 358.71874,30.8530587 C381.896073,32.5991485 380.371248,76.1067458 382.597492,90.0083061 C386.257071,112.738468 393.326157,136.620637 404.554965,157.558216 C414.197955,175.499546 437.113018,181.032275 458.192191,185.056546 C471.397172,187.582694 485.236479,188.946504 498.008408,192.851959 C512.793107,197.377327 516.525878,202.543274 518.532546,215.561458 Z" id="Path" transform="translate(282.423045, 257.826239) rotate(-180.000000) translate(-282.423045, -257.826239) "></path>
<path d="M467.736958,194.442645 C470.578233,220.713537 469.939402,251.779332 451.534997,274.504586 C435.406046,294.409919 406.68909,299.65062 386.264764,315.331252 C370.32442,327.564738 364.063881,347.511539 355.491383,363.689805 C345.014562,383.470729 330.333626,420.005309 303.904293,427.44907 C279.318442,434.369287 253.607031,390.16286 244.705992,376.980761 C230.615216,356.116448 218.830312,333.235684 201.740073,313.967944 C187.022633,297.380167 167.304062,288.210237 146.374756,278.356061 C119.68989,265.770086 79.1758635,250.84627 64.9086473,226.317095 C54.2736392,208.039438 88.8556679,180.866587 100.664907,168.202856 C113.015632,154.974104 122.318222,139.293471 135.064413,126.531251 C155.17845,106.392653 187.770978,90.1781014 214.680955,77.8046567 C240.842589,65.7681509 274.816207,52.446093 304.494451,53.2391956 C324.000077,53.7575641 327.711379,79.4064136 331.872904,91.9353688 C337.835323,109.746494 345.762906,125.707046 362.792304,137.821306 C380.125906,150.153281 400.556317,155.964187 422.033193,161.049378 C433.057584,163.641218 445.633419,165.662853 455.495747,170.89837 C466.392371,176.595235 466.641819,184.344836 467.736958,194.442645 Z" id="Path" transform="translate(265.950433, 240.692403) rotate(-180.000000) translate(-265.950433, -240.692403) "></path>
<path d="M415.271545,181.430418 C415.11352,204.138034 409.00528,228.352609 390.893282,245.868438 C375.808055,260.45808 352.195602,265.335057 337.754627,280.249831 C326.316111,292.057791 320.493528,308.63435 312.835436,322.346653 C303.469466,339.150288 290.225828,368.505042 266.935501,374.336771 C244.204337,380.013674 224.098803,347.681127 215.383164,334.88745 C202.619676,316.127863 192.287329,296.243217 179.408362,277.535239 C169.319128,262.857862 156.98109,253.398076 140.552657,243.93829 C121.267634,232.827041 94.3609854,220.518481 84.0590273,202.135635 C76.6318928,188.825876 94.6101774,167.55813 101.13779,155.832743 C105.513844,147.95733 109.519147,139.958056 111.719329,131.422057 C113.433284,124.774919 113.603464,118.623219 118.569068,112.915351 C131.071209,98.5579449 158.482319,96.6845668 177.080545,91.9520932 C201.780933,85.671373 227.988629,78.5339567 253.837731,77.1714998 C269.725235,76.3199642 277.833089,88.7627057 286.901244,97.515459 C297.616495,107.862906 312.786813,115.304811 326.036529,123.113134 C343.522508,133.434777 362.552261,139.854839 382.238422,146.429726 C391.118163,149.397198 401.547756,152.307902 408.427883,158.206722 C415.611904,164.322295 415.326245,173.235034 415.271545,181.430418 Z" id="Path" transform="translate(248.789922, 226.064478) rotate(-180.000000) translate(-248.789922, -226.064478) "></path>
<path d="M373.609241,186.88502 C370.464655,205.964957 360.665251,224.200925 344.113521,237.688914 C331.425486,248.044375 314.575141,253.874501 304.391805,266.316587 C294.903202,277.914704 288.291042,291.102385 280.453957,303.50305 C272.159808,316.613065 259.837423,338.525221 240.707864,342.092678 C220.091331,345.934554 204.209957,323.830821 195.416089,311.58031 C184.30644,296.098895 175.866033,279.442135 165.932557,263.427414 C158.449138,251.490931 148.903367,240.574228 137.613009,231.040708 C125.772062,220.990732 109.713958,211.365331 103.723401,197.545968 C98.4275797,185.305812 108.336679,170.497502 110.085702,158.086481 C111.956608,144.826313 108.677952,130.898217 119.050207,119.512387 C140.440698,96.0313777 194.124128,100.385849 224.814302,99.8836098 C255.096169,99.3658363 279.442327,113.73404 303.946931,127.403249 C320.133012,136.428034 336.989451,144.070364 353.583841,152.478998 C370.501221,161.058498 376.375988,170.093639 373.609241,186.88502 Z" id="Path" transform="translate(238.223038, 221.196135) rotate(-180.000000) translate(-238.223038, -221.196135) "></path>
<path d="M347.017032,209.554838 C337.736907,237.138886 308.752493,251.799699 288.031953,272.645462 C271.078231,289.710959 258.365981,325.052051 229.813625,329.726963 C197.397086,335.032781 177.990977,288.206092 166.720951,270.137351 C154.215602,250.098321 131.943304,233.798186 122.681435,212.585256 C117.813174,201.451312 121.993793,191.062045 124.586143,179.933272 C127.427991,167.713342 129.563941,155.21933 139.373489,145.383398 C158.682233,126.026988 196.393007,126.161443 223.551823,125.628793 C251.666036,125.075457 276.536769,138.340002 298.93686,151.578691 C322.693978,165.598255 356.522313,181.267484 347.017032,209.554838 Z" id="Path" transform="translate(234.547491, 227.877686) rotate(-180.000000) translate(-234.547491, -227.877686) "></path>
<path d="M323.983133,226.131649 C313.51225,245.811592 291.508664,261.810876 273.654151,276.914447 C258.751861,289.505903 242.720239,314.853546 219.998546,316.660415 C193.293497,318.791594 177.108432,291.724594 166.600723,275.128169 C156.258731,258.820019 141.356442,241.600712 135.629986,223.701899 C129.658022,205.05666 145.560753,179.945815 160.726962,166.752068 C177.64241,152.039728 205.317213,146.603678 229.0639,147.190524 C253.927644,147.787666 276.741404,159.94671 295.571809,172.558758 C315.703401,186.04078 336.160291,203.285825 323.983133,226.131649 Z" id="Path" transform="translate(230.992611, 231.963546) rotate(-180.000000) translate(-230.992611, -231.963546) "></path>
<path d="M299.810475,237.439919 C289.835169,253.844546 272.543823,267.721807 256.60049,280.10022 C244.296796,289.656666 226.141495,305.90624 208.390597,306.30421 C188.862773,306.743527 172.312834,293.104015 164.549497,279.123386 C156.896453,265.333988 148.832876,248.045557 147.687064,232.917534 C145.199365,199.973899 195.847938,163.071239 233.880322,166.074102 C269.939704,168.921913 319.699812,204.754706 299.810475,237.439919 Z" id="Path" transform="translate(225.974732, 236.108381) rotate(-180.000000) translate(-225.974732, -236.108381) "></path>
<path d="M279.559781,241.944888 C265.714586,263.138234 232.084382,293.352207 200.949638,294.069756 C165.212154,294.889813 156.240813,261.267479 160.899009,236.901537 C165.631145,212.033311 206.833999,176.037937 239.687839,180.9019 C271.752989,185.647979 295.968216,216.810142 279.559781,241.944888 Z" id="Path" transform="translate(222.301824, 237.270239) rotate(-180.000000) translate(-222.301824, -237.270239) "></path>
<path d="M263.804605,238.376603 C252.111071,256.194869 227.157957,278.450988 201.132378,279.124637 C170.122269,279.921702 170.707251,251.417619 177.739215,233.676489 C185.051482,215.256568 217.255928,183.79563 244.408815,188.763146 C270.812195,193.612389 275.010656,221.298837 263.804605,238.376603 Z" id="Path" transform="translate(221.706405, 233.689612) rotate(-180.000000) translate(-221.706405, -233.689612) "></path>
<path d="M250.538386,233.844065 C242.772743,246.664097 223.337117,262.867191 204.860668,263.385649 C182.276975,264.008844 186.667053,241.212441 192.502044,230.209629 C199.43763,217.117277 222.685369,194.368006 242.194777,198.054813 C261.402907,201.684012 256.945194,223.281156 250.538386,233.844065 Z" id="Path" transform="translate(221.916913, 230.527076) rotate(-180.000000) translate(-221.916913, -230.527076) "></path>
</g>
<g id="Group" transform="translate(729.641583, 883.503321) scale(-1, -1) rotate(30.000000) translate(-729.641583, -883.503321) translate(165.172801, 403.423026)" stroke="#FFFFFF" stroke-width="0.5">
<path d="M212.721802,313.070766 C252.007267,267.89096 296.418599,230.597513 338.298342,192.691803 C399.500148,137.304502 461.603683,83.4067448 525.910907,42.1472779 C560.38876,20.0325633 605.065308,-11.8509997 642.060285,5.47524229 C655.586213,11.8080891 667.921084,30.9619907 680.048611,43.4083665 C696.771575,60.570109 713.740468,76.8819949 730.680422,93.2304337 C764.661603,126.000417 798.748869,158.441413 832.146577,193.313204 C848.228205,210.109416 863.832445,231.264604 880.574698,245.59348 C890.358697,253.973305 902.066701,250.052976 912.520964,249.522947 C936.737433,248.289284 960.93944,245.949872 985.141447,243.957724 C1014.74418,241.526929 1044.41443,238.940784 1074.05091,239.900311 C1087.41771,240.338946 1120.15479,235.842897 1127.51329,257.665188 C1131.47221,269.417058 1122.14149,290.608799 1117.81608,300.4142 C1109.87412,318.434948 1100.74593,334.673728 1091.73829,350.74802 C1070.90691,387.922659 1048.78322,423.324479 1030.26645,464.848954 C1020.75249,486.196046 1008.28742,512.276791 1014.49826,541.418859 C1020.76695,570.85335 1031.62627,596.340099 1038.25181,625.674081 C1045.88033,659.430995 1049.04362,694.558656 1052.64571,730.35342 C1055.31232,756.808834 1061.52316,780.248594 1067.36269,804.638742 C1073.81463,831.596758 1080.49803,858.783231 1084.97774,887.212516 C1087.9385,905.99175 1092.71717,939.776078 1082.35935,951.665021 C1067.64237,968.570893 1040.04562,954.881705 1023.26961,949.901329 C1000.08507,943.029315 977.069288,934.274812 953.947429,926.735706 C937.161781,921.252727 920.318262,915.239718 903.252927,914.60003 C875.742975,913.567409 848.141408,917.140484 820.703783,920.466827 C769.898378,926.626047 719.45704,934.978467 668.48045,934.978467 C623.819321,934.978467 520.611444,837.043196 496.452836,819.799209 C448.232062,785.375192 398.728616,752.742282 353.097297,706.941075 C340.752779,694.54038 321.753794,678.018325 315.258455,652.495024 C311.251309,636.767986 313.093343,627.675367 303.642071,617.540978 C290.747836,603.714716 274.227399,598.286567 259.95405,592.099932 C236.967207,582.139169 213.801948,573.704504 190.709019,564.684992 C144.002377,546.490617 97.6139924,525.911149 51.1002336,506.108432 C37.0390558,500.122839 20.0267672,498.797783 6.62139205,488.252172 C-2.0197708,481.480679 -1.12286437,472.954643 5.56535732,462.664903 C17.2974716,444.607602 33.7407554,434.582872 47.5994053,424.283994 C67.9051738,409.196644 88.5436649,395.735912 109.1918,382.467094 C129.839935,369.198266 150.594157,356.340658 171.251937,343.044414 C184.898415,334.289922 200.459259,327.171175 212.721802,313.070766 Z" id="Path" transform="translate(564.407389, 480.187324) rotate(-180.000000) translate(-564.407389, -480.187324) "></path>
<path d="M171.285302,294.031397 C212.846343,248.776875 258.980257,212.725106 303.454816,177.551539 C360.374534,132.507415 418.582181,90.2899913 478.555304,62.1328437 C513.768349,45.611779 555.31492,27.3709286 591.294935,46.3161647 C604.130813,53.076445 613.720338,68.271062 624.72321,81.681839 C637.264842,96.9862284 650.288846,111.009922 663.312846,124.814059 C690.123003,153.227346 717.216142,180.670962 744.592276,207.144907 C759.092335,221.223486 775.053974,240.077253 791.435273,244.962212 C804.45928,248.850053 819.253582,243.224113 832.335468,241.586651 C855.894446,238.641033 879.448591,235.603934 903.017214,233.024239 C930.213262,230.051183 957.486493,227.306818 984.740427,227.782502 C999.930271,228.047799 1026.00722,223.66596 1036.74961,242.263588 C1046.12207,258.491919 1011.99918,317.184667 1005.99849,328.33592 C987.2584,363.152722 967.548738,396.304612 950.10622,433.53645 C939.797968,455.491336 927.246687,482.193983 922.900527,511.293364 C919.200745,536.093242 926.339829,564.351016 930.555745,587.275584 C935.82806,615.990761 940.082564,645.757933 946.208671,673.869352 C951.664282,698.916223 960.346949,721.227886 967.973224,743.99693 C976.361648,769.043812 984.856192,794.502335 991.083599,821.827033 C994.899146,838.64082 1001.21337,866.797968 993.630514,882.825046 C984.870664,901.303744 957.867565,889.228549 946.768219,886.593968 C924.251162,881.178427 901.907762,873.128293 879.545065,865.919778 C842.402538,853.954355 806.991724,843.489196 769.16905,845.995714 C719.9142,849.270649 670.707591,856.973151 621.462385,861.23606 C603.277017,862.827793 584.802227,866.02955 566.602389,864.300596 C556.168716,863.303488 548.224073,857.265885 542.155853,843.644709 C533.868728,825.056228 514.781327,814.764873 501.506492,804.09845 C480.807974,787.47677 459.848976,772.016868 438.947863,756.355713 C393.064782,721.959709 346.298963,688.807818 302.784321,644.321724 C289.017467,630.252291 273.2536,614.563687 263.070759,591.318948 C257.388434,578.356417 258.821075,565.869571 255.352831,552.092871 C250.760664,533.970939 235.662467,525.792741 226.637315,519.864922 C209.218917,508.411778 191.08661,500.736713 173.094191,493.546489 C132.382122,477.281575 91.5735784,466.587714 50.2006619,458.711396 C40.5050147,456.881816 2.32539057,450.542345 22.377532,419.988452 C44.5328081,386.223656 76.5236189,369.675154 102.605391,350.647583 C126.101658,333.541062 149.617219,317.623757 171.285302,294.031397 Z" id="Path" transform="translate(527.503929, 465.578918) rotate(-180.000000) translate(-527.503929, -465.578918) "></path>
<path d="M155.565276,288.382055 C194.621858,248.568954 237.888246,218.866681 279.952522,190.452232 C330.996432,155.973111 383.3197,125.238755 436.854734,108.022026 C470.484913,97.2170449 507.562112,88.9146561 540.965386,106.871201 C563.776554,119.128409 581.422018,152.264897 601.457224,175.062211 C621.492429,197.859536 642.338699,219.259421 663.807746,237.097225 C677.132368,248.16708 691.465984,259.319126 706.292038,257.857764 C742.34093,254.313954 778.34636,245.865431 814.433874,241.764467 C838.307144,239.024404 862.228699,236.768418 886.174388,237.444301 C900.61422,237.846175 920.451487,236.20214 933.235399,250.596605 C947.366254,266.516364 872.125609,402.441714 865.014318,417.740398 C847.185395,456.101271 825.595657,507.011631 829.042678,561.566273 C832.340034,613.718784 846.630203,652.655069 862.793549,693.518534 C871.966295,716.763396 901.381837,778.862341 890.480752,809.094364 C884.252945,826.375025 863.725305,820.392555 853.973227,819.214326 C834.753914,816.894407 815.640811,811.907493 796.522882,807.578193 C768.647394,801.303455 740.004287,791.612771 712.008107,788.772237 C692.513614,786.799395 672.903248,789.438986 653.374958,789.493784 C625.373948,789.566851 597.372938,789.164977 569.371928,788.690036 C545.860735,788.288161 522.151604,788.690036 498.722483,784.415533 C484.15713,781.785077 473.101559,775.875674 462.654285,759.179559 C453.563612,744.65723 439.847946,736.15391 428.261321,726.919897 C409.124078,711.67601 389.735793,697.546431 370.410268,683.188505 C329.948808,653.120886 289.023884,623.683477 250.29559,586.108094 C232.616332,568.964443 202.891811,544.961496 198.744765,503.394743 C197.248159,488.406607 196.14743,481.930926 188.423013,473.409337 C177.45917,461.316521 164.327662,455.863801 152.026528,451.123492 C123.349632,440.071906 93.84236,441.725076 65.213741,430.801365 C53.5546997,426.298527 38.3327718,416.580439 51.6429069,394.331133 C67.1738119,368.309681 89.7822136,354.006552 108.388402,337.931524 C117.677013,329.912268 127.245634,322.404504 136.065952,312.613349 C142.8393,305.069034 148.63744,295.39662 155.565276,288.382055 Z" id="Path" transform="translate(490.733064, 458.775415) rotate(-180.000000) translate(-490.733064, -458.775415) "></path>
<path d="M161.0388,288.760651 C197.14389,256.4356 236.355001,232.933134 274.861953,211.746132 C317.632449,188.243655 361.43507,168.777241 405.816454,160.494634 C436.461892,154.7563 469.113703,153.063162 498.857235,170.625959 C517.666994,181.736547 530.419045,205.101741 546.605084,224.696284 C571.033654,254.312329 597.463776,277.778192 626.811822,272.067308 C659.714432,265.679175 692.724749,260.886552 725.84279,257.689429 C745.819716,255.758351 765.87381,254.312329 785.874854,255.657683 C798.520799,256.499665 814.812947,257.918238 825.814242,268.763414 C840.534082,283.287728 785.243041,393.80792 778.350955,409.915528 C761.258186,449.864245 748.727991,491.780642 741.406659,541.274949 C735.435763,581.662952 747.633172,613.411422 760.216418,643.622354 C768.039343,662.384058 793.316771,709.572042 785.402199,733.934808 C781.061484,747.370026 766.756427,746.67447 759.073362,747.360872 C744.430691,748.660459 729.725314,747.305961 715.082643,746.711073 C693.461068,745.795874 670.44564,752.083328 649.007335,747.022242 C601.495816,735.820129 554.104872,726.11896 506.299148,718.440383 C479.946194,714.212137 453.434081,710.368277 427.317455,702.213788 C417.941514,699.285139 408.2569,696.182592 399.372906,689.556509 C393.657634,685.300801 390.541966,678.052369 385.718951,672.103534 C362.722816,643.787087 332.70437,629.217015 306.80478,611.068496 C272.373276,586.943692 237.758499,563.19411 204.243367,534.694622 C186.615248,519.70356 161.993756,502.479394 149.863874,471.884074 C146.198382,462.64051 147.761039,455.245653 145.455638,446.359004 C142.80298,436.108704 134.743722,433.051915 129.539689,430.196473 C117.728125,423.707672 68.2873994,413.896671 91.0713217,375.833286 C101.942398,357.703063 115.794097,346.070805 128.049377,331.821067 C132.486551,326.659303 136.812796,321.470088 140.512048,314.505375 C146.699976,302.82736 152.796267,296.164662 161.0388,288.760651 Z" id="Path" transform="translate(456.720666, 452.769128) rotate(-180.000000) translate(-456.720666, -452.769128) "></path>
<path d="M198.276614,275.892881 C269.503581,223.615313 352.978419,187.998941 430.633587,194.899212 C456.457468,197.202352 484.242167,204.888614 506.627372,231.191906 C519.826673,246.728944 530.374523,264.267523 546.230106,269.879132 C557.676263,273.927908 570.001407,269.330767 581.515177,267.667393 C598.191792,265.254584 614.878066,263.09768 631.57883,261.352044 C652.283336,259.222557 673.055449,257.577462 693.798593,258.454844 C708.62064,259.08546 729.088494,258.372592 741.964211,273.452655 C757.33683,291.439069 718.207394,375.814332 712.701651,390.8487 C699.357465,427.28763 690.002522,462.593264 686.621804,506.508247 C685.626901,519.303459 682.27516,532.418549 682.709827,545.314291 C683.163807,558.484216 687.44766,570.210115 691.403109,580.56509 C696.57561,594.137155 714.52241,626.32625 709.383718,642.877767 C706.54391,652.017193 695.884979,653.168769 690.359916,655.106325 C679.995588,658.7621 669.481547,660.727073 659.054434,663.633424 C641.363603,668.586988 623.798341,684.718098 606.044725,684.261123 C558.30411,683.054713 509.872864,655.014934 463.088511,639.614982 C435.274834,630.42985 407.272803,622.094682 379.797198,609.655915 C371.103914,605.716818 362.149833,601.640636 353.886384,594.959703 C348.11984,590.298588 344.415535,581.990848 339.073995,576.772229 C318.591654,556.729452 295.037686,544.564856 273.043679,531.075054 C244.491073,513.527336 215.841876,496.509706 187.487283,477.828702 C169.714348,466.121092 146.860673,455.82094 131.546005,434.105649 C120.360647,418.248723 128.005907,413.505356 133.90768,398.736032 C136.921352,391.205134 136.22589,383.783915 137.534712,375.256827 C139.403768,363.083093 144.687352,354.318379 149.642524,346.440185 C156.47641,335.555112 165.58021,326.589328 171.168059,313.245761 C173.138536,308.54809 173.046774,302.717122 174.640542,298.622662 C179.27696,286.695692 191.577956,280.809901 198.276614,275.892881 Z" id="Path" transform="translate(435.670240, 439.157791) rotate(-180.000000) translate(-435.670240, -439.157791) "></path>
<path d="M272.340768,279.571521 C330.149932,246.644125 394.472329,227.8952 455.579088,236.596466 C476.839902,239.628169 498.230884,246.671603 518.035741,262.141521 C527.046276,269.157489 533.810204,276.97946 543.683706,277.400791 C566.593317,278.371665 589.575244,274.973589 612.480034,274.158417 C628.871591,273.572229 645.345103,273.361569 661.698097,275.862039 C672.632228,277.529015 687.418374,279.52572 696.375875,292.247885 C709.392702,310.776984 685.894927,373.764932 681.112444,391.167453 C673.186644,420.028149 665.323523,452.112896 668.466846,485.507412 C669.431052,495.71994 671.137701,504.741779 671.359472,515.155812 C671.571593,524.104371 670.978608,532.365985 672.651513,540.920693 C674.719741,551.527073 683.918297,567.986188 680.755689,577.749919 C678.600682,584.417824 672.207971,584.729241 667.955809,586.863337 C661.059117,590.323926 654.325191,594.864101 647.823121,600.437308 C640.977237,606.335843 635.148592,615.449261 628.056834,620.321966 C616.544176,628.217217 603.65752,628.959109 591.556694,628.92484 C543.273917,628.775927 494.378868,610.704793 447.320636,591.809321 C422.815259,581.972322 398.174893,571.48501 374.358925,556.564636 C367.127356,552.030827 358.931577,547.478696 352.572618,539.107169 C348.604896,533.89557 345.914753,527.365045 341.407075,523.444903 C302.901379,489.977119 258.38384,477.548049 217.506189,453.376876 C206.866141,447.084489 147.899926,415.292837 178.730516,385.387987 C197.46028,367.216096 217.250674,358.954482 234.341282,334.096352 C239.548012,326.539996 243.019166,320.284254 245.053647,308.75279 C246.393898,301.077365 243.168618,304.97004 247.671475,296.946564 C253.133721,287.301902 265.605767,283.409239 272.340768,279.571521 Z" id="Path" transform="translate(435.078987, 431.698278) rotate(-180.000000) translate(-435.078987, -431.698278) "></path>
<path d="M309.224499,298.742001 C376.906773,271.881043 448.582301,270.603256 517.332988,294.41577 C534.664485,300.412247 552.70181,298.979302 570.246023,300.503518 C587.292287,301.963848 617.599442,298.924544 629.980464,323.777533 C638.958034,341.794359 629.216621,380.082408 625.847011,400.234964 C621.554021,425.909395 617.80249,452.432653 624.851114,477.367796 C628.979733,491.971093 634.636038,505.871615 639.064392,520.338011 C641.18188,527.2472 645.542555,537.834604 643.7248,544.378709 C640.717774,555.176018 626.649529,559.721304 619.823288,564.814207 C598.005424,581.087761 574.901596,585.240577 551.575384,585.126728 C508.490782,584.912005 465.183796,573.740471 422.92105,558.589547 C403.4769,551.616471 383.76202,544.17791 365.009196,532.057172 C354.397582,525.202741 346.570611,511.97762 336.437607,504.137472 C303.809917,478.873756 268.755333,465.374832 235.566847,442.27422 C225.960798,435.584086 190.079524,413.314045 208.155526,387.055484 C225.656228,361.636599 251.182114,364.657658 269.378977,340.744755 C271.438452,338.006628 273.986206,334.730011 275.180315,330.303392 C275.886144,327.656535 274.643691,322.618402 275.180315,321.112431 C280.768937,304.747606 300.633685,302.146391 309.224499,298.742001 Z" id="Path" transform="translate(423.649499, 431.322475) rotate(-180.000000) translate(-423.649499, -431.322475) "></path>
<path d="M300.693299,327.58265 C335.401087,318.553021 370.872214,316.313967 406.164584,315.745034 C425.455814,315.433028 446.650561,313.102217 465.526302,322.370428 C477.121331,328.078181 488.320197,333.070166 500.27274,336.667335 C513.13356,340.539798 533.84035,343.356968 541.671825,364.34352 C547.522484,380.02607 543.512536,412.262948 543.299961,431.331612 C543.072891,452.244752 545.333922,467.752948 553.117086,482.71974 C558.011154,492.143959 580.462029,526.353769 577.867642,536.218464 C575.398866,545.615144 559.75524,547.055843 552.991473,549.49679 C531.613137,557.241705 509.949758,559.93959 488.204247,559.517471 C454.525518,558.875114 420.721177,552.359834 387.569056,541.164564 C373.862765,536.512103 359.697504,531.694472 346.604784,522.398722 C337.787731,516.131207 330.43455,505.018522 321.675471,498.539943 C296.591558,479.957637 270.067929,467.340013 244.897053,448.418173 C236.819182,442.334184 210.498466,426.137746 216.808094,401.177791 C222.069339,380.338076 239.964334,373.997149 248.757231,360.030582 C263.714819,336.208515 281.619476,332.537933 300.693299,327.58265 Z" id="Path" transform="translate(396.958230, 437.409117) rotate(-180.000000) translate(-396.958230, -437.409117) "></path>
<path d="M294.526834,357.85519 C322.110231,351.888076 350.334767,349.278601 378.323093,349.150874 C396.385832,349.068759 415.441611,348.603429 433.166908,356.276736 C442.070532,360.127073 449.807574,369.132491 458.23396,375.555802 C466.911016,382.161599 478.885353,389.533804 482.635769,404.679688 C486.159619,418.913179 484.843599,439.679462 487.938415,456.841752 C490.69097,472.06975 496.451571,481.476618 502.655666,491.768523 C506.608548,498.34694 526.908038,526.823033 524.560413,533.109482 C522.044066,539.843017 509.852802,539.295572 503.50891,540.226222 C486.030269,542.835132 468.490244,543.666619 450.964515,542.717081 C427.044764,541.330234 402.94183,537.461641 379.436649,528.702577 C362.762239,522.498242 350.185329,507.717318 334.638936,496.877979 C314.498525,482.799607 293.635025,471.668289 273.687437,456.266939 C263.747388,448.593632 249.034957,438.721434 243.944417,418.913179 C241.987259,411.321986 240.087948,392.015541 242.266853,384.424359 C244.884432,375.300325 254.626837,371.431742 259.225677,369.086867 C270.74688,363.238369 282.803167,360.391673 294.526834,357.85519 Z" id="Path" transform="translate(383.022425, 446.106810) rotate(-180.000000) translate(-383.022425, -446.106810) "></path>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 95 KiB

View File

@ -0,0 +1 @@
<svg height="301" viewBox="0 0 253 301" width="253" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="a" x1="50%" x2="50%" y1="-3.230191%" y2="83.317802%"><stop offset="0" stop-color="#ff0080" stop-opacity=".297613"/><stop offset=".475310084" stop-color="#fff" stop-opacity=".152917"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><rect fill="url(#a)" fill-rule="evenodd" height="361" rx="126.5" transform="translate(-17 -247)" width="253" x="17" y="247"/></svg>

After

Width:  |  Height:  |  Size: 534 B

View File

@ -0,0 +1 @@
<svg height="267" viewBox="0 0 253 267" width="253" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="a" x1="50%" x2="50%" y1="-22.144625%" y2="73.93122%"><stop offset="0" stop-color="#fff" stop-opacity=".551628"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><rect fill="url(#a)" fill-rule="evenodd" height="361" rx="126.5" transform="matrix(-1 0 0 -1 432 440)" width="253" x="179" y="173"/></svg>

After

Width:  |  Height:  |  Size: 470 B

View File

@ -0,0 +1 @@
<svg height="615" viewBox="0 0 231 615" width="231" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="a" x1="50%" x2="50%" y1="-3.230191%" y2="88.386873%"><stop offset="0" stop-color="#fff" stop-opacity=".48555"/><stop offset=".661007924" stop-color="#fff" stop-opacity=".118007"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><rect fill="url(#a)" fill-rule="evenodd" height="696" rx="115.5" transform="matrix(-1 0 0 -1 739 615)" width="231" x="508"/></svg>

After

Width:  |  Height:  |  Size: 529 B

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="1920px" height="157px" viewBox="0 0 1920 157" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>wave-down</title>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Artboard" fill="#FFFFFF" fill-rule="nonzero">
<g id="wave-down">
<path d="M0,60.8320331 C299.333333,115.127115 618.333333,111.165365 959,47.8320321 C1299.66667,-15.5013009 1620.66667,-15.2062179 1920,47.8320331 L1920,156.389409 L0,156.389409 L0,60.8320331 Z" id="Path-Copy-2" transform="translate(960.000000, 78.416017) rotate(180.000000) translate(-960.000000, -78.416017) "></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 774 B

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="1920px" height="166px" viewBox="0 0 1920 166" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>wave-up</title>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Artboard" transform="translate(0.000000, 5.000000)" fill="#FFFFFF" fill-rule="nonzero">
<g id="wave-up" transform="translate(0.000000, -5.000000)">
<path d="M0,70 C298.666667,105.333333 618.666667,95 960,39 C1301.33333,-17 1621.33333,-11.3333333 1920,56 L1920,165 L0,165 L0,70 Z" id="Path"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 686 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 209 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 210 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="177px" height="150px" viewBox="0 0 177 150" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Logos</title>
<defs>
<linearGradient x1="80.5250892%" y1="15.6897142%" x2="43.803046%" y2="97.3483651%" id="linearGradient-1">
<stop stop-color="#0052CC" offset="0%"></stop>
<stop stop-color="#2684FF" offset="92%"></stop>
</linearGradient>
</defs>
<g id="Logos" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="atlassian-1" transform="translate(35.000000, 21.000000)" fill-rule="nonzero">
<path d="M32.2177437,50.2228454 C31.1791646,48.8591721 29.2398559,48.5964284 27.8794818,49.635084 C27.4950585,49.9399792 27.1849667,50.3291598 26.9728674,50.7729298 L0.336388365,104.364716 C-0.449192603,105.946205 0.18801967,107.868741 1.75999765,108.659896 C2.20126182,108.88437 2.68910685,109 3.18360694,108.998989 L40.2948533,108.998989 C41.5095132,109.030231 42.627261,108.335051 43.1420719,107.228169 C51.1517473,90.5899995 46.2964903,65.2936515 32.2177437,50.2228454 Z" id="Path" fill="url(#linearGradient-1)"></path>
<path d="M51.4733618,1.73446471 C37.8211056,22.5862851 36.24436,49.0339597 47.3237511,71.3383072 L65.4063614,107.233778 C65.9512026,108.315801 67.0651049,109 68.2838287,109 L105.781771,109 C106.635913,109.001993 107.455652,108.666103 108.059623,108.066637 C108.663594,107.467171 109.002008,106.653546 109,105.805775 C109,105.310759 108.886342,104.822253 108.666811,104.377773 L56.948122,1.71943311 C56.4470574,0.669442923 55.3812876,0 54.2107419,0 C53.0401961,0 51.9744264,0.669442923 51.4733618,1.71943311 L51.4733618,1.73446471 Z" id="Path" fill="#2684FF"></path>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="177px" height="150px" viewBox="0 0 177 150" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Logos</title>
<g id="Logos" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="invision" transform="translate(36.000000, 22.000000)" fill-rule="nonzero">
<path d="M96.3908516,0 L9.60914844,0 C4.30210938,0 0,4.30210938 0,9.60914844 L0,96.3908516 C0,101.697891 4.30210938,106 9.60914844,106 L96.3908516,106 C101.697891,106 106,101.697891 106,96.3908516 L106,9.60914844 C106,4.30210938 101.697891,0 96.3908516,0" id="Path" fill="#DC395F"></path>
<path d="M35.8726639,33.7452625 C39.3481912,33.7452625 42.2597111,30.9866909 42.2597111,27.3711837 C42.2597111,23.758158 39.3481912,21 35.8726639,21 C32.3971366,21 29.4864335,23.758158 29.4864335,27.3711837 C29.4864335,30.9862773 32.3971366,33.7452625 35.8726639,33.7452625 M22.6297204,67.8737974 C22.2543961,69.4908911 22.0661214,71.2370214 22.0661214,72.6613873 C22.0661214,78.2740672 25.0715744,82 31.4586217,82 C36.7556357,82 41.0500152,78.8146149 44.1420502,73.6709335 L42.2539935,81.3440638 L52.7724666,81.3440638 L58.7841895,56.9267762 C60.2871203,50.744598 63.1986402,47.535639 67.6134992,47.535639 C71.0886182,47.535639 73.2486727,49.7242988 73.2486727,53.3373245 C73.2486727,54.3840928 73.1547395,55.52433 72.7790068,56.7613446 L69.6792122,67.9846366 C69.2095463,69.6017303 69.0224968,71.2196511 69.0224968,72.7403809 C69.0224968,78.0685185 72.1210662,81.9656729 78.6020466,81.9656729 C84.1436953,81.9656729 88.5577376,78.3530608 91,69.697267 L86.8677573,68.0818276 C84.8012275,73.8806181 83.0164973,74.9290407 81.6074997,74.9290407 C80.1985021,74.9290407 79.4470368,73.9786363 79.4470368,72.0774138 C79.4470368,71.2213054 79.6357199,70.2713146 79.9167026,69.1273552 L82.9229725,58.1931549 C83.6740295,55.6256568 83.9562374,53.3489047 83.9562374,51.2570224 C83.9562374,43.0772579 79.0717125,38.808296 73.1547395,38.808296 C67.6134992,38.808296 61.977509,43.8700887 59.1603306,49.1973992 L61.2260436,39.6354539 L45.1659218,39.6354539 L42.9115257,48.0575756 L50.4257709,48.0575756 L45.7985412,66.8175168 C42.1649611,74.9972812 35.4903967,75.1300401 34.6527579,74.9402073 C33.2772495,74.6258873 32.397545,74.0969199 32.397545,72.2870984 C32.397545,71.2428115 32.5854113,69.7427607 33.0550772,67.9341799 L40.100065,39.6354539 L22.2543961,39.6354539 L20,48.0575756 L27.4194953,48.0575756 L22.6301288,67.8737974" id="Shape" fill="#FFFFFF"></path>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="177px" height="150px" viewBox="0 0 177 150" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Logos</title>
<defs>
<linearGradient x1="67.9273487%" y1="40.3110476%" x2="40.6754218%" y2="81.641044%" id="linearGradient-1">
<stop stop-color="#0052CC" offset="18%"></stop>
<stop stop-color="#2684FF" offset="100%"></stop>
</linearGradient>
<linearGradient x1="32.3045012%" y1="-23.3247078%" x2="59.5183684%" y2="17.8549121%" id="linearGradient-2">
<stop stop-color="#0052CC" offset="18%"></stop>
<stop stop-color="#2684FF" offset="100%"></stop>
</linearGradient>
</defs>
<g id="Logos" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="jira-3" transform="translate(35.000000, 21.000000)" fill-rule="nonzero">
<path d="M105.705696,51.9209821 L58.1065074,4.58660714 L53.4942403,0 L17.6627523,35.6321429 L1.27784635,51.9209821 C-0.425948784,53.6240313 -0.425948784,56.3759687 1.27784635,58.0790179 L34.0130909,90.6321429 L53.4942403,110 L89.3207902,74.3678571 L89.8788054,73.8178571 L105.705696,58.1035714 C106.534097,57.2858004 107,56.173045 107,55.0122768 C107,53.8515086 106.534097,52.7387531 105.705696,51.9209821 Z M53.4942403,71.2642857 L37.1389635,55 L53.4942403,38.7357143 L69.8445789,55 L53.4942403,71.2642857 Z" id="Shape" fill="#2684FF"></path>
<path d="M53,38.6445299 C42.2639805,27.9872611 42.2108919,10.7221586 52.8811718,0 L17,35.6113693 L36.5274378,55 L53,38.6445299 Z" id="Path" fill="url(#linearGradient-1)"></path>
<path d="M69.446952,55 L53,71.2982957 C63.7858387,81.9863246 63.7858387,99.3119711 53,110 L89,74.3557598 L69.446952,55 Z" id="Path" fill="url(#linearGradient-2)"></path>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="177px" height="150px" viewBox="0 0 177 150" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Logos</title>
<g id="Logos" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="slack-new-logo" transform="translate(35.000000, 22.000000)" fill-rule="nonzero">
<path d="M39.2803996,-1.77635684e-15 C33.3581411,0.00436871997 28.5651823,4.80122324 28.5695565,10.7121014 C28.5651823,16.6229795 33.3625182,21.419834 39.2847767,21.4242027 L49.999997,21.4242027 L49.999997,10.7164701 C50.0043711,4.80559196 45.2070353,0.00873743993 39.2803996,-1.77635684e-15 C39.2847767,-1.77635684e-15 39.2847767,-1.77635684e-15 39.2803996,-1.77635684e-15 M39.2803996,28.5714286 L10.7152412,28.5714286 C4.7929826,28.5757973 -0.00435323957,33.3726518 1.19295144e-05,39.2835299 C-0.0087303708,45.194408 4.78860547,49.9912626 10.710864,50 L39.2803996,50 C45.2026582,49.9956313 49.999994,45.1987768 49.9956199,39.2878986 C49.999994,33.3726518 45.2026582,28.5757973 39.2803996,28.5714286 Z" id="Shape" fill="#36C5F0"></path>
<path d="M106.999997,39.2835299 C107.004372,33.3726518 102.206616,28.5757973 96.2838386,28.5714286 C90.3610616,28.5757973 85.5633057,33.3726518 85.5676802,39.2835299 L85.5676802,50 L96.2838386,50 C102.206616,49.9956313 107.004372,45.1987768 106.999997,39.2835299 Z M78.4279602,39.2835299 L78.4279602,10.7121014 C78.4323347,4.80559196 73.6389563,0.00873743993 67.7161793,7.10542736e-15 C61.7934022,0.00436871997 56.9956464,4.80122324 57.0000119,10.7121014 L57.0000119,39.2835299 C56.9912689,45.194408 61.7890247,49.9912626 67.7118018,50 C73.6345788,49.9956313 78.4323347,45.1987768 78.4279602,39.2835299 Z" id="Shape" fill="#2EB67D"></path>
<path d="M67.7152233,107 C73.6374818,106.995632 78.4348177,102.199196 78.4304435,96.2888345 C78.4348177,90.3784728 73.6374818,85.5820374 67.7152233,85.5776691 L57.000003,85.5776691 L57.000003,96.2888345 C56.9956289,102.194828 61.7929647,106.991263 67.7152233,107 Z M67.7152233,78.4266993 L96.2847588,78.4266993 C102.207017,78.4223309 107.004353,73.6258955 106.999988,67.7155338 C107.00873,61.8051721 102.211395,57.0087367 96.289136,57 L67.7196004,57 C61.7973418,57.0043683 57.000006,61.8008038 57.0043801,67.7111655 C57.000006,73.6258955 61.7929647,78.4223309 67.7152233,78.4266993 L67.7152233,78.4266993 Z" id="Shape" fill="#ECB22E"></path>
<path d="M2.98908926e-06,67.7121014 C-0.00437153219,73.6229795 4.79338431,78.419834 10.7161614,78.4242027 C16.6389384,78.419834 21.4366943,73.6229795 21.4323198,67.7121014 L21.4323198,57 L10.7161614,57 C4.79338431,57.0043687 -0.00437153219,61.8012232 2.98908926e-06,67.7121014 Z M28.5720309,67.7121014 L28.5720309,96.2835299 C28.5632878,102.194408 33.3610437,106.991263 39.2838207,107 C45.2065978,106.995631 50.0043536,102.198777 49.9999881,96.2878986 L49.9999881,67.7208388 C50.0087311,61.8099607 45.2109753,57.0131062 39.2881982,57.0043687 C33.3610437,57.0043687 28.5676653,61.8012232 28.5720309,67.7121014 C28.5720309,67.7121014 28.5720309,67.7164701 28.5720309,67.7121014" id="Shape" fill="#E01E5A"></path>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="177px" height="150px" viewBox="0 0 177 150" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Logos</title>
<g id="Logos" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="spotify-2" transform="translate(36.000000, 22.000000)" fill="#2EBD59" fill-rule="nonzero">
<path d="M53.5,0 C23.9517912,0 0,23.9517912 0,53.5 C0,83.0482088 23.9517912,107 53.5,107 C83.0482088,107 107,83.0482088 107,53.5 C107,23.9554418 83.0482088,0.00365063118 53.5,0 Z M78.0358922,77.1597407 C77.0757762,78.7368134 75.0204708,79.2296486 73.4506994,78.2695326 C60.8888775,70.5922552 45.0743432,68.8582054 26.4524736,73.1111907 C24.656363,73.523712 22.8675537,72.3993176 22.458683,70.6032071 C22.0461617,68.8070966 23.1669055,67.0182873 24.9666667,66.6094166 C45.3444899,61.9548618 62.8273627,63.9590583 76.9297509,72.5745479 C78.4995223,73.5419652 78.9996588,75.5899693 78.0358922,77.1597407 L78.0358922,77.1597407 Z M84.5814739,62.5973729 C83.373115,64.5614125 80.8030706,65.1747185 78.8426817,63.9700102 C64.4664961,55.1318321 42.5408052,52.5727397 25.5325145,57.7347322 C23.3275333,58.4027977 20.9984306,57.1579324 20.3267144,54.9566018 C19.6622996,52.7516206 20.9071648,50.4261685 23.1084954,49.7544524 C42.5371546,43.858683 66.6933811,46.7134766 83.2051859,56.8622313 C85.1692255,58.0705902 85.7898328,60.636984 84.5814739,62.5973729 Z M85.1436711,47.4253497 C67.8980894,37.1853292 39.4523712,36.2434664 22.9880246,41.2375299 C20.3449676,42.0406687 17.5485841,40.5475606 16.7490959,37.9045036 C15.9496076,35.2614466 17.4390652,32.4650631 20.0857728,31.6619243 C38.9850904,25.9267827 70.3987718,27.0329239 90.2509041,38.8171614 C92.627465,40.2299556 93.4087001,43.3001365 91.9995565,45.6730467 C90.5940635,48.0532583 87.5165814,48.838144 85.1436711,47.4253497 Z" id="Shape"></path>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="177px" height="150px" viewBox="0 0 177 150" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Logos</title>
<g id="Logos" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="webdev-1" transform="translate(32.000000, 27.000000)" fill-rule="nonzero">
<path d="M70,47.6912893 C69.5660914,44.2013941 67.8304569,40.7114989 65.2270052,38.5303144 L20.5344173,2.75888864 C14.8936053,-1.60348036 7.08325012,-0.731006558 2.74416392,4.94007314 C-1.59492228,10.6111528 -0.727105036,18.463417 4.91370702,22.825786 L37.4568535,49 L4.91370702,75.174214 C-0.727105036,79.536583 -1.59492228,87.3888472 2.74416392,93.0599269 C7.08325012,98.7310066 14.8936053,99.6034804 20.5344173,95.2411114 L65.2270052,58.5972118 C68.2643655,55.9797904 70,52.4898952 70,48.5637631 L70,47.6912893 Z" id="Path" fill="#0D55FF"></path>
<path d="M101.927755,72 L63.2119216,72 C62.7769122,72 61.9068935,72 61.4718841,72.4310345 L32.326257,95.2758621 C31.8912477,95.7068966 31.8912477,96.137931 32.326257,96.5689655 C32.326257,97 32.7612664,97 33.1962757,97 L102.362764,97 C109.322914,97 115.413045,90.9655172 114.978035,83.637931 C114.543026,76.7413793 108.452895,72 101.927755,72" id="Path" fill="#00C9DB"></path>
<path d="M114,84.5 C114,91.3965517 108.396552,97 101.5,97 C94.6034483,97 89,91.3965517 89,84.5 C89,77.6034483 94.6034483,72 101.5,72 C108.396552,72 114,77.6034483 114,84.5" id="Path" fill="#7000F2"></path>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="177px" height="150px" viewBox="0 0 177 150" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Logos</title>
<g id="Logos" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="adobe-xd-1" transform="translate(35.000000, 23.000000)" fill-rule="nonzero">
<path d="M88.87536,105 L19.12464,105 C8.54928,105 0,96.4750769 0,85.9298462 L0,19.0701538 C0,8.52492308 8.54928,0 19.12464,0 L88.87536,0 C99.45072,0 108,8.52492308 108,19.0701538 L108,85.9298462 C108,96.4750769 99.45072,105 88.87536,105 Z" id="Path" fill="#FF26BE"></path>
<path d="M85.8661662,101 L20.1764293,101 C11.2646329,101 4,93.7634471 4,84.8860975 L4,22.1139025 C4,13.2365529 11.2646329,6 20.1764293,6 L85.8233827,6 C94.7822409,6 102,13.2365529 102,22.1139025 L102,84.8434794 C102.042595,93.7634471 94.7779626,101 85.8661662,101 L85.8661662,101 Z" id="Path" fill="#2E001F"></path>
<path d="M42.8937592,49.0345674 L55.6917204,73.6219562 C55.9198637,73.9861163 55.7838552,74.3546639 55.4153161,74.3546639 L47.4610124,74.3546639 C46.9564647,74.3546639 46.7283214,74.2186523 46.5001781,73.7623553 C43.5738017,67.7295823 40.6035515,61.6968094 37.5411665,55.2077394 L37.4490317,55.2077394 C34.7069249,61.3326493 31.6884136,67.7778445 28.7664245,73.8106174 C28.5382812,74.1747775 28.3101379,74.3151766 27.9415987,74.3151766 L20.4084827,74.3151766 C19.9521961,74.3151766 19.903935,73.9510165 20.1364657,73.6746058 L32.6580226,49.8155373 L20.5488786,25.6844455 C20.2724742,25.3202854 20.5488786,25.0438747 20.8208956,25.0438747 L28.6830644,25.0438747 C29.139351,25.0438747 29.3236206,25.1360116 29.5035028,25.5484339 C32.3816182,31.5812068 35.3079947,37.7982536 38.0501016,43.8749012 L38.1422364,43.8749012 C40.7922085,37.8421283 43.7185849,31.5812068 46.5528266,25.5923086 C46.7809699,25.2281485 46.9169784,25 47.3776523,25 L54.7352735,25 C55.0994253,25 55.2398212,25.2764107 55.0116779,25.6405708 L42.8937592,49.0345674 Z M57.933665,56.4844935 C57.933665,45.8361009 65.0192712,37.5174554 76.2597158,37.5174554 C77.22055,37.5174554 77.7207103,37.5174554 78.6376708,37.6095923 L78.6376708,25.5001717 C78.6376708,25.223761 78.8658141,25.0438747 79.0939574,25.0438747 L86.3155701,25.0438747 C86.6797219,25.0438747 86.7718567,25.1798863 86.7718567,25.4080348 L86.7718567,67.3654222 C86.7718567,68.5983016 86.7718567,70.1514664 87,71.8450303 C87,72.121441 86.9078652,72.2091904 86.6358482,72.3495895 C82.7968986,74.179165 78.7736793,74.999812 74.9347297,74.999812 C65.0148838,75.0391094 57.9292796,68.918587 57.933665,56.4844935 L57.933665,56.4844935 Z M78.6332835,44.7874952 C77.9927273,44.5110846 77.0801541,44.3311982 75.9833114,44.3311982 C70.2226932,44.3311982 66.2038614,48.7625442 66.2038614,56.1247209 C66.2038614,64.5355033 70.3192154,67.9182436 75.4831511,67.9182436 C76.5799938,67.9182436 77.7689714,67.782232 78.6376708,67.4136844 L78.6376708,44.7874952 L78.6332835,44.7874952 Z" id="Shape" fill="#FFD9F2"></path>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Some files were not shown because too many files have changed in this diff Show More