Merge branch 'sane-mockup'

Conflicts:
	docs/html/searchindex.js
	index.html
This commit is contained in:
JC Brand 2013-08-24 15:44:58 +02:00
commit 810f5dec95
27 changed files with 2266 additions and 143 deletions

View File

@ -6,12 +6,21 @@
* Dual licensed under the MIT and GPL Licenses
*/
@import url("fonticons/style.css");
#collective-xmpp-chat-data {
color: rgb(79, 79, 79);
}
#collective-xmpp-chat-data input {
color: rgb(79, 79, 79);
}
.hidden {
display: none
}
.locked {
background: url(images/emblem-readonly.png) no-repeat right;
padding-right: 22px;
}
@ -45,7 +54,7 @@ span.spinner.hor_centered {
#toggle-controlbox {
position: fixed;
font-size: 80%;
font-size: 70%;
bottom: 0;
right: 0;
border-top-right-radius: 4px;
@ -53,9 +62,9 @@ span.spinner.hor_centered {
background: #e3e2e2;
border: 1px solid #c3c3c3;
border-bottom: none;
padding: 0.25em 0.5em;
margin-right: 1em;
height: 1.1em;
padding: 1px 3px;
margin-right: 15px;
height: 16px;
}
#connecting-to-chat {
@ -73,8 +82,8 @@ span.spinner.hor_centered {
}
.chat-head-chatbox {
background-color: rgb(89, 106, 114);
background-color: rgba(89, 106, 114, 1);
background-color: rgb(79, 106, 114);
background-color: rgba(79, 106, 114, 1);
}
.chat-head-chatroom {
@ -86,6 +95,7 @@ span.spinner.hor_centered {
background-color: white;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
border-top: 0;
}
.chatroom .chat-area {
@ -96,18 +106,15 @@ span.spinner.hor_centered {
.chatroom .chat {
overflow: auto;
height: 400px;
border: solid 1px #ccc;
}
.chatroom .participants {
float: left;
width: 99px;
width: auto;
height: 272px;
background-color: white;
overflow: auto;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-bottom-right-radius: 4px;
border-left: 1px solid #AAA;
}
.participants ul.participant-list li {
@ -134,20 +141,18 @@ ul.participant-list li.moderator {
}
.chat-blink {
background-color: #176689;
border-right:1px solid #176689;
border-left:1px solid #176689;
background-color: #176679;
border-right:1px solid #176679;
border-left:1px solid #176679;
}
.chat-content {
padding: 0.3em;
font-size: 13px;
color: #333333;
color: rgb(79, 79, 79);
height:193px;
overflow-y:auto;
border:1px solid #999;
border-bottom: 0;
border-top: 0;
border: 0;
background-color: #ffffff;
line-height: 1.3em;
}
@ -212,7 +217,7 @@ li.chat-info {
div#settings,
div#chatrooms,
div#login-dialog {
height: 272px;
height: 274px;
}
p.not-implemented {
@ -264,7 +269,7 @@ div.chat-title {
.chat-head-chatbox,
.chat-head-chatroom {
background: linear-gradient(top, rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%);
background: linear-gradient(top, rgba(206,220,231,1) 0%,rgba(79,106,114,1) 100%);
height: 35px;
position: relative;
}
@ -298,23 +303,35 @@ dl.add-converse-contact {
height: 22px;
}
.fancy-dropdown a.choose-xmpp-status {
width: 155px;
}
.fancy-dropdown a.choose-xmpp-status,
.fancy-dropdown a.toggle-xmpp-contact-form {
text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
padding-left: 2em;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: inline;
}
.fancy-dropdown a.toggle-xmpp-contact-form span {
float: left;
}
.choose-xmpp-status span {
padding-right: 5px;
padding-left: 5px;
float: left;
width: 130px;
}
#fancy-xmpp-status-select a.change-xmpp-status-message {
background: url('images/pencil_icon.png') no-repeat right 3px;
float: right;
clear: right;
height: 22px;
padding: 5px 5px 0 0;
color: rgb(79, 79, 79);
}
ul#found-users {
@ -345,11 +362,11 @@ form.search-xmpp-contact input {
a.configure-chatroom-button,
a.close-chatbox-button {
margin-top: 0.2em;
margin-right: 0.5em;
font-size: 10px;
padding: 3px 3px 2px 3px;
margin-right: 3px;
cursor: pointer;
float: right;
width: 12px;
-moz-box-shadow:inset 0 1px 0 0 #ffffff;
-webkit-box-shadow:inset 0 1px 0 0 #ffffff;
box-shadow:inset 0 1px 0 0 #ffffff;
@ -362,18 +379,10 @@ a.close-chatbox-button {
border:1px solid #888;
display:inline-block;
color: #666 !important;
font-family:arial;
font-size:12px;
font-weight:bold;
text-decoration:none;
text-shadow:1px 1px 0 #ffffff;
}
a.configure-chatroom-button {
padding:0 4px;
background: #ffffff url('images/preferences-system.png') no-repeat center center;
}
.close-chatbox-button {
padding: 0 2px 0 6px;
}
@ -407,7 +416,7 @@ a.configure-chatroom-button {
.chatroom-form {
background: white;
font-size: 12px;
padding: 0;
padding: 10px 5px;
}
.chat-body p {
@ -442,28 +451,10 @@ a.configure-chatroom-button {
clear: both;
}
#converse-roster dd.current-xmpp-contact,
#converse-roster dd.current-xmpp-contact:hover {
background: url(images/user_online_panel.png) no-repeat 5px 2px;
}
#converse-roster dd.current-xmpp-contact.offline:hover,
#converse-roster dd.current-xmpp-contact.unavailable:hover,
#converse-roster dd.current-xmpp-contact.offline,
#converse-roster dd.current-xmpp-contact.unavailable {
background: url(images/user_offline_panel.png) no-repeat 5px 2px;
}
#converse-roster dd.current-xmpp-contact.dnd,
#converse-roster dd.current-xmpp-contact.dnd:hover {
background: url(images/user_busy_panel.png) no-repeat 5px 2px;
}
#converse-roster dd.current-xmpp-contact.xa,
#converse-roster dd.current-xmpp-contact.xa:hover,
#converse-roster dd.current-xmpp-contact.away,
#converse-roster dd.current-xmpp-contact.away:hover {
background: url(images/user_away_panel.png) no-repeat 5px 2px;
#converse-roster dd.current-xmpp-contact span {
font-size: 16px;
float: left;
color: rgb(79, 79, 79);
}
#converse-roster dd.requesting-xmpp-contact button{
@ -479,16 +470,8 @@ a.configure-chatroom-button {
text-overflow: ellipsis;
}
#converse-roster dd a {
margin-left: 1.3em;
}
#converse-roster dd span {
width: 125px;
}
.remove-xmpp-contact-dialog .ui-dialog-buttonpane {
border: none;
padding: 2px 5px 0 0;
}
#converse-roster {
@ -517,7 +500,7 @@ a.configure-chatroom-button {
font-size: 13px;
color: #666;
border: none;
padding: 0em 0em 0.3em 0.5em;
padding: 0.3em 0em 0em 0.5em;
text-shadow: 0 1px 0 rgba(250, 250, 250, 1);
}
@ -558,7 +541,6 @@ p.room-info {
}
a.room-info {
background: url('images/information.png') no-repeat right top;
width: 22px;
height: 22px;
float: right;
@ -575,27 +557,28 @@ a.open-room {
dd.available-chatroom:hover a.room-info {
display: inline-block;
}
dd.available-chatroom:hover a.open-room {
width: 75%;
margin-top: 3px;
font-size: 15px;
}
#converse-roster dd a.remove-xmpp-contact {
background: url('images/delete_icon.png') no-repeat right top;
padding: 0 0 1em 0;
line-height: 21px;
float: right;
width: 22px;
margin: 0;
display: none;
color: rgb(79, 79, 79);
}
#converse-roster dd:hover a.remove-xmpp-contact {
display: inline-block;
}
#converse-roster a.open-chat {
width: 85%;
}
#converse-roster dd:hover a.open-chat {
width: 75%;
width: 70%;
}
.chatbox,
@ -608,18 +591,12 @@ dd.available-chatroom:hover a.open-room {
border-radius: 4px;
}
.chatbox {
width: 201px;
}
.chatroom {
width: 300px;
height: 311px;
}
.oc-chat-content {
height:272px;
width: 199px;
height:274px;
padding: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
@ -645,7 +622,6 @@ div#controlbox-panes {
background-color: white;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border: 1px solid #999;
width: 199px;
}
@ -682,7 +658,7 @@ form.add-chatroom input[type=text] {
form.add-chatroom input[type=button],
form.add-chatroom input[type=submit] {
width: 50%;
width: 48%;
}
select#select-xmpp-status {
@ -717,9 +693,8 @@ ul#controlbox-tabs li a {
margin: 0;
text-align:center;
text-decoration:none;
border: 1px solid #999;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
color:#666;
text-shadow: 0 1px 0 rgba(250, 250, 250, 1);
}
@ -730,14 +705,16 @@ ul#controlbox-tabs li a {
.chat-head #controlbox-tabs li a {
background-color: white;
box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
box-shadow: inset 0 4px 12px rgba(0,0,0,0.3);
border-bottom: 1px solid #CCC;
}
ul#controlbox-tabs a.current, ul#controlbox-tabs a.current:hover {
box-shadow: none;
color: #000;
border-bottom: 0;
height: 35px;
cursor: default;
color: rgb(102,102,102);
}
div#users,
@ -746,7 +723,6 @@ div#login-dialog,
div#settings {
border: 0;
font-size: 14px;
width: 199px;
background-color: white;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
@ -758,8 +734,9 @@ div#chatrooms {
form.sendXMPPMessage {
background: white;
border: 1px solid #999;
padding:0.5em;
border: 0;
border-top: 1px solid #BBB;
padding: 0.5em;
margin: 0;
position: relative;
-webkit-border-radius: 4px;
@ -782,6 +759,10 @@ form#set-custom-xmpp-status {
padding: 1px 2px 1px 1px;
}
#controlbox div.xmpp-status {
display: inline;
}
/* status dropdown styles */
.chatbox dl.dropdown {
margin-right: 0.5em;
@ -801,13 +782,14 @@ form.add-xmpp-contact {
}
form.add-xmpp-contact input {
width: 125px;
width: 120px;
}
.chatbox .dropdown dt a span {
cursor:pointer;
display:block;
padding: 5px;
padding: 2px 7px 0 5px;
color: rgb(79, 79, 79);
}
.chatbox .dropdown dd ul {
@ -831,31 +813,20 @@ form.add-xmpp-contact input {
}
.chatbox .dropdown a {
padding: 3px 0 0 25px;
display: block;
height: 22px;
}
.chatbox .dropdown a.toggle-xmpp-contact-form {
background: url('images/add_icon.png') no-repeat 4px 2px;
}
.chatbox .dropdown a.online {
background: url(images/user_online_panel.png) no-repeat 3px 4px;
}
.chatbox .dropdown a.offline {
background: url(images/user_offline_panel.png) no-repeat 3px 4px;
}
.chatbox .dropdown a.dnd {
background: url(images/user_busy_panel.png) no-repeat 3px 4px;
}
.chatbox .dropdown a.away {
background: url(images/user_away_panel.png) no-repeat 3px 4px;
display: inline-block;
padding-top: 2px;
}
.chatbox .dropdown dd ul a:hover {
background-color: #bed6e5;
}
.xmpp-status-menu li a {
width: 100%;
}
.xmpp-status-menu li a span {
padding: 0 5px 0 5px;
color: rgb(79, 79, 79);
}

View File

@ -568,7 +568,7 @@
template: _.template(
'<div class="chat-head chat-head-chatbox">' +
'<a class="close-chatbox-button">X</a>' +
'<a class="close-chatbox-button icon-close"></a>' +
'<a href="{{url}}" target="_blank" class="user">' +
'<div class="chat-title"> {{ fullname }} </div>' +
'</a>' +
@ -668,7 +668,8 @@
'<dl class="add-converse-contact dropdown">' +
'<dt id="xmpp-contact-search" class="fancy-dropdown">' +
'<a class="toggle-xmpp-contact-form" href="#"'+
'title="'+__('Click to add new chat contacts')+'">'+__('Add a contact')+'</a>' +
'title="'+__('Click to add new chat contacts')+'">'+
'<span class="icon-plus"></span>'+__('Add a contact')+'</a>' +
'</dt>' +
'<dd class="search-xmpp" style="display:none"><ul></ul></dd>' +
'</dl>'
@ -794,11 +795,12 @@
room_template: _.template(
'<dd class="available-chatroom">'+
'<a class="open-room" data-room-jid="{{jid}}"'+
'title="'+__('Click to open this room')+'" href="#">{{name}}</a>'+
'<a class="room-info" data-room-jid="{{jid}}"'+
'title="'+__('Show more information on this room')+'" href="#">&nbsp;</a>'+
'title="'+__('Click to open this room')+'" href="#">{{name}}</a>'+
'<a class="room-info icon-room-info" data-room-jid="{{jid}}"'+
'title="'+__('Show more information on this room')+'" href="#">&nbsp;</a>'+
'</dd>'),
// FIXME: check markup in mockup
room_description_template: _.template(
'<div class="room-info">'+
'<p class="room-info"><strong>'+__('Description:')+'</strong> {{desc}}</p>' +
@ -1071,7 +1073,7 @@
template: _.template(
'<div class="chat-head oc-chat-head">'+
'<ul id="controlbox-tabs"></ul>'+
'<a class="close-chatbox-button">X</a>'+
'<a class="close-chatbox-button icon-close"></a>'+
'</div>'+
'<div id="controlbox-panes"></div>'
),
@ -1171,8 +1173,8 @@
template: _.template(
'<div class="chat-head chat-head-chatroom">' +
'<a class="close-chatbox-button">X</a>' +
'<a class="configure-chatroom-button" style="display:none">&nbsp;</a>' +
'<a class="close-chatbox-button icon-close"></a>' +
'<a class="configure-chatroom-button icon-wrench" style="display:none"></a>' +
'<div class="chat-title"> {{ name }} </div>' +
'<p class="chatroom-topic"><p/>' +
'</div>' +
@ -1825,19 +1827,20 @@
},
template: _.template(
'<a class="open-chat" title="'+__('Click to chat with this contact')+'" href="#">{{ fullname }}</a>' +
'<a class="remove-xmpp-contact" title="'+__('Click to remove this contact')+'" href="#"></a>'),
'<a class="open-chat" title="'+__('Click to chat with this contact')+'" href="#">{{ fullname }}</a>' +
'<span class="icon-{{ chat_status }}" title="{{ status_desc }}"></span>'+
'<a class="remove-xmpp-contact" title="'+__('Click to remove this contact')+'" href="#"></a>'),
pending_template: _.template(
'<span>{{ fullname }}</span>' +
'<a class="remove-xmpp-contact" title="'+__('Click to remove this contact')+'" href="#"></a>'),
'<span>{{ fullname }}</span>' +
'<a class="remove-xmpp-contact" title="'+__('Click to remove this contact')+'" href="#"></a>'),
request_template: _.template('<div>{{ fullname }}</div>' +
'<button type="button" class="accept-xmpp-request">' +
'Accept</button>' +
'<button type="button" class="decline-xmpp-request">' +
'Decline</button>' +
''),
'<button type="button" class="accept-xmpp-request">' +
'Accept</button>' +
'<button type="button" class="decline-xmpp-request">' +
'Decline</button>' +
''),
render: function () {
var item = this.model,
@ -1854,7 +1857,15 @@
converse.showControlBox();
} else if (subscription === 'both' || subscription === 'to') {
this.$el.addClass('current-xmpp-contact');
this.$el.html(this.template(item.toJSON()));
var status_desc = {
'dnd': 'This contact is busy',
'online': 'This contact is online',
'offline': 'This contact is offline',
'away': 'This contact is away'
}[item.get('chat_status')||'offline'];
this.$el.html(this.template(
_.extend(item.toJSON(), {'status_desc': status_desc})
));
}
return this;
},
@ -2366,6 +2377,7 @@
status_template: _.template(
'<div class="xmpp-status">' +
'<a class="choose-xmpp-status {{ chat_status }}" data-value="{{status_message}}" href="#" title="'+__('Click to change your chat status')+'">' +
'<span class="icon-{{ chat_status }}"></span>'+
'{{ status_message }}' +
'</a>' +
'<a class="change-xmpp-status-message" href="#" title="'+__('Click here to write a custom status message')+'"></a>' +
@ -2428,12 +2440,15 @@
choose_template: _.template(
'<dl id="target" class="dropdown">' +
'<dt id="fancy-xmpp-status-select" class="fancy-dropdown"></dt>' +
'<dd><ul></ul></dd>' +
'<dd><ul class="xmpp-status-menu"></ul></dd>' +
'</dl>'),
option_template: _.template(
'<li>' +
'<a href="#" class="{{ value }}" data-value="{{ value }}">{{ text }}</a>' +
'<a href="#" class="{{ value }}" data-value="{{ value }}">'+
'<span class="icon-{{ value }}"></span>'+
'{{ text }}'+
'</a>' +
'</li>'),
initialize: function () {

File diff suppressed because one or more lines are too long

View File

@ -7,6 +7,11 @@ by Jason Costello, @jsncostello
@import url("../../../stylesheets/stylesheet.css");
@import url(pygment_trac.css);
div.body h1 {
font-size: 36px;
margin-top: 1em;
}
div.body,
div.document {
background-color: transparent;
@ -34,7 +39,6 @@ ul {
margin-bottom: 0;
}
tt.literal {
color: #222;
background-color: #fff;

3
fonticons/Read Me.txt Normal file
View File

@ -0,0 +1,3 @@
To modify your generated font, use the *dev.svg* file, located in the *fonts* folder in this package. You can import this dev.svg file to the IcoMoon app. All the tags (class names) and the Unicode points of your glyphs are saved in this file.
See the documentation for more info on how to use this package: http://icomoon.io/#docs/font-face

View File

@ -0,0 +1,307 @@
<?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>
This is a custom SVG font generated by IcoMoon.
<iconset grid="16"></iconset>
</metadata>
<defs>
<font id="Converse-js" horiz-adv-x="512" >
<font-face units-per-em="512" ascent="480" descent="-32" />
<missing-glyph horiz-adv-x="512" />
<glyph class="hidden" unicode="&#xf000;" d="M0,480L 512 -32L0 -32 z" horiz-adv-x="0" />
<glyph unicode="&#xe000;" d="M 512,184.778 L 256,383.491 L 0,184.777 L 0,265.796 L 256,464.509 L 512,265.795 ZM 448,192 L 448,0 L 320,0 L 320,128 L 192,128 L 192,0 L 64,0 L 64,192 L 256,336 Z" data-tags="home, house, building" />
<glyph unicode="&#x270e;" d="M 432,480 C 476.182,480 512,444.183 512,400 C 512,381.99 506.045,365.371 496,352 L 464,320 L 352,432 L 384,464 C 397.371,474.045 413.989,480 432,480 ZM 32,112L0-32l 144,32l 296,296L 328,408L 32,112z M 357.789,298.211l-224-224l-27.578,27.578l 224,224L 357.789,298.211z" data-tags="pencil, write, edit, blog, note" />
<glyph unicode="&#xe003;" d="M 152,176c0-57.438, 46.562-104, 104-104s 104,46.562, 104,104s-46.562,104-104,104S 152,233.438, 152,176z M 480,352L 368,352
c-8,32-16,64-48,64L 192,416 c-32,0-40-32-48-64L 32,352 c-17.6,0-32-14.4-32-32l0-288 c0-17.6, 14.4-32, 32-32l 448,0 c 17.6,0, 32,14.4, 32,32L 512,320
C 512,337.6, 497.6,352, 480,352z M 256,34c-78.425,0-142,63.574-142,142c0,78.425, 63.575,142, 142,142c 78.426,0, 142-63.575, 142-142
C 398,97.574, 334.427,34, 256,34z M 480,256l-64,0 l0,32 l 64,0 L 480,256 z" data-tags="camera, photo, picture, image" />
<glyph unicode="&#x2616;" d="M 192,336A80,80 10980 1 1 352,336A80,80 10980 1 1 192,336zM0,336A80,80 10980 1 1 160,336A80,80 10980 1 1 0,336zM 384,176l0,48 c0,17.6-14.4,32-32,32l-80,0 L 80,256 L 32,256 c-17.6,0-32-14.4-32-32l0-160 c0-17.6, 14.4-32, 32-32l 320,0 c 17.6,0, 32,14.4, 32,32
l0,48 l 128-80L 512,256 L 384,176z M 320,96L 64,96 l0,96 l 256,0 L 320,96 z" data-tags="camera, video, media, film, movie" />
<glyph unicode="&#x25d9;" d="M 490.594,399.946C 418.778,410.271, 339.428,416, 256.001,416c-83.43,0-162.778-5.729-234.597-16.054
C 7.639,346.083,0,286.571,0,224c0-62.57, 7.639-122.083, 21.404-175.945C 93.223,37.729, 172.572,32, 256.001,32
c 83.427,0, 162.776,5.729, 234.593,16.055C 504.36,101.917, 512,161.43, 512,224C 512,286.571, 504.36,346.083, 490.594,399.946z
M 192.001,128L 192.001,320 l 160-96L 192.001,128z" data-tags="play, video, movie" />
<glyph unicode="&#x266b;" d="M 160,384 L 512,480 L 512,448 L 512,384 L 512,112 C 512,67.817 461.855,32 400,32 C 338.145,32 288,67.817 288,112 C 288,156.183 338.145,192 400,192 C 417.179,192 433.451,189.234 448,184.297 L 448,349.091 L 224,288 L 224,48 C 224,3.817 173.856-32 112-32 C 50.144-32 0,3.817 0,48 C 0,92.183 50.144,128 112,128 C 129.179,128 145.451,125.234 160,120.297 L 160,288 L 160,384 Z" data-tags="music, song, audio, sound" />
<glyph unicode="&#x266c;" d="M 96,190.857l0-221.715 c 5.227-0.748, 10.567-1.143, 16-1.143l 16,0 L 128,192 l-16,0 C 106.567,192, 101.227,191.605, 96,190.857zM 384,192l0-224 l 16,0 c 5.434,0, 10.773,0.395, 16,1.143L 416,190.857 c-5.227,0.748-10.566,1.143-16,1.143L 384,192 zM 512,224C 512,365.385, 397.385,480, 256,480S0,365.385,0,224c0-30.709, 5.414-60.153, 15.328-87.437C 5.592,119.962,0,100.637,0,80
c0-44.677, 26.163-83.239, 64-101.216L 64,181.216 c-10.063-4.781-19.29-11.030-27.429-18.452C 33.575,177.374, 32,192.503, 32,208
C 32,331.712, 132.288,432, 256,432s 224-100.288, 224-224c0-15.497-1.574-30.626-4.571-45.236c-8.14,7.422-17.365,13.671-27.429,18.452
l0-202.432 c 37.838,17.977, 64,56.539, 64,101.216c0,20.637-5.592,39.962-15.328,56.563C 506.586,163.847, 512,193.291, 512,224z" data-tags="headphones, headset, music, song, audio" />
<glyph unicode="&#x260f;" d="M 352,160c-32-32-32-64-64-64s-64,32-96,64s-64,64-64,96s 32,32, 64,64S 128,448, 96,448S0,352,0,352c0-64, 65.75-193.75, 128-256
s 192-128, 256-128c0,0, 96,64, 96,96S 384,192, 352,160z" data-tags="phone, contact, telephone, support, call" />
<glyph unicode="&#x260e;" d="M 508.689,192.003 C 512.691,164.262 515.297,126.307 502.857,111.78 C 482.286,87.758 352.001,87.758 352.001,135.801 C 352.001,160 373.429,175.868 352.857,199.89 C 332.621,223.521 296.344,223.905 256,223.911 C 215.657,223.905 179.379,223.521 159.143,199.89 C 138.572,175.867 160,160 160,135.801 C 160,87.758 29.715,87.758 9.143,111.779 C -3.296,126.306 -0.691,164.261 3.312,192.002 C 6.392,210.521 14.174,230.5 39.086,255.999 C 39.086,256 39.087,256 39.087,256.001 C 76.456,290.872 133.010,319.37 254,319.985 L 254,320 C 254.672,320 255.332,319.995 256,319.993 C 256.669,319.995 257.328,320 258,320 L 258,319.986 C 378.99,319.371 435.544,290.873 472.913,256.002 C 472.914,256.001 472.914,256 472.914,256 C 497.826,230.502 505.609,210.523 508.689,192.003 Z" data-tags="phone-hang-up, contact, telephone, support, call" />
<glyph unicode="&#x270f;" d="M 480,352c 17.673,0, 32,14.327, 32,32L 512,448 l-64,0 L 448,480 L 32,480 C 14.4,480,0,465.601,0,448l0-448 c0-17.6, 14.398-32, 32-32l 416,0 L 448,96 l 32,0
c 17.673,0, 32,14.327, 32,32l0,64 l-64,0 l0,32 l 32,0 c 17.673,0, 32,14.327, 32,32l0,64 l-64,0 l0,32 L 480,352 z M 288,351.835
c 35.255,0, 63.835-28.58, 63.835-63.835s-28.58-63.835-63.835-63.835c-35.255,0-63.835,28.58-63.835,63.835
S 252.745,351.835, 288,351.835z M 128,0L 96,0 L 96,448 l 32,0 L 128,0 z M 384,96L 192,96 l0,32 c0,35.347, 28.654,64, 64,64l0,0 l 64,0 c 35.348,0, 64-28.653, 64-64
L 384,96 z" data-tags="address-book, book, contacts" />
<glyph unicode="&#x2710;" d="M 449.18,448L 64,448 l0-64 L 17.18,384 C 8.38,384,0,377.736,0,368.936l0-32 C0,328.136, 8.38,320, 17.18,320L 64,320 l0-32 L 17.18,288
C 8.38,288,0,281.736,0,272.936l0-32 C0,232.136, 8.38,224, 17.18,224L 64,224 l0-32 L 17.18,192 C 8.38,192,0,185.736,0,176.936l0-32
C0,136.137, 8.38,128, 17.18,128L 64,128 l0-32 L 17.18,96 C 8.38,96,0,89.736,0,80.936l0-32 C0,40.136, 8.38,32, 17.18,32L 64,32 l0-64 l 385.18,0
c 17.674,0, 30.82,15.263, 30.82,32.936l0,416 C 480,434.609, 466.854,448, 449.18,448z M 160,0L 96,0 l0,32 l 17.18,0 c 8.8,0, 14.82,8.136, 14.82,16.936
l0,32 c0,8.801-6.021,15.064-14.82,15.064L 96,96 l0,32 l 17.18,0 c 8.8,0, 14.82,8.136, 14.82,16.936l0,32 c0,8.801-6.021,15.064-14.82,15.064L 96,192 l0,32
l 17.18,0 c 8.8,0, 14.82,8.136, 14.82,16.936l0,32 c0,8.801-6.021,15.064-14.82,15.064L 96,288 l0,32 l 17.18,0 c 8.8,0, 14.82,8.136, 14.82,16.936l0,32
C 128,377.737, 121.98,384, 113.18,384L 96,384 L 96,416 l 64,0 L 160,0 z" data-tags="notebook, notes, book, journal" />
<glyph unicode="&#x2709;" d="M 464,416L 48,416 C 21.6,416,0,394.4,0,368l0-320 c0-26.4, 21.6-48, 48-48l 416,0 c 26.4,0, 48,21.6, 48,48L 512,368 C 512,394.4, 490.4,416, 464,416z
M 199.37,204.814L 64,99.368L 64,350.189 L 199.37,204.814z M 88.19,352L 423.81,352 L 256,226L 88.19,352z M 204.644,199.151L 256,144l 51.355,55.151
L 412.632,64L 99.368,64 L 204.644,199.151z M 312.63,204.814L 448,350.189l0-250.821 L 312.63,204.814z" data-tags="envelop, mail, email, contact, letter" />
<glyph unicode="&#xe012;" d="M 272,480l-48-48l 48-48L 160,256L 48,256 l 88-88L0-12.308L0-32 l 19.692,0 L 200,104l 88-88L 288,128 l 128,112l 48-48l 48,48L 272,480z M 224,208l-32,32
l 112,112l 32-32L 224,208z" data-tags="pushpin, pin" />
<glyph unicode="&#x25fc;" d="M 256,448 C 397.385,448 512,354.875 512,240 C 512,125.124 397.385,32 256,32 C 242.422,32 229.095,32.867 216.088,34.522 C 161.099-20.467 95.463-30.328 32-31.776 L 32-18.318 C 66.268-1.529 96,29.052 96,64 C 96,68.877 95.621,73.665 94.918,78.348 C 37.020,116.48 0,174.725 0,240 C 0,354.875 114.615,448 256,448 Z" data-tags="bubble, comment, chat, talk" />
<glyph unicode="&#x25fb;" d="M 256,384 C 228.534,384 202.006,379.669 177.153,371.129 C 153.797,363.102 133,351.757 115.339,337.407 C 82.232,310.508 64,275.915 64,240 C 64,219.851 69.594,200.311 80.626,181.924 C 92.002,162.964 109.117,145.631 130.12,131.798 C 145.298,121.802 155.51,105.824 158.208,87.851 C 159.108,81.859 159.672,75.807 159.893,69.789 C 163.628,72.886 167.268,76.212 170.833,79.777 C 182.91,91.853 199.223,98.522 216.084,98.522 C 218.768,98.522 221.465,98.354 224.162,98.010 C 234.649,96.677 245.361,96 256,96 C 283.467,96 309.994,100.33 334.847,108.871 C 358.203,116.898 379,128.243 396.661,142.593 C 429.768,169.491 448,204.085 448,240 C 448,275.915 429.768,310.508 396.661,337.407 C 379,351.756 358.203,363.102 334.847,371.129 C 309.994,379.669 283.467,384 256,384 Z M 256,448 L 256,448 C 397.385,448 512,354.875 512,240 C 512,125.124 397.385,32 256,32 C 242.422,32 229.095,32.867 216.088,34.522 C 161.099-20.467 95.463-30.328 32-31.776 L 32-18.318 C 66.268-1.529 96,29.052 96,64 C 96,68.877 95.621,73.665 94.918,78.348 C 37.020,116.48 0,174.725 0,240 C 0,354.875 114.615,448 256,448 Z" data-tags="bubble, comment, chat, talk" />
<glyph unicode="&#xe015;" d="M 544,29.417 C 544,6.667 557.014-13.037 576-22.675 L 576-30.644 C 570.687-31.371 565.264-31.756 559.75-31.756 C 525.746-31.756 495.076-17.492 473.389,5.376 C 460.278,1.885 446.388,0 432,0 C 352.471,0 288,57.308 288,128 C 288,198.692 352.471,256 432,256 C 511.529,256 576,198.692 576,128 C 576,100.326 566.118,74.704 549.322,53.767 C 545.91,46.355 544,38.111 544,29.417 ZM 115.339,369.407 C 82.232,342.508 64,307.915 64,272 C 64,251.851 69.594,232.311 80.626,213.925 C 92.002,194.965 109.117,177.632 130.12,163.799 C 145.298,153.803 155.51,137.825 158.208,119.852 C 159.108,113.86 159.672,107.808 159.893,101.79 C 163.628,104.887 167.268,108.213 170.833,111.778 C 182.91,123.854 199.223,130.523 216.084,130.523 C 218.768,130.523 221.465,130.355 224.162,130.011 C 234.636,128.68 245.334,128.003 255.959,128.001 L 255.959,64.001 C 242.395,64.002 229.082,64.87 216.088,66.522 C 161.099,11.533 95.463,1.672 32,0.224 L 32,13.682 C 66.268,30.471 96,61.052 96,96 C 96,100.877 95.621,105.665 94.918,110.348 C 37.020,148.48 0,206.725 0,272 C 0,386.875 114.615,480 256,480 C 395.229,480 508.496,389.693 511.918,277.24 C 491.37,286.398 468.998,291.951 445.787,293.529 C 440.022,321.563 423.086,347.937 396.661,369.407 C 379,383.756 358.203,395.102 334.847,403.129 C 309.994,411.669 283.467,416 256,416 C 228.534,416 202.006,411.669 177.153,403.129 C 153.797,395.102 133,383.757 115.339,369.407 Z" horiz-adv-x="576" data-tags="bubbles, comments, chat, talk" />
<glyph unicode="&#xe016;" d="M 240,480 L 240,480 C 372.548,480 480,393.043 480,285.776 C 480,178.509 372.548,91.552 240,91.552 C 227.271,91.552 214.777,92.362 202.583,93.907 C 151.030,42.56 91.497,33.353 32,32 L 32,44.567 C 64.126,60.244 90,88.8 90,121.434 C 90,125.987 89.644,130.458 88.985,134.831 C 34.706,170.438 0,224.825 0,285.776 C 0,393.043 107.452,480 240,480 ZM 498,44.657 C 498,16.686 516.157-7.792 544-21.229 L 544-32 C 492.437-30.841 445.107-22.949 400.429,21.063 C 389.859,19.738 379.032,19.043 368,19.043 C 320.265,19.043 276.296,31.922 241.193,53.563 C 313.53,53.816 381.823,76.99 433.61,118.899 C 459.714,140.025 480.307,164.812 494.817,192.573 C 510.2,222.006 518,253.364 518,285.776 C 518,291 517.775,296.194 517.371,301.36 C 553.656,271.393 576,230.549 576,185.522 C 576,133.278 545.921,86.661 498.88,56.14 C 498.309,52.392 498,48.56 498,44.657 Z" horiz-adv-x="576" data-tags="bubbles, comments, chat, talk" />
<glyph unicode="&#xe017;" d="M 240,416 C 214.667,416 190.209,412.025 167.307,404.186 C 145.845,396.839 126.75,386.468 110.556,373.363 C 80.534,349.068 64,317.962 64,285.776 C 64,267.781 69.033,250.302 78.96,233.827 C 89.303,216.657 104.909,200.93 124.090,188.348 C 139.31,178.364 149.558,162.372 152.271,144.373 C 152.722,141.378 153.086,138.37 153.361,135.357 C 154.722,136.617 156.073,137.914 157.418,139.254 C 169.487,151.274 185.762,157.91 202.579,157.91 C 205.253,157.91 207.938,157.742 210.626,157.401 C 220.306,156.175 230.188,155.553 240,155.553 C 265.333,155.553 289.79,159.527 312.692,167.367 C 334.155,174.713 353.25,185.084 369.444,198.189 C 399.467,222.484 416,253.59 416,285.776 C 416,317.962 399.467,349.067 369.444,373.363 C 353.25,386.469 334.155,396.839 312.692,404.186 C 289.79,412.025 265.333,416 240,416 Z M 240,480 L 240,480 C 372.548,480 480,393.043 480,285.776 C 480,178.509 372.548,91.552 240,91.552 C 227.271,91.552 214.777,92.362 202.583,93.907 C 151.030,42.56 91.497,33.353 32,32 L 32,44.567 C 64.126,60.244 90,88.8 90,121.434 C 90,125.987 89.644,130.458 88.985,134.831 C 34.706,170.438 0,224.825 0,285.776 C 0,393.043 107.452,480 240,480 ZM 498,44.657 C 498,16.686 516.157-7.792 544-21.229 L 544-32 C 492.437-30.841 445.107-22.949 400.429,21.063 C 389.859,19.738 379.032,19.043 368,19.043 C 320.265,19.043 276.296,31.922 241.193,53.563 C 313.53,53.816 381.823,76.99 433.61,118.899 C 459.714,140.025 480.307,164.812 494.817,192.573 C 510.2,222.006 518,253.364 518,285.776 C 518,291 517.775,296.194 517.371,301.36 C 553.656,271.393 576,230.549 576,185.522 C 576,133.278 545.921,86.661 498.88,56.14 C 498.309,52.392 498,48.56 498,44.657 Z" horiz-adv-x="576" data-tags="bubbles, comments, chat, talk" />
<glyph unicode="&#xe01a;" d="M 424-32L 88-32 c-13.255,0-24,10.745-24,24c0,34.431, 14.534,76.102, 38.879,111.471c 20.346,29.559, 45.342,51.81, 72.339,64.805
c-11.899,10.822-22.147,24.013-30.254,39.061c-13,24.131-19.873,52.024-19.873,80.664c0,39.803, 13.102,77.411, 36.893,105.895
C 186.816,423.626, 220.205,440, 256,440s 69.184-16.374, 94.017-46.105c 23.79-28.484, 36.893-66.091, 36.893-105.895
c0-28.64-6.872-56.533-19.872-80.664c-8.107-15.048-18.355-28.239-30.255-39.061c 26.997-12.995, 51.993-35.246, 72.339-64.805
C 433.466,68.102, 448,26.431, 448-8C 448-21.255, 437.255-32, 424-32z M 115.037,16l 281.926,0
c-4.613,19.67-14.26,41.192-27.381,60.255c-20.727,30.113-46.588,49.811-72.819,55.463c-11.053,2.382-18.944,12.155-18.944,23.462
l0,17.146 c0,8.63, 4.633,16.595, 12.135,20.861c 29.739,16.916, 48.956,54.133, 48.956,94.813c0,57.346-37.192,104-82.909,104
c-45.716,0-82.909-46.654-82.909-104c0-40.68, 19.217-77.896, 48.957-94.813c 7.501-4.267, 12.134-12.231, 12.134-20.861l0-17.146
c0-11.307-7.892-21.080-18.944-23.462c-26.231-5.652-52.092-25.35-72.82-55.463C 129.296,57.192, 119.651,35.67, 115.037,16z" data-tags="user, profile, avatar, person, talk, member" />
<glyph unicode="&#xe01b;" d="M 488-32L 152-32 c-13.255,0-24,10.745-24,24c0,34.431, 14.534,76.102, 38.879,111.471c 20.346,29.559, 45.342,51.81, 72.339,64.805
c-11.899,10.822-22.147,24.013-30.254,39.061c-13,24.131-19.873,52.024-19.873,80.664c0,39.803, 13.102,77.411, 36.893,105.895
C 250.816,423.626, 284.205,440, 320,440s 69.184-16.374, 94.017-46.105c 23.79-28.484, 36.893-66.091, 36.893-105.895
c0-28.64-6.872-56.533-19.872-80.664c-8.107-15.048-18.355-28.239-30.255-39.061c 26.997-12.995, 51.993-35.246, 72.339-64.805
C 497.466,68.102, 512,26.431, 512-8C 512-21.255, 501.255-32, 488-32z M 179.037,16l 281.926,0
c-4.613,19.67-14.26,41.192-27.381,60.255c-20.727,30.113-46.588,49.811-72.819,55.463c-11.053,2.382-18.944,12.155-18.944,23.462
l0,17.146 c0,8.63, 4.633,16.595, 12.135,20.861c 29.739,16.916, 48.956,54.133, 48.956,94.813c0,57.346-37.192,104-82.909,104
s-82.909-46.654-82.909-104c0-40.68, 19.217-77.896, 48.957-94.813c 7.501-4.267, 12.134-12.231, 12.134-20.861l0-17.146
c0-11.307-7.892-21.080-18.944-23.462c-26.231-5.652-52.092-25.35-72.82-55.463C 193.296,57.192, 183.651,35.67, 179.037,16zM 98.557,48l-47.52,0 c 4.614,19.67, 14.259,41.192, 27.38,60.255c 20.728,30.113, 46.589,49.811, 72.82,55.463
c 11.053,2.382, 18.944,12.155, 18.944,23.462l0,17.146 c0,8.63-4.633,16.595-12.134,20.861c-29.74,16.917-48.957,54.133-48.957,94.813
c0,57.346, 37.192,104, 82.909,104c 3.127,0, 6.213-0.226, 9.251-0.651c 13.179,14.667, 28.117,26.587, 44.321,35.502
C 228.975,467.467, 210.821,472, 192,472c-35.795,0-69.184-16.374-94.017-46.105C 74.193,397.411, 61.091,359.803, 61.091,320
c0-28.64, 6.872-56.533, 19.873-80.664c 8.107-15.048, 18.355-28.238, 30.254-39.061c-26.997-12.995-51.993-35.246-72.339-64.805
C 14.534,100.102,0,58.431,0,24c0-13.255, 10.745-24, 24-24l 66.193,0 C 90.931,15.513, 93.792,31.706, 98.557,48z" data-tags="users, people, group, team, members, community" />
<glyph unicode="&#xe01d;" d="M 112.5,256 C 174.356,256 224.5,205.855 224.5,144 C 224.5,82.144 174.356,32 112.5,32 C 50.644,32 0.5,82.144 0.5,144 L 0,160 C 0,283.712 100.288,384 224,384 L 224,320 C 181.263,320 141.083,303.357 110.863,273.137 C 105.046,267.319 99.737,261.129 94.948,254.627 C 100.667,255.527 106.528,256 112.5,256 ZM 400.5,256 C 462.355,256 512.5,205.855 512.5,144 C 512.5,82.144 462.355,32 400.5,32 C 338.645,32 288.5,82.144 288.5,144 L 288,160 C 288,283.712 388.288,384 512,384 L 512,320 C 469.263,320 429.083,303.357 398.863,273.137 C 393.045,267.319 387.736,261.129 382.947,254.627 C 388.667,255.527 394.527,256 400.5,256 Z" data-tags="quotes-left, ldquo" />
<glyph unicode="&#x231b;" d="M 192,416A64,64 12780 1 1 320,416A64,64 12780 1 1 192,416zM 327.765,359.765A64,64 12780 1 1 455.765,359.765A64,64 12780 1 1 327.765,359.765zM 416,224A32,32 12780 1 1 480,224A32,32 12780 1 1 416,224zM 359.765,88.235A32,32 12780 1 1 423.765,88.23500000000001A32,32 12780 1 1 359.765,88.23500000000001zM 224.001,32A32,32 12780 1 1 288.001,32A32,32 12780 1 1 224.001,32zM 88.236,88.235A32,32 12780 1 1 152.236,88.23500000000001A32,32 12780 1 1 88.236,88.23500000000001zM 72.236,359.765A48,48 12780 1 1 168.236,359.765A48,48 12780 1 1 72.236,359.765zM 28,224A36,36 12780 1 1 100,224A36,36 12780 1 1 28,224z" data-tags="spinner, loading, busy, wait, wheel" />
<glyph unicode="&#xe021;" d="M 496.131,44.302L 374.855,147.449c-12.537,11.283-25.945,16.463-36.776,15.963C 366.707,196.946, 384,240.451, 384,288
C 384,394.039, 298.039,480, 192,480C 85.962,480,0,394.039,0,288c0-106.039, 85.961-192, 192-192c 47.549,0, 91.054,17.293, 124.588,45.922
c-0.5-10.831, 4.68-24.239, 15.963-36.776l 103.147-121.276c 17.661-19.623, 46.511-21.277, 64.11-3.678S 515.754,26.641, 496.131,44.302z
M 192,160c-70.692,0-128,57.308-128,128S 121.308,416, 192,416s 128-57.308, 128-128S 262.693,160, 192,160z" data-tags="search, magnifier, lookup, find" />
<glyph unicode="&#xe022;" d="M 181.861,118.974l 20.649,28.908l-22.627,22.628l-28.909-20.648c-5.361,2.997-11.102,5.387-17.133,7.096L 128,192L 96,192
l-5.84-35.043c-6.031-1.709-11.772-4.099-17.133-7.096L 44.118,170.51L 21.49,147.882l 20.649-28.908
c-2.997-5.36-5.387-11.103-7.096-17.133L0,96l0-32 l 35.043-5.841c 1.709-6.030, 4.099-11.772, 7.096-17.133L 21.49,12.118l 22.627-22.628
l 28.909,20.648c 5.361-2.997, 11.102-5.387, 17.133-7.096L 96-32l 32,0 l 5.84,35.043c 6.031,1.709, 11.772,4.099, 17.133,7.096l 28.909-20.648
l 22.627,22.628l-20.649,28.908c 2.997,5.36, 5.387,11.103, 7.096,17.133L 224,64l0,32 l-35.043,5.841
C 187.248,107.871, 184.858,113.613, 181.861,118.974z M 112,48c-17.674,0-32,14.327-32,32s 14.326,32, 32,32s 32-14.327, 32-32
S 129.674,48, 112,48zM 512,288l0,32 l-33.691,6.125c-0.621,4.023-1.416,7.989-2.362,11.895l 28.779,18.55L 492.48,386.134l-33.472-7.234
c-2.107,3.455-4.363,6.81-6.746,10.065l 19.503,28.171l-22.628,22.627l-28.171-19.503c-3.256,2.383-6.61,4.638-10.065,6.747
l 7.234,33.472L 388.571,472.726l-18.55-28.779c-3.906,0.946-7.872,1.741-11.895,2.362L 352,480l-32,0 l-6.126-33.691
c-4.023-0.621-7.988-1.416-11.895-2.362L 283.43,472.726L 253.866,460.48l 7.234-33.472c-3.455-2.108-6.81-4.364-10.065-6.747
l-28.171,19.503l-22.627-22.627l 19.503-28.171c-2.383-3.255-4.639-6.61-6.747-10.065l-33.472,7.234l-12.246-29.564l 28.779-18.55
c-0.946-3.906-1.741-7.871-2.362-11.895L 160,320l0-32 l 33.691-6.125c 0.621-4.023, 1.416-7.989, 2.362-11.895l-28.779-18.55
l 12.246-29.564l 33.472,7.234c 2.108-3.455, 4.364-6.809, 6.747-10.065l-19.503-28.171l 22.627-22.628l 28.171,19.503
c 3.255-2.383, 6.61-4.638, 10.065-6.746l-7.234-33.472l 29.564-12.246l 18.551,28.779c 3.905-0.946, 7.871-1.741, 11.894-2.362L 320,128l 32,0
l 6.126,33.691c 4.022,0.621, 7.988,1.416, 11.895,2.362l 18.55-28.779l 29.564,12.246l-7.234,33.472
c 3.455,2.108, 6.81,4.363, 10.065,6.746l 28.171-19.503l 22.628,22.628l-19.503,28.171c 2.383,3.256, 4.638,6.61, 6.746,10.065
l 33.472-7.234l 12.246,29.565l-28.779,18.55c 0.946,3.906, 1.741,7.871, 2.362,11.895L 512,288z M 336,234.4
c-38.439,0-69.6,31.161-69.6,69.6c0,38.439, 31.16,69.6, 69.6,69.6s 69.6-31.161, 69.6-69.6C 405.6,265.561, 374.44,234.4, 336,234.4z" data-tags="cogs, settings, gears, generate, control, options" />
<glyph unicode="&#xe024;" d="M 501.467,71.062l-230.276,197.38C 281.915,288.591, 288,311.583, 288,336C 288,415.529, 223.529,480, 144,480
c-14.547,0-28.586-2.166-41.823-6.177l 83.195-83.195c 12.445-12.445, 12.445-32.81,0-45.255l-50.745-50.745
c-12.445-12.445-32.81-12.445-45.255,0L 6.177,377.823C 2.166,364.586,0,350.547,0,336c0-79.529, 64.471-144, 144-144
c 24.417,0, 47.409,6.085, 67.558,16.81l 197.38-230.276c 11.454-13.362, 31.008-14.113, 43.452-1.669l 50.746,50.746
C 515.58,40.055, 514.829,59.608, 501.467,71.062z" data-tags="wrench, settings, control, tool, options, preferences, fix" />
<glyph unicode="&#xe025;" d="M 384,448l-64,0 c-52.935,0-96-43.065-96-96l0-96 L 24,256 c-13.2,0-24-10.8-24-24l0-240 c0-13.2, 10.8-24, 24-24l 272,0 c 13.2,0, 24,10.8, 24,24L 320,232
c0,13.2-10.8,24-24,24l-8,0 l0,96 c0,17.645, 14.355,32, 32,32l 64,0 c 17.645,0, 32-14.355, 32-32l0-96 l 64,0 l0,96 C 480,404.935, 436.935,448, 384,448z
M 192,32l-64,0 l 13.92,69.6C 133.516,107.366, 128,117.037, 128,128c0,17.673, 14.327,32, 32,32c 17.673,0, 32-14.327, 32-32
c0-10.963-5.516-20.634-13.92-26.4L 192,32z" data-tags="unlocked, lock" />
<glyph unicode="&#xe026;" d="M 416,256l-32,0 l0,96 C 384,422.692, 326.692,480, 256,480c-70.692,0-128-57.308-128-128l0-96 L 96,256 c-17.6,0-32-14.4-32-32l0-224
c0-17.6, 14.4-32, 32-32l 320,0 c 17.6,0, 32,14.4, 32,32L 448,224 C 448,241.6, 433.6,256, 416,256z M 256,64c-17.673,0-32,14.327-32,32
s 14.327,32, 32,32s 32-14.327, 32-32S 273.673,64, 256,64z M 320,256L 192,256 l0,96 c0,35.29, 28.71,64, 64,64s 64-28.71, 64-64L 320,256 z" data-tags="lock, secure, private, encrypted" />
<glyph unicode="&#xe027;" d="M 296,256l-8,0 l0,96 c0,52.935-43.065,96-96,96l-64,0 c-52.935,0-96-43.065-96-96l0-96 l-8,0 c-13.2,0-24-10.8-24-24l0-240
c0-13.2, 10.8-24, 24-24l 272,0 c 13.2,0, 24,10.8, 24,24L 320,232 C 320,245.2, 309.2,256, 296,256z M 192,32l-64,0 l 13.92,69.6
C 133.516,107.366, 128,117.037, 128,128c0,17.673, 14.327,32, 32,32c 17.673,0, 32-14.327, 32-32c0-10.963-5.516-20.634-13.92-26.4L 192,32
z M 224,256L 96,256 l0,96 c0,17.645, 14.355,32, 32,32l 64,0 c 17.645,0, 32-14.355, 32-32L 224,256 z" data-tags="lock, secure, private, encrypted" />
<glyph unicode="&#xe028;" d="M 352,480c-88.365,0-160-71.634-160-160c0-10.013, 0.929-19.808, 2.688-29.312L0,96l0-96 c0-17.673, 14.327-32, 32-32
l 32,0 l0,32 l 64,0 l0,64 l 64,0 l0,64 l 64,0 l 41.521,41.521C 314.526,163.363, 332.869,160, 352,160c 88.365,0, 160,71.634, 160,160S 440.365,480, 352,480z
M 399.937,319.937c-26.51,0-48,21.49-48,48s 21.49,48, 48,48s 48-21.49, 48-48S 426.447,319.937, 399.937,319.937z" data-tags="key, password, login, log in, signin, sign in" />
<glyph unicode="&#xe029;" d="M 501.066,322.879l-50.553,50.552c-12.396,12.397-32.685,32.684-45.081,45.082l-50.553,50.552
c-12.396,12.397-34.477,14.583-49.065,4.858L 167.595,381.777c-14.588-9.726-20.109-30.514-12.268-46.195l 35.243-70.487
c 1.077-2.153, 2.323-4.448, 3.695-6.83L 16,80L0-32l 96,0 l0,32 l 64,0 l0,64 l 64,0 l0,64l 64,0 l0,35.593 c 3.198-1.906, 6.267-3.608, 9.096-5.022
l 70.485-35.244c 15.683-7.841, 36.47-2.319, 46.195,12.269l 92.147,138.22C 515.65,288.402, 513.462,310.481, 501.066,322.879z
M 75.314,52.687l-22.627,22.627l 155.786,155.785l 22.627-22.627L 75.314,52.687z M 458.51,268.118l-22.628-22.628
c-6.223-6.222-16.404-6.222-22.627,0L 277.49,381.255c-6.223,6.222-6.223,16.405,0,22.627l 22.628,22.628
c 6.223,6.222, 16.404,6.222, 22.627,0L 458.51,290.745C 464.733,284.523, 464.733,274.34, 458.51,268.118z" data-tags="key, password, login, log in, signin, sign in" />
<glyph unicode="&#xe02a;" d="M 496.131,44.302L 374.855,147.449c-12.537,11.283-25.945,16.463-36.776,15.963C 366.707,196.946, 384,240.451, 384,288
C 384,394.039, 298.039,480, 192,480C 85.962,480,0,394.039,0,288c0-106.039, 85.961-192, 192-192c 47.549,0, 91.054,17.293, 124.588,45.922
c-0.5-10.831, 4.68-24.239, 15.963-36.776l 103.147-121.276c 17.661-19.623, 46.511-21.277, 64.11-3.678S 515.754,26.641, 496.131,44.302
z M 192,160c-70.692,0-128,57.308-128,128S 121.308,416, 192,416s 128-57.308, 128-128S 262.693,160, 192,160zM 96,320L 288,320L 288,256L 96,256z" data-tags="zoom out, smaller, scale, reduce" />
<glyph unicode="&#xe02b;" d="M 496.131,44.302L 374.855,147.449c-12.537,11.283-25.945,16.463-36.776,15.963C 366.707,196.946, 384,240.451, 384,288
C 384,394.039, 298.039,480, 192,480C 85.962,480,0,394.039,0,288c0-106.039, 85.961-192, 192-192c 47.549,0, 91.054,17.293, 124.588,45.922
c-0.5-10.831, 4.68-24.239, 15.963-36.776l 103.147-121.276c 17.661-19.623, 46.511-21.277, 64.11-3.678S 515.754,26.641, 496.131,44.302
z M 192,160c-70.692,0-128,57.308-128,128S 121.308,416, 192,416s 128-57.308, 128-128S 262.693,160, 192,160zM 224,384L 160,384L 160,320L 96,320L 96,256L 160,256L 160,192L 224,192L 224,256L 288,256L 288,320L 224,320 z" data-tags="zoom in, enlarge, scale" />
<glyph unicode="&#xe02f;" d="M 512,175.953l0,96.094 l-73.387,12.231c-2.979,9.066-6.611,17.834-10.847,26.25l 43.227,60.517l-67.948,67.949l-60.413-43.152
c-8.455,4.277-17.269,7.944-26.384,10.951L 304.047,480l-96.094,0 l-12.201-73.208c-9.115-3.007-17.929-6.674-26.383-10.951
l-60.414,43.152l-67.949-67.949l 43.227-60.518c-4.235-8.415-7.867-17.183-10.846-26.249L0,272.047l0-96.094 l 73.559-12.26
c 2.98-8.984, 6.605-17.674, 10.821-26.015l-43.374-60.724l 67.949-67.948l 60.827,43.447c 8.301-4.175, 16.945-7.764, 25.882-10.717
L 207.953-32l 96.094,0 l 12.289,73.737c 8.937,2.953, 17.581,6.542, 25.883,10.716l 60.826-43.446l 67.948,67.948l-43.372,60.723
c 4.216,8.341, 7.839,17.031, 10.82,26.016L 512,175.953z M 256,160c-35.346,0-64,28.653-64,64c0,35.346, 28.654,64, 64,64
c 35.347,0, 64-28.654, 64-64C 320,188.653, 291.347,160, 256,160z" data-tags="cog, preferences, settings, gear, generate, control, options" />
<glyph unicode="&#xe02d;" d="M 400,416L 112,416 c-26.51,0-48-21.49-48-48l0-16 l 384,0 l0,16 C 448,394.51, 426.51,416, 400,416zM 316.16,448l 7.058-50.5L 188.782,397.5 l 7.057,50.5L 316.16,448 M 320,480L 192,480 c-13.2,0-25.495-10.696-27.321-23.769l-9.357-66.962
C 153.495,376.196, 162.8,365.5, 176,365.5l 160,0 c 13.2,0, 22.505,10.696, 20.679,23.769l-9.357,66.962C 345.495,469.304, 333.2,480, 320,480L 320,480z
M 408,320L 104,320 c-17.6,0-30.696-14.341-29.103-31.869l 26.206-288.263C 102.696-17.659, 118.4-32, 136-32l 240,0
c 17.6,0, 33.304,14.341, 34.897,31.868l 26.205,288.263C 438.696,305.659, 425.6,320, 408,320z M 192,32l-48,0 l-16,224l 64,0 L 192,32 z M 288,32l-64,0
L 224,256 l 64,0 L 288,32 z M 368,32l-48,0 L 320,256 l 64,0 L 368,32z" data-tags="remove, delete, trashcan, recycle bin, bin, dispose" />
<glyph unicode="&#xe02e;" d="M 96-32L 416-32L 448,320L 64,320 zM 320,416L 320,480 L 192,480 l0-64 L 32,416 l0-96 l 32,32l 384,0 l 32-32L 480,416 L 320,416 z M 288,416l-64,0 L 224,448 l 64,0 L 288,416 z" data-tags="remove, delete, trashcan, recycle bin, bin, dispose" />
<glyph unicode="&#xe030;" d="M 256,384C 144.341,384, 47.559,318.979,0,224c 47.559-94.979, 144.341-160, 256-160c 111.657,0, 208.439,65.021, 256,160
C 464.442,318.979, 367.657,384, 256,384z M 382.225,299.148c 30.081-19.187, 55.571-44.887, 74.717-75.148
c-19.146-30.261-44.637-55.961-74.718-75.149C 344.427,124.743, 300.779,112, 256,112c-44.78,0-88.428,12.743-126.225,36.852
C 99.695,168.038, 74.205,193.738, 55.058,224c 19.146,30.262, 44.637,55.962, 74.717,75.148c 1.959,1.25, 3.938,2.461, 5.929,3.65
C 130.725,289.134, 128,274.387, 128,259c0-70.692, 57.308-128, 128-128s 128,57.308, 128,128c0,15.387-2.725,30.134-7.704,43.799
C 378.286,301.61, 380.265,300.398, 382.225,299.148z M 256,275c0-26.51-21.49-48-48-48s-48,21.49-48,48s 21.49,48, 48,48
S 256,301.51, 256,275z" data-tags="eye, views, vision, visit" />
<glyph unicode="&#xe031;" d="M 419.661,331.792 C 458.483,304.277 490.346,267.246 512,224 C 464.439,129.021 367.657,64 256,64 C 224.717,64 194.604,69.106 166.411,78.542 L 205.389,117.52 C 221.918,113.87 238.875,112 256,112 C 300.779,112 344.427,124.743 382.223,148.852 C 412.304,168.040 437.795,193.74 456.941,224.001 C 438.415,253.284 413.934,278.276 385.116,297.248 L 419.661,331.792 ZM 256,131 C 244.638,131 233.624,132.488 223.136,135.267 L 379.729,291.859 C 382.51,281.373 384,270.362 384,259 C 384,188.308 326.692,131 256,131 ZM 480,480l-26.869,0 L 343.325,370.194C 315.787,379.156, 286.448,384, 256,384C 144.341,384, 47.559,318.979,0,224
c 21.329-42.596, 52.564-79.154, 90.597-106.534L0,26.869L0,0 l 26.869,0 L 480,453.131L 480,480 z M 208,323c 24.022,0, 43.923-17.647, 47.446-40.685
l-54.762-54.762C 177.647,231.077, 160,250.978, 160,275C 160,301.51, 181.49,323, 208,323z M 55.058,224
c 19.146,30.262, 44.637,55.962, 74.717,75.148c 1.959,1.25, 3.938,2.461, 5.929,3.65C 130.725,289.134, 128,274.387, 128,259
c0-29.262, 9.825-56.224, 26.349-77.781l-29.275-29.275C 97.038,170.765, 73.197,195.33, 55.058,224z" data-tags="eye-blocked, views, vision, visit, banned, blocked, forbidden, private" />
<glyph unicode="&#xe032;" d="M 348.916,316.476l-32.476,32.461L 154.035,186.566c-26.907-26.896-26.907-70.524,0-97.422
c 26.902-26.896, 70.53-26.896, 97.437,0l 194.886,194.854c 44.857,44.831, 44.857,117.531,0,162.363
c-44.833,44.852-117.556,44.852-162.391,0L 79.335,241.788l 0.017-0.016c-0.145-0.152-0.306-0.288-0.438-0.423
c-62.551-62.548-62.551-163.928,0-226.453c 62.527-62.528, 163.934-62.528, 226.494,0c 0.137,0.137, 0.258,0.284, 0.41,0.438l 0.016-0.017
l 139.666,139.646l-32.493,32.46L 273.35,47.792l-0.008,0 c-0.148-0.134-0.282-0.285-0.423-0.422
c-44.537-44.529-116.99-44.529-161.538,0c-44.531,44.521-44.531,116.961,0,161.489c 0.152,0.152, 0.302,0.291, 0.444,0.423l-0.023,0.030
l 204.64,204.583c 26.856,26.869, 70.572,26.869, 97.443,0c 26.856-26.867, 26.856-70.574,0-97.42L 218.999,121.625
c-8.968-8.961-23.527-8.961-32.486,0c-8.947,8.943-8.947,23.516,0,32.46L 348.916,316.476z" data-tags="attachment, paperclip" />
<glyph unicode="&#xe033;" d="M 240,448C 107.452,448,0,340.548,0,208c0-132.549, 107.452-240, 240-240c 132.549,0, 240,107.451, 240,240
C 480,340.548, 372.549,448, 240,448z M 375.795,128c 4.29,20.227, 6.998,41.696, 7.879,64l 63.723,0 c-1.668-22.098-6.812-43.557-15.34-64
L 375.795,128 z M 104.205,288c-4.29-20.227-6.998-41.696-7.879-64L 32.604,224 c 1.668,22.097, 6.811,43.557, 15.339,64L 104.205,288 z M 343.018,288
c 4.807-20.481, 7.699-41.927, 8.64-64L 256,224 l0,64 L 343.018,288 z M 256,320L 256,413.669 c 7.295-2.123, 14.522-5.685, 21.614-10.685
c 13.291-9.37, 26.006-23.804, 36.77-41.743c 7.441-12.401, 13.876-26.208, 19.248-41.242L 256,319.999 z M 165.616,361.242
c 10.764,17.939, 23.478,32.374, 36.77,41.743c 7.091,5, 14.319,8.562, 21.614,10.685L 224,320 l-77.632,0
C 151.741,335.033, 158.176,348.84, 165.616,361.242z M 224,288l0-64 l-95.657,0 c 0.94,22.073, 3.833,43.519, 8.639,64L 224,288 z M 47.944,128
c-8.528,20.443-13.671,41.902-15.339,64l 63.722,0 c 0.881-22.304, 3.589-43.773, 7.879-64L 47.944,128 z M 128.343,192L 224,192 l0-64 l-87.018,0
C 132.176,148.48, 129.283,169.927, 128.343,192z M 224,96l0-93.67 c-7.294,2.123-14.522,5.686-21.614,10.685
c-13.292,9.37-26.007,23.805-36.77,41.743c-7.441,12.402-13.875,26.209-19.249,41.242L 224,96 z M 314.384,54.758
c-10.764-17.938-23.479-32.373-36.77-41.743c-7.092-4.999-14.319-8.562-21.614-10.685L 256,96 l 77.633,0
C 328.26,80.967, 321.825,67.16, 314.384,54.758z M 256,128l0,64 l 95.657,0 c-0.94-22.073-3.833-43.52-8.64-64L 256,128 z M 383.674,224
c-0.881,22.304-3.589,43.773-7.879,64l 56.262,0 c 8.528-20.443, 13.672-41.903, 15.34-64L 383.674,224 z M 415.329,320l-47.95,0
c-9.319,29.381-22.188,55.147-37.658,75.714c 21.268-10.17, 40.529-23.808, 57.357-40.636C 397.818,344.339, 407.259,332.609, 415.329,320
z M 92.922,355.078c 16.829,16.829, 36.090,30.466, 57.357,40.636c-15.471-20.567-28.338-46.333-37.658-75.714L 64.672,320
C 72.741,332.609, 82.183,344.339, 92.922,355.078z M 64.672,96l 47.949,0 c 9.32-29.381, 22.188-55.147, 37.659-75.715
c-21.268,10.17-40.529,23.808-57.357,40.637C 82.183,71.661, 72.741,83.391, 64.672,96z M 387.078,60.922
c-16.828-16.829-36.090-30.467-57.357-40.637c 15.471,20.567, 28.339,46.334, 37.658,75.715l 47.95,0
C 407.259,83.391, 397.818,71.661, 387.078,60.922z" data-tags="globe, web, internet, network, sphere" />
<glyph unicode="&#x2764;" d="M 512,300.922C 512,382.151, 446.15,448, 364.922,448C 321.741,448, 282.907,429.391, 256,399.755C 229.093,429.391, 190.259,448, 147.078,448
C 65.849,448,0,382.151,0,300.922C0,257.741, 18.609,218.907, 48.245,192L 48,192 l 160-160c 16-16, 32-32, 48-32s 32,16, 48,32l 160,160l-0.245,0
C 493.391,218.907, 512,257.741, 512,300.922z M 420.734,239.384L 258.745,77.255c-0.839-0.839-1.766-1.766-2.745-2.74
c-0.98,0.975-1.907,1.901-2.745,2.74L 91.266,239.383C 73.683,255.347, 64,277.202, 64,300.922C 64,346.731, 101.269,384, 147.078,384
c 23.72,0, 45.575-9.683, 61.538-27.266L 256,304.544l 47.384,52.189C 319.348,374.317, 341.202,384, 364.922,384
C 410.731,384, 448,346.731, 448,300.922C 448,277.202, 438.316,255.347, 420.734,239.384z" data-tags="heart, like, love, favorite" />
<glyph unicode="&#x263b;" d="M 256-32c 141.385,0, 256,114.615, 256,256S 397.385,480, 256,480S0,365.385,0,224S 114.615-32, 256-32z M 256,432
c 114.875,0, 208-93.125, 208-208s-93.125-208-208-208S 48,109.125, 48,224S 141.125,432, 256,432zM 256,180.62 C 313.975,180.62 369.115,196.023 416,223.080 C 408.713,133.861 339.436,64 256,64 C 172.566,64 103.289,133.936 96,223.152 C 142.885,196.096 198.025,180.62 256,180.62 ZM 128,304A32,48 2700 1 1 192,304A32,48 2700 1 1 128,304zM 320,304A32,48 2700 1 1 384,304A32,48 2700 1 1 320,304z" data-tags="happy, emoticon, smiley, face" />
<glyph unicode="&#x261d;" d="M 464,192 C 500.5,192 480,96 448,96 C 464,96 448,16 416,16 C 416-16 384-32 352-32 C 216.824-32 264.368,1.825 128,16 L 128,272 C 248.461,308.134 368,398.712 368,480 C 394.5,480 464,448 368,288 C 368,288 448,288 464,288 C 512,288 496,192 464,192 ZM 96,272 L 96,16 L 128,16 L 128,0 L 64,0 C 46.4,0 32,21.6 32,48 L 32,240 C 32,266.4 46.4,288 64,288 L 128,288 L 128,272 L 96,272 Z" data-tags="thumbs-up, up, like, rate, vote up" />
<glyph unicode="&#x263a;" d="M 256-32c 141.385,0, 256,114.615, 256,256S 397.385,480, 256,480S0,365.385,0,224S 114.615-32, 256-32z M 256,432
c 114.875,0, 208-93.125, 208-208s-93.125-208-208-208S 48,109.125, 48,224S 141.125,432, 256,432zM 128,320 C 128,337.673 142.327,352 160,352 C 177.673,352 192,337.673 192,320 C 192,302.327 177.673,288 160,288 C 142.327,288 128,302.327 128,320 Z M 320,320 C 320,337.673 334.327,352 352,352 C 369.673,352 384,337.673 384,320 C 384,302.327 369.673,288 352,288 C 334.327,288 320,302.327 320,320 ZM 352.049,166.37 L 393.213,141.672 C 365.232,95.137 314.255,64 256,64 C 197.745,64 146.768,95.137 118.787,141.672 L 159.951,166.37 C 179.538,133.796 215.222,112 256,112 C 296.778,112 332.462,133.796 352.049,166.37 Z" data-tags="smiley, emoticon, face" />
<glyph unicode="&#xe038;" d="M 256-32c 141.385,0, 256,114.615, 256,256S 397.385,480, 256,480S0,365.385,0,224S 114.615-32, 256-32z M 256,432
c 114.875,0, 208-93.125, 208-208s-93.125-208-208-208S 48,109.125, 48,224S 141.125,432, 256,432zM 128,320 C 128,337.673 142.327,352 160,352 C 177.673,352 192,337.673 192,320 C 192,302.327 177.673,288 160,288 C 142.327,288 128,302.327 128,320 Z M 320,320 C 320,337.673 334.327,352 352,352 C 369.673,352 384,337.673 384,320 C 384,302.327 369.673,288 352,288 C 334.327,288 320,302.327 320,320 ZM 384,192 L 384,160 L 352,160 L 352,112 C 352,85.49 330.51,64 304,64 C 277.49,64 256,85.49 256,112 L 256,160 L 128,160 L 128,192 L 384,192 Z" data-tags="tongue, emoticon, smiley, face" />
<glyph unicode="&#x2639;" d="M 256-32c 141.385,0, 256,114.615, 256,256S 397.385,480, 256,480S0,365.385,0,224S 114.615-32, 256-32z M 256,432
c 114.875,0, 208-93.125, 208-208s-93.125-208-208-208S 48,109.125, 48,224S 141.125,432, 256,432zM 128,320 C 128,337.673 142.327,352 160,352 C 177.673,352 192,337.673 192,320 C 192,302.327 177.673,288 160,288 C 142.327,288 128,302.327 128,320 Z M 320,320 C 320,337.673 334.327,352 352,352 C 369.673,352 384,337.673 384,320 C 384,302.327 369.673,288 352,288 C 334.327,288 320,302.327 320,320 ZM 159.951,89.63 L 118.787,114.328 C 146.768,160.863 197.745,192 256,192 C 314.254,192 365.231,160.863 393.213,114.328 L 352.049,89.63 C 332.462,122.204 296.778,144 256,144 C 215.221,144 179.538,122.204 159.951,89.63 Z" data-tags="sad, emoticon, smiley, face" />
<glyph unicode="&#xe03a;" d="M 256-32c 141.385,0, 256,114.615, 256,256S 397.385,480, 256,480S0,365.385,0,224S 114.615-32, 256-32z M 256,432
c 114.875,0, 208-93.125, 208-208s-93.125-208-208-208S 48,109.125, 48,224S 141.125,432, 256,432zM 271.37,124.486 C 341.494,138.339 395.925,170.257 415.597,212.783 C 404.77,128.805 334.838,64 250.172,64 C 190.551,64 138.243,96.141 108.726,144.474 C 143.931,116.945 205.993,111.57 271.37,124.486 ZM 320,304A32,48 2700 1 1 384,304A32,48 2700 1 1 320,304zM 176,294.25 C 155.102,294.25 137.333,286.422 130.742,275.5 C 128.972,278.433 128,291.587 128,294.875 C 128,310.408 149.49,323 176,323 C 202.51,323 224,310.408 224,294.875 C 224,291.587 223.028,278.433 221.258,275.5 C 214.667,286.422 196.898,294.25 176,294.25 Z" data-tags="wink, emoticon, smiley, face" />
<glyph unicode="&#x2369;" d="M 256-32c 141.385,0, 256,114.615, 256,256S 397.385,480, 256,480S0,365.385,0,224S 114.615-32, 256-32z M 256,432
c 114.875,0, 208-93.125, 208-208s-93.125-208-208-208S 48,109.125, 48,224S 141.125,432, 256,432zM 372.87,179.19L 384.114,140.802L 165.61,76.801L 154.366,115.189zM 128,320 C 128,337.673 142.327,352 160,352 C 177.673,352 192,337.673 192,320 C 192,302.327 177.673,288 160,288 C 142.327,288 128,302.327 128,320 Z M 320,320 C 320,337.673 334.327,352 352,352 C 369.673,352 384,337.673 384,320 C 384,302.327 369.673,288 352,288 C 334.327,288 320,302.327 320,320 Z" data-tags="wondering, emoticon, smiley, face, question" />
<glyph unicode="&#x2368;" d="M 256-32c 141.385,0, 256,114.615, 256,256S 397.385,480, 256,480S0,365.385,0,224S 114.615-32, 256-32z M 256,432
c 114.875,0, 208-93.125, 208-208s-93.125-208-208-208S 48,109.125, 48,224S 141.125,432, 256,432zM 128,320A32,32 2700 1 1 192,320A32,32 2700 1 1 128,320zM 320,320A32,32 2700 1 1 384,320A32,32 2700 1 1 320,320zM 363.053,160 L 395.485,160 C 400.108,123.747 379.259,87.735 343.506,74.72 C 302.054,59.632 256.056,81.078 240.966,122.528 C 231.912,147.4 204.313,160.269 179.442,151.214 C 156.661,142.92 143.964,119.065 148.948,96.002 L 116.518,96.002 C 111.897,132.256 132.743,168.266 168.496,181.282 C 209.948,196.371 255.947,174.924 271.037,133.475 C 280.089,108.601 307.69,95.734 332.559,104.789 C 355.34,113.081 368.037,136.938 363.053,160 Z" data-tags="confused, emoticon, smiley, face, bewildered" />
<glyph unicode="&#x2364;" d="M 256-32c 141.385,0, 256,114.615, 256,256S 397.385,480, 256,480S0,365.385,0,224S 114.615-32, 256-32z M 256,432
c 114.875,0, 208-93.125, 208-208s-93.125-208-208-208S 48,109.125, 48,224S 141.125,432, 256,432zM 192,128 C 192,163.346 220.654,192 256,192 C 291.346,192 320,163.346 320,128 C 320,92.654 291.346,64 256,64 C 220.654,64 192,92.654 192,128 ZM 320,304A32,48 2700 1 1 384,304A32,48 2700 1 1 320,304zM 128,304A32,48 2700 1 1 192,304A32,48 2700 1 1 128,304z" data-tags="shocked, emoticon, smiley, face" />
<glyph unicode="&#x261f;" d="M 319.998,256 C 302.325,256 287.998,270.327 287.999,288.001 C 287.999,288.586 288.017,289.166 288.048,289.743 C 289.064,313.47 310.654,329.216 328.844,338.312 C 346.215,346.997 363.395,351.342 364.118,351.523 C 372.691,353.667 381.377,348.454 383.521,339.881 C 385.663,331.308 380.451,322.622 371.879,320.478 C 363.066,318.253 352.618,314.418 343.411,309.803 C 348.735,304.088 351.998,296.427 351.998,288 C 351.998,270.327 337.671,256 319.998,256 ZM 140.121,320.478 C 131.549,322.621 126.337,331.308 128.48,339.88 C 130.623,348.453 139.31,353.666 147.883,351.522 C 148.605,351.341 165.786,346.997 183.157,338.311 C 201.348,329.216 222.937,313.469 223.953,289.742 C 223.984,289.165 224.002,288.584 224.002,288 C 224.002,270.327 209.675,256 192.002,256 C 174.329,256 160.002,270.327 160.002,288 C 160.002,296.427 163.265,304.088 168.589,309.803 C 159.382,314.418 148.933,318.253 140.121,320.478 ZM 256,112 C 296.777,112 332.462,133.796 352.049,166.37 L 393.213,141.672 C 365.232,95.137 314.255,64 256,64 C 197.745,64 146.768,95.137 118.787,141.672 L 159.951,166.37 C 179.538,133.796 215.222,112 256,112 ZM 512,448c0,22.758-4.762,44.4-13.326,64c-16.788-38.418-48.224-68.966-87.247-84.589C 368.33,460.391, 314.459,480, 256,480
S 143.67,460.391, 100.573,427.411C 61.549,443.034, 30.114,473.582, 13.326,512C 4.762,492.4,0,470.758,0,448
c0-36.787, 12.425-70.664, 33.294-97.689C 12.109,313.040,0,269.936,0,224c0-141.385, 114.615-256, 256-256s 256,114.615, 256,256
c0,45.936-12.109,89.040-33.294,126.311C 499.575,377.336, 512,411.213, 512,448z M 256,16c-114.875,0-208,93.125-208,208
S 141.125,432, 256,432s 208-93.125, 208-208S 370.875,16, 256,16z" data-tags="evil, emoticon, smiley, face" />
<glyph unicode="&#xe03f;" d="M 256-32c 141.385,0, 256,114.615, 256,256S 397.385,480, 256,480S0,365.385,0,224S 114.615-32, 256-32z M 256,432
c 114.875,0, 208-93.125, 208-208s-93.125-208-208-208S 48,109.125, 48,224S 141.125,432, 256,432z M 352.049,89.63
C 332.462,122.204, 296.777,144, 256,144c-40.778,0-76.462-21.796-96.049-54.37l-41.164,24.698C 146.767,160.863, 197.745,192, 256,192
c 58.254,0, 109.232-31.137, 137.213-77.672L 352.049,89.63zM 383.521,339.88 C 385.663,331.308 380.451,322.621 371.88,320.478 C 363.067,318.253 352.619,314.418 343.412,309.803 C 348.736,304.088 351.999,296.427 351.999,288 C 351.999,270.327 337.672,256 319.999,256 C 302.326,256 287.999,270.327 287.999,288 C 287.999,288.585 288.017,289.165 288.048,289.742 C 289.064,313.469 310.654,329.215 328.844,338.311 C 346.215,346.996 363.395,351.341 364.118,351.522 C 372.691,353.666 381.377,348.453 383.521,339.88 ZM 128.479,339.88c 2.144,8.573, 10.83,13.786, 19.403,11.642c 0.723-0.181, 17.903-4.526, 35.274-13.211
c 18.19-9.096, 39.78-24.842, 40.796-48.569c 0.031-0.577, 0.049-1.157, 0.049-1.742c0-17.673-14.327-32-32-32s-32,14.327-32,32
c0,8.427, 3.263,16.088, 8.587,21.803c-9.207,4.615-19.655,8.45-28.468,10.675C 131.549,322.621, 126.337,331.308, 128.479,339.88z" data-tags="angry, emoticon, smiley, face, rage" />
<glyph unicode="&#xe040;" d="M 256-32c 141.385,0, 256,114.615, 256,256S 397.385,480, 256,480S0,365.385,0,224S 114.615-32, 256-32z M 256,432
c 114.875,0, 208-93.125, 208-208s-93.125-208-208-208S 48,109.125, 48,224S 141.125,432, 256,432zM 400,352 C 408.8,352 416,344.8 416,336 L 416,288 C 416,270.4 401.6,256 384,256 L 320,256 C 302.4,256 288,270.4 288,288 L 224,288 C 224,270.4 209.6,256 192,256 L 128,256 C 110.4,256 96,270.4 96,288 L 96,336 C 96,344.8 103.2,352 112,352 L 208,352 C 216.8,352 224,344.8 224,336 L 224,320 L 288,320 L 288,336 C 288,344.8 295.2,352 304,352 L 400,352 ZM 256,96 C 302.604,96 343.386,120.909 365.773,158.139 L 393.213,141.672 C 365.23,95.137 314.255,64 256,64 C 231.771,64 208.808,69.398 188.23,79.041 L 204.811,106.68 C 220.488,99.823 237.793,96 256,96 Z" data-tags="cool, emoticon, smiley, face" />
<glyph unicode="&#xe041;" d="M 256-32c 141.385,0, 256,114.615, 256,256S 397.385,480, 256,480S0,365.385,0,224S 114.615-32, 256-32z M 256,432
c 114.875,0, 208-93.125, 208-208s-93.125-208-208-208S 48,109.125, 48,224S 141.125,432, 256,432zM 96,224l0-32 c0-70.4, 57.6-128, 128-128l 64,0 c 70.4,0, 128,57.6, 128,128l0,32 L 96,224 z M 192,101.506
c-13.269,4.729-25.462,12.411-35.772,22.723C 138.025,142.43, 128,166.499, 128,192l 64,0 L 192,101.506 z M 288,96l-64,0 l0,96 l 64,0 L 288,96 z
M 355.772,124.229c-10.312-10.312-22.505-17.994-35.772-22.723L 320,192 l 64,0 C 384,166.499, 373.976,142.43, 355.772,124.229z M 112.676,288
C 112.677,288, 112.676,288, 112.676,288c 4.884,0, 9.054,3.528, 9.862,8.345C 125.617,314.687, 141.372,328, 160,328
s 34.383-13.313, 37.462-31.655c 0.808-4.816, 4.978-8.345, 9.861-8.345c 4.884,0, 9.054,3.528, 9.862,8.344
c 0.541,3.218, 0.814,6.467, 0.814,9.656c0,31.981-26.019,58-58,58s-58-26.019-58-58c0-3.189, 0.274-6.438, 0.814-9.656
C 103.623,291.528, 107.793,288, 112.676,288z M 304.676,288C 304.677,288, 304.676,288, 304.676,288c 4.885,0, 9.056,3.528, 9.862,8.345
C 317.617,314.687, 333.372,328, 352,328s 34.383-13.313, 37.462-31.655c 0.808-4.816, 4.979-8.345, 9.861-8.345s 9.054,3.528, 9.861,8.344
c 0.541,3.218, 0.814,6.467, 0.814,9.656c0,31.981-26.019,58-58,58s-58-26.019-58-58c0-3.189, 0.272-6.438, 0.813-9.656
C 295.623,291.528, 299.793,288, 304.676,288z" data-tags="grin, emoticon, smiley, face" />
<glyph unicode="&#x2360;" d="M 256,480C 114.615,480,0,365.385,0,224s 114.615-256, 256-256s 256,114.615, 256,256S 397.385,480, 256,480z M 256,16
c-114.875,0-208,93.125-208,208S 141.125,432, 256,432s 208-93.125, 208-208S 370.875,16, 256,16zM 224,352L 288,352L 288,288L 224,288zM 320,96L 192,96L 192,128L 224,128L 224,224L 192,224L 192,256L 288,256L 288,128L 320,128 z" data-tags="info, information" />
<glyph unicode="&#xe01f;" d="M 256,432 C 200.441,432 148.208,410.364 108.922,371.078 C 69.636,331.792 48,279.559 48,224 C 48,168.441 69.636,116.208 108.922,76.922 C 148.208,37.636 200.441,16 256,16 C 311.559,16 363.792,37.636 403.078,76.922 C 442.364,116.208 464,168.441 464,224 C 464,279.559 442.364,331.792 403.078,371.078 C 363.792,410.364 311.559,432 256,432 Z M 256,480 L 256,480 C 397.385,480 512,365.385 512,224 C 512,82.615 397.385-32 256-32 C 114.615-32 0,82.615 0,224 C 0,365.385 114.615,480 256,480 ZM 224,128L 288,128L 288,64L 224,64zM 224,384L 288,384L 288,192L 224,192z" data-tags="notification, warning, notice, note, exclamation" />
<glyph unicode="&#x26a0;" d="M 256,400.638 L 83.583,32 L 428.417,32 L 256,400.638 Z M 256,480 L 256,480 C 267.035,480 278.070,472.559 286.442,457.676 L 504.978,22.12 C 521.723-7.646 507.478-32 473.327-32 L 38.673-32 C 4.521-32 -9.722-7.646 7.021,22.12 L 225.558,457.676 C 233.93,472.559 244.965,480 256,480 ZM 224,96A32,32 2700 1 1 288,96A32,32 2700 1 1 224,96zM 256,288 C 273.673,288 288,273.673 288,256 L 278,160 L 234,160 L 224,256 C 224,273.673 238.327,288 256,288 Z" data-tags="warning, sign" />
<glyph unicode="&#xe045;" d="M 64,352l 64,0 l0-96 l 32,0 L 160,448 c0,17.6-14.4,32-32,32L 64,480 C 46.4,480, 32,465.6, 32,448l0-192 l 32,0 L 64,352 z M 64,448l 64,0 l0-64 L 64,384 L 64,448 z M 480,448L 480,480 l-96,0
c-17.601,0-32-14.4-32-32l0-160 c0-17.6, 14.399-32, 32-32l 96,0 l0,32 l-96,0 L 384,448 L 480,448 z M 320,400L 320,448 c0,17.6-14.4,32-32,32l-96,0 l0-224 l 96,0
c 17.6,0, 32,14.4, 32,32l0,48 c0,17.6-4.4,32-22,32C 315.6,368, 320,382.4, 320,400z M 288,288l-64,0 l0,64 l 64,0 L 288,288 z M 288,384l-64,0 L 224,448 l 64,0 L 288,384 zM 416,192 L 208-32 L 96,112 L 137,147 L 208,73 L 384,224 Z" data-tags="spell-check, correct" />
<glyph unicode="&#xe046;" d="M 445.020,18.98c-6.143,0-12.284,2.343-16.971,7.029c-9.372,9.373-9.372,24.568,0,33.941
C 471.868,103.771, 496.001,162.030, 496.001,224c0,61.969-24.133,120.229-67.952,164.049c-9.372,9.373-9.372,24.569,0,33.941
c 9.372,9.372, 24.569,9.372, 33.941,0c 52.885-52.886, 82.011-123.2, 82.011-197.99c0-74.791-29.126-145.104-82.011-197.99
C 457.304,21.323, 451.162,18.98, 445.020,18.98zM 359.765,64.235c-6.143,0-12.284,2.343-16.971,7.029c-9.372,9.372-9.372,24.568,0,33.941
c 65.503,65.503, 65.503,172.085,0,237.588c-9.372,9.373-9.372,24.569,0,33.941c 9.372,9.371, 24.569,9.372, 33.941,0
C 417.532,335.938, 440,281.696, 440,224c0-57.695-22.468-111.938-63.265-152.735C 372.049,66.578, 365.907,64.235, 359.765,64.235zM 274.51,109.49c-6.143,0-12.284,2.343-16.971,7.029c-9.373,9.373-9.373,24.568,0,33.941
c 40.55,40.55, 40.55,106.529,0,147.078c-9.373,9.373-9.373,24.569,0,33.941c 9.373,9.372, 24.568,9.372, 33.941,0
c 59.265-59.265, 59.265-155.696,0-214.961C 286.794,111.833, 280.652,109.49, 274.51,109.49zM 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 Z" horiz-adv-x="544" data-tags="volume-high, speaker, media control, audio" />
<glyph unicode="&#xe047;" d="M 359.765,64.235c-6.143,0-12.284,2.343-16.971,7.029c-9.372,9.372-9.372,24.568,0,33.941
c 65.503,65.503, 65.503,172.085,0,237.588c-9.372,9.373-9.372,24.569,0,33.941c 9.372,9.371, 24.569,9.372, 33.941,0
C 417.532,335.938, 440,281.696, 440,224c0-57.695-22.468-111.938-63.265-152.735C 372.049,66.578, 365.907,64.235, 359.765,64.235zM 274.51,109.49c-6.143,0-12.284,2.343-16.971,7.029c-9.373,9.373-9.373,24.568,0,33.941
c 40.55,40.55, 40.55,106.529,0,147.078c-9.373,9.373-9.373,24.569,0,33.941c 9.373,9.372, 24.568,9.372, 33.941,0
c 59.265-59.265, 59.265-155.696,0-214.961C 286.794,111.833, 280.652,109.49, 274.51,109.49zM 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 Z" data-tags="volume-medium, speaker, media control, audio" />
<glyph unicode="&#xe048;" d="M 274.51,109.49c-6.143,0-12.284,2.343-16.971,7.029c-9.373,9.373-9.373,24.568,0,33.941
c 40.55,40.55, 40.55,106.529,0,147.078c-9.373,9.373-9.373,24.569,0,33.941c 9.373,9.372, 24.568,9.372, 33.941,0
c 59.265-59.265, 59.265-155.696,0-214.961C 286.794,111.833, 280.652,109.49, 274.51,109.49zM 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 Z" data-tags="volume-low, speaker, media control, audio" />
<glyph unicode="&#xe049;" d="M 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 ZM 480,170.426 L 480,128 L 437.574,128 L 384,181.574 L 330.426,128 L 288,128 L 288,170.426 L 341.574,224 L 288,277.574 L 288,320 L 330.426,320 L 384,266.426 L 437.574,320 L 480,320 L 480,277.574 L 426.426,224 Z" data-tags="volume-mute, speaker, media control, audio, mute" />
<glyph unicode="&#xe04a;" d="M 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 Z" data-tags="volume-mute, speaker, media control, audio, mute" />
<glyph unicode="&#xe04b;" d="M 214.082,448.041 C 220.070,448.041 224,442.102 224.001,431 L 224.001,17 C 224.001,5.897 220.073-0.041 214.083-0.041 C 210.281-0.041 205.649,2.353 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 C 205.649,445.649 210.28,448.041 214.082,448.041 ZM 256,256L 512,256L 512,192L 256,192z" data-tags="volume-decrease, speaker, media control, audio" />
<glyph unicode="&#xe04c;" d="M 214.082,448.041 C 220.070,448.041 224,442.102 224.001,431 L 224.001,17 C 224.001,5.897 220.073-0.041 214.083-0.041 C 210.281-0.041 205.649,2.353 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 C 205.649,445.649 210.28,448.041 214.082,448.041 ZM 512,192 L 416,192 L 416,96 L 352,96 L 352,192 L 256,192 L 256,256 L 352,256 L 352,352 L 416,352 L 416,256 L 512,256 Z" data-tags="volume-increase, speaker, media control, audio" />
<glyph unicode="&#xe04d;" d="M 353.94,237.674C 372.689,259.945, 384,288.678, 384,320c0,70.58-57.421,128-128,128l-64,0 l-64,0 L 96,448 l0-448 l 32,0 l 64,0 l 96,0
c 70.579,0, 128,57.421, 128,128C 416,174.478, 391.101,215.248, 353.94,237.674z M 192,384l 50.75,0 c 27.984,0, 50.75-28.71, 50.75-64
s-22.766-64-50.75-64L 192,256 L 192,384 z M 271.5,64L 192,64 L 192,192 l 79.5,0 c 29.225,0, 53-28.71, 53-64S 300.725,64, 271.5,64z" data-tags="bold, wysiwyg" />
<glyph unicode="&#xe04e;" d="M 352,448 L 416,448 L 416,240 C 416,160.471 344.366,96 256,96 C 167.635,96 96,160.471 96,240 L 96,448 L 160,448 L 160,240 C 160,219.917 169.119,200.648 185.677,185.747 C 204.125,169.145 229.1,160 256,160 C 282.9,160 307.875,169.145 326.323,185.747 C 342.881,200.648 352,219.917 352,240 L 352,448 ZM 96,64L 416,64L 416,0L 96,0z" data-tags="underline, wysiwyg" />
<glyph unicode="&#xe04f;" d="M 448,448 L 448,416 L 384,416 L 224,32 L 288,32 L 288,0 L 64,0 L 64,32 L 128,32 L 288,416 L 224,416 L 224,448 Z" data-tags="italic, wysiwyg" />
<glyph unicode="&#xe050;" d="M 512,224 L 512,192 L 394.747,192 C 408.499,172.745 416,150.654 416,128 C 416,92.561 397.67,58.487 365.71,34.518 C 336.031,12.259 297.068,0 256,0 C 214.931,0 175.969,12.259 146.29,34.518 C 114.33,58.487 96,92.561 96,128 L 160,128 C 160,93.309 203.963,64 256,64 C 308.037,64 352,93.309 352,128 C 352,162.691 308.037,192 256,192 L 0,192 L 0,224 L 149.759,224 C 148.59,224.827 147.431,225.662 146.29,226.518 C 114.33,250.488 96,284.561 96,320 C 96,355.439 114.33,389.512 146.29,413.482 C 175.969,435.741 214.931,448 256,448 C 297.068,448 336.031,435.741 365.71,413.482 C 397.67,389.512 416,355.439 416,320 L 352,320 C 352,354.691 308.037,384 256,384 C 203.963,384 160,354.691 160,320 C 160,285.309 203.963,256 256,256 C 295.489,256 333.027,244.661 362.241,224 L 512,224 Z" data-tags="strikethrough, wysiwyg" />
<glyph unicode="&#xe053;" d="M 96,448l0-384 l 384,0 L 480,448 L 96,448 z M 448,96L 128,96 L 128,416 l 320,0 L 448,96 zM 64,32L 64,352L 32,384L 32,0L 416,0L 384,32 zM 214.627,137.373L 310.627,233.373L 384,160L 384,352L 192,352L 265.373,278.627L 169.373,182.627 z" data-tags="new tab, external, outside, popout, link, blank" />
<glyph unicode="&#xe055;" d="M 416,416L 96,416 c-52.8,0-96-43.2-96-96l0-192 c0-52.8, 43.2-96, 96-96l 320,0 c 52.8,0, 96,43.2, 96,96L 512,320 C 512,372.8, 468.8,416, 416,416z
M 480,128c0-16.989-6.687-33.031-18.827-45.173C 449.031,70.687, 432.99,64, 416,64L 96,64 c-16.989,0-33.031,6.687-45.172,18.827
C 38.687,94.969, 32,111.011, 32,128L 32,320 c0,16.989, 6.687,33.031, 18.828,45.172S 79.011,384, 96,384l 320,0
c 16.989,0, 33.031-6.687, 45.173-18.828C 473.314,353.031, 480,336.989, 480,320L 480,128 zM 192,96L 352,224L 192,352 z" data-tags="youtube, social" />
<glyph unicode="&#x2715;" d="M 507.331,68.67c-0.002,0.002-0.004,0.004-0.006,0.005L 352.003,224l 155.322,155.325c 0.002,0.002, 0.004,0.003, 0.006,0.005
c 1.672,1.673, 2.881,3.627, 3.656,5.708c 2.123,5.688, 0.912,12.341-3.662,16.915L 433.952,475.326c-4.574,4.573-11.225,5.783-16.914,3.66
c-2.080-0.775-4.035-1.984-5.709-3.655c0-0.002-0.002-0.003-0.004-0.005L 256.001,320L 100.677,475.325
c-0.002,0.002-0.003,0.003-0.005,0.005c-1.673,1.671-3.627,2.88-5.707,3.655c-5.69,2.124-12.341,0.913-16.915-3.66L 4.676,401.951
c-4.574-4.574-5.784-11.226-3.661-16.914c 0.776-2.080, 1.985-4.036, 3.656-5.708c 0.002-0.001, 0.003-0.003, 0.005-0.005L 160.001,224
L 4.676,68.674c-0.001-0.002-0.003-0.003-0.004-0.005c-1.671-1.673-2.88-3.627-3.657-5.707c-2.124-5.688-0.913-12.341, 3.661-16.915
l 73.374-73.373c 4.575-4.574, 11.226-5.784, 16.915-3.661c 2.080,0.776, 4.035,1.985, 5.708,3.656c 0.001,0.002, 0.003,0.003, 0.005,0.005
l 155.324,155.325l 155.324-155.325c 0.002-0.001, 0.004-0.003, 0.006-0.004c 1.674-1.672, 3.627-2.881, 5.707-3.657
c 5.689-2.123, 12.342-0.913, 16.914,3.661l 73.373,73.374c 4.574,4.574, 5.785,11.227, 3.662,16.915
C 510.212,65.043, 509.003,66.997, 507.331,68.67z" data-tags="close, cancel, quit, remove, cross" />
<glyph unicode="&#x2718;" d="M0,224c0-141.385, 114.615-256, 256-256c 141.386,0, 256,114.615, 256,256S 397.386,480, 256,480C 114.615,480,0,365.385,0,224z M 448,224
c0-36.618-10.256-70.84-28.044-99.956L 156.045,387.956C 185.16,405.745, 219.382,416, 256,416C 362.038,416, 448,330.039, 448,224z M 64,224
c0,36.618, 10.256,70.839, 28.045,99.956l 263.911-263.912C 326.839,42.255, 292.618,32, 256,32C 149.962,32, 64,117.961, 64,224z" data-tags="blocked, cancel, stop, forbidden, denied, banned" />
<glyph unicode="&#xe058;" d="M 256,480C 114.615,480,0,365.385,0,224s 114.615-256, 256-256s 256,114.615, 256,256S 397.385,480, 256,480z M 384,306.745L 301.256,224
L 384,141.256L 384,96 l-45.256,0 L 256,178.744L 173.255,96L 128,96 l0,45.256 L 210.745,224L 128,306.745L 128,352 l 45.255,0 L 256,269.255L 338.744,352L 384,352
L 384,306.745 z" data-tags="cancel-circle, close, remove, delete" />
<glyph unicode="&#xe05a;" d="M0,272l0-96 c0-8.836, 7.164-16, 16-16l 480,0 c 8.836,0, 16,7.164, 16,16l0,96 c0,8.836-7.164,16-16,16L 16,288 C 7.164,288,0,280.836,0,272z" data-tags="minus, minimize, subtract" />
<glyph unicode="&#x271a;" d="M 496,288L 320,288 L 320,464 c0,8.836-7.164,16-16,16l-96,0 c-8.836,0-16-7.164-16-16l0-176 L 16,288 c-8.836,0-16-7.164-16-16l0-96
c0-8.836, 7.164-16, 16-16l 176,0 l0-176 c0-8.836, 7.164-16, 16-16l 96,0 c 8.836,0, 16,7.164, 16,16L 320,160 l 176,0 c 8.836,0, 16,7.164, 16,16l0,96
C 512,280.836, 504.836,288, 496,288z" data-tags="plus, add, sum" />
<glyph unicode="&#x2611;" d="M0,480l0-512 l 512,0 L 512,480 L0,480 z M 480,0L 32,0 L 32,448 l 448,0 L 480,0 z M 384,368L 224,208l-96,96l-64-64l 160-160l 224,224L 384,368z" data-tags="checkbox-checked, tick, checked, selected" />
<glyph unicode="&#x2b27;" d="M0,480l0-512 l 512,0 L 512,480 L0,480 z M 480,0L 32,0 L 32,448 l 448,0 L 480,0 z" data-tags="checkbox-unchecked, unchecked, square" />
<glyph unicode="&#x2b28;" d="M0,480l0-512 l 512,0 L 512,480 L0,480 z M 480,0L 32,0 L 32,448 l 448,0 L 480,0 zM 128,352L 384,352L 384,96L 128,96z" data-tags="checkbox-partial, partial" />
<glyph unicode="&#x2b26;" d="M 256,480C 114.615,480,0,365.385,0,224s 114.615-256, 256-256s 256,114.615, 256,256S 397.385,480, 256,480z M 256,32
c-106.039,0-192,85.961-192,192c0,106.039, 85.961,192, 192,192c 106.039,0, 192-85.961, 192-192C 448,117.961, 362.039,32, 256,32zM 160,224A96,96 12780 1 1 352,224A96,96 12780 1 1 160,224z" data-tags="radio-checked" />
<glyph unicode="&#x2b25;" d="M 256,480C 114.615,480,0,365.385,0,224s 114.615-256, 256-256s 256,114.615, 256,256S 397.385,480, 256,480z M 256,32
c-106.039,0-192,85.961-192,192c0,106.039, 85.961,192, 192,192c 106.039,0, 192-85.961, 192-192C 448,117.961, 362.039,32, 256,32z" data-tags="radio-unchecked, circle" />
<glyph unicode="&#xe059;" d="M 256,480C 114.615,480,0,365.385,0,224s 114.615-256, 256-256s 256,114.615, 256,256S 397.385,480, 256,480z M 224,384l 64,0 l0-64 l-64,0 L 224,384 z
M 320,64L 192,64 l0,32 l 32,0 L 224,224 l-32,0 l0,32 l 96,0 l0-160 l 32,0 L 320,64 z" data-tags="info, information" />
<glyph unicode="&#xe001;" d="M 448,352L 448,416 L0,416 l0-352 c0-17.673, 14.327-32, 32-32l 432,0 c 26.511,0, 48,21.489, 48,48L 512,352 L 448,352 z M 416,64L 32,64 L 32,384 l 384,0 L 416,64 zM 64,320L 384,320L 384,288L 64,288zM 256,256L 384,256L 384,224L 256,224zM 256,192L 384,192L 384,160L 256,160zM 256,128L 352,128L 352,96L 256,96zM 64,256L 224,256L 224,96L 64,96z" data-tags="newspaper, paper" />
<glyph unicode="&#x2b14;" d="M 448,384 L 64,384 L 64,64 L 448,64 L 448,384 Z M 512,448 L 512,448 L 512,0 L 0,0 L 0,448 L 512,448 ZM 416,96 L 96,96 L 96,160 L 192,320 L 323.5,160 L 416,224 L 416,192 ZM 320,304A48,48 2700 1 1 416,304A48,48 2700 1 1 320,304z" data-tags="image, picture, photo, graphic" />
<glyph unicode="&#xe002;" d="M 256,448 C 114.618,448 0,354.894 0,239.996 C 0,174.747 37.368,116.666 95.271,78.545 C 95.969,73.844 96,68.887 96,64 C 96,29.044 66.257-1.404 32-18.184 L 32-32 C 95.465-30.557 161.008-20.79 216.002,34.18 C 229.011,32.528 242.432,32 256,32 C 397.382,32 512,125.13 512,239.996 C 512,354.894 397.382,448 256,448 z M 162.909,382.542 C 164.484,382.867 166.485,382.386 167.998,381.82 C 169.107,381.409 170.015,380.532 170.907,379.632 L 253.82,296.727 L 336.725,379.632 C 337.625,380.532 338.533,381.409 339.634,381.82 C 342.683,382.953 346.64,382.068 349.091,379.632 L 388.368,340.364 C 390.796,337.912 390.951,334.67 389.818,331.636 C 389.407,330.527 389.26,329.619 388.368,328.727 L 304.725,245.814 L 388.368,162.909 C 389.26,162.017 389.407,161.109 389.818,160 C 390.959,156.959 390.811,152.995 388.368,150.544 L 349.091,111.275 C 346.64,108.839 342.668,108.684 339.634,109.816 C 338.533,110.227 337.625,110.375 336.725,111.275 L 253.82,194.18 L 170.907,111.275 C 170.015,110.375 169.107,110.227 167.998,109.816 C 164.957,108.676 160.993,108.823 158.549,111.275 L 120.002,150.544 C 117.566,152.995 116.689,156.967 117.822,160 C 118.225,161.109 119.102,162.017 120.002,162.909 L 202.907,245.814 L 120.002,328.727 C 119.102,329.619 118.225,330.527 117.822,331.636 C 116.674,334.677 117.551,337.912 120.002,340.364 L 158.549,379.632 C 159.767,380.85 161.334,382.224 162.909,382.542 z " data-tags="offline" />
<glyph unicode="&#xe004;" d="M 256,448 C 114.618,448 0,354.894 0,239.996 C 0,174.747 37.368,116.666 95.271,78.545 C 95.969,73.844 96,68.887 96,64 C 96,29.044 66.257-1.404 32-18.184 L 32-32 C 95.465-30.557 161.008-20.79 216.002,34.18 C 229.011,32.528 242.432,32 256,32 C 397.382,32 512,125.13 512,239.996 C 512,354.894 397.382,448 256,448 z M 77.816,288 L 425.456,288 C 431.864,288 437.093,282.771 437.093,276.364 L 437.093,206.545 C 437.093,200.138 431.864,194.909 425.456,194.909 L 77.816,194.909 C 71.408,194.909 66.18,200.138 66.18,206.545 L 66.18,276.364 C 66.18,282.771 71.408,288 77.816,288 z " data-tags="busy" />
<glyph unicode="&#x20;" horiz-adv-x="256" />
</font></defs></svg>

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

View File

@ -0,0 +1,307 @@
<?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>
This is a custom SVG font generated by IcoMoon.
<iconset grid="16"></iconset>
</metadata>
<defs>
<font id="Converse-js" horiz-adv-x="512" >
<font-face units-per-em="512" ascent="480" descent="-32" />
<missing-glyph horiz-adv-x="512" />
<glyph class="hidden" unicode="&#xf000;" d="M0,480L 512 -32L0 -32 z" horiz-adv-x="0" />
<glyph unicode="&#xe000;" d="M 512,184.778 L 256,383.491 L 0,184.777 L 0,265.796 L 256,464.509 L 512,265.795 ZM 448,192 L 448,0 L 320,0 L 320,128 L 192,128 L 192,0 L 64,0 L 64,192 L 256,336 Z" />
<glyph unicode="&#x270e;" d="M 432,480 C 476.182,480 512,444.183 512,400 C 512,381.99 506.045,365.371 496,352 L 464,320 L 352,432 L 384,464 C 397.371,474.045 413.989,480 432,480 ZM 32,112L0-32l 144,32l 296,296L 328,408L 32,112z M 357.789,298.211l-224-224l-27.578,27.578l 224,224L 357.789,298.211z" />
<glyph unicode="&#xe003;" d="M 152,176c0-57.438, 46.562-104, 104-104s 104,46.562, 104,104s-46.562,104-104,104S 152,233.438, 152,176z M 480,352L 368,352
c-8,32-16,64-48,64L 192,416 c-32,0-40-32-48-64L 32,352 c-17.6,0-32-14.4-32-32l0-288 c0-17.6, 14.4-32, 32-32l 448,0 c 17.6,0, 32,14.4, 32,32L 512,320
C 512,337.6, 497.6,352, 480,352z M 256,34c-78.425,0-142,63.574-142,142c0,78.425, 63.575,142, 142,142c 78.426,0, 142-63.575, 142-142
C 398,97.574, 334.427,34, 256,34z M 480,256l-64,0 l0,32 l 64,0 L 480,256 z" />
<glyph unicode="&#x2616;" d="M 192,336A80,80 10980 1 1 352,336A80,80 10980 1 1 192,336zM0,336A80,80 10980 1 1 160,336A80,80 10980 1 1 0,336zM 384,176l0,48 c0,17.6-14.4,32-32,32l-80,0 L 80,256 L 32,256 c-17.6,0-32-14.4-32-32l0-160 c0-17.6, 14.4-32, 32-32l 320,0 c 17.6,0, 32,14.4, 32,32
l0,48 l 128-80L 512,256 L 384,176z M 320,96L 64,96 l0,96 l 256,0 L 320,96 z" />
<glyph unicode="&#x25d9;" d="M 490.594,399.946C 418.778,410.271, 339.428,416, 256.001,416c-83.43,0-162.778-5.729-234.597-16.054
C 7.639,346.083,0,286.571,0,224c0-62.57, 7.639-122.083, 21.404-175.945C 93.223,37.729, 172.572,32, 256.001,32
c 83.427,0, 162.776,5.729, 234.593,16.055C 504.36,101.917, 512,161.43, 512,224C 512,286.571, 504.36,346.083, 490.594,399.946z
M 192.001,128L 192.001,320 l 160-96L 192.001,128z" />
<glyph unicode="&#x266b;" d="M 160,384 L 512,480 L 512,448 L 512,384 L 512,112 C 512,67.817 461.855,32 400,32 C 338.145,32 288,67.817 288,112 C 288,156.183 338.145,192 400,192 C 417.179,192 433.451,189.234 448,184.297 L 448,349.091 L 224,288 L 224,48 C 224,3.817 173.856-32 112-32 C 50.144-32 0,3.817 0,48 C 0,92.183 50.144,128 112,128 C 129.179,128 145.451,125.234 160,120.297 L 160,288 L 160,384 Z" />
<glyph unicode="&#x266c;" d="M 96,190.857l0-221.715 c 5.227-0.748, 10.567-1.143, 16-1.143l 16,0 L 128,192 l-16,0 C 106.567,192, 101.227,191.605, 96,190.857zM 384,192l0-224 l 16,0 c 5.434,0, 10.773,0.395, 16,1.143L 416,190.857 c-5.227,0.748-10.566,1.143-16,1.143L 384,192 zM 512,224C 512,365.385, 397.385,480, 256,480S0,365.385,0,224c0-30.709, 5.414-60.153, 15.328-87.437C 5.592,119.962,0,100.637,0,80
c0-44.677, 26.163-83.239, 64-101.216L 64,181.216 c-10.063-4.781-19.29-11.030-27.429-18.452C 33.575,177.374, 32,192.503, 32,208
C 32,331.712, 132.288,432, 256,432s 224-100.288, 224-224c0-15.497-1.574-30.626-4.571-45.236c-8.14,7.422-17.365,13.671-27.429,18.452
l0-202.432 c 37.838,17.977, 64,56.539, 64,101.216c0,20.637-5.592,39.962-15.328,56.563C 506.586,163.847, 512,193.291, 512,224z" />
<glyph unicode="&#x260f;" d="M 352,160c-32-32-32-64-64-64s-64,32-96,64s-64,64-64,96s 32,32, 64,64S 128,448, 96,448S0,352,0,352c0-64, 65.75-193.75, 128-256
s 192-128, 256-128c0,0, 96,64, 96,96S 384,192, 352,160z" />
<glyph unicode="&#x260e;" d="M 508.689,192.003 C 512.691,164.262 515.297,126.307 502.857,111.78 C 482.286,87.758 352.001,87.758 352.001,135.801 C 352.001,160 373.429,175.868 352.857,199.89 C 332.621,223.521 296.344,223.905 256,223.911 C 215.657,223.905 179.379,223.521 159.143,199.89 C 138.572,175.867 160,160 160,135.801 C 160,87.758 29.715,87.758 9.143,111.779 C -3.296,126.306 -0.691,164.261 3.312,192.002 C 6.392,210.521 14.174,230.5 39.086,255.999 C 39.086,256 39.087,256 39.087,256.001 C 76.456,290.872 133.010,319.37 254,319.985 L 254,320 C 254.672,320 255.332,319.995 256,319.993 C 256.669,319.995 257.328,320 258,320 L 258,319.986 C 378.99,319.371 435.544,290.873 472.913,256.002 C 472.914,256.001 472.914,256 472.914,256 C 497.826,230.502 505.609,210.523 508.689,192.003 Z" />
<glyph unicode="&#x270f;" d="M 480,352c 17.673,0, 32,14.327, 32,32L 512,448 l-64,0 L 448,480 L 32,480 C 14.4,480,0,465.601,0,448l0-448 c0-17.6, 14.398-32, 32-32l 416,0 L 448,96 l 32,0
c 17.673,0, 32,14.327, 32,32l0,64 l-64,0 l0,32 l 32,0 c 17.673,0, 32,14.327, 32,32l0,64 l-64,0 l0,32 L 480,352 z M 288,351.835
c 35.255,0, 63.835-28.58, 63.835-63.835s-28.58-63.835-63.835-63.835c-35.255,0-63.835,28.58-63.835,63.835
S 252.745,351.835, 288,351.835z M 128,0L 96,0 L 96,448 l 32,0 L 128,0 z M 384,96L 192,96 l0,32 c0,35.347, 28.654,64, 64,64l0,0 l 64,0 c 35.348,0, 64-28.653, 64-64
L 384,96 z" />
<glyph unicode="&#x2710;" d="M 449.18,448L 64,448 l0-64 L 17.18,384 C 8.38,384,0,377.736,0,368.936l0-32 C0,328.136, 8.38,320, 17.18,320L 64,320 l0-32 L 17.18,288
C 8.38,288,0,281.736,0,272.936l0-32 C0,232.136, 8.38,224, 17.18,224L 64,224 l0-32 L 17.18,192 C 8.38,192,0,185.736,0,176.936l0-32
C0,136.137, 8.38,128, 17.18,128L 64,128 l0-32 L 17.18,96 C 8.38,96,0,89.736,0,80.936l0-32 C0,40.136, 8.38,32, 17.18,32L 64,32 l0-64 l 385.18,0
c 17.674,0, 30.82,15.263, 30.82,32.936l0,416 C 480,434.609, 466.854,448, 449.18,448z M 160,0L 96,0 l0,32 l 17.18,0 c 8.8,0, 14.82,8.136, 14.82,16.936
l0,32 c0,8.801-6.021,15.064-14.82,15.064L 96,96 l0,32 l 17.18,0 c 8.8,0, 14.82,8.136, 14.82,16.936l0,32 c0,8.801-6.021,15.064-14.82,15.064L 96,192 l0,32
l 17.18,0 c 8.8,0, 14.82,8.136, 14.82,16.936l0,32 c0,8.801-6.021,15.064-14.82,15.064L 96,288 l0,32 l 17.18,0 c 8.8,0, 14.82,8.136, 14.82,16.936l0,32
C 128,377.737, 121.98,384, 113.18,384L 96,384 L 96,416 l 64,0 L 160,0 z" />
<glyph unicode="&#x2709;" d="M 464,416L 48,416 C 21.6,416,0,394.4,0,368l0-320 c0-26.4, 21.6-48, 48-48l 416,0 c 26.4,0, 48,21.6, 48,48L 512,368 C 512,394.4, 490.4,416, 464,416z
M 199.37,204.814L 64,99.368L 64,350.189 L 199.37,204.814z M 88.19,352L 423.81,352 L 256,226L 88.19,352z M 204.644,199.151L 256,144l 51.355,55.151
L 412.632,64L 99.368,64 L 204.644,199.151z M 312.63,204.814L 448,350.189l0-250.821 L 312.63,204.814z" />
<glyph unicode="&#xe012;" d="M 272,480l-48-48l 48-48L 160,256L 48,256 l 88-88L0-12.308L0-32 l 19.692,0 L 200,104l 88-88L 288,128 l 128,112l 48-48l 48,48L 272,480z M 224,208l-32,32
l 112,112l 32-32L 224,208z" />
<glyph unicode="&#x25fc;" d="M 256,448 C 397.385,448 512,354.875 512,240 C 512,125.124 397.385,32 256,32 C 242.422,32 229.095,32.867 216.088,34.522 C 161.099-20.467 95.463-30.328 32-31.776 L 32-18.318 C 66.268-1.529 96,29.052 96,64 C 96,68.877 95.621,73.665 94.918,78.348 C 37.020,116.48 0,174.725 0,240 C 0,354.875 114.615,448 256,448 Z" />
<glyph unicode="&#x25fb;" d="M 256,384 C 228.534,384 202.006,379.669 177.153,371.129 C 153.797,363.102 133,351.757 115.339,337.407 C 82.232,310.508 64,275.915 64,240 C 64,219.851 69.594,200.311 80.626,181.924 C 92.002,162.964 109.117,145.631 130.12,131.798 C 145.298,121.802 155.51,105.824 158.208,87.851 C 159.108,81.859 159.672,75.807 159.893,69.789 C 163.628,72.886 167.268,76.212 170.833,79.777 C 182.91,91.853 199.223,98.522 216.084,98.522 C 218.768,98.522 221.465,98.354 224.162,98.010 C 234.649,96.677 245.361,96 256,96 C 283.467,96 309.994,100.33 334.847,108.871 C 358.203,116.898 379,128.243 396.661,142.593 C 429.768,169.491 448,204.085 448,240 C 448,275.915 429.768,310.508 396.661,337.407 C 379,351.756 358.203,363.102 334.847,371.129 C 309.994,379.669 283.467,384 256,384 Z M 256,448 L 256,448 C 397.385,448 512,354.875 512,240 C 512,125.124 397.385,32 256,32 C 242.422,32 229.095,32.867 216.088,34.522 C 161.099-20.467 95.463-30.328 32-31.776 L 32-18.318 C 66.268-1.529 96,29.052 96,64 C 96,68.877 95.621,73.665 94.918,78.348 C 37.020,116.48 0,174.725 0,240 C 0,354.875 114.615,448 256,448 Z" />
<glyph unicode="&#xe015;" d="M 544,29.417 C 544,6.667 557.014-13.037 576-22.675 L 576-30.644 C 570.687-31.371 565.264-31.756 559.75-31.756 C 525.746-31.756 495.076-17.492 473.389,5.376 C 460.278,1.885 446.388,0 432,0 C 352.471,0 288,57.308 288,128 C 288,198.692 352.471,256 432,256 C 511.529,256 576,198.692 576,128 C 576,100.326 566.118,74.704 549.322,53.767 C 545.91,46.355 544,38.111 544,29.417 ZM 115.339,369.407 C 82.232,342.508 64,307.915 64,272 C 64,251.851 69.594,232.311 80.626,213.925 C 92.002,194.965 109.117,177.632 130.12,163.799 C 145.298,153.803 155.51,137.825 158.208,119.852 C 159.108,113.86 159.672,107.808 159.893,101.79 C 163.628,104.887 167.268,108.213 170.833,111.778 C 182.91,123.854 199.223,130.523 216.084,130.523 C 218.768,130.523 221.465,130.355 224.162,130.011 C 234.636,128.68 245.334,128.003 255.959,128.001 L 255.959,64.001 C 242.395,64.002 229.082,64.87 216.088,66.522 C 161.099,11.533 95.463,1.672 32,0.224 L 32,13.682 C 66.268,30.471 96,61.052 96,96 C 96,100.877 95.621,105.665 94.918,110.348 C 37.020,148.48 0,206.725 0,272 C 0,386.875 114.615,480 256,480 C 395.229,480 508.496,389.693 511.918,277.24 C 491.37,286.398 468.998,291.951 445.787,293.529 C 440.022,321.563 423.086,347.937 396.661,369.407 C 379,383.756 358.203,395.102 334.847,403.129 C 309.994,411.669 283.467,416 256,416 C 228.534,416 202.006,411.669 177.153,403.129 C 153.797,395.102 133,383.757 115.339,369.407 Z" horiz-adv-x="576" />
<glyph unicode="&#xe016;" d="M 240,480 L 240,480 C 372.548,480 480,393.043 480,285.776 C 480,178.509 372.548,91.552 240,91.552 C 227.271,91.552 214.777,92.362 202.583,93.907 C 151.030,42.56 91.497,33.353 32,32 L 32,44.567 C 64.126,60.244 90,88.8 90,121.434 C 90,125.987 89.644,130.458 88.985,134.831 C 34.706,170.438 0,224.825 0,285.776 C 0,393.043 107.452,480 240,480 ZM 498,44.657 C 498,16.686 516.157-7.792 544-21.229 L 544-32 C 492.437-30.841 445.107-22.949 400.429,21.063 C 389.859,19.738 379.032,19.043 368,19.043 C 320.265,19.043 276.296,31.922 241.193,53.563 C 313.53,53.816 381.823,76.99 433.61,118.899 C 459.714,140.025 480.307,164.812 494.817,192.573 C 510.2,222.006 518,253.364 518,285.776 C 518,291 517.775,296.194 517.371,301.36 C 553.656,271.393 576,230.549 576,185.522 C 576,133.278 545.921,86.661 498.88,56.14 C 498.309,52.392 498,48.56 498,44.657 Z" horiz-adv-x="576" />
<glyph unicode="&#xe017;" d="M 240,416 C 214.667,416 190.209,412.025 167.307,404.186 C 145.845,396.839 126.75,386.468 110.556,373.363 C 80.534,349.068 64,317.962 64,285.776 C 64,267.781 69.033,250.302 78.96,233.827 C 89.303,216.657 104.909,200.93 124.090,188.348 C 139.31,178.364 149.558,162.372 152.271,144.373 C 152.722,141.378 153.086,138.37 153.361,135.357 C 154.722,136.617 156.073,137.914 157.418,139.254 C 169.487,151.274 185.762,157.91 202.579,157.91 C 205.253,157.91 207.938,157.742 210.626,157.401 C 220.306,156.175 230.188,155.553 240,155.553 C 265.333,155.553 289.79,159.527 312.692,167.367 C 334.155,174.713 353.25,185.084 369.444,198.189 C 399.467,222.484 416,253.59 416,285.776 C 416,317.962 399.467,349.067 369.444,373.363 C 353.25,386.469 334.155,396.839 312.692,404.186 C 289.79,412.025 265.333,416 240,416 Z M 240,480 L 240,480 C 372.548,480 480,393.043 480,285.776 C 480,178.509 372.548,91.552 240,91.552 C 227.271,91.552 214.777,92.362 202.583,93.907 C 151.030,42.56 91.497,33.353 32,32 L 32,44.567 C 64.126,60.244 90,88.8 90,121.434 C 90,125.987 89.644,130.458 88.985,134.831 C 34.706,170.438 0,224.825 0,285.776 C 0,393.043 107.452,480 240,480 ZM 498,44.657 C 498,16.686 516.157-7.792 544-21.229 L 544-32 C 492.437-30.841 445.107-22.949 400.429,21.063 C 389.859,19.738 379.032,19.043 368,19.043 C 320.265,19.043 276.296,31.922 241.193,53.563 C 313.53,53.816 381.823,76.99 433.61,118.899 C 459.714,140.025 480.307,164.812 494.817,192.573 C 510.2,222.006 518,253.364 518,285.776 C 518,291 517.775,296.194 517.371,301.36 C 553.656,271.393 576,230.549 576,185.522 C 576,133.278 545.921,86.661 498.88,56.14 C 498.309,52.392 498,48.56 498,44.657 Z" horiz-adv-x="576" />
<glyph unicode="&#xe01a;" d="M 424-32L 88-32 c-13.255,0-24,10.745-24,24c0,34.431, 14.534,76.102, 38.879,111.471c 20.346,29.559, 45.342,51.81, 72.339,64.805
c-11.899,10.822-22.147,24.013-30.254,39.061c-13,24.131-19.873,52.024-19.873,80.664c0,39.803, 13.102,77.411, 36.893,105.895
C 186.816,423.626, 220.205,440, 256,440s 69.184-16.374, 94.017-46.105c 23.79-28.484, 36.893-66.091, 36.893-105.895
c0-28.64-6.872-56.533-19.872-80.664c-8.107-15.048-18.355-28.239-30.255-39.061c 26.997-12.995, 51.993-35.246, 72.339-64.805
C 433.466,68.102, 448,26.431, 448-8C 448-21.255, 437.255-32, 424-32z M 115.037,16l 281.926,0
c-4.613,19.67-14.26,41.192-27.381,60.255c-20.727,30.113-46.588,49.811-72.819,55.463c-11.053,2.382-18.944,12.155-18.944,23.462
l0,17.146 c0,8.63, 4.633,16.595, 12.135,20.861c 29.739,16.916, 48.956,54.133, 48.956,94.813c0,57.346-37.192,104-82.909,104
c-45.716,0-82.909-46.654-82.909-104c0-40.68, 19.217-77.896, 48.957-94.813c 7.501-4.267, 12.134-12.231, 12.134-20.861l0-17.146
c0-11.307-7.892-21.080-18.944-23.462c-26.231-5.652-52.092-25.35-72.82-55.463C 129.296,57.192, 119.651,35.67, 115.037,16z" />
<glyph unicode="&#xe01b;" d="M 488-32L 152-32 c-13.255,0-24,10.745-24,24c0,34.431, 14.534,76.102, 38.879,111.471c 20.346,29.559, 45.342,51.81, 72.339,64.805
c-11.899,10.822-22.147,24.013-30.254,39.061c-13,24.131-19.873,52.024-19.873,80.664c0,39.803, 13.102,77.411, 36.893,105.895
C 250.816,423.626, 284.205,440, 320,440s 69.184-16.374, 94.017-46.105c 23.79-28.484, 36.893-66.091, 36.893-105.895
c0-28.64-6.872-56.533-19.872-80.664c-8.107-15.048-18.355-28.239-30.255-39.061c 26.997-12.995, 51.993-35.246, 72.339-64.805
C 497.466,68.102, 512,26.431, 512-8C 512-21.255, 501.255-32, 488-32z M 179.037,16l 281.926,0
c-4.613,19.67-14.26,41.192-27.381,60.255c-20.727,30.113-46.588,49.811-72.819,55.463c-11.053,2.382-18.944,12.155-18.944,23.462
l0,17.146 c0,8.63, 4.633,16.595, 12.135,20.861c 29.739,16.916, 48.956,54.133, 48.956,94.813c0,57.346-37.192,104-82.909,104
s-82.909-46.654-82.909-104c0-40.68, 19.217-77.896, 48.957-94.813c 7.501-4.267, 12.134-12.231, 12.134-20.861l0-17.146
c0-11.307-7.892-21.080-18.944-23.462c-26.231-5.652-52.092-25.35-72.82-55.463C 193.296,57.192, 183.651,35.67, 179.037,16zM 98.557,48l-47.52,0 c 4.614,19.67, 14.259,41.192, 27.38,60.255c 20.728,30.113, 46.589,49.811, 72.82,55.463
c 11.053,2.382, 18.944,12.155, 18.944,23.462l0,17.146 c0,8.63-4.633,16.595-12.134,20.861c-29.74,16.917-48.957,54.133-48.957,94.813
c0,57.346, 37.192,104, 82.909,104c 3.127,0, 6.213-0.226, 9.251-0.651c 13.179,14.667, 28.117,26.587, 44.321,35.502
C 228.975,467.467, 210.821,472, 192,472c-35.795,0-69.184-16.374-94.017-46.105C 74.193,397.411, 61.091,359.803, 61.091,320
c0-28.64, 6.872-56.533, 19.873-80.664c 8.107-15.048, 18.355-28.238, 30.254-39.061c-26.997-12.995-51.993-35.246-72.339-64.805
C 14.534,100.102,0,58.431,0,24c0-13.255, 10.745-24, 24-24l 66.193,0 C 90.931,15.513, 93.792,31.706, 98.557,48z" />
<glyph unicode="&#xe01d;" d="M 112.5,256 C 174.356,256 224.5,205.855 224.5,144 C 224.5,82.144 174.356,32 112.5,32 C 50.644,32 0.5,82.144 0.5,144 L 0,160 C 0,283.712 100.288,384 224,384 L 224,320 C 181.263,320 141.083,303.357 110.863,273.137 C 105.046,267.319 99.737,261.129 94.948,254.627 C 100.667,255.527 106.528,256 112.5,256 ZM 400.5,256 C 462.355,256 512.5,205.855 512.5,144 C 512.5,82.144 462.355,32 400.5,32 C 338.645,32 288.5,82.144 288.5,144 L 288,160 C 288,283.712 388.288,384 512,384 L 512,320 C 469.263,320 429.083,303.357 398.863,273.137 C 393.045,267.319 387.736,261.129 382.947,254.627 C 388.667,255.527 394.527,256 400.5,256 Z" />
<glyph unicode="&#x231b;" d="M 192,416A64,64 12780 1 1 320,416A64,64 12780 1 1 192,416zM 327.765,359.765A64,64 12780 1 1 455.765,359.765A64,64 12780 1 1 327.765,359.765zM 416,224A32,32 12780 1 1 480,224A32,32 12780 1 1 416,224zM 359.765,88.235A32,32 12780 1 1 423.765,88.23500000000001A32,32 12780 1 1 359.765,88.23500000000001zM 224.001,32A32,32 12780 1 1 288.001,32A32,32 12780 1 1 224.001,32zM 88.236,88.235A32,32 12780 1 1 152.236,88.23500000000001A32,32 12780 1 1 88.236,88.23500000000001zM 72.236,359.765A48,48 12780 1 1 168.236,359.765A48,48 12780 1 1 72.236,359.765zM 28,224A36,36 12780 1 1 100,224A36,36 12780 1 1 28,224z" />
<glyph unicode="&#xe021;" d="M 496.131,44.302L 374.855,147.449c-12.537,11.283-25.945,16.463-36.776,15.963C 366.707,196.946, 384,240.451, 384,288
C 384,394.039, 298.039,480, 192,480C 85.962,480,0,394.039,0,288c0-106.039, 85.961-192, 192-192c 47.549,0, 91.054,17.293, 124.588,45.922
c-0.5-10.831, 4.68-24.239, 15.963-36.776l 103.147-121.276c 17.661-19.623, 46.511-21.277, 64.11-3.678S 515.754,26.641, 496.131,44.302z
M 192,160c-70.692,0-128,57.308-128,128S 121.308,416, 192,416s 128-57.308, 128-128S 262.693,160, 192,160z" />
<glyph unicode="&#xe022;" d="M 181.861,118.974l 20.649,28.908l-22.627,22.628l-28.909-20.648c-5.361,2.997-11.102,5.387-17.133,7.096L 128,192L 96,192
l-5.84-35.043c-6.031-1.709-11.772-4.099-17.133-7.096L 44.118,170.51L 21.49,147.882l 20.649-28.908
c-2.997-5.36-5.387-11.103-7.096-17.133L0,96l0-32 l 35.043-5.841c 1.709-6.030, 4.099-11.772, 7.096-17.133L 21.49,12.118l 22.627-22.628
l 28.909,20.648c 5.361-2.997, 11.102-5.387, 17.133-7.096L 96-32l 32,0 l 5.84,35.043c 6.031,1.709, 11.772,4.099, 17.133,7.096l 28.909-20.648
l 22.627,22.628l-20.649,28.908c 2.997,5.36, 5.387,11.103, 7.096,17.133L 224,64l0,32 l-35.043,5.841
C 187.248,107.871, 184.858,113.613, 181.861,118.974z M 112,48c-17.674,0-32,14.327-32,32s 14.326,32, 32,32s 32-14.327, 32-32
S 129.674,48, 112,48zM 512,288l0,32 l-33.691,6.125c-0.621,4.023-1.416,7.989-2.362,11.895l 28.779,18.55L 492.48,386.134l-33.472-7.234
c-2.107,3.455-4.363,6.81-6.746,10.065l 19.503,28.171l-22.628,22.627l-28.171-19.503c-3.256,2.383-6.61,4.638-10.065,6.747
l 7.234,33.472L 388.571,472.726l-18.55-28.779c-3.906,0.946-7.872,1.741-11.895,2.362L 352,480l-32,0 l-6.126-33.691
c-4.023-0.621-7.988-1.416-11.895-2.362L 283.43,472.726L 253.866,460.48l 7.234-33.472c-3.455-2.108-6.81-4.364-10.065-6.747
l-28.171,19.503l-22.627-22.627l 19.503-28.171c-2.383-3.255-4.639-6.61-6.747-10.065l-33.472,7.234l-12.246-29.564l 28.779-18.55
c-0.946-3.906-1.741-7.871-2.362-11.895L 160,320l0-32 l 33.691-6.125c 0.621-4.023, 1.416-7.989, 2.362-11.895l-28.779-18.55
l 12.246-29.564l 33.472,7.234c 2.108-3.455, 4.364-6.809, 6.747-10.065l-19.503-28.171l 22.627-22.628l 28.171,19.503
c 3.255-2.383, 6.61-4.638, 10.065-6.746l-7.234-33.472l 29.564-12.246l 18.551,28.779c 3.905-0.946, 7.871-1.741, 11.894-2.362L 320,128l 32,0
l 6.126,33.691c 4.022,0.621, 7.988,1.416, 11.895,2.362l 18.55-28.779l 29.564,12.246l-7.234,33.472
c 3.455,2.108, 6.81,4.363, 10.065,6.746l 28.171-19.503l 22.628,22.628l-19.503,28.171c 2.383,3.256, 4.638,6.61, 6.746,10.065
l 33.472-7.234l 12.246,29.565l-28.779,18.55c 0.946,3.906, 1.741,7.871, 2.362,11.895L 512,288z M 336,234.4
c-38.439,0-69.6,31.161-69.6,69.6c0,38.439, 31.16,69.6, 69.6,69.6s 69.6-31.161, 69.6-69.6C 405.6,265.561, 374.44,234.4, 336,234.4z" />
<glyph unicode="&#xe024;" d="M 501.467,71.062l-230.276,197.38C 281.915,288.591, 288,311.583, 288,336C 288,415.529, 223.529,480, 144,480
c-14.547,0-28.586-2.166-41.823-6.177l 83.195-83.195c 12.445-12.445, 12.445-32.81,0-45.255l-50.745-50.745
c-12.445-12.445-32.81-12.445-45.255,0L 6.177,377.823C 2.166,364.586,0,350.547,0,336c0-79.529, 64.471-144, 144-144
c 24.417,0, 47.409,6.085, 67.558,16.81l 197.38-230.276c 11.454-13.362, 31.008-14.113, 43.452-1.669l 50.746,50.746
C 515.58,40.055, 514.829,59.608, 501.467,71.062z" />
<glyph unicode="&#xe025;" d="M 384,448l-64,0 c-52.935,0-96-43.065-96-96l0-96 L 24,256 c-13.2,0-24-10.8-24-24l0-240 c0-13.2, 10.8-24, 24-24l 272,0 c 13.2,0, 24,10.8, 24,24L 320,232
c0,13.2-10.8,24-24,24l-8,0 l0,96 c0,17.645, 14.355,32, 32,32l 64,0 c 17.645,0, 32-14.355, 32-32l0-96 l 64,0 l0,96 C 480,404.935, 436.935,448, 384,448z
M 192,32l-64,0 l 13.92,69.6C 133.516,107.366, 128,117.037, 128,128c0,17.673, 14.327,32, 32,32c 17.673,0, 32-14.327, 32-32
c0-10.963-5.516-20.634-13.92-26.4L 192,32z" />
<glyph unicode="&#xe026;" d="M 416,256l-32,0 l0,96 C 384,422.692, 326.692,480, 256,480c-70.692,0-128-57.308-128-128l0-96 L 96,256 c-17.6,0-32-14.4-32-32l0-224
c0-17.6, 14.4-32, 32-32l 320,0 c 17.6,0, 32,14.4, 32,32L 448,224 C 448,241.6, 433.6,256, 416,256z M 256,64c-17.673,0-32,14.327-32,32
s 14.327,32, 32,32s 32-14.327, 32-32S 273.673,64, 256,64z M 320,256L 192,256 l0,96 c0,35.29, 28.71,64, 64,64s 64-28.71, 64-64L 320,256 z" />
<glyph unicode="&#xe027;" d="M 296,256l-8,0 l0,96 c0,52.935-43.065,96-96,96l-64,0 c-52.935,0-96-43.065-96-96l0-96 l-8,0 c-13.2,0-24-10.8-24-24l0-240
c0-13.2, 10.8-24, 24-24l 272,0 c 13.2,0, 24,10.8, 24,24L 320,232 C 320,245.2, 309.2,256, 296,256z M 192,32l-64,0 l 13.92,69.6
C 133.516,107.366, 128,117.037, 128,128c0,17.673, 14.327,32, 32,32c 17.673,0, 32-14.327, 32-32c0-10.963-5.516-20.634-13.92-26.4L 192,32
z M 224,256L 96,256 l0,96 c0,17.645, 14.355,32, 32,32l 64,0 c 17.645,0, 32-14.355, 32-32L 224,256 z" />
<glyph unicode="&#xe028;" d="M 352,480c-88.365,0-160-71.634-160-160c0-10.013, 0.929-19.808, 2.688-29.312L0,96l0-96 c0-17.673, 14.327-32, 32-32
l 32,0 l0,32 l 64,0 l0,64 l 64,0 l0,64 l 64,0 l 41.521,41.521C 314.526,163.363, 332.869,160, 352,160c 88.365,0, 160,71.634, 160,160S 440.365,480, 352,480z
M 399.937,319.937c-26.51,0-48,21.49-48,48s 21.49,48, 48,48s 48-21.49, 48-48S 426.447,319.937, 399.937,319.937z" />
<glyph unicode="&#xe029;" d="M 501.066,322.879l-50.553,50.552c-12.396,12.397-32.685,32.684-45.081,45.082l-50.553,50.552
c-12.396,12.397-34.477,14.583-49.065,4.858L 167.595,381.777c-14.588-9.726-20.109-30.514-12.268-46.195l 35.243-70.487
c 1.077-2.153, 2.323-4.448, 3.695-6.83L 16,80L0-32l 96,0 l0,32 l 64,0 l0,64 l 64,0 l0,64l 64,0 l0,35.593 c 3.198-1.906, 6.267-3.608, 9.096-5.022
l 70.485-35.244c 15.683-7.841, 36.47-2.319, 46.195,12.269l 92.147,138.22C 515.65,288.402, 513.462,310.481, 501.066,322.879z
M 75.314,52.687l-22.627,22.627l 155.786,155.785l 22.627-22.627L 75.314,52.687z M 458.51,268.118l-22.628-22.628
c-6.223-6.222-16.404-6.222-22.627,0L 277.49,381.255c-6.223,6.222-6.223,16.405,0,22.627l 22.628,22.628
c 6.223,6.222, 16.404,6.222, 22.627,0L 458.51,290.745C 464.733,284.523, 464.733,274.34, 458.51,268.118z" />
<glyph unicode="&#xe02a;" d="M 496.131,44.302L 374.855,147.449c-12.537,11.283-25.945,16.463-36.776,15.963C 366.707,196.946, 384,240.451, 384,288
C 384,394.039, 298.039,480, 192,480C 85.962,480,0,394.039,0,288c0-106.039, 85.961-192, 192-192c 47.549,0, 91.054,17.293, 124.588,45.922
c-0.5-10.831, 4.68-24.239, 15.963-36.776l 103.147-121.276c 17.661-19.623, 46.511-21.277, 64.11-3.678S 515.754,26.641, 496.131,44.302
z M 192,160c-70.692,0-128,57.308-128,128S 121.308,416, 192,416s 128-57.308, 128-128S 262.693,160, 192,160zM 96,320L 288,320L 288,256L 96,256z" />
<glyph unicode="&#xe02b;" d="M 496.131,44.302L 374.855,147.449c-12.537,11.283-25.945,16.463-36.776,15.963C 366.707,196.946, 384,240.451, 384,288
C 384,394.039, 298.039,480, 192,480C 85.962,480,0,394.039,0,288c0-106.039, 85.961-192, 192-192c 47.549,0, 91.054,17.293, 124.588,45.922
c-0.5-10.831, 4.68-24.239, 15.963-36.776l 103.147-121.276c 17.661-19.623, 46.511-21.277, 64.11-3.678S 515.754,26.641, 496.131,44.302
z M 192,160c-70.692,0-128,57.308-128,128S 121.308,416, 192,416s 128-57.308, 128-128S 262.693,160, 192,160zM 224,384L 160,384L 160,320L 96,320L 96,256L 160,256L 160,192L 224,192L 224,256L 288,256L 288,320L 224,320 z" />
<glyph unicode="&#xe02f;" d="M 512,175.953l0,96.094 l-73.387,12.231c-2.979,9.066-6.611,17.834-10.847,26.25l 43.227,60.517l-67.948,67.949l-60.413-43.152
c-8.455,4.277-17.269,7.944-26.384,10.951L 304.047,480l-96.094,0 l-12.201-73.208c-9.115-3.007-17.929-6.674-26.383-10.951
l-60.414,43.152l-67.949-67.949l 43.227-60.518c-4.235-8.415-7.867-17.183-10.846-26.249L0,272.047l0-96.094 l 73.559-12.26
c 2.98-8.984, 6.605-17.674, 10.821-26.015l-43.374-60.724l 67.949-67.948l 60.827,43.447c 8.301-4.175, 16.945-7.764, 25.882-10.717
L 207.953-32l 96.094,0 l 12.289,73.737c 8.937,2.953, 17.581,6.542, 25.883,10.716l 60.826-43.446l 67.948,67.948l-43.372,60.723
c 4.216,8.341, 7.839,17.031, 10.82,26.016L 512,175.953z M 256,160c-35.346,0-64,28.653-64,64c0,35.346, 28.654,64, 64,64
c 35.347,0, 64-28.654, 64-64C 320,188.653, 291.347,160, 256,160z" />
<glyph unicode="&#xe02d;" d="M 400,416L 112,416 c-26.51,0-48-21.49-48-48l0-16 l 384,0 l0,16 C 448,394.51, 426.51,416, 400,416zM 316.16,448l 7.058-50.5L 188.782,397.5 l 7.057,50.5L 316.16,448 M 320,480L 192,480 c-13.2,0-25.495-10.696-27.321-23.769l-9.357-66.962
C 153.495,376.196, 162.8,365.5, 176,365.5l 160,0 c 13.2,0, 22.505,10.696, 20.679,23.769l-9.357,66.962C 345.495,469.304, 333.2,480, 320,480L 320,480z
M 408,320L 104,320 c-17.6,0-30.696-14.341-29.103-31.869l 26.206-288.263C 102.696-17.659, 118.4-32, 136-32l 240,0
c 17.6,0, 33.304,14.341, 34.897,31.868l 26.205,288.263C 438.696,305.659, 425.6,320, 408,320z M 192,32l-48,0 l-16,224l 64,0 L 192,32 z M 288,32l-64,0
L 224,256 l 64,0 L 288,32 z M 368,32l-48,0 L 320,256 l 64,0 L 368,32z" />
<glyph unicode="&#xe02e;" d="M 96-32L 416-32L 448,320L 64,320 zM 320,416L 320,480 L 192,480 l0-64 L 32,416 l0-96 l 32,32l 384,0 l 32-32L 480,416 L 320,416 z M 288,416l-64,0 L 224,448 l 64,0 L 288,416 z" />
<glyph unicode="&#xe030;" d="M 256,384C 144.341,384, 47.559,318.979,0,224c 47.559-94.979, 144.341-160, 256-160c 111.657,0, 208.439,65.021, 256,160
C 464.442,318.979, 367.657,384, 256,384z M 382.225,299.148c 30.081-19.187, 55.571-44.887, 74.717-75.148
c-19.146-30.261-44.637-55.961-74.718-75.149C 344.427,124.743, 300.779,112, 256,112c-44.78,0-88.428,12.743-126.225,36.852
C 99.695,168.038, 74.205,193.738, 55.058,224c 19.146,30.262, 44.637,55.962, 74.717,75.148c 1.959,1.25, 3.938,2.461, 5.929,3.65
C 130.725,289.134, 128,274.387, 128,259c0-70.692, 57.308-128, 128-128s 128,57.308, 128,128c0,15.387-2.725,30.134-7.704,43.799
C 378.286,301.61, 380.265,300.398, 382.225,299.148z M 256,275c0-26.51-21.49-48-48-48s-48,21.49-48,48s 21.49,48, 48,48
S 256,301.51, 256,275z" />
<glyph unicode="&#xe031;" d="M 419.661,331.792 C 458.483,304.277 490.346,267.246 512,224 C 464.439,129.021 367.657,64 256,64 C 224.717,64 194.604,69.106 166.411,78.542 L 205.389,117.52 C 221.918,113.87 238.875,112 256,112 C 300.779,112 344.427,124.743 382.223,148.852 C 412.304,168.040 437.795,193.74 456.941,224.001 C 438.415,253.284 413.934,278.276 385.116,297.248 L 419.661,331.792 ZM 256,131 C 244.638,131 233.624,132.488 223.136,135.267 L 379.729,291.859 C 382.51,281.373 384,270.362 384,259 C 384,188.308 326.692,131 256,131 ZM 480,480l-26.869,0 L 343.325,370.194C 315.787,379.156, 286.448,384, 256,384C 144.341,384, 47.559,318.979,0,224
c 21.329-42.596, 52.564-79.154, 90.597-106.534L0,26.869L0,0 l 26.869,0 L 480,453.131L 480,480 z M 208,323c 24.022,0, 43.923-17.647, 47.446-40.685
l-54.762-54.762C 177.647,231.077, 160,250.978, 160,275C 160,301.51, 181.49,323, 208,323z M 55.058,224
c 19.146,30.262, 44.637,55.962, 74.717,75.148c 1.959,1.25, 3.938,2.461, 5.929,3.65C 130.725,289.134, 128,274.387, 128,259
c0-29.262, 9.825-56.224, 26.349-77.781l-29.275-29.275C 97.038,170.765, 73.197,195.33, 55.058,224z" />
<glyph unicode="&#xe032;" d="M 348.916,316.476l-32.476,32.461L 154.035,186.566c-26.907-26.896-26.907-70.524,0-97.422
c 26.902-26.896, 70.53-26.896, 97.437,0l 194.886,194.854c 44.857,44.831, 44.857,117.531,0,162.363
c-44.833,44.852-117.556,44.852-162.391,0L 79.335,241.788l 0.017-0.016c-0.145-0.152-0.306-0.288-0.438-0.423
c-62.551-62.548-62.551-163.928,0-226.453c 62.527-62.528, 163.934-62.528, 226.494,0c 0.137,0.137, 0.258,0.284, 0.41,0.438l 0.016-0.017
l 139.666,139.646l-32.493,32.46L 273.35,47.792l-0.008,0 c-0.148-0.134-0.282-0.285-0.423-0.422
c-44.537-44.529-116.99-44.529-161.538,0c-44.531,44.521-44.531,116.961,0,161.489c 0.152,0.152, 0.302,0.291, 0.444,0.423l-0.023,0.030
l 204.64,204.583c 26.856,26.869, 70.572,26.869, 97.443,0c 26.856-26.867, 26.856-70.574,0-97.42L 218.999,121.625
c-8.968-8.961-23.527-8.961-32.486,0c-8.947,8.943-8.947,23.516,0,32.46L 348.916,316.476z" />
<glyph unicode="&#xe033;" d="M 240,448C 107.452,448,0,340.548,0,208c0-132.549, 107.452-240, 240-240c 132.549,0, 240,107.451, 240,240
C 480,340.548, 372.549,448, 240,448z M 375.795,128c 4.29,20.227, 6.998,41.696, 7.879,64l 63.723,0 c-1.668-22.098-6.812-43.557-15.34-64
L 375.795,128 z M 104.205,288c-4.29-20.227-6.998-41.696-7.879-64L 32.604,224 c 1.668,22.097, 6.811,43.557, 15.339,64L 104.205,288 z M 343.018,288
c 4.807-20.481, 7.699-41.927, 8.64-64L 256,224 l0,64 L 343.018,288 z M 256,320L 256,413.669 c 7.295-2.123, 14.522-5.685, 21.614-10.685
c 13.291-9.37, 26.006-23.804, 36.77-41.743c 7.441-12.401, 13.876-26.208, 19.248-41.242L 256,319.999 z M 165.616,361.242
c 10.764,17.939, 23.478,32.374, 36.77,41.743c 7.091,5, 14.319,8.562, 21.614,10.685L 224,320 l-77.632,0
C 151.741,335.033, 158.176,348.84, 165.616,361.242z M 224,288l0-64 l-95.657,0 c 0.94,22.073, 3.833,43.519, 8.639,64L 224,288 z M 47.944,128
c-8.528,20.443-13.671,41.902-15.339,64l 63.722,0 c 0.881-22.304, 3.589-43.773, 7.879-64L 47.944,128 z M 128.343,192L 224,192 l0-64 l-87.018,0
C 132.176,148.48, 129.283,169.927, 128.343,192z M 224,96l0-93.67 c-7.294,2.123-14.522,5.686-21.614,10.685
c-13.292,9.37-26.007,23.805-36.77,41.743c-7.441,12.402-13.875,26.209-19.249,41.242L 224,96 z M 314.384,54.758
c-10.764-17.938-23.479-32.373-36.77-41.743c-7.092-4.999-14.319-8.562-21.614-10.685L 256,96 l 77.633,0
C 328.26,80.967, 321.825,67.16, 314.384,54.758z M 256,128l0,64 l 95.657,0 c-0.94-22.073-3.833-43.52-8.64-64L 256,128 z M 383.674,224
c-0.881,22.304-3.589,43.773-7.879,64l 56.262,0 c 8.528-20.443, 13.672-41.903, 15.34-64L 383.674,224 z M 415.329,320l-47.95,0
c-9.319,29.381-22.188,55.147-37.658,75.714c 21.268-10.17, 40.529-23.808, 57.357-40.636C 397.818,344.339, 407.259,332.609, 415.329,320
z M 92.922,355.078c 16.829,16.829, 36.090,30.466, 57.357,40.636c-15.471-20.567-28.338-46.333-37.658-75.714L 64.672,320
C 72.741,332.609, 82.183,344.339, 92.922,355.078z M 64.672,96l 47.949,0 c 9.32-29.381, 22.188-55.147, 37.659-75.715
c-21.268,10.17-40.529,23.808-57.357,40.637C 82.183,71.661, 72.741,83.391, 64.672,96z M 387.078,60.922
c-16.828-16.829-36.090-30.467-57.357-40.637c 15.471,20.567, 28.339,46.334, 37.658,75.715l 47.95,0
C 407.259,83.391, 397.818,71.661, 387.078,60.922z" />
<glyph unicode="&#x2764;" d="M 512,300.922C 512,382.151, 446.15,448, 364.922,448C 321.741,448, 282.907,429.391, 256,399.755C 229.093,429.391, 190.259,448, 147.078,448
C 65.849,448,0,382.151,0,300.922C0,257.741, 18.609,218.907, 48.245,192L 48,192 l 160-160c 16-16, 32-32, 48-32s 32,16, 48,32l 160,160l-0.245,0
C 493.391,218.907, 512,257.741, 512,300.922z M 420.734,239.384L 258.745,77.255c-0.839-0.839-1.766-1.766-2.745-2.74
c-0.98,0.975-1.907,1.901-2.745,2.74L 91.266,239.383C 73.683,255.347, 64,277.202, 64,300.922C 64,346.731, 101.269,384, 147.078,384
c 23.72,0, 45.575-9.683, 61.538-27.266L 256,304.544l 47.384,52.189C 319.348,374.317, 341.202,384, 364.922,384
C 410.731,384, 448,346.731, 448,300.922C 448,277.202, 438.316,255.347, 420.734,239.384z" />
<glyph unicode="&#x263b;" d="M 256-32c 141.385,0, 256,114.615, 256,256S 397.385,480, 256,480S0,365.385,0,224S 114.615-32, 256-32z M 256,432
c 114.875,0, 208-93.125, 208-208s-93.125-208-208-208S 48,109.125, 48,224S 141.125,432, 256,432zM 256,180.62 C 313.975,180.62 369.115,196.023 416,223.080 C 408.713,133.861 339.436,64 256,64 C 172.566,64 103.289,133.936 96,223.152 C 142.885,196.096 198.025,180.62 256,180.62 ZM 128,304A32,48 2700 1 1 192,304A32,48 2700 1 1 128,304zM 320,304A32,48 2700 1 1 384,304A32,48 2700 1 1 320,304z" />
<glyph unicode="&#x261d;" d="M 464,192 C 500.5,192 480,96 448,96 C 464,96 448,16 416,16 C 416-16 384-32 352-32 C 216.824-32 264.368,1.825 128,16 L 128,272 C 248.461,308.134 368,398.712 368,480 C 394.5,480 464,448 368,288 C 368,288 448,288 464,288 C 512,288 496,192 464,192 ZM 96,272 L 96,16 L 128,16 L 128,0 L 64,0 C 46.4,0 32,21.6 32,48 L 32,240 C 32,266.4 46.4,288 64,288 L 128,288 L 128,272 L 96,272 Z" />
<glyph unicode="&#x263a;" d="M 256-32c 141.385,0, 256,114.615, 256,256S 397.385,480, 256,480S0,365.385,0,224S 114.615-32, 256-32z M 256,432
c 114.875,0, 208-93.125, 208-208s-93.125-208-208-208S 48,109.125, 48,224S 141.125,432, 256,432zM 128,320 C 128,337.673 142.327,352 160,352 C 177.673,352 192,337.673 192,320 C 192,302.327 177.673,288 160,288 C 142.327,288 128,302.327 128,320 Z M 320,320 C 320,337.673 334.327,352 352,352 C 369.673,352 384,337.673 384,320 C 384,302.327 369.673,288 352,288 C 334.327,288 320,302.327 320,320 ZM 352.049,166.37 L 393.213,141.672 C 365.232,95.137 314.255,64 256,64 C 197.745,64 146.768,95.137 118.787,141.672 L 159.951,166.37 C 179.538,133.796 215.222,112 256,112 C 296.778,112 332.462,133.796 352.049,166.37 Z" />
<glyph unicode="&#xe038;" d="M 256-32c 141.385,0, 256,114.615, 256,256S 397.385,480, 256,480S0,365.385,0,224S 114.615-32, 256-32z M 256,432
c 114.875,0, 208-93.125, 208-208s-93.125-208-208-208S 48,109.125, 48,224S 141.125,432, 256,432zM 128,320 C 128,337.673 142.327,352 160,352 C 177.673,352 192,337.673 192,320 C 192,302.327 177.673,288 160,288 C 142.327,288 128,302.327 128,320 Z M 320,320 C 320,337.673 334.327,352 352,352 C 369.673,352 384,337.673 384,320 C 384,302.327 369.673,288 352,288 C 334.327,288 320,302.327 320,320 ZM 384,192 L 384,160 L 352,160 L 352,112 C 352,85.49 330.51,64 304,64 C 277.49,64 256,85.49 256,112 L 256,160 L 128,160 L 128,192 L 384,192 Z" />
<glyph unicode="&#x2639;" d="M 256-32c 141.385,0, 256,114.615, 256,256S 397.385,480, 256,480S0,365.385,0,224S 114.615-32, 256-32z M 256,432
c 114.875,0, 208-93.125, 208-208s-93.125-208-208-208S 48,109.125, 48,224S 141.125,432, 256,432zM 128,320 C 128,337.673 142.327,352 160,352 C 177.673,352 192,337.673 192,320 C 192,302.327 177.673,288 160,288 C 142.327,288 128,302.327 128,320 Z M 320,320 C 320,337.673 334.327,352 352,352 C 369.673,352 384,337.673 384,320 C 384,302.327 369.673,288 352,288 C 334.327,288 320,302.327 320,320 ZM 159.951,89.63 L 118.787,114.328 C 146.768,160.863 197.745,192 256,192 C 314.254,192 365.231,160.863 393.213,114.328 L 352.049,89.63 C 332.462,122.204 296.778,144 256,144 C 215.221,144 179.538,122.204 159.951,89.63 Z" />
<glyph unicode="&#xe03a;" d="M 256-32c 141.385,0, 256,114.615, 256,256S 397.385,480, 256,480S0,365.385,0,224S 114.615-32, 256-32z M 256,432
c 114.875,0, 208-93.125, 208-208s-93.125-208-208-208S 48,109.125, 48,224S 141.125,432, 256,432zM 271.37,124.486 C 341.494,138.339 395.925,170.257 415.597,212.783 C 404.77,128.805 334.838,64 250.172,64 C 190.551,64 138.243,96.141 108.726,144.474 C 143.931,116.945 205.993,111.57 271.37,124.486 ZM 320,304A32,48 2700 1 1 384,304A32,48 2700 1 1 320,304zM 176,294.25 C 155.102,294.25 137.333,286.422 130.742,275.5 C 128.972,278.433 128,291.587 128,294.875 C 128,310.408 149.49,323 176,323 C 202.51,323 224,310.408 224,294.875 C 224,291.587 223.028,278.433 221.258,275.5 C 214.667,286.422 196.898,294.25 176,294.25 Z" />
<glyph unicode="&#x2369;" d="M 256-32c 141.385,0, 256,114.615, 256,256S 397.385,480, 256,480S0,365.385,0,224S 114.615-32, 256-32z M 256,432
c 114.875,0, 208-93.125, 208-208s-93.125-208-208-208S 48,109.125, 48,224S 141.125,432, 256,432zM 372.87,179.19L 384.114,140.802L 165.61,76.801L 154.366,115.189zM 128,320 C 128,337.673 142.327,352 160,352 C 177.673,352 192,337.673 192,320 C 192,302.327 177.673,288 160,288 C 142.327,288 128,302.327 128,320 Z M 320,320 C 320,337.673 334.327,352 352,352 C 369.673,352 384,337.673 384,320 C 384,302.327 369.673,288 352,288 C 334.327,288 320,302.327 320,320 Z" />
<glyph unicode="&#x2368;" d="M 256-32c 141.385,0, 256,114.615, 256,256S 397.385,480, 256,480S0,365.385,0,224S 114.615-32, 256-32z M 256,432
c 114.875,0, 208-93.125, 208-208s-93.125-208-208-208S 48,109.125, 48,224S 141.125,432, 256,432zM 128,320A32,32 2700 1 1 192,320A32,32 2700 1 1 128,320zM 320,320A32,32 2700 1 1 384,320A32,32 2700 1 1 320,320zM 363.053,160 L 395.485,160 C 400.108,123.747 379.259,87.735 343.506,74.72 C 302.054,59.632 256.056,81.078 240.966,122.528 C 231.912,147.4 204.313,160.269 179.442,151.214 C 156.661,142.92 143.964,119.065 148.948,96.002 L 116.518,96.002 C 111.897,132.256 132.743,168.266 168.496,181.282 C 209.948,196.371 255.947,174.924 271.037,133.475 C 280.089,108.601 307.69,95.734 332.559,104.789 C 355.34,113.081 368.037,136.938 363.053,160 Z" />
<glyph unicode="&#x2364;" d="M 256-32c 141.385,0, 256,114.615, 256,256S 397.385,480, 256,480S0,365.385,0,224S 114.615-32, 256-32z M 256,432
c 114.875,0, 208-93.125, 208-208s-93.125-208-208-208S 48,109.125, 48,224S 141.125,432, 256,432zM 192,128 C 192,163.346 220.654,192 256,192 C 291.346,192 320,163.346 320,128 C 320,92.654 291.346,64 256,64 C 220.654,64 192,92.654 192,128 ZM 320,304A32,48 2700 1 1 384,304A32,48 2700 1 1 320,304zM 128,304A32,48 2700 1 1 192,304A32,48 2700 1 1 128,304z" />
<glyph unicode="&#x261f;" d="M 319.998,256 C 302.325,256 287.998,270.327 287.999,288.001 C 287.999,288.586 288.017,289.166 288.048,289.743 C 289.064,313.47 310.654,329.216 328.844,338.312 C 346.215,346.997 363.395,351.342 364.118,351.523 C 372.691,353.667 381.377,348.454 383.521,339.881 C 385.663,331.308 380.451,322.622 371.879,320.478 C 363.066,318.253 352.618,314.418 343.411,309.803 C 348.735,304.088 351.998,296.427 351.998,288 C 351.998,270.327 337.671,256 319.998,256 ZM 140.121,320.478 C 131.549,322.621 126.337,331.308 128.48,339.88 C 130.623,348.453 139.31,353.666 147.883,351.522 C 148.605,351.341 165.786,346.997 183.157,338.311 C 201.348,329.216 222.937,313.469 223.953,289.742 C 223.984,289.165 224.002,288.584 224.002,288 C 224.002,270.327 209.675,256 192.002,256 C 174.329,256 160.002,270.327 160.002,288 C 160.002,296.427 163.265,304.088 168.589,309.803 C 159.382,314.418 148.933,318.253 140.121,320.478 ZM 256,112 C 296.777,112 332.462,133.796 352.049,166.37 L 393.213,141.672 C 365.232,95.137 314.255,64 256,64 C 197.745,64 146.768,95.137 118.787,141.672 L 159.951,166.37 C 179.538,133.796 215.222,112 256,112 ZM 512,448c0,22.758-4.762,44.4-13.326,64c-16.788-38.418-48.224-68.966-87.247-84.589C 368.33,460.391, 314.459,480, 256,480
S 143.67,460.391, 100.573,427.411C 61.549,443.034, 30.114,473.582, 13.326,512C 4.762,492.4,0,470.758,0,448
c0-36.787, 12.425-70.664, 33.294-97.689C 12.109,313.040,0,269.936,0,224c0-141.385, 114.615-256, 256-256s 256,114.615, 256,256
c0,45.936-12.109,89.040-33.294,126.311C 499.575,377.336, 512,411.213, 512,448z M 256,16c-114.875,0-208,93.125-208,208
S 141.125,432, 256,432s 208-93.125, 208-208S 370.875,16, 256,16z" />
<glyph unicode="&#xe03f;" d="M 256-32c 141.385,0, 256,114.615, 256,256S 397.385,480, 256,480S0,365.385,0,224S 114.615-32, 256-32z M 256,432
c 114.875,0, 208-93.125, 208-208s-93.125-208-208-208S 48,109.125, 48,224S 141.125,432, 256,432z M 352.049,89.63
C 332.462,122.204, 296.777,144, 256,144c-40.778,0-76.462-21.796-96.049-54.37l-41.164,24.698C 146.767,160.863, 197.745,192, 256,192
c 58.254,0, 109.232-31.137, 137.213-77.672L 352.049,89.63zM 383.521,339.88 C 385.663,331.308 380.451,322.621 371.88,320.478 C 363.067,318.253 352.619,314.418 343.412,309.803 C 348.736,304.088 351.999,296.427 351.999,288 C 351.999,270.327 337.672,256 319.999,256 C 302.326,256 287.999,270.327 287.999,288 C 287.999,288.585 288.017,289.165 288.048,289.742 C 289.064,313.469 310.654,329.215 328.844,338.311 C 346.215,346.996 363.395,351.341 364.118,351.522 C 372.691,353.666 381.377,348.453 383.521,339.88 ZM 128.479,339.88c 2.144,8.573, 10.83,13.786, 19.403,11.642c 0.723-0.181, 17.903-4.526, 35.274-13.211
c 18.19-9.096, 39.78-24.842, 40.796-48.569c 0.031-0.577, 0.049-1.157, 0.049-1.742c0-17.673-14.327-32-32-32s-32,14.327-32,32
c0,8.427, 3.263,16.088, 8.587,21.803c-9.207,4.615-19.655,8.45-28.468,10.675C 131.549,322.621, 126.337,331.308, 128.479,339.88z" />
<glyph unicode="&#xe040;" d="M 256-32c 141.385,0, 256,114.615, 256,256S 397.385,480, 256,480S0,365.385,0,224S 114.615-32, 256-32z M 256,432
c 114.875,0, 208-93.125, 208-208s-93.125-208-208-208S 48,109.125, 48,224S 141.125,432, 256,432zM 400,352 C 408.8,352 416,344.8 416,336 L 416,288 C 416,270.4 401.6,256 384,256 L 320,256 C 302.4,256 288,270.4 288,288 L 224,288 C 224,270.4 209.6,256 192,256 L 128,256 C 110.4,256 96,270.4 96,288 L 96,336 C 96,344.8 103.2,352 112,352 L 208,352 C 216.8,352 224,344.8 224,336 L 224,320 L 288,320 L 288,336 C 288,344.8 295.2,352 304,352 L 400,352 ZM 256,96 C 302.604,96 343.386,120.909 365.773,158.139 L 393.213,141.672 C 365.23,95.137 314.255,64 256,64 C 231.771,64 208.808,69.398 188.23,79.041 L 204.811,106.68 C 220.488,99.823 237.793,96 256,96 Z" />
<glyph unicode="&#xe041;" d="M 256-32c 141.385,0, 256,114.615, 256,256S 397.385,480, 256,480S0,365.385,0,224S 114.615-32, 256-32z M 256,432
c 114.875,0, 208-93.125, 208-208s-93.125-208-208-208S 48,109.125, 48,224S 141.125,432, 256,432zM 96,224l0-32 c0-70.4, 57.6-128, 128-128l 64,0 c 70.4,0, 128,57.6, 128,128l0,32 L 96,224 z M 192,101.506
c-13.269,4.729-25.462,12.411-35.772,22.723C 138.025,142.43, 128,166.499, 128,192l 64,0 L 192,101.506 z M 288,96l-64,0 l0,96 l 64,0 L 288,96 z
M 355.772,124.229c-10.312-10.312-22.505-17.994-35.772-22.723L 320,192 l 64,0 C 384,166.499, 373.976,142.43, 355.772,124.229z M 112.676,288
C 112.677,288, 112.676,288, 112.676,288c 4.884,0, 9.054,3.528, 9.862,8.345C 125.617,314.687, 141.372,328, 160,328
s 34.383-13.313, 37.462-31.655c 0.808-4.816, 4.978-8.345, 9.861-8.345c 4.884,0, 9.054,3.528, 9.862,8.344
c 0.541,3.218, 0.814,6.467, 0.814,9.656c0,31.981-26.019,58-58,58s-58-26.019-58-58c0-3.189, 0.274-6.438, 0.814-9.656
C 103.623,291.528, 107.793,288, 112.676,288z M 304.676,288C 304.677,288, 304.676,288, 304.676,288c 4.885,0, 9.056,3.528, 9.862,8.345
C 317.617,314.687, 333.372,328, 352,328s 34.383-13.313, 37.462-31.655c 0.808-4.816, 4.979-8.345, 9.861-8.345s 9.054,3.528, 9.861,8.344
c 0.541,3.218, 0.814,6.467, 0.814,9.656c0,31.981-26.019,58-58,58s-58-26.019-58-58c0-3.189, 0.272-6.438, 0.813-9.656
C 295.623,291.528, 299.793,288, 304.676,288z" />
<glyph unicode="&#x2360;" d="M 256,480C 114.615,480,0,365.385,0,224s 114.615-256, 256-256s 256,114.615, 256,256S 397.385,480, 256,480z M 256,16
c-114.875,0-208,93.125-208,208S 141.125,432, 256,432s 208-93.125, 208-208S 370.875,16, 256,16zM 224,352L 288,352L 288,288L 224,288zM 320,96L 192,96L 192,128L 224,128L 224,224L 192,224L 192,256L 288,256L 288,128L 320,128 z" />
<glyph unicode="&#xe01f;" d="M 256,432 C 200.441,432 148.208,410.364 108.922,371.078 C 69.636,331.792 48,279.559 48,224 C 48,168.441 69.636,116.208 108.922,76.922 C 148.208,37.636 200.441,16 256,16 C 311.559,16 363.792,37.636 403.078,76.922 C 442.364,116.208 464,168.441 464,224 C 464,279.559 442.364,331.792 403.078,371.078 C 363.792,410.364 311.559,432 256,432 Z M 256,480 L 256,480 C 397.385,480 512,365.385 512,224 C 512,82.615 397.385-32 256-32 C 114.615-32 0,82.615 0,224 C 0,365.385 114.615,480 256,480 ZM 224,128L 288,128L 288,64L 224,64zM 224,384L 288,384L 288,192L 224,192z" />
<glyph unicode="&#x26a0;" d="M 256,400.638 L 83.583,32 L 428.417,32 L 256,400.638 Z M 256,480 L 256,480 C 267.035,480 278.070,472.559 286.442,457.676 L 504.978,22.12 C 521.723-7.646 507.478-32 473.327-32 L 38.673-32 C 4.521-32 -9.722-7.646 7.021,22.12 L 225.558,457.676 C 233.93,472.559 244.965,480 256,480 ZM 224,96A32,32 2700 1 1 288,96A32,32 2700 1 1 224,96zM 256,288 C 273.673,288 288,273.673 288,256 L 278,160 L 234,160 L 224,256 C 224,273.673 238.327,288 256,288 Z" />
<glyph unicode="&#xe045;" d="M 64,352l 64,0 l0-96 l 32,0 L 160,448 c0,17.6-14.4,32-32,32L 64,480 C 46.4,480, 32,465.6, 32,448l0-192 l 32,0 L 64,352 z M 64,448l 64,0 l0-64 L 64,384 L 64,448 z M 480,448L 480,480 l-96,0
c-17.601,0-32-14.4-32-32l0-160 c0-17.6, 14.399-32, 32-32l 96,0 l0,32 l-96,0 L 384,448 L 480,448 z M 320,400L 320,448 c0,17.6-14.4,32-32,32l-96,0 l0-224 l 96,0
c 17.6,0, 32,14.4, 32,32l0,48 c0,17.6-4.4,32-22,32C 315.6,368, 320,382.4, 320,400z M 288,288l-64,0 l0,64 l 64,0 L 288,288 z M 288,384l-64,0 L 224,448 l 64,0 L 288,384 zM 416,192 L 208-32 L 96,112 L 137,147 L 208,73 L 384,224 Z" />
<glyph unicode="&#xe046;" d="M 445.020,18.98c-6.143,0-12.284,2.343-16.971,7.029c-9.372,9.373-9.372,24.568,0,33.941
C 471.868,103.771, 496.001,162.030, 496.001,224c0,61.969-24.133,120.229-67.952,164.049c-9.372,9.373-9.372,24.569,0,33.941
c 9.372,9.372, 24.569,9.372, 33.941,0c 52.885-52.886, 82.011-123.2, 82.011-197.99c0-74.791-29.126-145.104-82.011-197.99
C 457.304,21.323, 451.162,18.98, 445.020,18.98zM 359.765,64.235c-6.143,0-12.284,2.343-16.971,7.029c-9.372,9.372-9.372,24.568,0,33.941
c 65.503,65.503, 65.503,172.085,0,237.588c-9.372,9.373-9.372,24.569,0,33.941c 9.372,9.371, 24.569,9.372, 33.941,0
C 417.532,335.938, 440,281.696, 440,224c0-57.695-22.468-111.938-63.265-152.735C 372.049,66.578, 365.907,64.235, 359.765,64.235zM 274.51,109.49c-6.143,0-12.284,2.343-16.971,7.029c-9.373,9.373-9.373,24.568,0,33.941
c 40.55,40.55, 40.55,106.529,0,147.078c-9.373,9.373-9.373,24.569,0,33.941c 9.373,9.372, 24.568,9.372, 33.941,0
c 59.265-59.265, 59.265-155.696,0-214.961C 286.794,111.833, 280.652,109.49, 274.51,109.49zM 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 Z" horiz-adv-x="544" />
<glyph unicode="&#xe047;" d="M 359.765,64.235c-6.143,0-12.284,2.343-16.971,7.029c-9.372,9.372-9.372,24.568,0,33.941
c 65.503,65.503, 65.503,172.085,0,237.588c-9.372,9.373-9.372,24.569,0,33.941c 9.372,9.371, 24.569,9.372, 33.941,0
C 417.532,335.938, 440,281.696, 440,224c0-57.695-22.468-111.938-63.265-152.735C 372.049,66.578, 365.907,64.235, 359.765,64.235zM 274.51,109.49c-6.143,0-12.284,2.343-16.971,7.029c-9.373,9.373-9.373,24.568,0,33.941
c 40.55,40.55, 40.55,106.529,0,147.078c-9.373,9.373-9.373,24.569,0,33.941c 9.373,9.372, 24.568,9.372, 33.941,0
c 59.265-59.265, 59.265-155.696,0-214.961C 286.794,111.833, 280.652,109.49, 274.51,109.49zM 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 Z" />
<glyph unicode="&#xe048;" d="M 274.51,109.49c-6.143,0-12.284,2.343-16.971,7.029c-9.373,9.373-9.373,24.568,0,33.941
c 40.55,40.55, 40.55,106.529,0,147.078c-9.373,9.373-9.373,24.569,0,33.941c 9.373,9.372, 24.568,9.372, 33.941,0
c 59.265-59.265, 59.265-155.696,0-214.961C 286.794,111.833, 280.652,109.49, 274.51,109.49zM 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 Z" />
<glyph unicode="&#xe049;" d="M 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 ZM 480,170.426 L 480,128 L 437.574,128 L 384,181.574 L 330.426,128 L 288,128 L 288,170.426 L 341.574,224 L 288,277.574 L 288,320 L 330.426,320 L 384,266.426 L 437.574,320 L 480,320 L 480,277.574 L 426.426,224 Z" />
<glyph unicode="&#xe04a;" d="M 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 Z" />
<glyph unicode="&#xe04b;" d="M 214.082,448.041 C 220.070,448.041 224,442.102 224.001,431 L 224.001,17 C 224.001,5.897 220.073-0.041 214.083-0.041 C 210.281-0.041 205.649,2.353 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 C 205.649,445.649 210.28,448.041 214.082,448.041 ZM 256,256L 512,256L 512,192L 256,192z" />
<glyph unicode="&#xe04c;" d="M 214.082,448.041 C 220.070,448.041 224,442.102 224.001,431 L 224.001,17 C 224.001,5.897 220.073-0.041 214.083-0.041 C 210.281-0.041 205.649,2.353 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 C 205.649,445.649 210.28,448.041 214.082,448.041 ZM 512,192 L 416,192 L 416,96 L 352,96 L 352,192 L 256,192 L 256,256 L 352,256 L 352,352 L 416,352 L 416,256 L 512,256 Z" />
<glyph unicode="&#xe04d;" d="M 353.94,237.674C 372.689,259.945, 384,288.678, 384,320c0,70.58-57.421,128-128,128l-64,0 l-64,0 L 96,448 l0-448 l 32,0 l 64,0 l 96,0
c 70.579,0, 128,57.421, 128,128C 416,174.478, 391.101,215.248, 353.94,237.674z M 192,384l 50.75,0 c 27.984,0, 50.75-28.71, 50.75-64
s-22.766-64-50.75-64L 192,256 L 192,384 z M 271.5,64L 192,64 L 192,192 l 79.5,0 c 29.225,0, 53-28.71, 53-64S 300.725,64, 271.5,64z" />
<glyph unicode="&#xe04e;" d="M 352,448 L 416,448 L 416,240 C 416,160.471 344.366,96 256,96 C 167.635,96 96,160.471 96,240 L 96,448 L 160,448 L 160,240 C 160,219.917 169.119,200.648 185.677,185.747 C 204.125,169.145 229.1,160 256,160 C 282.9,160 307.875,169.145 326.323,185.747 C 342.881,200.648 352,219.917 352,240 L 352,448 ZM 96,64L 416,64L 416,0L 96,0z" />
<glyph unicode="&#xe04f;" d="M 448,448 L 448,416 L 384,416 L 224,32 L 288,32 L 288,0 L 64,0 L 64,32 L 128,32 L 288,416 L 224,416 L 224,448 Z" />
<glyph unicode="&#xe050;" d="M 512,224 L 512,192 L 394.747,192 C 408.499,172.745 416,150.654 416,128 C 416,92.561 397.67,58.487 365.71,34.518 C 336.031,12.259 297.068,0 256,0 C 214.931,0 175.969,12.259 146.29,34.518 C 114.33,58.487 96,92.561 96,128 L 160,128 C 160,93.309 203.963,64 256,64 C 308.037,64 352,93.309 352,128 C 352,162.691 308.037,192 256,192 L 0,192 L 0,224 L 149.759,224 C 148.59,224.827 147.431,225.662 146.29,226.518 C 114.33,250.488 96,284.561 96,320 C 96,355.439 114.33,389.512 146.29,413.482 C 175.969,435.741 214.931,448 256,448 C 297.068,448 336.031,435.741 365.71,413.482 C 397.67,389.512 416,355.439 416,320 L 352,320 C 352,354.691 308.037,384 256,384 C 203.963,384 160,354.691 160,320 C 160,285.309 203.963,256 256,256 C 295.489,256 333.027,244.661 362.241,224 L 512,224 Z" />
<glyph unicode="&#xe053;" d="M 96,448l0-384 l 384,0 L 480,448 L 96,448 z M 448,96L 128,96 L 128,416 l 320,0 L 448,96 zM 64,32L 64,352L 32,384L 32,0L 416,0L 384,32 zM 214.627,137.373L 310.627,233.373L 384,160L 384,352L 192,352L 265.373,278.627L 169.373,182.627 z" />
<glyph unicode="&#xe055;" d="M 416,416L 96,416 c-52.8,0-96-43.2-96-96l0-192 c0-52.8, 43.2-96, 96-96l 320,0 c 52.8,0, 96,43.2, 96,96L 512,320 C 512,372.8, 468.8,416, 416,416z
M 480,128c0-16.989-6.687-33.031-18.827-45.173C 449.031,70.687, 432.99,64, 416,64L 96,64 c-16.989,0-33.031,6.687-45.172,18.827
C 38.687,94.969, 32,111.011, 32,128L 32,320 c0,16.989, 6.687,33.031, 18.828,45.172S 79.011,384, 96,384l 320,0
c 16.989,0, 33.031-6.687, 45.173-18.828C 473.314,353.031, 480,336.989, 480,320L 480,128 zM 192,96L 352,224L 192,352 z" />
<glyph unicode="&#x2715;" d="M 507.331,68.67c-0.002,0.002-0.004,0.004-0.006,0.005L 352.003,224l 155.322,155.325c 0.002,0.002, 0.004,0.003, 0.006,0.005
c 1.672,1.673, 2.881,3.627, 3.656,5.708c 2.123,5.688, 0.912,12.341-3.662,16.915L 433.952,475.326c-4.574,4.573-11.225,5.783-16.914,3.66
c-2.080-0.775-4.035-1.984-5.709-3.655c0-0.002-0.002-0.003-0.004-0.005L 256.001,320L 100.677,475.325
c-0.002,0.002-0.003,0.003-0.005,0.005c-1.673,1.671-3.627,2.88-5.707,3.655c-5.69,2.124-12.341,0.913-16.915-3.66L 4.676,401.951
c-4.574-4.574-5.784-11.226-3.661-16.914c 0.776-2.080, 1.985-4.036, 3.656-5.708c 0.002-0.001, 0.003-0.003, 0.005-0.005L 160.001,224
L 4.676,68.674c-0.001-0.002-0.003-0.003-0.004-0.005c-1.671-1.673-2.88-3.627-3.657-5.707c-2.124-5.688-0.913-12.341, 3.661-16.915
l 73.374-73.373c 4.575-4.574, 11.226-5.784, 16.915-3.661c 2.080,0.776, 4.035,1.985, 5.708,3.656c 0.001,0.002, 0.003,0.003, 0.005,0.005
l 155.324,155.325l 155.324-155.325c 0.002-0.001, 0.004-0.003, 0.006-0.004c 1.674-1.672, 3.627-2.881, 5.707-3.657
c 5.689-2.123, 12.342-0.913, 16.914,3.661l 73.373,73.374c 4.574,4.574, 5.785,11.227, 3.662,16.915
C 510.212,65.043, 509.003,66.997, 507.331,68.67z" />
<glyph unicode="&#x2718;" d="M0,224c0-141.385, 114.615-256, 256-256c 141.386,0, 256,114.615, 256,256S 397.386,480, 256,480C 114.615,480,0,365.385,0,224z M 448,224
c0-36.618-10.256-70.84-28.044-99.956L 156.045,387.956C 185.16,405.745, 219.382,416, 256,416C 362.038,416, 448,330.039, 448,224z M 64,224
c0,36.618, 10.256,70.839, 28.045,99.956l 263.911-263.912C 326.839,42.255, 292.618,32, 256,32C 149.962,32, 64,117.961, 64,224z" />
<glyph unicode="&#xe058;" d="M 256,480C 114.615,480,0,365.385,0,224s 114.615-256, 256-256s 256,114.615, 256,256S 397.385,480, 256,480z M 384,306.745L 301.256,224
L 384,141.256L 384,96 l-45.256,0 L 256,178.744L 173.255,96L 128,96 l0,45.256 L 210.745,224L 128,306.745L 128,352 l 45.255,0 L 256,269.255L 338.744,352L 384,352
L 384,306.745 z" />
<glyph unicode="&#xe05a;" d="M0,272l0-96 c0-8.836, 7.164-16, 16-16l 480,0 c 8.836,0, 16,7.164, 16,16l0,96 c0,8.836-7.164,16-16,16L 16,288 C 7.164,288,0,280.836,0,272z" />
<glyph unicode="&#x271a;" d="M 496,288L 320,288 L 320,464 c0,8.836-7.164,16-16,16l-96,0 c-8.836,0-16-7.164-16-16l0-176 L 16,288 c-8.836,0-16-7.164-16-16l0-96
c0-8.836, 7.164-16, 16-16l 176,0 l0-176 c0-8.836, 7.164-16, 16-16l 96,0 c 8.836,0, 16,7.164, 16,16L 320,160 l 176,0 c 8.836,0, 16,7.164, 16,16l0,96
C 512,280.836, 504.836,288, 496,288z" />
<glyph unicode="&#x2611;" d="M0,480l0-512 l 512,0 L 512,480 L0,480 z M 480,0L 32,0 L 32,448 l 448,0 L 480,0 z M 384,368L 224,208l-96,96l-64-64l 160-160l 224,224L 384,368z" />
<glyph unicode="&#x2b27;" d="M0,480l0-512 l 512,0 L 512,480 L0,480 z M 480,0L 32,0 L 32,448 l 448,0 L 480,0 z" />
<glyph unicode="&#x2b28;" d="M0,480l0-512 l 512,0 L 512,480 L0,480 z M 480,0L 32,0 L 32,448 l 448,0 L 480,0 zM 128,352L 384,352L 384,96L 128,96z" />
<glyph unicode="&#x2b26;" d="M 256,480C 114.615,480,0,365.385,0,224s 114.615-256, 256-256s 256,114.615, 256,256S 397.385,480, 256,480z M 256,32
c-106.039,0-192,85.961-192,192c0,106.039, 85.961,192, 192,192c 106.039,0, 192-85.961, 192-192C 448,117.961, 362.039,32, 256,32zM 160,224A96,96 12780 1 1 352,224A96,96 12780 1 1 160,224z" />
<glyph unicode="&#x2b25;" d="M 256,480C 114.615,480,0,365.385,0,224s 114.615-256, 256-256s 256,114.615, 256,256S 397.385,480, 256,480z M 256,32
c-106.039,0-192,85.961-192,192c0,106.039, 85.961,192, 192,192c 106.039,0, 192-85.961, 192-192C 448,117.961, 362.039,32, 256,32z" />
<glyph unicode="&#xe059;" d="M 256,480C 114.615,480,0,365.385,0,224s 114.615-256, 256-256s 256,114.615, 256,256S 397.385,480, 256,480z M 224,384l 64,0 l0-64 l-64,0 L 224,384 z
M 320,64L 192,64 l0,32 l 32,0 L 224,224 l-32,0 l0,32 l 96,0 l0-160 l 32,0 L 320,64 z" />
<glyph unicode="&#xe001;" d="M 448,352L 448,416 L0,416 l0-352 c0-17.673, 14.327-32, 32-32l 432,0 c 26.511,0, 48,21.489, 48,48L 512,352 L 448,352 z M 416,64L 32,64 L 32,384 l 384,0 L 416,64 zM 64,320L 384,320L 384,288L 64,288zM 256,256L 384,256L 384,224L 256,224zM 256,192L 384,192L 384,160L 256,160zM 256,128L 352,128L 352,96L 256,96zM 64,256L 224,256L 224,96L 64,96z" />
<glyph unicode="&#x2b14;" d="M 448,384 L 64,384 L 64,64 L 448,64 L 448,384 Z M 512,448 L 512,448 L 512,0 L 0,0 L 0,448 L 512,448 ZM 416,96 L 96,96 L 96,160 L 192,320 L 323.5,160 L 416,224 L 416,192 ZM 320,304A48,48 2700 1 1 416,304A48,48 2700 1 1 320,304z" />
<glyph unicode="&#xe002;" d="M 256,448 C 114.618,448 0,354.894 0,239.996 C 0,174.747 37.368,116.666 95.271,78.545 C 95.969,73.844 96,68.887 96,64 C 96,29.044 66.257-1.404 32-18.184 L 32-32 C 95.465-30.557 161.008-20.79 216.002,34.18 C 229.011,32.528 242.432,32 256,32 C 397.382,32 512,125.13 512,239.996 C 512,354.894 397.382,448 256,448 z M 162.909,382.542 C 164.484,382.867 166.485,382.386 167.998,381.82 C 169.107,381.409 170.015,380.532 170.907,379.632 L 253.82,296.727 L 336.725,379.632 C 337.625,380.532 338.533,381.409 339.634,381.82 C 342.683,382.953 346.64,382.068 349.091,379.632 L 388.368,340.364 C 390.796,337.912 390.951,334.67 389.818,331.636 C 389.407,330.527 389.26,329.619 388.368,328.727 L 304.725,245.814 L 388.368,162.909 C 389.26,162.017 389.407,161.109 389.818,160 C 390.959,156.959 390.811,152.995 388.368,150.544 L 349.091,111.275 C 346.64,108.839 342.668,108.684 339.634,109.816 C 338.533,110.227 337.625,110.375 336.725,111.275 L 253.82,194.18 L 170.907,111.275 C 170.015,110.375 169.107,110.227 167.998,109.816 C 164.957,108.676 160.993,108.823 158.549,111.275 L 120.002,150.544 C 117.566,152.995 116.689,156.967 117.822,160 C 118.225,161.109 119.102,162.017 120.002,162.909 L 202.907,245.814 L 120.002,328.727 C 119.102,329.619 118.225,330.527 117.822,331.636 C 116.674,334.677 117.551,337.912 120.002,340.364 L 158.549,379.632 C 159.767,380.85 161.334,382.224 162.909,382.542 z " />
<glyph unicode="&#xe004;" d="M 256,448 C 114.618,448 0,354.894 0,239.996 C 0,174.747 37.368,116.666 95.271,78.545 C 95.969,73.844 96,68.887 96,64 C 96,29.044 66.257-1.404 32-18.184 L 32-32 C 95.465-30.557 161.008-20.79 216.002,34.18 C 229.011,32.528 242.432,32 256,32 C 397.382,32 512,125.13 512,239.996 C 512,354.894 397.382,448 256,448 z M 77.816,288 L 425.456,288 C 431.864,288 437.093,282.771 437.093,276.364 L 437.093,206.545 C 437.093,200.138 431.864,194.909 425.456,194.909 L 77.816,194.909 C 71.408,194.909 66.18,200.138 66.18,206.545 L 66.18,276.364 C 66.18,282.771 71.408,288 77.816,288 z " />
<glyph unicode="&#x20;" horiz-adv-x="256" />
</font></defs></svg>

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Binary file not shown.

791
fonticons/index.html Normal file
View File

@ -0,0 +1,791 @@
<!doctype html>
<html>
<head>
<title>Your Font/Glyphs</title>
<link rel="stylesheet" href="style.css" />
<!--[if lte IE 7]><script src="lte-ie7.js"></script><![endif]-->
<style>
section, header, footer {display: block;}
body {
font-family: sans-serif;
color: #444;
line-height: 1.5;
font-size: 1em;
}
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
.glyph {
font-size: 16px;
float: left;
text-align: center;
background: #eee;
padding: .75em;
margin: .75em 1.5em .75em 0;
width: 7.5em;
border-radius: .25em;
box-shadow: inset 0 0 0 1px #f8f8f8, 0 0 0 1px #CCC;
}
.glyph input {
font-family: consolas, monospace;
font-size: 13px;
width: 100%;
text-align: center;
border: 0;
box-shadow: 0 0 0 1px #ccc;
padding: .125em;
}
.w-main {
width: 80%;
}
.centered {
margin-left: auto;
margin-right: auto;
}
.fs1 {
font-size: 2em;
}
header {
margin: 2em 0;
padding-bottom: .5em;
color: #666;
box-shadow: 0 2px #eee;
}
header h1 {
font-size: 2em;
font-weight: normal;
}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after, .clear { clear: both; }
footer {
margin-top: 2em;
padding: .5em 0;
box-shadow: 0 -2px #eee;
}
a, a:visited {
color: #B35047;
text-decoration: none;
}
a:hover, a:focus {color: #000;}
.box1 {
font-size: 16px;
display: inline-block;
width: 15em;
padding: .25em .5em;
background: #eee;
margin: .5em 1em .5em 0;
}
</style>
</head>
<body>
<div class="w-main centered">
<section class="mtm clearfix" id="glyphs">
<header>
<h1>Your font contains the following glyphs</h1>
<p>The generated SVG font can be imported back to <a href="http://icomoon.io/app">IcoMoon</a> for modification.</p>
</header>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe000;"></div>
<input type="text" readonly="readonly" value="&amp;#xe000;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x270e;"></div>
<input type="text" readonly="readonly" value="&amp;#x270e;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe003;"></div>
<input type="text" readonly="readonly" value="&amp;#xe003;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x2616;"></div>
<input type="text" readonly="readonly" value="&amp;#x2616;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x25d9;"></div>
<input type="text" readonly="readonly" value="&amp;#x25d9;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x266b;"></div>
<input type="text" readonly="readonly" value="&amp;#x266b;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x266c;"></div>
<input type="text" readonly="readonly" value="&amp;#x266c;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x260f;"></div>
<input type="text" readonly="readonly" value="&amp;#x260f;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x260e;"></div>
<input type="text" readonly="readonly" value="&amp;#x260e;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x270f;"></div>
<input type="text" readonly="readonly" value="&amp;#x270f;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x2710;"></div>
<input type="text" readonly="readonly" value="&amp;#x2710;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x2709;"></div>
<input type="text" readonly="readonly" value="&amp;#x2709;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe012;"></div>
<input type="text" readonly="readonly" value="&amp;#xe012;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x25fc;"></div>
<input type="text" readonly="readonly" value="&amp;#x25fc;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x25fb;"></div>
<input type="text" readonly="readonly" value="&amp;#x25fb;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe015;"></div>
<input type="text" readonly="readonly" value="&amp;#xe015;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe016;"></div>
<input type="text" readonly="readonly" value="&amp;#xe016;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe017;"></div>
<input type="text" readonly="readonly" value="&amp;#xe017;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe01a;"></div>
<input type="text" readonly="readonly" value="&amp;#xe01a;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe01b;"></div>
<input type="text" readonly="readonly" value="&amp;#xe01b;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe01d;"></div>
<input type="text" readonly="readonly" value="&amp;#xe01d;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x231b;"></div>
<input type="text" readonly="readonly" value="&amp;#x231b;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe021;"></div>
<input type="text" readonly="readonly" value="&amp;#xe021;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe022;"></div>
<input type="text" readonly="readonly" value="&amp;#xe022;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe024;"></div>
<input type="text" readonly="readonly" value="&amp;#xe024;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe025;"></div>
<input type="text" readonly="readonly" value="&amp;#xe025;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe026;"></div>
<input type="text" readonly="readonly" value="&amp;#xe026;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe027;"></div>
<input type="text" readonly="readonly" value="&amp;#xe027;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe028;"></div>
<input type="text" readonly="readonly" value="&amp;#xe028;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe029;"></div>
<input type="text" readonly="readonly" value="&amp;#xe029;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe02a;"></div>
<input type="text" readonly="readonly" value="&amp;#xe02a;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe02b;"></div>
<input type="text" readonly="readonly" value="&amp;#xe02b;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe02f;"></div>
<input type="text" readonly="readonly" value="&amp;#xe02f;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe02d;"></div>
<input type="text" readonly="readonly" value="&amp;#xe02d;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe02e;"></div>
<input type="text" readonly="readonly" value="&amp;#xe02e;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe030;"></div>
<input type="text" readonly="readonly" value="&amp;#xe030;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe031;"></div>
<input type="text" readonly="readonly" value="&amp;#xe031;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe032;"></div>
<input type="text" readonly="readonly" value="&amp;#xe032;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe033;"></div>
<input type="text" readonly="readonly" value="&amp;#xe033;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x2764;"></div>
<input type="text" readonly="readonly" value="&amp;#x2764;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x263b;"></div>
<input type="text" readonly="readonly" value="&amp;#x263b;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x261d;"></div>
<input type="text" readonly="readonly" value="&amp;#x261d;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x263a;"></div>
<input type="text" readonly="readonly" value="&amp;#x263a;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe038;"></div>
<input type="text" readonly="readonly" value="&amp;#xe038;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x2639;"></div>
<input type="text" readonly="readonly" value="&amp;#x2639;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe03a;"></div>
<input type="text" readonly="readonly" value="&amp;#xe03a;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x2369;"></div>
<input type="text" readonly="readonly" value="&amp;#x2369;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x2368;"></div>
<input type="text" readonly="readonly" value="&amp;#x2368;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x2364;"></div>
<input type="text" readonly="readonly" value="&amp;#x2364;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x261f;"></div>
<input type="text" readonly="readonly" value="&amp;#x261f;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe03f;"></div>
<input type="text" readonly="readonly" value="&amp;#xe03f;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe040;"></div>
<input type="text" readonly="readonly" value="&amp;#xe040;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe041;"></div>
<input type="text" readonly="readonly" value="&amp;#xe041;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x2360;"></div>
<input type="text" readonly="readonly" value="&amp;#x2360;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe01f;"></div>
<input type="text" readonly="readonly" value="&amp;#xe01f;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x26a0;"></div>
<input type="text" readonly="readonly" value="&amp;#x26a0;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe045;"></div>
<input type="text" readonly="readonly" value="&amp;#xe045;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe046;"></div>
<input type="text" readonly="readonly" value="&amp;#xe046;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe047;"></div>
<input type="text" readonly="readonly" value="&amp;#xe047;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe048;"></div>
<input type="text" readonly="readonly" value="&amp;#xe048;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe049;"></div>
<input type="text" readonly="readonly" value="&amp;#xe049;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe04a;"></div>
<input type="text" readonly="readonly" value="&amp;#xe04a;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe04b;"></div>
<input type="text" readonly="readonly" value="&amp;#xe04b;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe04c;"></div>
<input type="text" readonly="readonly" value="&amp;#xe04c;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe04d;"></div>
<input type="text" readonly="readonly" value="&amp;#xe04d;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe04e;"></div>
<input type="text" readonly="readonly" value="&amp;#xe04e;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe04f;"></div>
<input type="text" readonly="readonly" value="&amp;#xe04f;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe050;"></div>
<input type="text" readonly="readonly" value="&amp;#xe050;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe053;"></div>
<input type="text" readonly="readonly" value="&amp;#xe053;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe055;"></div>
<input type="text" readonly="readonly" value="&amp;#xe055;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x2715;"></div>
<input type="text" readonly="readonly" value="&amp;#x2715;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x2718;"></div>
<input type="text" readonly="readonly" value="&amp;#x2718;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe058;"></div>
<input type="text" readonly="readonly" value="&amp;#xe058;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe05a;"></div>
<input type="text" readonly="readonly" value="&amp;#xe05a;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x271a;"></div>
<input type="text" readonly="readonly" value="&amp;#x271a;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x2611;"></div>
<input type="text" readonly="readonly" value="&amp;#x2611;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x2b27;"></div>
<input type="text" readonly="readonly" value="&amp;#x2b27;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x2b28;"></div>
<input type="text" readonly="readonly" value="&amp;#x2b28;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x2b26;"></div>
<input type="text" readonly="readonly" value="&amp;#x2b26;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x2b25;"></div>
<input type="text" readonly="readonly" value="&amp;#x2b25;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe059;"></div>
<input type="text" readonly="readonly" value="&amp;#xe059;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe001;"></div>
<input type="text" readonly="readonly" value="&amp;#xe001;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x2b14;"></div>
<input type="text" readonly="readonly" value="&amp;#x2b14;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe002;"></div>
<input type="text" readonly="readonly" value="&amp;#xe002;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#xe004;"></div>
<input type="text" readonly="readonly" value="&amp;#xe004;" />
</div>
</section>
<div class="clear"></div>
<section class="mtm clearfix" id="glyphs">
<header>
<h1>Class Names</h1>
</header>
<span class="box1">
<span aria-hidden="true" class="icon-home"></span>
&nbsp;icon-home
</span>
<span class="box1">
<span aria-hidden="true" class="icon-pencil"></span>
&nbsp;icon-pencil
</span>
<span class="box1">
<span aria-hidden="true" class="icon-camera"></span>
&nbsp;icon-camera
</span>
<span class="box1">
<span aria-hidden="true" class="icon-camera-2"></span>
&nbsp;icon-camera-2
</span>
<span class="box1">
<span aria-hidden="true" class="icon-play"></span>
&nbsp;icon-play
</span>
<span class="box1">
<span aria-hidden="true" class="icon-music"></span>
&nbsp;icon-music
</span>
<span class="box1">
<span aria-hidden="true" class="icon-headphones"></span>
&nbsp;icon-headphones
</span>
<span class="box1">
<span aria-hidden="true" class="icon-phone"></span>
&nbsp;icon-phone
</span>
<span class="box1">
<span aria-hidden="true" class="icon-phone-hang-up"></span>
&nbsp;icon-phone-hang-up
</span>
<span class="box1">
<span aria-hidden="true" class="icon-address-book"></span>
&nbsp;icon-address-book
</span>
<span class="box1">
<span aria-hidden="true" class="icon-notebook"></span>
&nbsp;icon-notebook
</span>
<span class="box1">
<span aria-hidden="true" class="icon-envelop"></span>
&nbsp;icon-envelop
</span>
<span class="box1">
<span aria-hidden="true" class="icon-pushpin"></span>
&nbsp;icon-pushpin
</span>
<span class="box1">
<span aria-hidden="true" class="icon-bubble"></span>
&nbsp;icon-bubble
</span>
<span class="box1">
<span aria-hidden="true" class="icon-bubble-2"></span>
&nbsp;icon-bubble-2
</span>
<span class="box1">
<span aria-hidden="true" class="icon-bubbles"></span>
&nbsp;icon-bubbles
</span>
<span class="box1">
<span aria-hidden="true" class="icon-bubbles-2"></span>
&nbsp;icon-bubbles-2
</span>
<span class="box1">
<span aria-hidden="true" class="icon-bubbles-3"></span>
&nbsp;icon-bubbles-3
</span>
<span class="box1">
<span aria-hidden="true" class="icon-user"></span>
&nbsp;icon-user
</span>
<span class="box1">
<span aria-hidden="true" class="icon-users"></span>
&nbsp;icon-users
</span>
<span class="box1">
<span aria-hidden="true" class="icon-quotes-left"></span>
&nbsp;icon-quotes-left
</span>
<span class="box1">
<span aria-hidden="true" class="icon-spinner"></span>
&nbsp;icon-spinner
</span>
<span class="box1">
<span aria-hidden="true" class="icon-search"></span>
&nbsp;icon-search
</span>
<span class="box1">
<span aria-hidden="true" class="icon-cogs"></span>
&nbsp;icon-cogs
</span>
<span class="box1">
<span aria-hidden="true" class="icon-wrench"></span>
&nbsp;icon-wrench
</span>
<span class="box1">
<span aria-hidden="true" class="icon-unlocked"></span>
&nbsp;icon-unlocked
</span>
<span class="box1">
<span aria-hidden="true" class="icon-lock"></span>
&nbsp;icon-lock
</span>
<span class="box1">
<span aria-hidden="true" class="icon-lock-2"></span>
&nbsp;icon-lock-2
</span>
<span class="box1">
<span aria-hidden="true" class="icon-key"></span>
&nbsp;icon-key
</span>
<span class="box1">
<span aria-hidden="true" class="icon-key-2"></span>
&nbsp;icon-key-2
</span>
<span class="box1">
<span aria-hidden="true" class="icon-zoom-out"></span>
&nbsp;icon-zoom-out
</span>
<span class="box1">
<span aria-hidden="true" class="icon-zoom-in"></span>
&nbsp;icon-zoom-in
</span>
<span class="box1">
<span aria-hidden="true" class="icon-cog"></span>
&nbsp;icon-cog
</span>
<span class="box1">
<span aria-hidden="true" class="icon-remove"></span>
&nbsp;icon-remove
</span>
<span class="box1">
<span aria-hidden="true" class="icon-remove-2"></span>
&nbsp;icon-remove-2
</span>
<span class="box1">
<span aria-hidden="true" class="icon-eye"></span>
&nbsp;icon-eye
</span>
<span class="box1">
<span aria-hidden="true" class="icon-eye-blocked"></span>
&nbsp;icon-eye-blocked
</span>
<span class="box1">
<span aria-hidden="true" class="icon-attachment"></span>
&nbsp;icon-attachment
</span>
<span class="box1">
<span aria-hidden="true" class="icon-globe"></span>
&nbsp;icon-globe
</span>
<span class="box1">
<span aria-hidden="true" class="icon-heart"></span>
&nbsp;icon-heart
</span>
<span class="box1">
<span aria-hidden="true" class="icon-happy"></span>
&nbsp;icon-happy
</span>
<span class="box1">
<span aria-hidden="true" class="icon-thumbs-up"></span>
&nbsp;icon-thumbs-up
</span>
<span class="box1">
<span aria-hidden="true" class="icon-smiley"></span>
&nbsp;icon-smiley
</span>
<span class="box1">
<span aria-hidden="true" class="icon-tongue"></span>
&nbsp;icon-tongue
</span>
<span class="box1">
<span aria-hidden="true" class="icon-sad"></span>
&nbsp;icon-sad
</span>
<span class="box1">
<span aria-hidden="true" class="icon-wink"></span>
&nbsp;icon-wink
</span>
<span class="box1">
<span aria-hidden="true" class="icon-wondering"></span>
&nbsp;icon-wondering
</span>
<span class="box1">
<span aria-hidden="true" class="icon-confused"></span>
&nbsp;icon-confused
</span>
<span class="box1">
<span aria-hidden="true" class="icon-shocked"></span>
&nbsp;icon-shocked
</span>
<span class="box1">
<span aria-hidden="true" class="icon-evil"></span>
&nbsp;icon-evil
</span>
<span class="box1">
<span aria-hidden="true" class="icon-angry"></span>
&nbsp;icon-angry
</span>
<span class="box1">
<span aria-hidden="true" class="icon-cool"></span>
&nbsp;icon-cool
</span>
<span class="box1">
<span aria-hidden="true" class="icon-grin"></span>
&nbsp;icon-grin
</span>
<span class="box1">
<span aria-hidden="true" class="icon-info"></span>
&nbsp;icon-info
</span>
<span class="box1">
<span aria-hidden="true" class="icon-notification"></span>
&nbsp;icon-notification
</span>
<span class="box1">
<span aria-hidden="true" class="icon-warning"></span>
&nbsp;icon-warning
</span>
<span class="box1">
<span aria-hidden="true" class="icon-spell-check"></span>
&nbsp;icon-spell-check
</span>
<span class="box1">
<span aria-hidden="true" class="icon-volume-high"></span>
&nbsp;icon-volume-high
</span>
<span class="box1">
<span aria-hidden="true" class="icon-volume-medium"></span>
&nbsp;icon-volume-medium
</span>
<span class="box1">
<span aria-hidden="true" class="icon-volume-low"></span>
&nbsp;icon-volume-low
</span>
<span class="box1">
<span aria-hidden="true" class="icon-volume-mute"></span>
&nbsp;icon-volume-mute
</span>
<span class="box1">
<span aria-hidden="true" class="icon-volume-mute-2"></span>
&nbsp;icon-volume-mute-2
</span>
<span class="box1">
<span aria-hidden="true" class="icon-volume-decrease"></span>
&nbsp;icon-volume-decrease
</span>
<span class="box1">
<span aria-hidden="true" class="icon-volume-increase"></span>
&nbsp;icon-volume-increase
</span>
<span class="box1">
<span aria-hidden="true" class="icon-bold"></span>
&nbsp;icon-bold
</span>
<span class="box1">
<span aria-hidden="true" class="icon-underline"></span>
&nbsp;icon-underline
</span>
<span class="box1">
<span aria-hidden="true" class="icon-italic"></span>
&nbsp;icon-italic
</span>
<span class="box1">
<span aria-hidden="true" class="icon-strikethrough"></span>
&nbsp;icon-strikethrough
</span>
<span class="box1">
<span aria-hidden="true" class="icon-new-tab"></span>
&nbsp;icon-new-tab
</span>
<span class="box1">
<span aria-hidden="true" class="icon-youtube"></span>
&nbsp;icon-youtube
</span>
<span class="box1">
<span aria-hidden="true" class="icon-close"></span>
&nbsp;icon-close
</span>
<span class="box1">
<span aria-hidden="true" class="icon-blocked"></span>
&nbsp;icon-blocked
</span>
<span class="box1">
<span aria-hidden="true" class="icon-cancel-circle"></span>
&nbsp;icon-cancel-circle
</span>
<span class="box1">
<span aria-hidden="true" class="icon-minus"></span>
&nbsp;icon-minus
</span>
<span class="box1">
<span aria-hidden="true" class="icon-plus"></span>
&nbsp;icon-plus
</span>
<span class="box1">
<span aria-hidden="true" class="icon-checkbox-checked"></span>
&nbsp;icon-checkbox-checked
</span>
<span class="box1">
<span aria-hidden="true" class="icon-checkbox-unchecked"></span>
&nbsp;icon-checkbox-unchecked
</span>
<span class="box1">
<span aria-hidden="true" class="icon-checkbox-partial"></span>
&nbsp;icon-checkbox-partial
</span>
<span class="box1">
<span aria-hidden="true" class="icon-radio-checked"></span>
&nbsp;icon-radio-checked
</span>
<span class="box1">
<span aria-hidden="true" class="icon-radio-unchecked"></span>
&nbsp;icon-radio-unchecked
</span>
<span class="box1">
<span aria-hidden="true" class="icon-info-2"></span>
&nbsp;icon-info-2
</span>
<span class="box1">
<span aria-hidden="true" class="icon-newspaper"></span>
&nbsp;icon-newspaper
</span>
<span class="box1">
<span aria-hidden="true" class="icon-image"></span>
&nbsp;icon-image
</span>
<span class="box1">
<span aria-hidden="true" class="icon-offline"></span>
&nbsp;icon-offline
</span>
<span class="box1">
<span aria-hidden="true" class="icon-busy"></span>
&nbsp;icon-busy
</span>
</section>
<footer>
<p>Generated by <a href="http://icomoon.io">IcoMoon.io</a></p>
</footer>
</div>
<script>
document.getElementById("glyphs").addEventListener("click", function(e) {
var target = e.target;
if (target.tagName === "INPUT") {
target.select();
}
});
</script>
</body>
</html>

2
fonticons/license.txt Normal file
View File

@ -0,0 +1,2 @@
Icon Set: IcoMoon - Free -- http://keyamoon.com/icomoon/
License: CC BY 3.0 -- http://creativecommons.org/licenses/by/3.0/

112
fonticons/lte-ie7.js Normal file
View File

@ -0,0 +1,112 @@
/* Load this script using conditional IE comments if you need to support IE 7 and IE 6. */
window.onload = function() {
function addIcon(el, entity) {
var html = el.innerHTML;
el.innerHTML = '<span style="font-family: \'Converse-js\'">' + entity + '</span>' + html;
}
var icons = {
'icon-home' : '&#xe000;',
'icon-pencil' : '&#x270e;',
'icon-camera' : '&#xe003;',
'icon-camera-2' : '&#x2616;',
'icon-play' : '&#x25d9;',
'icon-music' : '&#x266b;',
'icon-headphones' : '&#x266c;',
'icon-phone' : '&#x260f;',
'icon-phone-hang-up' : '&#x260e;',
'icon-address-book' : '&#x270f;',
'icon-notebook' : '&#x2710;',
'icon-envelop' : '&#x2709;',
'icon-pushpin' : '&#xe012;',
'icon-bubble' : '&#x25fc;',
'icon-bubble-2' : '&#x25fb;',
'icon-bubbles' : '&#xe015;',
'icon-bubbles-2' : '&#xe016;',
'icon-bubbles-3' : '&#xe017;',
'icon-user' : '&#xe01a;',
'icon-users' : '&#xe01b;',
'icon-quotes-left' : '&#xe01d;',
'icon-spinner' : '&#x231b;',
'icon-search' : '&#xe021;',
'icon-cogs' : '&#xe022;',
'icon-wrench' : '&#xe024;',
'icon-unlocked' : '&#xe025;',
'icon-lock' : '&#xe026;',
'icon-lock-2' : '&#xe027;',
'icon-key' : '&#xe028;',
'icon-key-2' : '&#xe029;',
'icon-zoom-out' : '&#xe02a;',
'icon-zoom-in' : '&#xe02b;',
'icon-cog' : '&#xe02f;',
'icon-remove' : '&#xe02d;',
'icon-remove-2' : '&#xe02e;',
'icon-eye' : '&#xe030;',
'icon-eye-blocked' : '&#xe031;',
'icon-attachment' : '&#xe032;',
'icon-globe' : '&#xe033;',
'icon-heart' : '&#x2764;',
'icon-happy' : '&#x263b;',
'icon-thumbs-up' : '&#x261d;',
'icon-smiley' : '&#x263a;',
'icon-tongue' : '&#xe038;',
'icon-sad' : '&#x2639;',
'icon-wink' : '&#xe03a;',
'icon-wondering' : '&#x2369;',
'icon-confused' : '&#x2368;',
'icon-shocked' : '&#x2364;',
'icon-evil' : '&#x261f;',
'icon-angry' : '&#xe03f;',
'icon-cool' : '&#xe040;',
'icon-grin' : '&#xe041;',
'icon-info' : '&#x2360;',
'icon-notification' : '&#xe01f;',
'icon-warning' : '&#x26a0;',
'icon-spell-check' : '&#xe045;',
'icon-volume-high' : '&#xe046;',
'icon-volume-medium' : '&#xe047;',
'icon-volume-low' : '&#xe048;',
'icon-volume-mute' : '&#xe049;',
'icon-volume-mute-2' : '&#xe04a;',
'icon-volume-decrease' : '&#xe04b;',
'icon-volume-increase' : '&#xe04c;',
'icon-bold' : '&#xe04d;',
'icon-underline' : '&#xe04e;',
'icon-italic' : '&#xe04f;',
'icon-strikethrough' : '&#xe050;',
'icon-new-tab' : '&#xe053;',
'icon-youtube' : '&#xe055;',
'icon-close' : '&#x2715;',
'icon-blocked' : '&#x2718;',
'icon-cancel-circle' : '&#xe058;',
'icon-minus' : '&#xe05a;',
'icon-plus' : '&#x271a;',
'icon-checkbox-checked' : '&#x2611;',
'icon-checkbox-unchecked' : '&#x2b27;',
'icon-checkbox-partial' : '&#x2b28;',
'icon-radio-checked' : '&#x2b26;',
'icon-radio-unchecked' : '&#x2b25;',
'icon-info-2' : '&#xe059;',
'icon-newspaper' : '&#xe001;',
'icon-image' : '&#x2b14;',
'icon-offline' : '&#xe002;',
'icon-busy' : '&#xe004;'
},
els = document.getElementsByTagName('*'),
i, attr, html, c, el;
for (i = 0; ; i += 1) {
el = els[i];
if(!el) {
break;
}
attr = el.getAttribute('data-icon');
if (attr) {
addIcon(el, attr);
}
c = el.className;
c = c.match(/icon-[^\s'"]+/);
if (c && icons[c[0]]) {
addIcon(el, icons[c[0]]);
}
}
};

295
fonticons/style.css Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 249 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 470 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 997 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 434 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 226 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 611 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 511 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 435 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 506 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 415 B

View File

@ -5,8 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Converse.js: Open Source Browser-Based Instant Messaging" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<link rel="stylesheet" type="text/css" media="screen" href="converse.min.css">
<!-- <script src="converse.min.js"></script> -->
<link rel="stylesheet" type="text/css" media="screen" href="converse.css">
<script data-main="main" src="components/requirejs/require.js"></script>
<title>Converse.js</title>
</head>
@ -164,7 +163,7 @@
auto_subscribe: false,
bosh_service_url: 'https://bind.opkode.im', // Please use this connection manager only for testing purposes
hide_muc_server: false,
i18n: locales['en'], // Refer to ./locale/locales.js to see which locales are supported
i18n: locales.en, // Refer to ./locale/locales.js to see which locales are supported
prebind: false,
show_controlbox_by_default: true,
xhr_user_search: false,

317
mockup.html Normal file
View File

@ -0,0 +1,317 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Converse.js: Open Source Browser-Based Instant Messaging" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<link rel="stylesheet" type="text/css" media="screen" href="converse.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<title>Converse.js Mockup</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<h1 id="project_title"><a href="http://conversejs.org">Converse.js</a></h1>
<h2 id="project_tagline">Static Mockup</h2>
</header>
</div>
<div id="chatpanel" style="width: 100%;">
<div id="collective-xmpp-chat-data">
<div id="controlbox" class="chatbox" style="opacity: 1; display: inline;">
<div class="chat-head oc-chat-head">
<ul id="controlbox-tabs">
<li><a class="current" href="#login">Sign in</a></li>
</ul>
<a class="close-chatbox-button icon-close"></a></div>
<div id="controlbox-panes">
<div id="login-dialog">
<form id="converse-login">
<label>XMPP/Jabber Username:</label><input type="text" id="jid">
<label>Password:</label><input type="password" id="password">
<input class="login-submit" type="submit" value="Log In">
</form>
</div>
</div>
</div>
<div id="controlbox" class="chatbox" style="opacity: 1; display: inline;">
<div class="chat-head oc-chat-head">
<ul id="controlbox-tabs">
<li><a class="s current" href="#users">Contacts</a></li>
<li><a class="s" href="#chatrooms">Rooms</a></li>
</ul>
<a class="close-chatbox-button icon-close"></a>
</div>
<div id="controlbox-panes">
<div id="users" class="oc-chat-content" style="display: block;">
<form class="set-xmpp-status" action="" method="post">
<span id="xmpp-status-holder">
<dl id="target" class="dropdown">
<dt id="fancy-xmpp-status-select" class="fancy-dropdown">
<div class="xmpp-status">
<a class="choose-xmpp-status online" data-value="I am online" href="#" title="Click to change your chat status">
<span class="icon-online"></span>
I am online
</a>
<a class="change-xmpp-status-message icon-pencil" href="#" title="Click here to write a custom status message"></a>
</div>
</dt>
<dd>
<ul style="display: none;" class="xmpp-status-menu">
<li>
<a href="#" class="online" data-value="online">
<span class="icon-online"></span>
Online</a>
</li>
<li>
<a href="#" class="dnd" data-value="dnd">
<span class="icon-dnd"></span>
Busy</a>
</li>
<li>
<a href="#" class="away" data-value="away">
<span class="icon-away"></span>
Away</a>
</li>
<li>
<a href="#" class="offline" data-value="offline">
<span class="icon-offline"></span>
Offline</a>
</li>
</ul>
</dd>
</dl>
</span>
</form>
<dl class="add-converse-contact dropdown">
<dt id="xmpp-contact-search" class="fancy-dropdown">
<a class="toggle-xmpp-contact-form" href="#" title="Click to add new chat contacts">
<span class="icon-plus"></span>
Add a contact
</a>
</dt>
<dd class="search-xmpp" style="display:none">
<ul>
<li>
<form class="add-xmpp-contact">
<input type="text" name="identifier" class="username" placeholder="Contact username">
<button type="submit">Add</button>
</form>
</li>
<li></li>
</ul>
</dd>
</dl>
<dl id="converse-roster" style="display: block;">
<dt id="xmpp-contacts" style="display: block;">My contacts</dt>
<dd class="online current-xmpp-contact">
<a class="open-chat" title="Click to chat with this contact" href="#">
<span class="icon-online" title="This contact is online"></span>
John Smit</a>
<a class="remove-xmpp-contact icon-remove" title="Click to remove this contact" href="#"></a>
</dd>
<dd class="dnd current-xmpp-contact">
<a class="open-chat" title="Click to chat with this contact" href="#">
<span class="icon-away" title="this contact is away"></span>
Francois Pienaar</a>
<a class="remove-xmpp-contact icon-remove" title="Click to remove this contact" href="#"></a>
</dd>
<dd class="busy current-xmpp-contact">
<a class="open-chat" title="Click to chat with this contact" href="#">
<span class="icon-dnd" title="This contact is busy"></span>
Gary Teichmann</a>
<a class="remove-xmpp-contact icon-remove" title="Click to remove this contact" href="#"></a>
</dd>
<dd class="offline current-xmpp-contact">
<a class="open-chat" title="Click to chat with this contact" href="#">
<span class="icon-offline" title="This contact is offline"></span>
Corné Krige</a>
<a class="remove-xmpp-contact icon-remove" title="Click to remove this contact" href="#"></a>
</dd>
<dt id="xmpp-contact-requests" style="display: block;">Contact requests</dt>
<dd class="offline requesting-xmpp-contact">
<div>Bob Skinstad</div>
<button type="button" class="accept-xmpp-request">Accept</button>
<button type="button" class="decline-xmpp-request">Decline</button>
</dd>
<dd class="offline requesting-xmpp-contact">
<div>André Vos</div>
<button type="button" class="accept-xmpp-request">Accept</button>
<button type="button" class="decline-xmpp-request">Decline</button>
</dd>
<dt id="pending-xmpp-contacts" style="display: block;">Pending contacts</dt>
<dd class="offline pending-xmpp-contact"><span>Rassie Erasmus</span>
<a class="remove-xmpp-contact icon-remove" title="Click to remove this contact" href="#"></a>
</dd>
<dd class="offline pending-xmpp-contact"><span>Victor Matfield</span>
<a class="remove-xmpp-contact icon-remove" title="Click to remove this contact" href="#"></a>
</dd>
</dl>
</div>
<div id="chatrooms" style="display: none;">
<form class="add-chatroom" action="" method="post">
<input type="text" name="chatroom" class="new-chatroom-name" placeholder="Room name">
<input type="text" name="nick" class="new-chatroom-nick" placeholder="Nickname">
<input type="text" name="server" class="new-chatroom-server" placeholder="Server">
<input type="submit" name="join" value="Join">
<input type="button" name="show" id="show-rooms" value="Show rooms" style="display: inline-block;">
</form>
<dl id="available-chatrooms">
<dt>Rooms on conference.opkode.im</dt>
<dd class="available-chatroom">
<a class="open-room"
data-room-jid="converse.js@conference.opkode.im"
title="Click to open this room" href="#">converse.js (2)</a>
<a class="room-info icon-room-info"
data-room-jid="converse.js@conference.opkode.im"
title="Show more information on this room" href="#">&nbsp;</a>
<div class="room-info">
<p class="room-info"><strong>Description:</strong></p>
<p class="room-info"><strong>Occupants:</strong> 2</p>
<p class="room-info"><strong>Features:</strong> </p>
<ul>
<li class="room-info">Moderated</li><li class="room-info">Open room</li>
<li class="room-info">Permanent room</li><li class="room-info">Public</li>
<li class="room-info">Semi-anonymous</li>
<li class="room-info">Requires authentication <span class="icon-lock"></span></li>
<p></p>
</ul>
</div>
</dd>
</dl>
</div>
</div>
</div>
<div class="chatbox" id="37c0c87392010303765fe36b05c0967d62c6b70f" style="opacity: 1; display: inline;">
<div class="chat-head chat-head-chatbox">
<a class="close-chatbox-button icon-close"></a>
<a href="" target="_blank" class="user">
<div class="chat-title">John Smit</div>
</a>
<p class="user-custom-message"></p>
<p></p>
</div>
<div class="chat-content">
<div class="chat-message">
<span class="chat-message-me">19:39 me:&nbsp;</span>
<span class="chat-message-content">Hello world</span>
</div>
</div>
<form class="sendXMPPMessage" action="" method="post">
<textarea type="text" class="chat-textarea" placeholder="Personal message"></textarea>
</form>
</div>
<div class="chatroom" id="4a77380f1cd9d392627b0e1469688f9ca44e9392" style="opacity: 1; display: inline;">
<div class="chat-head chat-head-chatroom">
<a class="close-chatbox-button icon-close"></a>
<a class="configure-chatroom-button icon-wrench" style=""></a>
<div class="chat-title"> converse.js </div>
<p class="chatroom-topic"></p>
<p></p>
</div>
<div class="chat-body">
<div class="chat-area">
<div class="chat-content">
<time class="chat-date" datetime="2013-06-04T00:00:00.000Z">Tue Jun 04 2013</time>
<div class="chat-message ">
<span class="chat-message-room">18:50 fires:&nbsp;</span>
<span class="chat-message-content">explodingcoder: hi :)</span>
</div>
<div class="chat-message ">
<span class="chat-message-me">19:40 me:&nbsp;</span>
<span class="chat-message-content">
I'll be gone for a while, will be back in about an hour</span>
</div>
</div>
<form class="sendXMPPMessage" action="" method="post">
<textarea type="text" class="chat-textarea" placeholder="Message"></textarea>
</form>
</div>
<div class="participants">
<ul class="participant-list">
<li class="participant" title="This user can send messages in this room">jabberthehut</li>
<li class="participant" title="This user can send messages in this room">explodingcoder</li>
<li class="moderator" title="This user is a moderator">jcbrand</li>
</ul>
</div>
</div>
</div>
<div class="chatroom" id="6d8627960a0cb066d9216742f3edccc3dbbf85a9" style="opacity: 1; display: inline;">
<div class="chat-head chat-head-chatroom">
<a class="close-chatbox-button icon-close"></a>
<a class="configure-chatroom-button" style="display:none">&nbsp;</a>
<div class="chat-title"> problematic </div>
<p class="chatroom-topic"></p>
<p></p>
</div>
<div class="chat-body">
<div class="chatroom-form-container">
<form class="chatroom-form">
<legend>This chatroom requires a password</legend>
<label>Password: <input type="password" name="password"></label>
</form>
</div>
</div>
</div>
</div>
<div id="toggle-controlbox">
<a href="#" class="chat toggle-online-users">
<strong class="conn-feedback">Toggle chat</strong> <strong style="display: none" id="online-count">(0)</strong>
</a>
</div>
</div>
</body>
<script>
$(document).ready(function () {
$('a[href=#chatrooms]').click(function (ev) {
switchTab(ev);
});
$('a[href=#users]').click(function (ev) {
switchTab(ev);
});
$("a.choose-xmpp-status").click(function (ev) {
ev.preventDefault();
$(ev.target).parent().parent().siblings('dd').find('ul').toggle('fast');
});
$('.toggle-xmpp-contact-form').click(function (ev) {
ev.preventDefault();
$(ev.target).parent().parent().find('.search-xmpp').toggle('fast', function () {
if ($(this).is(':visible')) {
$(this).find('input.username').focus();
}
});
});
var switchTab = function (ev) {
ev.preventDefault();
var $tab = $(ev.target),
$sibling = $tab.parent().siblings('li').children('a'),
$tab_panel = $($tab.attr('href')),
$sibling_panel = $($sibling.attr('href'));
$sibling_panel.fadeOut('fast', function () {
$sibling.removeClass('current');
$tab.addClass('current');
$tab_panel.fadeIn('fast', function () {
});
});
}
});
</script>
<script src="http://devbox:9001/socket.js" type="text/javascript" charset="utf-8"></script>
</html>