Update icon font
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
parent
d39a41ebc6
commit
a7a23be1c8
|
@ -19,15 +19,6 @@ Font license info
|
|||
Homepage: http://somerandomdude.com/work/iconic/
|
||||
|
||||
|
||||
## MFG Labs
|
||||
|
||||
Copyright (C) 2012 by Daniel Bruce
|
||||
|
||||
Author: MFG Labs
|
||||
License: SIL (http://scripts.sil.org/OFL)
|
||||
Homepage: http://www.mfglabs.com/
|
||||
|
||||
|
||||
## Entypo
|
||||
|
||||
Copyright (C) 2012 by Daniel Bruce
|
||||
|
|
|
@ -711,7 +711,7 @@
|
|||
{
|
||||
"uid": "3bd18d47a12b8709e9f4fe9ead4f7518",
|
||||
"css": "reschedule",
|
||||
"code": 59492,
|
||||
"code": 59524,
|
||||
"src": "entypo"
|
||||
},
|
||||
{
|
||||
|
@ -744,12 +744,6 @@
|
|||
"code": 59512,
|
||||
"src": "typicons"
|
||||
},
|
||||
{
|
||||
"uid": "b90d80c250a9bbdd6cd3fe00e6351710",
|
||||
"css": "ok",
|
||||
"code": 59395,
|
||||
"src": "iconic"
|
||||
},
|
||||
{
|
||||
"uid": "11e664deed5b2587456a4f9c01d720b6",
|
||||
"css": "cancel",
|
||||
|
@ -774,17 +768,53 @@
|
|||
"code": 59399,
|
||||
"src": "iconic"
|
||||
},
|
||||
{
|
||||
"uid": "9c3b8d8a6d477da4d3e65b92e4e9c290",
|
||||
"css": "flapping",
|
||||
"code": 59485,
|
||||
"src": "mfglabs"
|
||||
},
|
||||
{
|
||||
"uid": "8f28d948aa6379b1a69d2a090e7531d4",
|
||||
"css": "warning-empty",
|
||||
"code": 59521,
|
||||
"code": 59525,
|
||||
"src": "typicons"
|
||||
},
|
||||
{
|
||||
"uid": "d4816c0845aa43767213d45574b3b145",
|
||||
"css": "history",
|
||||
"code": 61914,
|
||||
"src": "fontawesome"
|
||||
},
|
||||
{
|
||||
"uid": "b035c28eba2b35c6ffe92aee8b0df507",
|
||||
"css": "attention-circled",
|
||||
"code": 59521,
|
||||
"src": "fontawesome"
|
||||
},
|
||||
{
|
||||
"uid": "73ffeb70554099177620847206c12457",
|
||||
"css": "binoculars",
|
||||
"code": 61925,
|
||||
"src": "fontawesome"
|
||||
},
|
||||
{
|
||||
"uid": "a73c5deb486c8d66249811642e5d719a",
|
||||
"css": "arrows-cw",
|
||||
"code": 59492,
|
||||
"src": "fontawesome"
|
||||
},
|
||||
{
|
||||
"uid": "dd6c6b221a1088ff8a9b9cd32d0b3dd5",
|
||||
"css": "check",
|
||||
"code": 59523,
|
||||
"src": "fontawesome"
|
||||
},
|
||||
{
|
||||
"uid": "b90d80c250a9bbdd6cd3fe00e6351710",
|
||||
"css": "ok",
|
||||
"code": 59395,
|
||||
"src": "iconic"
|
||||
},
|
||||
{
|
||||
"uid": "37c5ab63f10d7ad0b84d0978dcd0c7a8",
|
||||
"css": "flapping",
|
||||
"code": 59485,
|
||||
"src": "fontawesome"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -99,7 +99,7 @@
|
|||
.icon-bell-off-empty:before { content: '\e861'; } /* '' */
|
||||
.icon-plug:before { content: '\e862'; } /* '' */
|
||||
.icon-eye-off:before { content: '\e863'; } /* '' */
|
||||
.icon-reschedule:before { content: '\e864'; } /* '' */
|
||||
.icon-arrows-cw:before { content: '\e864'; } /* '' */
|
||||
.icon-cw:before { content: '\e865'; } /* '' */
|
||||
.icon-host:before { content: '\e866'; } /* '' */
|
||||
.icon-thumbs-up:before { content: '\e867'; } /* '' */
|
||||
|
@ -128,4 +128,9 @@
|
|||
.icon-twitter:before { content: '\e87e'; } /* '' */
|
||||
.icon-facebook-squared:before { content: '\e87f'; } /* '' */
|
||||
.icon-gplus-squared:before { content: '\e880'; } /* '' */
|
||||
.icon-warning-empty:before { content: '\e881'; } /* '' */
|
||||
.icon-attention-circled:before { content: '\e881'; } /* '' */
|
||||
.icon-check:before { content: '\e883'; } /* '' */
|
||||
.icon-reschedule:before { content: '\e884'; } /* '' */
|
||||
.icon-warning-empty:before { content: '\e885'; } /* '' */
|
||||
.icon-history:before { content: '\f1da'; } /* '' */
|
||||
.icon-binoculars:before { content: '\f1e5'; } /* '' */
|
File diff suppressed because one or more lines are too long
|
@ -99,7 +99,7 @@
|
|||
.icon-bell-off-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-plug { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-eye-off { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-reschedule { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-arrows-cw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-cw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-host { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-thumbs-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
|
@ -128,4 +128,9 @@
|
|||
.icon-twitter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-facebook-squared { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-gplus-squared { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-warning-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-attention-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-reschedule { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-warning-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-history { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-binoculars { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
@ -110,7 +110,7 @@
|
|||
.icon-bell-off-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-plug { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-eye-off { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-reschedule { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-arrows-cw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-cw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-host { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-thumbs-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
|
@ -139,4 +139,9 @@
|
|||
.icon-twitter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-facebook-squared { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-gplus-squared { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-warning-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-attention-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-reschedule { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-warning-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-history { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-binoculars { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
@ -1,11 +1,11 @@
|
|||
@font-face {
|
||||
font-family: 'ifont';
|
||||
src: url('../font/ifont.eot?88677687');
|
||||
src: url('../font/ifont.eot?88677687#iefix') format('embedded-opentype'),
|
||||
url('../font/ifont.woff2?88677687') format('woff2'),
|
||||
url('../font/ifont.woff?88677687') format('woff'),
|
||||
url('../font/ifont.ttf?88677687') format('truetype'),
|
||||
url('../font/ifont.svg?88677687#ifont') format('svg');
|
||||
src: url('../font/ifont.eot?38679513');
|
||||
src: url('../font/ifont.eot?38679513#iefix') format('embedded-opentype'),
|
||||
url('../font/ifont.woff2?38679513') format('woff2'),
|
||||
url('../font/ifont.woff?38679513') format('woff'),
|
||||
url('../font/ifont.ttf?38679513') format('truetype'),
|
||||
url('../font/ifont.svg?38679513#ifont') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
@ -15,7 +15,7 @@
|
|||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||
@font-face {
|
||||
font-family: 'ifont';
|
||||
src: url('../font/ifont.svg?88677687#ifont') format('svg');
|
||||
src: url('../font/ifont.svg?38679513#ifont') format('svg');
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
@ -155,7 +155,7 @@
|
|||
.icon-bell-off-empty:before { content: '\e861'; } /* '' */
|
||||
.icon-plug:before { content: '\e862'; } /* '' */
|
||||
.icon-eye-off:before { content: '\e863'; } /* '' */
|
||||
.icon-reschedule:before { content: '\e864'; } /* '' */
|
||||
.icon-arrows-cw:before { content: '\e864'; } /* '' */
|
||||
.icon-cw:before { content: '\e865'; } /* '' */
|
||||
.icon-host:before { content: '\e866'; } /* '' */
|
||||
.icon-thumbs-up:before { content: '\e867'; } /* '' */
|
||||
|
@ -184,4 +184,9 @@
|
|||
.icon-twitter:before { content: '\e87e'; } /* '' */
|
||||
.icon-facebook-squared:before { content: '\e87f'; } /* '' */
|
||||
.icon-gplus-squared:before { content: '\e880'; } /* '' */
|
||||
.icon-warning-empty:before { content: '\e881'; } /* '' */
|
||||
.icon-attention-circled:before { content: '\e881'; } /* '' */
|
||||
.icon-check:before { content: '\e883'; } /* '' */
|
||||
.icon-reschedule:before { content: '\e884'; } /* '' */
|
||||
.icon-warning-empty:before { content: '\e885'; } /* '' */
|
||||
.icon-history:before { content: '\f1da'; } /* '' */
|
||||
.icon-binoculars:before { content: '\f1e5'; } /* '' */
|
|
@ -229,11 +229,11 @@ body {
|
|||
}
|
||||
@font-face {
|
||||
font-family: 'ifont';
|
||||
src: url('./font/ifont.eot?37604890');
|
||||
src: url('./font/ifont.eot?37604890#iefix') format('embedded-opentype'),
|
||||
url('./font/ifont.woff?37604890') format('woff'),
|
||||
url('./font/ifont.ttf?37604890') format('truetype'),
|
||||
url('./font/ifont.svg?37604890#ifont') format('svg');
|
||||
src: url('./font/ifont.eot?54126565');
|
||||
src: url('./font/ifont.eot?54126565#iefix') format('embedded-opentype'),
|
||||
url('./font/ifont.woff?54126565') format('woff'),
|
||||
url('./font/ifont.ttf?54126565') format('truetype'),
|
||||
url('./font/ifont.svg?54126565#ifont') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
@ -451,7 +451,7 @@ body {
|
|||
<div title="Code: 0xe863" class="the-icons span3"><i class="demo-icon icon-eye-off"></i> <span class="i-name">icon-eye-off</span><span class="i-code">0xe863</span></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div title="Code: 0xe864" class="the-icons span3"><i class="demo-icon icon-reschedule"></i> <span class="i-name">icon-reschedule</span><span class="i-code">0xe864</span></div>
|
||||
<div title="Code: 0xe864" class="the-icons span3"><i class="demo-icon icon-arrows-cw"></i> <span class="i-name">icon-arrows-cw</span><span class="i-code">0xe864</span></div>
|
||||
<div title="Code: 0xe865" class="the-icons span3"><i class="demo-icon icon-cw"></i> <span class="i-name">icon-cw</span><span class="i-code">0xe865</span></div>
|
||||
<div title="Code: 0xe866" class="the-icons span3"><i class="demo-icon icon-host"></i> <span class="i-name">icon-host</span><span class="i-code">0xe866</span></div>
|
||||
<div title="Code: 0xe867" class="the-icons span3"><i class="demo-icon icon-thumbs-up"></i> <span class="i-name">icon-thumbs-up</span><span class="i-code">0xe867</span></div>
|
||||
|
@ -494,7 +494,14 @@ body {
|
|||
</div>
|
||||
<div class="row">
|
||||
<div title="Code: 0xe880" class="the-icons span3"><i class="demo-icon icon-gplus-squared"></i> <span class="i-name">icon-gplus-squared</span><span class="i-code">0xe880</span></div>
|
||||
<div title="Code: 0xe881" class="the-icons span3"><i class="demo-icon icon-warning-empty"></i> <span class="i-name">icon-warning-empty</span><span class="i-code">0xe881</span></div>
|
||||
<div title="Code: 0xe881" class="the-icons span3"><i class="demo-icon icon-attention-circled"></i> <span class="i-name">icon-attention-circled</span><span class="i-code">0xe881</span></div>
|
||||
<div title="Code: 0xe883" class="the-icons span3"><i class="demo-icon icon-check"></i> <span class="i-name">icon-check</span><span class="i-code">0xe883</span></div>
|
||||
<div title="Code: 0xe884" class="the-icons span3"><i class="demo-icon icon-reschedule"></i> <span class="i-name">icon-reschedule</span><span class="i-code">0xe884</span></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div title="Code: 0xe885" class="the-icons span3"><i class="demo-icon icon-warning-empty"></i> <span class="i-name">icon-warning-empty</span><span class="i-code">0xe885</span></div>
|
||||
<div title="Code: 0xf1da" class="the-icons span3"><i class="demo-icon icon-history"></i> <span class="i-name">icon-history</span><span class="i-code">0xf1da</span></div>
|
||||
<div title="Code: 0xf1e5" class="the-icons span3"><i class="demo-icon icon-binoculars"></i> <span class="i-name">icon-binoculars</span><span class="i-code">0xf1e5</span></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container footer">Generated by <a href="http://fontello.com">fontello.com</a></div>
|
||||
|
|
Binary file not shown.
|
@ -192,7 +192,7 @@
|
|||
|
||||
<glyph glyph-name="search" unicode="" d="M643 386q0 103-73 176t-177 74-177-74-73-176 73-177 177-73 177 73 73 177z m286-465q0-29-22-50t-50-21q-30 0-50 21l-191 191q-100-69-223-69-80 0-153 31t-125 84-84 125-31 153 31 152 84 126 125 84 153 31 153-31 125-84 84-126 31-152q0-123-69-223l191-191q21-21 21-51z" horiz-adv-x="928.6" />
|
||||
|
||||
<glyph glyph-name="flapping" unicode="" d="M0 34v173h229q28 0 52 10 31-84 98-145-71-38-150-38h-229z m0 458v173h229q65 0 123-25t101-67 68-101 25-123q0-58 41-100t101-42h85q1 0 3 0t4 0v52q0 16 10 22t22-3l234-144q8-5 8-14 0-3-2-7t-4-5l-2-2-234-143q-13-9-22-3t-10 21v54q-1 0-4-1t-3 0h-85q-64 0-123 25t-101 67-67 101-25 122q0 59-42 101t-101 42h-229z m538 136q68 37 150 37h85q1 0 3 0t4 0v54q0 15 10 21t22-3l234-144q8-6 8-14 0-4-2-7t-4-5l-2-2-234-144q-13-8-22-2t-10 21v53q-1 0-4 0t-3-1h-85q-26 0-51-10-32 85-99 146z" horiz-adv-x="1054.7" />
|
||||
<glyph glyph-name="flapping" unicode="" d="M372 582q-34-52-77-153-12 25-20 41t-23 35-28 32-36 19-45 8h-125q-8 0-13 5t-5 13v107q0 8 5 13t13 5h125q139 0 229-125z m628-446q0-8-5-13l-179-179q-5-5-12-5-8 0-13 6t-5 12v107q-18 0-48 0t-45-1-41 1-39 3-36 6-35 10-32 16-33 22-31 30-31 39q33 52 76 152 12-25 20-40t23-36 28-31 35-20 46-8h143v107q0 8 5 13t13 5q6 0 13-5l178-178q5-5 5-13z m0 500q0-8-5-13l-179-179q-5-5-12-5-8 0-13 6t-5 12v107h-143q-27 0-49-8t-38-25-29-34-25-44q-18-34-43-95-16-37-28-62t-30-59-36-55-41-47-50-38-60-23-71-10h-125q-8 0-13 5t-5 13v107q0 8 5 13t13 5h125q27 0 48 9t39 25 28 34 26 43q17 35 43 96 16 36 28 62t30 58 36 56 41 46 50 39 59 23 72 9h143v107q0 8 5 13t13 5q6 0 13-5l178-178q5-5 5-13z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="rewind" unicode="" d="M532 736q170 0 289-120t119-290-119-290-289-120q-142 0-252 88l70 74q84-60 182-60 126 0 216 90t90 218-90 218-216 90q-124 0-214-87t-92-211l142 0-184-204-184 204 124 0q2 166 122 283t286 117z" horiz-adv-x="940" />
|
||||
|
||||
|
@ -206,7 +206,7 @@
|
|||
|
||||
<glyph glyph-name="eye-off" unicode="" d="M310 105l43 79q-48 35-76 88t-27 114q0 67 34 125-128-65-213-197 94-144 239-209z m217 424q0 11-8 19t-19 7q-70 0-120-50t-50-119q0-11 8-19t19-8 19 8 8 19q0 48 34 82t82 34q11 0 19 8t8 19z m202 106q0-4 0-5-59-105-176-316t-176-316l-28-50q-5-9-15-9-7 0-75 39-9 6-9 16 0 7 25 49-80 36-147 96t-117 137q-11 17-11 38t11 39q86 131 212 207t277 76q50 0 100-10l31 54q5 9 15 9 3 0 10-3t18-9 18-10 18-10 10-7q9-5 9-15z m21-249q0-78-44-142t-117-91l157 280q4-25 4-47z m250-72q0-19-11-38-22-36-61-81-84-96-194-149t-234-53l41 74q119 10 219 76t169 171q-65 100-158 164l35 63q53-36 102-85t81-103q11-19 11-39z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="reschedule" unicode="" d="M186 140l116 116 0-292-276 16 88 86q-116 122-114 290t120 288q100 100 240 116l4-102q-100-16-172-88-88-88-90-213t84-217z m332 598l276-16-88-86q116-122 114-290t-120-288q-96-98-240-118l-2 104q98 16 170 88 88 88 90 213t-84 217l-114-116z" horiz-adv-x="820" />
|
||||
<glyph glyph-name="arrows-cw" unicode="" d="M843 261q0-3 0-4-36-150-150-243t-267-93q-81 0-157 31t-136 88l-72-72q-11-11-25-11t-25 11-11 25v250q0 14 11 25t25 11h250q14 0 25-11t10-25-10-25l-77-77q40-36 90-57t105-20q74 0 139 37t104 99q6 10 30 66 4 13 16 13h107q8 0 13-6t5-12z m14 446v-250q0-14-10-25t-26-11h-250q-14 0-25 11t-10 25 10 25l77 77q-82 77-194 77-75 0-140-37t-104-99q-6-10-29-66-5-13-17-13h-111q-7 0-13 6t-5 12v4q36 150 151 243t268 93q81 0 158-31t137-88l72 72q11 11 25 11t26-11 10-25z" horiz-adv-x="857.1" />
|
||||
|
||||
<glyph glyph-name="cw" unicode="" d="M408 760q168 0 287-116t123-282l122 0-184-206-184 206 144 0q-4 124-94 210t-214 86q-126 0-216-90t-90-218q0-126 90-216t216-90q104 0 182 60l70-76q-110-88-252-88-168 0-288 120t-120 290 120 290 288 120z" horiz-adv-x="940" />
|
||||
|
||||
|
@ -264,7 +264,17 @@
|
|||
|
||||
<glyph glyph-name="gplus-squared" unicode="" d="M512 345q0 15-4 36h-202v-74h122q-2-13-10-28t-21-29-37-25-54-10q-55 0-94 40t-39 95 39 95 94 40q52 0 86-33l58 57q-60 55-144 55-89 0-151-62t-63-152 63-151 151-63q92 0 149 58t57 151z m192-26h61v62h-61v61h-61v-61h-61v-62h61v-61h61v61z m153 299v-536q0-66-47-113t-114-48h-535q-67 0-114 48t-47 113v536q0 66 47 113t114 48h535q67 0 114-48t47-113z" horiz-adv-x="857.1" />
|
||||
|
||||
<glyph glyph-name="warning-empty" unicode="" d="M514 701q-49 0-81-55l-308-513q-32-55-11-95t87-40l625 0q65 0 87 40t-12 95l-307 513q-33 55-80 55z m0 105q106 0 169-107l308-513q63-105 12-199-52-93-177-93l-625 0q-123 0-177 93-53 92 11 199l309 513q62 107 170 107z m-69-652q0 69 69 69 67 0 67-69 0-67-67-67-69 0-69 67z m146 313q0-14-6-29l-71-179q-44 108-73 179-6 15-6 29 0 32 23 55t56 24 55-24 22-55z" horiz-adv-x="1026" />
|
||||
<glyph glyph-name="attention-circled" unicode="" d="M429 779q116 0 215-58t156-156 57-215-57-215-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58z m71-696v106q0 8-5 13t-12 5h-107q-8 0-13-5t-6-13v-106q0-8 6-13t13-6h107q7 0 12 6t5 13z m-1 192l10 346q0 7-6 10-5 5-13 5h-123q-8 0-13-5-6-3-6-10l10-346q0-6 5-10t14-4h103q8 0 13 4t6 10z" horiz-adv-x="857.1" />
|
||||
|
||||
<glyph glyph-name="check" unicode="" d="M786 331v-177q0-67-47-114t-114-47h-464q-67 0-114 47t-47 114v464q0 66 47 113t114 48h464q35 0 65-14 9-4 10-13 2-10-5-16l-27-28q-6-5-13-5-1 0-5 1-13 3-25 3h-464q-37 0-63-26t-27-63v-464q0-37 27-63t63-27h464q37 0 63 27t26 63v141q0 8 5 13l36 35q6 6 13 6 3 0 7-2 11-4 11-16z m129 273l-455-454q-13-14-31-14t-32 14l-240 240q-14 13-14 31t14 32l61 62q14 13 32 13t32-13l147-147 361 361q13 13 31 13t32-13l62-61q13-14 13-32t-13-32z" horiz-adv-x="928.6" />
|
||||
|
||||
<glyph glyph-name="reschedule" unicode="" d="M186 140l116 116 0-292-276 16 88 86q-116 122-114 290t120 288q100 100 240 116l4-102q-100-16-172-88-88-88-90-213t84-217z m332 598l276-16-88-86q116-122 114-290t-120-288q-96-98-240-118l-2 104q98 16 170 88 88 88 90 213t-84 217l-114-116z" horiz-adv-x="820" />
|
||||
|
||||
<glyph glyph-name="warning-empty" unicode="" d="M514 701q-49 0-81-55l-308-513q-32-55-11-95t87-40l625 0q65 0 87 40t-12 95l-307 513q-33 55-80 55z m0 105q106 0 169-107l308-513q63-105 12-199-52-93-177-93l-625 0q-123 0-177 93-53 92 11 199l309 513q62 107 170 107z m-69-652q0 69 69 69 67 0 67-69 0-67-67-67-69 0-69 67z m146 313q0-14-6-29l-71-179q-44 108-73 179-6 15-6 29 0 32 23 55t56 24 55-24 22-55z" horiz-adv-x="1026" />
|
||||
|
||||
<glyph glyph-name="history" unicode="" d="M857 350q0-87-34-166t-91-137-137-92-166-34q-96 0-183 41t-147 114q-4 6-4 13t5 11l76 77q6 5 14 5 9-1 13-7 41-53 100-82t126-29q58 0 110 23t92 61 61 91 22 111-22 111-61 91-92 61-110 23q-55 0-105-20t-90-57l77-77q17-16 8-38-10-23-33-23h-250q-15 0-25 11t-11 25v250q0 24 22 33 22 10 39-8l72-72q60 57 137 88t159 31q87 0 166-34t137-92 91-137 34-166z m-357 161v-250q0-8-5-13t-13-5h-178q-8 0-13 5t-5 13v35q0 8 5 13t13 5h125v197q0 8 5 13t12 5h36q8 0 13-5t5-13z" horiz-adv-x="857.1" />
|
||||
|
||||
<glyph glyph-name="binoculars" unicode="" d="M393 671v-428q0-15-11-25t-25-11v-321q0-15-10-25t-26-11h-285q-15 0-25 11t-11 25v285l139 488q4 12 17 12h237z m178 0v-392h-142v392h142z m429-500v-285q0-15-11-25t-25-11h-285q-15 0-25 11t-11 25v321q-15 0-25 11t-11 25v428h237q13 0 17-12z m-589 661v-125h-197v125q0 8 5 13t13 5h161q8 0 13-5t5-13z m375 0v-125h-197v125q0 8 5 13t13 5h161q8 0 13-5t5-13z" horiz-adv-x="1000" />
|
||||
</font>
|
||||
</defs>
|
||||
</svg>
|
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 59 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue