Fixed 2FA

Fixed context menu for iOS
This commit is contained in:
morethanwords 2020-08-18 20:39:57 +03:00
parent 1a553bad70
commit c2d63fd933
3516 changed files with 487 additions and 446778 deletions

View File

@ -130,7 +130,7 @@ module.exports = {
// runner: "jest-runner",
// The paths to modules that run some code to configure or set up the testing environment before each test
// setupFiles: [],
setupFiles: ['<rootDir>/jest.setup.js'],
// A list of paths to modules that run some code to configure or set up the testing framework before each test
// setupFilesAfterEnv: [],
@ -139,7 +139,7 @@ module.exports = {
// snapshotSerializers: [],
// The test environment that will be used for testing
testEnvironment: "node",
testEnvironment: "jsdom",
// Options that will be passed to the testEnvironment
// testEnvironmentOptions: {},

3
jest.setup.js Normal file
View File

@ -0,0 +1,3 @@
import { Crypto } from "@peculiar/webcrypto";
window.crypto = new Crypto();

View File

@ -1,576 +0,0 @@
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>Telegram Web</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="assets/img/safari-pinned-tab.svg" color="#64a3f0">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#fafafa">
</head>
<body>
<!--[if IE]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<div class="whole" id="auth-pages" style="display: none;">
<div class="tabs-container auth-pages__container">
<div class="page-sign">
<div class="container center-align">
<div class="auth-image">
<svg class="sign-logo" xmlns="http://www.w3.org/2000/svg" width="160" height="160" viewBox="0 0 160 160">
<use href="#logo" />
</svg>
</div>
<h4>Sign in to Telegram</h4>
<p class="subtitle">Please confirm your country and<br> enter your phone number.</p>
<div class="input-wrapper">
<div class="input-field input-select">
<input type="text" name="countryCode" id="countryCode" autocomplete="rrRandomRR" required />
<label for="countryCode">Country</label>
<span class="arrow arrow-down"></span>
</div>
<div class="input-field">
<input type="tel" name="phone" id="phone" autocomplete="rr55RandomRR55" required />
<label for="phone">Phone Number</label>
</div>
<label class="checkbox-field">
<input type="checkbox" id="keepSigned" checked="checked">
<span>Keep me signed in</span>
</label>
<button class="btn-primary rp" style="visibility: hidden;">NEXT</button>
<div class="qr"><a href="#" class="a-qr">Quick log in using QR code</a></div>
</div>
</div>
</div>
<div class="page-signQR">
<div class="container center-align">
<div class="auth-image">
<canvas id="qr-code"></canvas>
</div>
<h4>Scan from mobile Telegram</h4>
<p class="qr-description">1. Open Telegram on your phone<br>2. Go to settings > Devices > Scan QR<br>3. Scan this image to Log in</p>
<div class="qr"><a href="#" class="a-qr">Or log in using your phone number</a></div>
</div>
</div>
<div class="page-authCode">
<div class="container center-align">
<div class="auth-image"></div>
<div class="phone-wrapper">
<h4 class="phone"></h4>
<span class="phone-edit tgico-edit"></span>
</div>
<p class="subtitle sent-type"></p>
<div class="input-wrapper">
<div class="input-field">
<input type="text" name="code" id="code" autocomplete="off" required />
<label for="code">Code</label>
</div>
</div>
</div>
</div>
<div class="page-password">
<div class="container center-align">
<div class="auth-image"></div>
<h4 class="phone">Enter a password</h4>
<p class="subtitle">Your account is protected with<br>an additional password</p>
<div class="input-wrapper">
<div class="input-field">
<input type="password" name="password" id="password" autocomplete="off" required />
<label for="password">Password</label>
<span class="toggle-visible tgico-eye1"></span>
</div>
<button class="btn-primary rp">NEXT</button>
</div>
</div>
</div>
<div class="page-signUp">
<div class="container center-align">
<div class="auth-image avatar-edit">
<canvas class="avatar-edit-canvas" id="canvas-avatar"></canvas>
<span class="tgico tgico-cameraadd"></span>
</div>
<h4 class="fullName">Your Name</h4>
<p class="subtitle">Enter your name and add<br>a profile picture</p>
<div class="input-wrapper">
<div class="input-field">
<input type="text" name="name" id="name" autocomplete="off" required />
<label for="name">Name</label>
</div>
<div class="input-field">
<input type="text" name="lastName" id="lastName" autocomplete="off" required />
<label for="lastName">Last Name (optional)</label>
</div>
<button class="btn-primary rp" id="signUp">START MESSAGING</button>
</div>
</div>
</div>
</div>
</div>
<div class="popup popup-avatar hide" id="popup-avatar" style="display: none;">
<div class="popup-container z-depth-1">
<div class="popup-header">
<span class="popup-close tgico-close"></span>
<h6>Drag to Reposition</h6>
</div>
<div class="crop"></div>
<button class="btn-primary rp btn-circle btn-crop btn-icon tgico-check z-depth-1"></button>
<input type="file" style="display: none;" />
</div>
</div>
<div class="whole page-chats" style="display: none;" id="page-chats">
<svg style="position: absolute; top: -10000px; left: -10000px;">
<defs id="svg-defs">
<path id="message-tail" d="M1.00002881,1.03679295e-14 L7,0 L7,17 C6.8069969,14.1607017 6.12380234,11.2332513 4.95041634,8.21764872 C4.04604748,5.89342034 2.50413132,3.73337411 0.324667862,1.73751004 L0.324652538,1.73752677 C-0.0826597201,1.36452676 -0.110475289,0.731958677 0.262524727,0.324646419 C0.451952959,0.117792698 0.719544377,1.0985861e-14 1.00002881,1.04360964e-14 Z"></path>
<path id="logo" fill="#50A2E9" fill-rule="evenodd" d="M80,0 C124.18278,0 160,35.81722 160,80 C160,124.18278 124.18278,160 80,160 C35.81722,160 0,124.18278 0,80 C0,35.81722 35.81722,0 80,0 Z M114.262551,46.4516129 L114.123923,46.4516129 C111.089589,46.5056249 106.482806,48.0771432 85.1289541,56.93769 L81.4133571,58.4849956 C72.8664779,62.0684477 57.2607933,68.7965125 34.5963033,78.66919 C30.6591745,80.2345564 28.5967328,81.765936 28.4089783,83.2633288 C28.0626453,86.0254269 31.8703852,86.959903 36.7890378,88.5302703 L38.2642674,89.0045258 C42.3926354,90.314406 47.5534685,91.7248852 50.3250916,91.7847532 C52.9151948,91.8407003 55.7944784,90.8162976 58.9629426,88.7115451 L70.5121776,80.9327422 C85.6657026,70.7535853 93.6285785,65.5352892 94.4008055,65.277854 L94.6777873,65.216416 C95.1594319,65.1213105 95.7366278,65.0717596 96.1481181,65.4374337 C96.6344248,65.8695939 96.5866185,66.6880224 96.5351057,66.9075859 C96.127514,68.6448691 75.2839361,87.6143392 73.6629144,89.2417998 L73.312196,89.6016896 C68.7645143,94.2254793 63.9030972,97.1721503 71.5637945,102.355193 L73.3593638,103.544598 C79.0660342,107.334968 82.9483395,110.083813 88.8107882,113.958377 L90.3875424,114.996094 C95.0654739,118.061953 98.7330313,121.697601 103.562866,121.253237 C105.740839,121.052855 107.989107,119.042224 109.175465,113.09692 L109.246762,112.727987 C112.002037,98.0012935 117.417883,66.09303 118.669527,52.9443975 C118.779187,51.7924073 118.641237,50.318088 118.530455,49.6708963 L118.474159,49.3781963 C118.341081,48.7651315 118.067967,48.0040758 117.346762,47.4189793 C116.412565,46.6610871 115.002114,46.4638844 114.262551,46.4516129 Z"/>
<path id="poll-line" d="M4.47,5.33v13.6c0,4.97,4.03,9,9,9h458.16"/>
</defs>
</svg>
<div class="media-viewer-whole">
<div class="overlays">
<div class="media-viewer">
<div class="media-viewer-author">
<avatar-element class="media-viewer-userpic"></avatar-element>
<div class="media-viewer-name"></div>
<div class="media-viewer-date"></div>
</div>
<div class="media-viewer-buttons">
<div class="btn-icon tgico-delete menu-delete rp"></div>
<div class="btn-icon tgico-forward menu-forward rp"></div>
<div class="btn-icon tgico-download menu-download rp"></div>
<div class="btn-icon tgico-close menu-close rp"></div>
</div>
<div class="media-viewer-content">
<div class="media-viewer-stub"></div>
<div class="media-viewer-container">
<div class="media-viewer-media"></div>
</div>
<div class="media-viewer-caption"></div>
</div>
</div>
</div>
<div class="media-viewer-switchers">
<div class="media-viewer-switcher-left menu-prev"><span class="tgico-down media-viewer-prev-button"></span></div>
<div class="media-viewer-switcher-right menu-next"><span class="tgico-down media-viewer-next-button"></span></div>
</div>
</div>
<div class="popup popup-send-photo">
<div class="popup-container z-depth-1">
<div class="popup-header">
<span class="btn-icon popup-close tgico-close"></span>
<div class="popup-title">Send Photo</div>
<button class="btn-primary rp">SEND</button>
</div>
<div class="popup-photo"></div>
<div class="input-field">
<input type="text" name="photo-caption" id="photo-caption" placeholder="Add a caption..." autocomplete="off" required />
<label for="photo-caption">Caption</label>
</div>
</div>
</div>
<div class="chats-container sidebar sidebar-left" id="column-left">
<div class="sidebar-slider tabs-container">
<div class="sidebar-slider-item item-main">
<div class="sidebar-header">
<div class="sidebar-header__btn-container">
<div class="btn-icon tgico-menu btn-menu-toggle rp sidebar-tools-button active">
<div class="btn-menu bottom-right">
<div class="btn-menu-item menu-newGroup tgico-newgroup rp">New Group</div>
<div class="btn-menu-item menu-contacts tgico-user rp">Contacts</div>
<div class="btn-menu-item menu-archived tgico-archive rp">Archived <span class="archived-count"></span></div>
<div class="btn-menu-item menu-saved tgico-savedmessages rp">Saved</div>
<div class="btn-menu-item menu-settings tgico-settings rp">Settings</div>
<div class="btn-menu-item menu-help tgico-help rp">Help</div>
</div>
</div>
<div class="btn-icon tgico-back rp sidebar-back-button"></div>
</div>
<div class="input-search">
<input type="text" placeholder="Telegram Search" id="global-search" />
<span class="tgico tgico-search"></span>
</div>
</div>
<div class="sidebar-content">
<div id="chats-container">
<ul id="dialogs"></ul>
</div>
<div class="sidebar-search hide" id="search-container"></div>
<button class="btn-primary btn-circle btn-icon rp btn-corner tgico-newchat_filled btn-menu-toggle" id="new-menu">
<div class="btn-menu top-left">
<div class="btn-menu-item menu-channel tgico-newchannel rp">New Channel</div>
<div class="btn-menu-item menu-group tgico-newgroup rp">New Group</div>
<div class="btn-menu-item menu-privateChat tgico-newprivate rp">New Private Chat</div>
</div>
</button>
</div>
</div>
<div class="sidebar-slider-item">
<div class="sidebar-header">
<button class="btn-icon rp tgico-back sidebar-close-button"></button>
<div class="sidebar-header__title">Archived Chats</div>
</div>
<div class="sidebar-content">
<div id="chats-archived-container">
<ul id="dialogs-archived"></ul>
</div>
</div>
</div>
<div class="sidebar-slider-item" id="contacts-container">
<div class="sidebar-header">
<button class="btn-icon rp tgico-back sidebar-close-button"></button>
<div class="input-search">
<input type="text" placeholder="Search" id="contacts-search" autocomplete="ASKLXmQQr52" />
<span class="tgico tgico-search"></span>
</div>
</div>
<div class="sidebar-content">
<div>
<ul id="contacts" class="contacts-container"></ul>
</div>
</div>
</div>
<div class="sidebar-slider-item new-channel-container">
<div class="sidebar-header">
<button class="btn-icon rp tgico-back sidebar-close-button"></button>
<div class="sidebar-header__title">New Channel</div>
</div>
<div class="sidebar-content">
<div class="avatar-edit">
<canvas class="avatar-edit-canvas"></canvas>
<span class="tgico tgico-cameraadd"></span>
</div>
<div class="input-wrapper">
<div class="input-field">
<input type="text" name="name" class="new-channel-name" autocomplete="xxDDqqOX" required="">
<label for="name">Channel Name</label>
</div>
<div class="input-field">
<input type="text" name="description" class="new-channel-description" autocomplete="aintsofunnow" required="">
<label for="lastName">Description (optional)</label>
</div>
</div>
<div class="caption">You can provide an optional description for your channel.</div>
<button class="btn-primary btn-circle btn-icon rp btn-corner tgico-next"></button>
</div>
</div>
<div class="sidebar-slider-item addmembers-container">
<div class="sidebar-header">
<button class="btn-icon rp tgico-back sidebar-close-button"></button>
<div class="sidebar-header__title">Add Members</div>
</div>
<div class="sidebar-content">
<button class="btn-primary btn-circle btn-icon rp btn-corner tgico-next"></button>
</div>
</div>
<div class="sidebar-slider-item new-group-container">
<div class="sidebar-header">
<button class="btn-icon rp tgico-back sidebar-close-button"></button>
<div class="sidebar-header__title">New Group</div>
</div>
<div class="sidebar-content">
<div class="avatar-edit">
<canvas class="avatar-edit-canvas"></canvas>
<span class="tgico tgico-cameraadd"></span>
</div>
<div class="input-wrapper">
<div class="input-field">
<input type="text" name="name" class="new-group-name" autocomplete="feellikeamonster2112" required="">
<label for="name">Group Name</label>
</div>
</div>
<button class="btn-primary btn-circle btn-icon rp btn-corner tgico-next"></button>
</div>
</div>
<div class="sidebar-slider-item settings-container">
<div class="sidebar-header">
<button class="btn-icon rp tgico-back sidebar-close-button"></button>
<div class="sidebar-header__title">Settings</div>
<div class="btn-icon tgico-more rp btn-menu-toggle">
<div class="btn-menu bottom-left">
<div class="btn-menu-item menu-logout tgico-logout rp">Log Out</div>
</div>
</div>
</div>
<div class="sidebar-content">
<div class="profile-content-wrapper">
<avatar-element class="profile-avatar"></avatar-element>
<div class="profile-name"></div>
<div class="profile-subtitle"></div>
<div class="profile-buttons">
<div class="profile-button menu-edit tgico-edit rp"><p>Edit Profile</p></div>
<div class="profile-button menu-general tgico-settings rp"><p>General Settings</p></div>
<div class="profile-button menu-notifications tgico-unmute rp"><p>Notifications</p></div>
<div class="profile-button menu-privacy tgico-lock rp"><p>Privacy and Security</p></div>
<div class="profile-button menu-language tgico-language rp"><p>Language</p></div>
</div>
</div>
</div>
</div>
<div class="sidebar-slider-item edit-profile-container">
<div class="sidebar-header">
<button class="btn-icon rp tgico-back sidebar-close-button"></button>
<div class="sidebar-header__title">Edit Profile</div>
</div>
<div class="sidebar-content">
<div class="scroll-wrapper">
<div class="avatar-edit">
<canvas class="avatar-edit-canvas"></canvas>
<span class="tgico tgico-cameraadd"></span>
</div>
<div class="input-wrapper">
<div class="input-field">
<input type="text" name="name" class="firstname" autocomplete="xxDDqqOXJXC" required="">
<label for="name">Name</label>
</div>
<div class="input-field">
<input type="text" name="lastname" class="lastname" autocomplete="aintsofunnowzXCFF" required="">
<label for="lastname">Last Name</label>
</div>
<div class="input-field">
<input type="text" name="bio" class="bio" autocomplete="aintsofunnowhHQ" required="">
<label for="bio">Bio (optional)</label>
</div>
</div>
<div class="caption">Any details such as age, occupation or city. Example:<br>23 y.o. designer from San Francisco.</div>
<hr/>
<div class="sidebar-left-h2">Username</div>
<div class="input-wrapper">
<div class="input-field">
<input type="text" name="username" class="username" autocomplete="xxDDqqOXffEER" required="">
<label for="username">Username (optional)</label>
</div>
</div>
<div class="caption">You can choose a username on Telegram. If you do, other people will be able to find you by this username and contact you without knowing your phone number.<br><br>You can use a-z, 0-9 and underscores. Minimum length is 5 characters.<br><br><div class="profile-url-container">This link opens a chat with you:
<br><a class="profile-url" href="#" target="_blank"></a></div>
</div>
</div>
<button class="btn-primary btn-circle btn-icon rp btn-corner tgico-check"></button>
</div>
</div>
</div>
</div>
<div class="chat-container">
<canvas id="chat-background-canvas"></canvas>
<div id="topbar" style="display: none;">
<div class="chat-info">
<div class="person">
<avatar-element id="im-avatar" dialog="1"></avatar-element>
<div class="content">
<div class="top">
<div class="user-title" id="im-title"></div>
</div>
<div class="bottom">
<div class="info" id="im-subtitle"></div>
</div>
</div>
<div class="pinned-message">
<div class="pinned-message-border"></div>
<div class="pinned-message-content">
<div class="pinned-message-title">Pinned Message</div>
<div class="pinned-message-subtitle"></div>
</div>
</div>
</div>
</div>
<div class="pinned-msg"></div>
<div class="btn-icon rp tool-mute chat-mute-button" style="display: none;"></div>
<div class="btn-icon rp tgico-search chat-search-button"></div>
<div class="btn-icon btn-menu-toggle rp tgico-more chat-more-button">
<div class="btn-menu bottom-left">
<div class="btn-menu-item menu-mute rp">Mute</div>
<div class="btn-menu-item menu-delete tgico-delete danger rp">Delete and Leave</div>
</div>
</div>
</div>
<div id="bubbles" class="scrolled-down">
<div id="bubbles-inner"></div>
<div id="bubbles-go-down" class="tgico-down z-depth-1 rp" style="display: none;"></div>
</div>
<div class="btn-menu" id="bubble-contextmenu">
<div class="btn-menu-item menu-reply tgico-reply rp">Reply</div>
<div class="btn-menu-item menu-edit tgico-edit rp">Edit</div>
<div class="btn-menu-item menu-copy tgico-copy rp">Copy</div>
<div class="btn-menu-item menu-pin tgico-pin rp">Pin</div>
<div class="btn-menu-item menu-forward tgico-forward rp">Forward</div>
<div class="btn-menu-item menu-delete tgico-delete danger rp">Delete</div>
</div>
<div class="btn-menu" id="dialogs-contextmenu">
<div class="btn-menu-item menu-archive tgico-unarchive rp"></div>
<div class="btn-menu-item menu-pin tgico-unpin rp"></div>
<div class="btn-menu-item menu-mute tgico-unmute rp"></div>
<div class="btn-menu-item menu-unread tgico-unread rp"></div>
<div class="btn-menu-item menu-delete tgico-delete danger rp"></div>
</div>
<div id="chat-input" style="display: none;">
<!-- <div id="chat-input"> -->
<div class="emoji-dropdown">
<nav class="emoji-tabs menu-horizontal">
<ul>
<li class="emoji-tabs-emoji rp"><span>Emoji</span></li>
<li class="emoji-tabs-stickers rp"><span>Stickers</span></li>
<li class="emoji-tabs-gifs rp"><span>GIFs</span></li>
</ul>
</nav>
<div class="emoji-container">
<div class="tabs-container">
<div class="emoji-padding">
<div id="content-emoji"></div>
<nav class="menu-horizontal">
<ul class="justify-start">
<li class="btn-icon tgico-recent rp"></li>
<li class="active btn-icon tgico-smile rp"></li>
<li class="btn-icon tgico-animals rp"></li>
<li class="btn-icon tgico-eats rp"></li>
<li class="btn-icon tgico-car rp"></li>
<li class="btn-icon tgico-sport rp"></li>
<li class="btn-icon tgico-lamp rp"></li>
<!-- <li class="btn-icon tgico-info rp"></li> -->
<li class="btn-icon tgico-flag rp"></li>
</ul>
</nav>
</div>
<div class="stickers-padding">
<div id="content-stickers"></div>
<div class="menu-wrapper">
<nav class="menu-horizontal">
<ul class="justify-start">
<li class="btn-icon tgico-recent active"></li>
</ul>
</nav>
</div>
</div>
<div class="gifs-padding">
<div id="content-gifs">
<div class="gifs-masonry"></div>
</div>
</div>
</div>
</div>
</div>
<div class="input-message">
<div class="reply-wrapper">
<button class="btn-icon rp tgico-close reply-cancel"></button>
<div class="reply">
<div class="reply-border"></div>
<div class="reply-content">
<div class="reply-title"></div>
<div class="reply-subtitle"></div>
</div>
</div>
</div>
<div class="new-message-wrapper">
<button class="btn-icon rp tgico-smile toggle-emoticons"></button>
<!-- <textarea type="text" id="input-message" placeholder="Message" contenteditable="true"></textarea> -->
<div class="input-message-container">
<div id="input-message" contenteditable="true" data-placeholder="Message"></div>
</div>
<button class="btn-icon rp tgico-attach btn-menu-toggle" id="attach-file">
<div class="btn-menu top-left">
<div class="btn-menu-item menu-media tgico-photo rp">Photo or Video</div>
<div class="btn-menu-item menu-document tgico-document rp">Document</div>
<div class="btn-menu-item menu-poll tgico-poll rp">Poll</div>
</div>
</button>
<div class="record-time"></div>
<input type="file" id="input-file" style="display: none;" multiple />
</div>
</div>
<button class="btn-circle z-depth-1 btn-icon tgico-delete danger" id="btn-record-cancel"></button>
<div class="btn-send-container">
<div class="record-ripple"></div>
<button class="btn-circle z-depth-1 btn-icon tgico-microphone2" id="btn-send"></button>
</div>
</div>
</div>
<div class="sidebar sidebar-right" id="column-right">
<div class="sidebar-content">
<div class="profile-container">
<div class="sidebar-header">
<button class="btn-icon rp tgico-close sidebar-close-button"></button>
<div class="sidebar-header__title">Info</div>
<!-- <button class="btn-icon rp tgico-edit sidebar-edit-button"></button> -->
<div class="btn-icon tgico-more rp"></div>
<!-- <div class="btn-icon tgico-more rp btn-menu-toggle">
<div class="btn-menu bottom-left"> -->
<!-- <div class="btn-menu-item menu-mute rp">Mute</div>
<div class="btn-menu-item menu-delete tgico-delete danger rp">Delete and Leave</div> -->
<!-- </div>
</div> -->
</div>
<div class="profile-content">
<div class="profile-content-wrapper">
<avatar-element class="profile-avatar" dialog="1"></avatar-element>
<div class="profile-name"></div>
<div class="profile-subtitle"></div>
<div class="profile-row profile-row-bio tgico-info">
<p></p>
<p class="profile-row-label">Bio</p>
</div>
<div class="profile-row profile-row-username tgico-username">
<p></p>
<p class="profile-row-label">Username</p>
</div>
<div class="profile-row profile-row-phone tgico-phone">
<p></p>
<p class="profile-row-label">Phone</p>
</div>
<div class="profile-row profile-row-notifications">
<label>
<input type="checkbox" id="profile-notifications" checked="checked">
<span>Notifications</span>
</label>
<p class="profile-row-label">Enabled</p>
</div>
</div>
<div class="content-container">
<nav class="profile-tabs menu-horizontal">
<ul>
<li class="profile-tabs-members rp" style="display: none;"><span>Members</span></li>
<li class="profile-tabs-media rp"><span>Media</span></li>
<li class="profile-tabs-docs rp"><span>Docs</span></li>
<li class="profile-tabs-links rp"><span>Links</span></li>
<li class="profile-tabs-audio rp"><span>Audio</span></li>
</ul>
</nav>
<div class="profile-tabs-content tabs-container">
<div class="content-members-container"><div id="content-members"></div></div>
<div class="content-media-container"><div id="content-media"></div></div>
<div class="content-docs-container"><div id="content-docs"></div></div>
<div class="content-links-container"><div id="content-links"></div></div>
<div class="content-audio-container"><div id="content-audio"></div></div>
</div>
</div>
</div>
</div>
<div class="sidebar-search chats-container" id="search-private-container">
<div class="sidebar-header">
<button class="btn-icon rp tgico-close sidebar-close-button"></button>
<div class="input-search">
<input type="text" placeholder="Search" id="private-search" />
<span class="tgico tgico-search"></span>
</div>
</div>
<div class="chats-container"></div>
</div>
<div class="sidebar-search" id="forward-container">
<div class="sidebar-header">
<button class="btn-icon rp tgico-close sidebar-close-button"></button>
<div class="sidebar-header__title">Forward</div>
</div>
<button class="btn-primary btn-circle btn-icon rp btn-corner tgico-send"></button>
</div>
</div>
</div>
</div>
</html>

View File

@ -1,166 +0,0 @@
<!--
mitm.html is the lite "man in the middle"
This is only meant to signal the opener's messageChannel to
the service worker - when that is done this mitm can be closed
but it's better to keep it alive since this also stops the sw
from restarting
The service worker is capable of intercepting all request and fork their
own "fake" response - wish we are going to craft
when the worker then receives a stream then the worker will tell the opener
to open up a link that will start the download
-->
<script>
// This will prevent the sw from restarting
let keepAlive = () => {
keepAlive = () => {}
var ping = location.href.substr(0, location.href.lastIndexOf('/')) + '/ping'
var interval = setInterval(() => {
if (sw) {
sw.postMessage('ping')
} else {
fetch(ping).then(res => res.text(!res.ok && clearInterval(interval)))
}
}, 10000)
}
// message event is the first thing we need to setup a listner for
// don't want the opener to do a random timeout - instead they can listen for
// the ready event
// but since we need to wait for the Service Worker registration, we store the
// message for later
let messages = []
window.onmessage = evt => messages.push(evt)
let sw = null
let scope = ''
function registerWorker() {
return navigator.serviceWorker.getRegistration('./').then(swReg => {
return swReg || navigator.serviceWorker.register('sw.js', { scope: './' })
}).then(swReg => {
const swRegTmp = swReg.installing || swReg.waiting
scope = swReg.scope
return (sw = swReg.active) || new Promise(resolve => {
swRegTmp.addEventListener('statechange', fn = () => {
if (swRegTmp.state === 'activated') {
swRegTmp.removeEventListener('statechange', fn)
sw = swReg.active
resolve()
}
})
})
})
}
// Now that we have the Service Worker registered we can process messages
function onMessage (event) {
let { data, ports, origin } = event
// It's important to have a messageChannel, don't want to interfere
// with other simultaneous downloads
if (!ports || !ports.length) {
throw new TypeError("[StreamSaver] You didn't send a messageChannel")
}
if (typeof data !== 'object') {
throw new TypeError("[StreamSaver] You didn't send a object")
}
// the default public service worker for StreamSaver is shared among others.
// so all download links needs to be prefixed to avoid any other conflict
data.origin = origin
// if we ever (in some feature versoin of streamsaver) would like to
// redirect back to the page of who initiated a http request
data.referrer = data.referrer || document.referrer || origin
// pass along version for possible backwards compatibility in sw.js
data.streamSaverVersion = new URLSearchParams(location.search).get('version')
if (data.streamSaverVersion === '1.2.0') {
console.warn('[StreamSaver] please update streamsaver')
}
/** @since v2.0.0 */
if (!data.headers) {
console.warn("[StreamSaver] pass `data.headers` that you would like to pass along to the service worker\nit should be a 2D array or a key/val object that fetch's Headers api accepts")
} else {
// test if it's correct
// should thorw a typeError if not
new Headers(data.headers)
}
/** @since v2.0.0 */
if (typeof data.filename === 'string') {
console.warn("[StreamSaver] You shouldn't send `data.filename` anymore. It should be included in the Content-Disposition header option")
// Do what File constructor do with fileNames
data.filename = data.filename.replace(/\//g, ':')
}
/** @since v2.0.0 */
if (data.size) {
console.warn("[StreamSaver] You shouldn't send `data.size` anymore. It should be included in the content-length header option")
}
/** @since v2.0.0 */
if (data.readableStream) {
console.warn("[StreamSaver] You should send the readableStream in the messageChannel, not throught mitm")
}
/** @since v2.0.0 */
if (!data.pathname) {
console.warn("[StreamSaver] Please send `data.pathname` (eg: /pictures/summer.jpg)")
data.pathname = Math.random().toString().slice(-6) + '/' + data.filename
}
// remove all leading slashes
data.pathname = data.pathname.replace(/^\/+/g, '')
// remove protocol
let org = origin.replace(/(^\w+:|^)\/\//, '')
// set the absolute pathname to the download url.
data.url = new URL(`${scope + org}/${data.pathname}`).toString()
if (!data.url.startsWith(`${scope + org}/`)) {
throw new TypeError('[StreamSaver] bad `data.pathname`')
}
// This sends the message data as well as transferring
// messageChannel.port2 to the service worker. The service worker can
// then use the transferred port to reply via postMessage(), which
// will in turn trigger the onmessage handler on messageChannel.port1.
const transferable = data.readableStream
? [ ports[0], data.readableStream ]
: [ ports[0] ]
if (!(data.readableStream || data.transferringReadable)) {
keepAlive()
}
return sw.postMessage(data, transferable)
}
if (window.opener) {
// The opener can't listen to onload event, so we need to help em out!
// (telling them that we are ready to accept postMessage's)
window.opener.postMessage('StreamSaver::loadedPopup', '*')
}
if (navigator.serviceWorker) {
registerWorker().then(() => {
window.onmessage = onMessage
messages.forEach(window.onmessage)
})
} else {
// FF can ping sw with fetch from a secure hidden iframe
// shouldn't really be possible?
keepAlive()
}
</script>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,310 +0,0 @@
importScripts('rlottie-wasm.js');
//importScripts('pako-inflate.min.js');
function RLottieItem(reqId, jsString, width, height, fps) {
this.stringOnWasmHeap = null;
this.handle = null;
this.frameCount = 0;
this.curFrame = 0;
this.interval = 0;
this.reqId = reqId;
this.width = width;
this.height = height;
this.fps = Math.max(1, Math.min(60, fps || 60));
this.dead = false;
this.paused = true;
this.speed = 1;
this.direction = 1;
this.init(jsString, width, height);
this.play();
}
RLottieItem.prototype.mainLoop = function() {
if(this.dead) return;
this.render(this.curFrame++);
if(this.curFrame >= this.frameCount) {
this.curFrame = 0;
}
};
RLottieItem.prototype.mainLoopBackwards = function() {
if(this.dead) return;
this.render(this.curFrame--);
if(this.curFrame < 0) {
this.curFrame = this.frameCount - 1;
}
};
RLottieItem.prototype.init = function(jsString) {
try {
this.handle = RLottieWorker.Api.init();
/* var lengthBytes = lengthBytesUTF8(jsString) + 1;
this.stringOnWasmHeap = _malloc(lengthBytes);
stringToUTF8(jsString, this.stringOnWasmHeap, lengthBytes); */
this.stringOnWasmHeap = allocate(intArrayFromString(jsString), 'i8', 0);
//Module._free(this.stringOnWasmHeap);
/* var data = new Uint8ClampedArray(Module.HEAP8.buffer, this.handle - 4, 28);
console.warn('lottie handle:', this.handle, 'string:', this.stringOnWasmHeap, data);
console.warn('lottie will free:', this.stringOnWasmHeap);
Module._free(this.stringOnWasmHeap); */
/* var buffer = RLottieWorker.Api.buffer(this.handle);
console.warn('buffer after clean:', buffer); */
this.frameCount = RLottieWorker.Api.loadFromData(this.handle, this.stringOnWasmHeap);
console.warn('lottie frameCount:', this.frameCount, this.handle);
RLottieWorker.Api.resize(this.handle, this.width, this.height);
} catch(e) {
console.error('init RLottieItem error:', e);
}
};
RLottieItem.prototype.render = function(frameNo) {
if(this.dead) return;
//return;
try {
RLottieWorker.Api.render(this.handle, frameNo);
//this.dead = true;
//this.pause();
//return;
var bufferPointer = RLottieWorker.Api.buffer(this.handle);
var data = new Uint8ClampedArray(Module.HEAP8.buffer, bufferPointer, this.width * this.height * 4);
var buffer = new Uint8ClampedArray(data);
reply('frame', this.reqId, frameNo, buffer, this.width, this.height);
} catch(e) {
console.error('Render error:', e);
this.dead = true;
this.pause();
}
};
RLottieItem.prototype.setMainLoop = function() {
clearInterval(this.interval);
var frInterval = 1000 / this.fps * this.speed;
if(this.direction == 1) {
this.interval = setInterval(this.mainLoop.bind(this), frInterval);
this.mainLoop();
} else {
this.interval = setInterval(this.mainLoopBackwards.bind(this), frInterval);
this.mainLoopBackwards();
}
};
RLottieItem.prototype.play = function() {
if(this.dead || !this.paused) return;
this.setMainLoop();
this.paused = false;
};
RLottieItem.prototype.pause = function() {
if(this.dead || this.paused) return;
clearInterval(this.interval);
this.paused = true;
};
RLottieItem.prototype.stop = function() {
if(this.dead) return;
this.pause();
this.curFrame = this.direction == 1 ? 0 : this.frameCount;
};
RLottieItem.prototype.restart = function() {
if(this.dead) return;
this.stop();
this.play();
};
RLottieItem.prototype.destroy = function() {
this.dead = true;
this.pause();
//Module._free(this.handle);
console.warn('lottie will destroy:', this.handle);
RLottieWorker.Api.destroy(this.handle);
/* var data = new Uint8ClampedArray(Module.HEAP8.buffer, this.handle - 4, 20);
console.warn('lottie after destroy:', this.reqId, 'string:', data); */
};
var RLottieWorker = (function() {
var worker = {};
worker.Api = {};
//worker.lottieHandle = null;
function initApi() {
/* worker.Api = {
init: Module.cwrap('lottie_init', '', []),
destroy: Module.cwrap('lottie_destroy', '', ['number']),
resize: Module.cwrap('lottie_resize', '', ['number', 'number', 'number']),
buffer: Module.cwrap('lottie_buffer', 'number', ['number']),
frameCount: Module.cwrap('lottie_frame_count', 'number', ['number']),
render: Module.cwrap('lottie_render', '', ['number', 'number']),
loadFromData: Module.cwrap('lottie_load_from_data', 'number', ['number', 'number']),
}; */
worker.Api = {
init: Module.cwrap('lottie_init', '', []),
destroy: Module.cwrap('lottie_destroy', '', ['number']),
resize: Module.cwrap('lottie_resize', '', ['number', 'number', 'number']),
buffer: Module.cwrap('lottie_buffer', 'number', ['number']),
render: Module.cwrap('lottie_render', '', ['number', 'number']),
loadFromData: Module.cwrap('lottie_load_from_data', 'number', ['number', 'number']),
};
}
worker.init = function() {
initApi();
reply('ready');
};
/* worker.loadSticker = function(url, callback) {
getUrlContent(url, function(err, data) {
if (err) {
return console.warn('Can\'t fetch file ' + url, err);
}
try {
var json = pako.inflate(data, {to: 'string'});
var json_parsed = JSON.parse(json);
if (!json_parsed.tgs) {
throw new Error('Invalid file');
}
} catch (e) {
return console.warn('Invalid file ' + url);
}
callback(json, json_parsed.fr);
});
} */
return worker;
}());
Module.onRuntimeInitialized = function() {
RLottieWorker.init();
};
var items = {};
var queryableFunctions = {
/* loadSticker: function(reqId, url, width, height) {
RLottieWorker.loadSticker(url, function(json, fr) {
var frames = RLottieWorker.renderFrames(reqId, json, width, height, fr);
});
}, */
loadFromData: function(reqId, jsString, width, height) {
try {
var json_parsed = jsString;//JSON.parse(jsString);
if(!json_parsed.tgs) {
throw new Error('Invalid file');
}
items[reqId] = new RLottieItem(reqId, JSON.stringify(jsString), width, height, json_parsed.fr);
} catch(e) {}
},
destroy: function(reqId) {
items[reqId].destroy();
delete items[reqId];
},
play: function(reqId) {
items[reqId].play();
},
pause: function(reqId) {
items[reqId].pause();
},
stop: function(reqId) {
items[reqId].stop();
},
restart: function(reqId) {
items[reqId].restart();
},
setSpeed: function(reqId, speed) {
items[reqId].speed = speed;
items[reqId].setMainLoop();
},
setDirection: function(reqId, direction) {
items[reqId].direction = direction;
items[reqId].setMainLoop();
}
/* renderFrames: function(reqId, jsString, width, height) {
try {
var json_parsed = jsString;//JSON.parse(jsString);
if(!json_parsed.tgs) {
throw new Error('Invalid file');
}
RLottieWorker.renderFrames(reqId, JSON.stringify(jsString), width, height, json_parsed.fr);
// reply('result', reqId, width, height, frames);
} catch(e) {}
} */
};
function defaultReply(message) {
// your default PUBLIC function executed only when main page calls the queryableWorker.postMessage() method directly
// do something
}
function reply() {
if(arguments.length < 1) {
throw new TypeError('reply - not enough arguments');
}
var transfer = [], args = Array.prototype.slice.call(arguments, 1);
for(var i = 0; i < args.length; i++) {
if(args[i] instanceof ArrayBuffer) {
transfer.push(args[i]);
}
if(args[i].buffer && args[i].buffer instanceof ArrayBuffer) {
transfer.push(args[i].buffer);
}
}
postMessage({ 'queryMethodListener': arguments[0], 'queryMethodArguments': args }, transfer);
}
onmessage = function(oEvent) {
if(oEvent.data instanceof Object && oEvent.data.hasOwnProperty('queryMethod') && oEvent.data.hasOwnProperty('queryMethodArguments')) {
queryableFunctions[oEvent.data.queryMethod].apply(self, oEvent.data.queryMethodArguments);
} else {
defaultReply(oEvent.data);
}
};
/* function getUrlContent(path, callback) {
try {
var xhr = new XMLHttpRequest();
xhr.open('GET', path, true);
if ('responseType' in xhr) {
xhr.responseType = 'arraybuffer';
}
if (xhr.overrideMimeType) {
xhr.overrideMimeType('text/plain; charset=x-user-defined');
}
xhr.onreadystatechange = function (event) {
if (xhr.readyState === 4) {
if (xhr.status === 200 || xhr.status === 0) {
callback(null, xhr.response || xhr.responseText);
} else {
callback(new Error('Ajax error: ' + this.status + ' ' + this.statusText));
}
}
};
xhr.send();
} catch (e) {
callback(new Error(e));
}
}; */

View File

@ -1,128 +0,0 @@
/* global self ReadableStream Response */
self.addEventListener('install', () => {
self.skipWaiting()
})
self.addEventListener('activate', event => {
event.waitUntil(self.clients.claim())
})
const map = new Map()
// This should be called once per download
// Each event has a dataChannel that the data will be piped through
self.onmessage = event => {
// We send a heartbeat every x secound to keep the
// service worker alive if a transferable stream is not sent
if (event.data === 'ping') {
return
}
const data = event.data
const downloadUrl = data.url || self.registration.scope + Math.random() + '/' + (typeof data === 'string' ? data : data.filename)
const port = event.ports[0]
const metadata = new Array(3) // [stream, data, port]
metadata[1] = data
metadata[2] = port
// Note to self:
// old streamsaver v1.2.0 might still use `readableStream`...
// but v2.0.0 will always transfer the stream throught MessageChannel #94
if (event.data.readableStream) {
metadata[0] = event.data.readableStream
} else if (event.data.transferringReadable) {
port.onmessage = evt => {
port.onmessage = null
metadata[0] = evt.data.readableStream
}
} else {
metadata[0] = createStream(port)
}
map.set(downloadUrl, metadata)
port.postMessage({ download: downloadUrl })
}
function createStream (port) {
// ReadableStream is only supported by chrome 52
return new ReadableStream({
start (controller) {
// When we receive data on the messageChannel, we write
port.onmessage = ({ data }) => {
if (data === 'end') {
return controller.close()
}
if (data === 'abort') {
controller.error('Aborted the download')
return
}
controller.enqueue(data)
}
},
cancel () {
console.log('user aborted')
}
})
}
self.onfetch = event => {
const url = event.request.url
// this only works for Firefox
if (url.endsWith('/ping')) {
return event.respondWith(new Response('pong'))
}
const hijacke = map.get(url)
if (!hijacke) return null
const [ stream, data, port ] = hijacke
map.delete(url)
// Not comfortable letting any user control all headers
// so we only copy over the length & disposition
const responseHeaders = new Headers({
'Content-Type': 'application/octet-stream; charset=utf-8',
// To be on the safe side, The link can be opened in a iframe.
// but octet-stream should stop it.
'Content-Security-Policy': "default-src 'none'",
'X-Content-Security-Policy': "default-src 'none'",
'X-WebKit-CSP': "default-src 'none'",
'X-XSS-Protection': '1; mode=block'
})
let headers = new Headers(data.headers || {})
if (headers.has('Content-Length')) {
responseHeaders.set('Content-Length', headers.get('Content-Length'))
}
if (headers.has('Content-Disposition')) {
responseHeaders.set('Content-Disposition', headers.get('Content-Disposition'))
}
// data, data.filename and size should not be used anymore
if (data.size) {
console.warn('Depricated')
responseHeaders.set('Content-Length', data.size)
}
let fileName = typeof data === 'string' ? data : data.filename
if (fileName) {
console.warn('Depricated')
// Make filename RFC5987 compatible
fileName = encodeURIComponent(fileName).replace(/['()]/g, escape).replace(/\*/g, '%2A')
responseHeaders.set('Content-Disposition', "attachment; filename*=UTF-8''" + fileName)
}
event.respondWith(new Response(stream, { headers: responseHeaders }))
port.postMessage({ debug: 'Download started' })
}

124
package-lock.json generated
View File

@ -2962,12 +2962,79 @@
"@types/yargs": "^13.0.0"
}
},
"@peculiar/asn1-schema": {
"version": "2.0.13",
"resolved": "https://registry.npmjs.org/@peculiar/asn1-schema/-/asn1-schema-2.0.13.tgz",
"integrity": "sha512-WnLUmXs1/oCFkrkA62s+JlTCl3JUt5w1CYtdBIfD4o1guIKHYhXfh4qlCc+qReaURGt2p/NtMgLpdfRwFV0H2Q==",
"dev": true,
"requires": {
"@types/asn1js": "^0.0.1",
"asn1js": "^2.0.26",
"pvtsutils": "^1.0.11",
"tslib": "^2.0.1"
},
"dependencies": {
"tslib": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz",
"integrity": "sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==",
"dev": true
}
}
},
"@peculiar/json-schema": {
"version": "1.1.12",
"resolved": "https://registry.npmjs.org/@peculiar/json-schema/-/json-schema-1.1.12.tgz",
"integrity": "sha512-coUfuoMeIB7B8/NMekxaDzLhaYmp0HZNPEjYRm9goRou8UZIC3z21s0sL9AWoCw4EG876QyO3kYrc61WNF9B/w==",
"dev": true,
"requires": {
"tslib": "^2.0.0"
},
"dependencies": {
"tslib": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz",
"integrity": "sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==",
"dev": true
}
}
},
"@peculiar/webcrypto": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@peculiar/webcrypto/-/webcrypto-1.1.3.tgz",
"integrity": "sha512-M1mipPJkWzIf92w3T1Vx5ir3kV9c0oWCcLkeh4vNa/3XDEtQ7xxj5NRKyq67NuVNKLH2/0JD1crlLJyqfYbfBA==",
"dev": true,
"requires": {
"@peculiar/asn1-schema": "^2.0.13",
"@peculiar/json-schema": "^1.1.12",
"pvtsutils": "^1.0.11",
"tslib": "^2.0.1",
"webcrypto-core": "^1.1.6"
},
"dependencies": {
"tslib": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz",
"integrity": "sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==",
"dev": true
}
}
},
"@types/aes-js": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/@types/aes-js/-/aes-js-3.1.1.tgz",
"integrity": "sha512-SDSGgXT3LRCH6qMWk8OHT1vLSVNuHNvCpKCx2/TYtQMbMGGgxJC9fspwSkQjqzRagrWnCrxuLL3jMNXLXHHvSw==",
"dev": true
},
"@types/asn1js": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/@types/asn1js/-/asn1js-0.0.1.tgz",
"integrity": "sha1-74uflwjLFjKhw6nNJ3F8qr55O8I=",
"dev": true,
"requires": {
"@types/pvutils": "*"
}
},
"@types/babel__core": {
"version": "7.1.3",
"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.3.tgz",
@ -3098,6 +3165,21 @@
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.4.tgz",
"integrity": "sha512-k3NqigXWRzQZVBDS5D1U70A5E8Qk4Kh+Ha/x4M8Bt9pF0X05eggfnC9+63Usc9Q928hRUIpIhTQaXsZwZBl4Ew=="
},
"@types/puppeteer": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@types/puppeteer/-/puppeteer-3.0.1.tgz",
"integrity": "sha512-t03eNKCvWJXhQ8wkc5C6GYuSqMEdKLOX0GLMGtks25YZr38wKZlKTwGM/BoAPVtdysX7Bb9tdwrDS1+NrW3RRA==",
"dev": true,
"requires": {
"@types/node": "*"
}
},
"@types/pvutils": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/@types/pvutils/-/pvutils-0.0.2.tgz",
"integrity": "sha512-CgQAm7pjyeF3Gnv78ty4RBVIfluB+Td+2DR8iPaU0prF18pkzptHHP+DoKPfpsJYknKsVZyVsJEu5AuGgAqQ5w==",
"dev": true
},
"@types/q": {
"version": "1.5.4",
"resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.4.tgz",
@ -3614,6 +3696,15 @@
}
}
},
"asn1js": {
"version": "2.0.26",
"resolved": "https://registry.npmjs.org/asn1js/-/asn1js-2.0.26.tgz",
"integrity": "sha512-yG89F0j9B4B0MKIcFyWWxnpZPLaNTjCj4tkE3fjbAoo0qmpGw0PYYqSbX/4ebnd9Icn8ZgK4K1fvDyEtW1JYtQ==",
"dev": true,
"requires": {
"pvutils": "^1.0.17"
}
},
"assert": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz",
@ -15138,6 +15229,18 @@
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
"integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
},
"pvtsutils": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/pvtsutils/-/pvtsutils-1.0.11.tgz",
"integrity": "sha512-k040UEiUms7Ey8fwRvCBvlqcuOxK9IMBnnmIijk0jkAs+gdZQkayenRQ1a2Z574i2HyFVyJ+zwomZc5QEjzewg==",
"dev": true
},
"pvutils": {
"version": "1.0.17",
"resolved": "https://registry.npmjs.org/pvutils/-/pvutils-1.0.17.tgz",
"integrity": "sha512-wLHYUQxWaXVQvKnwIDWFVKDJku9XDCvyhhxoq8dc5MFdIlRenyPI9eSfEtcvgHgD7FlvCyGAlWgOzRnZD99GZQ==",
"dev": true
},
"q": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
@ -17769,6 +17872,27 @@
"integrity": "sha512-dlNpL2aab3g8CKfGz6rl8FNmGaRWLLn2g/DtSc9IjB30mEdE6XxzPfPSig5BwGSzI+oLxHyETrQGKjrVVhbLCg==",
"dev": true
},
"webcrypto-core": {
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/webcrypto-core/-/webcrypto-core-1.1.6.tgz",
"integrity": "sha512-v74QssvJYBfQ5b5yZHgivEfZrZCE8ybJVvpWO0wGSU7jdiYdhAnUYmXOvzLkQCWH4DcGe7weEwV//6Z60dy8AA==",
"dev": true,
"requires": {
"@peculiar/asn1-schema": "^2.0.12",
"@peculiar/json-schema": "^1.1.12",
"asn1js": "^2.0.26",
"pvtsutils": "^1.0.11",
"tslib": "^2.0.1"
},
"dependencies": {
"tslib": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz",
"integrity": "sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==",
"dev": true
}
}
},
"webidl-conversions": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz",

