Health for watch

This commit is contained in:
Aleksandr Lebedev 2025-10-24 09:47:05 +02:00
parent 2018d7aab6
commit 6780fbfd90
177 changed files with 19996 additions and 21 deletions

View file

@ -7,6 +7,7 @@ I'm a programmer and a dual student in Germany. I'm interested in computer games
My main programming languages are C++ and C#, my distro of choice is NixOS, editor is Emacs, and I'm interested in self hosting and FOSS software. My main programming languages are C++ and C#, my distro of choice is NixOS, editor is Emacs, and I'm interested in self hosting and FOSS software.
* My Projects * My Projects
- [[./projects/project-gestalt.org][Project Gestalt (Mod for Stellaris)]] - [[./projects/project-gestalt.org][Project Gestalt (Mod for Stellaris)]]
- [[./projects/health-for-warch.org][Health for Watch]]
- To be continued... - To be continued...
* How to find me: * How to find me:

View file

@ -13,6 +13,7 @@
(list "kylekrein's website" (list "kylekrein's website"
:recursive t :recursive t
:base-directory "${src}" :base-directory "${src}"
:exclude "webarchive"
:publishing-directory "./public" :publishing-directory "./public"
:publishing-function 'org-html-publish-to-html :publishing-function 'org-html-publish-to-html
:with-author nil ;; Don't include author name :with-author nil ;; Don't include author name
@ -20,21 +21,23 @@
:with-toc nil ;; Include a table of contents :with-toc nil ;; Include a table of contents
:section-numbers nil ;; Don't include section numbers :section-numbers nil ;; Don't include section numbers
:time-stamp-file nil) :time-stamp-file nil)
(list "attachments" (list "attachments"
:recursive t :recursive t
:base-directory "${src}" :base-directory "${src}"
:base-extension "jpg\\|gif\\|png\\|css" :base-extension "jpg\\|gif\\|png\\|css\\|webp"
:exclude "webarchive"
:publishing-directory "./public" :publishing-directory "./public"
:publishing-function 'org-publish-attachment))) ;; Don't include time stamp in file :publishing-function 'org-publish-attachment)))
;; Customize the HTML output ;; Customize the HTML output
(setq org-html-validation-link nil ;; Don't show validation link (setq org-html-validation-link nil ;; Don't show validation link
org-html-head-include-scripts nil ;; Use our own scripts org-html-head-include-scripts nil ;; Use our own scripts
org-html-head-include-default-style nil ;; Use our own styles org-html-head-include-default-style nil ;; Use our own styles
org-html-head "<link rel=\"stylesheet\" href=\"https://cdn.simplecss.org/simple.min.css\" />") org-html-head "<link rel=\"stylesheet\" href=\"https://cdn.simplecss.org/simple.min.css\" /> <link rel=\"stylesheet\" href=\"https://alexanderlebedev.com/style.css\" />")
;; Generate the site output ;; Generate the site output
(org-publish-all t) (org-publish-all t)
(copy-directory "${src}/webarchive" "./public/")
(message "Build complete!") (message "Build complete!")
''; '';
in in

View file

@ -0,0 +1,26 @@
#+title: Health for Watch
[[./health-for-watch-assets/health-for-watch-logo.png]]
*Health for Watch* is an app for Apple Watch that allows user to easilly log health data such as weight, weight, blood preassure, body temperature and symptoms directly to the Health app on he's iPhone.
This app was originally created in 2021, but in 2022 was taken down and completely deleted by Apple with [[./health-for-watch-assets/Apple Developer Account suspension.pdf][the deletion of my Apple Developer account]].
#+ATTR_HTML: :class flexcontainer
* Screenshots
[[./health-for-watch-assets/mainscreen.webp]]
[[./health-for-watch-assets/enterdata.webp]]
[[./health-for-watch-assets/symptomsscreen.webp]]
[[./health-for-watch-assets/symptominstensity.webp]]
* App page on the App Store
[[../webarchive/healthforwatch/web.archive.org/web/20220531203704/https:/apps.apple.com/us/app/health-for-watch/id1549168998.html][Archived app store page]]
* Web Archive
[[https://web.archive.org/web/20210118083042/https://apps.apple.com/ru/app/health-for-watch/id1549168998][Link to Web Archive 2021 (RU)]]
[[https://web.archive.org/web/20220531203704/https://apps.apple.com/us/app/health-for-watch/id1549168998#expand][Link to Web Archive 2022 (US)]]
Command that I used to download the sources
#+begin_src shell
wget -np -e robots=off --mirror --domains=staticweb.archive.org,web.archive.org https://web.archive.org/web/20220531203704/https://apps.apple.com/us/app/health-for-watch/id1549168998 --recursive --no-clobber --page-requisites --html-extension --convert-links -v
#+end_src

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 491 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

View file

@ -1,5 +1,6 @@
#+title: Project Gestalt #+title: Project Gestalt
[[./pg-logo.jpg]] [[./pg-logo.jpg]]
A modification for the [[https://store.steampowered.com/app/281990/Stellaris/][Stellaris]] - popular computer game. Stellaris uses its own proprietary game logic language, therefore I firstly reverse-engineered some mods made by other people to understand it and then designed the modification. Firstly it was written in a Notepad app on Windows, when I started working on it in March 2018, when I was 14 years old. A modification for the [[https://store.steampowered.com/app/281990/Stellaris/][Stellaris]] - popular computer game. Stellaris uses its own proprietary game logic language, therefore I firstly reverse-engineered some mods made by other people to understand it and then designed the modification. Firstly it was written in a Notepad app on Windows, when I started working on it in March 2018, when I was 14 years old.
Project Gestalt is an expansion to the game, that adds the ability for psionics to become energetic beings, and many other features. It is available in Russian and English languages and has currently ~6300 active subscribers on Steam in total. The modification demonstrates a wide positive feedback. Project Gestalt is an expansion to the game, that adds the ability for psionics to become energetic beings, and many other features. It is available in Russian and English languages and has currently ~6300 active subscribers on Steam in total. The modification demonstrates a wide positive feedback.

View file

@ -1,17 +1,3 @@
@media (prefers-color-scheme: dark) { .flexcontainer {
html { background-color: #111111; color: #fbfbfb; } display: flex;
a { color: #ca8465; }
} }
body {
line-height: 1.6;
font-family: system-ui, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
text-align: center;
margin: 1rem auto;
min-height: 90vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
img.u-photo { border-radius: 50%; }
ul { padding: 0; list-style: none; }

View file

@ -0,0 +1,508 @@
:root {
--wm-toolbar-height: 65px;
}
#wm-ipp-base {
height:65px;/* initial height just in case js code fails */
padding:0;
margin:0;
border:none;
background:none transparent;
}
#wm-ipp {
z-index: 2147483647;
}
#wm-ipp, #wm-ipp * {
font-family:Lucida Grande, Helvetica, Arial, sans-serif;
font-size:12px;
line-height:1.2;
letter-spacing:0;
width:auto;
height:auto;
max-width:none;
max-height:none;
min-width:0 !important;
min-height:0;
outline:none;
float:none;
text-align:left;
border:none;
color: #000;
text-indent: 0;
position: initial;
background: none;
}
#wm-ipp div, #wm-ipp canvas {
display: block;
}
#wm-ipp div, #wm-ipp tr, #wm-ipp td, #wm-ipp a, #wm-ipp form {
padding:0;
margin:0;
border:none;
border-radius:0;
background-color:transparent;
background-image:none;
/*z-index:2147483640;*/
height:auto;
}
#wm-ipp table {
border:none;
border-collapse:collapse;
margin:0;
padding:0;
width:auto;
font-size:inherit;
}
#wm-ipp form input {
padding:1px !important;
height:auto;
display:inline;
margin:0;
color: #000;
background: none #fff;
border: 1px solid #666;
}
#wm-ipp form input[type=submit] {
padding:0 8px !important;
margin:1px 0 1px 5px !important;
width:auto !important;
border: 1px solid #000 !important;
background: #fff !important;
color: #000 !important;
}
#wm-ipp form input[type=submit]:hover {
background: #eee !important;
cursor: pointer !important;
}
#wm-ipp form input[type=submit]:active {
transform: translateY(1px);
}
#wm-ipp a {
display: inline;
}
#wm-ipp a:hover{
text-decoration:underline;
}
#wm-ipp a.wm-btn:hover {
text-decoration:none;
color:#ff0 !important;
}
#wm-ipp a.wm-btn:hover span {
color:#ff0 !important;
}
#wm-ipp #wm-ipp-inside {
margin: 0 6px;
border:5px solid #000;
border-top:none;
background-color:rgba(255,255,255,0.9);
-moz-box-shadow:1px 1px 4px #333;
-webkit-box-shadow:1px 1px 4px #333;
box-shadow:1px 1px 4px #333;
border-radius:0 0 8px 8px;
}
/* selectors are intentionally verbose to ensure priority */
#wm-ipp #wm-logo {
padding:0 10px;
vertical-align:middle;
min-width:100px;
flex: 0 0 100px;
}
#wm-ipp .c {
padding-left: 4px;
}
#wm-ipp .c .u {
margin-top: 4px !important;
}
#wm-ipp .n {
padding:0 0 0 5px !important;
vertical-align: bottom;
}
#wm-ipp .n a {
text-decoration:none;
color:#33f;
font-weight:bold;
}
#wm-ipp .n .b {
padding:0 6px 0 0 !important;
text-align:right !important;
overflow:visible;
white-space:nowrap;
color:#99a;
vertical-align:middle;
}
#wm-ipp .n .y .b {
padding:0 6px 2px 0 !important;
}
#wm-ipp .n .c {
background:#000;
color:#ff0;
font-weight:bold;
padding:0 !important;
text-align:center;
}
#wm-ipp.hi .n td.c {
color:#ec008c;
}
#wm-ipp .n td.f {
padding:0 0 0 6px !important;
text-align:left !important;
overflow:visible;
white-space:nowrap;
color:#99a;
vertical-align:middle;
}
#wm-ipp .n tr.m td {
text-transform:uppercase;
white-space:nowrap;
padding:2px 0;
}
#wm-ipp .c .s {
padding:0 5px 0 0 !important;
vertical-align:bottom;
}
#wm-ipp #wm-nav-captures {
white-space: nowrap;
}
#wm-ipp .c .s a.t {
color:#33f;
font-weight:bold;
line-height: 1.8;
}
#wm-ipp .c .s div.r {
color: #666;
font-size:9px;
white-space:nowrap;
}
#wm-ipp .c .k {
padding-bottom:1px;
}
#wm-ipp .c .s {
padding:0 5px 2px 0 !important;
}
#wm-ipp td#displayMonthEl {
padding: 2px 0 !important;
}
#wm-ipp td#displayYearEl {
padding: 0 0 2px 0 !important;
}
div#wm-ipp-sparkline {
position:relative;/* for positioning markers */
white-space:nowrap;
background-color:#fff;
cursor:pointer;
line-height:0.9;
}
#sparklineImgId, #wm-sparkline-canvas {
position:relative;
z-index:9012;
max-width:none;
}
#wm-ipp-sparkline div.yt {
position:absolute;
z-index:9010 !important;
background-color:#ff0 !important;
top: 0;
}
#wm-ipp-sparkline div.mt {
position:absolute;
z-index:9013 !important;
background-color:#ec008c !important;
top: 0;
}
#wm-ipp .r {
margin-left: 4px;
}
#wm-ipp .r a {
color:#33f;
border:none;
position:relative;
background-color:transparent;
background-repeat:no-repeat !important;
background-position:100% 100% !important;
text-decoration: none;
}
#wm-ipp #wm-capinfo {
/* prevents notice div background from sticking into round corners of
#wm-ipp-inside */
border-radius: 0 0 4px 4px;
}
#wm-ipp #wm-capinfo .c-logo {
display:block;
float:left;
margin-right:3px;
width:90px;
min-height:90px;
max-height: 290px;
border-radius:45px;
overflow:hidden;
background-position:50%;
background-size:auto 90px;
box-shadow: 0 0 2px 2px rgba(208,208,208,128) inset;
}
#wm-ipp #wm-capinfo .c-logo span {
display:inline-block;
}
#wm-ipp #wm-capinfo .c-logo img {
height:90px;
position:relative;
left:-50%;
}
#wm-ipp #wm-capinfo .wm-title {
font-size:130%;
}
#wm-ipp #wm-capinfo a.wm-selector {
display:inline-block;
color: #aaa;
text-decoration:none !important;
padding: 2px 8px;
}
#wm-ipp #wm-capinfo a.wm-selector.selected {
background-color:#666;
}
#wm-ipp #wm-capinfo a.wm-selector:hover {
color: #fff;
}
#wm-ipp #wm-capinfo.notice-only #wm-capinfo-collected-by,
#wm-ipp #wm-capinfo.notice-only #wm-capinfo-timestamps {
display: none;
}
#wm-ipp #wm-capinfo #wm-capinfo-notice .wm-capinfo-content {
background-color:#ff0;
padding:5px;
font-size:14px;
text-align:center;
}
#wm-ipp #wm-capinfo #wm-capinfo-notice .wm-capinfo-content * {
font-size:14px;
text-align:center;
}
#wm-ipp #wm-expand {
right: 1px;
bottom: -1px;
color: #ffffff;
background-color: #666 !important;
padding:0 5px 0 3px !important;
border-radius: 3px 3px 0 0 !important;
}
#wm-ipp #wm-expand span {
color: #ffffff;
}
#wm-ipp #wm-expand #wm-expand-icon {
display: inline-block;
transition: transform 0.5s;
transform-origin: 50% 45%;
}
#wm-ipp #wm-expand.wm-open #wm-expand-icon {
transform: rotate(180deg);
}
#wm-ipp #wmtb {
text-align:right;
}
#wm-ipp #wmtb #wmtbURL {
width: calc(100% - 45px);
}
#wm-ipp #wm-graph-anchor {
border-right:1px solid #ccc;
}
/* time coherence */
html.wb-highlight {
box-shadow: inset 0 0 0 3px #a50e3a !important;
}
.wb-highlight {
outline: 3px solid #a50e3a !important;
}
#wm-ipp-print {
display:none !important;
}
@media print {
#wm-ipp-base {
display:none !important;
}
#wm-ipp-print {
display:block !important;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
@media (max-width:414px) {
#wm-ipp .xxs {
display:none !important;
}
}
@media (min-width:1055px) {
#wm-ipp #wm-graph-anchor {
display:block !important;
}
}
@media (max-width:1054px) {
#wm-ipp #wm-graph-anchor {
display:none !important;
}
}
@media (max-width:1163px) {
#wm-logo {
display:none !important;
}
}
#wm-btns {
white-space: nowrap;
margin-top: -2px;
}
#wm-btns #wm-save-snapshot-open {
margin-right: 7px;
top: -6px;
}
#wm-btns #wm-sign-in {
box-sizing: content-box;
display: none;
margin-right: 7px;
top: -8px;
/*
round border around sign in button
*/
border: 2px #000 solid;
border-radius: 14px;
padding-right: 2px;
padding-bottom: 2px;
width: 11px;
height: 11px;
}
#wm-btns #wm-sign-in>.iconochive-person {
font-size: 12.5px;
}
#wm-save-snapshot-open > .iconochive-web {
color:#000;
font-size:160%;
}
#wm-ipp #wm-share {
display: flex;
align-items: flex-end;
justify-content: space-between;
}
#wm-share > #wm-screenshot {
display: inline-block;
margin-right: 3px;
visibility: hidden;
}
#wm-screenshot > .iconochive-image {
color:#000;
font-size:160%;
}
#wm-share > #wm-video {
display: inline-block;
margin-right: 3px;
visibility: hidden;
}
#wm-video > .iconochive-movies {
color: #000;
display: inline-block;
font-size: 150%;
margin-bottom: 2px;
}
#wm-btns #wm-save-snapshot-in-progress {
display: none;
font-size:160%;
opacity: 0.5;
position: relative;
margin-right: 7px;
top: -5px;
}
#wm-btns #wm-save-snapshot-success {
display: none;
color: green;
position: relative;
top: -7px;
}
#wm-btns #wm-save-snapshot-fail {
display: none;
color: red;
position: relative;
top: -7px;
}
.wm-icon-screen-shot {
background: url("../images/web-screenshot.svg") no-repeat !important;
background-size: contain !important;
width: 22px !important;
height: 19px !important;
display: inline-block;
}
#donato {
/* transition effect is disable so as to simplify height adjustment */
/*transition: height 0.5s;*/
height: 0;
margin: 0;
padding: 0;
border-bottom: 1px solid #999 !important;
}
body.wm-modal {
height: auto !important;
overflow: hidden !important;
}
#donato #donato-base {
width: 100%;
height: 100%;
/*bottom: 0;*/
margin: 0;
padding: 0;
position: absolute;
z-index: 2147483639;
}
body.wm-modal #donato #donato-base {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 2147483640;
}
.wb-autocomplete-suggestions {
font-family: Lucida Grande, Helvetica, Arial, sans-serif;
font-size: 12px;
text-align: left;
cursor: default;
border: 1px solid #ccc;
border-top: 0;
background: #fff;
box-shadow: -1px 1px 3px rgba(0,0,0,.1);
position: absolute;
display: none;
z-index: 2147483647;
max-height: 254px;
overflow: hidden;
overflow-y: auto;
box-sizing: border-box;
}
.wb-autocomplete-suggestion {
position: relative;
padding: 0 .6em;
line-height: 23px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 1.02em;
color: #333;
}
.wb-autocomplete-suggestion b {
font-weight: bold;
}
.wb-autocomplete-suggestion.selected {
background: #f0f0f0;
}

View file

@ -0,0 +1,116 @@
@font-face{font-family:'Iconochive-Regular';src:url('../fonts/Iconochive-Regular.eot');src:url('../fonts/Iconochive-Regular.eot') format('embedded-opentype'),url('../fonts/Iconochive-Regular.woff') format('woff'),url('../fonts/Iconochive-Regular.ttf') format('truetype'),url('../fonts/Iconochive-Regular.svg') format('svg');font-weight:normal;font-style:normal}
[class^="iconochive-"],[class*=" iconochive-"]{font-family:'Iconochive-Regular'!important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.iconochive-Uplevel:before{content:"\21b5"}
.iconochive-exit:before{content:"\1f6a3"}
.iconochive-beta:before{content:"\3b2"}
.iconochive-logo:before{content:"\1f3db"}
.iconochive-audio:before{content:"\1f568"}
.iconochive-movies:before{content:"\1f39e"}
.iconochive-software:before{content:"\1f4be"}
.iconochive-texts:before{content:"\1f56e"}
.iconochive-etree:before{content:"\1f3a4"}
.iconochive-image:before{content:"\1f5bc"}
.iconochive-web:before{content:"\1f5d4"}
.iconochive-collection:before{content:"\2211"}
.iconochive-folder:before{content:"\1f4c2"}
.iconochive-data:before{content:"\1f5c3"}
.iconochive-tv:before{content:"\1f4fa"}
.iconochive-article:before{content:"\1f5cf"}
.iconochive-question:before{content:"\2370"}
.iconochive-question-dark:before{content:"\3f"}
.iconochive-info:before{content:"\69"}
.iconochive-info-small:before{content:"\24d8"}
.iconochive-comment:before{content:"\1f5e9"}
.iconochive-comments:before{content:"\1f5ea"}
.iconochive-person:before{content:"\1f464"}
.iconochive-people:before{content:"\1f465"}
.iconochive-eye:before{content:"\1f441"}
.iconochive-rss:before{content:"\221e"}
.iconochive-time:before{content:"\1f551"}
.iconochive-quote:before{content:"\275d"}
.iconochive-disc:before{content:"\1f4bf"}
.iconochive-tv-commercial:before{content:"\1f4b0"}
.iconochive-search:before{content:"\1f50d"}
.iconochive-search-star:before{content:"\273d"}
.iconochive-tiles:before{content:"\229e"}
.iconochive-list:before{content:"\21f6"}
.iconochive-list-bulleted:before{content:"\2317"}
.iconochive-latest:before{content:"\2208"}
.iconochive-left:before{content:"\2c2"}
.iconochive-right:before{content:"\2c3"}
.iconochive-left-solid:before{content:"\25c2"}
.iconochive-right-solid:before{content:"\25b8"}
.iconochive-up-solid:before{content:"\25b4"}
.iconochive-down-solid:before{content:"\25be"}
.iconochive-dot:before{content:"\23e4"}
.iconochive-dots:before{content:"\25a6"}
.iconochive-columns:before{content:"\25af"}
.iconochive-sort:before{content:"\21d5"}
.iconochive-atoz:before{content:"\1f524"}
.iconochive-ztoa:before{content:"\1f525"}
.iconochive-upload:before{content:"\1f4e4"}
.iconochive-download:before{content:"\1f4e5"}
.iconochive-favorite:before{content:"\2605"}
.iconochive-heart:before{content:"\2665"}
.iconochive-play:before{content:"\25b6"}
.iconochive-play-framed:before{content:"\1f3ac"}
.iconochive-fullscreen:before{content:"\26f6"}
.iconochive-mute:before{content:"\1f507"}
.iconochive-unmute:before{content:"\1f50a"}
.iconochive-share:before{content:"\1f381"}
.iconochive-edit:before{content:"\270e"}
.iconochive-reedit:before{content:"\2710"}
.iconochive-gear:before{content:"\2699"}
.iconochive-remove-circle:before{content:"\274e"}
.iconochive-plus-circle:before{content:"\1f5d6"}
.iconochive-minus-circle:before{content:"\1f5d5"}
.iconochive-x:before{content:"\1f5d9"}
.iconochive-fork:before{content:"\22d4"}
.iconochive-trash:before{content:"\1f5d1"}
.iconochive-warning:before{content:"\26a0"}
.iconochive-flash:before{content:"\1f5f2"}
.iconochive-world:before{content:"\1f5fa"}
.iconochive-lock:before{content:"\1f512"}
.iconochive-unlock:before{content:"\1f513"}
.iconochive-twitter:before{content:"\1f426"}
.iconochive-facebook:before{content:"\66"}
.iconochive-googleplus:before{content:"\67"}
.iconochive-reddit:before{content:"\1f47d"}
.iconochive-tumblr:before{content:"\54"}
.iconochive-pinterest:before{content:"\1d4df"}
.iconochive-popcorn:before{content:"\1f4a5"}
.iconochive-email:before{content:"\1f4e7"}
.iconochive-embed:before{content:"\1f517"}
.iconochive-gamepad:before{content:"\1f579"}
.iconochive-Zoom_In:before{content:"\2b"}
.iconochive-Zoom_Out:before{content:"\2d"}
.iconochive-RSS:before{content:"\1f4e8"}
.iconochive-Light_Bulb:before{content:"\1f4a1"}
.iconochive-Add:before{content:"\2295"}
.iconochive-Tab_Activity:before{content:"\2318"}
.iconochive-Forward:before{content:"\23e9"}
.iconochive-Backward:before{content:"\23ea"}
.iconochive-No_Audio:before{content:"\1f508"}
.iconochive-Pause:before{content:"\23f8"}
.iconochive-No_Favorite:before{content:"\2606"}
.iconochive-Unike:before{content:"\2661"}
.iconochive-Song:before{content:"\266b"}
.iconochive-No_Flag:before{content:"\2690"}
.iconochive-Flag:before{content:"\2691"}
.iconochive-Done:before{content:"\2713"}
.iconochive-Check:before{content:"\2714"}
.iconochive-Refresh:before{content:"\27f3"}
.iconochive-Headphones:before{content:"\1f3a7"}
.iconochive-Chart:before{content:"\1f4c8"}
.iconochive-Bookmark:before{content:"\1f4d1"}
.iconochive-Documents:before{content:"\1f4da"}
.iconochive-Newspaper:before{content:"\1f4f0"}
.iconochive-Podcast:before{content:"\1f4f6"}
.iconochive-Radio:before{content:"\1f4fb"}
.iconochive-Cassette:before{content:"\1f4fc"}
.iconochive-Shuffle:before{content:"\1f500"}
.iconochive-Loop:before{content:"\1f501"}
.iconochive-Low_Audio:before{content:"\1f509"}
.iconochive-First:before{content:"\1f396"}
.iconochive-Invisible:before{content:"\1f576"}
.iconochive-Computer:before{content:"\1f5b3"}

View file

@ -0,0 +1,124 @@
<?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="Iconochive-Regular" horiz-adv-x="1024">
<font-face units-per-em="1024" ascent="896" descent="-128" />
<missing-glyph horiz-adv-x="1024" />
<glyph unicode="&#x20;" d="" horiz-adv-x="0" />
<glyph unicode="&#x2b;" d="M61.878 37.083l240.24 221.702q-63.343 91.925-63.343 207.796 0 99.65 48.667 183.849t133.253 133.639 184.236 49.438q151.405 0 258.393-107.76t106.988-259.165q0-152.178-106.988-259.553t-258.393-107.375q-120.506 0-217.838 71.841l-243.331-225.563q-16.994-16.994-42.487-16.994t-43.644 18.153-18.153 43.644q0 26.264 22.402 46.348zM604.928 222.477q99.65 0 171.104 71.841t71.454 172.263-71.454 171.489-171.104 71.067q-101.195 0-172.263-71.067t-71.067-171.489 71.454-172.263 171.877-71.841zM480.561 426.411h95.015v-95.015h67.206v95.015h95.015v67.206h-95.015v95.015h-67.206v-95.015h-95.015v-67.206z" />
<glyph unicode="&#x2d;" d="M61.104 37.855l241.013 221.702q-64.117 93.47-64.117 207.023 0 99.65 49.052 183.849t133.252 133.252 183.849 49.052 183.849-49.052 133.253-133.252 49.052-183.849-49.052-184.236-133.252-133.639-183.849-49.052q-119.735 0-216.293 71.841l-244.876-225.563q-17.768-16.222-41.714-16.222-25.492 0-43.644 18.153t-18.153 43.644q0 27.037 21.629 46.348zM604.156 223.249q100.422 0 171.489 71.454t71.067 171.877-71.067 171.489-171.489 71.067-171.489-71.067-71.067-171.489 71.067-171.877 171.489-71.454zM465.111 421.776h291.224v88.836h-291.224v-88.836z" />
<glyph unicode="&#x3f;" d="M499.031 806.914h1.545q121.28 0 224.791-59.867t163.764-162.993 61.026-224.404q0-89.607-33.602-171.877t-96.946-146.384q-130.55-131.321-316.716-132.866h-2.317q-121.28 0-224.404 59.867t-163.764 163.378-60.639 224.791q-0.773 89.607 33.217 171.877t97.332 145.612q63.343 64.117 145.225 98.49t171.489 34.375zM557.74 207.472v33.989q4.634 28.582 17.769 44.804 11.587 16.222 31.673 31.673 24.719 18.54 37.852 27.809 20.085 13.132 37.079 33.989 16.222 20.085 27.809 47.122 10.815 26.265 10.815 71.067 0 27.809-10.815 55.618-11.587 29.354-37.079 56.391-27.809 27.037-68.751 43.259-44.032 17.767-105.83 17.767-47.122 0-89.607-16.994-38.623-16.222-67.978-46.348-28.582-29.354-43.259-69.523-15.449-39.397-16.994-88.836h131.321q0 21.629 5.408 45.577 6.18 22.402 16.995 36.307 10.042 15.449 28.582 25.492 16.995 9.27 41.714 9.27 35.534 0 55.618-20.085 20.085-19.312 20.085-60.253 1.545-24.719-8.497-40.169-10.042-17.767-24.719-30.128-23.174-20.085-32.444-27.037-18.54-13.132-33.989-31.671-17.767-20.085-28.582-44.032-12.361-27.037-14.677-64.117v-40.942h120.506zM565.465 154.171h-140.59v-138.274h140.59v138.274z" />
<glyph unicode="&#x54;" d="M934.813 784.776v-843.75h-843.75v843.75h843.75zM345.125 520.401v-105.938q4.688-0.938 31.406 0t27.656-2.813q2.813-46.875 2.344-98.906t-0.938-95.625 13.125-81.563 44.531-56.719q37.5-23.438 103.594-25.313t116.719 18.75q-0.938 10.313 0.469 63.281t-3.281 58.594q-105.938-30.938-128.438 20.625-21.563 49.688-8.438 198.75v0.938h134.063v105.938h-134.063v130.313h-80.625q-8.438-38.438-19.688-63.75t-36.094-45-62.344-21.563z" />
<glyph unicode="&#x66;" d="M934.813 784.776v-843.75h-843.75v843.75h843.75zM806.375 294.464l5.625 112.5h-120.938q-2.813 110.625 21.563 121.875 11.25 5.625 28.125 7.031t32.344 0.469 35.156 0.938q2.813 50.625 2.813 104.063-68.438 6.563-95.625 4.688-89.063-5.625-124.688-68.438-5.625-10.313-9.375-22.969t-6.094-22.969-3.281-29.063-1.406-28.594-0.469-33.75v-33.281h-80.625v-112.5h81.563v-308.438h122.813q0 11.25-0.938 83.906t-1.406 126.563 0.469 97.969h114.375z" />
<glyph unicode="&#x67;" d="M817.625 519.464h117.188v-578.438h-347.813q13.125 117.188-64.688 188.438-15.938 15-52.031 42.656t-52.969 43.594q-24.375 21.563-27.188 37.5-6.563 31.875 21.563 61.875 7.5 8.438 23.906 21.563t19.219 15q49.688 41.25 68.438 90 23.438 61.875-0.938 136.875-18.75 55.313-69.375 89.063h74.063q3.75 0.938 16.875 16.875 30 30 45.938 47.813 1.875 3.75 0.938 3.75h-293.438q-49.688 0-120-26.25-21.563-7.5-42.656-22.969t-32.344-25.781l-11.25-11.25v135h843.75v-196.875h-117.188v124.688h-68.438v-124.688h-124.688v-68.438h124.688v-124.688h68.438v124.688zM410.75 529.776q19.688-81.563-4.688-137.813-28.125-62.813-97.5-61.875-64.688 2.813-109.688 50.625-41.25 44.063-55.313 105-17.813 75.938 11.25 135.938 13.125 27.188 34.688 44.063 25.313 20.625 60 21.563 60 4.688 107.813-51.563 38.438-43.125 53.438-105.938zM91.063 114.464v230.625q70.313-68.438 186.563-58.125-16.875-37.5-15-63.75 0.938-9.375 3.281-17.813t7.969-16.406 8.438-12.188 11.25-12.656 9.375-10.313q-130.313 5.625-210.938-39.375h-0.938zM91.063-58.974v82.5q36.563 56.25 110.625 80.625 40.313 14.063 79.688 14.063 54.375 0 82.5-11.25 0.938 0 2.813-0.938 14.063-8.438 44.063-29.063 24.375-16.875 33.75-24.375t26.25-25.781 22.031-38.906 3.281-46.875h-405z" />
<glyph unicode="&#x69;" d="M516.622 813.231h1.545q91.152 0 174.579-35.534t144.067-95.786 96.561-143.681 35.92-174.579q0.772-90.38-33.217-173.034t-97.332-146.77q-131.321-132.094-319.033-133.639h-1.545q-91.152 0-174.579 35.534t-144.067 95.787-96.561 143.681-35.92 174.579q-0.772 90.38 33.217 173.034t97.332 146.77q131.321 132.094 319.033 133.639zM634.039 569.128q23.174 23.174 23.174 54.847 0 33.217-22.402 55.618t-55.618 22.403-55.618-22.403q-23.174-22.403-23.174-55.618 0-30.127 23.174-54.847 23.174-23.174 55.618-23.174t54.847 23.174zM522.029 97.146l-11.587 8.497q0 6.18 10.815 38.623l115.099 349.932-208.568-32.444 2.317-34.762q0 1.545 12.36 2.317 12.36 0 19.313-4.634 6.953-3.090 7.725-10.042 0-11.588-17.767-63.343l-73.386-216.293q-13.904-44.032-13.132-61.026 0.772-22.402 22.402-35.534 16.994-10.815 44.032-10.815h5.407q23.947 0.773 56.392 8.883t53.302 21.243q17.767 10.815 29.354 19.698t14.677 12.746l3.090 3.090-25.492 30.128-27.037-18.54q-10.815-6.18-19.313-7.725z" />
<glyph unicode="&#x2c2;" d="M207 379.714l-1 1 383 426q32 30 61 30t53-17.5 36-46.5l-350-393 350-393q-12-29-36-46.5t-53-17.5q-28 0-61 29l-383 427z" />
<glyph unicode="&#x2c3;" d="M777 378.714l1-2-383-426q-33-29-61-29-29 0-53 17.5t-36 46.5l350 393-350 392q12 29 36 46.5t53 17.5q30 0 61-29l383-426z" />
<glyph unicode="&#x3b2;" d="M512-96c-265.097 0-480 214.903-480 480s214.903 480 480 480c265.097 0 480-214.903 480-480s-214.903-480-480-480zM189.8 421.5v50.1h44.1c4.2 0 8.25-0.35 12.15-1.050s7.35-1.95 10.35-3.75c3-1.8 5.4-4.3 7.2-7.5s2.7-7.3 2.7-12.3c0-9-2.7-15.5-8.1-19.5s-12.3-6-20.7-6h-47.7zM142.7 508.2v-214.2h103.8c9.6 0 18.95 1.2 28.050 3.6s17.2 6.1 24.3 11.1c7.1 5 12.75 11.45 16.95 19.35s6.3 17.25 6.3 28.050c0 13.4-3.25 24.85-9.75 34.35s-16.35 16.15-29.55 19.95c9.6 4.6 16.85 10.5 21.75 17.7s7.35 16.2 7.35 27c0 10-1.65 18.4-4.95 25.2s-7.95 12.25-13.95 16.35c-6 4.1-13.2 7.050-21.6 8.85s-17.7 2.7-27.9 2.7h-100.8zM189.8 330.6v58.8h51.3c10.2 0 18.4-2.35 24.6-7.050s9.3-12.55 9.3-23.55c0-5.6-0.95-10.2-2.85-13.8s-4.45-6.45-7.65-8.55c-3.2-2.1-6.9-3.6-11.1-4.5s-8.6-1.35-13.2-1.35h-50.4zM370.783 508.2v-214.2h162.6v39.6h-115.5v52.5h103.8v36.6h-103.8v45.9h113.1v39.6h-160.2zM629.465 468.6v-174.6h47.1v174.6h64.2v39.6h-175.5v-39.6h64.2zM808.648 376.8l27.9 78.6h0.6l27-78.6h-55.5zM813.148 508.2l-81-214.2h47.4l16.8 47.7h80.1l16.2-47.7h48.9l-80.1 214.2h-48.3z" />
<glyph unicode="&#x21b5;" d="M469.716 726.904l-92.277 93.194-340.827-344.213 92.277-93.194 340.827 344.213zM382.562 820.099l-92.277-93.194 340.827-344.213 92.277 93.194-340.827 344.213zM381.926 104.544l65.25-65.898v653.773h-130.5v-719.671h637.49v131.797h-572.24z" />
<glyph unicode="&#x21d5;" d="M494.914 836.474l292.511-327.118h-585.022zM494.914-69.075l-292.511 327.118h585.022z" horiz-adv-x="1028" />
<glyph unicode="&#x21f6;" d="M949.778 655.064h-901.428q-13.184 0-21.424 8.24t-8.24 20.6q0 11.536 8.24 19.776t21.424 8.24h901.428q11.536 0 20.187-8.24t8.652-19.776q0-12.36-8.652-20.6t-20.187-8.24zM48.349 561.955h901.428q11.536 0 20.187-8.24t8.652-19.776q0-12.36-8.652-21.011t-20.187-8.652h-901.428q-13.184 0-21.424 8.652t-8.24 21.011q0 11.536 8.24 19.776t21.424 8.24zM48.349 411.167h901.428q11.536 0 20.187-8.652t8.652-19.363-8.652-19.776-20.187-9.064h-901.428q-12.36 0-21.011 8.652t-8.652 20.187 8.652 19.776 21.011 8.24zM48.349 260.38h901.428q11.536 0 20.187-8.24t8.652-18.952q0-11.536-9.064-21.011t-19.776-9.475h-901.428q-12.36 0-21.011 9.064t-8.652 21.424q0 11.536 8.24 19.363t21.424 7.827zM48.349 108.768h901.428q11.536 0 20.187-8.652t8.652-21.011q0-10.712-8.652-18.952t-20.187-8.24h-901.428q-13.184 0-21.424 7.827t-8.24 19.363q0 12.36 8.24 21.011t21.424 8.652z" horiz-adv-x="1012" />
<glyph unicode="&#x2208;" d="M1016.659 599.89v30.128q0 19.312-11.2 32.83t-27.423 13.519h-543.823q-16.222 0-27.809-13.519t-11.587-32.83v-30.128q0-19.312 11.587-33.217t27.809-13.904h543.823q16.223 0 27.423 13.519t11.2 33.603zM587.162 364.285l-408.64-285.044v185.394h-166.083v198.527h166.083v186.939zM587.933 425.31h390.1q16.222 0 27.423-13.519t11.2-32.83v-31.673q0-18.54-11.2-31.672t-27.423-13.132h-390.874l88.062 61.798zM1016.659 97.781v30.127q0 18.54-11.2 32.444t-27.423 13.904h-543.823q-16.222 0-27.809-13.904t-11.587-32.444v-30.127q0-17.768 11.587-31.285t27.809-13.519h543.823q16.223 0 27.423 13.133t11.2 31.673z" />
<glyph unicode="&#x2211;" d="M948.859-3.93v524.138q0 24.442-20.707 42.773t-41.076 18.332h-754.296q-22.405 0-38.020-17.313t-15.616-43.792v-524.138q0-26.479 15.277-43.112t38.359-16.633h754.296q20.368 0 41.076 17.313t20.707 42.433zM276.714 435.34v-26.479q0-7.469-7.807-15.277t-15.954-7.807h-49.563q-8.826 0-16.633 7.469t-7.808 15.617v26.479q0 8.827 8.148 22.066t16.295 13.239h49.564q7.469 0 15.616-13.239t8.148-22.066zM842.945 435.34v-26.479q0-8.148-7.129-15.617t-16.633-7.469h-438.591q-10.185 0-17.313 7.469t-7.129 15.617v26.479q0 9.505 7.468 22.405t16.974 12.901h438.591q8.827 0 16.295-12.901t7.468-22.405zM276.714 264.928v-26.479q0-7.469-7.807-14.937t-15.954-7.469h-49.563q-8.826 0-16.633 7.469t-7.808 14.937v26.479q0 9.505 8.148 22.745t16.295 13.239h49.564q7.469 0 15.616-13.578t8.148-22.405zM842.945 264.928v-26.479q0-7.469-7.129-14.937t-16.633-7.469h-438.591q-10.185 0-17.313 7.469t-7.129 14.937v26.479q0 10.185 7.468 23.084t16.974 12.901h438.591q8.827 0 16.295-13.239t7.468-22.745zM276.714 93.156v-23.083q0-8.826-7.807-16.633t-15.954-7.808h-49.563q-8.826 0-16.633 7.808t-7.808 16.633v23.083q0 10.184 7.808 23.423t16.633 13.239h49.563q7.469 0 15.616-13.239t8.148-23.423zM842.945 93.156v-23.083q0-8.826-7.129-16.633t-16.633-7.808h-438.591q-10.185 0-17.313 7.808t-7.129 16.633v23.083q0 10.864 7.468 23.763t16.974 12.901h438.591q8.827 0 16.295-13.239t7.468-23.423z" />
<glyph unicode="&#x221e;" d="M787.019-57.816h146.77q0 124.369-34.376 240.626t-94.242 209.727-141.749 171.104-176.125 128.618-198.141 77.248-206.637 22.402v-143.681q301.266-10.815 498.248-210.887 199.299-199.299 206.251-495.158zM81.749 492.959v-139.818q231.742-23.947 336.8-180.759 58.708-91.152 74.158-230.197h142.136q3.862 113.555-43.644 219.77t-125.141 180.372-179.988 115.871-204.321 34.762zM192.213 163.884q-47.122 0-80.724-33.989t-32.83-79.566q1.545-44.804 35.534-78.021t78.021-33.217q44.804 0 77.248 32.83t33.217 78.406q0 48.667-31.285 81.111t-79.178 32.444z" />
<glyph unicode="&#x2295;" d="M517.079-62.895q117.416 0 217.452 58.322t157.972 158.358 57.936 217.452q0 88.062-34.375 168.4t-92.311 138.274-138.274 92.311-168.4 34.375q-117.416 0-217.452-57.936t-158.358-157.972-58.322-217.452 58.322-217.452 158.358-158.358 217.452-58.322zM517.079 694.904q133.639 0 228.652-95.015t95.015-228.652q0-134.411-95.015-229.426t-228.652-95.015q-134.411 0-229.426 95.015t-95.015 229.426q0 133.639 95.015 228.652t229.426 95.015zM751.14 321.026h-183.849v-183.849h-100.422v183.849h-183.849v100.422h183.849v183.077h100.422v-183.077h183.849v-100.422z" />
<glyph unicode="&#x229e;" d="M532 759.714h-489v-643h489v643zM1119 759.714h-489v-349h489v349zM1119 312.714h-489v-349h489v349z" horiz-adv-x="1172" />
<glyph unicode="&#x22d4;" d="M1205.241 368.372l228.505-210.339-229.461-220.853v122.38h-719.939q-28.684-43.026-74.576-68.839t-99.434-25.816q-86.050 0-146.759 60.712t-60.71 146.759q0 85.093 60.71 145.801t146.759 60.712q65.016 0 117.603-37.288t75.532-96.567h2.868q54.497 2.868 72.664 10.515 33.466 14.345 60.236 44.938 37.288 41.112 146.283 221.813 75.532 120.469 128.116 147.242 24.861 13.385 80.312 20.079t98.478 6.693h319.338v124.292l228.505-217.99-229.461-213.207v121.428h-280.136q-56.408 5.735-108.037-20.079-7.65-3.825-14.818-9.082t-14.341-13.385-11.475-13.385-11.948-14.818-9.562-12.428q-15.298-19.118-43.503-64.537t-49.237-81.743l-21.031-36.329h358.538v123.337zM310.335 90.147q33.466 0 57.845 23.901t24.382 58.321q0 33.466-24.382 57.362t-57.845 23.901q-34.42 0-58.321-23.901t-23.901-57.362q0-34.42 23.901-58.321t58.321-23.901z" horiz-adv-x="1755" />
<glyph unicode="&#x2317;" d="M222.226 606.147v-27.519q0-17.381-10.864-29.693t-24.623-12.311h-66.625q-14.483 0-25.709 12.311t-11.226 29.693v27.519q0 17.381 11.226 29.693t25.709 12.311h66.625q13.761 0 24.623-12.311t10.864-29.693zM937.008 606.147v-27.519q0-16.657-11.226-29.33t-24.984-12.674h-555.459q-15.932 0-26.071 11.949t-10.139 30.053v27.519q0 17.381 10.139 29.693t26.071 12.311h555.459q13.761 0 24.984-12.674t11.226-29.33zM222.226 374.405v-28.968q0-16.658-10.864-28.244t-24.623-11.587h-66.625q-14.483 0-25.709 11.587t-11.226 28.244v28.968q0 17.381 11.226 30.416t25.709 13.035h66.625q13.761 0 24.623-13.035t10.864-30.416zM937.008 374.405v-28.968q0-16.658-11.226-28.244t-24.984-11.587h-555.459q-15.932 0-26.071 11.226t-10.139 28.606v28.968q0 18.106 10.139 30.778t26.071 12.674h555.459q13.761 0 24.984-13.035t11.226-30.416zM222.226 141.214v-26.071q0-18.106-10.864-30.416t-24.623-12.312h-66.625q-14.483 0-25.709 12.312t-11.226 30.416v26.071q0 18.83 11.226 31.141t25.709 12.312h66.625q13.761 0 24.623-12.312t10.864-31.141zM937.008 141.214v-26.071q0-18.106-11.226-30.416t-24.984-12.312h-555.459q-15.932 0-26.071 11.949t-10.139 30.778v26.071q0 18.83 10.139 31.141t26.071 12.312h555.459q13.761 0 24.984-12.674t11.226-30.778z" horiz-adv-x="1026" />
<glyph unicode="&#x2318;" d="M587.425 108.519h0.772q3.863-71.067 55.618-120.506t123.596-49.438q74.931 0 127.845 52.529t52.914 127.459-52.914 127.459-127.845 52.529h-78.021v171.489h87.291q71.067 3.863 120.506 56.004t49.438 123.983q0 74.931-52.529 127.459t-127.459 52.529-127.459-52.529-52.529-127.459v-78.021h-174.579v78.021q0 74.931-52.529 127.459t-127.459 52.529-127.459-52.529-52.529-127.459q0-71.841 49.438-123.983t120.506-56.004h87.291v-171.489h-78.021q-74.931 0-127.459-52.529t-52.529-127.459 52.529-127.459 127.459-52.529q71.841 0 123.982 49.438t56.777 120.506v90.38h175.353v-90.38zM307.789 573.55h-77.248q-31.673 0-54.073 22.403t-22.403 54.073 22.403 54.073 54.073 22.402 54.459-22.402 22.789-54.073v-76.476zM690.938 573.55v76.476q0 31.671 22.789 54.073t54.459 22.402 54.073-22.402 22.402-54.073-22.402-54.073-54.073-22.403h-77.248zM586.654 299.32h-174.579v171.489h174.579v-171.489zM307.789 198.898v-77.248q0-31.671-22.789-54.073t-54.459-22.402-54.073 22.402-22.403 54.073 22.403 54.459 54.073 22.788h77.248zM690.938 198.898h77.248q31.673 0 54.073-22.789t22.402-54.459-22.402-54.073-54.073-22.402-54.459 22.402-22.789 54.073v77.248z" />
<glyph unicode="&#x2370;" d="M506.167 806.914h-1.545q-90.38 0-172.263-34.375t-145.225-98.49q-63.343-63.343-96.946-145.612t-33.602-172.648q0-91.152 35.92-173.807t96.173-142.522 143.681-95.401 175.352-35.534q90.38 0 171.877 34.376t145.612 98.49q130.55 132.094 130.55 318.26-0.773 91.152-36.693 173.807t-95.786 142.522-142.909 95.401-174.193 35.534zM507.713 11.262h-1.545q-142.909 0-244.489 101.58t-101.581 243.716q-1.545 142.909 100.422 244.876 100.422 101.195 245.648 102.74 142.909 0 244.102-101.195t101.967-244.102q1.545-142.909-100.422-244.876-100.422-101.195-244.102-102.74zM555.606 235.281v29.354q3.090 23.174 14.678 38.623 13.904 16.222 27.809 27.037 22.402 16.995 32.444 23.947 17.767 11.587 31.672 29.354 13.904 15.449 23.947 40.942 10.043 22.403 10.043 61.026 0 23.174-10.043 47.893-8.497 23.947-31.672 48.667-21.629 21.629-59.481 37.079-37.079 15.449-91.152 15.449-43.259 0-77.248-14.678-34.762-14.678-58.708-39.397t-37.852-60.253q-13.904-37.852-13.904-76.476h113.555q0 20.085 4.634 38.623 4.634 19.313 13.904 31.673 10.815 13.904 24.719 21.629 15.449 8.498 36.307 8.498 29.354 0 47.893-16.994 17.767-17.768 17.767-52.529 0.773-19.313-7.725-34.762-7.725-13.904-20.858-25.492-8.497-7.725-28.582-23.174-16.222-12.36-29.354-27.809-15.449-17.767-24.719-37.852-10.042-22.402-12.36-55.618v-34.762h104.285zM440.506 188.933v-119.735h121.28v119.735h-121.28z" />
<glyph unicode="&#x23e4;" d="M259 398.714h-224v-169h224v169z" horiz-adv-x="294" />
<glyph unicode="&#x23e9;" d="M557 382.714l-541-319v637zM1099 382.714l-542-319v637z" horiz-adv-x="1136" />
<glyph unicode="&#x23ea;" d="M579 382.714l541-319v637zM37 382.714l542-319v637z" horiz-adv-x="1136" />
<glyph unicode="&#x23f8;" d="M430 760.714h-204v-768h204v768zM802 760.714h-204v-768h204v768z" />
<glyph unicode="&#x24d8;" d="M514.946 838.799q98.053 0 187.454-37.903t154.084-102.172 102.997-152.847 39.139-186.63q0-131.013-63.858-242.247t-174.27-175.918-241.425-65.506q-98.053 0-187.454 37.903t-154.084 102.172-102.998 152.847-38.315 186.63q-0.823 98.053 37.079 187.454t102.173 154.084 152.847 102.997 186.63 39.139zM598.166 531.455q16.479 16.479 16.479 38.727 0 21.424-15.655 38.727-15.657 15.655-39.139 15.655t-39.139-15.655-15.657-38.727 15.657-38.727q16.479-16.479 38.727-16.479t38.727 16.479zM520.714 180.443l-8.24 6.592q0 4.119 7.417 29.663l80.75 272.736-172.211-31.311 1.648-27.191 6.592 1.648q36.255 5.767 42.847 5.767 9.888 0 14.009-3.296 4.943-3.296 4.943-7.417 0-9.888-12.359-49.438l-51.086-168.091q-9.888-33.785-9.888-47.791 1.648-17.303 15.657-27.191 14.007-9.063 31.311-9.063h4.121q28.839 0.823 61.798 23.895 27.191 18.951 52.734 48.615l3.296 4.119-18.128 23.071-4.943-6.592q-14.831-18.128-29.663-28.015l-7.417-4.943q-8.24-5.769-13.184-5.769z" />
<glyph unicode="&#x25a6;" d="M320.031 860.178h-322.248v-243.123h322.248v243.123zM320.031 477.508h-322.248v-243.123h322.248v243.123zM320.031 94.84h-322.248v-241.688h322.248v241.688z" horiz-adv-x="331" />
<glyph unicode="&#x25af;" d="M579.162 599.168h-261.596v-493.601h261.596v493.601zM116.93 420.429h-112.451v-136.125h112.451v136.125zM273.768 420.429h-111.86v-136.125h111.86v136.125zM735.41 420.429h-112.451v-136.125h112.451v136.125zM892.251 420.429h-111.86v-136.125h111.86v136.125z" horiz-adv-x="914" />
<glyph unicode="&#x25b4;" d="M400 598.714l375-450h-750z" horiz-adv-x="768" />
<glyph unicode="&#x25b6;" d="M978 368.714l-889-444v890z" />
<glyph unicode="&#x25b8;" d="M488.999 381.714l-450 375.001v-750z" horiz-adv-x="512" />
<glyph unicode="&#x25be;" d="M432 164.714l-375 450h750z" horiz-adv-x="832" />
<glyph unicode="&#x25c2;" d="M23.001 381.714l450 375.001v-750z" horiz-adv-x="512" />
<glyph unicode="&#x2605;" d="M825.386-87.236l-302.715 209.293-300.542-209.293 104.285 346.891-293.3 233.916h367.168l122.39 346.891 120.941-346.891h367.168l-290.403-233.916z" />
<glyph unicode="&#x2606;" d="M688.911 268.216l124.924-357.799-302.805 228.123-303.484-230.159 124.924 358.478-293.3 205.039 359.156 4.752 111.345 363.909 109.309-362.553 361.193-6.111zM662.432 122.925l-63.142 179.238 169.733 109.309-203.68-4.752-55.673 182.633-55.673-182.633-203.679 4.752 169.733-109.309-61.783-180.596 151.403 115.418z" />
<glyph unicode="&#x2661;" d="M850.069 505.507q-1.272 91.020-68.423 149.26t-161.991 54.42q-42.010-1.909-97.066-37.872t-86.246-90.064q-30.552 54.103-85.609 90.064t-97.702 37.872q-94.838 3.817-161.991-54.42t-68.423-149.26q-0.637-100.567 76.38-190.95 63.014-73.199 177.584-182.678t159.762-147.032q43.282 35.644 158.807 146.077t179.175 183.631q77.653 91.020 75.744 190.95zM569.373 583.795q20.368 12.094 43.92 14.957t46.146-4.774 40.735-22.914 28.961-41.691 10.185-58.876q0-14.002-12.412-35.325t-24.824-35.962-34.372-39.145-26.414-29.597q-37.553-43.92-105.978-107.887t-98.976-89.429q-29.917 24.824-98.339 89.11t-105.978 108.204q-2.546 2.546-16.868 18.777t-21.005 24.187-19.095 24.187-18.778 26.733-11.776 23.551-5.41 22.596q0 69.379 42.646 99.932t108.842 13.367q28.006-7.002 77.971-57.604t67.788-81.153q15.277 26.733 61.104 74.789t71.925 63.967z" horiz-adv-x="896" />
<glyph unicode="&#x2665;" d="M838.429 494.987q-1.273 91.020-68.423 149.259t-161.353 54.42q-42.646-1.273-97.385-37.236t-86.563-90.7q-30.553 54.739-85.609 90.7t-97.066 37.236q-62.377 2.546-114.889-22.914t-83.7-73.199-31.824-107.571q-1.909-99.293 76.38-190.95 62.378-72.561 176.31-181.721t160.398-147.35q42.646 34.372 158.169 144.803t179.812 184.267q77.653 91.657 75.744 190.95z" horiz-adv-x="896" />
<glyph unicode="&#x266b;" d="M382.636 616.718l495.209 109.589q0.825-9.065 2.473-19.776t2.471-17.715 0.825-12.772v-393.86q-9.888 2.471-27.191 7.827t-24.719 7.004q-79.926 21.424-149.551-13.183t-95.993-107.941q-30.489-87.341 56.031-131.013 40.375-21.424 91.873-16.067t97.642 25.543 78.278 57.678 32.959 80.337q3.296 99.701 4.119 207.641t-0.412 255.845-1.236 212.997q-293.335-68.391-526.521-114.532-98.053-18.951-98.053-90.637 1.648-93.11-0.825-265.732t-2.471-240.187q-19.776 14.009-38.727 19.776-67.566 20.601-142.548-11.947t-98.053-95.993q-18.951-51.086 2.471-97.642t69.213-58.914q57.678-14.831 126.892 4.121t110.412 62.622q14.831 15.655 23.071 39.551t9.065 46.967 1.236 48.615 0.412 45.319q2.471 67.566 2.884 140.9t-0.413 172.623-0.825 142.958z" />
<glyph unicode="&#x2690;" d="M432.337 827.655l7.725 3.090q105.056 30.127 198.527-55.618 11.587-10.042 33.602-34.762t35.148-35.534q93.47-80.337 246.421-56.392 3.090 0.773 8.883 1.545t8.883 1.545l3.862-0.773q-136.729-344.525-169.173-424.862-2.317-6.18-11.2-10.815t-14.291-3.862q-162.993 23.947-240.24 105.83-105.83 112.010-230.97 96.561-28.582-74.931-69.909-181.918t-69.137-179.214-40.942-106.215q-1.545-3.862-4.634-11.201t-3.863-9.656q-18.54 2.317-45.189 31.672t-22.788 37.852l330.62 857.449q0.772 1.545 8.883-2.704t20.858-11.588 18.925-10.428zM736.693 320.91q5.408-0.772 91.925 210.887 5.408 12.36 14.678 36.307l6.953 16.222q-13.904 0-35.92 1.159t-69.523 12.36-69.909 29.74q-8.498 6.953-55.618 49.438-10.815 9.27-17.768 15.063t-17.767 13.519-18.925 12.36-18.925 9.656-20.47 6.566-21.243 1.159-23.174-3.476q-16.222-4.634-21.629-18.54l-91.925-224.018q39.397-0.772 71.454-7.725t56.392-21.243 37.079-24.333 31.285-27.809q75.703-73.386 173.034-87.291z" />
<glyph unicode="&#x2691;" d="M131.845-52.968l-9.27-21.629q-18.54 2.318-45.963 32.444t-24.333 39.397q239.467 622.615 329.847 854.359 0.772 1.545 9.27-2.704t23.174-13.132 18.54-11.2q3.862 2.317 8.497 3.863 102.74 30.127 198.527-55.618 10.043-9.27 32.444-33.989t35.534-36.307q92.697-78.792 245.648-56.392 3.090 0.772 8.883 1.931t8.111 1.159l4.634-0.772q-135.956-341.435-169.944-423.317-1.545-6.18-10.043-10.815t-14.677-3.862q-160.675 22.402-240.24 105.056-104.285 112.781-229.426 96.561-162.993-421.772-179.214-465.031z" />
<glyph unicode="&#x2699;" d="M270.562 52.522q10.043 3.862 47.122 5.408t46.348-0.772q64.888-13.904 82.655-84.2 5.408-21.629 18.54-30.513t37.079-10.428q40.169-0.772 51.369 6.18t25.106 41.714l10.043 20.085q5.408 18.54 17.381 28.582t34.376 21.629q59.481 34.762 124.369-3.090 20.085-10.043 33.217-6.953t29.354 19.313q14.677 15.449 17.767 18.54t10.043 12.746 6.566 12.36-0.773 12.36-3.476 16.995-10.042 22.788q-19.313 47.122-1.545 91.925 23.174 63.343 81.111 76.476 25.492 6.953 33.989 22.789t9.27 43.644q0 29.354-8.883 45.963t-35.148 22.015q-4.634 0.773-11.588 4.249t-10.815 4.249q-13.133 3.863-23.561 12.746t-14.678 15.836-13.519 23.174q-33.217 61.798 3.090 125.914 17.767 33.217-11.587 61.026-30.899 30.899-40.169 33.989-13.133 5.408-47.122-8.498-3.862-1.545-8.497-3.862-48.667-21.629-95.787-0.773-51.757 20.858-71.067 71.067-15.449 40.169-27.037 46.735t-58.708 5.021q-38.623-3.090-46.348-34.762-20.858-74.158-88.062-92.697-44.032-12.36-71.067-0.772-39.397 16.222-54.459 18.153t-27.809-6.566-40.555-41.714l-2.317-2.317q0-1.545-2.317-10.428t-0.772-12.746q3.863-13.904 13.904-39.397t13.904-36.307q4.634-11.587 1.545-22.402-3.090-6.953-7.725-21.243t-7.725-23.174-8.883-19.313-12.746-17.381q-8.498-9.27-21.243-15.449t-31.673-12.746-26.65-10.428q-3.090-0.773-9.27-3.863-6.953-5.407-6.953-8.498 0-6.953-0.772-21.629t-1.159-23.561 0.387-21.243 3.090-22.403q1.545-5.407 8.883-9.656t19.313-8.498 16.608-6.566q2.317-0.772 6.18-3.090t6.18-3.090q14.677-3.863 25.492-13.132t15.836-16.994 14.291-25.492q31.672-59.481-2.317-116.644-11.588-20.857-8.111-37.079t22.015-33.989 23.174-22.015 15.836-7.725 18.925-0.387 28.582 10.815zM673.794 391.638q0.772-65.661-47.122-113.555t-114.326-48.667q-65.661-0.773-113.555 46.735t-48.667 113.168q0 66.433 47.507 114.713t113.94 49.052q64.888 0 113.168-47.893t49.052-113.555z" />
<glyph unicode="&#x26a0;" d="M588.813 766.513l411.344-735.059q26.071-41.28 10.139-70.248t-64.454-28.968h-841.516q-48.522 0-64.091 28.968t10.501 70.248l411.344 727.094q26.796 41.28 63.367 44.539t63.367-36.572zM869.076 43.764l-343.993 597.462-343.269-597.462h687.263zM564.914 373.998v100.664h-80.387v-100.664l21.002-144.839h38.383zM483.079 187.156v-84.007h84.731v84.007h-84.731z" />
<glyph unicode="&#x26f6;" d="M333.875 818.526l-101.25-102.188 172.5-172.5-76.875-77.813-174.375 172.5-101.25-101.25v281.25h281.25zM968.563 537.276l-102.188 101.25-172.5-172.5-78.75 77.813 174.375 172.5-103.125 102.188h282.188v-281.25zM52.625 184.776l101.25-103.125 174.375 173.438 76.875-77.813-172.5-172.5 101.25-101.25h-281.25v281.25zM686.375-96.474l103.125 101.25-174.375 172.5 78.75 77.813 172.5-173.438 102.188 103.125v-281.25h-282.188z" />
<glyph unicode="&#x270e;" d="M638.203 725.507l99.701 97.229q23.071 18.127 46.967 19.776 17.303 0.824 31.311-2.472t19.776-6.592l4.943-4.12 131.013-131.836q23.071-20.6 23.071-56.031 0-14.008-4.532-27.603t-9.475-21.011l-4.12-6.592-98.053-102.173zM802.998 404.981l-238.129 241.425-396.332-393.86-83.222-271.912q-8.24-31.311 10.712-46.143 7.417-5.768 18.54-5.768t19.363 3.296l7.417 2.472 267.792 76.63zM346.516 190.747l25.544-121.125-158.203-45.319-32.136 31.311 47.791 160.675z" />
<glyph unicode="&#x2710;" d="M571.247 577.963l166.992 134.473-166.992 172.266v-79.981q-26.367 1.758-40.43 1.758-124.805 0-230.713-61.523t-167.433-167.433-61.523-230.713 61.523-230.713 167.433-167.433 230.713-61.523 231.153 61.523 167.872 167.433 61.523 230.713q0 36.914-7.031 76.465-0.879 2.637-2.637 6.592t-8.349 13.623-14.942 17.578-23.731 14.063-33.838 6.153q-20.215 0-36.036-15.381t-21.973-31.201l-6.153-14.942q7.911-30.762 7.911-72.95 0-130.078-91.846-222.364t-221.924-92.286-222.364 92.286-92.286 222.364 92.286 221.924 222.364 91.846q26.367 0 38.672-1.758zM574.762 499.739l39.551 40.43q8.789 7.031 19.337 7.911 7.031 0 12.743-1.318t8.349-3.076l1.758-1.758 52.734-53.614q9.668-7.031 9.668-21.973 0-5.273-2.197-10.987t-3.955-8.349l-1.758-2.637-39.551-42.188zM641.559 370.541l-97.559 97.559-159.961-159.082-34.278-110.742q-3.516-12.305 4.395-18.457 3.516-2.637 7.911-2.637t7.911 0.879l2.637 1.758 108.983 31.641zM456.109 283.528l9.668-49.219-63.281-18.457-13.184 13.184 18.457 65.039z" />
<glyph unicode="&#x2713;" d="M435.416-44.743l-338.109 240.343q-23.084 16.295-25.46 42.433t10.524 51.26 28.854 47.864 30.214 37.002l13.578 14.257 247.132-191.459 434.518 520.743 45.489 38.7q41.416-27.837 66.536-55.333t31.231-47.186 6.111-35.304-4.072-23.083l-4.753-8.148z" />
<glyph unicode="&#x2714;" d="M569.047 171.231l-260.33 184.585q-17.822 12.729-19.732 32.78t7.956 39.463 22.278 37.235 22.596 28.643l10.822 10.821 189.041-147.668 334.8 400.358 35.644 29.917q31.824-21.005 51.237-42.009t24.187-36.281 5.093-27.37-2.864-17.822l-3.817-6.365zM707.168 70.028v45.828q-0.637 1.909-0.955 4.137t-0.637 8.911 0.955 8.592q0.637 2.546 4.774 8.275t7.957 10.185l3.818 4.456 87.836 101.84v-295.973h-735.796v735.796h625.68l-65.56-78.291q-14.003-21.641-21.64-25.46h-434.731v-528.295h528.295z" />
<glyph unicode="&#x273d;" d="M870.214 836.551l-55.763-128.183h-2.173l-56.487 127.459-56.487-32.589 86.903-112.252v-1.448l-134.701 17.381v-62.281l135.426 17.381v-2.172l-87.628-111.526 52.868-33.313 59.384 129.632h2.172l55.039-128.183 57.936 32.589-88.352 110.077v2.173l139.045-16.657v62.281l-139.045-18.105v1.448l86.903 114.423zM736.961-61.454l-196.982 195.532q-76.042-56.487-171.635-56.487-120.941 0-206.034 85.455t-85.093 206.396q0 120.216 85.093 205.672t206.034 85.455q120.216 0 205.672-85.455t85.455-205.672q0-91.974-50.693-165.117l193.36-193.36q17.381-15.208 17.381-37.658 0-19.554-14.483-34.038t-34.761-14.483q-19.554 0-33.313 13.76zM204.678 369.443q0-68.799 47.798-116.958t115.871-48.158q67.351 0 115.508 48.522t48.158 116.596q0 67.351-48.158 115.508t-115.508 48.158q-68.074 0-115.871-48.158t-47.797-115.508z" />
<glyph unicode="&#x274e;" d="M717.565 573.857q-57.558 54.173-131.564 73.037t-147.526-1.935-127.21-77.873q-54.173-53.689-73.278-126.724t0-145.831 73.278-126.967 126.968-73.278 145.831 0 127.21 73.278q57.075 53.689 77.63 127.209t1.693 147.765-73.037 131.32zM627.599 535.164l51.27-51.27-116.084-116.57 116.084-116.085-51.27-51.754-116.571 116.571-116.084-116.571-51.754 51.754 116.57 116.084-116.571 116.571 51.754 51.27 116.084-116.085z" horiz-adv-x="1033" />
<glyph unicode="&#x275d;" d="M463.645-118.275h72.95q94.922 5.273 180.615 45.703t147.657 105.469 98.438 152.93 36.474 184.57q0 133.594-65.479 246.533t-178.418 178.418-246.533 65.479q-100.195 0-190.723-38.672t-156.445-104.151-104.59-156.445-38.672-191.162q0-189.844 128.32-330.029t316.406-158.643zM187.669 386.216q33.398 109.865 98.438 165.234 62.403 58.009 138.867 43.067 4.395-2.637-3.516-9.668t-26.367-22.852-30.762-31.641q-15.82-21.094-21.094-39.99t-2.637-27.247 0-18.018q45.703 2.637 79.981-21.533t48.34-60.645 7.471-79.981-35.596-77.783q-49.219-53.614-124.365-46.143t-112.060 63.721q-22.852 31.641-26.367 79.102t9.668 84.375zM528.684 386.216q32.521 107.227 99.317 165.234 61.523 58.009 137.989 43.067 5.273-2.637-2.197-9.668t-25.927-22.852-31.641-31.641q-15.82-21.094-21.094-39.99t-3.076-27.247-0.441-18.018q45.703 2.637 79.981-21.533t48.34-60.645 7.911-79.981-36.036-77.783q-49.219-53.614-124.365-46.143t-112.060 63.721q-21.973 31.641-25.489 79.102t8.789 84.375z" />
<glyph unicode="&#x27f3;" d="M61 405.714v7q3 133 98.5 226t228.5 93q135 0 230.5-95.5t95.5-230.5q0-136-95.5-231.5t-230.5-95.5h-22v-115l-170 170 170 170v-118h22q91 0 155 64.5t64 155.5-64 155-155 64q-44 0-82-15-8-4-10-4l-18-10q-70-40-97-117.5t2-155.5l-100-38q-22 59-22 121z" horiz-adv-x="768" />
<glyph unicode="&#x1d4df;" d="M934.813 784.776v-843.75h-843.75v843.75h843.75zM411.688 73.214l13.125 21.563 8.438 16.875q8.438 17.813 15.469 39.844t14.063 52.5 10.781 44.531q0.938-0.938 2.813-3.281t2.813-3.281q3.75-5.625 5.625-7.5 33.75-29.063 75.938-30 45 0 83.438 20.625 63.75 35.625 93.75 116.25 12.188 34.688 16.875 87.188 3.75 47.813-12.188 90.938-27.188 71.25-99.375 110.625-38.438 19.688-79.688 24.375-45.938 6.563-96.563-2.813-83.438-15.938-135.938-73.125-60-64.688-60-149.063 0-89.063 57.188-126.563l16.875-8.438q3.75 0 6.094-0.938t4.688 1.406 3.281 2.813 2.344 4.219 1.875 5.156 1.875 6.094 1.406 5.625l2.813 10.313q1.875 9.375 1.875 13.125-0.938 3.75-5.625 9.375t-4.688 6.563q-18.75 24.375-19.688 59.063-0.938 46.875 18.75 85.313 35.625 74.063 120 89.063 48.75 9.375 91.406-3.281t66.094-40.781q25.313-30.938 29.063-75.938 3.75-42.188-9.375-94.688-11.25-41.25-32.813-71.25-30-37.5-65.625-38.438-51.563-1.875-62.813 42.188-2.813 14.063 5.625 45 22.5 77.813 23.438 81.563 5.625 30.938 0.938 45.938-5.625 19.688-23.438 30.469t-41.25 2.344q-35.625-13.125-46.875-58.125-9.375-39.375 3.75-79.688 0-1.875 1.875-4.688t1.875-4.688q0-2.813-1.875-9.375t-1.875-8.438q-2.813-13.125-12.656-53.906t-15.469-62.344q-23.438-96.563-20.625-143.438l7.5-55.313q19.688 17.813 34.688 38.438z" />
<glyph unicode="&#x1f381;" d="M716.527 759.881v-108.939q-88.689-4.888-160.616-26.536t-116.272-52.724-76.817-67.389-47.487-71.578-23.395-64.246-9.777-47.137l-0.698-17.459q54.47 46.789 119.065 75.42t118.367 36.662 99.862 9.427 71.929-2.794l25.839-4.189v-114.526l280.73 231.148zM771.696 254.985l61.453 51.676q0.699 0.699 2.444 1.048t6.285 0.699 8.73-1.048 6.983-4.189 3.492-4.888l0.699-2.094v-305.87h-821.937v693.444h413.412q1.396-0.698 3.841-2.094t5.587-6.633 2.444-10.825q0-4.888-3.143-8.73t-5.936-5.936l-2.794-1.396q-37.71-20.95-64.946-38.409l-53.771-40.504h-184.359v-465.089h599.869v121.51q0 6.285 6.285 13.27z" />
<glyph unicode="&#x1f396;" d="M587.643 775.229h-61.798q-9.064 0-11.536 7.417-1.648 3.296-10.712 25.132t-13.184 34.194q-9.064-3.296-28.427-9.475t-30.075-10.3q-9.064-3.296-16.479 4.943-7.417 9.888-41.198 46.967-21.424-19.776-55.207-44.495-9.064 4.943-30.075 16.067t-32.547 17.715q-5.768-9.888-16.479-27.603t-15.656-26.78q-3.296-7.417-13.184-5.768-10.712 1.648-32.547 4.532t-30.899 4.532q-2.472-14.008-11.536-57.678-0.824-12.36-15.656-14.831-25.544-4.943-55.207-12.36l7.417-57.678q3.296-11.536-7.417-18.952-23.071-12.36-51.086-31.311 11.536-21.424 33.784-63.446-9.064-9.888-24.308-29.663t-19.363-24.719q9.064-8.24 25.955-23.071t21.011-18.128q5.768-5.768 4.12-14.008-9.064-24.719-20.6-60.151 25.544-9.064 55.207-21.424 11.536-4.12 11.536-15.656-0.824-19.776-0.824-62.622 44.495 0 65.918 1.648 7.417 0 10.712-9.888 3.296-8.24 7.004-17.715t8.652-21.011 7.417-18.952q10.712 4.12 29.251 10.3l25.955 8.652q13.184 4.943 20.6-4.943 7.417-9.064 39.551-45.319 5.768 4.943 22.248 17.715t24.719 21.011q9.064 8.24 18.952 1.648 3.296-1.648 52.734-28.839 21.424 31.311 26.367 42.847 9.888 22.248 31.311 14.831 3.296-2.472 12.36-2.472 24.719-3.296 37.079-4.12 10.712 53.558 11.536 58.503 3.296 11.536 12.36 12.36 56.855 11.536 60.974 12.36-1.648 11.536-4.532 32.547t-3.708 24.308q-3.296 13.184 8.24 19.776 9.888 5.768 28.839 18.127t20.6 13.184q-16.479 33.784-29.663 54.382-4.943 8.24 1.648 14.831 4.943 6.592 18.127 23.071t20.6 26.367q-29.663 28.015-46.143 40.375-6.592 6.592-3.296 15.656t9.475 28.427 10.3 30.075q-10.712 4.12-29.251 11.536l-26.78 10.712q-11.536 2.472-11.536 14.831 0 18.952-1.648 61.798zM294.308 616.202h-79.102v28.839q37.079 1.648 45.319 3.296 51.086 6.592 82.398 46.143 4.943 4.943 8.24 5.768h47.791v-277.68q0-29.663 29.663-37.079l42.847-7.417v-22.248h-255.432v22.248q14.831 1.648 44.495 6.592 18.127 1.648 25.132 10.3t8.652 27.603v193.634zM32.284-38.858h6.592q46.143 7.417 138.428 23.896 9.888 2.472 14.008-5.768 15.656-23.896 42.847-60.151 5.768-9.888 17.303-26.78t14.831-21.835l65.918 168.091q8.24-25.544 25.544-75.394t26.367-75.394q15.656 22.248 43.671 59.326t35.431 46.967q5.768 9.064 14.831 6.592 19.776-4.12 78.278-15.656 12.36-3.296 37.491-7.417t27.603-4.943q0 2.472-0.824 4.12-31.311 91.462-74.982 210.114-1.648 7.417-7.417 7.417-16.479 2.472-56.855 9.064-8.24 1.648-12.36-7.417-5.768-9.064-17.303-27.603t-16.479-26.78q-11.536 6.592-32.547 17.715t-25.955 13.596q-6.592 3.296-11.536-0.824-4.12-3.296-23.071-17.715t-29.663-22.659q-26.367 29.663-41.198 47.791-7.417 6.592-17.303 3.296-14.831-6.592-51.911-17.303-8.24-4.943-10.712 4.943-3.296 7.417-9.064 22.248t-7.417 18.128q-5.768 14.831-9.475 17.715t-20.187 3.708q-9.888 0-12.36-9.888l-64.27-167.267q-4.943-14.008-17.303-45.319t-18.952-48.615z" horiz-adv-x="704" />
<glyph unicode="&#x1f39e;" d="M938.805-71.388h-28.015v29.663q0 6.592-3.708 14.008t-7.004 11.536l-4.12 4.12h-57.678q-14.831-14.831-14.831-29.663v-29.663h-608.093v29.663q0 6.592-3.708 14.008t-7.827 11.536l-4.12 4.12h-56.855q-14.831-14.831-14.831-29.663v-29.663h-43.671v913.789h43.671v-28.839q0-6.592 3.708-13.596t7.004-11.123l4.12-4.12h56.855q15.656 14.831 15.656 28.839v28.839h608.093v-28.839q0-6.592 3.708-13.596t7.004-11.123l4.12-4.12h57.678q14.831 14.831 14.831 28.839v28.839h28.015v-913.789zM764.946 465.843v262.024q0 10.712-11.123 19.363t-31.723 8.652h-420.227q-10.712 0-19.776-9.064t-9.064-18.952v-262.024q0-20.6 8.652-32.136t20.187-11.536h420.227q42.847 0 42.847 43.671zM215.355 683.372v28.839q0 6.592-3.708 14.008t-7.827 11.536l-4.12 3.296h-56.855q-14.831-13.184-14.831-28.839v-28.839q0-6.592 3.708-9.888t7.004-3.296l4.12-0.824h56.855q15.656 0 15.656 14.008zM910.79 683.372v28.839q0 6.592-3.708 14.008t-7.004 11.536l-4.12 3.296h-57.678q-14.831-13.184-14.831-28.839v-28.839q0-6.592 3.708-9.888t7.004-3.296l4.12-0.824h57.678q14.831 0 14.831 14.008zM215.355 567.192v15.656q0 5.768-3.708 12.772t-7.827 11.123l-4.12 4.12h-56.855q-14.831-14.831-14.831-28.015v-15.656q0-6.592 3.708-13.596t7.004-11.123l4.12-4.12h56.855q15.656 14.831 15.656 28.839zM910.79 567.192v15.656q0 5.768-3.708 12.772t-7.004 11.123l-4.12 4.12h-57.678q-14.831-14.831-14.831-28.015v-15.656q0-6.592 3.708-13.596t7.004-11.123l4.12-4.12h57.678q14.831 14.831 14.831 28.839zM215.355 437.005v28.839q0 6.592-3.708 14.008t-7.827 11.536l-4.12 4.12h-56.855q-14.831-14.831-14.831-29.663v-28.839q0-6.592 3.708-10.3t7.004-3.708l4.12-0.824h56.855q15.656 0 15.656 14.831zM910.79 437.005v28.839q0 6.592-3.708 14.008t-7.004 11.536l-4.12 4.12h-57.678q-14.831-14.831-14.831-29.663v-28.839q0-6.592 3.708-10.3t7.004-3.708l4.12-0.824h57.678q1.648 0 4.12 0.412t6.592 4.12 4.12 10.3zM215.355 320.823v14.831q0 6.592-3.708 13.596t-7.827 11.123l-4.12 3.296h-56.855q-14.831-13.184-14.831-28.015v-14.831q0-6.592 3.708-13.596t7.004-11.123l4.12-4.12h56.855q15.656 14.831 15.656 28.839zM910.79 320.823v14.831q0 6.592-3.708 13.596t-7.004 11.123l-4.12 3.296h-57.678q-14.831-13.184-14.831-28.015v-14.831q0-6.592 3.708-13.596t7.004-11.123l4.12-4.12h57.678q14.831 14.831 14.831 28.839zM764.946 31.609v260.376q0 43.671-42.847 43.671h-420.227q-11.536 0-20.187-11.536t-8.652-32.136v-260.376q0-11.536 9.064-20.6t19.776-9.064h420.227q20.6 0 31.723 8.652t11.123 21.011zM215.355 189.812v29.663q0 6.592-3.708 10.3t-7.827 3.708l-4.12 0.824h-56.855q-1.648 0-4.12-0.413t-6.592-4.12-4.12-10.3v-29.663q0-6.592 3.708-13.596t7.004-10.3l4.12-4.12h56.855q15.656 13.184 15.656 28.015zM910.79 189.812v29.663q0 6.592-3.708 10.3t-7.004 3.708l-4.12 0.824h-57.678q-1.648 0-4.12-0.413t-6.592-4.12-4.12-10.3v-29.663q0-6.592 3.708-13.596t7.004-10.3l4.12-4.12h57.678q14.831 13.184 14.831 28.015zM215.355 60.447v28.839q0 6.592-3.708 13.596t-7.827 11.123l-4.12 4.12h-56.855q-14.831-14.831-14.831-28.839v-28.839q0-6.592 3.708-10.712t7.004-4.12l4.12-0.824h56.855q1.648 0 4.12 0.413t7.004 4.532 4.532 10.712zM910.79 60.447v28.839q0 6.592-3.708 13.596t-7.004 11.123l-4.12 4.12h-57.678q-14.831-14.831-14.831-28.839v-28.839q0-6.592 3.708-10.712t7.004-4.12l4.12-0.824h57.678q1.648 0 4.12 0.413t6.592 4.532 4.12 10.712z" />
<glyph unicode="&#x1f3a4;" d="M651.045 410.392v262.642q0 18.54-1.545 28.582-9.27 56.392-50.211 90.38t-98.106 30.899q-51.757-2.317-89.993-41.327t-39.782-90.766v-74.931t-0.773-74.931v-129.776q0-20.085 3.090-37.852 17.767-80.337 92.697-105.83t135.956 26.264q48.667 42.487 48.667 116.644zM727.521 448.243v-54.073q-2.317-34.762-3.090-40.942-13.133-75.703-69.523-124.369t-125.914-52.529q-76.476-5.408-139.818 40.942t-80.337 120.506q-6.18 23.174-6.18 97.332v13.132h-71.067q-13.904-132.866 54.459-230.197t185.781-113.555v-94.242h-145.225v-70.296h376.968v71.067h-146.77v93.47q9.27 2.317 12.36 2.317 64.888 18.54 110.077 47.508t79.952 80.724q39.397 59.481 39.397 161.448v51.757h-71.067z" />
<glyph unicode="&#x1f3a7;" d="M179.096 388.628v-330.981q-3.183-0.637-8.592-1.272t-21.323 0.637-30.234 5.729-32.143 16.231-30.552 29.917-21.641 49.647-8.911 72.243q-0.637 65.56 16.231 98.339t45.51 48.693q5.729 104.386 61.422 196.679t149.26 149.26 201.772 56.967q82.109 0 157.216-33.735t129.527-89.11 88.474-128.891 38.509-151.169q28.006-17.186 44.237-49.647t15.593-97.385q0-40.735-8.911-72.243t-22.278-49.647-29.917-30.234-32.78-15.913-29.917-5.41-21.959-0.319l-8.275 0.637v330.981q3.818 1.272 8.911 1.272-4.455 63.014-35.325 119.344t-76.698 95.475-102.795 61.422-113.617 21.005q-78.926-1.909-151.169-39.463t-120.935-105.978-55.058-151.806zM206.466 391.175h87.836v-336.072h-87.836v336.073zM792.047 391.175h-87.202v-336.072h87.202v336.073z" />
<glyph unicode="&#x1f3ac;" d="M136.46 779.819h750.268q36.209 0 66.264-30.053t30.053-65.54v-607.601q0-34.762-30.416-64.816t-65.902-30.053h-750.268q-34.038 0-56.487 28.968t-22.45 65.903v607.601q0 37.658 22.088 66.625t56.849 28.968zM216.122 603.839l-79.661 96.319q-11.588 0-13.761-1.81t-2.173-14.122v-80.387h95.594zM455.832 603.839l-95.594 96.319h-126.735l94.87-96.319h127.459zM678.883 603.839l-79.662 96.319h-127.459l78.938-96.319h128.183zM903.385 603.839l-80.387 96.319h-127.459l95.594-96.319h112.252zM136.46 61.415h750.268q12.311 0 14.483 1.81t2.173 13.398v447.553h-782.857v-447.553q0-6.518 3.983-10.5t7.604-3.983zM727.405 285.192l-335.303-175.981v351.235z" />
<glyph unicode="&#x1f3db;" d="M885.452 737.137l-14.678-28.582h-746.212l-13.132 28.582 386.238 101.967zM870.003 679.201h-743.895v-74.931h743.895v74.931zM776.533 251.249l2.318-71.841q3.090-61.026 5.408-88.836 0-3.862 0.387-5.021t1.545-1.545 5.794-1.159q33.217-8.497 66.433 0.773 16.995 230.97 0 493.613-36.307 7.725-74.158 0 0-2.317-0.387-5.408t-0.387-3.863q-0.773-20.085-2.704-57.936t-2.704-55.618q0-11.588-1.545-49.438t-1.545-57.936q-0.772-43.259 1.545-95.786zM142.331 211.853v-13.133q0.772-7.725 0.772-21.629 0.773-4.634 0.773-13.519t0.773-13.519q0-4.634 0.386-13.133t0.386-13.133q0.773-3.862 0.773-10.815 0-2.317 0.386-6.953t0.386-7.725q0.773-3.863 0.773-13.904 0-2.317 3.090-2.317 1.545-0.773 7.725-2.704t9.27-2.704q28.582-2.317 50.983 4.634 3.090 0.772 3.090 3.090 0 10.815 1.545 32.444 3.090 66.433 3.863 104.285 0 5.408 2.317 111.237-0.772 14.678-1.159 45.189t-0.386 45.963-1.159 47.508-1.931 48.28q-1.545 18.54-3.090 52.529 0 3.090-1.545 3.090-7.725 3.090-16.994 4.634-28.582 3.863-51.757-3.863-3.863-0.772-3.863-3.862-0.773-3.863-0.773-13.133-0.772-5.407-0.772-14.678-0.773-4.634-0.773-14.678-0.772-1.545-0.772-6.953 0-3.090-0.386-9.656t-0.387-8.883q0-8.498-0.773-13.904 0-12.36-1.545-38.623 0-16.222-1.545-47.122v-118.189q0.773-10.043 0.773-30.899 0-3.863 0.387-11.588t0.387-11.587q0-13.133 0.773-20.085zM349.354 150.056l1.545-26.264q0-7.725 1.545-10.815 0-9.27 0.772-14.677 0-8.497 0.773-13.904 0-2.317 1.545-2.317 1.545-0.772 5.408-1.931t6.953-2.318 6.18-1.159q28.582-3.090 49.438 4.634 3.863 0.772 3.863 3.090 1.545 21.629 1.545 32.444 3.090 66.433 3.863 104.285 0.772 18.54 1.159 55.232t0.387 56.004q0 27.809-1.545 91.152l-2.317 95.786-2.317 52.529q0 3.090-3.090 3.090-7.725 3.090-16.994 4.634-27.809 3.863-51.757-3.863-3.090-0.772-3.090-3.862l-0.772-13.133q0-3.090-0.772-7.725t-0.772-6.953-0.387-6.953-0.387-7.725v-6.953q-0.772-6.18-0.772-18.54-0.773-4.634-0.773-13.904-1.545-24.719-1.545-38.623-1.545-32.444-1.545-47.122-0.772-11.587-0.772-33.217v-54.847q0-4.634 0.387-14.678t0.387-15.449q0-20.085 0.773-30.899v-23.174q0.772-6.953 0.772-20.085 0-9.27 0.772-13.133 0-13.904 0.773-21.629 0-4.634 0.387-13.519t0.387-13.519zM662.979 530.886l-2.317 40.942q0 3.090-2.317 3.090-7.725 3.090-17.768 4.634-27.809 3.862-50.984-3.863-3.090-0.773-3.090-3.862-3.090-36.307-4.634-74.931-3.090-85.746-3.862-130.549-0.772-0.773 0-37.852v-36.307q0-10.815 0.773-32.444t0.772-32.444q0.773-14.677 1.931-41.714t1.159-39.397q0.772-10.815 2.317-30.899t1.545-30.127q0-3.090 2.317-3.090 0.773 0 7.338-2.317t10.428-3.090q28.582-2.317 50.211 4.634 3.863 0.772 3.863 3.090 0.772 6.18 0.772 19.313t0.772 19.313q3.090 71.067 3.862 107.375 0.773 16.994 1.159 50.597t0.387 51.369q0 21.629-1.545 75.703 0 20.085-1.159 61.026t-1.931 61.798zM131.516 3.284h749.302v52.529h-749.302v-52.529zM99.072-56.196h811.873v39.397h-811.873v-39.397z" />
<glyph unicode="&#x1f426;" d="M934.813 784.776h-843.75v-843.75h843.75v843.75zM821.375 553.214q0-13.125-9.375-25.313t-25.781-25.313-22.031-20.625q4.688-69.375-17.813-132.188t-62.813-108.75-96.563-77.344-116.719-41.719-125.625 3.281-121.406 52.969q81.563-14.063 176.25 43.125-91.875 22.5-108.75 91.875 33.75-1.875 44.063 0-87.188 38.438-88.125 124.688 6.563-0.938 18.75-7.031t22.5-6.094q-24.375 21.563-35.625 70.781t12.188 91.406q54.375-56.25 112.031-89.063t137.344-39.375q-7.5 35.625 4.688 67.969t37.969 51.094 56.719 27.188 62.813-0.469 54.375-34.219q41.25 11.25 77.813 30-0.938-11.25-6.563-22.031t-9.844-15.938-14.531-15.469-13.125-14.063q6.563 2.813 28.125 8.438t29.063 12.188z" />
<glyph unicode="&#x1f441;" d="M1001.037 394.546q-4.344 7.242-11.949 19.554t-34.038 47.797-55.402 68.074-73.867 72.057-91.249 68.074-106.094 48.158-119.855 19.554-119.855-18.83-107.181-49.246-90.526-66.988-73.868-73.145-53.953-66.988-34.762-49.246l-11.587-18.83q4.344-7.242 11.949-19.554t33.675-47.797 54.677-67.713 73.506-71.696 91.249-67.713 106.458-47.797 120.216-19.554 119.493 18.83 106.819 48.883 90.525 66.625 74.229 73.145 54.677 66.625 35.123 48.883zM749.74 394.546q0-99.216-70.972-170.186t-170.186-70.972q-99.938 0-170.548 70.972t-70.609 170.186 70.609 169.825 170.548 70.609q99.216 0 170.186-70.609t70.972-169.825zM508.583 502.452q43.451 0 75.679-32.589t32.227-75.316q0-43.451-32.227-75.316t-75.679-31.865q-44.177 0-75.679 31.502t-31.502 75.679q0 43.451 31.502 75.679t75.679 32.228z" />
<glyph unicode="&#x1f464;" d="M517.736 442.304q75.703 0 129.39 52.914t53.687 126.3q0 74.158-54.459 128.23t-128.618 54.073q-75.703 2.317-129.39-51.369t-53.687-130.934q0-75.703 52.529-127.459t130.549-51.757zM148.492-79.89h766.297q-17.768 136.729-29.354 180.759-26.264 98.106-95.787 168.013t-154.495 96.561-179.988 9.27-169.944-83.041q-73.386-65.661-101.195-155.269t-35.534-216.293z" />
<glyph unicode="&#x1f465;" d="M379.519 397.761q68.799 0 116.958 47.073t48.883 115.148q0 67.351-48.883 116.596t-116.234 49.246q-68.074 0.725-116.958-47.798t-48.158-117.32q0-68.074 47.797-115.508t116.596-47.435zM757.55 250.025q47.073 0 79.661 32.227t32.589 79.299q0 44.9-32.951 77.489t-79.299 32.589q-45.625 0-78.576-32.951t-32.951-78.576q0.725-46.348 33.313-78.213t78.213-31.865zM50.734-71.518h415.688q3.621 103.561 36.935 176.341t116.596 116.233q-28.244 39.832-55.402 65.178t-64.091 36.209q-172.358 55.039-303.439-40.555-56.487-40.555-89.438-100.663t-43.451-116.958-13.398-135.787zM541.016-70.794h459.141q-1.448 11.587-4.707 34.762t-6.156 40.916-6.518 32.951q-21.726 78.213-84.368 124.199t-139.77 43.814-136.511-55.039q-45.625-39.107-62.281-93.422t-18.83-128.183z" />
<glyph unicode="&#x1f47d;" d="M934.813 784.776h-843.75v-843.75h843.75v843.75zM551.375 501.651v-13.125q95.625-6.563 170.625-55.313 28.125 42.188 85.313 30t67.5-60.938q15-66.563-52.5-105.938 9.375-42.188-5.625-83.438t-42.188-71.25q-57.188-60.938-157.5-84.375t-201.094-1.875-158.906 82.5q-65.625 70.313-51.563 158.438 0 1.875 0.938 4.688l-1.875-4.688q-30 16.875-45 45t-8.438 60.938q6.563 30.938 36.563 48.75t64.688 13.125 52.5-31.875q85.313 53.438 188.438 57.188v7.5l-0.938 4.688q-2.813 69.375 48.75 104.063t149.063 18.75q9.375 24.375 30.469 39.844t48.281 15.469q34.688 0 59.531-24.844t24.844-59.531q0-35.625-24.375-60t-60-24.375q-29.063 0-51.094 16.875t-29.531 44.063q-70.313 13.125-104.063-2.344t-32.813-67.969zM798.875 595.401q0 13.125-8.438 21.563t-21.563 8.438-21.563-8.438-8.438-21.563 8.906-22.031 21.094-8.906 21.094 8.906 8.906 22.031zM737.938 245.714q13.125 68.438-51.563 120-32.813 25.313-85.313 40.313t-105 11.25q-47.813-2.813-86.25-15.938-88.125-30.938-114.375-93.75-26.25-64.688 25.313-120.938 43.125-45.938 119.063-62.344t151.406 1.406 116.719 62.813q24.375 26.25 30 57.188zM264.5 403.214v0.938q-17.813 18.75-44.063 5.625t-19.688-45q6.563-16.875 19.688-22.5 12.188 26.25 44.063 60.938zM825.125 364.776q6.563 31.875-19.688 45t-44.063-5.625q0-1.875 1.875-1.875 25.313-23.438 43.125-60 12.188 5.625 18.75 22.5zM424.813 346.026q16.875 0 28.125-11.25t11.25-28.125q0-15.938-11.25-27.188t-28.125-11.25q-15.938 0-27.188 11.25t-11.25 27.188q0 16.875 11.25 28.125t27.188 11.25zM607.625 346.026q15.938 0 27.656-11.25t11.719-28.125q0-15.938-11.719-27.188t-27.656-11.25-27.656 11.25-11.719 27.188q0 16.875 11.719 28.125t27.656 11.25zM429.5 176.339l-10.313 7.5q-5.625 4.688-8.438 10.313-5.625 11.25 3.75 18.75 7.5 5.625 16.875 2.813 13.125-1.875 16.875-5.625 30.938-14.063 65.625-14.063 35.625 0 65.625 14.063 3.75 3.75 17.813 5.625 9.375 2.813 16.875-2.813 10.313-8.438 2.813-18.75 0-3.75-7.5-10.313-5.625-2.813-10.313-7.5-40.313-18.75-85.313-18.75t-84.375 18.75z" />
<glyph unicode="&#x1f4a1;" d="M512.228 820.828h-7.468q-13.578 0-23.423-7.468t-9.844-17.653v-107.951q0-10.184 9.844-17.313t23.423-7.129h7.468q14.257 0 24.442 7.129t10.185 17.313v107.951q0 10.184-10.185 17.653t-24.442 7.468zM210.783 706.089l-5.432-4.753q-9.505-10.184-11.202-22.405t5.771-19.010l76.042-76.72q6.789-7.469 19.349-5.432t22.066 12.22l5.432 4.753q9.505 10.184 11.542 22.066t-4.752 19.349l-76.72 76.72q-7.469 7.468-20.029 5.432t-22.066-12.22zM811.639 701.337l-5.432 4.753q-9.505 10.185-22.066 12.22t-19.349-5.432l-76.042-76.72q-7.469-7.468-5.771-19.349t11.202-22.066l5.432-4.752q9.505-10.184 22.066-12.22t20.030 5.432l75.363 76.72q8.148 7.468 6.449 19.349t-11.882 22.066zM508.834 593.385q122.208-1.358 173.807-101.84 23.763-47.525 23.763-95.731v-2.716q-3.396-64.499-43.451-127.639-4.753-8.148-5.432-9.505-16.974-28.515-28.515-58.728t-14.936-46.507l-3.395-15.617-1.357-52.278h-199.607l-2.036 50.241q-2.036 21.047-14.257 55.673t-31.911 65.857q-0.679 0.68-2.716 3.734t-3.395 4.413q-12.901 20.368-19.010 31.231t-14.597 39.038-9.845 60.085v2.716q0 48.205 23.084 95.731 24.442 48.883 69.25 75.022t104.556 26.818zM470.814 165.656h76.72q7.468 60.426 46.168 125.603 0.679 1.357 6.449 10.524t7.808 12.561 6.449 12.901 6.449 16.633 4.413 17.992 3.055 21.726q0 4.753-0.68 12.901t-7.129 28.515-17.653 36.322-35.984 28.854-58.048 13.578q-33.268-0.679-57.71-12.901t-35.644-29.873-17.653-35.304-7.129-29.873l-0.679-12.22q0.679-12.22 2.716-23.423t3.734-18.332 6.789-16.295l6.789-12.22t7.808-12.22 6.789-9.844q15.617-24.442 27.157-56.012t15.616-50.581zM250.839 415.505v7.469q0 13.578-7.129 23.422t-17.313 9.845h-107.951q-10.185 0-17.653-9.845t-7.469-23.422v-7.469q0-13.578 7.469-23.422t17.653-9.844h107.951q10.184 0 17.313 9.844t7.129 23.422zM924.342 415.505v7.469q0 13.578-7.129 23.422t-17.313 9.845h-108.629q-10.184 0-17.653-9.845t-7.468-23.422v-7.469q0-13.578 7.468-23.422t17.653-9.844h108.629q10.184 0 17.313 9.844t7.129 23.422zM616.785 7.466v5.432q0 10.863-7.808 18.67t-18.67 7.807h-162.944q-10.864 0-19.010-7.807t-8.148-18.67v-5.432q0-11.543 7.808-19.349t19.349-7.807h162.944q10.863 0 18.67 8.148t7.808 19.010zM585.554-90.98v6.789q0 10.863-7.808 18.67t-18.67 7.807h-100.482q-10.863 0-19.010-7.807t-8.148-18.67v-6.789q0-10.863 8.148-18.67t19.010-7.808h100.482q10.863 0 18.67 7.808t7.808 18.67z" />
<glyph unicode="&#x1f4a5;" d="M934.813 784.776h-843.75v-843.75h843.75v843.75zM769.813 428.526l-45-299.063-219.375-148.125-222.188 148.125-43.125 292.5 118.125 68.438q-14.063 43.125-7.5 87.188t37.969 79.219 73.594 37.031q13.125 36.563 53.906 47.813t75.938-10.781 33.281-68.906q21.563-4.688 38.438-27.656t23.906-50.156 2.344-56.25-22.5-45zM496.063 647.901q-39.375 3.75-67.5-20.625t-31.406-58.125 13.594-65.625q25.313-37.5 64.219-39.844t63.281 32.344q1.875-3.75 17.344-7.5t22.969-3.75q-2.813 29.063 6.563 30 38.438-14.063 53.438 20.625 13.125 30-5.625 57.188-12.188 17.813-33.75 18.75 0 13.125 12.188 29.063-0.938 2.813-15.938 0.938t-15 2.813q6.563 38.438-26.25 46.875-28.125 7.5-47.813-13.125-12.188-12.188-10.313-30zM686.375 408.839l-90.938 46.875q-11.25-14.063-34.688-27.656t-49.688-17.344q-22.5-3.75-57.188 4.688t-60.938 30l-68.438-37.5 177.188-93.75zM709.813 365.714l-59.063-39.375-15-208.125 47.813 32.813zM329.188 147.276l45.938-28.125-16.875 201.563-58.125 36.563zM599.188 301.964l-59.063-30.938v-214.688l50.625 37.5zM409.813 297.276l13.125-204.375q53.438-32.813 53.438-33.75l-3.75 202.5z" />
<glyph unicode="&#x1f4b0;" d="M393.416 281.256l-48.883-71.966q62.461-44.811 146.65-54.315v-132.392h57.031v131.713q58.388 5.432 93.015 35.644t34.627 78.416v0.68q0 49.564-31.231 76.38t-99.124 42.433v63.142q40.735-10.184 73.325-32.589l44.811 72.646q-48.883 34.627-114.742 42.773v118.134h-56.353v-116.777q-61.784-4.752-95.73-35.304t-33.946-78.757v-1.358q0-48.883 31.57-75.363t100.143-42.094v-65.178q-48.205 7.468-101.161 44.131zM145.605 613.933q-65.857-56.353-104.216-131.374t-38.359-159.21q0-74.683 31.231-143.256t86.226-123.565q5.432-5.432 23.084-8.148t31.911 6.111q8.826 7.468 8.826 19.010t-3.734 19.010-7.807 11.543q-99.124 97.088-99.124 219.296 0 71.289 33.607 134.090t91.316 107.612q1.358 1.357 2.716 3.055t5.093 7.468 5.432 11.202 0.34 12.561-6.789 12.561q-10.184 10.184-25.121 10.863t-25.121-4.072zM875.459 613.933q65.858-56.353 104.216-131.374t38.359-159.21q0-74.004-31.231-142.916t-85.546-123.906q-6.111-5.432-23.763-8.148t-31.231 6.111q-8.827 7.468-9.165 19.010t3.395 19.010 7.808 11.542q98.446 96.409 98.446 219.296 0 71.289-33.607 134.090t-90.638 107.612q-1.357 1.358-2.716 3.055t-5.092 7.468-5.432 11.202-0.34 12.561 6.789 12.561q10.184 10.184 25.121 10.863t24.442-4.073zM243.371 531.783q-47.525-37.343-76.042-92.334t-28.515-116.777q0-95.731 67.215-173.129 2.716-4.753 20.708-4.753t28.854 8.827q8.148 7.468 8.826 19.349t-2.716 13.239q-25.799 27.158-43.112 66.196t-17.313 76.38q0 50.92 22.745 91.316t62.801 63.481q0.679 0.68 2.036 2.377t4.072 6.789 3.734 9.844-0.68 11.882-7.129 13.239q-7.469 8.148-18.67 9.165t-18.67-1.697zM776.334 531.783q48.205-38.020 77.059-92.675t28.854-116.437q0-95.051-68.573-173.129-2.037-4.753-20.030-4.753t-28.854 8.826q-8.148 7.469-8.827 19.349t2.716 13.239q25.121 27.837 42.434 66.874t17.313 75.701q0 50.92-22.405 90.977t-61.784 63.819l-2.377 2.377t-4.413 6.789-3.734 9.845 0.679 11.882 7.129 13.239q7.468 8.148 18.67 9.165t18.67-1.697zM457.913 427.906v0.679q0 24.442 37.342 27.158v-58.388q-21.726 6.111-29.533 12.901t-7.808 17.653zM581.479 262.246v-0.68q0-23.763-36.663-27.837v59.746q21.047-6.111 28.854-12.901t7.808-18.331z" />
<glyph unicode="&#x1f4be;" d="M930.037-10.039v758.572q0 44.032-44.032 44.032h-759.344q-44.032 0-44.032-44.804v-758.572q0-45.577 44.032-45.577h758.572q44.804 0 44.804 46.348zM718.377 712.998v-216.293q0-35.534-36.307-35.534h-357.657q-13.904 0-22.789 8.498t-8.883 21.629v217.066l0.773 4.634h424.862zM543.798 683.645v-176.898h107.375v176.898h-107.375zM200.818 18.543v274.229q0 27.809 16.994 40.169 10.042 7.725 22.402 7.725h520.649q16.995 0 28.582-11.587t11.587-30.128v-276.547l-0.772-3.862h-599.441z" />
<glyph unicode="&#x1f4bf;" d="M505.532-88.647q94.758 0 181.687 37.079t149.551 99.701 99.701 149.551 37.079 181.687-37.079 181.687-99.701 149.551-149.551 99.701-181.687 37.079-181.687-37.079-149.551-99.701-99.701-149.551-37.079-181.687 37.079-181.687 99.701-149.551 149.551-99.701 181.687-37.079zM505.532 750.16q100.525 0 186.218-49.438t135.132-135.132 49.438-186.218q0-153.26-108.765-262.436t-262.025-109.177q-152.436 0-261.612 109.177t-109.177 262.436 108.765 262.025 262.023 108.765zM813.698 520.271l-177.979-78.278q-24.719 51.911-79.926 70.862l59.326 185.394q65.918-20.601 117.829-67.566t80.75-110.412zM603.584 381.843q0 39.551-28.427 67.978t-68.801 28.427-69.214-28.427-28.839-67.978q0-40.375 28.839-69.626t69.214-29.251 68.801 28.839 28.427 70.038zM850.778 354.652l-194.458 14.831q1.648 15.657-2.471 36.255l190.339 41.198q9.888-46.143 6.592-91.462v-0.825zM506.355 410.683q12.359 0 21.011-8.652t8.652-20.187q0-13.184-8.652-22.249t-21.011-9.065-21.424 9.065-9.063 22.249q0 11.536 9.063 20.187t21.424 8.652zM364.631 387.612l2.471-35.431-183.747-44.495q-9.888 36.255-8.24 89.813zM202.309 237.648l173.034 77.453q20.601-51.086 75.805-70.038l-56.031-180.451q-65.094 21.424-115.769 66.33t-77.042 106.704z" />
<glyph unicode="&#x1f4c2;" d="M811.834 452.981h-604.849l-172.263-355.339v475.073l66.433 85.746h209.342q7.725-3.863 13.132-17.767v-50.983h488.205v-136.729zM1021.948 402.77h-767.842l-219.383-444.174h767.842z" />
<glyph unicode="&#x1f4c8;" d="M1003.966 840.015h-964.875v-964.875h964.875v964.875zM141.265 741.961h186.218v-187.867h-186.218v187.867zM518.646 741.961v-187.867h-186.218v187.867h186.218zM524.413 554.096v187.867h186.218v-187.867h-186.218zM717.223 741.139h154.907q-3.296-7.417-8.24-22.247l-59.326-157.379q-3.296-8.24-11.536-8.24h-75.805v187.867zM858.947 554.096l42.023 111.237q0.825-0.825 1.648-0.825v-110.412h-43.671zM902.619 362.11h-115.357l19.776 53.558q31.311 82.398 46.143 124.42 4.119 9.888 14.831 9.065h34.607v-187.043zM710.634 549.151v-187.867h-60.153q-2.471 0-6.592 5.767l-104.646 138.428q-1.648 4.943-4.119 5.767-7.417 4.121-9.888 9.065t-2.061 16.479 0.413 12.361h187.043zM141.265 362.11v186.218h186.218v-186.218h-186.218zM332.427 548.328h187.043v-28.016q-21.424 2.471-32.959-22.249l-64.27-128.54q-4.943-9.065-13.183-9.065-25.543 0.823-76.63 0.823v187.043zM717.223 548.328h82.398l-22.249-58.503-44.495-119.477q-4.121-13.185-15.657-8.24v186.218zM519.47 362.11h-41.198l39.551 78.278q0.825-0.823 1.648-0.823v-77.453zM524.413 362.11v74.158q24.719-32.959 56.031-74.158h-56.031zM519.47 169.3h-136.779l4.121 8.24 84.044 170.563q4.119 8.24 14.009 8.24 0-0.825 16.892-0.413t17.715 0.413v-187.043zM711.456 169.3h-186.218v187.043q37.903 0 56.855-0.825 1.648 0 7.417-5.767 62.622-82.398 93.11-124.42 13.183-18.127 28.839-18.127v-37.903zM716.4 169.3v34.607q0 4.943 4.119 4.943 11.536 4.943 17.303 20.601 9.065 24.719 43.671 117.829 3.296 9.065 14.009 9.065h107.117v-187.043h-186.218zM141.265 355.519h186.218q0-1.648 0.412-4.943t0.413-4.943q0-104.646-0.825-157.381 0-8.24-2.471-13.183-3.296-6.592-9.065-6.592-28.016 0-84.044-0.413t-84.046-0.413q-0.825 0-2.884 0.413t-3.708 0.413v187.043zM332.427 355.519h82.398l-80.75-163.147q-0.823 0-0.823 0.413t-0.823 0.413v162.323zM652.131 355.519h58.503q0-4.119 0.413-16.067t0.413-17.715-2.473-15.244-7.417-16.892q-36.255 49.438-49.438 65.918zM717.223 355.519h9.888q-3.296-8.24-8.24-23.071h-1.648v23.071zM518.646-24.333h-185.394q0 1.648-0.413 4.119t-0.413 3.296v88.989q0 4.121 4.943 10.713 1.648 2.471 4.532 7.417t3.708 5.769q25.543 50.263 30.487 60.153 2.471 6.592 7.417 6.592h135.132v-187.043zM711.456-24.333h-186.218v187.043h186.218v-187.041zM717.223-24.333v187.043h185.394v-187.041h-185.394zM141.265 161.884h177.155q-2.471-4.121-6.18-11.947t-6.592-14.007-6.18-11.948q-2.471-3.296-5.767-5.769-28.016-18.951-81.574-54.384t-65.918-43.671l-4.943-3.296v145.020zM327.485-24.333h-150.787q28.016 18.954 78.689 52.322t72.097 48.202v-100.525z" />
<glyph unicode="&#x1f4d1;" d="M65.125-127.411l272.813 339.375 270.938-339.375v960h-543.75v-960zM527.313 484.776h-131.25v-132.188h-104.063v132.188h-131.25v103.125h131.25v131.25h104.063v-131.25h131.25v-103.125z" horiz-adv-x="704" />
<glyph unicode="&#x1f4da;" d="M459.671 840.323h384.797q9.888-27.191 18.952-33.784 7.417-6.592 21.835-9.888t25.132-3.296h10.712v-586.67h-165.62v-146.667h-169.739v-143.372h-458.954q-15.656 0-26.367 9.888t-14.008 19.776l-2.472 10.712v547.119q0 18.952 9.888 30.488t19.776 14.008l9.888 2.472h128.54v98.053q0 18.127 9.888 29.663t19.776 14.008l9.888 2.472h128.54v98.877q0 18.952 9.888 30.487t19.776 13.184zM871.659 238.822v520.752q-15.656 4.943-19.776 9.064-9.888 8.24-11.536 14.831v-514.161h-377.38q0-0.824-2.472 0t-5.356-2.472-2.884-9.888 2.472-11.123 4.943-6.18l2.472-0.824h409.516zM480.27 332.755h304.87v446.594h-304.87v-446.594zM544.54 695.303h176.331q9.888 0 16.892-6.18t7.004-15.244-7.004-14.831-16.892-5.768h-176.331q-9.888 0-16.892 5.768t-7.004 14.831 7.004 15.244 16.892 6.18zM312.179 175.375h294.983v31.311h-145.020q-15.656 0-25.955 9.888t-13.596 19.776l-2.472 10.712v385.62h-107.941v-457.306zM570.907 612.906h122.772q7.417 0 12.772-6.592t5.356-15.656-5.356-15.244-12.772-6.18h-122.772q-7.417 0-12.36 6.18t-4.943 15.244 4.943 15.656 12.36 6.592zM144.913 31.18h294.159v28.839h-145.020q-14.831 0-25.544 10.3t-14.008 21.011l-2.472 9.888v386.444h-107.117v-456.482zM703.568 206.687h-31.311v-82.398h-378.204t-4.943-3.296-4.12-9.888q0-6.592 2.060-11.123t4.532-5.356l2.472-1.648h409.516v113.708zM535.477 60.019h-31.311v-79.926h-376.557q0-0.824-2.472 0t-5.356-2.884-2.884-11.123q0-6.592 2.472-10.712t4.943-4.943l2.472-0.824h408.692v110.412z" />
<glyph unicode="&#x1f4e4;" d="M29.302 637.626h973.115l-0.824 131.836h-970.643v-32.547t-0.413-28.839-0.412-24.307v-20.187t-0.413-14.42-0.412-9.064v-2.472zM194.097 261.893h141.724q-0.824-109.589-0.824-304.87 112.885-0.824 334.534-0.824v303.223q26.367 0 79.926-0.413t80.75-0.413q0 0.824 0.824 2.472v0.824q-60.151 61.798-171.799 175.918t-146.256 148.728z" />
<glyph unicode="&#x1f4e5;" d="M672.78 455.321v284.272q-207.796 0-313.626-0.772 0-183.077 0.773-285.816h-132.866l298.948-304.356q32.444 32.444 137.115 139.433t161.062 164.923v1.545q-0.772 0.772-0.772 1.545-25.492 0-75.703-0.386t-74.931-0.386zM72.567-25.932h912.295l-0.773 123.596h-909.978v-30.513t-0.387-27.037-0.386-22.788v-18.925t-0.387-13.519-0.386-7.725v-3.090z" />
<glyph unicode="&#x1f4e7;" d="M937.496 679.898v-675.917h-902.253v675.917h902.253zM148.024 611.149l302.039-311.308q23.174-19.313 33.217-19.313 5.408 0 13.519 4.634t13.519 9.27l5.408 4.634 304.356 312.081h-672.054zM652.452 312.2l207.023-208.568v417.137zM113.263 516.134v-410.185l203.933 204.707zM777.593 79.685l-177.669 179.988-29.354-29.354q-18.54-17.768-23.174-20.085-30.127-16.994-61.798-16.994-29.354 0-65.661 20.085l-20.085 13.904-30.899 31.673-179.214-179.214h587.855z" horiz-adv-x="980" />
<glyph unicode="&#x1f4e8;" d="M934.813 784.776h-843.75v-843.75h843.75v843.75zM134.188 667.589h19.688q48.75-3.75 73.125-6.563 38.438-5.625 72.188-15 32.813-7.5 69.375-21.563 45-18.75 66.563-30 33.75-16.875 64.688-36.563 25.313-15.938 59.063-43.125 37.5-31.875 54.375-49.688 22.5-24.375 47.813-55.313 23.438-30.938 41.25-60.938 13.125-21.563 35.625-64.688 17.813-38.438 27.188-68.438 11.25-30.938 20.625-70.313 7.5-30.938 12.188-72.188 3.75-32.813 3.75-73.125h-127.5q-0.938 186.563-117.188 334.688-90 115.313-239.063 171.563-86.25 32.813-183.75 32.813v128.438zM134.188 312.276v128.438q225-5.625 355.313-180.938 85.313-114.375 85.313-259.688h-128.438q0 154.688-128.438 253.125-79.688 59.063-183.75 59.063zM225.125 181.964q37.5 0 64.219-26.719t26.719-64.219-26.719-64.219-64.219-26.719-64.219 26.719-26.719 64.219 26.719 64.219 64.219 26.719z" />
<glyph unicode="&#x1f4f0;" d="M349.531 755.959h492.454q56.487 0 78.213-21.002v-528.665h-531.559q-18.106 0-26.796 7.967-5.794 4.345-8.691 10.139t-3.622 9.415v522.146zM866.608 147.636h-504.766q-8.691 2.897-20.277 6.156t-18.83 5.431-9.414 3.622q-18.106 17.381-18.106 26.796v506.214h-57.936v-515.628q0-2.897 2.172-10.5t11.587-22.087 23.174-26.796q15.932-17.381 80.387-26.796v-4.343h512.007v57.936zM560.273 653.124h-136.148v-136.874h136.148v136.874zM615.313 613.293h214.361q7.242 0 13.035 6.518t5.794 15.207q0 7.242-5.794 12.674t-13.035 5.433h-214.361q-7.242 0-13.035-5.433t-5.794-12.674q0-8.691 5.794-15.207t13.035-6.518zM799.258 54.212h-480.866q-59.385 14.483-88.352 35.486-13.035 13.76-22.812 34.4t-12.674 32.951-2.897 17.381v446.105h-57.936v-447.553q0-6.518 3.621-23.174t18.106-47.798 36.209-52.867q28.244-28.969 118.044-51.419h489.557v56.487zM615.313 513.353h214.361q7.242 0 13.035 6.879t5.794 16.295q0 7.967-5.794 13.761t-13.035 5.794h-214.361q-7.966 0-13.398-5.794t-5.431-13.761q0-9.415 5.431-16.295t13.398-6.879zM440.055 417.76h389.618q7.242 0 13.035 6.156t5.794 14.846q0 7.242-5.794 12.311t-13.035 5.069h-389.618q-6.518 0-11.226-5.069t-4.707-12.311q0-9.414 4.707-15.209t11.226-5.794zM440.055 316.373h389.618q7.242 0 13.035 6.518t5.794 15.207-5.794 15.207-13.035 6.518h-389.618q-6.518 0-11.226-6.156t-4.707-15.57 4.707-15.57 11.226-6.156z" />
<glyph unicode="&#x1f4f6;" d="M139.678 36.761q10.712-11.536 34.607-16.892t41.198 10.3q10.712 18.952 8.24 35.019t-9.888 24.308q-103.821 112.060-103.821 263.672 0 159.851 113.296 273.147t273.147 113.296 273.147-113.296 113.296-273.147q0-156.555-107.117-267.792-7.417-7.417-9.475-27.191t11.947-37.079q17.303-9.888 38.315-5.356t29.251 11.948q127.717 138.428 127.717 325.47 0 129.365-63.858 239.364t-173.859 173.859-239.364 63.858-239.364-63.858-173.859-173.859-63.858-239.364q0-181.274 120.3-316.406zM277.281 165.302q4.12-4.943 11.947-9.064t20.6-3.708 23.483 10.3q9.888 8.24 12.36 30.487t-2.472 26.367q-27.191 31.311-39.963 59.326t-12.772 66.743q0 88.989 59.326 150.787t146.667 61.798q89.813 0 148.728-55.207t58.914-143.372q0-42.023-17.715-84.87t-46.554-72.51q-3.296-3.296 2.060-19.776t15.244-24.719q15.656-9.064 32.547-5.768t23.483 9.888q72.51 83.222 72.51 191.162 0 119.477-84.457 204.346t-204.757 84.87q-119.477 0-203.933-84.87t-84.457-204.346q0-106.293 69.214-187.867zM496.458 253.466q38.727 0 66.33 27.191t28.428 65.918q0 38.727-28.015 66.742t-65.918 28.015q-39.551 0-67.566-27.603t-27.191-67.154q0-38.727 27.191-65.918t66.743-27.191zM318.479-123.090h347.717q0 22.248-1.648 57.266t-17.303 106.704-43.671 100.525q-42.023 42.023-106.293 43.671-63.446 2.472-109.589-42.023-21.424-21.424-36.668-56.442t-21.424-70.038-9.064-67.154-2.060-51.911v-20.6z" />
<glyph unicode="&#x1f4fa;" d="M188.332-109.901h2.897q106.458 1.448 331.682 1.448 236.813 0 357.029-0.724 40.555 0 60.832 18.106 17.381 19.554 17.381 65.178-4.344 283.885 0 499.695 0.725 44.9-17.381 68.074-18.83 16.658-58.661 16.658h-12.312q-55.039-1.448-88.352-1.448-10.863 0-32.589 0.362t-31.865 0.363h-75.316q-3.621 31.865-28.968 44.177l125.287 205.671q9.415 10.139 4.344 23.899-2.172 15.932-14.483 23.899-7.966 2.897-16.657 2.897-21.003 0-31.141-15.209l-143.391-235.364h-23.174l-138.323 223.052q-7.966 18.106-27.519 18.106-10.863 0-18.83-5.794-12.311-7.242-15.57-21.002t3.983-25.347l124.562-203.499q-16.657-13.035-17.381-35.486h-70.972q-24.623-0.725-70.972-0.725-36.935 0-90.526 1.448h-9.415q-39.107 0-55.039-15.933-21.726-21.726-18.83-72.42 2.172-242.606 0-489.557-2.897-51.419 18.83-71.696 18.83-18.83 60.833-18.83zM268.717 448.455h527.94q23.899 0 40.193-16.295t16.295-39.469v-334.58q0-23.174-16.657-40.555t-39.832-17.381h-527.94q-23.174 0-39.107 17.381t-15.932 40.555v334.58q0 23.174 15.932 39.469t39.107 16.295z" />
<glyph unicode="&#x1f4fb;" d="M950.947 470.036v-433.457q0-31.189-18.777-49.011t-50.603-18.459h-380.628q-329.070 0-369.807-0.637-36.918-0.637-57.285 21.005t-19.732 56.012q0.637 46.466 0.637 417.545 0 35.644 18.14 57.922t51.875 26.096q26.097 3.184 79.563 8.275l424.546 269.241 0.638-0.638q13.366 8.274 28.961 4.775t23.869-16.867 4.775-28.643-16.867-24.187q-5.729-2.546-7.001-3.184l-297.247-187.768h1.909q228.504 11.456 462.737-14.002 28.006-2.546 55.376-7.639 28.006-5.093 46.466-26.733t18.459-49.647zM139.409 400.657q-1.273-11.456 6.683-17.822t23.87-6.365h296.61q29.917 0 29.917 22.914 0 23.551-29.279 23.551-49.011-0.637-147.668-0.637-101.84 0-152.76 0.637-24.824 0-27.37-22.278zM703.985 119.961q61.742-0.637 104.704 41.691t43.6 104.704q0.638 61.104-42.326 104.386t-104.704 43.92q-58.557 0.637-102.795-42.964t-44.872-102.158q-0.637-61.104 42.646-105.023t103.749-44.555zM134.953 331.916q-22.914 0-24.824-21.641-0.637-22.914 22.914-22.914 155.306-1.272 309.976 0 22.914 0 23.551 20.368 0.638 13.367-6.365 19.095t-19.095 5.729h-153.398q-101.84 0-152.76-0.637zM769.545 261.901q1.272 28.006-18.14 48.056t-46.782 20.687q-26.733 0.637-46.466-17.822t-21.005-45.192q-0.637-28.006 17.822-48.056t46.466-21.323q25.46-1.272 46.466 18.14t21.641 45.51zM134.953 195.704h306.157q25.461 0 25.461 22.278t-26.097 22.278q0-0.637-76.38-0.637l-76.38 0.637h-152.76q-24.187 0-24.824-21.641 0-22.914 24.824-22.914zM317.628 105.322h149.577q29.279-1.272 29.279 22.914 0 14.003-7.956 18.14t-21.959 4.137h-298.519q-13.366 0-21.323-5.41t-7.319-18.777q0.637-21.64 29.279-21.64 49.647 0.638 148.942 0.638z" />
<glyph unicode="&#x1f4fc;" d="M993.955 40.713v538.478q0 16.55-11.776 28.643t-28.325 12.095h-875.189q-16.55 0-28.006-12.095t-11.456-28.643v-538.478q0-16.55 11.456-28.325t28.006-11.776h875.189q15.913 0 28.006 11.776t12.095 28.325zM906.754 99.271h-80.837l-10.185 56.649h-597.037l-16.55-56.649h-77.653v425.183h782.26v-425.183zM287.439 390.789q28.006 0 47.421-19.095t19.414-47.101q0-26.733-19.414-46.466t-47.421-19.732q-26.733 0-46.466 19.732t-19.732 46.466q0 28.006 19.414 47.101t46.782 19.095zM631.149 258.397h-231.050v132.391h231.050v-132.391zM743.171 390.789q28.006 0 47.421-19.095t19.414-47.101q0-26.733-19.414-46.466t-47.421-19.732q-26.733 0-45.828 19.732t-19.095 46.466q0 28.006 18.778 47.101t46.146 19.095z" />
<glyph unicode="&#x1f500;" d="M867 419.714v98h-165l-377-456h-301v118h242l377 456h224v97l202-156zM444 505.714l-74-101-104 113h-242v118h304zM867-35.286v97h-232l-117 134 74 101 104-117h171v98l202-157z" horiz-adv-x="1100" />
<glyph unicode="&#x1f501;" d="M223 325.714v61q0 30 21.5 51.5t50.5 21.5h382v-109l229 177-229 176v-110h-384q-86 0-147.5-61.5t-61.5-147.5v-134q0-24 6-47zM342-64.286l-229 177 229 176v-110h384q30 0 51.5 21.5t21.5 51.5v66l125 119q6-25 6-52v-134q0-86-61.5-147.5t-147.5-61.5h-379v-106z" />
<glyph unicode="&#x1f507;" d="M650-127.286v960q-16-11-19-13-210-172-260-216-4-4-13-11.5l-12-10t-10.5-8-11.5-7.5-12-5.5-15-4.5l-17.5-2.5t-23-1.5h-27.5q-21 1-123 1-10 0-26-2v-398q163 0 195-1 33-2 55-19 38-30 106.5-86.5t85.5-70.5q22-18 64.5-52.5t63.5-51.5zM962 352.714l114-115-71-71-115 115-114-115-72 71 115 115-115 115 72 71 114-115 115 115 71-71z" horiz-adv-x="1200" />
<glyph unicode="&#x1f508;" d="M650-127.286v960q-16-11-19-13-210-172-260-216-4-4-13-11.5l-12-10t-10.5-8-11.5-7.5-12-5.5-15-4.5l-17.5-2.5t-23-1.5h-27.5q-21 1-123 1-10 0-26-2v-398q163 0 195-1 33-2 55-19 38-30 106.5-86.5t85.5-70.5q22-18 64.5-52.5t63.5-51.5z" horiz-adv-x="999" />
<glyph unicode="&#x1f509;" d="M640-127.286v960q-16-11-19-13-210-172-260-216-4-4-13-11.5l-12-10t-10.5-8-11.5-7.5-12-5.5-15-4.5l-17.5-2.5t-23-1.5h-27.5q-21 1-123 1-10 0-26-2v-398q163 0 195-1 33-2 55-19 38-30 106.5-86.5t85.5-70.5q22-18 64.5-52.5t63.5-51.5zM721 528.714l12-15q75-92 53-202-12-63-66-126-15-18-14-38t16-35q15-14 36-13t37 17q98 102 98 229-4 152-95 249-17 19-37.5 20.5t-37.5-12.5q-16-14-17-34t15-40z" horiz-adv-x="1100" />
<glyph unicode="&#x1f50a;" d="M640-127.286v960q-16-11-19-13-210-172-260-216-4-4-13-11.5l-12-10t-10.5-8-11.5-7.5-12-5.5-15-4.5l-17.5-2.5t-23-1.5h-27.5q-21 1-123 1-10 0-26-2v-398q163 0 195-1 33-2 55-19 38-30 106.5-86.5t85.5-70.5q22-18 64.5-52.5t63.5-51.5zM1139 337.714q-8 252-158 412-22 22-46.5 25.5t-41.5-11.5q-50-40 16-123 3-5 10.5-13.5t9.5-11.5q123-151 88-334-20-107-110-209-27-31-33-62.5t17-57.5q39-35 85 6 161 169 163 379zM721 528.714l12-15q75-92 53-202-12-63-66-126-15-18-14-38t16-35q15-14 36-13t37 17q98 102 98 229-4 152-95 249-17 19-37.5 20.5t-37.5-12.5q-16-14-17-34t15-40z" horiz-adv-x="1200" />
<glyph unicode="&#x1f50d;" d="M833.163-29.108l-208.568 208.568q-91.974-68.074-206.396-68.074-94.87 0-174.893 46.711t-126.735 127.097-46.711 175.255 46.711 175.255 126.735 127.096 174.893 46.711 175.255-46.711 127.097-127.096 46.711-175.255q0-107.905-60.832-196.258l204.948-205.672q21.003-17.381 21.003-44.9 0-23.899-17.381-41.28t-41.28-17.381q-22.45 0-40.555 15.933zM219.044 460.448q0-82.558 58.297-141.218t140.857-58.66 141.218 58.66 58.66 141.218-58.66 141.218-141.218 58.661-140.857-58.661-58.298-141.218z" />
<glyph unicode="&#x1f512;" d="M797.39 396.4v178.443q-0.772 119.735-82.655 201.617t-201.617 83.427q-116.644 1.545-200.072-80.337t-85.746-200.844v-182.304q-5.407-0.773-11.588-1.545t-8.498-0.772q-39.397-0.772-53.687-15.449t-14.291-51.757v-387.783q0-61.798 60.253-61.798h622.615q31.673 0 46.348 14.678t14.678 46.348v394.736q0 31.673-14.291 45.963t-45.963 15.063q-4.634 0-13.519 1.159t-11.974 1.159zM659.117 395.627h-291.997q-1.545 15.449-1.545 20.858l-0.773 79.566q0 80.337 0.773 80.337 0.772 61.026 41.327 102.74t101.58 42.487q58.708 2.317 102.353-38.238t46.735-100.808q1.545-25.492 1.545-152.95v-33.989z" />
<glyph unicode="&#x1f513;" d="M374.723 555.119v48.522q2.897 55.763 40.555 92.697t92.697 38.383q55.763 1.449 96.681-35.847t43.814-93.783q1.449-31.865 1.449-210.742v-32.59h-273.022l-131.803 1.447q-13.035-2.172-18.83-2.172-36.209-1.447-49.971-14.846t-13.76-48.883v-362.098q0-58.661 57.212-58.661h582.979q56.487 0 56.487 57.212 1.447 184.671 0 370.064 0 28.969-13.398 42.365t-43.090 14.846q-10.139 0-23.899 2.172v233.916q-1.447 111.526-77.851 185.757t-187.929 75.679q-108.629 1.449-186.48-71.333t-81.472-182.86v-47.073z" />
<glyph unicode="&#x1f517;" d="M654.989 592.571h-95.475l-156.937-522.129h97.265zM80.349 335.982l183.789 235.704q8.354 6.563 20.288 9.548 19.692 4.774 43.561-8.055t27.449-24.167l-168.275-213.028 168.275-213.626q-3.578-11.339-26.256-23.571t-44.754-8.055q-11.339 0.597-20.288 8.951zM981.396 335.982l-184.387 235.704q-7.162 6.563-20.288 9.548-19.692 4.774-43.262-8.055t-27.747-24.167l168.275-213.028-168.275-213.626q4.774-11.339 27.151-23.571t43.858-8.055q12.532 1.193 20.288 8.951l183.789 236.301h0.598z" />
<glyph unicode="&#x1f524;" d="M895.938 460.401h104.063l26.25 62.813h137.813l25.313-62.813h105.938l-150.938 358.125h-95.625zM739.375 233.526l-313.125-349.688-314.063 349.688h195v581.25h238.125v-581.25h194.063zM1042.188 601.964l52.5 133.125 53.438-133.125h-105.938zM915.625-116.161h315.938v83.438h-180l180 201.563v72.188h-309.375v-83.438h172.5l-179.063-201.563v-72.188z" horiz-adv-x="1400" />
<glyph unicode="&#x1f525;" d="M925.938 463.339h315.938v83.438h-180l180 201.563v72.188h-309.375v-83.438h172.5l-179.063-201.563v-72.188zM739.375 235.526l-313.125-349.688-314.063 349.688h195v581.25h238.125v-581.25h194.063zM895.938-103.849h104.063l26.25 62.813h137.813l25.313-62.813h105.938l-150.938 358.125h-95.625zM1042.188 37.714l52.5 133.125 53.438-133.125h-105.938z" horiz-adv-x="1400" />
<glyph unicode="&#x1f551;" d="M506.167 807.686h-2.317q-89.607 0-171.489-34.376t-145.225-98.49q-63.343-63.343-96.946-145.225t-33.602-172.263q0-91.152 35.92-174.193t96.56-142.909 144.067-95.401 174.579-35.534q90.38 0 172.263 34.375t144.454 98.49q63.343 62.571 97.332 145.225t33.989 173.034q0 91.152-35.92 173.807t-96.173 142.522-143.294 95.401-174.193 35.534zM507.713 12.035h-1.545q-142.909 0-244.489 101.195t-102.353 244.103q0 142.136 101.195 244.876 99.65 101.967 245.648 101.967 93.47 0 173.034-45.963t126.3-125.528 47.508-173.034q0-144.454-101.195-245.647-101.967-101.967-244.102-101.967zM776.533 366.602v-104.285h-349.932v360.747h105.056v-256.462h244.876z" />
<glyph unicode="&#x1f568;" d="M845.011 386.767q0 38.171-0.765 109.173t-0.765 129.022 1.527 109.934q1.527 50.386-19.087 72.907t-71 20.23q-245.061-3.053-486.306 0-51.152 2.29-71-20.613t-18.323-73.289q1.527-458.058 0-687.088-1.527-50.387 19.088-73.672t71-22.522q242.77 6.87 485.543 0 51.914-0.764 71.762 22.902t18.323 74.818q-1.527 49.622-1.527 106.117t0.765 125.585 0.765 106.499zM511.392 734.894q48.859 0 83.977-35.498t35.119-84.358q0-49.622-34.735-83.977t-84.358-34.355-84.358 34.355-34.735 83.977q0 48.859 34.735 84.358t84.358 35.498zM511.392 402.801q74.818 0 127.876-53.059t53.059-127.876-53.059-128.257-127.876-53.44q-74.054 0-126.728 53.44t-52.678 128.257 52.678 127.876 126.728 53.059zM561.014 221.868q0 20.613-14.886 35.119t-34.735 14.505-34.355-14.505-14.506-35.119q0-19.85 14.506-33.974t34.355-14.124 34.735 14.124 14.886 33.974z" horiz-adv-x="1033" />
<glyph unicode="&#x1f56e;" d="M129.777 753.017h316.096q60.758 0 96.061-41.874v-657.645h-29.557q-9.852 8.21-28.737 16.83t-33.663 12.727l-13.957 4.925h-261.086q-21.347 0-34.484 8.21-4.925 4.103-7.389 11.495t-3.283 13.137v632.194zM1007.459 753.017v-619.881q-4.925-22.989-20.526-35.305-4.925-4.106-13.957-6.569t-15.601-3.283h-256.16q-65.683-18.064-75.534-34.484h-30.378v657.645q35.303 41.874 95.239 41.874h316.917zM1070.677 723.458l-8.21-697.055q-6.569 0-128.905-1.642t-208.54-9.031-96.882-24.63q-6.569-13.138-61.578-11.082t-70.61 20.114q-22.989 26.272-428.576 26.272v701.159l-44.335-18.063v-741.389q440.071 13.957 462.24-16.418 16.418-18.886 102.629-18.886 13.137 0 31.198 2.875t29.967 6.157 13.549 4.925q5.748 10.674 120.281 15.189t227.017 3.696l111.66-0.821v739.75z" horiz-adv-x="1166" />
<glyph unicode="&#x1f576;" d="M992.914 743.61l-149.909-145.565q49.246-42.728 92.697-94.508t62.281-82.196l19.554-31.141q-4.344-7.242-11.949-19.553t-34.038-47.798-55.039-67.713-73.506-71.696-91.249-67.713-106.095-47.798-119.855-19.554q-99.938 0-194.809 49.971l-170.186-165.842-102.113 106.458 148.461 144.839q-48.522 42.728-91.974 94.146t-63.006 81.835l-18.83 30.416q4.344 7.242 11.949 19.554t34.038 48.158 55.039 68.437 73.506 72.057 91.249 68.074 106.458 48.158 120.216 19.553q97.767 0 194.084-50.693l170.186 165.117zM530.877 498.831l107.181 104.285q-52.868 28.245-112.252 28.245-99.216 0-170.186-70.609t-70.972-170.548q0-57.212 24.622-106.458l108.629 105.009v1.448q0 43.451 31.865 76.042t76.042 32.589h5.070zM519.29 283.743l-107.181-105.732q53.59-28.968 113.7-28.968 99.216 0 169.825 70.972t70.609 170.186q0 60.11-26.071 107.905l-106.458-104.285v-3.622q0-44.177-31.865-75.316t-76.042-31.141h-6.518z" />
<glyph unicode="&#x1f579;" d="M768 601.714h287q127-10 213-96t86-203q0-128-86.5-220t-212.5-92q-96 0-171 52.5t-115 142.5h-130q-40-90-115-142.5t-171-52.5q-126 0-212.5 92t-86.5 220q0 119 87 209t212 90h305q18 1 23 3 12 5 20 15 15 18 47 72 26 40 42 47 8 4 26 6.5t32 2.5h13q18-2 35 6 8 4 20 21 5 5 14.5 20t16.5 27l7 12h79q-1 0-3-3.5t-5-8.5-5-8q-23-30-47-70-27-41-42-48-8-4-26-6t-31-2h-14q-18 2-35-6-4-2-20-21zM1073 361.714q22 0 37 15t15 36q0 22-15 36.5t-37 14.5q-21 0-36-14.5t-15-36.5q0-21 15-36t36-15zM496 276.714v39q0 11-10.5 18.5t-28.5 7.5h-78v91q0 10-8 18t-18 8h-39q-10 0-18-8t-8-18v-91h-91q-10 0-18-8t-8-18v-39q0-10 8-18t18-8h91v-78q0-18 7.5-28.5t18.5-10.5h39q11 0 18.5 10.5t7.5 28.5v78h78q18 0 28.5 7.5t10.5 18.5zM961 256.714q22 0 37 15t15 37q0 21-15 36t-37 15q-21 0-36-15t-15-36q0-22 15-37t36-15zM1186 256.714q21 0 36 15t15 37q0 21-15 36t-36 15q-22 0-37-15t-15-36q0-22 15-37t37-15zM1073 158.714q22 0 37 15.5t15 36.5-15 36.5-37 15.5q-21 0-36-15.5t-15-36.5 15-36.5 36-15.5z" horiz-adv-x="1400" />
<glyph unicode="&#x1f5b3;" d="M987.803 66.598v4.943q-13.184 34.607-51.911 127.717-7.417 23.895-14.007 37.079-4.943 9.888-16.067 28.015t-14.42 23.897q24.719 28.015 24.719 90.638v327.942q0 44.495-20.601 74.158t-57.678 40.375q-24.719 4.943-36.255 4.943h-561.127q-88.165 0-112.060-71.686-7.417-21.424-7.417-51.911v-329.59q-4.119-55.207 23.071-84.87-4.119-6.592-10.711-17.715t-11.947-19.363-8.652-16.479q-11.536-28.839-32.547-84.457t-31.723-81.985q6.592-1.648 15.657-1.648h298.279q21.424-2.471 25.543 18.127 3.296 10.713 10.713 25.543 14.007 28.015 43.671 28.015h142.548q48.615 1.648 56.855-41.198 4.943-17.303 15.655-24.719t30.487-7.417q49.438 1.648 299.927 1.648zM258.586 742.258h519.104q26.367 0 36.255-10.713t9.888-37.903v-314.758q0-26.367-9.888-36.255t-36.255-9.888h-521.577q-23.897 0-33.785 10.3t-9.888 35.019v319.702q0 23.071 10.713 33.783t35.431 10.713zM308.023 234.689h-68.391l7.417 21.424h66.743zM422.557 234.689h-84.045l5.769 21.424h78.278v-21.424zM548.625 234.689h-90.638v21.424h90.638v-21.424zM579.113 256.113h76.63l5.769-21.424h-82.398v21.424zM687.877 256.113h65.918l6.592-21.424h-66.743zM290.721 180.308h-85.693l9.065 18.951h82.398zM362.407 180.308h-42.023l5.769 18.951h36.255v-18.951zM609.599 180.308h-211.762v18.951h211.762v-18.951zM638.438 199.26h35.431l6.592-18.953h-42.023v18.953zM705.18 199.26h82.398l8.24-18.953h-84.045zM987.803-13.326v42.023h-939.331v-23.895q0-25.543 10.3-35.842t35.843-10.3h847.046q37.903 0 46.143 28.015z" />
<glyph unicode="&#x1f5bc;" d="M1130.451 842.511v-664.123h-856.11v664.123h856.11zM353.444 255.842h114.533l277.68 229.065 101.349-121.125 118.653 282.623 88.165-150.788v270.263h-700.378v-510.039zM622.883 596.142q0 35.431-25.132 60.562t-61.387 25.132q-35.431 0-61.387-25.132t-25.955-60.562 25.955-60.562 61.387-25.132q36.255 0 61.387 24.719t25.132 60.974zM232.319 622.509v-88.165q-81.574-14.009-90.638-14.009l48.615-481.201q107.941 10.711 343.598 36.667t359.253 37.491v37.903q9.888 1.648 42.847 1.648t42.847 0.825q6.592-107.117 8.24-118.653-146.667-14.007-449.89-47.791t-430.939-46.143q-36.255 369.965-60.974 655.060z" horiz-adv-x="1184" />
<glyph unicode="&#x1f5c3;" d="M811.834 452.981h-604.849l-172.263-355.339v475.073l66.433 85.746h209.342q7.725-3.863 13.132-17.767v-50.983h488.205v-136.729zM1021.948 402.77h-767.842l-219.383-444.174h767.842z" />
<glyph unicode="&#x1f5cf;" d="M59.131 804.152h632.659q20.858 0 41.327-5.407t29.354-9.657 31.285-15.063v-818.825h-719.177q-6.953 6.18-10.815 16.608t-4.634 18.153v814.19zM333.361 602.536h-172.263v-186.167h172.263v186.167zM390.524 545.372h287.361q13.904 13.904 13.904 27.037 0 6.953-3.476 14.291t-6.566 11.974l-3.862 3.863h-287.361q-14.678-14.678-14.678-30.128 0-6.18 3.863-12.746t6.953-10.428zM390.524 416.369h287.361q13.904 13.904 13.904 26.265 0 6.18-3.476 13.904t-6.566 12.361l-3.862 3.862h-287.361q-14.678-15.449-14.678-30.127 0-5.407 3.863-11.974t6.953-10.428zM174.229 301.27h503.655q13.904 0 13.904 12.361 0 6.18-3.476 13.904t-6.566 11.587l-3.862 4.634h-503.655q-13.132 0-13.132-30.127 0-9.27 1.545-10.815t11.587-1.545zM174.229 171.495h503.655q13.904 12.359 13.904 27.037 0 6.953-3.476 10.815t-6.566 4.634h-507.517q-10.043 0-11.588-1.931t-1.545-13.519q0-9.27 0.387-13.904t3.476-8.883 9.27-4.249z" horiz-adv-x="832" />
<glyph unicode="&#x1f5d1;" d="M139.55 594.224v-17.303q0-99.701 9.064-296.631t9.064-291.687q0-20.6 0.824-33.784 0.824-18.128 10.3-27.603t28.427-13.596q21.424-1.648 28.839-1.648h544.647q46.143 0.824 63.858 18.952t16.892 63.446q0 97.229 9.475 291.687t9.475 292.511v18.127h34.607q32.136 2.472 32.959 28.839 5.768 25.544 0 57.678-1.648 23.071-22.248 28.015-13.184 1.648-23.896 1.648h-210.114v18.128q-0.824 11.536-0.824 35.431v35.431q-2.472 28.839-14.008 39.963t-39.551 11.947h-260.376q-37.079 0-49.438-12.772t-12.36-49.851v-78.278h-191.987q-23.896 0-32.959-9.064t-10.712-32.959q-1.648-14.831 1.648-44.495 0.824-25.544 24.719-28.015 4.943-0.824 19.776-1.648t23.896-2.472zM610.039 782.915v-69.214h-233.185v69.214h233.185zM259.85 594.224h490.266q0-93.933-8.24-282.212t-8.24-280.564h-456.482q0 91.462-8.652 279.739t-8.652 283.035zM345.544 100.664h68.391q0 67.566-8.24 200.637t-8.24 198.99h-70.038q0-65.918 9.064-198.99t9.064-200.637zM470.788 100.664h68.391v399.628h-68.391v-399.628zM592.736 100.664h70.038q0 67.566 9.064 200.637t9.064 198.99h-70.038q0-66.743-9.064-199.402t-9.064-200.227z" />
<glyph unicode="&#x1f5d4;" d="M68.115-55.405h909.591v752.44h-909.591v-752.44zM141.259 624.616h471.453v-109.354h-471.453v109.354zM664.128 624.616h100.664v-111.527h-100.664v111.527zM811.864 624.616h101.388v-111.527h-101.388v111.527zM139.811 406.632h766.924v-383.1h-766.924v383.1z" />
<glyph unicode="&#x1f5d5;" d="M1000.594 383.041q0 196-138.5 335.001t-334.5 139.002q-129.001 0-238-63.5t-172.5-172.5-63.5-238 63.5-238 172.5-172.5 238-63.5q196 0 334.5 139.002t138.5 335.001zM856.595 308.041h-659.001v150h659.001v-150z" horiz-adv-x="1008" />
<glyph unicode="&#x1f5d6;" d="M978 364.714q0 196-139 335t-335 139q-128 0-237-63.5t-172.5-173-63.5-237.5q0-196 138.5-335t334.5-139 335 139 139 335zM785 290.714h-208v-207h-145v207h-208v148h208v207h145v-207h208v-148z" horiz-adv-x="1008" />
<glyph unicode="&#x1f5d9;" d="M573 359.714l474-473-16-14-473 474-473-474-15 14 474 473-474 475 15 14 473-473 473 473 16-14z" horiz-adv-x="1100" />
<glyph unicode="&#x1f5e9;" d="M976.395 276.859v474.609q0 29.663-21.011 50.674t-50.675 21.011h-780.305q-28.839 0-49.851-21.011t-21.011-50.674v-474.609q0-28.839 21.011-49.851t49.851-21.011h97.229l3.296-276.857 299.103 276.857h380.677q29.663 0 50.675 21.011t21.011 49.851z" />
<glyph unicode="&#x1f5ea;" d="M119.622 35.662l31.231 151.403q-60.426 45.489-94.032 105.913t-33.608 127.639q0 88.262 57.369 163.624t155.815 119.153 214.543 43.792q129.677 0 235.929-54.315t156.495-142.575q-71.966 25.799-149.365 25.799-96.409 0-178.56-37.343t-129.677-101.161-47.525-139.182q0-59.746 30.552-113.042t84.868-91.996h-2.716q-99.804 0-190.78 34.627zM926.873 28.193l-90.299 54.315q-49.564-14.936-104.556-14.936-117.457 0-200.964 62.461t-83.51 149.364q0 88.262 83.51 150.384t200.964 62.123 200.963-62.123 83.51-150.384q0-47.525-26.818-89.619t-75.701-72.646z" />
<glyph unicode="&#x1f5f2;" d="M266.188 310.54l-191.187 2.172 530.837 532.285-139.045-405.55h199.155l-548.941-532.285z" horiz-adv-x="704" />
<glyph unicode="&#x1f5fa;" d="M523.522 862.017h-7.417q-130.188 0-240.601-65.094t-174.683-176.331-64.27-242.248q0-134.308 64.27-246.78t175.918-177.566 244.309-65.094q131.836 0 243.073 65.094t175.507 177.566 64.27 246.78q0 131.013-64.27 242.248t-175.095 176.331-241.012 65.094zM493.034 490.404l-151.612 9.064 10.712 48.615q31.311 117.829 88.165 187.867 21.424 23.896 52.734 33.784v-279.328zM548.241 490.404v279.328q29.663-9.888 51.086-33.784 57.678-69.214 88.165-187.867 2.472-8.24 11.536-48.615-18.128-0.824-70.449-4.12t-80.337-4.943zM290.337 503.588l-126.892 36.255q70.862 149.139 209.289 200.227-56.855-84.045-82.398-236.482zM750.939 503.588q-25.544 150.788-84.045 236.482 138.428-51.086 209.289-200.227-47.791-14.008-125.244-36.255zM278.802 353.624l4.12-101.349q-81.574 14.831-118.653 36.255-31.311 17.303-36.255 51.911-6.592 84.045 15.656 146.667 70.038-18.127 139.252-35.431-4.12-73.334-4.12-98.053zM756.706 252.276q4.943 52.734 4.943 101.349l-4.943 98.053q55.207 13.184 140.076 35.431 23.896-66.743 14.831-146.667-2.472-32.959-35.431-51.911-36.255-21.424-119.477-36.255zM493.034 437.669v-211.762q-154.084 14.008-155.732 14.831t-3.708 29.663-2.884 74.57 0.824 101.761q51.086-2.472 161.499-9.064zM548.241 225.909v211.762q103.821 6.592 159.851 9.064 2.472-56.031 1.648-101.761t-2.884-74.57-4.532-29.663q-1.648-0.824-154.084-14.831zM295.281 188.006l8.24-28.015q7.417-28.015 23.896-70.038t37.079-73.334q-147.492 60.974-210.114 214.234 139.252-40.375 140.9-42.847zM675.133 16.618q20.6 30.487 37.491 72.922t24.307 70.449 8.24 28.015l140.076 42.847q-60.974-152.436-210.114-214.234zM493.034 173.997v-191.162q-31.311-0.824-60.974 27.191-21.424 22.248-38.315 53.558t-25.544 55.618-21.011 65.506q18.952-1.648 70.038-5.356t75.805-5.356zM547.417-17.164v191.162q25.544 1.648 76.63 5.768t69.214 4.943q-13.184-42.847-21.835-65.918t-25.544-54.794-38.315-53.97q-27.191-28.015-60.151-27.191z" />
<glyph unicode="&#x1f6a3;" d="M512-128c282.77 0 512 229.23 512 512s-229.23 512-512 512c-282.77 0-512-229.23-512-512s229.23-512 512-512zM204.8 486.4h140.356v-29.491h-106.223v-51.063h98.304v-27.853h-98.304v-57.071h108.134v-29.491h-142.268v194.97zM385.509 486.4h40.687l44.237-68.813 46.148 68.813h38.229l-64.444-93.935 69.086-101.035h-41.506l-48.606 74.547-49.425-74.547h-39.049l69.086 101.035-64.444 93.935zM604.993 486.4h34.133v-194.97h-34.133v194.97zM687.943 486.4h157.833v-29.491h-61.986v-165.478h-34.133v165.478h-61.713v29.491z" />
</font></defs></svg>

After

Width:  |  Height:  |  Size: 83 KiB

View file

@ -0,0 +1 @@
<svg height="20" viewBox="0 0 24 20" width="24" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="m0 0h24v20h-24z" fill="#fff"/><path d="m18.5721525 15.8731314h-2.213751v-2.1610043h2.213751zm-3.2647703 0h-2.2149026v-2.1610043h2.2149026zm3.1265692-11.56996429v5.82540599 1.5252793h-16.86629045v-1.5252793-5.82540599zm-6.4790971 11.56996429h-10.35448576v-2.1160889h10.35448576zm-11.9548543-13.0731314v6.74421283 7.72244617h20v-7.72244617-6.74421283z" fill="#333" fill-rule="nonzero" transform="matrix(1 0 0 -1 0 18.067)"/><rect fill="#333" height="10" rx="1" stroke="#333" width="14.906" x="8" y="9"/><circle cx="15.453" cy="14" fill="#fff" r="3.491"/><circle cx="15.453" cy="14" fill="#333" r="1.604"/></g></svg>

After

Width:  |  Height:  |  Size: 740 B

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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