View File

@ -25,9 +25,11 @@
"@cryptography/aes": "^0.1.1",
"@cryptography/sha1": "^0.1.0",
"@cryptography/sha256": "^0.2.0",
"@peculiar/webcrypto": "^1.1.3",
"@types/aes-js": "^3.1.1",
"@types/chrome": "0.0.91",
"@types/jest": "^24.9.1",
"@types/puppeteer": "^3.0.1",
"aes-js": "^3.1.2",
"autoprefixer": "^9.8.0",
"babel-jest": "^24.9.0",

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -1,2 +0,0 @@
TELEGRAM_API_ID=1025907
TELEGRAM_API_HASH=452b0359b988148995f22ff0f4229750

8
public3/.gitignore vendored
View File

@ -1,8 +0,0 @@
node_modules
coverage
__pycache__
dist
.DS_Store
stats.json
certs
src/rlottie.github.io

3
public3/.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "src/opus-recorder"]
path = src/opus-recorder
url = https://github.com/morethanwords/opus-recorder.git

View File

@ -1 +0,0 @@
# tweb

View File

@ -1,7 +0,0 @@
module.exports = {
presets: [
['@babel/preset-env', {targets: {node: 'current'}}],
'@babel/preset-typescript',
]/* ,
plugins: ["@babel/plugin-syntax-dynamic-import"] */
};

View File

@ -1,10 +0,0 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"typescript.tsdk": "node_modules/typescript/lib"
}
}

View File

@ -1,195 +0,0 @@
// For a detailed explanation regarding each configuration property, visit:
// https://jestjs.io/docs/en/configuration.html
module.exports = {
// All imported modules in your tests should be mocked automatically
//automock: false,
// Stop running tests after `n` failures
// bail: 0,
// Respect "browser" field in package.json when resolving modules
// browser: false,
// The directory where Jest should store its cached dependency information
// cacheDirectory: "/private/var/folders/2j/s40wkj715_14hqf2hpdpf2_h0000gn/T/jest_dx",
// Automatically clear mock calls and instances between every test
clearMocks: true,
// Indicates whether the coverage information should be collected while executing the test
// collectCoverage: false,
// An array of glob patterns indicating a set of files for which coverage information should be collected
// collectCoverageFrom: null,
// The directory where Jest should output its coverage files
coverageDirectory: "coverage",
// An array of regexp pattern strings used to skip coverage collection
// coveragePathIgnorePatterns: [
// "/node_modules/"
// ],
// A list of reporter names that Jest uses when writing coverage reports
// coverageReporters: [
// "json",
// "text",
// "lcov",
// "clover"
// ],
// An object that configures minimum threshold enforcement for coverage results
// coverageThreshold: null,
// A path to a custom dependency extractor
// dependencyExtractor: null,
// Make calling deprecated APIs throw helpful error messages
// errorOnDeprecated: false,
// Force coverage collection from ignored files using an array of glob patterns
// forceCoverageMatch: [],
// A path to a module which exports an async function that is triggered once before all test suites
// globalSetup: null,
// A path to a module which exports an async function that is triggered once after all test suites
// globalTeardown: null,
// A set of global variables that need to be available in all test environments
globals: {
window: {},
this: {},
globalThis: {},
Config: {
Modes: {}
}
},
// The maximum amount of workers used to run your tests. Can be specified as % or a number. E.g. maxWorkers: 10% will use 10% of your CPU amount + 1 as the maximum worker number. maxWorkers: 2 will use a maximum of 2 workers.
// maxWorkers: "50%",
// An array of directory names to be searched recursively up from the requiring module's location
moduleDirectories: [
"node_modules"
],
// An array of file extensions your modules use
// moduleFileExtensions: [
// "js",
// "json",
// "jsx",
// "ts",
// "tsx",
// "node"
// ],
// A map from regular expressions to module names that allow to stub out resources with a single module
// moduleNameMapper: {},
// An array of regexp pattern strings, matched against all module paths before considered 'visible' to the module loader
// modulePathIgnorePatterns: [],
// Activates notifications for test results
// notify: false,
// An enum that specifies notification mode. Requires { notify: true }
// notifyMode: "failure-change",
// A preset that is used as a base for Jest's configuration
// preset: null,
// Run tests from one or more projects
// projects: null,
// Use this configuration option to add custom reporters to Jest
// reporters: undefined,
// Automatically reset mock state between every test
// resetMocks: false,
// Reset the module registry before running each individual test
// resetModules: false,
// A path to a custom resolver
// resolver: null,
// Automatically restore mock state between every test
// restoreMocks: false,
// The root directory that Jest should scan for tests and modules within
// rootDir: null,
// A list of paths to directories that Jest should use to search for files in
roots: [
'<rootDir>/src/tests',
],
// Allows you to use a custom runner instead of Jest's default test runner
// runner: "jest-runner",
// The paths to modules that run some code to configure or set up the testing environment before each test
// setupFiles: [],
// A list of paths to modules that run some code to configure or set up the testing framework before each test
// setupFilesAfterEnv: [],
// A list of paths to snapshot serializer modules Jest should use for snapshot testing
// snapshotSerializers: [],
// The test environment that will be used for testing
testEnvironment: "node",
// Options that will be passed to the testEnvironment
// testEnvironmentOptions: {},
// Adds a location field to test results
// testLocationInResults: false,
// The glob patterns Jest uses to detect test files
// testMatch: [
// "**/__tests__/**/*.[jt]s?(x)",
// "**/?(*.)+(spec|test).[tj]s?(x)"
// ],
// An array of regexp pattern strings that are matched against all test paths, matched tests are skipped
// testPathIgnorePatterns: [
// "/node_modules/"
// ],
// The regexp pattern or array of patterns that Jest uses to detect test files
// testRegex: [],
// This option allows the use of a custom results processor
// testResultsProcessor: null,
// This option allows use of a custom test runner
// testRunner: "jasmine2",
// This option sets the URL for the jsdom environment. It is reflected in properties such as location.href
// testURL: "http://localhost",
// Setting this value to "fake" allows the use of fake timers for functions such as "setTimeout"
// timers: "real",
// A map from regular expressions to paths to transformers
// transform: null,
// An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation
// transformIgnorePatterns: [
// "/node_modules/"
// ],
// An array of regexp pattern strings that are matched against all modules before the module loader will automatically return a mock for them
// unmockedModulePathPatterns: undefined,
// Indicates whether each individual test should be reported during the run
// verbose: null,
// An array of regexp patterns that are matched against all source file paths before re-running tests in watch mode
// watchPathIgnorePatterns: [],
// Whether to use watchman for file crawling
// watchman: true,
};

18337
public3/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,76 +0,0 @@
{
"name": "tweb",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config webpack.dev.js",
"start-production": "webpack-dev-server --config webpack.prod.js",
"serve": "npm run build; node server.js",
"build": "webpack --config webpack.prod.js",
"test": "jest --config=jest.config.js",
"profile": "webpack --profile --json > stats.json --config webpack.prod.js",
"profile-dev": "webpack --profile --json > stats.json --config webpack.dev.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"jsbn": "^1.1.0",
"webpack-dev-server": "^3.11.0"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@babel/preset-typescript": "^7.10.1",
"@cryptography/aes": "^0.1.1",
"@cryptography/sha1": "^0.1.0",
"@cryptography/sha256": "^0.2.0",
"@types/aes-js": "^3.1.1",
"@types/chrome": "0.0.91",
"@types/jest": "^24.9.1",
"aes-js": "^3.1.2",
"autoprefixer": "^9.8.0",
"babel-jest": "^24.9.0",
"compression": "^1.7.4",
"compression-webpack-plugin": "^3.1.0",
"css-loader": "^3.5.3",
"express": "^4.17.1",
"fastdom": "^1.0.9",
"file-loader": "^4.3.0",
"handlebars": "^4.7.6",
"handlebars-loader": "^1.7.1",
"html-webpack-plugin": "^3.2.0",
"ifdef-loader": "^2.1.5",
"install": "^0.13.0",
"jest": "^24.9.0",
"leemon": "^6.2.0",
"lottie-web": "^5.6.10",
"media-query-plugin": "^1.3.1",
"mini-css-extract-plugin": "^0.9.0",
"mp4box": "^0.3.20",
"node-sass": "^4.14.1",
"npm": "^6.14.5",
"on-build-webpack": "^0.1.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"pako": "^1.0.11",
"postcss": "^7.0.32",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"qr-code-styling": "^1.0.1",
"resolve-url-loader": "^3.1.1",
"sass-loader": "^8.0.2",
"streamsaver": "^2.0.4",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^3.0.2",
"ts-jest": "^24.3.0",
"ts-loader": "^6.2.2",
"typescript": "^3.9.3",
"url-loader": "^2.3.0",
"web-streams-polyfill": "^2.1.1",
"webp-hero": "0.0.0-dev.24",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-merge": "^4.2.2",
"worker-loader": "^2.0.0"
}
}

View File

@ -1,8 +0,0 @@
module.exports = {
parser: 'sugarss',
plugins: {
'postcss-import': {},
'postcss-preset-env': {},
'cssnano': {}
}
}

File diff suppressed because one or more lines are too long

View File

@ -1,122 +0,0 @@
<?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">
<metadata>Generated by IcoMoon</metadata>
<defs>
<font id="icomoon" horiz-adv-x="1024">
<font-face units-per-em="1024" ascent="960" descent="-64" />
<missing-glyph horiz-adv-x="1024" />
<glyph unicode="&#x20;" horiz-adv-x="512" d="" />
<glyph unicode="&#xe900;" glyph-name="check" d="M429.452 283.67l352.606 402.978c12.74 14.56 34.872 16.036 49.432 3.295 13.104-11.466 15.61-30.54 6.692-44.854l-3.397-4.578-377.263-431.158c-12.010-13.726-32.215-15.731-46.582-5.549l-4.553 3.846-161.684 161.684c-13.681 13.681-13.681 35.861 0 49.542 12.313 12.313 31.51 13.544 45.2 3.694l4.342-3.694 135.207-135.207z" />
<glyph unicode="&#xe901;" glyph-name="checks" d="M267.767 283.67l352.606 402.978c12.74 14.56 34.872 16.036 49.432 3.295 13.104-11.466 15.61-30.54 6.692-44.854l-3.397-4.578-377.263-431.158c-12.010-13.726-32.215-15.731-46.582-5.549l-4.553 3.846-161.684 161.684c-13.681 13.681-13.681 35.861 0 49.542 12.313 12.313 31.51 13.544 45.2 3.694l4.342-3.694 135.207-135.207zM537.241 283.67l352.606 402.978c12.74 14.56 34.872 16.036 49.432 3.295 13.104-11.466 15.61-30.54 6.692-44.854l-3.397-4.578-377.263-431.158c-12.010-13.726-32.215-15.731-46.582-5.549l-4.553 3.846-53.895 53.895c-13.681 13.681-13.681 35.861 0 49.542 12.313 12.313 31.51 13.544 45.2 3.694l4.342-3.694 27.417-27.417z" />
<glyph unicode="&#xe902;" glyph-name="activesessions" d="M170.667 874.667h597.333c91.4 0 166.019-71.849 170.458-162.149l0.209-8.518v-85.333c0-23.564-19.103-42.667-42.667-42.667-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976v85.333c0 44.986-34.811 81.842-78.965 85.099l-6.369 0.234h-597.333c-44.986 0-81.842-34.811-85.099-78.965l-0.234-6.369v-341.333c0-44.986 34.811-81.842 78.965-85.099l6.369-0.234h426.667c23.564 0 42.667-19.103 42.667-42.667 0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-85.333v-85.333h85.333c21.881 0 39.915-16.471 42.38-37.691l0.287-4.976c0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-256c-23.564 0-42.667 19.103-42.667 42.667 0 21.881 16.471 39.915 37.691 42.38l4.976 0.287h85.333v85.333h-256c-91.4 0-166.019 71.849-170.458 162.149l-0.209 8.518v341.333c0 91.4 71.849 166.019 162.149 170.458l8.518 0.209zM938.667 490.667c47.128 0 85.333-38.205 85.333-85.333v-298.667c0-47.128-38.205-85.333-85.333-85.333h-128c-47.128 0-85.333 38.205-85.333 85.333v298.667c0 47.128 38.205 85.333 85.333 85.333h128zM938.667 405.333h-128v-298.667h128v298.667z" />
<glyph unicode="&#xe903;" glyph-name="add" d="M507.024 789.046l4.976 0.287c21.881 0 39.915-16.471 42.38-37.691l0.287-4.976v-256h256c21.881 0 39.915-16.471 42.38-37.691l0.287-4.976c0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-256v-256c0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287c-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976v256h-256c-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976c0 21.881 16.471 39.915 37.691 42.38l4.976 0.287h256v256c0 21.881 16.471 39.915 37.691 42.38v0z" />
<glyph unicode="&#xe904;" glyph-name="addmember_filled" d="M384 405.333c141.778 0 245.462-35.572 308.155-109.651 21.423-25.314 33.178-57.402 33.178-90.564v-55.786c0-47.128-38.205-85.333-85.333-85.333h-512c-47.128 0-85.333 38.205-85.333 85.333v55.786c0 33.162 11.756 65.25 33.179 90.564 62.693 74.079 166.377 109.65 308.155 109.65zM805.691 661.046l4.976 0.287c21.881 0 39.915-16.471 42.38-37.691l0.287-4.976v-85.333h85.333c21.881 0 39.915-16.471 42.38-37.691l0.287-4.976c0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-85.333v-85.333c0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287c-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976v85.333h-85.333c-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976c0 21.881 16.471 39.915 37.691 42.38l4.976 0.287h85.333v85.333c0 21.881 16.471 39.915 37.691 42.38v0zM384 832c94.257 0 170.667-76.41 170.667-170.667s-76.41-170.667-170.667-170.667c-94.257 0-170.667 76.41-170.667 170.667s76.41 170.667 170.667 170.667z" />
<glyph unicode="&#xe905;" glyph-name="adduser" d="M384 405.333c141.778 0 245.462-35.572 308.155-109.651 21.423-25.314 33.178-57.402 33.178-90.564v-34.452c0-58.91-47.756-106.667-106.667-106.667h-469.333c-58.91 0-106.667 47.756-106.667 106.667v34.452c0 33.162 11.756 65.25 33.179 90.564 62.693 74.079 166.377 109.65 308.155 109.65zM384 320c-118.985 0-199.024-27.459-243.017-79.443-8.383-9.905-12.983-22.462-12.983-35.438v-34.452c0-11.782 9.551-21.333 21.333-21.333h469.333c11.782 0 21.333 9.551 21.333 21.333v34.452c0 12.976-4.6 25.533-12.983 35.438-43.993 51.984-124.033 79.443-243.017 79.443zM805.691 661.046l4.976 0.287c21.881 0 39.915-16.471 42.38-37.691l0.287-4.976v-85.333h85.333c21.881 0 39.915-16.471 42.38-37.691l0.287-4.976c0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-85.333v-85.333c0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287c-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976v85.333h-85.333c-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976c0 21.881 16.471 39.915 37.691 42.38l4.976 0.287h85.333v85.333c0 21.881 16.471 39.915 37.691 42.38v0zM384 832c94.257 0 170.667-76.41 170.667-170.667s-76.41-170.667-170.667-170.667c-94.257 0-170.667 76.41-170.667 170.667s76.41 170.667 170.667 170.667zM384 746.667c-47.128 0-85.333-38.205-85.333-85.333s38.205-85.333 85.333-85.333c47.128 0 85.333 38.205 85.333 85.333s-38.205 85.333-85.333 85.333z" />
<glyph unicode="&#xe906;" glyph-name="admin" d="M512.239 938.667c16.136 0 28.168-2.465 51.412-9.18l47.256-16.287 47.087-16.644c49.569-17.663 104.683-37.693 148.222-53.908l43.063-16.255c63.073-24.566 89.387-56.573 89.387-121.782v-348.951l-0.233-17.057c-4.188-147.321-66.782-208.095-342.576-364.502l-31.551-17.794c-16.838-9.217-35.485-14.972-52.068-14.972s-35.231 5.755-52.666 15.306l-60.882 34.944-42.742 25.118c-217.318 129.436-266.908 189.449-270.408 322.582l-0.207 16.376v348.951c0 62.416 24.82 95.549 81.356 118.649l31.438 11.945 50.040 18.344 214.085 76.391c19.883 5.925 33.697 8.728 49.987 8.728zM512.028 192c-88.816 0-160.487-12.737-215.108-37.49 40.034-27.548 92.38-59.144 160.59-98.405l43.634-24.946c3.143-1.72 6.294-2.993 8.441-3.736l2.653-0.755 2.628 0.741 5.157 2.071c0.962 0.443 1.947 0.932 2.916 1.462l29.292 16.504c75.824 42.914 133.019 76.962 176.006 106.581-54.767 25.067-126.802 37.975-216.211 37.975zM512.239 853.333c-4.804 0-10.274-0.915-17.595-2.835l-5.856-1.63-232.828-83.297-56.445-21.034-9.304-3.835c-16.276-7.329-19.157-13.355-19.505-31.34v-360.007l0.344-12.405c2.193-49.695 14.501-85.623 54.505-125.457 2.779 2.92 6.075 5.46 9.802 7.524 70.807 39.222 163.076 58.315 276.671 58.315 113.6 0 205.871-19.094 276.679-58.319 3.902-2.161 7.332-4.844 10.252-7.913 43.972 44.414 54.375 84.863 54.375 144.557v348.951c0 23.34-1.807 28.455-24.028 37.849l-10.828 4.353-47.336 17.839-76.084 27.905c-35.59 12.912-72.025 25.955-103.212 36.932l-53.573 18.548-10.307 2.819c-7.258 1.839-11.561 2.477-15.726 2.477zM512 704c94.257 0 170.667-76.41 170.667-170.667s-76.41-170.667-170.667-170.667c-94.257 0-170.667 76.41-170.667 170.667s76.41 170.667 170.667 170.667zM512 618.667c-47.128 0-85.333-38.205-85.333-85.333s38.205-85.333 85.333-85.333c47.128 0 85.333 38.205 85.333 85.333s-38.205 85.333-85.333 85.333z" />
<glyph unicode="&#xe907;" glyph-name="animals" d="M810.667 896c96.926 0 164.419-163.817 129.5-358.876 11.143-29.875 21.422-62.488 28.921-93.111l17.135 3.247c23.156 4.369 45.469-10.861 49.838-34.016 4.057-21.502-8.785-42.277-29.18-48.633l-4.836-1.205-20.804-3.897-0.104-7.182c-0.977-25.593-5.56-50.677-13.28-74.973l26.278-0.021c23.564 0 42.674-19.103 42.674-42.667 0-21.881-16.479-39.915-37.699-42.38l-4.976-0.287-67.99 0.006c-83.817-125.018-250.784-213.339-414.143-213.339s-330.326 88.321-414.143 213.339l-67.99-0.006c-23.564 0-42.674 19.103-42.674 42.667 0 21.881 16.479 39.915 37.699 42.38l4.976 0.287 26.278 0.021c-8.44 26.562-13.131 54.065-13.459 82.145l-20.729 3.907c-23.156 4.369-38.385 26.682-34.016 49.838 4.057 21.502 23.586 36.169 44.895 34.657l4.943-0.64 17.139-3.254c7.503 30.622 17.787 63.242 28.94 93.141-32.379 186.39 46.978 358.852 129.477 358.852 17.359 0 27.61-5.319 45.009-20.338l11.411-10.211 51.843-49.515 12.435-11.368c12.482-11.132 23.107-19.632 31.821-25.401l7.366-4.473 3.826-1.892c54.637 12.584 84.519 16.532 134.955 16.532 45.654 0 74.534-3.24 122.293-13.773l11.715-2.653 1.909 0.839 5.066 2.763c8.029 4.77 17.949 12.241 29.744 22.339l7.302 6.373c5.802 5.155 11.951 10.813 18.875 17.343l45.302 43.032 11.433 10.149c17.439 14.935 27.735 20.254 45.028 20.254zM816.059 806.432l-4.469-3.992-40.247-38.243-18.035-16.832-14.697-13.036c-45.014-38.925-75.751-55.542-108.247-45.254-50.417 11.689-74.298 14.926-118.364 14.926-43.553 0-67.306-3.156-116.584-14.535-34.799-10.775-65.671 5.831-109.757 44.008l-15.176 13.507-14.468 13.503-42.491 40.739c-9.797-11.374-19.612-26.886-27.946-45.412-25.153-55.917-32.966-128.078-15.739-214.28l2.445-12.233-8.611-22.36c-9.343-25.196-18.16-53.218-24.69-78.823l124.928-23.52c23.156-4.369 38.385-26.682 34.016-49.838-4.057-21.502-23.586-36.169-44.895-34.657l-4.943 0.64-119.052 22.448c2.376-22.395 8.77-44.477 18.546-65.818l108.417-0.036c23.564 0 42.667-19.103 42.667-42.667 0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287-48.002 0.021c74.363-75.424 190.446-128.021 304.002-128.021s229.64 52.597 304.002 128.021l-48.002-0.021c-23.564 0-42.667 19.103-42.667 42.667 0 21.881 16.471 39.915 37.691 42.38l4.976 0.287 108.417 0.036c9.775 21.341 16.17 43.423 18.546 65.818l-119.052-22.448c-23.156-4.369-45.469 10.861-49.838 34.016-4.057 21.502 8.785 42.277 29.18 48.633l4.836 1.205 124.936 23.516c-6.533 25.627-15.354 53.67-24.698 78.864l-8.612 22.355 2.446 12.236c17.778 88.944 12.869 162.612-8.444 215.911-8.869 22.18-19.758 37.825-27.087 46.171l-2.571 2.786zM493.627 362.667h39.707l4.538-0.233 4.744-0.779 4.565-1.297 4.54-1.851 2.361-1.215 1.938-1.143 3.074-2.131 4.163-3.588c1.719-1.727 3.209-3.458 4.528-5.255l1.857-2.753c0.853-1.378 1.629-2.808 2.324-4.285l1.611-3.95 1.529-5.451 0.746-5.050 0.149-3.686-0.252-4.708-1.167-6.243-0.771-2.541-18.533-55.598 1.134-3.375c3.276-7.571 10.813-12.868 19.588-12.868 11.782 0 21.333 9.551 21.333 21.333 0 23.564 19.103 42.667 42.667 42.667s42.667-19.103 42.667-42.667c0-58.91-47.756-106.667-106.667-106.667-24.032 0-46.207 7.947-64.041 21.357-17.788-13.422-39.946-21.357-63.959-21.357-58.91 0-106.667 47.756-106.667 106.667 0 23.564 19.103 42.667 42.667 42.667s42.667-19.103 42.667-42.667c0-11.782 9.551-21.333 21.333-21.333 8.774 0 16.311 5.297 19.588 12.868l1.134 3.375-17.597 52.79c-7.824 23.473 4.861 48.844 28.334 56.668l4.767 1.266 3.304 0.606 6.096 0.427zM661.333 533.333c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64s28.654 64 64 64zM362.667 533.333c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64s28.654 64 64 64zM649.223 772.177l-3.214 0.729-1.561-0.614 1.78 0.168 1.633-0.071 1.363-0.212z" />
<glyph unicode="&#xe908;" glyph-name="archive" d="M320 917.333h384c50.361 0 97.967-22.229 130.279-60.418l6.255-7.849 64-85.333c19.941-26.588 31.636-58.35 33.776-91.357l0.358-11.043v-469.333c0-94.257-76.41-170.667-170.667-170.667h-512c-94.257 0-170.667 76.41-170.667 170.667v469.333c0 33.234 9.701 65.662 27.794 93.351l6.34 9.049 64 85.333c30.217 40.289 76.563 65.036 126.502 67.972l10.032 0.295zM768 661.333h-512c-47.128 0-85.333-38.205-85.333-85.333v-384c0-47.128 38.205-85.333 85.333-85.333h512c47.128 0 85.333 38.205 85.333 85.333v384c0 47.128-38.205 85.333-85.333 85.333zM353.83 478.17c15.381 15.381 39.583 16.564 56.32 3.549l4.020-3.549 97.83-97.83 97.83 97.83c16.662 16.662 43.677 16.662 60.34 0 15.381-15.381 16.564-39.583 3.549-56.32l-3.549-4.020-128-128c-15.381-15.381-39.583-16.564-56.32-3.549l-4.020 3.549-128 128c-16.662 16.662-16.662 43.677 0 60.34zM704 832h-384c-24.418 0-47.54-10.451-63.65-28.495l-4.617-5.638-43.503-57.975c15.158 4.411 31.188 6.775 47.769 6.775h512c16.566 0 32.581-2.36 47.727-6.763l-43.46 57.963c-14.651 19.534-36.885 31.761-60.986 33.823l-7.281 0.311z" />
<glyph unicode="&#xe909;" glyph-name="attach" d="M497.401 589.342l-160.596-163.813c-57.774-58.931-57.773-153.256 0.002-212.186 54.925-56.023 143.615-58.882 201.973-7.943l7.659 7.175 280.991 286.603c88.906 90.684 88.906 235.835 0 326.519-84.812 86.507-222.148 90.314-311.561 10.427l-10.923-10.427-280.232-285.835c-120.038-122.438-120.038-318.415 0-440.853 114.978-117.276 301.591-121.763 422.020-12.095l12.555 12.098 160.597 163.812c16.496 16.827 16.229 43.84-0.598 60.337s-43.84 16.229-60.337-0.598l-163.664-166.879c-86.351-84.658-224.981-83.286-309.64 3.065-87.505 89.255-87.505 232.119 0 321.373l282.198 287.801c55.399 54.313 144.337 53.433 198.65-1.966 56.374-57.501 56.374-149.539 0-207.039l-281.1-286.702c-24.445-23.966-63.69-23.577-87.656 0.868-25.243 25.747-25.243 66.96-0.001 92.708l160.596 163.813c16.496 16.827 16.228 43.84-0.598 60.337s-43.84 16.228-60.337-0.598z" />
<glyph unicode="&#xe90a;" glyph-name="avatar_archivedchats" d="M411.469 675.556h201.062c25.242 0 48.73-12.547 62.788-33.293l2.254-3.533 32.21-53.683c6.287-10.479 9.938-22.301 10.672-34.454l0.138-4.571v-249.724c0-41.892-33.96-75.852-75.852-75.852h-265.481c-41.892 0-75.852 33.96-75.852 75.852v249.724c0 12.22 2.952 24.236 8.576 35.035l2.234 3.991 32.21 53.683c12.987 21.645 35.83 35.33 60.853 36.711l4.189 0.115zM644.741 561.778h-265.481c-20.946 0-37.926-16.98-37.926-37.926v-227.556c0-20.946 16.98-37.926 37.926-37.926h265.481c20.946 0 37.926 16.98 37.926 37.926v227.556c0 20.946-16.98 37.926-37.926 37.926zM441.702 442.446c6.836 6.836 17.592 7.362 25.031 1.578l1.786-1.578 43.48-43.48 43.48 43.48c7.405 7.405 19.412 7.405 26.818 0 6.836-6.836 7.362-17.592 1.578-25.031l-1.578-1.786-56.889-56.889c-6.836-6.836-17.592-7.362-25.031-1.578l-1.786 1.578-56.889 56.889c-7.405 7.405-7.405 19.412 0 26.818zM612.531 637.63h-201.062c-12.297 0-23.762-5.956-30.844-15.857l-1.677-2.556-12.348-20.564c4.117 0.692 8.346 1.052 12.66 1.052h265.481c4.313 0 8.543-0.36 12.66-1.052l-12.348 20.564c-6.327 10.545-17.332 17.312-29.466 18.29l-3.055 0.123z" />
<glyph unicode="&#xe90b;" glyph-name="avatar_deletedaccount" d="M512 694.519c104.73 0 189.63-84.9 189.63-189.63v-265.481c0-16.894-20.426-25.355-32.372-13.409l-43.48 43.48-43.48-43.48c-7.405-7.405-19.412-7.405-26.818 0l-43.48 43.48-43.48-43.48c-7.405-7.405-19.412-7.405-26.818 0l-43.48 43.48-43.48-43.48c-11.946-11.946-32.372-3.485-32.372 13.409v265.481c0 104.73 84.9 189.63 189.63 189.63zM512 656.593c-83.784 0-151.704-67.92-151.704-151.704v-219.701l24.517 24.517c7.405 7.405 19.412 7.405 26.818 0l43.48-43.48 43.48 43.48c7.405 7.405 19.412 7.405 26.818 0l43.48-43.48 43.48 43.48c7.405 7.405 19.412 7.405 26.818 0l24.517-24.517v219.701c0 83.784-67.92 151.704-151.704 151.704zM436.148 542.815c20.946 0 37.926-16.98 37.926-37.926s-16.98-37.926-37.926-37.926c-20.946 0-37.926 16.98-37.926 37.926s16.98 37.926 37.926 37.926zM587.852 542.815c20.946 0 37.926-16.98 37.926-37.926s-16.98-37.926-37.926-37.926c-20.946 0-37.926 16.98-37.926 37.926s16.98 37.926 37.926 37.926z" />
<glyph unicode="&#xe90c;" glyph-name="avatar_savedmessages" d="M350.543 222.831c-12.639-7.022-28.172 2.118-28.172 16.577v360.296c0 41.892 33.96 75.852 75.852 75.852h227.556c41.892 0 75.852-33.96 75.852-75.852v-360.296c0-14.459-15.533-23.599-28.172-16.577l-161.457 89.699-161.457-89.699zM663.704 599.704c0 20.946-16.98 37.926-37.926 37.926h-227.556c-20.946 0-37.926-16.98-37.926-37.926v-328.068l142.494 79.164c5.727 3.182 12.691 3.182 18.418 0l142.494-79.164v328.068z" />
<glyph unicode="&#xe90d;" glyph-name="back" d="M183.163 478.17l298.667 298.667c16.662 16.662 43.677 16.662 60.34 0 15.381-15.381 16.564-39.583 3.549-56.32l-3.549-4.020-225.839-225.83h494.336c21.881 0 39.915-16.471 42.38-37.691l0.287-4.976c0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-494.336l225.839-225.83c15.381-15.381 16.564-39.583 3.549-56.32l-3.549-4.020c-15.381-15.381-39.583-16.564-56.32-3.549l-4.020 3.549-298.667 298.667c-15.381 15.381-16.564 39.583-3.549 56.32l3.549 4.020z" />
<glyph unicode="&#xe90e;" glyph-name="bots" d="M512 917.333c21.881 0 39.915-16.471 42.38-37.691l0.287-4.976v-42.667h21.333c138.172 0 250.776-109.465 255.823-246.403l0.177-9.597v-85.333h21.333l7.521-0.217c64.703-3.749 116.513-55.559 120.262-120.262l0.217-7.521v-128l-0.287-4.976c-2.465-21.22-20.499-37.691-42.38-37.691s-39.915 16.471-42.38 37.691l-0.287 4.976v128l-0.287 4.976c-2.275 19.587-17.816 35.129-37.404 37.404l-4.976 0.287h-21.333v-213.333c0-91.4-71.849-166.019-162.149-170.458l-8.518-0.209h-298.667c-91.4 0-166.019 71.849-170.458 162.149l-0.209 8.518v213.333h-21.333c-21.881 0-39.915-16.471-42.38-37.691l-0.287-4.976v-128c0-23.564-19.103-42.667-42.667-42.667-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976v128c0 68.168 53.287 123.89 120.479 127.783l7.521 0.217h21.333v85.333c0 138.172 109.465 250.776 246.403 255.823l9.597 0.177h21.333v42.667c0 23.564 19.103 42.667 42.667 42.667zM711.521 405.551l-7.521-0.217h-384c-14.959 0-29.319 2.566-42.667 7.282v-220.615c0-44.986 34.811-81.842 78.965-85.099l6.369-0.234h298.667c44.986 0 81.842 34.811 85.099 78.965l0.234 6.369 0.038 220.63c-11.104-3.929-22.912-6.369-35.184-7.080zM576 746.667h-128c-91.4 0-166.019-71.849-170.458-162.149l-0.209-8.518v-42.667c0-21.881 16.471-39.915 37.691-42.38l4.976-0.287h384c21.881 0 39.915 16.471 42.38 37.691l0.287 4.976v42.667c0 91.4-71.849 166.019-162.149 170.458l-8.518 0.209zM405.333 640c23.564 0 42.667-19.103 42.667-42.667s-19.103-42.667-42.667-42.667c-23.564 0-42.667 19.103-42.667 42.667s19.103 42.667 42.667 42.667zM618.667 640c23.564 0 42.667-19.103 42.667-42.667s-19.103-42.667-42.667-42.667c-23.564 0-42.667 19.103-42.667 42.667s19.103 42.667 42.667 42.667z" />
<glyph unicode="&#xe90f;" glyph-name="calendar" d="M725.333 917.333c21.881 0 39.915-16.471 42.38-37.691l0.287-4.976v-42.667h42.667c68.168 0 123.89-53.287 127.783-120.479l0.217-7.521v-512c0-68.168-53.287-123.89-120.479-127.783l-7.521-0.217h-597.333c-68.168 0-123.89 53.287-127.783 120.479l-0.217 7.521v512c0 68.168 53.287 123.89 120.479 127.783l7.521 0.217h42.667v42.667c0 23.564 19.103 42.667 42.667 42.667 21.881 0 39.915-16.471 42.38-37.691l0.287-4.976v-42.667h341.333v42.667c0 23.564 19.103 42.667 42.667 42.667zM853.333 490.667h-682.667v-298.667c0-21.881 16.471-39.915 37.691-42.38l4.976-0.287h597.333c21.881 0 39.915 16.471 42.38 37.691l0.287 4.976v298.667zM810.667 746.667h-597.333c-21.881 0-39.915-16.471-42.38-37.691l-0.287-4.976v-128h682.667v128c0 21.881-16.471 39.915-37.691 42.38l-4.976 0.287z" />
<glyph unicode="&#xe910;" glyph-name="camera" d="M622.327 874.667c22.632 0 44.337-8.99 60.34-24.994l60.34-60.34h67.66c70.692 0 128-57.308 128-128v-469.333c0-70.692-57.308-128-128-128h-597.333c-70.692 0-128 57.308-128 128v469.333c0 70.692 57.308 128 128 128h67.66l60.34 60.34c16.003 16.003 37.708 24.994 60.34 24.994h220.654zM622.327 789.333h-220.654l-60.34-60.34c-16.003-16.003-37.708-24.994-60.34-24.994h-67.66c-23.564 0-42.667-19.103-42.667-42.667v-469.333c0-23.564 19.103-42.667 42.667-42.667h597.333c23.564 0 42.667 19.103 42.667 42.667v469.333c0 23.564-19.103 42.667-42.667 42.667h-67.66c-22.632 0-44.337 8.99-60.34 24.994l-60.34 60.34zM512 661.333c117.821 0 213.333-95.513 213.333-213.333s-95.513-213.333-213.333-213.333c-117.821 0-213.333 95.513-213.333 213.333s95.513 213.333 213.333 213.333zM512 576c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128s-57.308 128-128 128z" />
<glyph unicode="&#xe911;" glyph-name="cameraadd" d="M848.357 277.046l4.976 0.287c21.881 0 39.915-16.471 42.38-37.691l0.287-4.976v-85.333h85.333c21.881 0 39.915-16.471 42.38-37.691l0.287-4.976c0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-85.333v-85.333c0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287c-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976v85.333h-85.333c-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976c0 21.881 16.471 39.915 37.691 42.38l4.976 0.287h85.333v85.333c0 21.881 16.471 39.915 37.691 42.38v0zM359.006 874.667h220.654c20.117 0 39.502-7.104 54.801-19.922l5.539-5.072 60.34-60.34h67.66c68.168 0 123.89-53.287 127.783-120.479l0.217-7.521v-213.333c0-23.564-19.103-42.667-42.667-42.667-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976v213.333c0 21.881-16.471 39.915-37.691 42.38l-4.976 0.287h-67.66c-20.117 0-39.502 7.104-54.801 19.922l-5.539 5.072-60.34 60.34h-220.654l-60.34-60.34c-14.225-14.225-32.955-22.909-52.837-24.663l-7.503-0.33h-67.66c-21.881 0-39.915-16.471-42.38-37.691l-0.287-4.976v-469.333c0-21.881 16.471-39.915 37.691-42.38l4.976-0.287h384c23.564 0 42.667-19.103 42.667-42.667 0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-384c-68.168 0-123.89 53.287-127.783 120.479l-0.217 7.521v469.333c0 68.168 53.287 123.89 120.479 127.783l7.521 0.217h67.66l60.34 60.34c14.225 14.225 32.955 22.909 52.837 24.663l7.503 0.33zM469.333 661.333c117.821 0 213.333-95.513 213.333-213.333s-95.513-213.333-213.333-213.333c-117.821 0-213.333 95.513-213.333 213.333s95.513 213.333 213.333 213.333zM469.333 576c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128s-57.308 128-128 128z" />
<glyph unicode="&#xe912;" glyph-name="car" d="M981.333 106.667c0-70.692-57.308-128-128-128s-128 57.308-128 128h-426.667c0-70.692-57.308-128-128-128-68.168 0-123.89 53.287-127.783 120.479l-0.217 7.521v299.298c0 32.477 5.297 64.736 15.682 95.507l75.86 224.771c29.566 87.604 104.073 152.458 194.916 169.665 75.184 14.241 135.961 21.425 182.875 21.425s107.691-7.185 182.874-21.425c90.844-17.206 165.35-82.060 194.917-169.664l75.86-224.772c10.385-30.771 15.682-63.031 15.682-95.507v-299.298zM127.995 129.502l0.005-22.835c0-23.564 19.103-42.667 42.667-42.667 21.881 0 39.915 16.471 42.38 37.691l0.287 4.976c-31.088 0-60.235 8.312-85.338 22.835zM810.667 106.667c0-23.564 19.103-42.667 42.667-42.667s42.667 19.103 42.667 42.667l0.047 22.86c-25.113-14.538-54.275-22.86-85.381-22.86zM884.798 474.184l-9.377 27.721c-14.717-7.389-30.81-11.914-47.416-13.217l-10.018-0.392h-611.974c-20.132 0-39.775 4.743-57.435 13.609l-9.377-27.721c-7.418-21.98-11.202-45.022-11.202-68.219v-128.631c0-47.128 38.205-85.333 85.333-85.333h597.333c47.128 0 85.333 38.205 85.333 85.333v128.631c0 23.198-3.784 46.24-11.202 68.219v0zM277.333 405.333c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64s28.654 64 64 64zM746.667 405.333c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64s28.654 64 64 64zM512 832c-40.757 0-96.603-6.602-166.994-19.935-60.562-11.471-110.233-54.707-129.944-113.11l-38.36-113.664c6.592-6.232 14.971-10.175 23.899-11.317l5.412-0.344 311.489 0.005c17.587 62.897 75.322 109.032 143.832 109.032s126.245-46.135 143.832-109.032l12.822-0.005c9.43 0 18.538 3.122 25.943 8.793l3.302 2.964-38.294 113.569c-19.711 58.403-69.382 101.639-129.945 113.11-70.391 13.333-126.236 19.934-166.993 19.934zM661.333 597.333c-20.052 0-37.95-9.222-49.685-23.656h99.37c-11.735 14.434-29.633 23.656-49.685 23.656z" />
<glyph unicode="&#xe913;" glyph-name="channel" d="M789.333 888.385c58.91 0 106.667-47.756 106.667-106.667v-667.437c0-24.74-8.6-48.711-24.327-67.809-37.45-45.475-104.673-51.98-150.148-14.53l-209.525 172.581v-76.524c0-68.168-53.287-123.89-120.479-127.783l-7.521-0.217c-68.168 0-123.89 53.287-127.783 120.479l-0.217 7.521-0.008 110.936c-97.372 19.769-170.659 105.858-170.659 209.064 0 117.821 95.513 213.333 213.333 213.333h176.693l246.165 202.724c19.098 15.728 43.069 24.327 67.809 24.327zM341.333 234.689v-106.689c0-23.564 19.103-42.667 42.667-42.667 21.881 0 39.915 16.471 42.38 37.691l0.287 4.976v106.689h-85.333zM789.333 803.052c-4.948 0-9.742-1.72-13.562-4.865l-246.165-202.724c-15.278-12.582-34.455-19.462-54.247-19.462h-176.693c-70.692 0-128-57.308-128-128s57.308-128 128-128h176.693c19.792 0 38.969-6.88 54.247-19.462l246.165-202.724c9.095-7.49 22.54-6.189 30.030 2.906 3.146 3.82 4.865 8.614 4.865 13.562v667.437c0 11.782-9.551 21.333-21.333 21.333z" />
<glyph unicode="&#xe914;" glyph-name="channelviews" d="M512 717.474c217.604 0 404.211-215.579 404.211-269.474s-186.607-269.474-404.211-269.474c-217.604 0-404.211 215.579-404.211 269.474s186.607 269.474 404.211 269.474zM512 636.632c-104.178 0-188.632-84.453-188.632-188.632s84.453-188.632 188.632-188.632c104.178 0 188.632 84.453 188.632 188.632s-84.453 188.632-188.632 188.632zM512 542.316c52.089 0 94.316-42.227 94.316-94.316s-42.227-94.316-94.316-94.316c-52.089 0-94.316 42.227-94.316 94.316s42.227 94.316 94.316 94.316z" />
<glyph unicode="&#xe915;" glyph-name="chatsplaceholder" d="M938.667 661.333c21.881 0 39.915-16.471 42.38-37.691l0.287-4.976v-629.699c0-25.921-21.013-46.933-46.933-46.933-10.669 0-20.964 3.633-29.23 10.214l-3.957 3.533-150.886 150.886h-408.993c-23.564 0-42.667 19.103-42.667 42.667 0 21.881 16.471 39.915 37.691 42.38l4.976 0.287h341.335c114.72 0 208.291 90.552 213.136 204.079l0.197 9.254v213.333l0.285 4.976c2.465 21.22 20.499 37.691 42.38 37.691zM682.667 917.333c70.692 0 128-57.308 128-128v-384c0-70.692-57.308-128-128-128h-408.994l-150.886-150.886c-18.329-18.329-48.045-18.329-66.374 0-8.802 8.802-13.746 20.739-13.746 33.187v629.699c0 70.692 57.308 128 128 128h512z" />
<glyph unicode="&#xe916;" glyph-name="check1" d="M200.837 435.503c-16.662 16.662-43.677 16.662-60.34 0s-16.662-43.677 0-60.34l213.333-213.333c16.662-16.662 43.677-16.662 60.34 0l469.333 469.333c16.662 16.662 16.662 43.677 0 60.34s-43.677 16.662-60.34 0l-439.163-439.163-183.163 183.163z" />
<glyph unicode="&#xe917;" glyph-name="checkbox" d="M768 832c70.692 0 128-57.308 128-128v-512c0-70.692-57.308-128-128-128h-512c-70.692 0-128 57.308-128 128v512c0 70.692 57.308 128 128 128h512zM768 746.667h-512c-23.564 0-42.667-19.103-42.667-42.667v-512c0-23.564 19.103-42.667 42.667-42.667h512c23.564 0 42.667 19.103 42.667 42.667v512c0 23.564-19.103 42.667-42.667 42.667zM448 380.34l225.83 225.83c16.662 16.662 43.677 16.662 60.34 0 15.381-15.381 16.564-39.583 3.549-56.32l-3.549-4.020-256-256c-15.381-15.381-39.583-16.564-56.32-3.549l-4.020 3.549-106.667 106.667c-16.662 16.662-16.662 43.677 0 60.34 15.381 15.381 39.583 16.564 56.32 3.549l4.020-3.549 76.497-76.497z" />
<glyph unicode="&#xe918;" glyph-name="checkboxblock" d="M768 832c70.692 0 128-57.308 128-128v-512c0-70.692-57.308-128-128-128h-512c-70.692 0-128 57.308-128 128v512c0 70.692 57.308 128 128 128h512zM682.667 490.667h-341.333c-23.564 0-42.667-19.103-42.667-42.667s19.103-42.667 42.667-42.667h341.333c23.564 0 42.667 19.103 42.667 42.667s-19.103 42.667-42.667 42.667z" />
<glyph unicode="&#xe919;" glyph-name="checkboxempty" d="M256 832h512c70.692 0 128-57.308 128-128v-512c0-70.692-57.308-128-128-128h-512c-70.692 0-128 57.308-128 128v512c0 70.692 57.308 128 128 128zM256 746.667c-23.564 0-42.667-19.103-42.667-42.667v-512c0-23.564 19.103-42.667 42.667-42.667h512c23.564 0 42.667 19.103 42.667 42.667v512c0 23.564-19.103 42.667-42.667 42.667h-512z" />
<glyph unicode="&#xe91a;" glyph-name="checkboxon" d="M768 832c70.692 0 128-57.308 128-128v-512c0-70.692-57.308-128-128-128h-512c-70.692 0-128 57.308-128 128v512c0 70.692 57.308 128 128 128h512zM737.83 648.837l-311.163-311.163-140.497 140.497c-16.662 16.662-43.677 16.662-60.34 0s-16.662-43.677 0-60.34l170.667-170.667c16.662-16.662 43.677-16.662 60.34 0l341.333 341.333c16.662 16.662 16.662 43.677 0 60.34s-43.677 16.662-60.34 0z" />
<glyph unicode="&#xe91b;" glyph-name="close" d="M222.281 730.15l3.549 4.020c15.381 15.381 39.583 16.564 56.32 3.549l4.020-3.549 225.83-225.797 225.83 225.797c16.662 16.662 43.677 16.662 60.34 0s16.662-43.677 0-60.34l-225.797-225.83 225.797-225.83c15.381-15.381 16.564-39.583 3.549-56.32l-3.549-4.020c-15.381-15.381-39.583-16.564-56.32-3.549l-4.020 3.549-225.83 225.797-225.83-225.797c-16.662-16.662-43.677-16.662-60.34 0s-16.662 43.677 0 60.34l225.797 225.83-225.797 225.83c-15.381 15.381-16.564 39.583-3.549 56.32v0z" />
<glyph unicode="&#xe91c;" glyph-name="clouddownload" d="M512 789.333c160.012 0 289.808-130.736 300.137-295.265l0.151-3.402h28.245c99.052 0 178.66-81.343 183.257-182.73l0.21-9.27c0-102.545-76.695-186.904-174.517-191.778l-8.95-0.222h-115.2c-23.564 0-42.667 19.103-42.667 42.667 0 21.881 16.471 39.915 37.691 42.38l4.976 0.287h115.2c53.766 0 98.133 47.057 98.133 106.667 0 57.126-40.747 102.723-91.464 106.424l-6.669 0.243h-70.4c-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976v24.889c0 128.303-96.933 231.111-215.467 231.111-96.368 0-180.408-68.536-207.079-167.543-4.561-16.933-18.935-29.168-36.004-31.253l-5.194-0.315h-33.323c-79.579 0-145.067-69.457-145.067-156.444 0-84.088 61.195-151.795 137.158-156.215l7.909-0.23h68.267c23.564 0 42.667-19.103 42.667-42.667 0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-68.267c-127.866 0-230.4 108.748-230.4 241.778 0 129.863 97.709 236.586 221.311 241.594l11.436 0.212 0.198 0.493c43.791 114.561 147.684 193.819 268.067 198.382l10.988 0.208zM512 533.333c21.881 0 39.915-16.471 42.38-37.691l0.287-4.976v-238.251l55.163 55.087c15.381 15.381 39.583 16.564 56.32 3.549l4.020-3.549c15.381-15.381 16.564-39.583 3.549-56.32l-3.549-4.020-128-128c-15.381-15.381-39.583-16.564-56.32-3.549l-4.020 3.549-128 128c-16.662 16.662-16.662 43.677 0 60.34 15.381 15.381 39.583 16.564 56.32 3.549l4.020-3.549 55.163-55.087v238.251c0 23.564 19.103 42.667 42.667 42.667z" />
<glyph unicode="&#xe91d;" glyph-name="colorize" d="M822.912 836.985l5.428-4.985 67.66-67.66c31.571-31.571 33.232-81.725 4.985-115.252l-4.985-5.428-153.003-152.96 33.839-33.864c16.662-16.662 16.662-43.677 0-60.34-15.381-15.381-39.583-16.564-56.32-3.549l-4.020 3.549-33.83 33.83-353.83-353.83c-6.668-6.668-15.316-10.901-24.562-12.127l-5.608-0.37h-128c-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976v128c0 9.43 3.122 18.538 8.793 25.943l3.704 4.227 353.797 353.864-33.797 33.797c-16.662 16.662-16.662 43.677 0 60.34 15.381 15.381 39.583 16.564 56.32 3.549l4.020-3.549 33.83-33.806 152.994 152.969c31.571 31.571 81.725 33.232 115.252 4.985zM554.667 558.293l-341.333-341.291v-67.627h67.627l341.333 341.291-67.627 67.627zM768 771.66l-153.003-152.96 67.669-67.669 152.994 152.969-67.66 67.66z" />
<glyph unicode="&#xe91e;" glyph-name="copy" d="M768 746.667c70.692 0 128-57.308 128-128v-512c0-70.692-57.308-128-128-128h-384c-70.692 0-128 57.308-128 128v512c0 70.692 57.308 128 128 128h384zM768 661.333h-384c-23.564 0-42.667-19.103-42.667-42.667v-512c0-23.564 19.103-42.667 42.667-42.667h384c23.564 0 42.667 19.103 42.667 42.667v512c0 23.564-19.103 42.667-42.667 42.667zM213.333 917.333h426.667c23.564 0 42.667-19.103 42.667-42.667 0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-426.667c-21.881 0-39.915-16.471-42.38-37.691l-0.287-4.976v-512c0-23.564-19.103-42.667-42.667-42.667-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976v512c0 68.168 53.287 123.89 120.479 127.783l7.521 0.217z" />
<glyph unicode="&#xe91f;" glyph-name="data" d="M512 853.333c205.279 0 376.865-73.236 383.783-184.967l0.217-7.033v-426.667c0-115.681-174.444-192-384-192-205.279 0-376.865 73.236-383.783 184.967l-0.217 7.033v426.667c0 115.681 174.444 192 384 192zM810.667 234.667l0.011 89.097c-70.821-42.883-179.026-67.764-298.678-67.764-119.628 0-227.814 24.871-298.636 67.739l-0.031-89.072c0-49.268 131.196-106.667 298.667-106.667 163.284 0 292.084 54.564 298.422 102.957l0.245 3.709zM512 469.333c-119.628 0-227.814 24.871-298.636 67.739l-0.031-89.072c0-49.268 131.196-106.667 298.667-106.667 163.284 0 292.084 54.564 298.422 102.957l0.245 3.709 0.011 89.097c-70.821-42.883-179.026-67.764-298.678-67.764zM512 768c-167.47 0-298.667-57.398-298.667-106.667s131.196-106.667 298.667-106.667c167.47 0 298.667 57.398 298.667 106.667s-131.196 106.667-298.667 106.667z" />
<glyph unicode="&#xe920;" glyph-name="delete" d="M768 682.667c23.564 0 42.667-19.103 42.667-42.667v-448c0-70.692-57.308-128-128-128h-341.333c-70.692 0-128 57.308-128 128v448c0 23.564 19.103 42.667 42.667 42.667h512zM725.333 597.333h-426.667v-405.333c0-23.564 19.103-42.667 42.667-42.667h341.333c23.564 0 42.667 19.103 42.667 42.667v405.333zM426.667 874.667h170.667c9.43 0 18.538-3.122 25.943-8.793l4.227-3.704 30.203-30.17h152.96c21.881 0 39.915-16.471 42.38-37.691l0.287-4.976c0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-597.333c-23.564 0-42.667 19.103-42.667 42.667 0 21.881 16.471 39.915 37.691 42.38l4.976 0.287h152.917l30.246 30.17c6.668 6.668 15.316 10.901 24.562 12.127l5.608 0.37z" />
<glyph unicode="&#xe921;" glyph-name="delete_filled" d="M768 682.667c23.564 0 42.667-19.103 42.667-42.667v-448c0-70.692-57.308-128-128-128h-341.333c-70.692 0-128 57.308-128 128v448c0 23.564 19.103 42.667 42.667 42.667h512zM426.667 874.667h170.667c9.43 0 18.538-3.122 25.943-8.793l4.227-3.704 30.203-30.17h152.96c21.881 0 39.915-16.471 42.38-37.691l0.287-4.976c0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-597.333c-23.564 0-42.667 19.103-42.667 42.667 0 21.881 16.471 39.915 37.691 42.38l4.976 0.287h152.917l30.246 30.17c6.668 6.668 15.316 10.901 24.562 12.127l5.608 0.37z" />
<glyph unicode="&#xe922;" glyph-name="deleteleft" d="M896 832h-592.704c-44.133 0-85.153-22.735-108.544-60.16l-160-256c-25.942-41.507-25.942-94.173 0-135.68l160-256c23.391-37.425 64.411-60.16 108.544-60.16h592.704c70.692 0 128 57.308 128 128v512c0 70.692-57.308 128-128 128zM896 746.667c23.564 0 42.667-19.103 42.667-42.667v-512c0-23.564-19.103-42.667-42.667-42.667h-592.704c-14.711 0-28.384 7.578-36.181 20.053l-160 256c-8.647 13.836-8.647 31.391 0 45.227l160 256c7.797 12.475 21.47 20.053 36.181 20.053h592.704zM414.080 631.253c-16.613-16.613-16.613-43.547 0-60.16l123.093-123.093-123.093-123.093c-16.613-16.613-16.613-43.547 0-60.16s43.547-16.613 60.16 0l123.093 123.093 123.093-123.093c16.613-16.613 43.547-16.613 60.16 0s16.613 43.547 0 60.16l-123.093 123.093 123.093 123.093c16.613 16.613 16.613 43.547 0 60.16s-43.547 16.613-60.16 0l-123.093-123.093-123.093 123.093c-16.613 16.613-43.547 16.613-60.16 0z" />
<glyph unicode="&#xe923;" glyph-name="deleteuser" d="M384 405.333c141.778 0 245.462-35.572 308.155-109.651 21.423-25.314 33.178-57.402 33.178-90.564v-34.452c0-58.91-47.756-106.667-106.667-106.667h-469.333c-58.91 0-106.667 47.756-106.667 106.667v34.452c0 33.162 11.756 65.25 33.179 90.564 62.693 74.079 166.377 109.65 308.155 109.65zM384 320c-118.985 0-199.024-27.459-243.017-79.443-8.383-9.905-12.983-22.462-12.983-35.438v-34.452c0-11.782 9.551-21.333 21.333-21.333h469.333c11.782 0 21.333 9.551 21.333 21.333v34.452c0 12.976-4.6 25.533-12.983 35.438-43.993 51.984-124.033 79.443-243.017 79.443zM682.667 533.333h256c23.564 0 42.667-19.103 42.667-42.667 0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-256c-23.564 0-42.667 19.103-42.667 42.667 0 21.881 16.471 39.915 37.691 42.38l4.976 0.287zM384 832c94.257 0 170.667-76.41 170.667-170.667s-76.41-170.667-170.667-170.667c-94.257 0-170.667 76.41-170.667 170.667s76.41 170.667 170.667 170.667zM384 746.667c-47.128 0-85.333-38.205-85.333-85.333s38.205-85.333 85.333-85.333c47.128 0 85.333 38.205 85.333 85.333s-38.205 85.333-85.333 85.333z" />
<glyph unicode="&#xe924;" glyph-name="document" d="M519.32 874.667c33.948 0 66.505-13.486 90.51-37.49l291.346-291.346c24.005-24.005 37.49-56.562 37.49-90.51v-305.987c0-70.692-57.308-128-128-128h-597.333c-70.692 0-128 57.308-128 128v597.333c0 70.692 57.308 128 128 128h305.987zM469.333 789.333h-256c-23.564 0-42.667-19.103-42.667-42.667v-597.333c0-23.564 19.103-42.667 42.667-42.667h597.333c23.564 0 42.667 19.103 42.667 42.667v256h-256c-68.168 0-123.89 53.287-127.783 120.479l-0.217 7.521v256zM835.669 490.667l-281.003 281.003v-238.336c0-21.881 16.471-39.915 37.691-42.38l4.976-0.287h238.336z" />
<glyph unicode="&#xe925;" glyph-name="down" d="M512 337.673l268.497 268.497c16.662 16.662 43.677 16.662 60.34 0s16.662-43.677 0-60.34l-298.667-298.667c-16.662-16.662-43.677-16.662-60.34 0l-298.667 298.667c-16.662 16.662-16.662 43.677 0 60.34s43.677 16.662 60.34 0l268.497-268.497z" />
<glyph unicode="&#xe926;" glyph-name="download" d="M213.333 149.333h597.333c23.564 0 42.667-19.103 42.667-42.667 0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-597.333c-23.564 0-42.667 19.103-42.667 42.667 0 21.881 16.471 39.915 37.691 42.38l4.976 0.287zM507.024 831.713l4.976 0.287c21.881 0 39.915-16.471 42.38-37.691l0.287-4.976v-408.96l140.497 140.463c15.381 15.381 39.583 16.564 56.32 3.549l4.020-3.549c15.381-15.381 16.564-39.583 3.549-56.32l-3.549-4.020-213.333-213.333c-15.381-15.381-39.583-16.564-56.32-3.549l-4.020 3.549-213.333 213.333c-16.662 16.662-16.662 43.677 0 60.34 15.381 15.381 39.583 16.564 56.32 3.549l4.020-3.549 140.497-140.463v408.96c0 21.881 16.471 39.915 37.691 42.38v0z" />
<glyph unicode="&#xe927;" glyph-name="eats" d="M348.832 898.806c13.342 19.423 39.904 24.352 59.327 11.010 33.446-22.975 65.138-54.661 95.307-94.881 9.357-12.475 17.47-24.268 24.308-35.483 7.542 12.426 17.444 25.949 29.639 40.582 40.837 49.004 97.726 77.455 170.669 85.352-8.832-48.625-25.923-89.734-51.272-123.327l6.436 0.856c60.564 6.345 112.536-4.854 154.549-38.978l16.384-14.111c220.707-196.277 126.127-654.254-158.018-748.969l-4.259-1.178c-43.991-9.751-73.079-7.852-109.154 3.681l-25.15 8.694c-17.645 5.903-28.787 7.947-45.597 7.947-16.795 0-27.935-2.046-45.572-7.953l-25.186-8.717c-36.082-11.546-65.192-13.438-109.182-3.643l-4.219 1.17c-289.524 96.508-379.735 565.602-138.175 758.645 77.415 51.61 141.326 55.739 229.838 31.19l13.32-3.816c-24.135 31.66-48.532 55.808-72.982 72.604-19.423 13.342-24.352 39.904-11.010 59.327zM239.987 670.683c-184.684-147.747-111.593-531.199 112.777-608.175 26.131-5.621 40.407-4.914 61.688 1.837l8.345 2.814 18.109 6.328c25.088 8.293 44.156 11.847 71.093 11.847 26.94 0 46.002-3.548 71.090-11.831l26.426-9.121c18.636-5.906 31.906-7.191 52.451-3.67l9.287 1.804 9.742 3.575c212.168 82.926 284.334 447.443 116.911 599.538l-13.711 11.806c-23.708 18.694-53.002 24.706-92.061 20.614-19.268-2.019-38.538-6-66.596-13.353l-51.84-13.807-14.982-3.716c-17.745-4.186-27.429-5.456-39.45-5.757l-11.772-0.049c-17.461 0.26-28.883 2.268-56.363 10.474l-44.697 13.83c-72.092 21.465-113.983 19.808-166.449-14.986z" />
<glyph unicode="&#xe928;" glyph-name="edit" d="M328.837 76.497c-8.002-8.002-18.854-12.497-30.17-12.497h-128c-23.564 0-42.667 19.103-42.667 42.667v128c0 11.316 4.495 22.168 12.497 30.17l567.163 567.163c31.571 31.571 81.725 33.232 115.252 4.985l5.428-4.985 67.66-67.66c31.571-31.571 33.232-81.725 4.985-115.252l-4.985-5.428-567.163-567.163zM213.333 216.994v-67.66h67.66l426.667 426.667-67.66 67.66-426.667-426.667zM768 771.66l-67.669-67.627 67.669-67.669 67.66 67.636-67.66 67.66z" />
<glyph unicode="&#xe929;" glyph-name="eye1" d="M512.159 725.333c249.485 0 426.508-211.597 426.508-277.333s-176.070-277.333-426.508-277.333c-248.531 0-426.826 211.597-426.826 277.333s179.565 277.333 426.826 277.333zM512 618.667c-94.257 0-170.667-76.41-170.667-170.667s76.41-170.667 170.667-170.667c94.257 0 170.667 76.41 170.667 170.667s-76.41 170.667-170.667 170.667zM512 512c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64s28.654 64 64 64z" />
<glyph unicode="&#xe92a;" glyph-name="eye2" d="M138.557 774.763c14.323 16.37 38.393 19.16 55.959 7.288l4.247-3.274 682.667-597.333c17.734-15.517 19.531-42.472 4.014-60.206-14.323-16.37-38.393-19.16-55.959-7.288l-4.247 3.274-113.642 99.426c-58.284-27.606-125.631-45.983-199.436-45.983-248.531 0-426.826 211.597-426.826 277.333 0 36.906 56.598 119.786 149.999 185.387l-92.761 81.17c-17.734 15.517-19.531 42.472-4.014 60.206zM341.333 448c0-94.257 76.41-170.667 170.667-170.667 35.709 0 68.857 10.967 96.258 29.716l-88.514 77.414c-2.539-0.306-5.123-0.464-7.744-0.464-35.101 0-63.602 28.257-63.996 63.265l-88.501 77.445c-11.623-23.062-18.169-49.121-18.169-76.71zM512.159 725.333c249.485 0 426.508-211.597 426.508-277.333 0-27.128-29.986-79.097-82.81-130.785l-174.596 152.787c-10.435 81.068-77.75 144.323-160.633 148.45l-9.311 0.214-106.655 93.298c34.013 8.496 69.975 13.369 107.496 13.369z" />
<glyph unicode="&#xe92b;" glyph-name="favourites" d="M483.994 929.481c-11.111-6.212-19.9-15.981-24.885-27.825l-114.362-271.555-292.475-24.985c-31.579-2.698-54.992-30.484-52.294-62.063l0.888-6.28c2.458-12.395 8.957-23.698 18.568-32.082l222.443-194.036-66.784-288.301c-7.154-30.876 12.077-61.705 42.953-68.859l6.294-1.093c12.64-1.477 25.483 1.286 36.462 7.958l251.198 152.664 251.198-152.664c27.085-16.459 62.384-7.846 78.844 19.239l3.009 5.635c5.36 11.543 6.756 24.605 3.856 37.12l-66.827 288.301 222.486 194.036c23.885 20.833 26.358 57.084 5.525 80.969l-4.427 4.542c-9.306 8.548-21.227 13.829-33.936 14.914l-292.518 24.985-114.319 271.555c-12.296 29.211-45.945 42.924-75.156 30.627l-5.742-2.803zM512 807.381l95.102-225.948 2.504-5.202c9.153-16.8 26.189-28.062 45.503-29.712l243.707-20.78-185.441-161.804-4.521-4.402c-12.737-13.846-17.97-33.209-13.663-51.797l55.571-239.938-208.96 126.961-5.624 3.004c-17.237 8.012-37.502 7.010-53.981-3.004l-209.003-126.961 55.614 239.938 1.085 6.216c2.212 18.683-4.889 37.441-19.269 49.984l-185.483 161.804 243.75 20.78c21.246 1.815 39.734 15.261 48.007 34.914l95.102 225.948z" />
<glyph unicode="&#xe92c;" glyph-name="flag" d="M500.425 832.631l22.338-12.214c80.817-42.027 176.161-46.937 261.135-12.997l53.608 21.412c28.023 11.193 58.493-9.447 58.493-39.623v-428.019c0-17.54-10.734-33.292-27.058-39.709l-53.573-21.059c-108.687-42.723-230.336-36.060-333.461 17.764l-22.941 12.426c-76.74 39.22-167.453 40.822-245.636 4.124l0.001-313.404c0-23.564-19.103-42.667-42.667-42.667-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976v768c0 3.617 0.45 7.129 1.297 10.482l1.671 5.032c3.987 10.461 12.185 19.007 22.535 23.56l14.934 7.404c104.95 52.551 228.536 51.136 331.988-3.18zM213.376 762.767l-0.042-336.069 12.85 4.147c90.343 27.394 188.575 18.809 273.487-25.208l22.99-12.458c80.988-41.806 176.293-46.827 261.49-13.337l26.515 10.423v335.997l-12.955-4.724c-104.085-35.929-218.538-27.261-316.108 24.108l-22.47 12.278c-76.646 39.6-167.465 41.459-245.759 4.844z" />
<glyph unicode="&#xe92d;" glyph-name="folder" d="M400.157 874.667c25.461 0 49.983-9.103 69.216-25.506l6.209-5.736 90.51-90.51c3.201-3.201 7.314-5.279 11.728-5.983l3.357-0.266h229.49c91.4 0 166.019-71.849 170.458-162.149l0.209-8.518v-384c0-91.4-71.849-166.019-162.149-170.458l-8.518-0.209h-597.333c-91.4 0-166.019 71.849-170.458 162.149l-0.209 8.518v512c0 91.4 71.849 166.019 162.149 170.458l8.518 0.209h186.824zM400.157 789.333h-186.824c-44.986 0-81.842-34.811-85.099-78.965l-0.234-6.369v-512c0-44.986 34.811-81.842 78.965-85.099l6.369-0.234h597.333c44.986 0 81.842 34.811 85.099 78.965l0.234 6.369v384c0 44.986-34.811 81.842-78.965 85.099l-6.369 0.234h-229.49c-25.461 0-49.983 9.103-69.216 25.506l-6.209 5.736-90.51 90.51c-3.201 3.201-7.314 5.279-11.728 5.983l-3.357 0.266zM810.667 533.333c23.564 0 42.667-19.103 42.667-42.667 0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-597.333c-23.564 0-42.667 19.103-42.667 42.667 0 21.881 16.471 39.915 37.691 42.38l4.976 0.287h597.333z" />
<glyph unicode="&#xe92e;" glyph-name="forward" d="M503.575 755.401c0 36.917 29.927 66.844 66.844 66.844 16.818 0 33.017-6.339 45.368-17.754l332.624-307.401c27.112-25.056 28.779-67.347 2.558-95.67l-2.558-2.511-332.624-307.401c-27.112-25.056-69.403-23.389-94.459 3.723-11.414 12.351-17.754 28.551-17.754 45.368v118.601c-152.889-7.862-256.331-59.141-314.429-152.148l-6.036-10.039c-14.433-25.042-46.434-33.641-71.476-19.208-15.982 9.212-25.934 26.157-26.195 44.602-4.452 315.096 133.606 490.424 404.481 511.228l13.654 0.911v120.852zM588.909 713.138v-120.072c0-23.564-19.103-42.667-42.667-42.667-226.569 0-347.682-104.819-371.281-326.55 85.156 81.425 209.864 121.75 371.281 121.75 23.564 0 42.667-19.103 42.667-42.667v-120.076l286.917 265.121-286.917 265.16z" />
<glyph unicode="&#xe92f;" glyph-name="FullScreen" d="M213.333 362.667c23.564 0 42.667-19.103 42.667-42.667v-128h128c23.564 0 42.667-19.103 42.667-42.667s-19.103-42.667-42.667-42.667h-170.667c-23.564 0-42.667 19.103-42.667 42.667v170.667c0 23.564 19.103 42.667 42.667 42.667zM810.667 362.667c21.881 0 39.915-16.471 42.38-37.691l0.287-4.976v-170.667c0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-170.667c-23.564 0-42.667 19.103-42.667 42.667 0 21.881 16.471 39.915 37.691 42.38l4.976 0.287h128v128c0 23.564 19.103 42.667 42.667 42.667zM213.333 789.333h170.667c23.564 0 42.667-19.103 42.667-42.667 0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-128v-128c0-23.564-19.103-42.667-42.667-42.667-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976v170.667c0 21.881 16.471 39.915 37.691 42.38l4.976 0.287zM810.667 789.333c23.564 0 42.667-19.103 42.667-42.667v-170.667c0-23.564-19.103-42.667-42.667-42.667s-42.667 19.103-42.667 42.667v128h-128c-23.564 0-42.667 19.103-42.667 42.667s19.103 42.667 42.667 42.667h170.667z" />
<glyph unicode="&#xe930;" glyph-name="gifs" d="M682.667 917.333c164.949 0 298.667-133.718 298.667-298.667v0-341.333c0-164.949-133.718-298.667-298.667-298.667v0h-341.333c-164.949 0-298.667 133.718-298.667 298.667v0 341.333c0 164.949 133.718 298.667 298.667 298.667v0zM682.667 832h-341.333c-117.821 0-213.333-95.513-213.333-213.333v0-341.333c0-117.821 95.513-213.333 213.333-213.333v0h341.333c117.821 0 213.333 95.513 213.333 213.333v0 341.333c0 117.821-95.513 213.333-213.333 213.333v0zM789.333 597.333c23.564 0 42.667-19.103 42.667-42.667 0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-64v-42.667h64c23.564 0 42.667-19.103 42.667-42.667 0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-64v-42.667c0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287c-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976v192c0 33.267 25.382 60.606 57.836 63.707l6.164 0.293h85.333zM554.667 597.333c21.881 0 39.915-16.471 42.38-37.691l0.287-4.976v-213.333c0-23.564-19.103-42.667-42.667-42.667-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976v213.333c0 23.564 19.103 42.667 42.667 42.667zM341.333 597.333c24.269 0 47.793-5.828 68.909-16.825 20.9-10.884 29.019-36.651 18.134-57.55-10.107-19.407-33.046-27.794-53.005-20.178l-4.546 2.044c-9.015 4.695-19.030 7.176-29.493 7.176-35.346 0-64-28.654-64-64s28.654-64 64-64c16.903 0 32.179 7.049 42.114 17.998l2.686 3.336h-2.133c-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976c0 21.881 16.471 39.915 37.691 42.38l4.976 0.287 45.076-0.123 1.332-0.097c28.605-2.555 50.19-26.397 50.531-54.508l-0.219-5.674-1.88-18.709c-12.954-68.163-71.575-112.889-137.506-112.889-82.475 0-149.333 66.859-149.333 149.333s66.859 149.333 149.333 149.333z" />
<glyph unicode="&#xe931;" glyph-name="group" d="M341.333 405.333c141.778 0 245.462-35.572 308.155-109.651 21.423-25.314 33.178-57.402 33.178-90.564v-34.452c0-58.91-47.756-106.667-106.667-106.667h-469.333c-58.91 0-106.667 47.756-106.667 106.667v34.452c0 33.162 11.756 65.25 33.179 90.564 62.693 74.079 166.377 109.65 308.155 109.65zM765.931 361.234l4.984-0.049c91.863-6.21 162.691-32.125 210.977-79.407 24.687-24.173 39.497-56.524 41.794-90.78l0.314-9.385v-21.612c0-50.81-39.474-92.401-89.427-95.779l-6.573-0.221h-117.333c-23.564 0-42.667 19.103-42.667 42.667 0 21.881 16.471 39.915 37.691 42.38l4.976 0.287h117.333c5.049 0 9.279 3.509 10.385 8.221l0.282 2.446v21.612c0 14.749-5.939 28.876-16.477 39.195-31.987 31.323-83.828 50.29-157.030 55.239-23.51 1.589-41.281 21.937-39.692 45.447 1.476 21.831 19.126 38.713 40.463 39.741v0zM341.333 320c-118.985 0-199.024-27.459-243.017-79.443-8.383-9.905-12.983-22.462-12.983-35.438v-34.452c0-11.782 9.551-21.333 21.333-21.333h469.333c11.782 0 21.333 9.551 21.333 21.333v34.452c0 12.976-4.6 25.533-12.983 35.438-43.993 51.984-124.033 79.443-243.017 79.443zM725.333 746.667c82.475 0 149.333-66.859 149.333-149.333s-66.859-149.333-149.333-149.333c-82.475 0-149.333 66.859-149.333 149.333s66.859 149.333 149.333 149.333zM341.333 832c94.257 0 170.667-76.41 170.667-170.667s-76.41-170.667-170.667-170.667c-94.257 0-170.667 76.41-170.667 170.667s76.41 170.667 170.667 170.667zM725.333 661.333c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64s-28.654 64-64 64zM341.333 746.667c-47.128 0-85.333-38.205-85.333-85.333s38.205-85.333 85.333-85.333c47.128 0 85.333 38.205 85.333 85.333s-38.205 85.333-85.333 85.333z" />
<glyph unicode="&#xe932;" glyph-name="help" d="M512 917.333c259.206 0 469.333-210.128 469.333-469.333s-210.128-469.333-469.333-469.333c-259.206 0-469.333 210.128-469.333 469.333s210.128 469.333 469.333 469.333zM512 832c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384s-171.923 384-384 384zM511.057 307.449c28.778 0 52.079-22.114 52.079-50.308 0-27.759-23.751-50.308-52.079-50.308-28.173 0-52.079 22.847-52.079 50.308 0 27.898 23.457 50.308 52.079 50.308zM526.109 665.6c83.153 0 144.605-45.594 144.605-117.6 0-43.294-18.407-70.681-60.741-100.706l-21.333-14.543c-26.658-18.686-36.572-32.531-36.572-52.538v-5.312c0-20.909-16.095-35.699-40.126-35.699-25.25 0-39.241 13.729-39.241 39.241v5.755c0 40.023 17.424 64.886 57.174 92.491l14.635 10.26c31.961 23.045 41.082 35.548 41.082 57.51 0 31.584-24.537 52.4-62.582 52.4-26.89 0-47.284-12.59-62.294-37.483l-11.534-14.591-3.619-4.191c-8.432-9.021-17.048-12.797-31.459-12.797-18.567 0-34.371 14.423-34.371 34.814 0 7.527 1.224 14.868 3.727 23.378 14.121 46.397 69.829 79.613 142.65 79.613z" />
<glyph unicode="&#xe933;" glyph-name="info" d="M512 917.333c259.206 0 469.333-210.128 469.333-469.333s-210.128-469.333-469.333-469.333c-259.206 0-469.333 210.128-469.333 469.333s210.128 469.333 469.333 469.333zM512 832c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384s-171.923 384-384 384zM512 490.667c21.881 0 39.915-16.471 42.38-37.691l0.287-4.976v-213.333c0-23.564-19.103-42.667-42.667-42.667-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976v213.333c0 23.564 19.103 42.667 42.667 42.667zM512 682.667c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64s28.654 64 64 64z" />
<glyph unicode="&#xe934;" glyph-name="info2" d="M512 960c282.77 0 512-229.23 512-512s-229.23-512-512-512c-282.77 0-512 229.23-512 512s229.23 512 512 512zM512 533.333c-23.564 0-42.667-19.103-42.667-42.667v0-298.667l0.287-4.976c2.465-21.22 20.499-37.691 42.38-37.691 23.564 0 42.667 19.103 42.667 42.667v0 298.667l-0.287 4.976c-2.465 21.22-20.499 37.691-42.38 37.691zM512 725.333c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64s-28.654 64-64 64z" />
<glyph unicode="&#xe935;" glyph-name="keyboard" d="M810.667 746.667c70.692 0 128-57.308 128-128v0-341.333c0-70.692-57.308-128-128-128v0h-597.333c-70.692 0-128 57.308-128 128v0 341.333c0 70.692 57.308 128 128 128v0zM810.667 661.333h-597.333c-23.564 0-42.667-19.103-42.667-42.667v0-341.333c0-23.564 19.103-42.667 42.667-42.667v0h597.333c23.564 0 42.667 19.103 42.667 42.667v0 341.333c0 23.564-19.103 42.667-42.667 42.667v0zM640 362.667c23.564 0 42.667-19.103 42.667-42.667s-19.103-42.667-42.667-42.667h-256c-23.564 0-42.667 19.103-42.667 42.667s19.103 42.667 42.667 42.667h256zM512 490.667c23.564 0 42.667-19.103 42.667-42.667s-19.103-42.667-42.667-42.667c-23.564 0-42.667 19.103-42.667 42.667s19.103 42.667 42.667 42.667zM384 490.667c23.564 0 42.667-19.103 42.667-42.667s-19.103-42.667-42.667-42.667c-23.564 0-42.667 19.103-42.667 42.667s19.103 42.667 42.667 42.667zM256 490.667c23.564 0 42.667-19.103 42.667-42.667s-19.103-42.667-42.667-42.667c-23.564 0-42.667 19.103-42.667 42.667s19.103 42.667 42.667 42.667zM640 490.667c23.564 0 42.667-19.103 42.667-42.667s-19.103-42.667-42.667-42.667c-23.564 0-42.667 19.103-42.667 42.667s19.103 42.667 42.667 42.667zM768 490.667c23.564 0 42.667-19.103 42.667-42.667s-19.103-42.667-42.667-42.667c-23.564 0-42.667 19.103-42.667 42.667s19.103 42.667 42.667 42.667zM512 618.667c23.564 0 42.667-19.103 42.667-42.667s-19.103-42.667-42.667-42.667c-23.564 0-42.667 19.103-42.667 42.667s19.103 42.667 42.667 42.667zM384 618.667c23.564 0 42.667-19.103 42.667-42.667s-19.103-42.667-42.667-42.667c-23.564 0-42.667 19.103-42.667 42.667s19.103 42.667 42.667 42.667zM256 618.667c23.564 0 42.667-19.103 42.667-42.667s-19.103-42.667-42.667-42.667c-23.564 0-42.667 19.103-42.667 42.667s19.103 42.667 42.667 42.667zM640 618.667c23.564 0 42.667-19.103 42.667-42.667s-19.103-42.667-42.667-42.667c-23.564 0-42.667 19.103-42.667 42.667s19.103 42.667 42.667 42.667zM768 618.667c23.564 0 42.667-19.103 42.667-42.667s-19.103-42.667-42.667-42.667c-23.564 0-42.667 19.103-42.667 42.667s19.103 42.667 42.667 42.667z" />
<glyph unicode="&#xe936;" glyph-name="lamp" d="M512 917.333c212.077 0 384-171.923 384-384 0-133.866-72.94-242.659-213.333-323.805v-102.862c0-70.692-57.308-128-128-128h-85.333c-70.692 0-128 57.308-128 128v102.85l-12.964 7.682c-131.917 80.22-200.369 186.382-200.369 316.134 0 212.077 171.923 384 384 384zM426.667 106.667c0-23.564 19.103-42.667 42.667-42.667h85.333c23.564 0 42.667 19.103 42.667 42.667h-170.667zM512 832c-164.949 0-298.667-133.718-298.667-298.667 0-106.492 61.417-192.475 190.647-260.968 13.958-7.398 22.686-21.902 22.686-37.699v-42.667h170.667v42.667c0 15.791 8.721 30.29 22.67 37.691 129.241 68.569 190.663 154.56 190.663 260.976 0 164.949-133.718 298.667-298.667 298.667zM512 497.351l103.883 71.179c19.439 13.319 45.994 8.358 59.314-11.081 12.295-17.944 9.013-41.951-6.853-56.014l-4.227-3.299-109.45-74.968v-103.168c0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287c-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976v103.125l-109.45 75.011c-17.944 12.295-23.551 35.868-13.831 54.711l2.751 4.603c12.295 17.944 35.868 23.551 54.711 13.831l4.603-2.751 103.883-71.179z" />
<glyph unicode="&#xe937;" glyph-name="language" d="M529.497 336.405l-88.75 87.702 1.28 1.28c74.24 82.773 127.147 177.92 158.293 278.613h82.347c23.564 0 42.667 19.103 42.667 42.667s-19.103 42.667-42.667 42.667h-256v42.667c0 23.564-19.103 42.667-42.667 42.667s-42.667-19.103-42.667-42.667v-42.667h-256.213c-23.446 0-42.453-19.007-42.453-42.453s19.007-42.453 42.453-42.453h434.133c-28.587-82.347-73.813-160.427-135.253-228.693-30.282 33.538-56.589 69.562-78.919 107.312l-7.737 13.608c-7.514 13.583-21.812 22.014-37.335 22.014h-17.235c-14.759 0-26.723-11.964-26.723-26.723 0-4.233 1.006-8.406 2.935-12.175l3.895-7.452c28.121-52.452 63.044-102.252 104.373-148.21l-186.671-184.104c-15.443-15.23-16.79-39.355-3.928-56.135l3.842-4.365c16.662-16.662 43.677-16.662 60.34 0l183.163 183.163 99.854-99.854c11.651-11.651 30.541-11.651 42.192 0 3.027 3.027 5.367 6.669 6.861 10.681l6.582 17.668c5.862 15.734 1.951 33.442-9.992 45.244zM759.765 533.333h-26.197c-17.785 0-33.705-11.032-39.95-27.685l-166.637-444.365c-5.734-15.29 2.013-32.334 17.303-38.067 3.32-1.245 6.836-1.883 10.382-1.883h13.052c17.808 0 33.743 11.060 39.972 27.744l37.429 100.256h202.667l37.807-100.373c6.261-16.622 22.166-27.627 39.928-27.627h13.145c16.33 0 29.568 13.238 29.568 29.568 0 3.546-0.638 7.062-1.883 10.382l-166.637 444.365c-6.245 16.653-22.165 27.685-39.95 27.685zM746.667 419.413l69.12-184.747h-138.24l69.12 184.747z" />
<glyph unicode="&#xe938;" glyph-name="largepause" d="M398.222 760.889c15.709 0 28.444-12.735 28.444-28.444v-568.889c0-15.709-12.735-28.444-28.444-28.444h-142.222c-15.709 0-28.444 12.735-28.444 28.444v568.889c0 15.709 12.735 28.444 28.444 28.444h142.222zM768 760.889c15.709 0 28.444-12.735 28.444-28.444v-568.889c0-15.709-12.735-28.444-28.444-28.444h-142.222c-15.709 0-28.444 12.735-28.444 28.444v568.889c0 15.709 12.735 28.444 28.444 28.444h142.222z" />
<glyph unicode="&#xe939;" glyph-name="largeplay" d="M328.391 789.213l488.252-317.364c13.171-8.561 16.909-26.179 8.347-39.351-2.168-3.335-5.012-6.179-8.347-8.347l-488.252-317.364c-13.171-8.561-30.789-4.824-39.351 8.347-2.999 4.614-4.595 9.999-4.595 15.502v634.727c0 15.709 12.735 28.444 28.444 28.444 5.503 0 10.888-1.596 15.502-4.595z" />
<glyph unicode="&#xe93a;" glyph-name="livelocation" d="M512 917.333c188.684 0 341.333-152.649 341.333-341.333 0-156.334-115.811-350.548-275.703-544.008-34.125-40.95-96.71-40.95-130.872 0.044-159.081 191.421-276.092 387.465-276.092 543.964 0 188.684 152.649 341.333 341.333 341.333zM512 832c-141.556 0-256-114.444-256-256 0-125.035 104.336-303.415 243.817-474.132l12.397-15.042 12.219 14.872c131.982 162.383 231.282 328.602 242.508 451.731l0.793 11.416 0.266 11.155c0 141.556-114.444 256-256 256zM90.13 786.304c21.952-8.566 32.803-33.306 24.236-55.258-19.105-48.958-29.033-101.281-29.033-155.046 0-53.871 9.967-106.294 29.146-155.335 8.583-21.946-2.25-46.694-24.196-55.276s-46.694 2.25-55.276 24.196c-23.037 58.906-35.007 121.866-35.007 186.415 0 64.421 11.923 127.261 34.871 186.068 8.566 21.952 33.306 32.803 55.258 24.236zM989.068 762.222c22.988-58.851 34.932-121.744 34.932-186.222s-11.944-127.372-34.932-186.223c-8.574-21.949-33.317-32.792-55.266-24.218s-32.792 33.317-24.218 55.266c19.138 48.995 29.083 101.363 29.083 155.175s-9.945 106.179-29.083 155.174c-8.574 21.949 2.269 46.693 24.218 55.266s46.693-2.269 55.266-24.218zM512 661.333c47.104 0 85.333-38.229 85.333-85.333s-38.229-85.333-85.333-85.333c-47.104 0-85.333 38.229-85.333 85.333s38.229 85.333 85.333 85.333z" />
<glyph unicode="&#xe93b;" glyph-name="location" d="M512 917.333c188.684 0 341.333-152.649 341.333-341.333 0-156.334-115.811-350.548-275.703-544.008-34.125-40.95-96.71-40.95-130.872 0.044-159.081 191.421-276.092 387.465-276.092 543.964 0 188.684 152.649 341.333 341.333 341.333zM512 832c-141.556 0-256-114.444-256-256 0-125.035 104.336-303.415 243.943-474.32l12.271-14.853 12.22 14.873c140.231 172.532 243.567 349.394 243.567 474.301 0 141.556-114.444 256-256 256zM512 661.333c47.128 0 85.333-38.205 85.333-85.333s-38.205-85.333-85.333-85.333c-47.128 0-85.333 38.205-85.333 85.333s38.205 85.333 85.333 85.333z" />
<glyph unicode="&#xe93c;" glyph-name="lock" d="M512 917.333c114.72 0 208.291-90.552 213.136-204.079l0.197-9.254v-85.333c70.692 0 128-57.308 128-128v-341.333c0-70.692-57.308-128-128-128h-426.667c-70.692 0-128 57.308-128 128v341.333c0 70.692 57.308 128 128 128v85.333c0 117.821 95.513 213.333 213.333 213.333zM725.333 533.333h-426.667c-23.564 0-42.667-19.103-42.667-42.667v-341.333c0-23.564 19.103-42.667 42.667-42.667h426.667c23.564 0 42.667 19.103 42.667 42.667v341.333c0 23.564-19.103 42.667-42.667 42.667zM512 384c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64s28.654 64 64 64zM519.521 831.783l-7.521 0.217c-68.168 0-123.89-53.287-127.783-120.479l-0.217-7.521v-85.333h256v85.333c0 68.168-53.287 123.89-120.479 127.783v0z" />
<glyph unicode="&#xe93d;" glyph-name="logout" d="M256 874.667h213.333c94.257 0 170.667-76.41 170.667-170.667 0-23.564-19.103-42.667-42.667-42.667-21.881 0-39.915 16.471-42.38 37.691l-0.521 11.344c-3.095 41.946-36.512 75.46-78.416 78.707l-6.684 0.258h-213.333c-44.986 0-81.842-34.811-85.099-78.965l-0.234-6.369v-512c0-44.986 34.811-81.842 78.965-85.099l6.369-0.234h213.333c44.986 0 81.842 34.811 85.099 78.965l0.521 11.344c2.465 21.22 20.499 37.691 42.38 37.691 23.564 0 42.667-19.103 42.667-42.667 0-91.4-71.849-166.019-162.149-170.458l-8.518-0.209h-213.333c-91.4 0-166.019 71.849-170.458 162.149l-0.209 8.518v512c0 91.4 71.849 166.019 162.149 170.458l8.518 0.209zM798.17 648.837l170.667-170.667c1.51-1.51 2.883-3.105 4.12-4.77l3.058-4.746 2.28-4.81 1.51-4.495 1.059-5.014 0.396-3.806v-5.058l-0.217-2.482-0.879-4.952-1.385-4.615-1.441-3.48-2.232-4.159-3.144-4.469-3.123-3.484-170.667-170.667c-16.662-16.662-43.677-16.662-60.34 0s-16.662 43.677 0 60.34l97.797 97.83h-280.96c-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976c0 21.881 16.471 39.915 37.691 42.38l4.976 0.287h280.96l-97.797 97.83c-16.662 16.662-16.662 43.677 0 60.34s43.677 16.662 60.34 0z" />
<glyph unicode="&#xe93e;" glyph-name="menu" d="M170.667 277.333h682.667c23.564 0 42.667-19.103 42.667-42.667 0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-682.667c-23.564 0-42.667 19.103-42.667 42.667 0 21.881 16.471 39.915 37.691 42.38l4.976 0.287zM170.667 490.667h682.667c23.564 0 42.667-19.103 42.667-42.667 0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-682.667c-23.564 0-42.667 19.103-42.667 42.667 0 21.881 16.471 39.915 37.691 42.38l4.976 0.287zM170.667 704h682.667c23.564 0 42.667-19.103 42.667-42.667 0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-682.667c-23.564 0-42.667 19.103-42.667 42.667 0 21.881 16.471 39.915 37.691 42.38l4.976 0.287z" />
<glyph unicode="&#xe93f;" glyph-name="message" d="M316.34 149.333l-150.886-150.886c-18.329-18.329-48.045-18.329-66.374 0-8.802 8.802-13.746 20.739-13.746 33.187v672.366c0 94.257 76.41 170.667 170.667 170.667h512c94.257 0 170.667-76.41 170.667-170.667v-384c0-94.257-76.41-170.667-170.667-170.667h-451.66zM170.667 124.34l94.081 94.081c10.402 10.402 24.51 16.246 39.221 16.246h464.031c47.128 0 85.333 38.205 85.333 85.333v384c0 47.128-38.205 85.333-85.333 85.333h-512c-47.128 0-85.333-38.205-85.333-85.333v-579.66z" />
<glyph unicode="&#xe940;" glyph-name="microphone" d="M810.667 533.333c23.564 0 42.667-19.103 42.667-42.667 0-174.050-130.27-317.673-298.626-338.687l-0.041-130.646c0-23.564-19.103-42.667-42.667-42.667-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976 0.002 130.641c-168.377 20.995-298.669 164.628-298.669 338.693 0 23.564 19.103 42.667 42.667 42.667s42.667-19.103 42.667-42.667c0-141.385 114.615-256 256-256s256 114.615 256 256c0 23.564 19.103 42.667 42.667 42.667zM512 874.667c94.257 0 170.667-76.41 170.667-170.667v-213.333c0-94.257-76.41-170.667-170.667-170.667s-170.667 76.41-170.667 170.667v213.333c0 94.257 76.41 170.667 170.667 170.667z" />
<glyph unicode="&#xe941;" glyph-name="microphone2" d="M810.667 533.333c23.564 0 42.667-19.103 42.667-42.667 0-174.050-130.27-317.673-298.626-338.687l-0.041-130.646c0-23.564-19.103-42.667-42.667-42.667-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976 0.002 130.641c-168.377 20.995-298.669 164.628-298.669 338.693 0 23.564 19.103 42.667 42.667 42.667s42.667-19.103 42.667-42.667c0-141.385 114.615-256 256-256s256 114.615 256 256c0 23.564 19.103 42.667 42.667 42.667zM512 874.667c94.257 0 170.667-76.41 170.667-170.667v-213.333c0-94.257-76.41-170.667-170.667-170.667s-170.667 76.41-170.667 170.667v213.333c0 94.257 76.41 170.667 170.667 170.667zM512 789.333c-47.128 0-85.333-38.205-85.333-85.333v-213.333c0-47.128 38.205-85.333 85.333-85.333s85.333 38.205 85.333 85.333v213.333c0 47.128-38.205 85.333-85.333 85.333z" />
<glyph unicode="&#xe942;" glyph-name="minus" d="M810.667 490.667c21.881 0 39.915-16.471 42.38-37.691l0.287-4.976c0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-597.333c-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976c0 21.881 16.471 39.915 37.691 42.38l4.976 0.287h597.333z" />
<glyph unicode="&#xe943;" glyph-name="more" d="M512 277.333c47.128 0 85.333-38.205 85.333-85.333s-38.205-85.333-85.333-85.333c-47.128 0-85.333 38.205-85.333 85.333s38.205 85.333 85.333 85.333zM512 533.333c47.128 0 85.333-38.205 85.333-85.333s-38.205-85.333-85.333-85.333c-47.128 0-85.333 38.205-85.333 85.333s38.205 85.333 85.333 85.333zM512 789.333c47.128 0 85.333-38.205 85.333-85.333s-38.205-85.333-85.333-85.333c-47.128 0-85.333 38.205-85.333 85.333s38.205 85.333 85.333 85.333z" />
<glyph unicode="&#xe944;" glyph-name="mute" d="M469.333 106.667h85.333c23.564 0 42.667-19.103 42.667-42.667 0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-85.333c-23.564 0-42.667 19.103-42.667 42.667 0 21.881 16.471 39.915 37.691 42.38l4.976 0.287zM140.95 862.617c15.608 15.149 39.825 15.971 56.367 2.708l3.966-3.609 704-725.333c16.412-16.909 16.009-43.921-0.9-60.333-15.608-15.149-39.825-15.971-56.367-2.708l-3.966 3.609-70.594 72.729-5.456-0.346h-597.333c-32.455 0-52.437 34.449-37.937 62.223l2.436 4.111 78.167 117.251v243.082c0 43.147 9.186 85.028 26.607 123.383l-99.89 102.901c-16.412 16.909-16.009 43.921 0.9 60.333zM299.016 588.321l-0.349-12.321v-243.082c0-14.44-3.664-28.604-10.595-41.183l-3.736-6.152-33.945-50.917h440.61l-385.097 396.676c-3.734-13.951-6.054-28.346-6.888-43.022zM512 874.667c161.513 0 293.082-128.204 298.493-288.399l0.173-10.268v-128c0-23.564-19.103-42.667-42.667-42.667-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976v128c0 117.821-95.513 213.333-213.333 213.333-26.015 0-51.327-4.639-75.1-13.582-22.055-8.297-46.66 2.857-54.957 24.912s2.857 46.66 24.912 54.957c33.342 12.543 68.828 19.046 105.145 19.046z" />
<glyph unicode="&#xe945;" glyph-name="muted" d="M428.617 742.034c6.647-8.863 10.24-19.642 10.24-30.72v-526.629c0-28.277-22.923-51.2-51.2-51.2-11.078 0-21.857 3.593-30.72 10.24l-210.651 157.989v292.571l210.651 157.989c22.622 16.966 54.714 12.382 71.68-10.24zM679.081 624.377l5.065-4.232 120.426-120.434 120.426 120.434 5.065 4.232c14.253 9.874 33.96 8.463 46.655-4.232s14.106-32.402 4.232-46.655l-4.232-5.065-120.434-120.426 120.434-120.426c14.282-14.282 14.282-37.438 0-51.72-12.695-12.695-32.402-14.106-46.655-4.232l-5.065 4.232-120.426 120.434-120.426-120.434-5.065-4.232c-14.253-9.874-33.96-8.463-46.655 4.232s-14.106 32.402-4.232 46.655l4.232 5.065 120.434 120.426-120.434 120.426c-14.282 14.282-14.282 37.438 0 51.72 12.695 12.695 32.402 14.106 46.655 4.232zM73.143 594.286v-292.571c-40.396 0-73.143 32.747-73.143 73.143v146.286c0 37.51 28.236 68.426 64.613 72.651l8.53 0.492z" />
<glyph unicode="&#xe946;" glyph-name="newchannel" d="M789.333 888.385c58.91 0 106.667-47.756 106.667-106.667v-667.437c0-24.74-8.6-48.711-24.327-67.809-37.45-45.475-104.673-51.98-150.148-14.53l-209.525 172.581v-76.524c0-68.168-53.287-123.89-120.479-127.783l-7.521-0.217c-68.168 0-123.89 53.287-127.783 120.479l-0.217 7.521-0.008 110.936c-97.372 19.769-170.659 105.858-170.659 209.064 0 117.821 95.513 213.333 213.333 213.333h176.693l246.165 202.724c19.098 15.728 43.069 24.327 67.809 24.327zM341.333 234.689v-106.689c0-23.564 19.103-42.667 42.667-42.667 21.881 0 39.915 16.471 42.38 37.691l0.287 4.976v106.689h-85.333zM789.333 803.052c-4.948 0-9.742-1.72-13.562-4.865l-246.165-202.724c-15.278-12.582-34.455-19.462-54.247-19.462h-176.693c-70.692 0-128-57.308-128-128s57.308-128 128-128h176.693c19.792 0 38.969-6.88 54.247-19.462l246.165-202.724c9.095-7.49 22.54-6.189 30.030 2.906 3.146 3.82 4.865 8.614 4.865 13.562v667.437c0 11.782-9.551 21.333-21.333 21.333z" />
<glyph unicode="&#xe947;" glyph-name="newchat_filled" d="M128 215.040v-129.707c0-11.947 9.387-21.333 21.333-21.333h129.707c5.547 0 11.093 2.133 14.933 6.4l450.828 450.415c7.415 7.396 8.244 18.89 2.488 27.207l-2.481 2.956-129.83 129.83c-8.331 8.331-21.839 8.331-30.17 0l-450.408-450.408c-4.267-4.267-6.4-9.387-6.4-15.36zM883.627 659.627c16.64 16.64 16.64 43.52 0 60.16l-99.84 99.84c-16.64 16.64-43.52 16.64-60.16 0l-62.995-62.995c-8.331-8.331-8.331-21.839 0-30.17l129.83-129.83c8.331-8.331 21.839-8.331 30.17 0l62.995 62.995z" />
<glyph unicode="&#xe948;" glyph-name="newgroup" d="M341.333 405.333c141.778 0 245.462-35.572 308.155-109.651 21.423-25.314 33.178-57.402 33.178-90.564v-34.452c0-58.91-47.756-106.667-106.667-106.667h-469.333c-58.91 0-106.667 47.756-106.667 106.667v34.452c0 33.162 11.756 65.25 33.179 90.564 62.693 74.079 166.377 109.65 308.155 109.65zM765.931 361.234l4.984-0.049c91.863-6.21 162.691-32.125 210.977-79.407 24.687-24.173 39.497-56.524 41.794-90.78l0.314-9.385v-21.612c0-50.81-39.474-92.401-89.427-95.779l-6.573-0.221h-117.333c-23.564 0-42.667 19.103-42.667 42.667 0 21.881 16.471 39.915 37.691 42.38l4.976 0.287h117.333c5.049 0 9.279 3.509 10.385 8.221l0.282 2.446v21.612c0 14.749-5.939 28.876-16.477 39.195-31.987 31.323-83.828 50.29-157.030 55.239-23.51 1.589-41.281 21.937-39.692 45.447 1.476 21.831 19.126 38.713 40.463 39.741v0zM341.333 320c-118.985 0-199.024-27.459-243.017-79.443-8.383-9.905-12.983-22.462-12.983-35.438v-34.452c0-11.782 9.551-21.333 21.333-21.333h469.333c11.782 0 21.333 9.551 21.333 21.333v34.452c0 12.976-4.6 25.533-12.983 35.438-43.993 51.983-124.033 79.443-243.017 79.443zM725.333 746.667c82.475 0 149.333-66.859 149.333-149.333s-66.859-149.333-149.333-149.333c-82.475 0-149.333 66.859-149.333 149.333s66.859 149.333 149.333 149.333zM341.333 832c94.257 0 170.667-76.41 170.667-170.667s-76.41-170.667-170.667-170.667c-94.257 0-170.667 76.41-170.667 170.667s76.41 170.667 170.667 170.667zM725.333 661.333c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64s-28.654 64-64 64zM341.333 746.667c-47.128 0-85.333-38.205-85.333-85.333s38.205-85.333 85.333-85.333c47.128 0 85.333 38.205 85.333 85.333s-38.205 85.333-85.333 85.333z" />
<glyph unicode="&#xe949;" glyph-name="newprivate" d="M512 448c166.709 0 286.52-44.22 355.634-135.63 18.407-24.344 28.366-54.030 28.366-84.549v-48.011c0-63.96-51.85-115.81-115.81-115.81h-536.381c-63.96 0-115.81 51.85-115.81 115.81v48.009c0 30.519 9.958 60.205 28.364 84.548 69.114 91.412 188.926 135.633 355.636 135.633zM512 362.667c-142.434 0-237.024-34.911-287.568-101.763-7.202-9.525-11.099-21.141-11.099-33.084v-48.009c0-16.832 13.645-30.476 30.476-30.476h536.381c16.832 0 30.476 13.645 30.476 30.476v48.011c0 11.942-3.897 23.558-11.1 33.084-50.545 66.851-145.134 101.762-287.567 101.762zM512 874.667c94.257 0 170.667-76.41 170.667-170.667s-76.41-170.667-170.667-170.667c-94.257 0-170.667 76.41-170.667 170.667s76.41 170.667 170.667 170.667zM512 789.333c-47.128 0-85.333-38.205-85.333-85.333s38.205-85.333 85.333-85.333c47.128 0 85.333 38.205 85.333 85.333s-38.205 85.333-85.333 85.333z" />
<glyph unicode="&#xe94a;" glyph-name="next" d="M840.837 478.17l-298.667 298.667c-16.662 16.662-43.677 16.662-60.34 0-15.381-15.381-16.564-39.583-3.549-56.32l3.549-4.020 225.839-225.83h-494.336c-21.881 0-39.915-16.471-42.38-37.691l-0.287-4.976c0-21.881 16.471-39.915 37.691-42.38l4.976-0.287h494.336l-225.839-225.83c-15.381-15.381-16.564-39.583-3.549-56.32l3.549-4.020c15.381-15.381 39.583-16.564 56.32-3.549l4.020 3.549 298.667 298.667c15.381 15.381 16.564 39.583 3.549 56.32l-3.549 4.020z" />
<glyph unicode="&#xe94b;" glyph-name="noncontacts" d="M384 405.333c141.778 0 245.462-35.572 308.155-109.651 19.28-22.782 30.731-51.052 32.828-80.653l0.351-9.911v-34.452c0-56.554-44.012-102.828-99.653-106.44l-7.013-0.227h-469.333c-56.554 0-102.828 44.012-106.44 99.653l-0.227 7.013v34.452c0 33.162 11.756 65.25 33.179 90.564 62.693 74.079 166.377 109.65 308.155 109.65zM384 320c-118.985 0-199.024-27.459-243.017-79.443-6.986-8.254-11.344-18.35-12.603-28.995l-0.38-6.443v-34.452c0-10.473 7.547-19.183 17.499-20.99l3.835-0.344h469.333c10.473 0 19.183 7.547 20.99 17.499l0.344 3.835v34.452c0 12.976-4.6 25.533-12.983 35.438-43.993 51.984-124.033 79.443-243.017 79.443zM810.667 362.667c23.564 0 42.667-19.103 42.667-42.667s-19.103-42.667-42.667-42.667c-23.564 0-42.667 19.103-42.667 42.667s19.103 42.667 42.667 42.667zM810.667 832c94.257 0 170.667-76.41 170.667-170.667 0-77.119-51.151-142.291-121.376-163.441l-6.624-1.807v-26.752c0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287c-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976v64c0 21.881 16.471 39.915 37.691 42.38l4.976 0.287c47.128 0 85.333 38.205 85.333 85.333s-38.205 85.333-85.333 85.333c-47.128 0-85.333-38.205-85.333-85.333 0-23.564-19.103-42.667-42.667-42.667s-42.667 19.103-42.667 42.667c0 94.257 76.41 170.667 170.667 170.667zM384 832c94.257 0 170.667-76.41 170.667-170.667s-76.41-170.667-170.667-170.667c-94.257 0-170.667 76.41-170.667 170.667s76.41 170.667 170.667 170.667zM384 746.667c-47.128 0-85.333-38.205-85.333-85.333s38.205-85.333 85.333-85.333c47.128 0 85.333 38.205 85.333 85.333s-38.205 85.333-85.333 85.333z" />
<glyph unicode="&#xe94c;" glyph-name="nosound" d="M549.232 703.909c5.026-8.376 7.68-17.961 7.68-27.729v-456.36c0-29.765-24.129-53.895-53.895-53.895-9.768 0-19.353 2.655-27.729 7.68l-144.24 86.544c-27.056 16.233-43.61 45.472-43.61 77.024v221.653c0 31.552 16.555 60.791 43.61 77.024l144.24 86.544c25.523 15.314 58.629 7.038 73.943-18.486zM179.649 609.684c29.765 0 53.895-24.129 53.895-53.895v-215.579c0-29.765-24.129-53.895-53.895-53.895s-53.895 24.129-53.895 53.895v215.579c0 29.765 24.129 53.895 53.895 53.895zM845.968 559.877c10.445 7.357 24.974 6.431 34.401-2.85s10.58-23.793 3.386-34.352l-3.089-3.756-70.826-71.891 70.826-71.906c10.441-10.605 10.308-27.667-0.297-38.108-9.427-9.281-23.955-10.207-34.401-2.85l-3.708 3.147-70.201 71.344-70.191-71.344-3.708-3.147c-10.445-7.357-24.974-6.431-34.401 2.85s-10.58 23.793-3.386 34.352l3.089 3.756 70.762 71.906-70.762 71.891c-10.441 10.605-10.308 27.667 0.297 38.108 9.427 9.281 23.955 10.207 34.401 2.85l3.708-3.147 70.191-71.275 70.201 71.275 3.708 3.147z" />
<glyph unicode="&#xe94d;" glyph-name="pause" d="M384 789.333c23.564 0 42.667-19.103 42.667-42.667v-597.333c0-23.564-19.103-42.667-42.667-42.667h-128c-23.564 0-42.667 19.103-42.667 42.667v597.333c0 23.564 19.103 42.667 42.667 42.667h128zM768 789.333c23.564 0 42.667-19.103 42.667-42.667v-597.333c0-23.564-19.103-42.667-42.667-42.667h-128c-23.564 0-42.667 19.103-42.667 42.667v597.333c0 23.564 19.103 42.667 42.667 42.667h128z" />
<glyph unicode="&#xe94e;" glyph-name="permissions" d="M256 832h597.333c68.168 0 123.89-53.287 127.783-120.479l0.217-7.521v-85.333c0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-128v-384c0-68.168-53.287-123.89-120.479-127.783l-7.521-0.217h-512c-70.692 0-128 57.308-128 128v85.333c0 23.564 19.103 42.667 42.667 42.667h42.667v384c0 68.168 53.287 123.89 120.479 127.783l7.521 0.217zM554.667 234.667h-426.667v-42.667c0-23.564 19.103-42.667 42.667-42.667h391.292c-4.725 13.363-7.292 27.729-7.292 42.667v42.667zM732.617 746.667h-476.617c-21.881 0-39.915-16.471-42.38-37.691l-0.287-4.976v-384h384c23.564 0 42.667-19.103 42.667-42.667v-85.333c0-22.371 17.3-40.915 37.865-42.461l5.367-0.202c21.639 0.281 39.393 16.671 41.819 37.726l0.283 4.937v512c0 11.968 1.643 23.553 4.715 34.541l2.569 8.126zM853.333 746.667l-4.976-0.287c-19.587-2.275-35.129-17.816-37.404-37.404l-0.287-4.976v-42.667h85.333v42.667c0 21.881-16.471 39.915-37.691 42.38l-4.976 0.287z" />
<glyph unicode="&#xe94f;" glyph-name="phone" d="M308.729 423.841l100.511 111.58c24.050 23.968 36.487 59.685 32.349 95.745l-11.022 95.78c-7.133 60.037-57.665 105.053-118.012 105.053h-65.744c-67.593 0-122.77-56.491-118.59-123.97 21.466-345.892 298.018-622.324 643.797-643.808 67.487-4.181 123.987 50.997 123.987 118.59v65.745c0.583 59.789-44.566 110.49-104.526 117.614l-96.72 11.043c-36.036 4.135-71.753-8.302-97.334-33.883l-109.576-98.598c-66.487 43.057-123.957 98.848-168.958 163.927l-10.162 15.182zM567.25 201.403l88.897 80.052c8.782 8.7 18.694 12.151 28.908 10.979l96.55-11.024c16.741-1.99 29.224-16.008 29.065-32.436l-0.004-66.163c0-19.122-15.756-34.511-33.364-33.42-74.488 4.628-145.314 22.772-210.053 52.012zM265.405 503.224c-29.244 64.741-47.39 135.577-52.014 210.086-1.090 17.602 14.297 33.356 33.42 33.356h65.744c17.059 0 31.236-12.629 33.256-29.632l11.002-95.611c1.171-10.201-2.281-20.113-9.444-27.277l-81.964-90.923z" />
<glyph unicode="&#xe950;" glyph-name="photo" d="M810.667 874.667c70.692 0 128-57.308 128-128v-597.333c0-70.692-57.308-128-128-128h-597.333c-70.692 0-128 57.308-128 128v597.333c0 70.692 57.308 128 128 128h597.333zM382.252 342.812l-2.649 1.925c-8.919 5.489-20.293 3.626-27.047-3.903l-2.302-3.086-142.026-230.78 2.533-0.226 320.269-0.076-144.516 231.209c-1.162 1.86-2.601 3.523-4.261 4.937v0zM668.078 439.78c-8.979 5.391-20.331 3.404-27.003-4.199l-2.269-3.111-103.298-172.033 96.085-153.771h179.072c23.085 0 41.888 18.334 42.643 41.236l-178.122 284.894c-1.785 2.857-4.222 5.25-7.11 6.984zM810.667 789.333h-597.333c-23.564 0-42.667-19.103-42.667-42.667v-537.856l106.911 173.66c29.588 48.082 91.16 64.453 140.398 38.56l6.349-3.618c11.674-7.184 21.831-16.536 29.937-27.525l4.613-6.786 25.86-41.427 80.91 134.719c29.059 48.403 90.449 65.447 139.967 40.095l6.388-3.548c12.034-7.225 22.499-16.738 30.819-27.974l4.73-6.944 105.783-169.287v437.931c0 23.564-19.103 42.667-42.667 42.667z" />
<glyph unicode="&#xe951;" glyph-name="pin" d="M774.331 874.667l6.164-0.293c32.454-3.101 57.836-30.44 57.836-63.707 0-18.683-8.164-36.434-22.349-48.592l-92.392-79.193-18.092-199.011 126.831-142.685c23.483-26.418 21.103-66.871-5.315-90.353-11.715-10.414-26.845-16.166-42.519-16.166h-229.852l0.025-213.333c0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287c-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976-0.025 213.333h-229.803c-35.346 0-64 28.654-64 64 0 15.675 5.752 30.804 16.166 42.519l126.831 142.685-18.092 199.011-92.392 79.193c-26.837 23.003-29.945 63.406-6.942 90.243 12.159 14.185 29.909 22.349 48.592 22.349h524.661zM716.661 789.333h-409.322l48.606-41.662c16.872-14.462 27.437-34.934 29.449-57.064l18.092-199.011c2.135-23.48-5.54-46.797-21.204-64.418l-95.269-107.178h449.976l-95.269 107.178c-15.664 17.621-23.338 40.938-21.204 64.418l18.092 199.011c2.012 22.13 12.577 42.603 29.449 57.064l48.606 41.662z" />
<glyph unicode="&#xe952;" glyph-name="pinnedchat" d="M661.661 728.275c5.477-3.286 10.53-7.231 15.046-11.748l103.827-103.827c30.506-30.506 30.506-79.967 0-110.474-4.516-4.516-9.569-8.462-15.046-11.748l-81.664-48.998c10.87-64.852-15.506-128.818-75.883-189.195-13.83-13.83-36.252-13.83-50.082 0l-95.779 95.751-138.372-138.412c-12.677-12.677-32.575-13.734-46.456-3.169l-3.627 3.169c-12.677 12.677-13.734 32.575-3.169 46.456l3.169 3.627 138.406 138.42-95.74 95.724c-13.83 13.83-13.83 36.252 0 50.082 57.358 57.358 117.955 84.030 179.474 77.234l9.721-1.352 48.998 81.664c22.197 36.994 70.181 48.99 107.175 26.794zM615.219 665.041l-62.448-104.080c-8.54-14.233-25.819-20.625-41.565-15.376-38.301 12.767-76.998 4.313-118.378-28.105l188.658-188.658 6.165 8.241c27.286 38.296 33.856 74.389 21.94 110.137-5.249 15.746 1.143 33.026 15.376 41.565l104.815 62.953 0.668 0.591c2.847 2.847 2.847 7.463 0 10.31l-103.827 103.827-1.404 1.096c-3.452 2.071-7.93 0.952-10.002-2.5z" />
<glyph unicode="&#xe953;" glyph-name="play" d="M264.359 840.649l548.011-365.341c15.082-10.055 19.157-30.432 9.103-45.514-2.404-3.605-5.497-6.699-9.103-9.103l-548.011-365.341c-15.082-10.055-35.459-5.979-45.514 9.103-3.594 5.391-5.512 11.726-5.512 18.206v730.682c0 18.126 14.694 32.821 32.821 32.821 6.48 0 12.814-1.918 18.206-5.512z" />
<glyph unicode="&#xe954;" glyph-name="poll" d="M810.667 874.667c68.168 0 123.89-53.287 127.783-120.479l0.217-7.521v-597.333c0-68.168-53.287-123.89-120.479-127.783l-7.521-0.217h-597.333c-68.168 0-123.89 53.287-127.783 120.479l-0.217 7.521v597.333c0 68.168 53.287 123.89 120.479 127.783l7.521 0.217h597.333zM810.667 789.333h-597.333c-21.881 0-39.915-16.471-42.38-37.691l-0.287-4.976v-597.333c0-21.881 16.471-39.915 37.691-42.38l4.976-0.287h597.333c21.881 0 39.915 16.471 42.38 37.691l0.287 4.976v597.333c0 21.881-16.471 39.915-37.691 42.38l-4.976 0.287zM512 704c21.881 0 39.915-16.471 42.38-37.691l0.287-4.976v-426.667c0-23.564-19.103-42.667-42.667-42.667-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976v426.667c0 23.564 19.103 42.667 42.667 42.667zM682.667 448c21.881 0 39.915-16.471 42.38-37.691l0.287-4.976v-170.667c0-23.564-19.103-42.667-42.667-42.667-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976v170.667c0 23.564 19.103 42.667 42.667 42.667zM341.333 576c21.881 0 39.915-16.471 42.38-37.691l0.287-4.976v-298.667c0-23.564-19.103-42.667-42.667-42.667-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976v298.667c0 23.564 19.103 42.667 42.667 42.667z" />
<glyph unicode="&#xe955;" glyph-name="radiooff" d="M512 874.667c-234.667 0-426.667-192-426.667-426.667s192-426.667 426.667-426.667c234.667 0 426.667 192 426.667 426.667s-192 426.667-426.667 426.667v0zM512 106.667c-187.733 0-341.333 153.6-341.333 341.333s153.6 341.333 341.333 341.333c187.733 0 341.333-153.6 341.333-341.333s-153.6-341.333-341.333-341.333v0z" />
<glyph unicode="&#xe956;" glyph-name="radioon" d="M512 661.333c-119.467 0-213.333-93.867-213.333-213.333s93.867-213.333 213.333-213.333c119.467 0 213.333 93.867 213.333 213.333s-93.867 213.333-213.333 213.333v0zM512 874.667c-234.667 0-426.667-192-426.667-426.667s192-426.667 426.667-426.667c234.667 0 426.667 192 426.667 426.667s-192 426.667-426.667 426.667v0zM512 106.667c-187.733 0-341.333 153.6-341.333 341.333s153.6 341.333 341.333 341.333c187.733 0 341.333-153.6 341.333-341.333s-153.6-341.333-341.333-341.333v0z" />
<glyph unicode="&#xe957;" glyph-name="readchats" d="M725.333 832c91.4 0 166.019-71.849 170.458-162.149l0.209-8.518v-149.333c0-23.564-19.103-42.667-42.667-42.667-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976v149.333c0 44.986-34.811 81.842-78.965 85.099l-6.369 0.234h-426.667c-44.986 0-81.842-34.811-85.099-78.965l-0.234-6.369v-536.96l94.081 94.048c8.916 8.916 20.555 14.483 32.962 15.892l6.259 0.354h186.698c23.564 0 42.667-19.103 42.667-42.667 0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-174.379l-150.834-150.886c-17.019-17.019-43.858-18.235-62.28-3.647l-4.094 3.647c-7.544 7.544-12.255 17.393-13.447 27.891l-0.3 5.296v629.699c0 91.4 71.849 166.019 162.149 170.458l8.518 0.209h426.667zM968.837 435.503c15.381-15.381 16.564-39.583 3.549-56.32l-3.549-4.020-213.333-213.333c-15.381-15.381-39.583-16.564-56.32-3.549l-4.020 3.549-106.667 106.667c-16.662 16.662-16.662 43.677 0 60.34 15.381 15.381 39.583 16.564 56.32 3.549l4.020-3.549 76.497-76.463 183.163 183.13c16.662 16.662 43.677 16.662 60.34 0z" />
<glyph unicode="&#xe958;" glyph-name="recent" d="M512 917.333c259.206 0 469.333-210.128 469.333-469.333s-210.128-469.333-469.333-469.333c-259.206 0-469.333 210.128-469.333 469.333s210.128 469.333 469.333 469.333zM512 832c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384s-171.923 384-384 384zM512 746.667c21.881 0 39.915-16.471 42.38-37.691l0.287-4.976v-237.126l173.767-157.97c17.436-15.851 18.721-42.835 2.87-60.271-14.632-16.095-38.75-18.428-56.088-6.224l-4.184 3.354-173.767 157.97c-15.813 14.376-25.584 34.088-27.56 55.177l-0.372 7.965v237.126c0 23.564 19.103 42.667 42.667 42.667z" />
<glyph unicode="&#xe959;" glyph-name="reply" d="M551.482 755.401c0 36.917-29.927 66.844-66.844 66.844-16.818 0-33.017-6.339-45.368-17.754l-332.624-307.401c-27.112-25.056-28.779-67.347-2.558-95.67l2.558-2.511 332.624-307.401c27.112-25.056 69.403-23.389 94.459 3.723 11.414 12.351 17.754 28.551 17.754 45.368v118.601c152.889-7.862 256.331-59.141 314.429-152.148l6.036-10.039c14.433-25.042 46.434-33.641 71.476-19.208 15.982 9.212 25.934 26.157 26.195 44.602 4.452 315.096-133.606 490.424-404.481 511.228l-13.654 0.911v120.852zM466.149 713.138v-120.072c0-23.564 19.103-42.667 42.667-42.667 226.569 0 347.682-104.819 371.281-326.55-85.156 81.425-209.864 121.75-371.281 121.75-23.564 0-42.667-19.103-42.667-42.667v-120.076l-286.917 265.121 286.917 265.16z" />
<glyph unicode="&#xe95a;" glyph-name="revote" d="M328.837 691.503c15.381-15.381 16.564-39.583 3.549-56.32l-3.549-4.020c-15.381-15.381-39.583-16.564-56.32-3.549l-4.020 3.549-128 128c-15.381 15.381-16.564 39.583-3.549 56.32l3.549 4.020 128 128c16.662 16.662 43.677 16.662 60.34 0 15.381-15.381 16.564-39.583 3.549-56.32l-3.549-4.020-55.13-55.163h494.293c68.168 0 123.89-53.287 127.783-120.479l0.217-7.521v-512c0-68.168-53.287-123.89-120.479-127.783l-7.521-0.217h-512c-68.168 0-123.89 53.287-127.783 120.479l-0.217 7.521v298.667c0 23.564 19.103 42.667 42.667 42.667 21.881 0 39.915-16.471 42.38-37.691l0.287-4.976v-298.667c0-21.881 16.471-39.915 37.691-42.38l4.976-0.287h512c21.881 0 39.915 16.471 42.38 37.691l0.287 4.976v512c0 21.881-16.471 39.915-37.691 42.38l-4.976 0.287h-494.293l55.13-55.163zM734.17 606.17c15.381-15.381 16.564-39.583 3.549-56.32l-3.549-4.020-256-256c-15.381-15.381-39.583-16.564-56.32-3.549l-4.020 3.549-106.667 106.667c-16.662 16.662-16.662 43.677 0 60.34 15.381 15.381 39.583 16.564 56.32 3.549l4.020-3.549 76.497-76.463 225.83 225.797c16.662 16.662 43.677 16.662 60.34 0z" />
<glyph unicode="&#xe95b;" glyph-name="savedmessages" d="M725.333 874.667c94.257 0 170.667-76.41 170.667-170.667v-608.186c0-47.128-38.205-85.335-85.333-85.335-20.37 0-40.068 7.288-55.534 20.545l-243.132 208.399-243.132-208.399c-35.782-30.671-89.653-26.527-120.324 9.256-13.257 15.466-20.543 35.164-20.543 55.534v608.186c0 94.257 76.41 170.667 170.667 170.667h426.667zM725.333 789.333h-426.667c-47.128 0-85.333-38.205-85.333-85.333v-608.186l243.132 208.399c31.956 27.391 79.112 27.391 111.068 0l243.132-208.399v608.186c0 47.128-38.205 85.333-85.333 85.333z" />
<glyph unicode="&#xe95c;" glyph-name="search" d="M405.333 832c153.167 0 277.333-124.166 277.333-277.333 0-61.172-19.805-117.718-53.353-163.576l211.523-211.588c16.662-16.662 16.662-43.677 0-60.34-15.381-15.381-39.583-16.564-56.32-3.549l-4.020 3.549-211.588 211.523c-45.858-33.548-102.404-53.353-163.576-53.353-153.167 0-277.333 124.166-277.333 277.333s124.166 277.333 277.333 277.333zM405.333 746.667c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192s-85.961 192-192 192z" />
<glyph unicode="&#xe95d;" glyph-name="send" d="M113.23 835.154l63.657-292.376c5.172-23.754 25.163-41.402 49.374-43.587l464.783-41.96c5.102-0.461 8.864-4.97 8.404-10.072-0.403-4.464-3.94-8.001-8.403-8.404l-464.785-41.977c-24.211-2.187-44.2-19.834-49.372-43.587l-63.656-292.355c-4.359-20.021 8.337-39.786 28.359-44.145 8.011-1.744 16.375-0.786 23.784 2.726l833.499 395.052c18.516 8.776 26.412 30.901 17.636 49.417-3.667 7.738-9.898 13.969-17.636 17.636l-833.5 395.052c-18.516 8.776-40.641 0.88-49.417-17.636-3.512-7.409-4.47-15.772-2.726-23.783z" />
<glyph unicode="&#xe95e;" glyph-name="send2" d="M274.688 447.988l-12.894 1.988c-37.889 5.841-68.281 34.389-76.478 71.839l-58.050 265.218c-3.614 16.51-1.625 33.753 5.651 49.007 18.084 37.914 63.479 53.988 101.393 35.904l744.874-355.295c15.727-7.502 28.402-20.176 35.904-35.903 18.085-37.913 2.010-83.309-35.903-101.393l-744.873-355.303c-15.254-7.276-32.498-9.265-49.008-5.651-41.034 8.982-67.018 49.528-58.036 90.562l58.049 265.201c8.197 37.447 38.584 65.993 76.469 71.837l12.902 1.99zM214.679 786.763l53.997-246.704c0.656-2.996 3.087-5.28 6.118-5.747l232.866-35.896c27.846-4.292 46.939-30.345 42.647-58.191-3.39-21.995-20.648-39.254-42.643-42.646l-232.87-35.918c-3.031-0.467-5.462-2.751-6.118-5.747l-53.998-246.686 710.217 338.771-710.217 338.764z" />
<glyph unicode="&#xe95f;" glyph-name="sending" d="M538.947 803.705c196.451 0 355.705-159.255 355.705-355.705s-159.255-355.705-355.705-355.705c-196.451 0-355.705 159.255-355.705 355.705s159.255 355.705 355.705 355.705zM538.947 739.032c-160.732 0-291.032-130.299-291.032-291.032s130.299-291.032 291.032-291.032c160.732 0 291.032 130.299 291.032 291.032s-130.299 291.032-291.032 291.032zM509.088 429.67l-1.138 1.991-2.551 6.222-1.073 4.755-0.308 2.675-0.103 191.319c0 19.347 15.684 35.032 35.032 35.032 17.589 0 32.15-12.962 34.652-29.855l0.38-5.177v-174.134l97.529-97.516c12.313-12.313 13.544-31.51 3.694-45.2l-3.694-4.342c-12.313-12.313-31.51-13.544-45.2-3.694l-4.342 3.694-109.513 109.641-1.769 2.215-1.596 2.374z" />
<glyph unicode="&#xe960;" glyph-name="sendingerror" d="M538.947 803.705c196.451 0 355.705-159.255 355.705-355.705s-159.255-355.705-355.705-355.705c-196.451 0-355.705 159.255-355.705 355.705s159.255 355.705 355.705 355.705zM538.947 326.737c-22.324 0-40.421-18.097-40.421-40.421s18.097-40.421 40.421-40.421c22.324 0 40.421 18.097 40.421 40.421s-18.097 40.421-40.421 40.421zM538.947 671.663c-19.347 0-35.032-15.684-35.032-35.032v-215.579c0-19.347 15.684-35.032 35.032-35.032s35.032 15.684 35.032 35.032v215.579c0 19.347-15.684 35.032-35.032 35.032z" />
<glyph unicode="&#xe961;" glyph-name="settings" d="M574.049 917.333c44.763 0 85.055-34.149 92.639-78.255l11.132-64.743c21.986-9.976 42.789-22.111 62.102-36.238l59.204 21.999c42.327 15.728 92.075-2.624 114.342-41.844l40.694-71.677c22.083-38.896 12.844-91.038-21.177-119.995l-48.916-41.635c1.365-12.471 2.066-24.728 2.066-36.945s-0.702-24.471-2.066-36.941l48.909-41.615c34.127-29.037 43.25-81.12 21.184-119.994l-40.694-71.691c-22.281-39.253-72.139-57.537-114.343-41.855l-59.204 21.999c-19.312-14.126-40.116-26.262-62.102-36.238l-11.132-64.743c-7.563-43.987-47.98-78.255-92.639-78.255h-81.402c-44.76 0-85.054 34.144-92.647 78.246l-11.148 64.757c-21.974 9.976-42.775 22.111-62.095 36.236l-59.193-22c-42.324-15.731-92.071 2.628-114.341 41.849l-40.708 71.691c-22.089 38.901-12.854 91.046 21.174 120l48.921 41.624c-1.371 12.507-2.077 24.743-2.077 36.931 0 12.19 0.706 24.427 2.077 36.936l-48.927 41.644c-34.124 29.045-43.242 81.131-21.166 120l40.708 71.677c22.288 39.243 72.143 57.521 114.339 41.838l59.193-22c15.456 11.3 31.86 21.326 49.054 29.992l13.041 6.243 11.148 64.757c7.572 43.983 47.991 78.246 92.647 78.246h81.402zM574.049 832h-81.402c-3.005 0-8.008-4.241-8.55-7.39l-15.141-87.948c-2.578-14.975-12.926-27.449-27.167-32.749-29.427-10.951-56.391-26.714-79.781-46.637-11.769-10.024-28.039-12.898-42.53-7.512l-81.642 30.343c-2.886 1.073-8.755-1.079-10.409-3.992l-40.708-71.677c-1.871-3.295-0.626-10.408 2.274-12.877l66.78-56.84c11.46-9.754 16.934-24.825 14.405-39.66-2.856-16.758-4.312-32.167-4.312-47.062s1.456-30.303 4.312-47.062c2.529-14.838-2.947-29.911-14.411-39.665l-66.78-56.82c-2.848-2.423-4.121-9.609-2.267-12.873l40.708-71.691c1.676-2.952 7.468-5.089 10.408-3.997l81.642 30.343c14.491 5.386 30.761 2.512 42.53-7.512 23.39-19.923 50.354-35.685 79.781-46.637 14.241-5.3 24.589-17.774 27.167-32.749l15.141-87.948c0.561-3.261 5.434-7.39 8.55-7.39h81.402c3.002 0 7.999 4.237 8.539 7.381l15.121 87.948c2.576 14.983 12.93 27.463 27.18 32.762 29.447 10.949 56.4 26.706 79.753 46.618 11.769 10.035 28.047 12.915 42.544 7.528l81.661-30.343c2.889-1.074 8.757 1.078 10.41 3.99l40.694 71.691c1.872 3.299 0.626 10.413-2.271 12.879l-66.78 56.82c-11.482 9.77-16.956 24.874-14.399 39.732 2.848 16.55 4.301 31.992 4.301 46.995s-1.453 30.445-4.301 46.995c-2.556 14.855 2.915 29.957 14.394 39.727l66.78 56.84c2.855 2.43 4.13 9.622 2.279 12.882l-40.694 71.677c-1.672 2.944-7.464 5.081-10.411 3.986l-81.661-30.343c-14.498-5.387-30.775-2.507-42.544 7.528-23.353 19.912-50.306 35.669-79.753 46.618-14.25 5.298-24.603 17.779-27.18 32.762l-15.121 87.948c-0.56 3.256-5.426 7.381-8.539 7.381zM533.333 533.333c47.128 0 85.333-38.205 85.333-85.333s-38.205-85.333-85.333-85.333c-47.128 0-85.333 38.205-85.333 85.333s38.205 85.333 85.333 85.333z" />
<glyph unicode="&#xe962;" glyph-name="smallscreen" d="M640 362.667h170.667c23.564 0 42.667-19.103 42.667-42.667 0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-128v-128c0-23.564-19.103-42.667-42.667-42.667-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976v170.667c0 21.881 16.471 39.915 37.691 42.38l4.976 0.287zM384 362.667c23.564 0 42.667-19.103 42.667-42.667v-170.667c0-23.564-19.103-42.667-42.667-42.667s-42.667 19.103-42.667 42.667v128h-128c-23.564 0-42.667 19.103-42.667 42.667s19.103 42.667 42.667 42.667h170.667zM640 789.333c23.564 0 42.667-19.103 42.667-42.667v-128h128c23.564 0 42.667-19.103 42.667-42.667s-19.103-42.667-42.667-42.667h-170.667c-23.564 0-42.667 19.103-42.667 42.667v170.667c0 23.564 19.103 42.667 42.667 42.667zM384 789.333c21.881 0 39.915-16.471 42.38-37.691l0.287-4.976v-170.667c0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-170.667c-23.564 0-42.667 19.103-42.667 42.667 0 21.881 16.471 39.915 37.691 42.38l4.976 0.287h128v128c0 23.564 19.103 42.667 42.667 42.667z" />
<glyph unicode="&#xe963;" glyph-name="smile" d="M512 917.333c259.206 0 469.333-210.128 469.333-469.333s-210.128-469.333-469.333-469.333c-259.206 0-469.333 210.128-469.333 469.333s210.128 469.333 469.333 469.333zM512 832c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384s-171.923 384-384 384zM284.419 377.593c19.94 10.175 44.353 2.258 54.528-17.682 32.942-64.559 99.285-106.044 173.053-106.044 73.655 0 139.914 41.358 172.91 105.764 10.207 19.924 34.633 27.8 54.556 17.593s27.8-34.633 17.593-54.556c-46.735-91.224-140.688-149.868-245.060-149.868-104.532 0-198.604 58.824-245.263 150.265-10.175 19.94-2.258 44.353 17.682 54.528zM373.333 618.667c29.455 0 53.333-28.654 53.333-64s-23.878-64-53.333-64c-29.455 0-53.333 28.654-53.333 64s23.878 64 53.333 64zM650.667 618.667c29.455 0 53.333-28.654 53.333-64s-23.878-64-53.333-64c-29.455 0-53.333 28.654-53.333 64s23.878 64 53.333 64z" />
<glyph unicode="&#xe964;" glyph-name="sport" d="M512 917.333c259.206 0 469.333-210.128 469.333-469.333s-210.128-469.333-469.333-469.333c-259.206 0-469.333 210.128-469.333 469.333s210.128 469.333 469.333 469.333zM633.382 812.421l-99.43-59.674c-11.823-7.094-26.224-7.98-38.692-2.66l-5.212 2.66-99.43 59.674c-73.272-24.394-136.73-70.269-182.904-130.155 1.307-2.149 2.38-4.446 3.232-6.866l1.114-3.719 21.333-85.333c3.181-12.722 0.316-26.088-7.549-36.331l-3.674-4.187-85.333-85.333c-2.67-2.67-5.606-4.913-8.723-6.727l-0.113-5.77c0-98.342 36.968-188.050 97.765-255.985l94.228-0.015c14.987 0 28.876-7.863 36.586-20.715l56.656-94.465c31.514-8.363 64.619-12.82 98.764-12.82s67.25 4.457 98.764 12.82l56.649 94.465c6.747 11.245 18.224 18.671 31.028 20.352l5.559 0.363 94.235 0.015c60.797 67.935 97.765 157.643 97.765 255.985l-0.071 5.746c-3.132 1.819-6.083 4.069-8.765 6.751l-85.333 85.333c-10.598 10.598-14.858 25.978-11.223 40.518l21.333 85.333c0.951 3.804 2.386 7.361 4.221 10.62-43.172 56.11-101.644 99.936-169.159 125.296l-13.622 4.824zM537.6 652.8l170.667-128c15.914-11.935 21.468-33.284 13.389-51.462l-85.333-192c-6.848-15.408-22.128-25.338-38.989-25.338h-170.667c-16.861 0-32.141 9.93-38.989 25.338l-85.333 192c-8.079 18.178-2.525 39.527 13.389 51.462l170.667 128c15.17 11.378 36.030 11.378 51.2 0zM512 565.333l-117.871-88.403 60.265-135.597h115.211l60.265 135.597-117.871 88.403z" />
<glyph unicode="&#xe965;" glyph-name="stickers" d="M341.329-21.334c-164.949 0-298.667 133.718-298.667 298.667v341.334c0 164.949 133.718 298.667 298.667 298.667h341.337c164.949 0 298.667-133.718 298.667-298.667v-219.297c0-33.113-9.632-65.51-27.724-93.243-39.413-60.421-84.122-115.645-134.106-165.629s-105.209-94.695-165.631-134.108c-27.734-18.091-60.131-27.723-93.243-27.723h-219.3zM682.667 832h-341.337c-117.821 0-213.333-95.513-213.333-213.333v-341.334c0-117.821 95.513-213.333 213.333-213.333l170.671 0.001c21.881 0 39.915 16.471 42.38 37.691l0.287 4.976v183.467c0 61.176 47.686 111.215 107.915 114.973l7.285 0.227h183.467c21.881 0 39.915 16.471 42.38 37.691l0.287 4.976v170.667c0 117.821-95.513 213.333-213.333 213.333zM859.908 320.125l-6.575-0.125h-183.467c-15.12 0-27.616-11.236-29.594-25.814l-0.273-4.053v-183.467l-0.126-6.576c42.878 30.512 82.634 64.090 119.29 100.746s70.233 76.411 100.745 119.289z" />
<glyph unicode="&#xe966;" glyph-name="stop" d="M512 917.333c259.206 0 469.333-210.128 469.333-469.333s-210.128-469.333-469.333-469.333c-259.206 0-469.333 210.128-469.333 469.333s210.128 469.333 469.333 469.333zM512 832c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384s-171.923 384-384 384zM341.333 490.667h341.333c23.564 0 42.667-19.103 42.667-42.667 0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-341.333c-23.564 0-42.667 19.103-42.667 42.667 0 21.881 16.471 39.915 37.691 42.38l4.976 0.287z" />
<glyph unicode="&#xe967;" glyph-name="tip" d="M553.748 77.202c15.333 0 27.763-12.507 27.763-27.934 0-14.025-10.272-25.636-23.66-27.631l-4.103-0.303h-83.496c-15.333 0-27.763 12.507-27.763 27.934 0 14.025 10.272 25.636 23.66 27.631l4.103 0.303h83.496zM512 832c176.672 0 320-142.842 320-319.18 0-96.165-45.020-183.487-121.995-250.705-18.108-15.813-30.035-46.777-33.961-93.98-2.836-34.108-29.677-60.802-62.957-63.824l-6.311-0.285h-189.552c-36.144 0-66.257 27.871-69.269 64.111-3.925 47.201-15.849 78.163-33.952 93.971-76.981 67.225-122.003 154.545-122.003 250.711 0 176.338 143.328 319.18 320 319.18zM512 776.131c-146.125 0-264.475-117.949-264.475-263.311 0-78.842 37.366-151.313 102.873-208.518 30.847-26.938 47.87-71.136 52.889-131.509 0.519-6.25 5.045-11.262 10.907-12.567l3.030-0.332h189.551c7.272 0 13.331 5.608 13.937 12.899 5.020 60.373 22.046 104.574 52.898 131.516 65.5 57.197 102.864 129.669 102.864 208.51 0 145.363-118.35 263.311-264.475 263.311zM640.823 508.391c8.81-11.013 8.084-26.577-1.069-36.716l-3.362-3.165-96.061-76.788 0.043-114.389c0-15.67-12.703-28.373-28.373-28.373-14.246 0-26.039 10.498-28.066 24.181l-0.308 4.193v114.347l-96.018 76.831c-12.236 9.789-14.22 27.644-4.431 39.881 8.81 11.013 24.154 13.721 36.055 7.016l3.826-2.585 88.942-71.137 88.942 71.137c12.236 9.789 30.091 7.805 39.881-4.431z" />
<glyph unicode="&#xe968;" glyph-name="unarchive" d="M320 917.333h384c50.361 0 97.967-22.229 130.279-60.418l6.255-7.849 64-85.333c19.941-26.588 31.636-58.35 33.776-91.357l0.358-11.043v-469.333c0-94.257-76.41-170.667-170.667-170.667h-512c-94.257 0-170.667 76.41-170.667 170.667v469.333c0 33.234 9.701 65.662 27.794 93.351l6.34 9.049 64 85.333c30.217 40.289 76.563 65.036 126.502 67.972l10.032 0.295zM768 661.333h-512c-47.128 0-85.333-38.205-85.333-85.333v-384c0-47.128 38.205-85.333 85.333-85.333h512c47.128 0 85.333 38.205 85.333 85.333v384c0 47.128-38.205 85.333-85.333 85.333zM542.17 499.503l128-128c16.662-16.662 16.662-43.677 0-60.34s-43.677-16.662-60.34 0l-97.83 97.83-97.83-97.83c-16.662-16.662-43.677-16.662-60.34 0s-16.662 43.677 0 60.34l128 128c16.662 16.662 43.677 16.662 60.34 0zM704 832h-384c-24.418 0-47.54-10.451-63.65-28.495l-4.617-5.638-43.503-57.975c15.158 4.411 31.188 6.775 47.769 6.775h512c16.566 0 32.581-2.36 47.727-6.763l-43.46 57.963c-14.651 19.534-36.885 31.761-60.986 33.823l-7.281 0.311z" />
<glyph unicode="&#xe969;" glyph-name="unlock" d="M758.746 917.136l9.254 0.197c114.72 0 208.291-90.552 213.136-204.079l0.197-9.254v-128c0-23.564-19.103-42.667-42.667-42.667-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976v128c0 70.692-57.308 128-128 128-68.168 0-123.89-53.287-127.783-120.479l-0.217-7.521v-85.333c70.692 0 128-57.308 128-128v-341.333c0-70.692-57.308-128-128-128h-426.667c-70.692 0-128 57.308-128 128v341.333c0 70.692 57.308 128 128 128h341.333v85.333c0 114.72 90.552 208.291 204.079 213.136zM640 533.333h-426.667c-23.564 0-42.667-19.103-42.667-42.667v-341.333c0-23.564 19.103-42.667 42.667-42.667h426.667c23.564 0 42.667 19.103 42.667 42.667v341.333c0 23.564-19.103 42.667-42.667 42.667zM426.667 384c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64s28.654 64 64 64z" />
<glyph unicode="&#xe96a;" glyph-name="unmute" d="M469.333 106.667h85.333c23.564 0 42.667-19.103 42.667-42.667 0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-85.333c-23.564 0-42.667 19.103-42.667 42.667 0 21.881 16.471 39.915 37.691 42.38l4.976 0.287zM512 874.667c164.949 0 298.667-133.718 298.667-298.667v-243.082l78.167-117.251c18.903-28.354-1.423-66.334-35.501-66.334h-682.667c-34.078 0-54.404 37.98-35.501 66.334l78.167 117.251v243.082c0 164.949 133.718 298.667 298.667 298.667zM512 789.333c-117.821 0-213.333-95.513-213.333-213.333v-243.082c0-16.847-4.987-33.317-14.332-47.334l-33.945-50.917h523.22l-33.945 50.917c-9.345 14.017-14.332 30.487-14.332 47.334v243.082c0 117.821-95.513 213.333-213.333 213.333z" />
<glyph unicode="&#xe96b;" glyph-name="unpin" d="M137.341 858.651l3.609 3.966c15.608 15.149 39.825 15.971 56.367 2.708l3.966-3.609 704-725.333c16.412-16.909 16.009-43.921-0.9-60.333-15.608-15.149-39.825-15.971-56.367-2.708l-3.966 3.609-153.789 158.39-2.618-0.387-4.976-0.287h-128v-213.333c0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287c-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976v213.333h-229.827c-35.346 0-64 28.654-64 64 0 13.435 4.226 26.47 11.991 37.298l4.174 5.222 126.831 142.685-13.521 148.492-164.931 169.921c-15.149 15.608-15.971 39.825-2.708 56.367v0zM399.531 534.955l3.955-43.359c1.897-20.871-3.956-41.613-16.281-58.341l-4.923-6.077-95.263-107.135 321.109-0.043-208.597 214.955zM774.331 874.667c35.346 0 64-28.654 64-64 0-16.607-6.451-32.478-17.847-44.339l-4.502-4.254-92.392-79.193-13.987-153.859c-2.133-23.467-22.887-40.762-46.354-38.629-21.791 1.981-38.26 20.017-38.793 41.373l0.165 4.981 13.987 153.859c1.788 19.671 10.335 38.033 24.061 52.027l5.387 5.037 48.606 41.662h-332.661c-23.564 0-42.667 19.103-42.667 42.667 0 21.881 16.471 39.915 37.691 42.38l4.976 0.287h390.331z" />
<glyph unicode="&#xe96c;" glyph-name="unread" d="M256 874.667h512c91.4 0 166.019-71.849 170.458-162.149l0.209-8.518v-170.667c0-23.564-19.103-42.667-42.667-42.667-21.881 0-39.915 16.471-42.38 37.691l-0.287 4.976v170.667c0 44.986-34.811 81.842-78.965 85.099l-6.369 0.234h-512c-44.986 0-81.842-34.811-85.099-78.965l-0.234-6.369v-579.66l94.081 94.081c8.916 8.916 20.555 14.483 32.962 15.892l6.259 0.354h250.698c23.564 0 42.667-19.103 42.667-42.667 0-21.881-16.471-39.915-37.691-42.38l-4.976-0.287h-238.327l-150.886-150.886c-18.329-18.329-48.045-18.329-66.374 0-7.544 7.544-12.255 17.393-13.447 27.891l-0.3 5.296v672.366c0 91.4 71.849 166.019 162.149 170.458l8.518 0.209zM810.667 448c94.257 0 170.667-76.41 170.667-170.667s-76.41-170.667-170.667-170.667c-94.257 0-170.667 76.41-170.667 170.667s76.41 170.667 170.667 170.667zM810.667 362.667c-47.128 0-85.333-38.205-85.333-85.333s38.205-85.333 85.333-85.333c47.128 0 85.333 38.205 85.333 85.333s-38.205 85.333-85.333 85.333z" />
<glyph unicode="&#xe96d;" glyph-name="up" d="M512 558.327l268.497-268.497c16.662-16.662 43.677-16.662 60.34 0s16.662 43.677 0 60.34l-298.667 298.667c-16.662 16.662-43.677 16.662-60.34 0l-298.667-298.667c-16.662-16.662-16.662-43.677 0-60.34s43.677-16.662 60.34 0l268.497 268.497z" />
<glyph unicode="&#xe96e;" glyph-name="user" d="M512 448c166.709 0 286.52-44.22 355.634-135.63 18.407-24.344 28.366-54.030 28.366-84.549v-48.011c0-63.96-51.85-115.81-115.81-115.81h-536.381c-63.96 0-115.81 51.85-115.81 115.81v48.009c0 30.519 9.958 60.205 28.364 84.548 69.114 91.412 188.926 135.633 355.636 135.633zM512 362.667c-142.434 0-237.024-34.911-287.568-101.763-7.202-9.525-11.099-21.141-11.099-33.084v-48.009c0-16.832 13.645-30.476 30.476-30.476h536.381c16.832 0 30.476 13.645 30.476 30.476v48.011c0 11.942-3.897 23.558-11.1 33.084-50.545 66.851-145.134 101.762-287.567 101.762zM512 874.667c94.257 0 170.667-76.41 170.667-170.667s-76.41-170.667-170.667-170.667c-94.257 0-170.667 76.41-170.667 170.667s76.41 170.667 170.667 170.667zM512 789.333c-47.128 0-85.333-38.205-85.333-85.333s38.205-85.333 85.333-85.333c47.128 0 85.333 38.205 85.333 85.333s-38.205 85.333-85.333 85.333z" />
<glyph unicode="&#xe96f;" glyph-name="username" d="M512 917.333c259.206 0 469.333-210.128 469.333-469.333 0-138.814-70.078-230.734-168.892-234.847-63.863-2.658-119.454 33.041-149.259 91.225-37.901-40.012-91.626-64.97-151.181-64.97-115.203 0-208.593 93.39-208.593 208.593s93.39 208.593 208.593 208.593c48.261 0 92.693-16.389 128.036-43.906l-0.036 5.98c0 23.564 19.103 42.667 42.667 42.667 21.881 0 39.915-16.471 42.38-37.691l0.287-4.976v-213.333c0-67.759 38.647-108.79 83.559-106.921 48.336 2.012 87.108 52.867 87.108 149.587 0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384 34.105 0 67.582 4.436 99.854 13.1 22.758 6.11 46.161-7.386 52.271-30.144s-7.386-46.161-30.144-52.271c-39.472-10.598-80.388-16.019-121.981-16.019-259.206 0-469.333 210.128-469.333 469.333s210.128 469.333 469.333 469.333zM512 571.259c-68.074 0-123.259-55.185-123.259-123.259s55.185-123.259 123.259-123.259c68.074 0 123.259 55.185 123.259 123.259s-55.185 123.259-123.259 123.259z" />
</font></defs></svg>

Before

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

View File

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="54px" height="54px" viewBox="0 0 54 54" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 53.2 (72643) - https://sketchapp.com -->
<title>doc-in</title>
<desc>Created with Sketch.</desc>
<g id="doc-in" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M54,22 C54,19.790861 52.209139,18 50,18 L40,18 C37.790861,18 36,16.209139 36,14 L36,4 C36,1.790861 34.209139,-4.05812251e-16 32,0 L33.8020203,8.8817842e-15 C35.3933192,1.00028247e-14 36.9194427,0.632141042 38.0446609,1.75735931 L52.2426407,15.9553391 C53.367859,17.0805573 54,18.6066808 54,20.1979797 L54,22 Z" id="Corner" fill="#287ED0"></path>
<path d="M36,4 L36,14 C36,16.209139 37.790861,18 40,18 L50,18 C52.209139,18 54,19.790861 54,22 L54,48 C54,51.3137085 51.3137085,54 48,54 L6,54 C2.6862915,54 0,51.3137085 0,48 L0,6 C0,2.6862915 2.6862915,0 6,0 L32,0 C34.209139,-4.05812251e-16 36,1.790861 36,4 Z" id="Base" fill="#4EA4F6"></path>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

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