primo commit
36
media/com_phocadownload/bootstrap/css/bootstrap.extended.css
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
/*!
|
||||
* Bootstrap v3.0.2
|
||||
*
|
||||
* Copyright 2013 Twitter, Inc
|
||||
* Licensed under the Apache License v2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
*/
|
||||
|
||||
#phoca-dl-category-box .ph-thumbnail h3,
|
||||
#phoca-dl-categories-box .ph-thumbnail h3 {
|
||||
margin-top: 5px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
#phoca-dl-category-box .ph-subcategories,
|
||||
#phoca-dl-categories-box .ph-subcategories {
|
||||
margin: 5px;
|
||||
}
|
||||
/*
|
||||
.modal .modal-body {
|
||||
height: 300px;
|
||||
overflow-y: auto;
|
||||
}*/
|
||||
/*
|
||||
.grid7 .col-md-1 { width: 10%; }
|
||||
.grid7 .col-md-2 { width: 20%; }
|
||||
.grid7 .col-md-3 { width: 30%; }
|
||||
.grid7 .col-md-4 { width: 40%; }
|
||||
.grid7 .col-md-5 { width: 5%; }
|
||||
.grid7 .col-md-6 { width: 60%; }
|
||||
.grid7 .col-md-7 { width: 70%; }
|
||||
.grid7 .col-md-8 { width: 80%; }
|
||||
.grid7 .col-md-9 { width: 90%; }
|
||||
.grid7 .col-md-10 { width: 100%; }*/
|
||||
|
||||
14
media/com_phocadownload/bootstrap/css/bootstrap.glyphicons.min.css
vendored
Normal file
890
media/com_phocadownload/bootstrap/css/bootstrap.min.css
vendored
Normal file
@ -0,0 +1,91 @@
|
||||
.modal-backdrop {
|
||||
-webkit-backface-visibility: hidden;
|
||||
}
|
||||
.modal-backdrop.zoom,
|
||||
.modal-backdrop.newspaper,
|
||||
.modal-backdrop.move-horizontal,
|
||||
.modal-backdrop.move-from-top,
|
||||
.modal-backdrop.unfold-3d,
|
||||
.modal-backdrop.zoom-out {
|
||||
opacity: 0;
|
||||
transition: opacity 0.4s ease;
|
||||
}
|
||||
.modal-backdrop.in {
|
||||
opacity: 0.5;
|
||||
}
|
||||
.modal-backdrop.unfold-3d {
|
||||
perspective: 500;
|
||||
}
|
||||
.modal.zoom .modal-dialog {
|
||||
opacity: 0;
|
||||
-webkit-transition: all 0.5s ease-in-out;
|
||||
-o-transition: all 0.5s ease-in-out;
|
||||
transition: all 0.5s ease-in-out;
|
||||
transform: scale(0.6);
|
||||
}
|
||||
.modal.in .modal-dialog {
|
||||
opacity: 1;
|
||||
-webkit-transition: all 0.4s ease-in-out;
|
||||
-o-transition: all 0.4s ease-in-out;
|
||||
transition: all 0.4s ease-in-out;
|
||||
transform: scale(1);
|
||||
}
|
||||
.modal.fade.newspaper .modal-dialog,
|
||||
.modal.newspaper .modal-dialog {
|
||||
opacity: 0;
|
||||
-webkit-transition: all 0.5s ease-in-out;
|
||||
transition: all 0.5s;
|
||||
transform: scale(0) rotate(500deg);
|
||||
}
|
||||
.modal.fade.newspaper.in .modal-dialog,
|
||||
.modal.in .modal-dialog {
|
||||
opacity: 1;
|
||||
transform: scale(1) rotate(0deg);
|
||||
}
|
||||
.modal.move-horizontal .modal-dialog {
|
||||
opacity: 0;
|
||||
transition: all 0.5s;
|
||||
transform: translateX(-50px);
|
||||
}
|
||||
.modal.in .modal-dialog {
|
||||
opacity: 1;
|
||||
transform: translateX(0);
|
||||
}
|
||||
.modal.move-from-top .modal-dialog {
|
||||
opacity: 0;
|
||||
transition: all 0.5s;
|
||||
transform: translateY(-100px);
|
||||
}
|
||||
.modal.in .modal-dialog {
|
||||
opacity: 1;
|
||||
transform: translateY(0);
|
||||
}
|
||||
.modal.unfold-3d .modal-dialog {
|
||||
opacity: 0;
|
||||
transition: all 0.5s ease-in-out;
|
||||
transform-style: preserve-3d;
|
||||
transform: rotateY(-60deg);
|
||||
}
|
||||
.modal.in .modal-dialog {
|
||||
opacity: 1;
|
||||
transform: rotateY(0deg);
|
||||
}
|
||||
.modal.fade.zoom-out .modal-dialog,
|
||||
.modal.zoom-out .modal-dialog {
|
||||
opacity: 0;
|
||||
transition: all 0.5s;
|
||||
transform: scale(1.3);
|
||||
}
|
||||
.modal.fade.zoom-out.in .modal-dialog,
|
||||
.modal.in .modal-dialog {
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
}
|
||||
.csstransforms3d .modal.unfold-3d .modal-dialog {
|
||||
transform: none;
|
||||
transform-origin: 50% 100%;
|
||||
transform: scale(0.7) rotate3d(-1, 1, 0, -60deg);
|
||||
}
|
||||
.csstransforms3d .modal.in .modal-dialog {
|
||||
transform: scale(1) rotate3d(-1, 1, 0, 0deg);
|
||||
}
|
||||
1
media/com_phocadownload/bootstrap/css/index.html
Normal file
@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
||||
@ -0,0 +1,229 @@
|
||||
<?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></metadata>
|
||||
<defs>
|
||||
<font id="glyphicons_halflingsregular" horiz-adv-x="1200" >
|
||||
<font-face units-per-em="1200" ascent="960" descent="-240" />
|
||||
<missing-glyph horiz-adv-x="500" />
|
||||
<glyph />
|
||||
<glyph />
|
||||
<glyph unicode="
" />
|
||||
<glyph unicode=" " />
|
||||
<glyph unicode="*" d="M100 500v200h259l-183 183l141 141l183 -183v259h200v-259l183 183l141 -141l-183 -183h259v-200h-259l183 -183l-141 -141l-183 183v-259h-200v259l-183 -183l-141 141l183 183h-259z" />
|
||||
<glyph unicode="+" d="M0 400v300h400v400h300v-400h400v-300h-400v-400h-300v400h-400z" />
|
||||
<glyph unicode=" " />
|
||||
<glyph unicode=" " horiz-adv-x="652" />
|
||||
<glyph unicode=" " horiz-adv-x="1304" />
|
||||
<glyph unicode=" " horiz-adv-x="652" />
|
||||
<glyph unicode=" " horiz-adv-x="1304" />
|
||||
<glyph unicode=" " horiz-adv-x="434" />
|
||||
<glyph unicode=" " horiz-adv-x="326" />
|
||||
<glyph unicode=" " horiz-adv-x="217" />
|
||||
<glyph unicode=" " horiz-adv-x="217" />
|
||||
<glyph unicode=" " horiz-adv-x="163" />
|
||||
<glyph unicode=" " horiz-adv-x="260" />
|
||||
<glyph unicode=" " horiz-adv-x="72" />
|
||||
<glyph unicode=" " horiz-adv-x="260" />
|
||||
<glyph unicode=" " horiz-adv-x="326" />
|
||||
<glyph unicode="€" d="M100 500l100 100h113q0 47 5 100h-218l100 100h135q37 167 112 257q117 141 297 141q242 0 354 -189q60 -103 66 -209h-181q0 55 -25.5 99t-63.5 68t-75 36.5t-67 12.5q-24 0 -52.5 -10t-62.5 -32t-65.5 -67t-50.5 -107h379l-100 -100h-300q-6 -46 -6 -100h406l-100 -100 h-300q9 -74 33 -132t52.5 -91t62 -54.5t59 -29t46.5 -7.5q29 0 66 13t75 37t63.5 67.5t25.5 96.5h174q-31 -172 -128 -278q-107 -117 -274 -117q-205 0 -324 158q-36 46 -69 131.5t-45 205.5h-217z" />
|
||||
<glyph unicode="−" d="M200 400h900v300h-900v-300z" />
|
||||
<glyph unicode="☁" d="M-14 494q0 -80 56.5 -137t135.5 -57h750q120 0 205 86t85 208q0 120 -85 206.5t-205 86.5q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5z" />
|
||||
<glyph unicode="✉" d="M0 100l400 400l200 -200l200 200l400 -400h-1200zM0 300v600l300 -300zM0 1100l600 -603l600 603h-1200zM900 600l300 300v-600z" />
|
||||
<glyph unicode="✏" d="M-13 -13l333 112l-223 223zM187 403l214 -214l614 614l-214 214zM887 1103l214 -214l99 92q13 13 13 32.5t-13 33.5l-153 153q-15 13 -33 13t-33 -13z" />
|
||||
<glyph unicode="" horiz-adv-x="500" d="M0 0z" />
|
||||
<glyph unicode="" d="M0 1200h1200l-500 -550v-550h300v-100h-800v100h300v550z" />
|
||||
<glyph unicode="" d="M14 84q18 -55 86 -75.5t147 5.5q65 21 109 69t44 90v606l600 155v-521q-64 16 -138 -7q-79 -26 -122.5 -83t-25.5 -111q17 -55 85.5 -75.5t147.5 4.5q70 23 111.5 63.5t41.5 95.5v881q0 10 -7 15.5t-17 2.5l-752 -193q-10 -3 -17 -12.5t-7 -19.5v-689q-64 17 -138 -7 q-79 -25 -122.5 -82t-25.5 -112z" />
|
||||
<glyph unicode="" d="M23 693q0 200 142 342t342 142t342 -142t142 -342q0 -142 -78 -261l300 -300q7 -8 7 -18t-7 -18l-109 -109q-8 -7 -18 -7t-18 7l-300 300q-119 -78 -261 -78q-200 0 -342 142t-142 342zM176 693q0 -136 97 -233t234 -97t233.5 96.5t96.5 233.5t-96.5 233.5t-233.5 96.5 t-234 -97t-97 -233z" />
|
||||
<glyph unicode="" d="M100 784q0 64 28 123t73 100.5t104.5 64t119 20.5t120 -38.5t104.5 -104.5q48 69 109.5 105t121.5 38t118.5 -20.5t102.5 -64t71 -100.5t27 -123q0 -57 -33.5 -117.5t-94 -124.5t-126.5 -127.5t-150 -152.5t-146 -174q-62 85 -145.5 174t-149.5 152.5t-126.5 127.5 t-94 124.5t-33.5 117.5z" />
|
||||
<glyph unicode="" d="M-72 800h479l146 400h2l146 -400h472l-382 -278l145 -449l-384 275l-382 -275l146 447zM168 71l2 1z" />
|
||||
<glyph unicode="" d="M-72 800h479l146 400h2l146 -400h472l-382 -278l145 -449l-384 275l-382 -275l146 447zM168 71l2 1zM237 700l196 -142l-73 -226l192 140l195 -141l-74 229l193 140h-235l-77 211l-78 -211h-239z" />
|
||||
<glyph unicode="" d="M0 0v143l400 257v100q-37 0 -68.5 74.5t-31.5 125.5v200q0 124 88 212t212 88t212 -88t88 -212v-200q0 -51 -31.5 -125.5t-68.5 -74.5v-100l400 -257v-143h-1200z" />
|
||||
<glyph unicode="" d="M0 0v1100h1200v-1100h-1200zM100 100h100v100h-100v-100zM100 300h100v100h-100v-100zM100 500h100v100h-100v-100zM100 700h100v100h-100v-100zM100 900h100v100h-100v-100zM300 100h600v400h-600v-400zM300 600h600v400h-600v-400zM1000 100h100v100h-100v-100z M1000 300h100v100h-100v-100zM1000 500h100v100h-100v-100zM1000 700h100v100h-100v-100zM1000 900h100v100h-100v-100z" />
|
||||
<glyph unicode="" d="M0 50v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5zM0 650v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5zM600 50v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5zM600 650v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400 q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5z" />
|
||||
<glyph unicode="" d="M0 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM0 450v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200 q-21 0 -35.5 14.5t-14.5 35.5zM0 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5 t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 450v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5 v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 450v200q0 21 14.5 35.5t35.5 14.5h200 q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5z" />
|
||||
<glyph unicode="" d="M0 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM0 450q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v200q0 21 -14.5 35.5t-35.5 14.5h-200q-21 0 -35.5 -14.5 t-14.5 -35.5v-200zM0 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 50v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5 t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5zM400 450v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5zM400 850v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5 v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5z" />
|
||||
<glyph unicode="" d="M29 454l419 -420l818 820l-212 212l-607 -607l-206 207z" />
|
||||
<glyph unicode="" d="M106 318l282 282l-282 282l212 212l282 -282l282 282l212 -212l-282 -282l282 -282l-212 -212l-282 282l-282 -282z" />
|
||||
<glyph unicode="" d="M23 693q0 200 142 342t342 142t342 -142t142 -342q0 -142 -78 -261l300 -300q7 -8 7 -18t-7 -18l-109 -109q-8 -7 -18 -7t-18 7l-300 300q-119 -78 -261 -78q-200 0 -342 142t-142 342zM176 693q0 -136 97 -233t234 -97t233.5 96.5t96.5 233.5t-96.5 233.5t-233.5 96.5 t-234 -97t-97 -233zM300 600v200h100v100h200v-100h100v-200h-100v-100h-200v100h-100z" />
|
||||
<glyph unicode="" d="M23 694q0 200 142 342t342 142t342 -142t142 -342q0 -141 -78 -262l300 -299q7 -7 7 -18t-7 -18l-109 -109q-8 -8 -18 -8t-18 8l-300 299q-120 -77 -261 -77q-200 0 -342 142t-142 342zM176 694q0 -136 97 -233t234 -97t233.5 97t96.5 233t-96.5 233t-233.5 97t-234 -97 t-97 -233zM300 601h400v200h-400v-200z" />
|
||||
<glyph unicode="" d="M23 600q0 183 105 331t272 210v-166q-103 -55 -165 -155t-62 -220q0 -177 125 -302t302 -125t302 125t125 302q0 120 -62 220t-165 155v166q167 -62 272 -210t105 -331q0 -118 -45.5 -224.5t-123 -184t-184 -123t-224.5 -45.5t-224.5 45.5t-184 123t-123 184t-45.5 224.5 zM500 750q0 -21 14.5 -35.5t35.5 -14.5h100q21 0 35.5 14.5t14.5 35.5v400q0 21 -14.5 35.5t-35.5 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-400z" />
|
||||
<glyph unicode="" d="M100 1h200v300h-200v-300zM400 1v500h200v-500h-200zM700 1v800h200v-800h-200zM1000 1v1200h200v-1200h-200z" />
|
||||
<glyph unicode="" d="M26 601q0 -33 6 -74l151 -38l2 -6q14 -49 38 -93l3 -5l-80 -134q45 -59 105 -105l133 81l5 -3q45 -26 94 -39l5 -2l38 -151q40 -5 74 -5q27 0 74 5l38 151l6 2q46 13 93 39l5 3l134 -81q56 44 104 105l-80 134l3 5q24 44 39 93l1 6l152 38q5 40 5 74q0 28 -5 73l-152 38 l-1 6q-16 51 -39 93l-3 5l80 134q-44 58 -104 105l-134 -81l-5 3q-45 25 -93 39l-6 1l-38 152q-40 5 -74 5q-27 0 -74 -5l-38 -152l-5 -1q-50 -14 -94 -39l-5 -3l-133 81q-59 -47 -105 -105l80 -134l-3 -5q-25 -47 -38 -93l-2 -6l-151 -38q-6 -48 -6 -73zM385 601 q0 88 63 151t152 63t152 -63t63 -151q0 -89 -63 -152t-152 -63t-152 63t-63 152z" />
|
||||
<glyph unicode="" d="M100 1025v50q0 10 7.5 17.5t17.5 7.5h275v100q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5v-100h275q10 0 17.5 -7.5t7.5 -17.5v-50q0 -11 -7 -18t-18 -7h-1050q-11 0 -18 7t-7 18zM200 100v800h900v-800q0 -41 -29.5 -71t-70.5 -30h-700q-41 0 -70.5 30 t-29.5 71zM300 100h100v700h-100v-700zM500 100h100v700h-100v-700zM500 1100h300v100h-300v-100zM700 100h100v700h-100v-700zM900 100h100v700h-100v-700z" />
|
||||
<glyph unicode="" d="M1 601l656 644l644 -644h-200v-600h-300v400h-300v-400h-300v600h-200z" />
|
||||
<glyph unicode="" d="M100 25v1150q0 11 7 18t18 7h475v-500h400v-675q0 -11 -7 -18t-18 -7h-850q-11 0 -18 7t-7 18zM700 800v300l300 -300h-300z" />
|
||||
<glyph unicode="" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM500 500v400h100 v-300h200v-100h-300z" />
|
||||
<glyph unicode="" d="M-100 0l431 1200h209l-21 -300h162l-20 300h208l431 -1200h-538l-41 400h-242l-40 -400h-539zM488 500h224l-27 300h-170z" />
|
||||
<glyph unicode="" d="M0 0v400h490l-290 300h200v500h300v-500h200l-290 -300h490v-400h-1100zM813 200h175v100h-175v-100z" />
|
||||
<glyph unicode="" d="M1 600q0 122 47.5 233t127.5 191t191 127.5t233 47.5t233 -47.5t191 -127.5t127.5 -191t47.5 -233t-47.5 -233t-127.5 -191t-191 -127.5t-233 -47.5t-233 47.5t-191 127.5t-127.5 191t-47.5 233zM188 600q0 -170 121 -291t291 -121t291 121t121 291t-121 291t-291 121 t-291 -121t-121 -291zM350 600h150v300h200v-300h150l-250 -300z" />
|
||||
<glyph unicode="" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM350 600l250 300 l250 -300h-150v-300h-200v300h-150z" />
|
||||
<glyph unicode="" d="M0 25v475l200 700h800q199 -700 200 -700v-475q0 -11 -7 -18t-18 -7h-1150q-11 0 -18 7t-7 18zM200 500h200l50 -200h300l50 200h200l-97 500h-606z" />
|
||||
<glyph unicode="" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -172 121.5 -293t292.5 -121t292.5 121t121.5 293q0 171 -121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM500 397v401 l297 -200z" />
|
||||
<glyph unicode="" d="M23 600q0 -118 45.5 -224.5t123 -184t184 -123t224.5 -45.5t224.5 45.5t184 123t123 184t45.5 224.5h-150q0 -177 -125 -302t-302 -125t-302 125t-125 302t125 302t302 125q136 0 246 -81l-146 -146h400v400l-145 -145q-157 122 -355 122q-118 0 -224.5 -45.5t-184 -123 t-123 -184t-45.5 -224.5z" />
|
||||
<glyph unicode="" d="M23 600q0 118 45.5 224.5t123 184t184 123t224.5 45.5q198 0 355 -122l145 145v-400h-400l147 147q-112 80 -247 80q-177 0 -302 -125t-125 -302h-150zM100 0v400h400l-147 -147q112 -80 247 -80q177 0 302 125t125 302h150q0 -118 -45.5 -224.5t-123 -184t-184 -123 t-224.5 -45.5q-198 0 -355 122z" />
|
||||
<glyph unicode="" d="M100 0h1100v1200h-1100v-1200zM200 100v900h900v-900h-900zM300 200v100h100v-100h-100zM300 400v100h100v-100h-100zM300 600v100h100v-100h-100zM300 800v100h100v-100h-100zM500 200h500v100h-500v-100zM500 400v100h500v-100h-500zM500 600v100h500v-100h-500z M500 800v100h500v-100h-500z" />
|
||||
<glyph unicode="" d="M0 100v600q0 41 29.5 70.5t70.5 29.5h100v200q0 82 59 141t141 59h300q82 0 141 -59t59 -141v-200h100q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-900q-41 0 -70.5 29.5t-29.5 70.5zM400 800h300v150q0 21 -14.5 35.5t-35.5 14.5h-200 q-21 0 -35.5 -14.5t-14.5 -35.5v-150z" />
|
||||
<glyph unicode="" d="M100 0v1100h100v-1100h-100zM300 400q60 60 127.5 84t127.5 17.5t122 -23t119 -30t110 -11t103 42t91 120.5v500q-40 -81 -101.5 -115.5t-127.5 -29.5t-138 25t-139.5 40t-125.5 25t-103 -29.5t-65 -115.5v-500z" />
|
||||
<glyph unicode="" d="M0 275q0 -11 7 -18t18 -7h50q11 0 18 7t7 18v300q0 127 70.5 231.5t184.5 161.5t245 57t245 -57t184.5 -161.5t70.5 -231.5v-300q0 -11 7 -18t18 -7h50q11 0 18 7t7 18v300q0 116 -49.5 227t-131 192.5t-192.5 131t-227 49.5t-227 -49.5t-192.5 -131t-131 -192.5 t-49.5 -227v-300zM200 20v460q0 8 6 14t14 6h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14zM800 20v460q0 8 6 14t14 6h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14z" />
|
||||
<glyph unicode="" d="M0 400h300l300 -200v800l-300 -200h-300v-400zM688 459l141 141l-141 141l71 71l141 -141l141 141l71 -71l-141 -141l141 -141l-71 -71l-141 141l-141 -141z" />
|
||||
<glyph unicode="" d="M0 400h300l300 -200v800l-300 -200h-300v-400zM700 857l69 53q111 -135 111 -310q0 -169 -106 -302l-67 54q86 110 86 248q0 146 -93 257z" />
|
||||
<glyph unicode="" d="M0 401v400h300l300 200v-800l-300 200h-300zM702 858l69 53q111 -135 111 -310q0 -170 -106 -303l-67 55q86 110 86 248q0 145 -93 257zM889 951l7 -8q123 -151 123 -344q0 -189 -119 -339l-7 -8l81 -66l6 8q142 178 142 405q0 230 -144 408l-6 8z" />
|
||||
<glyph unicode="" d="M0 0h500v500h-200v100h-100v-100h-200v-500zM0 600h100v100h400v100h100v100h-100v300h-500v-600zM100 100v300h300v-300h-300zM100 800v300h300v-300h-300zM200 200v100h100v-100h-100zM200 900h100v100h-100v-100zM500 500v100h300v-300h200v-100h-100v-100h-200v100 h-100v100h100v200h-200zM600 0v100h100v-100h-100zM600 1000h100v-300h200v-300h300v200h-200v100h200v500h-600v-200zM800 800v300h300v-300h-300zM900 0v100h300v-100h-300zM900 900v100h100v-100h-100zM1100 200v100h100v-100h-100z" />
|
||||
<glyph unicode="" d="M0 200h100v1000h-100v-1000zM100 0v100h300v-100h-300zM200 200v1000h100v-1000h-100zM500 0v91h100v-91h-100zM500 200v1000h200v-1000h-200zM700 0v91h100v-91h-100zM800 200v1000h100v-1000h-100zM900 0v91h200v-91h-200zM1000 200v1000h200v-1000h-200z" />
|
||||
<glyph unicode="" d="M1 700v475q0 10 7.5 17.5t17.5 7.5h474l700 -700l-500 -500zM148 953q0 -42 29 -71q30 -30 71.5 -30t71.5 30q29 29 29 71t-29 71q-30 30 -71.5 30t-71.5 -30q-29 -29 -29 -71z" />
|
||||
<glyph unicode="" d="M2 700v475q0 11 7 18t18 7h474l700 -700l-500 -500zM148 953q0 -42 30 -71q29 -30 71 -30t71 30q30 29 30 71t-30 71q-29 30 -71 30t-71 -30q-30 -29 -30 -71zM701 1200h100l700 -700l-500 -500l-50 50l450 450z" />
|
||||
<glyph unicode="" d="M100 0v1025l175 175h925v-1000l-100 -100v1000h-750l-100 -100h750v-1000h-900z" />
|
||||
<glyph unicode="" d="M200 0l450 444l450 -443v1150q0 20 -14.5 35t-35.5 15h-800q-21 0 -35.5 -15t-14.5 -35v-1151z" />
|
||||
<glyph unicode="" d="M0 100v700h200l100 -200h600l100 200h200v-700h-200v200h-800v-200h-200zM253 829l40 -124h592l62 124l-94 346q-2 11 -10 18t-18 7h-450q-10 0 -18 -7t-10 -18zM281 24l38 152q2 10 11.5 17t19.5 7h500q10 0 19.5 -7t11.5 -17l38 -152q2 -10 -3.5 -17t-15.5 -7h-600 q-10 0 -15.5 7t-3.5 17z" />
|
||||
<glyph unicode="" d="M0 200q0 -41 29.5 -70.5t70.5 -29.5h1000q41 0 70.5 29.5t29.5 70.5v600q0 41 -29.5 70.5t-70.5 29.5h-150q-4 8 -11.5 21.5t-33 48t-53 61t-69 48t-83.5 21.5h-200q-41 0 -82 -20.5t-70 -50t-52 -59t-34 -50.5l-12 -20h-150q-41 0 -70.5 -29.5t-29.5 -70.5v-600z M356 500q0 100 72 172t172 72t172 -72t72 -172t-72 -172t-172 -72t-172 72t-72 172zM494 500q0 -44 31 -75t75 -31t75 31t31 75t-31 75t-75 31t-75 -31t-31 -75zM900 700v100h100v-100h-100z" />
|
||||
<glyph unicode="" d="M53 0h365v66q-41 0 -72 11t-49 38t1 71l92 234h391l82 -222q16 -45 -5.5 -88.5t-74.5 -43.5v-66h417v66q-34 1 -74 43q-18 19 -33 42t-21 37l-6 13l-385 998h-93l-399 -1006q-24 -48 -52 -75q-12 -12 -33 -25t-36 -20l-15 -7v-66zM416 521l178 457l46 -140l116 -317h-340 z" />
|
||||
<glyph unicode="" d="M100 0v89q41 7 70.5 32.5t29.5 65.5v827q0 28 -1 39.5t-5.5 26t-15.5 21t-29 14t-49 14.5v70h471q120 0 213 -88t93 -228q0 -55 -11.5 -101.5t-28 -74t-33.5 -47.5t-28 -28l-12 -7q8 -3 21.5 -9t48 -31.5t60.5 -58t47.5 -91.5t21.5 -129q0 -84 -59 -156.5t-142 -111 t-162 -38.5h-500zM400 200h161q89 0 153 48.5t64 132.5q0 90 -62.5 154.5t-156.5 64.5h-159v-400zM400 700h139q76 0 130 61.5t54 138.5q0 82 -84 130.5t-239 48.5v-379z" />
|
||||
<glyph unicode="" d="M200 0v57q77 7 134.5 40.5t65.5 80.5l173 849q10 56 -10 74t-91 37q-6 1 -10.5 2.5t-9.5 2.5v57h425l2 -57q-33 -8 -62 -25.5t-46 -37t-29.5 -38t-17.5 -30.5l-5 -12l-128 -825q-10 -52 14 -82t95 -36v-57h-500z" />
|
||||
<glyph unicode="" d="M-75 200h75v800h-75l125 167l125 -167h-75v-800h75l-125 -167zM300 900v300h150h700h150v-300h-50q0 29 -8 48.5t-18.5 30t-33.5 15t-39.5 5.5t-50.5 1h-200v-850l100 -50v-100h-400v100l100 50v850h-200q-34 0 -50.5 -1t-40 -5.5t-33.5 -15t-18.5 -30t-8.5 -48.5h-49z " />
|
||||
<glyph unicode="" d="M33 51l167 125v-75h800v75l167 -125l-167 -125v75h-800v-75zM100 901v300h150h700h150v-300h-50q0 29 -8 48.5t-18 30t-33.5 15t-40 5.5t-50.5 1h-200v-650l100 -50v-100h-400v100l100 50v650h-200q-34 0 -50.5 -1t-39.5 -5.5t-33.5 -15t-18.5 -30t-8 -48.5h-50z" />
|
||||
<glyph unicode="" d="M0 50q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 350q0 -20 14.5 -35t35.5 -15h800q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-800q-21 0 -35.5 -14.5t-14.5 -35.5 v-100zM0 650q0 -20 14.5 -35t35.5 -15h1000q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1000q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 950q0 -20 14.5 -35t35.5 -15h600q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-600q-21 0 -35.5 -14.5 t-14.5 -35.5v-100z" />
|
||||
<glyph unicode="" d="M0 50q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 650q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5 v-100zM200 350q0 -20 14.5 -35t35.5 -15h700q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-700q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM200 950q0 -20 14.5 -35t35.5 -15h700q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-700q-21 0 -35.5 -14.5 t-14.5 -35.5v-100z" />
|
||||
<glyph unicode="" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM100 650v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1000q-21 0 -35.5 15 t-14.5 35zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM500 950v100q0 21 14.5 35.5t35.5 14.5h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-600 q-21 0 -35.5 15t-14.5 35z" />
|
||||
<glyph unicode="" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM0 350v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15 t-14.5 35zM0 650v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM0 950v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100 q-21 0 -35.5 15t-14.5 35z" />
|
||||
<glyph unicode="" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35zM0 350v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15 t-14.5 35zM0 650v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35zM0 950v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15 t-14.5 35zM300 50v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800 q-21 0 -35.5 15t-14.5 35zM300 650v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM300 950v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15 h-800q-21 0 -35.5 15t-14.5 35z" />
|
||||
<glyph unicode="" d="M-101 500v100h201v75l166 -125l-166 -125v75h-201zM300 0h100v1100h-100v-1100zM500 50q0 -20 14.5 -35t35.5 -15h600q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-600q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 350q0 -20 14.5 -35t35.5 -15h300q20 0 35 15t15 35 v100q0 21 -15 35.5t-35 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 650q0 -20 14.5 -35t35.5 -15h500q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 950q0 -20 14.5 -35t35.5 -15h100q20 0 35 15t15 35v100 q0 21 -15 35.5t-35 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-100z" />
|
||||
<glyph unicode="" d="M1 50q0 -20 14.5 -35t35.5 -15h600q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-600q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 350q0 -20 14.5 -35t35.5 -15h300q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 650 q0 -20 14.5 -35t35.5 -15h500q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 950q0 -20 14.5 -35t35.5 -15h100q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM801 0v1100h100v-1100 h-100zM934 550l167 -125v75h200v100h-200v75z" />
|
||||
<glyph unicode="" d="M0 275v650q0 31 22 53t53 22h750q31 0 53 -22t22 -53v-650q0 -31 -22 -53t-53 -22h-750q-31 0 -53 22t-22 53zM900 600l300 300v-600z" />
|
||||
<glyph unicode="" d="M0 44v1012q0 18 13 31t31 13h1112q19 0 31.5 -13t12.5 -31v-1012q0 -18 -12.5 -31t-31.5 -13h-1112q-18 0 -31 13t-13 31zM100 263l247 182l298 -131l-74 156l293 318l236 -288v500h-1000v-737zM208 750q0 56 39 95t95 39t95 -39t39 -95t-39 -95t-95 -39t-95 39t-39 95z " />
|
||||
<glyph unicode="" d="M148 745q0 124 60.5 231.5t165 172t226.5 64.5q123 0 227 -63t164.5 -169.5t60.5 -229.5t-73 -272q-73 -114 -166.5 -237t-150.5 -189l-57 -66q-10 9 -27 26t-66.5 70.5t-96 109t-104 135.5t-100.5 155q-63 139 -63 262zM342 772q0 -107 75.5 -182.5t181.5 -75.5 q107 0 182.5 75.5t75.5 182.5t-75.5 182t-182.5 75t-182 -75.5t-75 -181.5z" />
|
||||
<glyph unicode="" d="M1 600q0 122 47.5 233t127.5 191t191 127.5t233 47.5t233 -47.5t191 -127.5t127.5 -191t47.5 -233t-47.5 -233t-127.5 -191t-191 -127.5t-233 -47.5t-233 47.5t-191 127.5t-127.5 191t-47.5 233zM173 600q0 -177 125.5 -302t301.5 -125v854q-176 0 -301.5 -125 t-125.5 -302z" />
|
||||
<glyph unicode="" d="M117 406q0 94 34 186t88.5 172.5t112 159t115 177t87.5 194.5q21 -71 57.5 -142.5t76 -130.5t83 -118.5t82 -117t70 -116t50 -125.5t18.5 -136q0 -89 -39 -165.5t-102 -126.5t-140 -79.5t-156 -33.5q-114 6 -211.5 53t-161.5 138.5t-64 210.5zM243 414q14 -82 59.5 -136 t136.5 -80l16 98q-7 6 -18 17t-34 48t-33 77q-15 73 -14 143.5t10 122.5l9 51q-92 -110 -119.5 -185t-12.5 -156z" />
|
||||
<glyph unicode="" d="M0 400v300q0 165 117.5 282.5t282.5 117.5q366 -6 397 -14l-186 -186h-311q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v125l200 200v-225q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5 t-117.5 282.5zM436 341l161 50l412 412l-114 113l-405 -405zM995 1015l113 -113l113 113l-21 85l-92 28z" />
|
||||
<glyph unicode="" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h261l2 -80q-133 -32 -218 -120h-145q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5l200 153v-53q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5 zM423 524q30 38 81.5 64t103 35.5t99 14t77.5 3.5l29 -1v-209l360 324l-359 318v-216q-7 0 -19 -1t-48 -8t-69.5 -18.5t-76.5 -37t-76.5 -59t-62 -88t-39.5 -121.5z" />
|
||||
<glyph unicode="" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q60 0 127 -23l-178 -177h-349q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v69l200 200v-169q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5 t-117.5 282.5zM342 632l283 -284l566 567l-136 137l-430 -431l-147 147z" />
|
||||
<glyph unicode="" d="M0 603l300 296v-198h200v200h-200l300 300l295 -300h-195v-200h200v198l300 -296l-300 -300v198h-200v-200h195l-295 -300l-300 300h200v200h-200v-198z" />
|
||||
<glyph unicode="" d="M200 50v1000q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-437l500 487v-1100l-500 488v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5z" />
|
||||
<glyph unicode="" d="M0 50v1000q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-437l500 487v-487l500 487v-1100l-500 488v-488l-500 488v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5z" />
|
||||
<glyph unicode="" d="M136 550l564 550v-487l500 487v-1100l-500 488v-488z" />
|
||||
<glyph unicode="" d="M200 0l900 550l-900 550v-1100z" />
|
||||
<glyph unicode="" d="M200 150q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v800q0 21 -14.5 35.5t-35.5 14.5h-200q-21 0 -35.5 -14.5t-14.5 -35.5v-800zM600 150q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v800q0 21 -14.5 35.5t-35.5 14.5h-200 q-21 0 -35.5 -14.5t-14.5 -35.5v-800z" />
|
||||
<glyph unicode="" d="M200 150q0 -20 14.5 -35t35.5 -15h800q21 0 35.5 15t14.5 35v800q0 21 -14.5 35.5t-35.5 14.5h-800q-21 0 -35.5 -14.5t-14.5 -35.5v-800z" />
|
||||
<glyph unicode="" d="M0 0v1100l500 -487v487l564 -550l-564 -550v488z" />
|
||||
<glyph unicode="" d="M0 0v1100l500 -487v487l500 -487v437q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438l-500 -488v488z" />
|
||||
<glyph unicode="" d="M300 0v1100l500 -487v437q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438z" />
|
||||
<glyph unicode="" d="M100 250v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5zM100 500h1100l-550 564z" />
|
||||
<glyph unicode="" d="M185 599l592 -592l240 240l-353 353l353 353l-240 240z" />
|
||||
<glyph unicode="" d="M272 194l353 353l-353 353l241 240l572 -571l21 -22l-1 -1v-1l-592 -591z" />
|
||||
<glyph unicode="" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM300 500h200v-200h200v200h200v200h-200v200h-200v-200h-200v-200z" />
|
||||
<glyph unicode="" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM300 500h600v200h-600v-200z" />
|
||||
<glyph unicode="" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM246 459l213 -213l141 142l141 -142l213 213l-142 141l142 141l-213 212l-141 -141l-141 142l-212 -213l141 -141z" />
|
||||
<glyph unicode="" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM270 551l276 -277l411 411l-175 174l-236 -236l-102 102z" />
|
||||
<glyph unicode="" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM363 700h144q4 0 11.5 -1t11 -1t6.5 3t3 9t1 11t3.5 8.5t3.5 6t5.5 4t6.5 2.5t9 1.5t9 0.5h11.5h12.5q19 0 30 -10t11 -26 q0 -22 -4 -28t-27 -22q-5 -1 -12.5 -3t-27 -13.5t-34 -27t-26.5 -46t-11 -68.5h200q5 3 14 8t31.5 25.5t39.5 45.5t31 69t14 94q0 51 -17.5 89t-42 58t-58.5 32t-58.5 15t-51.5 3q-105 0 -172 -56t-67 -183zM500 300h200v100h-200v-100z" />
|
||||
<glyph unicode="" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM400 300h400v100h-100v300h-300v-100h100v-200h-100v-100zM500 800h200v100h-200v-100z" />
|
||||
<glyph unicode="" d="M0 500v200h194q15 60 36 104.5t55.5 86t88 69t126.5 40.5v200h200v-200q54 -20 113 -60t112.5 -105.5t71.5 -134.5h203v-200h-203q-25 -102 -116.5 -186t-180.5 -117v-197h-200v197q-140 27 -208 102.5t-98 200.5h-194zM290 500q24 -73 79.5 -127.5t130.5 -78.5v206h200 v-206q149 48 201 206h-201v200h200q-25 74 -76 127.5t-124 76.5v-204h-200v203q-75 -24 -130 -77.5t-79 -125.5h209v-200h-210z" />
|
||||
<glyph unicode="" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM356 465l135 135 l-135 135l109 109l135 -135l135 135l109 -109l-135 -135l135 -135l-109 -109l-135 135l-135 -135z" />
|
||||
<glyph unicode="" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM322 537l141 141 l87 -87l204 205l142 -142l-346 -345z" />
|
||||
<glyph unicode="" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -115 62 -215l568 567q-100 62 -216 62q-171 0 -292.5 -121.5t-121.5 -292.5zM391 245q97 -59 209 -59q171 0 292.5 121.5t121.5 292.5 q0 112 -59 209z" />
|
||||
<glyph unicode="" d="M0 547l600 453v-300h600v-300h-600v-301z" />
|
||||
<glyph unicode="" d="M0 400v300h600v300l600 -453l-600 -448v301h-600z" />
|
||||
<glyph unicode="" d="M204 600l450 600l444 -600h-298v-600h-300v600h-296z" />
|
||||
<glyph unicode="" d="M104 600h296v600h300v-600h298l-449 -600z" />
|
||||
<glyph unicode="" d="M0 200q6 132 41 238.5t103.5 193t184 138t271.5 59.5v271l600 -453l-600 -448v301q-95 -2 -183 -20t-170 -52t-147 -92.5t-100 -135.5z" />
|
||||
<glyph unicode="" d="M0 0v400l129 -129l294 294l142 -142l-294 -294l129 -129h-400zM635 777l142 -142l294 294l129 -129v400h-400l129 -129z" />
|
||||
<glyph unicode="" d="M34 176l295 295l-129 129h400v-400l-129 130l-295 -295zM600 600v400l129 -129l295 295l142 -141l-295 -295l129 -130h-400z" />
|
||||
<glyph unicode="" d="M23 600q0 118 45.5 224.5t123 184t184 123t224.5 45.5t224.5 -45.5t184 -123t123 -184t45.5 -224.5t-45.5 -224.5t-123 -184t-184 -123t-224.5 -45.5t-224.5 45.5t-184 123t-123 184t-45.5 224.5zM456 851l58 -302q4 -20 21.5 -34.5t37.5 -14.5h54q20 0 37.5 14.5 t21.5 34.5l58 302q4 20 -8 34.5t-33 14.5h-207q-20 0 -32 -14.5t-8 -34.5zM500 300h200v100h-200v-100z" />
|
||||
<glyph unicode="" d="M0 800h100v-200h400v300h200v-300h400v200h100v100h-111v6t-1 15t-3 18l-34 172q-11 39 -41.5 63t-69.5 24q-32 0 -61 -17l-239 -144q-22 -13 -40 -35q-19 24 -40 36l-238 144q-33 18 -62 18q-39 0 -69.5 -23t-40.5 -61l-35 -177q-2 -8 -3 -18t-1 -15v-6h-111v-100z M100 0h400v400h-400v-400zM200 900q-3 0 14 48t35 96l18 47l214 -191h-281zM700 0v400h400v-400h-400zM731 900l202 197q5 -12 12 -32.5t23 -64t25 -72t7 -28.5h-269z" />
|
||||
<glyph unicode="" d="M0 -22v143l216 193q-9 53 -13 83t-5.5 94t9 113t38.5 114t74 124q47 60 99.5 102.5t103 68t127.5 48t145.5 37.5t184.5 43.5t220 58.5q0 -189 -22 -343t-59 -258t-89 -181.5t-108.5 -120t-122 -68t-125.5 -30t-121.5 -1.5t-107.5 12.5t-87.5 17t-56.5 7.5l-99 -55z M238.5 300.5q19.5 -6.5 86.5 76.5q55 66 367 234q70 38 118.5 69.5t102 79t99 111.5t86.5 148q22 50 24 60t-6 19q-7 5 -17 5t-26.5 -14.5t-33.5 -39.5q-35 -51 -113.5 -108.5t-139.5 -89.5l-61 -32q-369 -197 -458 -401q-48 -111 -28.5 -117.5z" />
|
||||
<glyph unicode="" d="M111 408q0 -33 5 -63q9 -56 44 -119.5t105 -108.5q31 -21 64 -16t62 23.5t57 49.5t48 61.5t35 60.5q32 66 39 184.5t-13 157.5q79 -80 122 -164t26 -184q-5 -33 -20.5 -69.5t-37.5 -80.5q-10 -19 -14.5 -29t-12 -26t-9 -23.5t-3 -19t2.5 -15.5t11 -9.5t19.5 -5t30.5 2.5 t42 8q57 20 91 34t87.5 44.5t87 64t65.5 88.5t47 122q38 172 -44.5 341.5t-246.5 278.5q22 -44 43 -129q39 -159 -32 -154q-15 2 -33 9q-79 33 -120.5 100t-44 175.5t48.5 257.5q-13 -8 -34 -23.5t-72.5 -66.5t-88.5 -105.5t-60 -138t-8 -166.5q2 -12 8 -41.5t8 -43t6 -39.5 t3.5 -39.5t-1 -33.5t-6 -31.5t-13.5 -24t-21 -20.5t-31 -12q-38 -10 -67 13t-40.5 61.5t-15 81.5t10.5 75q-52 -46 -83.5 -101t-39 -107t-7.5 -85z" />
|
||||
<glyph unicode="" d="M-61 600l26 40q6 10 20 30t49 63.5t74.5 85.5t97 90t116.5 83.5t132.5 59t145.5 23.5t145.5 -23.5t132.5 -59t116.5 -83.5t97 -90t74.5 -85.5t49 -63.5t20 -30l26 -40l-26 -40q-6 -10 -20 -30t-49 -63.5t-74.5 -85.5t-97 -90t-116.5 -83.5t-132.5 -59t-145.5 -23.5 t-145.5 23.5t-132.5 59t-116.5 83.5t-97 90t-74.5 85.5t-49 63.5t-20 30zM120 600q7 -10 40.5 -58t56 -78.5t68 -77.5t87.5 -75t103 -49.5t125 -21.5t123.5 20t100.5 45.5t85.5 71.5t66.5 75.5t58 81.5t47 66q-1 1 -28.5 37.5t-42 55t-43.5 53t-57.5 63.5t-58.5 54 q49 -74 49 -163q0 -124 -88 -212t-212 -88t-212 88t-88 212q0 85 46 158q-102 -87 -226 -258zM377 656q49 -124 154 -191l105 105q-37 24 -75 72t-57 84l-20 36z" />
|
||||
<glyph unicode="" d="M-61 600l26 40q6 10 20 30t49 63.5t74.5 85.5t97 90t116.5 83.5t132.5 59t145.5 23.5q61 0 121 -17l37 142h148l-314 -1200h-148l37 143q-82 21 -165 71.5t-140 102t-109.5 112t-72 88.5t-29.5 43zM120 600q210 -282 393 -336l37 141q-107 18 -178.5 101.5t-71.5 193.5 q0 85 46 158q-102 -87 -226 -258zM377 656q49 -124 154 -191l47 47l23 87q-30 28 -59 69t-44 68l-14 26zM780 161l38 145q22 15 44.5 34t46 44t40.5 44t41 50.5t33.5 43.5t33 44t24.5 34q-97 127 -140 175l39 146q67 -54 131.5 -125.5t87.5 -103.5t36 -52l26 -40l-26 -40 q-7 -12 -25.5 -38t-63.5 -79.5t-95.5 -102.5t-124 -100t-146.5 -79z" />
|
||||
<glyph unicode="" d="M-97.5 34q13.5 -34 50.5 -34h1294q37 0 50.5 35.5t-7.5 67.5l-642 1056q-20 33 -48 36t-48 -29l-642 -1066q-21 -32 -7.5 -66zM155 200l445 723l445 -723h-345v100h-200v-100h-345zM500 600l100 -300l100 300v100h-200v-100z" />
|
||||
<glyph unicode="" d="M100 262v41q0 20 11 44.5t26 38.5l363 325v339q0 62 44 106t106 44t106 -44t44 -106v-339l363 -325q15 -14 26 -38.5t11 -44.5v-41q0 -20 -12 -26.5t-29 5.5l-359 249v-263q100 -91 100 -113v-64q0 -21 -13 -29t-32 1l-94 78h-222l-94 -78q-19 -9 -32 -1t-13 29v64 q0 22 100 113v263l-359 -249q-17 -12 -29 -5.5t-12 26.5z" />
|
||||
<glyph unicode="" d="M0 50q0 -20 14.5 -35t35.5 -15h1000q21 0 35.5 15t14.5 35v750h-1100v-750zM0 900h1100v150q0 21 -14.5 35.5t-35.5 14.5h-150v100h-100v-100h-500v100h-100v-100h-150q-21 0 -35.5 -14.5t-14.5 -35.5v-150zM100 100v100h100v-100h-100zM100 300v100h100v-100h-100z M100 500v100h100v-100h-100zM300 100v100h100v-100h-100zM300 300v100h100v-100h-100zM300 500v100h100v-100h-100zM500 100v100h100v-100h-100zM500 300v100h100v-100h-100zM500 500v100h100v-100h-100zM700 100v100h100v-100h-100zM700 300v100h100v-100h-100zM700 500 v100h100v-100h-100zM900 100v100h100v-100h-100zM900 300v100h100v-100h-100zM900 500v100h100v-100h-100z" />
|
||||
<glyph unicode="" d="M0 200v200h259l600 600h241v198l300 -295l-300 -300v197h-159l-600 -600h-341zM0 800h259l122 -122l141 142l-181 180h-341v-200zM678 381l141 142l122 -123h159v198l300 -295l-300 -300v197h-241z" />
|
||||
<glyph unicode="" d="M0 400v600q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-596l-304 -300v300h-100q-41 0 -70.5 29.5t-29.5 70.5z" />
|
||||
<glyph unicode="" d="M100 600v200h300v-250q0 -113 6 -145q17 -92 102 -117q39 -11 92 -11q37 0 66.5 5.5t50 15.5t36 24t24 31.5t14 37.5t7 42t2.5 45t0 47v25v250h300v-200q0 -42 -3 -83t-15 -104t-31.5 -116t-58 -109.5t-89 -96.5t-129 -65.5t-174.5 -25.5t-174.5 25.5t-129 65.5t-89 96.5 t-58 109.5t-31.5 116t-15 104t-3 83zM100 900v300h300v-300h-300zM800 900v300h300v-300h-300z" />
|
||||
<glyph unicode="" d="M-30 411l227 -227l352 353l353 -353l226 227l-578 579z" />
|
||||
<glyph unicode="" d="M70 797l580 -579l578 579l-226 227l-353 -353l-352 353z" />
|
||||
<glyph unicode="" d="M-198 700l299 283l300 -283h-203v-400h385l215 -200h-800v600h-196zM402 1000l215 -200h381v-400h-198l299 -283l299 283h-200v600h-796z" />
|
||||
<glyph unicode="" d="M18 939q-5 24 10 42q14 19 39 19h896l38 162q5 17 18.5 27.5t30.5 10.5h94q20 0 35 -14.5t15 -35.5t-15 -35.5t-35 -14.5h-54l-201 -961q-2 -4 -6 -10.5t-19 -17.5t-33 -11h-31v-50q0 -20 -14.5 -35t-35.5 -15t-35.5 15t-14.5 35v50h-300v-50q0 -20 -14.5 -35t-35.5 -15 t-35.5 15t-14.5 35v50h-50q-21 0 -35.5 15t-14.5 35q0 21 14.5 35.5t35.5 14.5h535l48 200h-633q-32 0 -54.5 21t-27.5 43z" />
|
||||
<glyph unicode="" d="M0 0v800h1200v-800h-1200zM0 900v100h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500v-100h-1200z" />
|
||||
<glyph unicode="" d="M1 0l300 700h1200l-300 -700h-1200zM1 400v600h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500v-200h-1000z" />
|
||||
<glyph unicode="" d="M302 300h198v600h-198l298 300l298 -300h-198v-600h198l-298 -300z" />
|
||||
<glyph unicode="" d="M0 600l300 298v-198h600v198l300 -298l-300 -297v197h-600v-197z" />
|
||||
<glyph unicode="" d="M0 100v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM31 400l172 739q5 22 23 41.5t38 19.5h672q19 0 37.5 -22.5t23.5 -45.5l172 -732h-1138zM800 100h100v100h-100v-100z M1000 100h100v100h-100v-100z" />
|
||||
<glyph unicode="" d="M-101 600v50q0 24 25 49t50 38l25 13v-250l-11 5.5t-24 14t-30 21.5t-24 27.5t-11 31.5zM99 500v250v5q0 13 0.5 18.5t2.5 13t8 10.5t15 3h200l675 250v-850l-675 200h-38l47 -276q2 -12 -3 -17.5t-11 -6t-21 -0.5h-8h-83q-20 0 -34.5 14t-18.5 35q-56 337 -56 351z M1100 200v850q0 21 14.5 35.5t35.5 14.5q20 0 35 -14.5t15 -35.5v-850q0 -20 -15 -35t-35 -15q-21 0 -35.5 15t-14.5 35z" />
|
||||
<glyph unicode="" d="M74 350q0 21 13.5 35.5t33.5 14.5h17l118 173l63 327q15 77 76 140t144 83l-18 32q-6 19 3 32t29 13h94q20 0 29 -10.5t3 -29.5l-18 -37q83 -19 144 -82.5t76 -140.5l63 -327l118 -173h17q20 0 33.5 -14.5t13.5 -35.5q0 -20 -13 -40t-31 -27q-22 -9 -63 -23t-167.5 -37 t-251.5 -23t-245.5 20.5t-178.5 41.5l-58 20q-18 7 -31 27.5t-13 40.5zM497 110q12 -49 40 -79.5t63 -30.5t63 30.5t39 79.5q-48 -6 -102 -6t-103 6z" />
|
||||
<glyph unicode="" d="M21 445l233 -45l-78 -224l224 78l45 -233l155 179l155 -179l45 233l224 -78l-78 224l234 45l-180 155l180 156l-234 44l78 225l-224 -78l-45 233l-155 -180l-155 180l-45 -233l-224 78l78 -225l-233 -44l179 -156z" />
|
||||
<glyph unicode="" d="M0 200h200v600h-200v-600zM300 275q0 -75 100 -75h61q123 -100 139 -100h250q46 0 83 57l238 344q29 31 29 74v100q0 44 -30.5 84.5t-69.5 40.5h-328q28 118 28 125v150q0 44 -30.5 84.5t-69.5 40.5h-50q-27 0 -51 -20t-38 -48l-96 -198l-145 -196q-20 -26 -20 -63v-400z M400 300v375l150 212l100 213h50v-175l-50 -225h450v-125l-250 -375h-214l-136 100h-100z" />
|
||||
<glyph unicode="" d="M0 400v600h200v-600h-200zM300 525v400q0 75 100 75h61q123 100 139 100h250q46 0 83 -57l238 -344q29 -31 29 -74v-100q0 -44 -30.5 -84.5t-69.5 -40.5h-328q28 -118 28 -125v-150q0 -44 -30.5 -84.5t-69.5 -40.5h-50q-27 0 -51 20t-38 48l-96 198l-145 196 q-20 26 -20 63zM400 525l150 -212l100 -213h50v175l-50 225h450v125l-250 375h-214l-136 -100h-100v-375z" />
|
||||
<glyph unicode="" d="M8 200v600h200v-600h-200zM308 275v525q0 17 14 35.5t28 28.5l14 9l362 230q14 6 25 6q17 0 29 -12l109 -112q14 -14 14 -34q0 -18 -11 -32l-85 -121h302q85 0 138.5 -38t53.5 -110t-54.5 -111t-138.5 -39h-107l-130 -339q-7 -22 -20.5 -41.5t-28.5 -19.5h-341 q-7 0 -90 81t-83 94zM408 289l100 -89h293l131 339q6 21 19.5 41t28.5 20h203q16 0 25 15t9 36q0 20 -9 34.5t-25 14.5h-457h-6.5h-7.5t-6.5 0.5t-6 1t-5 1.5t-5.5 2.5t-4 4t-4 5.5q-5 12 -5 20q0 14 10 27l147 183l-86 83l-339 -236v-503z" />
|
||||
<glyph unicode="" d="M-101 651q0 72 54 110t139 37h302l-85 121q-11 16 -11 32q0 21 14 34l109 113q13 12 29 12q11 0 25 -6l365 -230q7 -4 16.5 -10.5t26 -26t16.5 -36.5v-526q0 -13 -85.5 -93.5t-93.5 -80.5h-342q-15 0 -28.5 20t-19.5 41l-131 339h-106q-84 0 -139 39t-55 111zM-1 601h222 q15 0 28.5 -20.5t19.5 -40.5l131 -339h293l106 89v502l-342 237l-87 -83l145 -184q10 -11 10 -26q0 -11 -5 -20q-1 -3 -3.5 -5.5l-4 -4t-5 -2.5t-5.5 -1.5t-6.5 -1t-6.5 -0.5h-7.5h-6.5h-476v-100zM999 201v600h200v-600h-200z" />
|
||||
<glyph unicode="" d="M97 719l230 -363q4 -6 10.5 -15.5t26 -25t36.5 -15.5h525q13 0 94 83t81 90v342q0 15 -20 28.5t-41 19.5l-339 131v106q0 84 -39 139t-111 55t-110 -53.5t-38 -138.5v-302l-121 84q-15 12 -33.5 11.5t-32.5 -13.5l-112 -110q-22 -22 -6 -53zM172 739l83 86l183 -146 q22 -18 47 -5q3 1 5.5 3.5l4 4t2.5 5t1.5 5.5t1 6.5t0.5 6v7.5v7v456q0 22 25 31t50 -0.5t25 -30.5v-202q0 -16 20 -29.5t41 -19.5l339 -130v-294l-89 -100h-503zM400 0v200h600v-200h-600z" />
|
||||
<glyph unicode="" d="M1 585q-15 -31 7 -53l112 -110q13 -13 32 -13.5t34 10.5l121 85l-1 -302q0 -84 38.5 -138t110.5 -54t111 55t39 139v106l339 131q20 6 40.5 19.5t20.5 28.5v342q0 7 -81 90t-94 83h-525q-17 0 -35.5 -14t-28.5 -28l-10 -15zM76 565l237 339h503l89 -100v-294l-340 -130 q-20 -6 -40 -20t-20 -29v-202q0 -22 -25 -31t-50 0t-25 31v456v14.5t-1.5 11.5t-5 12t-9.5 7q-24 13 -46 -5l-184 -146zM305 1104v200h600v-200h-600z" />
|
||||
<glyph unicode="" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q162 0 299.5 -80t217.5 -218t80 -300t-80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM300 500h300l-2 -194l402 294l-402 298v-197h-298v-201z" />
|
||||
<glyph unicode="" d="M0 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t231.5 47.5q122 0 232.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-218 -217.5t-300 -80t-299.5 80t-217.5 217.5t-80 299.5zM200 600l400 -294v194h302v201h-300v197z" />
|
||||
<glyph unicode="" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q121 0 231.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM300 600h200v-300h200v300h200l-300 400z" />
|
||||
<glyph unicode="" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q121 0 231.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM300 600l300 -400l300 400h-200v300h-200v-300h-200z" />
|
||||
<glyph unicode="" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q121 0 231.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM254 780q-8 -34 5.5 -93t7.5 -87q0 -9 17 -44t16 -60q12 0 23 -5.5 t23 -15t20 -13.5q20 -10 108 -42q22 -8 53 -31.5t59.5 -38.5t57.5 -11q8 -18 -15 -55.5t-20 -57.5q12 -21 22.5 -34.5t28 -27t36.5 -17.5q0 -6 -3 -15.5t-3.5 -14.5t4.5 -17q101 -2 221 111q31 30 47 48t34 49t21 62q-14 9 -37.5 9.5t-35.5 7.5q-14 7 -49 15t-52 19 q-9 0 -39.5 -0.5t-46.5 -1.5t-39 -6.5t-39 -16.5q-50 -35 -66 -12q-4 2 -3.5 25.5t0.5 25.5q-6 13 -26.5 17t-24.5 7q2 22 -2 41t-16.5 28t-38.5 -20q-23 -25 -42 4q-19 28 -8 58q8 16 22 22q6 -1 26 -1.5t33.5 -4.5t19.5 -13q12 -19 32 -37.5t34 -27.5l14 -8q0 3 9.5 39.5 t5.5 57.5q-4 23 14.5 44.5t22.5 31.5q5 14 10 35t8.5 31t15.5 22.5t34 21.5q-6 18 10 37q8 0 23.5 -1.5t24.5 -1.5t20.5 4.5t20.5 15.5q-10 23 -30.5 42.5t-38 30t-49 26.5t-43.5 23q11 41 1 44q31 -13 58.5 -14.5t39.5 3.5l11 4q6 36 -17 53.5t-64 28.5t-56 23 q-19 -3 -37 0q-15 -12 -36.5 -21t-34.5 -12t-44 -8t-39 -6q-15 -3 -46 0t-45 -3q-20 -6 -51.5 -25.5t-34.5 -34.5q-3 -11 6.5 -22.5t8.5 -18.5q-3 -34 -27.5 -91t-29.5 -79zM518 915q3 12 16 30.5t16 25.5q10 -10 18.5 -10t14 6t14.5 14.5t16 12.5q0 -18 8 -42.5t16.5 -44 t9.5 -23.5q-6 1 -39 5t-53.5 10t-36.5 16z" />
|
||||
<glyph unicode="" d="M0 164.5q0 21.5 15 37.5l600 599q-33 101 6 201.5t135 154.5q164 92 306 -9l-259 -138l145 -232l251 126q13 -175 -151 -267q-123 -70 -253 -23l-596 -596q-15 -16 -36.5 -16t-36.5 16l-111 110q-15 15 -15 36.5z" />
|
||||
<glyph unicode="" horiz-adv-x="1220" d="M0 196v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM0 596v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000 q-41 0 -70.5 29.5t-29.5 70.5zM0 996v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM600 596h500v100h-500v-100zM800 196h300v100h-300v-100zM900 996h200v100h-200v-100z" />
|
||||
<glyph unicode="" d="M100 1100v100h1000v-100h-1000zM150 1000h900l-350 -500v-300l-200 -200v500z" />
|
||||
<glyph unicode="" d="M0 200v200h1200v-200q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM0 500v400q0 41 29.5 70.5t70.5 29.5h300v100q0 41 29.5 70.5t70.5 29.5h200q41 0 70.5 -29.5t29.5 -70.5v-100h300q41 0 70.5 -29.5t29.5 -70.5v-400h-500v100h-200v-100h-500z M500 1000h200v100h-200v-100z" />
|
||||
<glyph unicode="" d="M0 0v400l129 -129l200 200l142 -142l-200 -200l129 -129h-400zM0 800l129 129l200 -200l142 142l-200 200l129 129h-400v-400zM729 329l142 142l200 -200l129 129v-400h-400l129 129zM729 871l200 200l-129 129h400v-400l-129 129l-200 -200z" />
|
||||
<glyph unicode="" d="M0 596q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM182 596q0 -172 121.5 -293t292.5 -121t292.5 121t121.5 293q0 171 -121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM291 655 q0 23 15.5 38.5t38.5 15.5t39 -16t16 -38q0 -23 -16 -39t-39 -16q-22 0 -38 16t-16 39zM400 850q0 22 16 38.5t39 16.5q22 0 38 -16t16 -39t-16 -39t-38 -16q-23 0 -39 16.5t-16 38.5zM513 609q0 32 21 56.5t52 29.5l122 126l1 1q-9 14 -9 28q0 22 16 38.5t39 16.5 q22 0 38 -16t16 -39t-16 -39t-38 -16q-16 0 -29 10l-55 -145q17 -22 17 -51q0 -36 -25.5 -61.5t-61.5 -25.5q-37 0 -62.5 25.5t-25.5 61.5zM800 655q0 22 16 38t39 16t38.5 -15.5t15.5 -38.5t-16 -39t-38 -16q-23 0 -39 16t-16 39z" />
|
||||
<glyph unicode="" d="M-40 375q-13 -95 35 -173q35 -57 94 -89t129 -32q63 0 119 28q33 16 65 40.5t52.5 45.5t59.5 64q40 44 57 61l394 394q35 35 47 84t-3 96q-27 87 -117 104q-20 2 -29 2q-46 0 -79.5 -17t-67.5 -51l-388 -396l-7 -7l69 -67l377 373q20 22 39 38q23 23 50 23q38 0 53 -36 q16 -39 -20 -75l-547 -547q-52 -52 -125 -52q-55 0 -100 33t-54 96q-5 35 2.5 66t31.5 63t42 50t56 54q24 21 44 41l348 348q52 52 82.5 79.5t84 54t107.5 26.5q25 0 48 -4q95 -17 154 -94.5t51 -175.5q-7 -101 -98 -192l-252 -249l-253 -256l7 -7l69 -60l517 511 q67 67 95 157t11 183q-16 87 -67 154t-130 103q-69 33 -152 33q-107 0 -197 -55q-40 -24 -111 -95l-512 -512q-68 -68 -81 -163z" />
|
||||
<glyph unicode="" d="M79 784q0 131 99 229.5t230 98.5q144 0 242 -129q103 129 245 129q130 0 227 -98.5t97 -229.5q0 -46 -17.5 -91t-61 -99t-77 -89.5t-104.5 -105.5q-197 -191 -293 -322l-17 -23l-16 23q-43 58 -100 122.5t-92 99.5t-101 100l-84.5 84.5t-68 74t-60 78t-33.5 70.5t-15 78z M250 784q0 -27 30.5 -70t61.5 -75.5t95 -94.5l22 -22q93 -90 190 -201q82 92 195 203l12 12q64 62 97.5 97t64.5 79t31 72q0 71 -48 119.5t-106 48.5q-73 0 -131 -83l-118 -171l-114 174q-51 80 -124 80q-59 0 -108.5 -49.5t-49.5 -118.5z" />
|
||||
<glyph unicode="" d="M57 353q0 -94 66 -160l141 -141q66 -66 159 -66q95 0 159 66l283 283q66 66 66 159t-66 159l-141 141q-12 12 -19 17l-105 -105l212 -212l-389 -389l-247 248l95 95l-18 18q-46 45 -75 101l-55 -55q-66 -66 -66 -159zM269 706q0 -93 66 -159l141 -141l19 -17l105 105 l-212 212l389 389l247 -247l-95 -96l18 -18q46 -46 77 -99l29 29q35 35 62.5 88t27.5 96q0 93 -66 159l-141 141q-66 66 -159 66q-95 0 -159 -66l-283 -283q-66 -64 -66 -159z" />
|
||||
<glyph unicode="" d="M200 100v953q0 21 30 46t81 48t129 38t163 15t162 -15t127 -38t79 -48t29 -46v-953q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-41 0 -70.5 29.5t-29.5 70.5zM300 300h600v700h-600v-700zM496 150q0 -43 30.5 -73.5t73.5 -30.5t73.5 30.5t30.5 73.5t-30.5 73.5t-73.5 30.5 t-73.5 -30.5t-30.5 -73.5z" />
|
||||
<glyph unicode="" d="M0 0l303 380l207 208l-210 212h300l267 279l-35 36q-15 14 -15 35t15 35q14 15 35 15t35 -15l283 -282q15 -15 15 -36t-15 -35q-14 -15 -35 -15t-35 15l-36 35l-279 -267v-300l-212 210l-208 -207z" />
|
||||
<glyph unicode="" d="M295 433h139q5 -77 48.5 -126.5t117.5 -64.5v335l-27 7q-46 14 -79 26.5t-72 36t-62.5 52t-40 72.5t-16.5 99q0 92 44 159.5t109 101t144 40.5v78h100v-79q38 -4 72.5 -13.5t75.5 -31.5t71 -53.5t51.5 -84t24.5 -118.5h-159q-8 72 -35 109.5t-101 50.5v-307l64 -14 q34 -7 64 -16.5t70 -31.5t67.5 -52t47.5 -80.5t20 -112.5q0 -139 -89 -224t-244 -96v-77h-100v78q-152 17 -237 104q-40 40 -52.5 93.5t-15.5 139.5zM466 889q0 -29 8 -51t16.5 -34t29.5 -22.5t31 -13.5t38 -10q7 -2 11 -3v274q-61 -8 -97.5 -37.5t-36.5 -102.5zM700 237 q170 18 170 151q0 64 -44 99.5t-126 60.5v-311z" />
|
||||
<glyph unicode="" d="M100 600v100h166q-24 49 -44 104q-10 26 -14.5 55.5t-3 72.5t25 90t68.5 87q97 88 263 88q129 0 230 -89t101 -208h-153q0 52 -34 89.5t-74 51.5t-76 14q-37 0 -79 -14.5t-62 -35.5q-41 -44 -41 -101q0 -11 2.5 -24.5t5.5 -24t9.5 -26.5t10.5 -25t14 -27.5t14 -25.5 t15.5 -27t13.5 -24h242v-100h-197q8 -50 -2.5 -115t-31.5 -94q-41 -59 -99 -113q35 11 84 18t70 7q32 1 102 -16t104 -17q76 0 136 30l50 -147q-41 -25 -80.5 -36.5t-59 -13t-61.5 -1.5q-23 0 -128 33t-155 29q-39 -4 -82 -17t-66 -25l-24 -11l-55 145l16.5 11t15.5 10 t13.5 9.5t14.5 12t14.5 14t17.5 18.5q48 55 54 126.5t-30 142.5h-221z" />
|
||||
<glyph unicode="" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM602 900l298 300l298 -300h-198v-900h-200v900h-198z" />
|
||||
<glyph unicode="" d="M2 300h198v900h200v-900h198l-298 -300zM700 0v200h100v-100h200v-100h-300zM700 400v100h300v-200h-99v-100h-100v100h99v100h-200zM700 700v500h300v-500h-100v100h-100v-100h-100zM801 900h100v200h-100v-200z" />
|
||||
<glyph unicode="" d="M2 300h198v900h200v-900h198l-298 -300zM700 0v500h300v-500h-100v100h-100v-100h-100zM700 700v200h100v-100h200v-100h-300zM700 1100v100h300v-200h-99v-100h-100v100h99v100h-200zM801 200h100v200h-100v-200z" />
|
||||
<glyph unicode="" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM800 100v400h300v-500h-100v100h-200zM800 1100v100h200v-500h-100v400h-100zM901 200h100v200h-100v-200z" />
|
||||
<glyph unicode="" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM800 400v100h200v-500h-100v400h-100zM800 800v400h300v-500h-100v100h-200zM901 900h100v200h-100v-200z" />
|
||||
<glyph unicode="" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM700 100v200h500v-200h-500zM700 400v200h400v-200h-400zM700 700v200h300v-200h-300zM700 1000v200h200v-200h-200z" />
|
||||
<glyph unicode="" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM700 100v200h200v-200h-200zM700 400v200h300v-200h-300zM700 700v200h400v-200h-400zM700 1000v200h500v-200h-500z" />
|
||||
<glyph unicode="" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q162 0 281 -118.5t119 -281.5v-300q0 -165 -118.5 -282.5t-281.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500z" />
|
||||
<glyph unicode="" d="M0 400v300q0 163 119 281.5t281 118.5h300q165 0 282.5 -117.5t117.5 -282.5v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-163 0 -281.5 117.5t-118.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM400 300l333 250l-333 250v-500z" />
|
||||
<glyph unicode="" d="M0 400v300q0 163 117.5 281.5t282.5 118.5h300q163 0 281.5 -119t118.5 -281v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM300 700l250 -333l250 333h-500z" />
|
||||
<glyph unicode="" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q165 0 282.5 -117.5t117.5 -282.5v-300q0 -162 -118.5 -281t-281.5 -119h-300q-165 0 -282.5 118.5t-117.5 281.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM300 400h500l-250 333z" />
|
||||
<glyph unicode="" d="M0 400v300h300v200l400 -350l-400 -350v200h-300zM500 0v200h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5h-500v200h400q165 0 282.5 -117.5t117.5 -282.5v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-400z" />
|
||||
<glyph unicode="" d="M216 519q10 -19 32 -19h302q-155 -438 -160 -458q-5 -21 4 -32l9 -8l9 -1q13 0 26 16l538 630q15 19 6 36q-8 18 -32 16h-300q1 4 78 219.5t79 227.5q2 17 -6 27l-8 8h-9q-16 0 -25 -15q-4 -5 -98.5 -111.5t-228 -257t-209.5 -238.5q-17 -19 -7 -40z" />
|
||||
<glyph unicode="" d="M0 400q0 -165 117.5 -282.5t282.5 -117.5h300q47 0 100 15v185h-500q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5h500v185q-14 4 -114 7.5t-193 5.5l-93 2q-165 0 -282.5 -117.5t-117.5 -282.5v-300zM600 400v300h300v200l400 -350l-400 -350v200h-300z " />
|
||||
<glyph unicode="" d="M0 400q0 -165 117.5 -282.5t282.5 -117.5h300q163 0 281.5 117.5t118.5 282.5v98l-78 73l-122 -123v-148q0 -41 -29.5 -70.5t-70.5 -29.5h-500q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5h156l118 122l-74 78h-100q-165 0 -282.5 -117.5t-117.5 -282.5 v-300zM496 709l353 342l-149 149h500v-500l-149 149l-342 -353z" />
|
||||
<glyph unicode="" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM406 600 q0 80 57 137t137 57t137 -57t57 -137t-57 -137t-137 -57t-137 57t-57 137z" />
|
||||
<glyph unicode="" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 800l445 -500l450 500h-295v400h-300v-400h-300zM900 150h100v50h-100v-50z" />
|
||||
<glyph unicode="" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 700h300v-300h300v300h295l-445 500zM900 150h100v50h-100v-50z" />
|
||||
<glyph unicode="" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 705l305 -305l596 596l-154 155l-442 -442l-150 151zM900 150h100v50h-100v-50z" />
|
||||
<glyph unicode="" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 988l97 -98l212 213l-97 97zM200 401h700v699l-250 -239l-149 149l-212 -212l149 -149zM900 150h100v50h-100v-50z" />
|
||||
<glyph unicode="" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM200 612l212 -212l98 97l-213 212zM300 1200l239 -250l-149 -149l212 -212l149 148l248 -237v700h-699zM900 150h100v50h-100v-50z" />
|
||||
<glyph unicode="" d="M23 415l1177 784v-1079l-475 272l-310 -393v416h-392zM494 210l672 938l-672 -712v-226z" />
|
||||
<glyph unicode="" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-850q0 -21 -15 -35.5t-35 -14.5h-150v400h-700v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 1000h100v200h-100v-200z" />
|
||||
<glyph unicode="" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-218l-276 -275l-120 120l-126 -127h-378v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM581 306l123 123l120 -120l353 352l123 -123l-475 -476zM600 1000h100v200h-100v-200z" />
|
||||
<glyph unicode="" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-269l-103 -103l-170 170l-298 -298h-329v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 1000h100v200h-100v-200zM700 133l170 170l-170 170l127 127l170 -170l170 170l127 -128l-170 -169l170 -170 l-127 -127l-170 170l-170 -170z" />
|
||||
<glyph unicode="" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-300h-400v-200h-500v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 300l300 -300l300 300h-200v300h-200v-300h-200zM600 1000v200h100v-200h-100z" />
|
||||
<glyph unicode="" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-402l-200 200l-298 -298h-402v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 300h200v-300h200v300h200l-300 300zM600 1000v200h100v-200h-100z" />
|
||||
<glyph unicode="" d="M0 250q0 -21 14.5 -35.5t35.5 -14.5h1100q21 0 35.5 14.5t14.5 35.5v550h-1200v-550zM0 900h1200v150q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-150zM100 300v200h400v-200h-400z" />
|
||||
<glyph unicode="" d="M0 400l300 298v-198h400v-200h-400v-198zM100 800v200h100v-200h-100zM300 800v200h100v-200h-100zM500 800v200h400v198l300 -298l-300 -298v198h-400zM800 300v200h100v-200h-100zM1000 300h100v200h-100v-200z" />
|
||||
<glyph unicode="" d="M100 700v400l50 100l50 -100v-300h100v300l50 100l50 -100v-300h100v300l50 100l50 -100v-400l-100 -203v-447q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v447zM800 597q0 -29 10.5 -55.5t25 -43t29 -28.5t25.5 -18l10 -5v-397q0 -21 14.5 -35.5 t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v1106q0 31 -18 40.5t-44 -7.5l-276 -117q-25 -16 -43.5 -50.5t-18.5 -65.5v-359z" />
|
||||
<glyph unicode="" d="M100 0h400v56q-75 0 -87.5 6t-12.5 44v394h500v-394q0 -38 -12.5 -44t-87.5 -6v-56h400v56q-4 0 -11 0.5t-24 3t-30 7t-24 15t-11 24.5v888q0 22 25 34.5t50 13.5l25 2v56h-400v-56q75 0 87.5 -6t12.5 -44v-394h-500v394q0 38 12.5 44t87.5 6v56h-400v-56q4 0 11 -0.5 t24 -3t30 -7t24 -15t11 -24.5v-888q0 -22 -25 -34.5t-50 -13.5l-25 -2v-56z" />
|
||||
<glyph unicode="" d="M0 300q0 -41 29.5 -70.5t70.5 -29.5h300q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5h-300q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM100 100h400l200 200h105l295 98v-298h-425l-100 -100h-375zM100 300v200h300v-200h-300zM100 600v200h300v-200h-300z M100 1000h400l200 -200v-98l295 98h105v200h-425l-100 100h-375zM700 402v163l400 133v-163z" />
|
||||
<glyph unicode="" d="M16.5 974.5q0.5 -21.5 16 -90t46.5 -140t104 -177.5t175 -208q103 -103 207.5 -176t180 -103.5t137 -47t92.5 -16.5l31 1l163 162q16 17 13 40.5t-22 37.5l-192 136q-19 14 -45 12t-42 -19l-119 -118q-143 103 -267 227q-126 126 -227 268l118 118q17 17 20 41.5 t-11 44.5l-139 194q-14 19 -36.5 22t-40.5 -14l-162 -162q-1 -11 -0.5 -32.5z" />
|
||||
<glyph unicode="" d="M0 50v212q0 20 10.5 45.5t24.5 39.5l365 303v50q0 4 1 10.5t12 22.5t30 28.5t60 23t97 10.5t97 -10t60 -23.5t30 -27.5t12 -24l1 -10v-50l365 -303q14 -14 24.5 -39.5t10.5 -45.5v-212q0 -21 -15 -35.5t-35 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5zM0 712 q0 -21 14.5 -33.5t34.5 -8.5l202 33q20 4 34.5 21t14.5 38v146q141 24 300 24t300 -24v-146q0 -21 14.5 -38t34.5 -21l202 -33q20 -4 34.5 8.5t14.5 33.5v200q-6 8 -19 20.5t-63 45t-112 57t-171 45t-235 20.5q-92 0 -175 -10.5t-141.5 -27t-108.5 -36.5t-81.5 -40 t-53.5 -36.5t-31 -27.5l-9 -10v-200z" />
|
||||
<glyph unicode="" d="M100 0v100h1100v-100h-1100zM175 200h950l-125 150v250l100 100v400h-100v-200h-100v200h-200v-200h-100v200h-200v-200h-100v200h-100v-400l100 -100v-250z" />
|
||||
<glyph unicode="" d="M100 0h300v400q0 41 -29.5 70.5t-70.5 29.5h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-400zM500 0v1000q0 41 29.5 70.5t70.5 29.5h100q41 0 70.5 -29.5t29.5 -70.5v-1000h-300zM900 0v700q0 41 29.5 70.5t70.5 29.5h100q41 0 70.5 -29.5t29.5 -70.5v-700h-300z" />
|
||||
<glyph unicode="" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v300h-200v100h200v100h-300v-300h200v-100h-200v-100zM600 300h200v100h100v300h-100v100h-200v-500 zM700 400v300h100v-300h-100z" />
|
||||
<glyph unicode="" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h100v200h100v-200h100v500h-100v-200h-100v200h-100v-500zM600 300h200v100h100v300h-100v100h-200v-500 zM700 400v300h100v-300h-100z" />
|
||||
<glyph unicode="" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v100h-200v300h200v100h-300v-500zM600 300h300v100h-200v300h200v100h-300v-500z" />
|
||||
<glyph unicode="" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 550l300 -150v300zM600 400l300 150l-300 150v-300z" />
|
||||
<glyph unicode="" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300v500h700v-500h-700zM300 400h130q41 0 68 42t27 107t-28.5 108t-66.5 43h-130v-300zM575 549 q0 -65 27 -107t68 -42h130v300h-130q-38 0 -66.5 -43t-28.5 -108z" />
|
||||
<glyph unicode="" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v300h-200v100h200v100h-300v-300h200v-100h-200v-100zM601 300h100v100h-100v-100zM700 700h100 v-400h100v500h-200v-100z" />
|
||||
<glyph unicode="" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v400h-200v100h-100v-500zM301 400v200h100v-200h-100zM601 300h100v100h-100v-100zM700 700h100 v-400h100v500h-200v-100z" />
|
||||
<glyph unicode="" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 700v100h300v-300h-99v-100h-100v100h99v200h-200zM201 300v100h100v-100h-100zM601 300v100h100v-100h-100z M700 700v100h200v-500h-100v400h-100z" />
|
||||
<glyph unicode="" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM400 500v200 l100 100h300v-100h-300v-200h300v-100h-300z" />
|
||||
<glyph unicode="" d="M0 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM182 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM400 400v400h300 l100 -100v-100h-100v100h-200v-100h200v-100h-200v-100h-100zM700 400v100h100v-100h-100z" />
|
||||
<glyph unicode="" d="M-14 494q0 -80 56.5 -137t135.5 -57h222v300h400v-300h128q120 0 205 86t85 208q0 120 -85 206.5t-205 86.5q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5zM300 200h200v300h200v-300 h200l-300 -300z" />
|
||||
<glyph unicode="" d="M-14 494q0 -80 56.5 -137t135.5 -57h8l414 414l403 -403q94 26 154.5 104t60.5 178q0 121 -85 207.5t-205 86.5q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5zM300 200l300 300 l300 -300h-200v-300h-200v300h-200z" />
|
||||
<glyph unicode="" d="M100 200h400v-155l-75 -45h350l-75 45v155h400l-270 300h170l-270 300h170l-300 333l-300 -333h170l-270 -300h170z" />
|
||||
<glyph unicode="" d="M121 700q0 -53 28.5 -97t75.5 -65q-4 -16 -4 -38q0 -74 52.5 -126.5t126.5 -52.5q56 0 100 30v-306l-75 -45h350l-75 45v306q46 -30 100 -30q74 0 126.5 52.5t52.5 126.5q0 24 -9 55q50 32 79.5 83t29.5 112q0 90 -61.5 155.5t-150.5 71.5q-26 89 -99.5 145.5 t-167.5 56.5q-116 0 -197.5 -81.5t-81.5 -197.5q0 -4 1 -12t1 -11q-14 2 -23 2q-74 0 -126.5 -52.5t-52.5 -126.5z" />
|
||||
</font>
|
||||
</defs></svg>
|
||||
|
After Width: | Height: | Size: 62 KiB |
1
media/com_phocadownload/bootstrap/fonts/index.html
Normal file
@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
||||
1
media/com_phocadownload/bootstrap/index.html
Normal file
@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
||||
11
media/com_phocadownload/bootstrap/js/bootstrap.min.js
vendored
Normal file
1
media/com_phocadownload/bootstrap/js/index.html
Normal file
@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
||||
29
media/com_phocadownload/css/administrator/3.css
Normal file
@ -0,0 +1,29 @@
|
||||
.com_phocadownload {
|
||||
background: #f9f9f9;
|
||||
}
|
||||
.com_phocadownload.layout-edit {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.ph-admin-box-content {
|
||||
padding: 20px;
|
||||
background: #F1F5F9;
|
||||
background: #EDF0F5;
|
||||
margin: 0px !important;
|
||||
margin-top: 10px !important;
|
||||
}
|
||||
|
||||
.com_phocadownload table {
|
||||
background: #fff;
|
||||
border-radius: 3px
|
||||
}
|
||||
|
||||
.ph-extension-info-box {
|
||||
background: #f0f0f0;
|
||||
padding: 1em;
|
||||
}
|
||||
.ph-extension-links-box {
|
||||
margin-top: 1em;
|
||||
padding: 1em;
|
||||
background: #f0f0f0;
|
||||
}
|
||||
55
media/com_phocadownload/css/administrator/4.css
Normal file
@ -0,0 +1,55 @@
|
||||
.com_phocadownload a[target=_blank]:before {
|
||||
content: "" !important;
|
||||
}
|
||||
|
||||
#toolbar a.btn.btn-small i {
|
||||
margin-inline-end: .5rem;
|
||||
}
|
||||
|
||||
.ph-extension-info-box {
|
||||
background: #fff;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.ph-extension-links-box {
|
||||
margin-top: 1em;
|
||||
padding: 1em;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.ph-extension-info-box {
|
||||
|
||||
padding-bottom: 2em;
|
||||
}
|
||||
|
||||
.tpl-bettom.com_phocadownload .ph-extension-info-box,
|
||||
.tpl-bettom.com_phocadownload .ph-extension-links-box {
|
||||
|
||||
background: #505050;
|
||||
|
||||
}
|
||||
|
||||
.tpl-bettom.com_phocadownload .ph-cpanel-logo {
|
||||
background: #000;
|
||||
padding-left: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
|
||||
.tpl-bettom.com_phocadownload .ph-cp-item-icon {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.tpl-bettom.com_phocadownload .phi {
|
||||
|
||||
color: #fff !important;
|
||||
|
||||
}
|
||||
|
||||
.com_phocadownload .table > :not(caption) > * > * {
|
||||
padding: 0.75rem 0.25rem;
|
||||
}
|
||||
|
||||
.com_phocadownload .ph-multiple-table > :not(caption) > * > * {
|
||||
padding: 0.15rem 0.25rem;
|
||||
}
|
||||
1
media/com_phocadownload/css/administrator/index.html
Normal file
@ -0,0 +1 @@
|
||||
<html><body style="background-color: #000;"></body></html>
|
||||
1180
media/com_phocadownload/css/administrator/phocadownload.css
Normal file
@ -0,0 +1,61 @@
|
||||
label {
|
||||
|
||||
}
|
||||
|
||||
hr {
|
||||
border: 1px solid #cce6ff;
|
||||
}
|
||||
|
||||
.ph-options-head {
|
||||
background: #E5F3FF;
|
||||
color: #0079e0;
|
||||
border: 1px solid #add9ff;
|
||||
padding:15px 10px;
|
||||
margin:5px 0;
|
||||
display:block;
|
||||
text-shadow: 0 1px 0 #ffffff;
|
||||
font-size: 110%;
|
||||
}
|
||||
|
||||
.ph-options-head-expert {
|
||||
background: #F2dede;
|
||||
color: #b74848;
|
||||
border: 1px solid #e2b6b6;
|
||||
padding:15px 10px;
|
||||
margin:5px 0;
|
||||
display:block;
|
||||
text-shadow: 0 1px 0 #ffffff;
|
||||
font-size: 110%;
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.ph-options-head,
|
||||
.ph-options-head-expert {
|
||||
margin-left: -240px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.ph-options-head {
|
||||
background-image: linear-gradient(-90deg, #129ED9,#0a5c80);
|
||||
color: #fff;
|
||||
text-shadow: none;
|
||||
border: 0;
|
||||
font-size: 120%;
|
||||
border-radius: 3px;
|
||||
margin: auto;
|
||||
}
|
||||
.ph-options-head-expert {
|
||||
background-image: linear-gradient(-90deg, #b74848,#b74848);
|
||||
color: #fff;
|
||||
text-shadow: none;
|
||||
border: 0;
|
||||
font-size: 120%;
|
||||
border-radius: 3px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
|
||||
.form-horizontal .controls {
|
||||
/*margin-left: 300px !important;*/
|
||||
}
|
||||
268
media/com_phocadownload/css/administrator/rating.css
Normal file
@ -0,0 +1,268 @@
|
||||
/* Rating */
|
||||
/* Voting - style by http://www.jluvip.com/works/css/starvote/index2-1.html*/
|
||||
#phoca-dl-category-box ul.star-rating li,
|
||||
#phoca-dl-category-box ul.star-rating-small li,
|
||||
#phoca-dl-file-box ul.star-rating li,
|
||||
#phoca-dl-file-box ul.star-rating-small li{
|
||||
background: none;
|
||||
list-style-type:none;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating,
|
||||
#phoca-dl-category-box .star-rating,
|
||||
.star-rating{
|
||||
list-style:none;
|
||||
margin: 0px;
|
||||
margin-bottom:5px;
|
||||
padding:0px;
|
||||
width: 110px;
|
||||
height: 22px;
|
||||
position: relative;
|
||||
background: url(../../images/icon-voting.png) top left repeat-x;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating li,
|
||||
#phoca-dl-category-box .star-rating li,
|
||||
.star-rating li{
|
||||
list-style-type:none;
|
||||
padding:0px;
|
||||
margin:0px;
|
||||
/*\*/
|
||||
float: left;
|
||||
/* */
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating li a,
|
||||
#phoca-dl-category-box .star-rating li a,
|
||||
.star-rating li a{
|
||||
display:block;
|
||||
width:22px;
|
||||
height: 22px;
|
||||
text-decoration: none;
|
||||
text-indent: -9000px;
|
||||
z-index: 20;
|
||||
position: absolute;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating li a:hover,
|
||||
#phoca-dl-category-box .star-rating li a:hover,
|
||||
.star-rating li a:hover{
|
||||
background: url(../../images/icon-voting.png) left center;
|
||||
z-index: 2;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating a.star1,
|
||||
#phoca-dl-category-box .star-rating a.star1,
|
||||
.star-rating a.star1{
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating a.star1:hover,
|
||||
#phoca-dl-category-box .star-rating a.star1:hover,
|
||||
.star-rating a.star1:hover{
|
||||
width:22px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating a.stars2,
|
||||
#phoca-dl-category-box .star-rating a.stars2,
|
||||
.star-rating a.stars2{
|
||||
left:22px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating a.stars2:hover,
|
||||
#phoca-dl-category-box .star-rating a.stars2:hover,
|
||||
.star-rating a.stars2:hover{
|
||||
width: 44px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating a.stars3,
|
||||
#phoca-dl-category-box .star-rating a.stars3,
|
||||
.star-rating a.stars3{
|
||||
left: 44px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating a.stars3:hover,
|
||||
#phoca-dl-category-box .star-rating a.stars3:hover,
|
||||
.star-rating a.stars3:hover{
|
||||
width: 66px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating a.stars4,
|
||||
#phoca-dl-category-box .star-rating a.stars4,
|
||||
.star-rating a.stars4{
|
||||
left: 66px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating a.stars4:hover,
|
||||
#phoca-dl-category-box .star-rating a.stars4:hover,
|
||||
.star-rating a.stars4:hover{
|
||||
width: 88px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating a.stars5,
|
||||
#phoca-dl-category-box .star-rating a.stars5,
|
||||
.star-rating a.stars5{
|
||||
left: 88px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating a.stars5:hover,
|
||||
#phoca-dl-category-box .star-rating a.stars5:hover,
|
||||
.star-rating a.stars5:hover{
|
||||
width: 110px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating li.current-rating,
|
||||
#phoca-dl-category-box .star-rating li.current-rating,
|
||||
.star-rating li.current-rating{
|
||||
background: url(../../images/icon-voting.png) left bottom;
|
||||
position: absolute;
|
||||
height: 22px;
|
||||
/*width:77px;*/
|
||||
display: block;
|
||||
text-indent: -9000px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
|
||||
/* Voting small */
|
||||
#phoca-dl-file-box .star-rating-small,
|
||||
#phoca-dl-category-box .star-rating-small,
|
||||
.star-rating-small{
|
||||
list-style:none;
|
||||
margin: 0px;
|
||||
margin-bottom:5px;
|
||||
padding:0px;
|
||||
width: 90px;
|
||||
height: 18px;
|
||||
position: relative;
|
||||
background: url(../../images/icon-voting-small.png) top left repeat-x;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating-small li,
|
||||
#phoca-dl-category-box .star-rating-small li,
|
||||
.star-rating-small li{
|
||||
list-style-type:none;
|
||||
padding:0px;
|
||||
margin:0px;
|
||||
/*\*/
|
||||
float: left;
|
||||
/* */
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating-small li a,
|
||||
#phoca-dl-category-box .star-rating-small li a,
|
||||
.star-rating-small li a{
|
||||
display:block;
|
||||
width:18px;
|
||||
height: 18px;
|
||||
text-decoration: none;
|
||||
text-indent: -9000px;
|
||||
z-index: 20;
|
||||
position: absolute;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating-small li a:hover,
|
||||
#phoca-dl-category-box .star-rating-small li a:hover,
|
||||
.star-rating-small li a:hover{
|
||||
background: url(../../images/icon-voting-small.png) left center;
|
||||
z-index: 2;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating-small a.star1,
|
||||
#phoca-dl-category-box .star-rating-small a.star1,
|
||||
.star-rating-small a.star1{
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating-small a.star1:hover,
|
||||
#phoca-dl-category-box .star-rating-small a.star1:hover,
|
||||
.star-rating-small a.star1:hover{
|
||||
width:18px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating-small a.stars2,
|
||||
#phoca-dl-category-box .star-rating-small a.stars2,
|
||||
.star-rating-small a.stars2{
|
||||
left:18px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating-small a.stars2:hover,
|
||||
#phoca-dl-category-box .star-rating-small a.stars2:hover,
|
||||
.star-rating-small a.stars2:hover{
|
||||
width: 36px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating-small a.stars3,
|
||||
#phoca-dl-category-box .star-rating-small a.stars3,
|
||||
.star-rating-small a.stars3{
|
||||
left: 36px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating-small a.stars3:hover,
|
||||
#phoca-dl-category-box .star-rating-small a.stars3:hover,
|
||||
.star-rating-small a.stars3:hover{
|
||||
width: 54px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating-small a.stars4,
|
||||
#phoca-dl-category-box .star-rating-small a.stars4,
|
||||
.star-rating-small a.stars4{
|
||||
left: 54px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating-small a.stars4:hover,
|
||||
#phoca-dl-category-box .star-rating-small a.stars4:hover,
|
||||
.star-rating-small a.stars4:hover{
|
||||
width: 72px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating-small a.stars5,
|
||||
#phoca-dl-category-box .star-rating-small a.stars5,
|
||||
.star-rating-small a.stars5{
|
||||
left: 72px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating-small a.stars5:hover,
|
||||
#phoca-dl-category-box .star-rating-small a.stars5:hover,
|
||||
.star-rating-small a.stars5:hover{
|
||||
width: 90px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating-small li.current-rating,
|
||||
#phoca-dl-category-box .star-rating-small li.current-rating,
|
||||
.star-rating-small li.current-rating{
|
||||
background: url(../../images/icon-voting-small.png) left bottom;
|
||||
position: absolute;
|
||||
height: 18px;
|
||||
/*width:77px;*/
|
||||
display: block;
|
||||
text-indent: -9000px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.pd-small,
|
||||
.pd-result,
|
||||
#phoca-dl-file-box .pd-small,
|
||||
#phoca-dl-file-box .pd-result,
|
||||
#phoca-dl-category-box .pd-small,
|
||||
#phoca-dl-category-box .pd-result {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
|
||||
#phoca-dl-file-box ul.star-rating-small,
|
||||
#phoca-dl-category-box ul.star-rating-small,
|
||||
#phoca-dl-file-box ul.star-rating-small li,
|
||||
#phoca-dl-category-box ul.star-rating-small li,
|
||||
#phoca-dl-file-box ul.star-rating,
|
||||
#phoca-dl-category-box ul.star-rating,
|
||||
#phoca-dl-file-box ul.star-rating li,
|
||||
#phoca-dl-category-box ul.star-rating li {
|
||||
list-style: none !important;
|
||||
}
|
||||
312
media/com_phocadownload/css/administrator/theme-dark.css
Normal file
@ -0,0 +1,312 @@
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
||||
.ph-cpanel-info-box,
|
||||
.ph-cpanel-tips-box,
|
||||
.ph-extension-links-box,
|
||||
.ph-extension-info-box,
|
||||
.ph-box-info {
|
||||
background-image: none;
|
||||
background-color: rgb(72, 86, 106);
|
||||
}
|
||||
|
||||
.ph-cpanel-logo {
|
||||
padding: 0.5em;
|
||||
background: rgb(255,255,255, 0.5);
|
||||
margin-bottom: 1em
|
||||
}
|
||||
|
||||
.ph-box-info .ph-cpanel-logo {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.ph-box-info .ph-cpanel-logo img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.ph-cp-item-icon {
|
||||
background: rgb(72, 86, 106);
|
||||
background-image: linear-gradient(-45deg, rgb(72, 86, 106), rgb(72, 86, 106));
|
||||
}
|
||||
|
||||
.ph-admin-additional-box {
|
||||
/*background: rgb(255, 222, 125, 0.4);*/
|
||||
background: #b59410;
|
||||
color: #000;
|
||||
|
||||
& a {
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.import-import-box,
|
||||
.import-export-box,
|
||||
#phAdminEdit .ph-admin-order-link,
|
||||
#phAdminEdit .ph-admin-download-links {
|
||||
color: #fff;
|
||||
background: #000;
|
||||
|
||||
}
|
||||
|
||||
table.ph-report-table tr.ph-report-total-row td {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
select.form-control {
|
||||
/* background-color: transparent;*/
|
||||
}
|
||||
|
||||
.subhead .btn:not([disabled]):active, .subhead .btn:not([disabled]):focus, .subhead .btn:not([disabled]):hover {
|
||||
background-color: var(--subhead-btn-accent);
|
||||
border-color: var(--subhead-btn-accent);
|
||||
color: hsla(0,0%,100%,.9);
|
||||
}
|
||||
|
||||
.subhead .btn.btn-warning {
|
||||
--subhead-btn-accent: #ffb514;
|
||||
}
|
||||
|
||||
.ph-admin-stat-row {
|
||||
background: rgb(72, 86, 106);
|
||||
}
|
||||
|
||||
.btn-close {
|
||||
filter: invert(1) grayscale(100%) brightness(0%);
|
||||
}
|
||||
|
||||
#phAdminEdit .subform-repeatable-group {
|
||||
background-color: #2e486b;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#phAdminEdit .subform-repeatable-group .subform-repeatable-group {
|
||||
background-color: #1f3047;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/*form*/
|
||||
#phAdminEdit .chzn-container-single.chzn-disabled .chzn-single,
|
||||
#phAdminEdit select[readonly] {
|
||||
background: #333 !important;
|
||||
color: #777 !important;
|
||||
border: 1px solid #aaa !important;
|
||||
}
|
||||
#phAdminEditPopup input[readonly],
|
||||
#phAdminEdit input[readonly],
|
||||
input.pmreadonly {
|
||||
background: #333 !important;
|
||||
color: #777 !important;
|
||||
}
|
||||
|
||||
#phAdminEdit .chzn-container-single.chzn-disabled .chzn-single:focus,
|
||||
#phAdminEdit .chzn-container-single.chzn-disabled .chzn-single:hover,
|
||||
#phAdminEdit select[readonly]:focus,
|
||||
#phAdminEdit select[readonly]:hover {
|
||||
background: #333 !important;
|
||||
color: #777 !important;
|
||||
border: 1px solid #aaa !important;
|
||||
}
|
||||
|
||||
#phAdminEditPopup input[readonly]:focus,
|
||||
#phAdminEditPopup input[readonly]:hover,
|
||||
#phAdminEdit input[readonly]:focus,
|
||||
#phAdminEdit input[readonly]:hover,
|
||||
input.pmreadonly:focus,
|
||||
input.pmreadonly:hover {
|
||||
background: #333 !important;
|
||||
color: #777 !important;
|
||||
}
|
||||
|
||||
#phAdminEditPopup input[readonly], #phAdminEdit input[readonly], input.pmreadonly {
|
||||
color: #333 !important;
|
||||
background: #777 !important;
|
||||
}
|
||||
|
||||
.ph-editinplace-text {
|
||||
background: #000;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.ph-editinplace-text form {
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* codemirror */
|
||||
.ͼ1 .cm-content[contenteditable="true"] {
|
||||
background-color: rgb(72, 86, 106);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Select 2 */
|
||||
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
||||
.select2-container .select2-choice {
|
||||
color: #fff;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
background: url('../../js/administrator/select2/select-bg-dark.svg') no-repeat right center/116rem;
|
||||
}
|
||||
|
||||
.select2-container.select2-drop-above .select2-choice {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.select2-drop-mask {
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
.select2-drop {
|
||||
background: #000;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.select2-container .select2-choice .select2-arrow {
|
||||
background: #333;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.select2-container .select2-choice .select2-arrow b {
|
||||
|
||||
background: url('../../js/administrator/select2/select2-dark.png') no-repeat 0 1px;
|
||||
}
|
||||
|
||||
.select2-search input {
|
||||
background: #000;
|
||||
background: url('../../js/administrator/select2/select2-dark.png') no-repeat 100% -22px, linear-gradient(to bottom, #000 85%, #000 99%) 0 0;
|
||||
}
|
||||
|
||||
html[dir="rtl"] .select2-search input {
|
||||
background: #000 url('../../js/administrator/select2/select2-dark.png') no-repeat -37px -22px;
|
||||
background: url('../../js/administrator/select2/select2-dark.png') no-repeat -37px -22px, linear-gradient(to bottom, #000 85%, #000 99%) 0 0;
|
||||
}
|
||||
|
||||
.select2-search input.select2-active {
|
||||
background: #000 url('../../js/administrator/select2/select2-spinner.png') no-repeat 100%;
|
||||
background: url('../../js/administrator/select2/select2-spinner.png') no-repeat 100%, linear-gradient(to bottom, #000 85%, #000 99%) 0 0;
|
||||
}
|
||||
|
||||
.select2-dropdown-open .select2-choice {
|
||||
|
||||
background-color: #000;
|
||||
background-image: linear-gradient(to top, #000 0%, #000 50%);
|
||||
}
|
||||
|
||||
.select2-dropdown-open.select2-drop-above .select2-choice,
|
||||
.select2-dropdown-open.select2-drop-above .select2-choices {
|
||||
background-image: linear-gradient(to bottom, #000 0%, #000 50%);
|
||||
}
|
||||
|
||||
.select2-results li em {
|
||||
background: #999;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.select2-results .select2-highlighted ul {
|
||||
background: #000
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.select2-results .select2-no-results,
|
||||
.select2-results .select2-searching,
|
||||
.select2-results .select2-ajax-error,
|
||||
.select2-results .select2-selection-limit {
|
||||
background: #999;
|
||||
}
|
||||
|
||||
/*
|
||||
disabled look for disabled choices in the results dropdown
|
||||
*/
|
||||
.select2-results .select2-disabled.select2-highlighted {
|
||||
color: #666;
|
||||
background: #999;
|
||||
|
||||
}
|
||||
.select2-results .select2-disabled {
|
||||
background: #999;
|
||||
}
|
||||
|
||||
|
||||
.select2-more-results.select2-active {
|
||||
background: #999 url('../../js/administrator/select2/select2-spinner.png') no-repeat 100%;
|
||||
}
|
||||
|
||||
.select2-results .select2-ajax-error {
|
||||
background: rgba(255, 50, 50, .2);
|
||||
}
|
||||
|
||||
.select2-more-results {
|
||||
background: #999;
|
||||
}
|
||||
|
||||
/* disabled styles */
|
||||
|
||||
.select2-container.select2-container-disabled .select2-choice {
|
||||
background-color: #999;
|
||||
border: 1px solid #999;
|
||||
}
|
||||
|
||||
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
|
||||
background-color: #999;
|
||||
}
|
||||
|
||||
|
||||
/* multiselect */
|
||||
|
||||
.select2-container-multi .select2-choices {
|
||||
background-image: linear-gradient(to bottom, #000 1%, #000 15%);
|
||||
}
|
||||
|
||||
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
|
||||
background: #000 url('../../js/administrator/select2/select2-spinner.png') no-repeat 100% !important;
|
||||
}
|
||||
|
||||
.select2-default {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.select2-container-multi .select2-choices .select2-search-choice {
|
||||
|
||||
background-color: #999;
|
||||
background-image: linear-gradient(to bottom, #999 20%, #999 50%, #999 52%, #999 100%);
|
||||
}
|
||||
|
||||
.select2-container-multi .select2-choices .select2-search-choice-focus {
|
||||
background: #999;
|
||||
}
|
||||
|
||||
/* disabled styles */
|
||||
.select2-container-multi.select2-container-disabled .select2-choices {
|
||||
background-color: #999;
|
||||
}
|
||||
|
||||
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
|
||||
background-color: #999;
|
||||
}
|
||||
|
||||
|
||||
.select2-results .select2-no-results {
|
||||
background: #000;
|
||||
}
|
||||
|
||||
.select2-container-multi .select2-choices {
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
|
||||
.select2-container-multi .select2-choices .select2-search-choice {
|
||||
color: #000;
|
||||
|
||||
}
|
||||
|
||||
.select2-search-choice-close::before {
|
||||
content: "\2715";
|
||||
color: #000;
|
||||
font-size: 12em;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
5
media/com_phocadownload/css/custom/default.css
Normal file
@ -0,0 +1,5 @@
|
||||
/*
|
||||
Phoca Download
|
||||
https://www.phoca.cz/
|
||||
https://www.phoca.cz/phocadownload
|
||||
*/
|
||||
1
media/com_phocadownload/css/custom/index.html
Normal file
@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
||||
1
media/com_phocadownload/css/index.html
Normal file
@ -0,0 +1 @@
|
||||
<html><body style="background-color: #000;"></body></html>
|
||||
9
media/com_phocadownload/css/main/bootstrap.min.css
vendored
Normal file
110
media/com_phocadownload/css/main/button.css
Normal file
@ -0,0 +1,110 @@
|
||||
/*
|
||||
Phoca Download
|
||||
https://www.phoca.cz/
|
||||
https://www.phoca.cz/phocadownload
|
||||
*/
|
||||
|
||||
#phoca-dl-category-box .pd-button-mirror1 a,
|
||||
#phoca-dl-category-box .pd-button-mirror2 a,
|
||||
#phoca-dl-file-box .pd-button-mirror1 a,
|
||||
#phoca-dl-file-box .pd-button-mirror2 a,
|
||||
#phoca-dl-file-box .pd-button-download,
|
||||
#phoca-dl-category-box .pd-button-play a,
|
||||
#phoca-dl-category-box .pd-button-preview a,
|
||||
#phoca-dl-category-box .pd-button-download a,
|
||||
#phoca-dl-category-box .pd-button-details a,
|
||||
#phoca-dl-download-box .pd-button-download a {
|
||||
background: url(../../images/btn.png) repeat-x;
|
||||
display: inline-block;
|
||||
padding: 7px 12px 8px;
|
||||
text-decoration: none;
|
||||
box-shadow: 0 1px 2px rgba(0,0,0,0.6);
|
||||
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
|
||||
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
|
||||
|
||||
border-bottom: 1px solid rgba(0,0,0,0.25);
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
|
||||
font-weight: bold;
|
||||
font-size: 110%;
|
||||
padding-left: 28px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#phoca-dl-category-box .pd-button-play a {
|
||||
background: url(../../images/btn.png) repeat-x, url(../../images/icon-play.png) 6px center no-repeat;
|
||||
background-color: #b8301e;
|
||||
}
|
||||
#phoca-dl-category-box .pd-button-preview a {
|
||||
|
||||
background: url(../../images/btn.png) repeat-x, url(../../images/icon-preview.png) 6px center no-repeat;
|
||||
background-color: #bf8e2f;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .pd-button-download {
|
||||
background: url(../../images/btn.png) repeat-x, url(../../images/icon-download.png) 6px center no-repeat;
|
||||
background-color: #269926;
|
||||
}
|
||||
#phoca-dl-download-box .pd-button-download a,
|
||||
#phoca-dl-category-box .pd-button-download a {
|
||||
background: url(../../images/btn.png) repeat-x, url(../../images/icon-download.png) 6px center no-repeat;
|
||||
background-color: #269926;
|
||||
}
|
||||
#phoca-dl-category-box .pd-button-details a {
|
||||
background: url(../../images/btn.png) repeat-x, url(../../images/icon-details.png) 6px center no-repeat;
|
||||
background-color: #294580;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .pd-button-mirror1 a,
|
||||
#phoca-dl-category-box .pd-button-mirror1 a {
|
||||
background: url(../../images/btn.png) repeat-x, url(../../images/icon-extlink1.png) 6px center no-repeat;
|
||||
background-color: #1d786c;
|
||||
}
|
||||
#phoca-dl-file-box .pd-button-mirror2 a,
|
||||
#phoca-dl-category-box .pd-button-mirror2 a {
|
||||
background: url(../../images/btn.png) repeat-x, url(../../images/icon-extlink2.png) 6px center no-repeat;
|
||||
background-color: #aabb2d;
|
||||
}
|
||||
|
||||
#phoca-dl-category-box .pd-button-play a:hover {
|
||||
background: url(../../images/btn.png) repeat-x, url(../../images/icon-play.png) 6px center no-repeat;
|
||||
background-color: #78160a;
|
||||
}
|
||||
#phoca-dl-category-box .pd-button-preview a:hover {
|
||||
background: url(../../images/btn.png) repeat-x, url(../../images/icon-preview.png) 6px center no-repeat;
|
||||
background-color: #7c570f;
|
||||
}
|
||||
#phoca-dl-download-box .pd-button-download a:hover,
|
||||
#phoca-dl-category-box .pd-button-download a:hover {
|
||||
background: url(../../images/btn.png) repeat-x, url(../../images/icon-download.png) 6px center no-repeat;
|
||||
background-color: #0c630c;
|
||||
}
|
||||
#phoca-dl-category-box .pd-button-details a:hover {
|
||||
|
||||
background: url(../../images/btn.png) repeat-x, url(../../images/icon-details.png) 6px center no-repeat;
|
||||
background-color: #0d2453;
|
||||
}
|
||||
#phoca-dl-category-box .pd-button-mirror1 a:hover {
|
||||
background: url(../../images/btn.png) repeat-x, url(../../images/icon-extlink1.png) 6px center no-repeat;
|
||||
background-color: #094e45;
|
||||
}
|
||||
#phoca-dl-category-box .pd-button-mirror2 a:hover {
|
||||
background: url(../../images/btn.png) repeat-x, url(../../images/icon-extlink2.png) 6px center no-repeat;
|
||||
background-color: #6d7a0f;
|
||||
}
|
||||
|
||||
#phoca-dl-download-box .pd-button-download a,
|
||||
#phoca-dl-category-box .pd-button-mirror1 a,
|
||||
#phoca-dl-category-box .pd-button-mirror2 a,
|
||||
#phoca-dl-file-box .pd-button-mirror1 a,
|
||||
#phoca-dl-file-box .pd-button-mirror2 a,
|
||||
#phoca-dl-category-box .pd-button-play a,
|
||||
#phoca-dl-category-box .pd-button-preview a,
|
||||
#phoca-dl-category-box .pd-button-download a,
|
||||
#phoca-dl-category-box .pd-button-details a {
|
||||
border-radius: 0px;
|
||||
-moz-border-radius: 0px;
|
||||
-webkit-border-radius: 0px;
|
||||
}
|
||||
|
||||
18
media/com_phocadownload/css/main/buttonrc.css
Normal file
@ -0,0 +1,18 @@
|
||||
/*
|
||||
Phoca Download
|
||||
https://www.phoca.cz/
|
||||
https://www.phoca.cz/phocadownload
|
||||
*/
|
||||
#phoca-dl-download-box .pd-button-download a,
|
||||
#phoca-dl-category-box .pd-button-mirror1 a,
|
||||
#phoca-dl-category-box .pd-button-mirror2 a,
|
||||
#phoca-dl-file-box .pd-button-mirror1 a,
|
||||
#phoca-dl-file-box .pd-button-mirror2 a,
|
||||
#phoca-dl-category-box .pd-button-play a,
|
||||
#phoca-dl-category-box .pd-button-preview a,
|
||||
#phoca-dl-category-box .pd-button-download a,
|
||||
#phoca-dl-category-box .pd-button-details a {
|
||||
border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
-webkit-border-radius: 6px;
|
||||
}
|
||||
1
media/com_phocadownload/css/main/index.html
Normal file
@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
||||
1042
media/com_phocadownload/css/main/phocadownload.css
Normal file
268
media/com_phocadownload/css/main/rating.css
Normal file
@ -0,0 +1,268 @@
|
||||
/* Rating */
|
||||
/* Voting - style by http://www.jluvip.com/works/css/starvote/index2-1.html*/
|
||||
#phoca-dl-category-box ul.star-rating li,
|
||||
#phoca-dl-category-box ul.star-rating-small li,
|
||||
#phoca-dl-file-box ul.star-rating li,
|
||||
#phoca-dl-file-box ul.star-rating-small li{
|
||||
background: none;
|
||||
list-style-type:none;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating,
|
||||
#phoca-dl-category-box .star-rating,
|
||||
.star-rating{
|
||||
list-style:none;
|
||||
margin: 0px;
|
||||
margin-bottom:5px;
|
||||
padding:0px;
|
||||
width: 110px;
|
||||
height: 22px;
|
||||
position: relative;
|
||||
background: url(../../images/icon-voting.png) top left repeat-x;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating li,
|
||||
#phoca-dl-category-box .star-rating li,
|
||||
.star-rating li{
|
||||
list-style-type:none;
|
||||
padding:0px;
|
||||
margin:0px;
|
||||
/*\*/
|
||||
float: left;
|
||||
/* */
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating li a,
|
||||
#phoca-dl-category-box .star-rating li a,
|
||||
.star-rating li a{
|
||||
display:block;
|
||||
width:22px;
|
||||
height: 22px;
|
||||
text-decoration: none;
|
||||
text-indent: -9000px;
|
||||
z-index: 20;
|
||||
position: absolute;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating li a:hover,
|
||||
#phoca-dl-category-box .star-rating li a:hover,
|
||||
.star-rating li a:hover{
|
||||
background: url(../../images/icon-voting.png) left center;
|
||||
z-index: 2;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating a.star1,
|
||||
#phoca-dl-category-box .star-rating a.star1,
|
||||
.star-rating a.star1{
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating a.star1:hover,
|
||||
#phoca-dl-category-box .star-rating a.star1:hover,
|
||||
.star-rating a.star1:hover{
|
||||
width:22px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating a.stars2,
|
||||
#phoca-dl-category-box .star-rating a.stars2,
|
||||
.star-rating a.stars2{
|
||||
left:22px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating a.stars2:hover,
|
||||
#phoca-dl-category-box .star-rating a.stars2:hover,
|
||||
.star-rating a.stars2:hover{
|
||||
width: 44px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating a.stars3,
|
||||
#phoca-dl-category-box .star-rating a.stars3,
|
||||
.star-rating a.stars3{
|
||||
left: 44px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating a.stars3:hover,
|
||||
#phoca-dl-category-box .star-rating a.stars3:hover,
|
||||
.star-rating a.stars3:hover{
|
||||
width: 66px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating a.stars4,
|
||||
#phoca-dl-category-box .star-rating a.stars4,
|
||||
.star-rating a.stars4{
|
||||
left: 66px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating a.stars4:hover,
|
||||
#phoca-dl-category-box .star-rating a.stars4:hover,
|
||||
.star-rating a.stars4:hover{
|
||||
width: 88px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating a.stars5,
|
||||
#phoca-dl-category-box .star-rating a.stars5,
|
||||
.star-rating a.stars5{
|
||||
left: 88px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating a.stars5:hover,
|
||||
#phoca-dl-category-box .star-rating a.stars5:hover,
|
||||
.star-rating a.stars5:hover{
|
||||
width: 110px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating li.current-rating,
|
||||
#phoca-dl-category-box .star-rating li.current-rating,
|
||||
.star-rating li.current-rating{
|
||||
background: url(../../images/icon-voting.png) left bottom;
|
||||
position: absolute;
|
||||
height: 22px;
|
||||
/*width:77px;*/
|
||||
display: block;
|
||||
text-indent: -9000px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
|
||||
/* Voting small */
|
||||
#phoca-dl-file-box .star-rating-small,
|
||||
#phoca-dl-category-box .star-rating-small,
|
||||
.star-rating-small{
|
||||
list-style:none;
|
||||
margin: 0px;
|
||||
margin-bottom:5px;
|
||||
padding:0px;
|
||||
width: 90px;
|
||||
height: 18px;
|
||||
position: relative;
|
||||
background: url(../../images/icon-voting-small.png) top left repeat-x;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating-small li,
|
||||
#phoca-dl-category-box .star-rating-small li,
|
||||
.star-rating-small li{
|
||||
list-style-type:none;
|
||||
padding:0px;
|
||||
margin:0px;
|
||||
/*\*/
|
||||
float: left;
|
||||
/* */
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating-small li a,
|
||||
#phoca-dl-category-box .star-rating-small li a,
|
||||
.star-rating-small li a{
|
||||
display:block;
|
||||
width:18px;
|
||||
height: 18px;
|
||||
text-decoration: none;
|
||||
text-indent: -9000px;
|
||||
z-index: 20;
|
||||
position: absolute;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating-small li a:hover,
|
||||
#phoca-dl-category-box .star-rating-small li a:hover,
|
||||
.star-rating-small li a:hover{
|
||||
background: url(../../images/icon-voting-small.png) left center;
|
||||
z-index: 2;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating-small a.star1,
|
||||
#phoca-dl-category-box .star-rating-small a.star1,
|
||||
.star-rating-small a.star1{
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating-small a.star1:hover,
|
||||
#phoca-dl-category-box .star-rating-small a.star1:hover,
|
||||
.star-rating-small a.star1:hover{
|
||||
width:18px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating-small a.stars2,
|
||||
#phoca-dl-category-box .star-rating-small a.stars2,
|
||||
.star-rating-small a.stars2{
|
||||
left:18px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating-small a.stars2:hover,
|
||||
#phoca-dl-category-box .star-rating-small a.stars2:hover,
|
||||
.star-rating-small a.stars2:hover{
|
||||
width: 36px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating-small a.stars3,
|
||||
#phoca-dl-category-box .star-rating-small a.stars3,
|
||||
.star-rating-small a.stars3{
|
||||
left: 36px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating-small a.stars3:hover,
|
||||
#phoca-dl-category-box .star-rating-small a.stars3:hover,
|
||||
.star-rating-small a.stars3:hover{
|
||||
width: 54px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating-small a.stars4,
|
||||
#phoca-dl-category-box .star-rating-small a.stars4,
|
||||
.star-rating-small a.stars4{
|
||||
left: 54px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating-small a.stars4:hover,
|
||||
#phoca-dl-category-box .star-rating-small a.stars4:hover,
|
||||
.star-rating-small a.stars4:hover{
|
||||
width: 72px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating-small a.stars5,
|
||||
#phoca-dl-category-box .star-rating-small a.stars5,
|
||||
.star-rating-small a.stars5{
|
||||
left: 72px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating-small a.stars5:hover,
|
||||
#phoca-dl-category-box .star-rating-small a.stars5:hover,
|
||||
.star-rating-small a.stars5:hover{
|
||||
width: 90px;
|
||||
}
|
||||
|
||||
#phoca-dl-file-box .star-rating-small li.current-rating,
|
||||
#phoca-dl-category-box .star-rating-small li.current-rating,
|
||||
.star-rating-small li.current-rating{
|
||||
background: url(../../images/icon-voting-small.png) left bottom;
|
||||
position: absolute;
|
||||
height: 18px;
|
||||
/*width:77px;*/
|
||||
display: block;
|
||||
text-indent: -9000px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.pd-small,
|
||||
.pd-result,
|
||||
#phoca-dl-file-box .pd-small,
|
||||
#phoca-dl-file-box .pd-result,
|
||||
#phoca-dl-category-box .pd-small,
|
||||
#phoca-dl-category-box .pd-result {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
|
||||
#phoca-dl-file-box ul.star-rating-small,
|
||||
#phoca-dl-category-box ul.star-rating-small,
|
||||
#phoca-dl-file-box ul.star-rating-small li,
|
||||
#phoca-dl-category-box ul.star-rating-small li,
|
||||
#phoca-dl-file-box ul.star-rating,
|
||||
#phoca-dl-category-box ul.star-rating,
|
||||
#phoca-dl-file-box ul.star-rating li,
|
||||
#phoca-dl-category-box ul.star-rating li {
|
||||
list-style: none !important;
|
||||
}
|
||||
BIN
media/com_phocadownload/duotone/fonts/joomla-fonts.eot
Normal file
598
media/com_phocadownload/duotone/fonts/joomla-fonts.svg
Normal file
@ -0,0 +1,598 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<font id="" horiz-adv-x="1000" >
|
||||
<font-face font-family="JoomlaFont" font-weight="400" font-style="Regular" units-per-em="1000" ascent="850" descent="-150" />
|
||||
<missing-glyph horiz-adv-x="1000" />
|
||||
<glyph glyph-name="access-levels" horiz-adv-x="1000" unicode="𓪲" d="M787 596c118 0 213-94 213-211 0-116-92-209-205-213l-8 0-44 0 0 13c0 38-20 73-52 93l-6 4 0 9c0 90-71 164-160 167l-7 0-37 0c-90 0-163-70-167-160l0-7 0-9c-33-17-56-51-58-90l0-7 0-13-76 0c-100 0-180 80-180 180 0 97 76 176 173 180l7 0 8 0 8-1 0 0 7-1 2 8c33 120 140 208 269 212l9 0 10 0c105-4 196-63 244-150l4-9 9 2c12 2 25 3 37 3z" />
|
||||
<glyph glyph-name="access-levels" horiz-adv-x="1000" unicode="𓪳" d="M481 393l37 0c55 0 99-43 102-96l0-6 0-61 13 0c23 0 44-18 45-41l0-194c0-24-18-43-41-45l-4 0-267 0c-23 0-43 18-45 41l0 4 0 190c0 24 18 43 41 45l4 0 13 0 0 61c0 55 43 99 96 102l6 0 37 0-37 0z m18-236l-4 0c-18-2-32-17-32-35 0-14 7-25 18-31l3-2-14-58c-1-4 1-8 5-9l2 0 45 0c5 0 8 3 8 7l0 2-16 58c12 5 21 18 21 33 0 18-14 33-32 35l-4 0z m20 175l-37 0c-22 0-39-16-41-37l0-4 0-61 119 0 0 61c0 22-17 39-37 41l-4 0z" />
|
||||
<glyph glyph-name="accessibility" horiz-adv-x="1000" unicode="𓪴" d="M433 804l5-1c7 0 14-2 20-5l5-2c0 0 263-153 263-153 14-9 22-22 26-37 5-19 2-41-11-58l-3-5-111-125 201 11 5 0 5 0c13-2 25-8 34-17 10-11 16-25 16-39l0-6-24-297c-3-28-25-50-52-52l-5 0-5 0 0 0c-30 2-53 27-53 57l0 5 19 231-77-4c19-39 30-83 30-130 0-74-28-141-73-193l-7-8-74 74c30 34 49 79 49 127 0 104-85 189-189 189-46 0-88-16-120-43l-7-6-74 74c39 37 88 63 142 74l11 2 143 162-81 47-97-87c-10-9-22-14-34-15l-5 0c-16 0-31 7-42 19-20 23-20 56 0 78l4 3 129 115c9 8 20 13 32 14l5 1z m333 46c53 0 96-43 96-96 0-51-40-93-91-96l-5 0c-54 0-97 43-97 96 0 53 43 96 97 96z" />
|
||||
<glyph glyph-name="accessibility" horiz-adv-x="1000" unicode="𓪵" d="M196 358l75-75c-21-30-33-66-33-106 0-101 81-185 182-188l7-1 10 1c32 1 62 11 88 27l8 5 75-75c-50-39-113-62-181-62-162 0-294 131-294 293 0 65 21 124 56 172l7 9z" />
|
||||
<glyph glyph-name="add-users" horiz-adv-x="1000" unicode="𓪶" d="M542 308c81 0 242-39 249-119l1-6 0-250c0-21-17-39-38-41l-4 0-417 0c-21 0-39 16-41 37l0 4 0 250c0 84 166 125 250 125z m-375 250c21 0 39-16 41-37l0-4 0-84 84 0c23 0 41-18 41-41 0-22-16-40-37-42l-4 0-84 0 0-83c0-22-16-40-37-42l-4 0c-22 0-40 17-42 37l0 5 0 83-83 0c-23 0-42 19-42 42 0 21 17 39 37 41l5 0 83 0 0 84c0 23 19 41 42 41z m375 84c69 0 124-56 124-125 0-67-52-122-118-125l-6 0c-69 0-125 56-125 125 0 69 56 125 125 125z" />
|
||||
<glyph glyph-name="add-users" horiz-adv-x="1000" unicode="𓪷" d="M818 302c81-14 176-52 182-113l0-6 0-229c0-10-8-19-18-20l-3-1-106 0c1 5 1 9 2 14l0 7 0 229c0 50-23 88-57 119z m-68 340c69 0 125-56 125-125 0-67-52-122-118-125l-7 0c-13 0-26 2-38 6 23 34 38 74 38 119 0 44-14 85-38 119 12 4 25 6 38 6z" />
|
||||
<glyph glyph-name="address" horiz-adv-x="1000" unicode="𓪸" d="M94 717l750 0c51 0 91-38 93-88l1-6 0-500c0-51-38-91-88-94l-6 0-750 0c-51 0-91 38-94 88l0 6 0 500c0 51 38 91 88 94l6 0 750 0-750 0z m250-344l-125 0c-51 0-91-38-94-88l0-6 0-94c0-17 11-29 27-31l4 0 250 0c18 0 30 11 31 28l1 3 0 94c0 51-38 91-88 94l-6 0z m344-94l-157 0c-18 0-31-12-31-31 0-17 11-29 27-31l4 0 157 0c18 0 31 12 31 31 0 17-11 29-28 31l-3 0z m93 125l-250 0c-18 0-31-12-31-31 0-17 11-29 27-31l4 0 250 0c19 0 32 12 32 31 0 17-11 29-28 31l-4 0z m-500 188l-6 0c-50-3-87-43-87-94 0-51 37-91 87-94l6 0 6 0c50 3 88 43 88 94 0 51-38 91-88 94l-6 0z" />
|
||||
<glyph glyph-name="address" horiz-adv-x="1000" unicode="𓪹" d="M956 642c7-16 13-32 13-50l0-500c0-53-41-94-94-94l-750 0c-19 0-34 6-50 12 19-25 47-43 81-43l750 0c53 0 94 40 94 93l0 500c0 35-19 63-44 82z" />
|
||||
<glyph glyph-name="angle-double-left" horiz-adv-x="1000" unicode="𓴂" d="M778 750l4 0c15-1 28-11 34-24 6-12 5-26-1-38l-2-4-238-338c-5-7-5-15-2-22l2-3 238-339c9-12 10-29 2-43-7-14-21-22-37-22-12 0-24 5-31 14l-3 3-263 375c-10 14-10 31-3 45l3 3 263 375c8 11 21 18 34 18l0 0z" />
|
||||
<glyph glyph-name="angle-double-left" horiz-adv-x="1000" unicode="𓴃" d="M174 357l264 375c13 19 39 24 58 11 18-13 23-37 12-55l-2-4-238-338c-4-7-5-15-1-22l1-3 238-339c9-12 10-29 3-43-7-14-21-22-37-22-12 0-24 5-32 14l-2 3-264 375c-9 14-10 31-2 45l2 3 264 375-264-375z" />
|
||||
<glyph glyph-name="angle-double-right" horiz-adv-x="1000" unicode="𓴋" d="M813 357l-264 375c-13 19-39 24-58 11-18-13-23-37-13-55l3-4 237-338c5-7 6-15 2-22l-2-3-237-339c-9-12-10-29-3-43 7-14 21-22 37-22 12 0 24 5 32 14l2 3 264 375c9 14 10 31 2 45l-2 3-264 375 264-375z" />
|
||||
<glyph glyph-name="angle-double-right" horiz-adv-x="1000" unicode="𓴌" d="M209 750l-4 0c-15-1-28-11-34-24-6-12-5-26 1-38l2-4 238-338c5-7 5-15 2-22l-2-3-238-339c-9-12-10-29-3-43 8-14 22-22 38-22 12 0 23 5 31 14l3 3 263 375c9 14 10 31 3 45l-3 3-263 375c-8 11-21 18-34 18z" />
|
||||
<glyph glyph-name="apply" horiz-adv-x="1000" unicode="𓪺" d="M309 126l-28 242 311 311-463 0c-34 0-62-28-62-62l0-671c0-35 28-63 62-63l671 0c17 0 32 7 44 19 12 11 18 27 18 44l0 463-311-312-242 29z" />
|
||||
<glyph glyph-name="apply" horiz-adv-x="1000" unicode="𓪻" d="M807 783c15 0 30-6 41-17l102-101c11-11 17-26 17-42 0-15-6-30-17-41l-425-425-164 20-20 165 424 424c11 11 26 17 42 17z" />
|
||||
<glyph glyph-name="archive" horiz-adv-x="1000" unicode="𓪼" d="M876 449l0-508c0-15-6-29-16-39-10-10-22-15-35-17l-5 0-674 0c-30 0-54 23-56 52l0 4 0 508 786 0z m-333-113l-120 0c-33 0-60-27-60-60 0-32 24-57 55-60l5 0 120 0c33 0 60 27 60 60 0 32-25 57-55 60l-5 0z" />
|
||||
<glyph glyph-name="archive" horiz-adv-x="1000" unicode="𓪽" d="M876 817c29 0 53-23 56-52l0-5 0-225c0-30-22-54-51-56l-5 0-786 0c-15 0-30 6-40 17-9 9-15 21-16 34l-1 5 0 225c0 30 23 54 52 57l5 0 786 0z" />
|
||||
<glyph glyph-name="arrow-first" horiz-adv-x="1000" unicode="𓪾" d="M801 691l5 0c30-2 58-25 61-59l0-5 0-520c0-35-26-61-57-64l-5 0-4-1c-10 1-20 4-30 9l-5 3-368 260c-35 25-37 75-5 102l5 3 368 260c10 6 20 10 29 11l6 1z" />
|
||||
<glyph glyph-name="arrow-first" horiz-adv-x="1000" unicode="𓪿" d="M164 750c35 0 64-29 64-64l0-639c0-33-26-61-59-64l-5 0c-35 0-64 29-64 64l0 639c0 35 29 64 64 64z" />
|
||||
<glyph glyph-name="arrow-last" horiz-adv-x="1000" unicode="𓫀" d="M166 657l4 0c9-1 17-3 25-8l6-3 369-261c34-24 35-74 4-101l-4-3-369-260c-10-7-20-10-31-11l-4-1c-32 0-63 24-66 59l0 5 0 520c0 39 32 65 66 64z" />
|
||||
<glyph glyph-name="arrow-last" horiz-adv-x="1000" unicode="𓫁" d="M803 717l5 0c31-3 56-28 59-59l0-5 0-639c0-35-29-64-64-64-34 0-61 26-64 59l0 5 0 639c0 33 26 61 59 64l5 0z" />
|
||||
<glyph glyph-name="articles" horiz-adv-x="1000" unicode="𓫂" d="M185 783l605 0c8 0 16-6 17-15l0-2 0-588-231 0c-9 0-16-6-18-15l0-2 0-232-373 0c-9 0-17 7-18 15l0 3 0 819c0 8 6 16 15 17l3 0 605 0-605 0z m533-462l-462 0c-10 0-18-8-18-18 0-9 6-16 15-18l3 0 462 0c10 0 18 8 18 18 0 9-6 16-15 18l-3 0z m0 142l-462 0c-10 0-18-8-18-18 0-9 6-16 15-17l3 0 462 0c10 0 18 7 18 17 0 9-6 16-15 18l-3 0z m0 142l-462 0c-10 0-18-8-18-17 0-9 6-17 15-18l3 0 462 0c10 0 18 8 18 18 0 8-6 16-15 17l-3 0z" />
|
||||
<glyph glyph-name="articles" horiz-adv-x="1000" unicode="𓫃" d="M797 143l-203-204 0 204z" />
|
||||
<glyph glyph-name="ascending" horiz-adv-x="1000" unicode="𓫄" d="M960 166c22 0 40-18 40-40 0-21-16-38-36-40l-4 0-371 0c-23 0-41 18-41 40 0 22 18 40 41 40l371 0z m-65 161c22 0 41-18 41-40 0-21-16-38-37-40l-4 0-306 0c-23 0-41 18-41 40 0 22 18 40 41 40l306 0z m-64 162c22 0 40-18 40-41 0-20-16-38-36-40l-4 0-242 0c-23 0-41 18-41 40 0 23 18 41 41 41l242 0z m-65 161c22 0 41-18 41-40 0-21-16-38-37-40l-4-1-177 0c-23 0-41 18-41 41 0 22 18 40 41 40l177 0z" />
|
||||
<glyph glyph-name="ascending" horiz-adv-x="1000" unicode="𓫅" d="M58 289l105-106 0 435c0 18 14 32 32 32 18 0 32-14 32-32l0-435 106 106c13 13 34 13 47 0 14-14 14-35 0-48l-161-162c-5-5-11-8-18-9l-4-1-4 0c-8 1-16 4-22 10l-161 162c-13 13-13 34 0 48 7 7 17 10 26 9l4 0c6-1 13-4 18-9z" />
|
||||
<glyph glyph-name="backward" horiz-adv-x="1000" unicode="𓫆" d="M880 617l4-1c25-2 47-23 47-51l0-419c0-28-22-49-47-51l-4-1c-10 0-21 3-31 10l-297 209c-29 21-29 64 0 84l297 210c10 7 21 10 31 10z" />
|
||||
<glyph glyph-name="backward" horiz-adv-x="1000" unicode="𓫇" d="M417 617l4-1c24-2 46-23 46-51l0-419c0-28-22-49-46-51l-4-1c-11 0-22 3-31 10l-298 209c-28 21-28 64 0 84l298 210c8 6 17 9 26 9l5 1z" />
|
||||
<glyph glyph-name="bar" horiz-adv-x="1000" unicode="𓫈" d="M275 467c32 0 58-27 58-59l0-291c0-32-26-59-58-59l-8 0c-32 0-59 27-59 59l0 291c0 32 27 59 59 59l8 0z m417-159c32 0 58-26 58-58l0-133c0-32-26-59-58-59-32 0-59 27-59 59l0 133c0 32 27 58 59 58z" />
|
||||
<glyph glyph-name="bar" horiz-adv-x="1000" unicode="𓫉" d="M500 642c32 0 58-27 58-59l0-466c0-31-23-56-53-58l-5-1c-32 0-58 27-58 59l0 466c0 32 26 59 58 59z" />
|
||||
<glyph glyph-name="batch" horiz-adv-x="1000" unicode="𓫊" d="M704 221l89-71-280-224-280 224 89 71 191-153 191 153z m-191 529l280-224-280-224-280 224 280 224z" />
|
||||
<glyph glyph-name="batch" horiz-adv-x="1000" unicode="𓫋" d="M708 408l85-68-280-224-280 224 85 68 195-157z" />
|
||||
<glyph glyph-name="book" horiz-adv-x="1000" unicode="𓫌" d="M262 653l14 0c69-3 139-22 202-58l12-7 0-578 14 7c62 30 130 46 200 48l15 0 16 0c45-1 89-9 131-22l16-5 0 582 13-5c14-6 27-13 39-20l13-7 0-599c0-18-15-33-32-33-4 0-9 2-14 4-53 24-110 38-168 40l-14 0-14 0c-75-3-149-24-215-65-65 41-140 62-214 65l-14 0-15 0c-57-2-114-16-168-40-4-2-9-4-14-4-15 0-29 13-31 29l-1 4 0 599c66 41 141 62 215 65l14 0z" />
|
||||
<glyph glyph-name="book" horiz-adv-x="1000" unicode="𓫍" d="M817 783l0-456-261-196 0 457z" />
|
||||
<glyph glyph-name="bookmark" horiz-adv-x="1000" unicode="𓫎" d="M375 808l417 0c44 0 80-34 83-77l0-6 0-667-83 42 0 542c0 44-35 80-78 83l-6 0-416 0 0 6c3 41 36 74 77 77l6 0 417 0-417 0z" />
|
||||
<glyph glyph-name="bookmark" horiz-adv-x="1000" unicode="𓫏" d="M208 642l417 0c44 0 80-35 83-78l0-6 0-666-291 125-292-125 0 666c0 44 35 81 78 84l5 0 417 0-417 0z" />
|
||||
<glyph glyph-name="briefcase-alt" horiz-adv-x="1000" unicode="𓫐" d="M500 725c90 0 163-71 167-159l0-8 166 0c44 0 81-34 84-77l0-6 0-125c0-44-35-80-78-83l-6 0-250 0 0 41c0 22-16 40-37 42l-4 0-84 0c-21 0-39-16-41-37l0-5 0-41-250 0c-45 0-81 34-83 78l-1 5 0 125c0 44 35 80 78 83l6 0 166 0c0 92 75 167 167 167z m0-83c-44 0-80-35-83-78l0-6 166 0c0 44-34 81-77 84l-6 0z" />
|
||||
<glyph glyph-name="briefcase-alt" horiz-adv-x="1000" unicode="𓫑" d="M875 225l0-167c0-44-35-80-78-83l-5 0-583 0c-44 0-81 35-83 78l-1 5 0 167 292 0c0-21 16-39 37-41l4-1 84 0c21 0 39 17 41 38l0 4 292 0 0-167 0 167z" />
|
||||
<glyph glyph-name="briefcase" horiz-adv-x="1000" unicode="𓫒" d="M427 717l163 0c45 0 79-32 81-76l0-6 0-41 164 0c43 0 78-34 81-76l0-5 0-245c0-43-34-79-76-82l-5 0-653 0c-43 0-79 34-82 76l0 6 0 245c0 43 34 78 76 81l6 0 163 0 0 41c0 45 32 79 76 82l6 0z m81-368c-24 0-41-16-41-40 0-25 17-41 41-41 25 0 41 16 41 41 0 24-16 40-41 40z m82 286l-163 0 0-41 163 0 0 41z" />
|
||||
<glyph glyph-name="briefcase" horiz-adv-x="1000" unicode="𓫓" d="M916 227l0-163c0-43-34-79-76-82l-5 0-653 0c-43 0-79 34-82 76l0 6 0 163 0-5c3-41 36-74 76-76l6-1 653 0c43 0 78 34 81 77l0 5z" />
|
||||
<glyph glyph-name="broadcast" horiz-adv-x="1000" unicode="𓫔" d="M257 370c144 104 339 104 483 0 27-19 30-58 9-84l-4-4c-21-20-53-22-77-5-101 72-238 72-340 0-23-17-55-15-76 5-25 25-24 68 5 88z m-169 167c239 195 583 195 821 0 27-22 29-62 4-87-21-21-55-23-79-4-195 160-477 160-672 0-23-19-57-17-78 4-25 25-23 66 4 87z" />
|
||||
<glyph glyph-name="broadcast" horiz-adv-x="1000" unicode="𓫕" d="M416 193c52 26 112 26 163 0 24-12 29-43 13-63l-3-3-61-62c-7-6-15-10-23-11l-5-1-4 0c-8 1-17 4-24 9l-3 3-61 62c-20 19-15 53 8 66z" />
|
||||
<glyph glyph-name="brush" horiz-adv-x="1000" unicode="𓫖" d="M834 475l38-37c25-26 24-53 1-79l-4-3-167-167c-12-12-24-19-37-21l-4 0-4 0c-11 1-22 5-33 14l-4 5-233 233c-26 26-26 51-4 79l11 13c72 91 70 173 107 219 10 13 23 19 37 19l4 0c10-1 21-5 30-13l4-4 181-181c-5-54-45-107-79-146l-6-7-11-11c-3-4-5-9-1-13 2-2 4-3 7-3l3 0c28 3 99 51 142 85l12 10 10 8 38-37-38 37z" />
|
||||
<glyph glyph-name="brush" horiz-adv-x="1000" unicode="𓫗" d="M294 432l4 0c12-2 24-7 35-17l4-4 284-284c26-27 28-57 5-83l-4-4-28-28c-12-12-25-19-39-20l-4 0c-13 0-27 6-40 17l-4 4-89 89c-21-41-48-112-79-143-22-22-47-34-73-35l-6 0c-29-1-60 13-87 39-51 51-53 117-4 166 30 29 94 54 135 74l8 4-88 90c-27 27-28 57-5 82l3 4 28 29c14 13 29 20 44 20z m-42-360l-4 0c-6-1-12-4-17-9-11-12-12-29 0-41 6-6 14-9 21-9l4 0c6 1 12 4 17 9 11 12 11 29 0 41-5 5-11 8-17 9l-4 0 0 0z" />
|
||||
<glyph glyph-name="bug" horiz-adv-x="1000" unicode="𓫘" d="M89 645c18 18 45 19 65 5l3-4 109-108 449 0 109 108c9 9 22 14 34 14l5-1c10-1 21-6 29-14 17-17 19-45 4-64l-3-4-109-108 0-127 147 0c27 0 49-22 49-49 0-25-19-46-44-49l-5 0-147 0c0-37-7-73-21-108l4-2 0 0 3-2 139-139c18-19 17-49-2-68-8-8-18-13-29-14l-4-1c-11 0-22 3-30 10l-5 4-127 127-8-8c-41-44-95-74-154-87l-11-2 0 486-98 0 0-486c-63 11-121 42-165 89l-7 8-128-127c-8-8-19-12-30-13l-4 0c-12 0-25 5-34 14-18 18-19 45-4 64l3 4 139 139c2 2 4 3 6 4-12 31-19 63-21 96l0 12-147 0-5 1c-25 2-44 23-44 48 0 26 19 47 44 49l5 0 147 0 0 127-108 108c-18 19-17 50 1 68z" />
|
||||
<glyph glyph-name="bug" horiz-adv-x="1000" unicode="𓫙" d="M490 783c106 0 192-83 196-188l0-8-392 0c0 106 84 192 189 196l7 0 0 0z" />
|
||||
<glyph glyph-name="calendar" horiz-adv-x="1000" unicode="𓫚" d="M287 180c15 0 21-4 22-18l0-3 0-27c0-15-5-20-18-21l-4 0-26 0c-15 0-21 4-22 17l0 4 0 27c0 15 5 20 18 21l4 0 26 0z m122 0l27 0c15 0 21-4 22-18l0-3 0-27c0-15-5-20-18-21l-4 0-27 0c-15 0-21 4-21 17l-1 4 0 27c0 15 5 20 19 21l3 0 27 0z m176 0c16 0 22-5 22-21l0-27c0-16-6-21-22-21l-27 0c-16 0-21 5-21 21l0 27c0 16 5 21 21 21l27 0z m-298 146c15 0 21-4 22-17l0-4 0-27c0-15-5-20-18-21l-4 0-26 0c-15 0-21 4-22 18l0 3 0 27c0 15 5 20 18 21l4 0 26 0z m149 0c15 0 21-4 22-17l0-4 0-27c0-15-5-20-18-21l-4 0-27 0c-15 0-21 4-21 18l-1 3 0 27c0 15 5 20 19 21l3 0 27 0z m149 0c15 0 21-4 22-17l0-4 0-27c0-15-5-20-18-21l-4 0-27 0c-15 0-21 4-21 18l0 3 0 27c0 15 4 20 18 21l3 0 27 0z m149 0c15 0 21-4 22-17l0-4 0-27c0-15-5-20-19-21l-3 0-27 0c-15 0-21 4-21 18l0 3 0 27c0 15 4 20 17 21l4 0 27 0z m-298 147c15 0 21-4 22-18l0-3 0-27c0-15-5-20-18-21l-4 0-27 0c-15 0-21 4-21 17l-1 4 0 27c0 15 5 20 19 21l3 0 27 0z m149 0c15 0 21-4 22-18l0-3 0-27c0-15-5-20-18-21l-4 0-27 0c-15 0-21 4-21 17l0 4 0 27c0 15 4 20 18 21l3 0 27 0z m149 0c15 0 21-4 22-18l0-3 0-27c0-15-5-20-19-21l-3 0-27 0c-15 0-21 4-21 17l0 4 0 27c0 15 4 20 17 21l4 0 27 0z" />
|
||||
<glyph glyph-name="calendar" horiz-adv-x="1000" unicode="𓫛" d="M811 783c99 0 150-51 150-148l0 0 0-555c0-97-51-148-150-148l0 0-628 0c-98 0-150 51-150 148l0 0 0 555c0 98 52 148 150 148l0 0z m0-222l-628 0c-38 0-59-20-59-60l0 0 0-419c0-40 21-60 59-60l0 0 628 0c38 0 59 20 59 60l0 0 0 419c0 40-21 60-59 60l0 0z" />
|
||||
<glyph glyph-name="camera" horiz-adv-x="1000" unicode="𓫜" d="M500 475l7 0c66-4 118-58 118-125 0-69-56-125-125-125-69 0-125 56-125 125 0 67 52 121 118 125l7 0z" />
|
||||
<glyph glyph-name="camera" horiz-adv-x="1000" unicode="𓫝" d="M833 683l-132 0-51 57c-16 17-38 27-62 27l-176 0c-24 0-46-10-62-27l-51-57-132 0c-46 0-84-37-84-83l0-500c0-46 38-83 84-83l666 0c46 0 84 37 84 83l0 500c0 46-38 83-84 83z m-333-541c-115 0-208 93-208 208 0 115 93 208 208 208 115 0 208-93 208-208 0-115-93-208-208-208z" />
|
||||
<glyph glyph-name="cart" horiz-adv-x="1000" unicode="𓫞" d="M993 634c-7 13-21 22-35 22l-702 32-25 95c-5 20-22 34-43 34l-144 0c-24 0-44-20-44-45 0-24 20-44 44-44l109 0 123-476-30-124c-4-14 0-28 7-38 9-11 21-17 35-17l544 0c25 0 45 20 45 45 0 24-20 44-45 44l-486 0 12 51 444 21c17 2 31 12 38 26l156 333c6 13 5 28-3 41z" />
|
||||
<glyph glyph-name="cart" horiz-adv-x="1000" unicode="𓫟" d="M317 50c46 0 83-37 83-83 0-46-37-84-83-84-46 0-84 38-84 84 0 46 38 83 84 83z m500 0c46 0 83-37 83-83 0-46-37-84-83-84-46 0-84 38-84 84 0 46 38 83 84 83z" />
|
||||
<glyph glyph-name="category" horiz-adv-x="1000" unicode="𓫠" d="M167-46l250 0c23 0 41 19 41 42l0 250c0 23-18 42-41 42l-250 0c-23 0-42-19-42-42l0-250c0-23 19-42 42-42z" />
|
||||
<glyph glyph-name="category" horiz-adv-x="1000" unicode="𓫡" d="M465 708l-155-253c-17-27 3-63 35-63l310 0c32 0 52 36 35 63l-155 253c-16 27-54 27-70 0z m77-587c0 103 84 187 187 187 104 0 188-84 188-187 0-104-84-188-188-188-103 0-187 84-187 188z" />
|
||||
<glyph glyph-name="chart" horiz-adv-x="1000" unicode="𓫢" d="M792 17c0-32-27-59-59-59l-466 0c-32 0-59 27-59 59 0 32 27 58 59 58l466 0c32 0 59-26 59-58z" />
|
||||
<glyph glyph-name="chart" horiz-adv-x="1000" unicode="𓫣" d="M275 550c32 0 58-26 58-58l0-292c0-32-26-58-58-58l-8 0c-32 0-59 26-59 58l0 292c0 32 27 58 59 58l8 0z m225 175c32 0 58-26 58-58l0-467c0-32-26-58-58-58-32 0-58 26-58 58l0 467c0 32 26 58 58 58z m233-333c32 0 59-27 59-59l0-133c0-32-27-58-59-58-32 0-58 26-58 58l0 133c0 32 26 59 58 59z" />
|
||||
<glyph glyph-name="checkedout" horiz-adv-x="1000" unicode="𓫤" d="M818 360c30 0 55-25 55-55l0-399c0-15-6-29-16-40-10-10-25-16-39-16l-621 0c-15 0-29 6-40 16-10 11-16 25-16 40l0 399c0 30 25 55 56 55l621 0z m-189-125c-9 0-17-3-23-9l-139-140c-3-3-6-4-10-4-3 0-6 1-9 4l-37 37c-7 6-15 9-23 9-9 0-17-3-23-9l-17-17c-13-13-13-33 0-46l87-87c12-12 32-12 45 0l189 190c6 6 9 14 9 23 0 8-3 16-9 22l-18 18c-6 6-14 9-22 9z" />
|
||||
<glyph glyph-name="checkedout" horiz-adv-x="1000" unicode="𓫥" d="M357 426c0-9-7-16-16-16l-71 0c-9 0-17 7-17 16l0 157c-2 93 47 180 127 227 80 47 180 47 260 0 80-47 129-134 127-227l0-157c0-9-7-16-16-16l-72 0c-9 0-16 7-16 16l0 156c2 56-27 108-75 136-48 29-107 29-155 1-48-28-77-80-76-136l0-157z" />
|
||||
<glyph glyph-name="click" horiz-adv-x="1000" unicode="𓫦" d="M409 511l527-310c26-16 16-55-13-58l-264-43-130-234c-13-23-52-20-55 9l-114 603c-4 26 26 46 49 33z" />
|
||||
<glyph glyph-name="click" horiz-adv-x="1000" unicode="𓫧" d="M262 400l-137-94c-25-19-53 19-32 37l140 99c26 17 55-22 29-42z m-199 189l163-29c31-4 24-49-3-47l-170 27c-32 7-22 55 10 49z m587 85l-134-98c-29-16-55 23-29 42l137 95c26 19 55-23 26-39z m-442 116l100-139c16-26-23-56-43-30l-94 137c-19 25 20 54 37 32z m246 30l-29-163c-7-32-52-22-49 7l29 166c7 33 56 23 49-10z" />
|
||||
<glyph glyph-name="cogs" horiz-adv-x="1000" unicode="𓫨" d="M637 608c21 0 39-15 42-35l10-56c24-6 47-16 69-29l47 33c17 12 40 10 54-5l34-33c15-15 17-38 5-55l-33-47c13-21 22-45 29-69l56-10c20-4 35-21 35-42l0-47c0-20-15-38-35-42l-56-10c-7-24-16-47-29-69l33-46c12-17 10-41-5-56l-33-33c-15-15-38-17-55-5l-47 33c-22-13-45-22-70-29l-10-56c-3-20-21-35-42-35l-46 0c-21 0-39 15-42 35l-11 56c-24 7-47 16-69 29l-46-33c-17-12-40-10-55 5l-33 33c-15 15-17 38-5 56l33 46c-13 22-23 45-29 70l-56 10c-20 3-35 21-35 42l0 46c0 21 15 39 35 42l56 11c6 24 16 47 29 69l-33 46c-12 17-10 40 5 55l33 33c15 15 38 17 55 5l47-33c21 13 45 23 69 29l10 56c4 20 21 35 42 35l47 0z m-24-244c-70 0-127-57-127-127 0-71 57-128 127-128 71 0 128 57 128 128 0 70-57 127-128 127z" />
|
||||
<glyph glyph-name="cogs" horiz-adv-x="1000" unicode="𓫩" d="M28 506c-16 2-28 16-28 33l0 37c0 16 12 30 28 33l44 8c5 19 13 37 23 54l-26 37c-10 13-8 32 4 43l26 27c11 11 30 13 43 3l37-25c17 9 35 17 54 22l8 44c3 16 17 28 33 28l37 0c17 0 31-12 34-28l7-44c19-5 38-13 55-22l36 25c14 10 32 8 43-4l27-26c11-11 13-30 4-43l-26-37c8-13 14-27 18-41-11-14-18-30-21-47l-3-20-11-5-17 12c-18 12-38 19-60 19-3 0-6-1-10-1-14 45-58 74-105 69-48-4-85-42-90-89-5-47 24-91 70-106-3-24 4-49 18-69l12-17c-2-3-3-7-5-11l-20-3c-17-3-33-10-47-21-14 4-28 10-41 18l-37-26c-13-9-32-7-43 4l-26 27c-12 11-14 29-4 43l26 36c-10 17-18 36-23 55l-44 8z" />
|
||||
<glyph glyph-name="comment" horiz-adv-x="1000" unicode="𓫪" d="M708 392l0 291c0 46-37 84-83 84l-458 0c-46 0-84-38-84-84l0-541 167 166 375 0c46 0 83 38 83 84z" />
|
||||
<glyph glyph-name="comment" horiz-adv-x="1000" unicode="𓫫" d="M833 600l-41 0 0-333c0-23-19-42-42-42l-500 0 0-42c0-45 38-83 83-83l417 0 167-167 0 584c0 46-38 83-84 83z" />
|
||||
<glyph glyph-name="compass" horiz-adv-x="1000" unicode="𓫬" d="M500 773c233 0 423-190 423-423 0-233-190-423-423-423-233 0-423 190-423 423 0 233 190 423 423 423m0 77c-276 0-500-224-500-500 0-276 224-500 500-500 276 0 500 224 500 500 0 276-224 500-500 500l0 0z" />
|
||||
<glyph glyph-name="compass" horiz-adv-x="1000" unicode="𓫭" d="M745 595l-136-354-354-136 136 354 354 136z m-191-191c-30 30-78 30-108 0-30-30-30-78 0-108 30-30 78-30 108 0 30 30 30 78 0 108z" />
|
||||
<glyph glyph-name="components" horiz-adv-x="1000" unicode="𓫮" d="M863 253l129-67c11-6 11-15 0-21l0 0-472-244c-11-6-29-6-40 0l0 0-472 244c-11 6-11 15 0 21l0 0 129 67 340-176c13-6 33-6 46 0l0 0 340 176z m0 197l129-67c11-6 11-15 0-21l0 0-472-244c-11-6-29-6-40 0l0 0-472 244c-11 6-11 15 0 21l0 0 129 67 340-176c13-7 33-7 46 0l0 0 340 176z" />
|
||||
<glyph glyph-name="components" horiz-adv-x="1000" unicode="𓫯" d="M8 557l472-236c11-6 29-6 40 0l472 236c11 5 11 14 0 20l-472 236c-11 5-29 5-40 0l-472-236c-11-6-11-15 0-20z" />
|
||||
<glyph glyph-name="contacts-alt" horiz-adv-x="1000" unicode="𓫰" d="M320 750l483 0c37 0 67-28 69-64l1-5 0-712c0-36-29-66-65-69l-5 0-483 0 0 850 483 0-483 0z m197-279l-16-9 1 0c-6-5-11-10-16-16-4-5-7-11-9-17-19-47-9-98 35-174 61-106 130-118 133-118 6-1 13-1 20 0 7 1 14 2 21 5l0 0 16 9c11 7 16 21 9 32l-32 57c-7 11-22 15-33 8l-28-16-12 11c-11 11-24 25-36 46-11 20-17 39-21 54l-4 15 0 0 28 16c12 7 16 22 9 33l-32 56c-6 11-21 15-33 8z" />
|
||||
<glyph glyph-name="contacts-alt" horiz-adv-x="1000" unicode="𓫱" d="M150 681l0-712c0-38 34-69 77-69l51 0 0 850-51 0c-43 0-77-31-77-69z" />
|
||||
<glyph glyph-name="contacts" horiz-adv-x="1000" unicode="𓫲" d="M167 683l666 0c44 0 81-34 84-77l0-6 0-500c0-44-35-80-78-83l-6 0-666 0c-44 0-81 34-83 78l-1 5 0 500c0 44 35 80 78 83l6 0z m333-375c-68 0-201-32-208-98l0-6 0-62 416 0 0 62c0 70-138 104-208 104z m0 261c-52 0-94-42-94-94 0-52 42-94 94-94 52 0 94 42 94 94 0 52-42 94-94 94z" />
|
||||
<glyph glyph-name="contacts" horiz-adv-x="1000" unicode="𓫳" d="M208-67l584 0c23 0 41-18 41-41 0-22-16-40-37-42l-4 0-584 0c-23 0-41 19-41 42 0 21 16 39 37 41l4 0 584 0-584 0z m0 917l584 0c23 0 41-19 41-42 0-21-16-39-37-41l-4 0-584 0c-23 0-41 18-41 41 0 22 16 40 37 42l4 0 584 0-584 0z" />
|
||||
<glyph glyph-name="content-scalling" horiz-adv-x="1000" unicode="𓫴" d="M358 154c-11 0-23 5-31 13 0 0 0 0 0 0-17 18-17 46 0 63l333 340-623 0c-18 0-31-15-31-32l0-646c0-19 14-33 31-33l647 0c18 0 32 15 32 33l0 611-327-336c-9-8-20-13-31-13z" />
|
||||
<glyph glyph-name="content-scalling" horiz-adv-x="1000" unicode="𓫵" d="M988-84c2 0 5-2 6-5l0-2 0-45c0-3-2-6-5-7l-1 0-46 0c-3 0-6 2-6 5l-1 2 0 25c0 3 3 6 5 7l2 0 6 0c3 0 5 3 6 6l1 1 0 6c0 3 2 6 5 7l1 0 27 0z m-144-20c3 0 6-2 7-5l0-2 0-25c0-3-2-6-5-7l-2 0-59 0c-3 0-5 2-6 5l-1 2 0 25c0 3 3 6 6 7l1 0 59 0z m142 177c3 0 6-2 7-5l0-2 0-58c0-3-2-6-5-7l-2 0-25 0c-2 0-5 3-6 5l0 2 0 58c0 3 2 6 5 7l1 0 25 0z m0 156c3 0 6-2 7-5l0-2 0-58c0-3-2-6-5-7l-2 0-25 0c-2 0-5 2-6 5l0 2 0 58c0 3 2 6 5 7l1 0 25 0z m-292 468l193 53c6 3 11-2 12-7l-1-2-52-198c-1-7-8-9-13-6l-1 1-54 54-402-412c-10-10-26-10-36 0-9 10-10 24-3 34l3 3 402 411-52 54c-4 4-3 11 2 14l2 1 193 53-193-53z m292-311c3 0 6-2 7-5l0-2 0-58c0-3-2-6-5-7l-2 0-25 0c-2 0-5 2-6 5l0 2 0 58c0 3 2 6 5 7l1 0 25 0z m0 157c3 0 6-2 7-5l0-2 0-58c0-3-2-6-5-7l-2 0-25 0c-2 0-5 2-6 5l0 2 0 58c0 3 2 6 5 7l1 0 25 0z m-947 156c3 0 5-3 6-5l1-2 0-58c0-3-3-6-6-7l-1 0-26 0c-3 0-6 2-7 5l0 2 0 58c0 3 2 6 5 7l2 0 26 0z m922 0l25 0c3 0 6-3 7-5l0-2 0-58c0-3-2-6-5-7l-2 0-25 0c-2 0-5 2-6 5l0 2 0 58c0 3 2 6 5 7l1 0z m-903 144c3 0 6-2 7-5l0-2 0-25c0-3-3-6-5-7l-2 0-6 0c-3 0-5-3-6-6l0-1 0-6c0-3-3-6-6-7l-1 0-26 0c-3 0-6 2-7 5l0 2 0 45c0 3 2 6 5 7l2 0 45 0z m930 0c2 0 5-2 6-5l0-2 0-45c0-3-2-6-5-7l-1 0-27 0c-2 0-5 2-6 5l0 2 0 6c0 2-3 5-6 6l-1 1-6 0c-3 0-6 2-6 5l-1 2 0 25c0 3 3 6 5 7l2 0 46 0z m-302 0c3 0 6-2 7-5l0-2 0-25c0-3-2-6-5-7l-2 0-59 0c-3 0-5 2-6 5l0 2 0 25c0 3 2 6 5 7l1 0 59 0z m-471 0c3 0 6-2 6-5l1-2 0-25c0-3-3-6-5-7l-2 0-59 0c-3 0-6 2-7 5l0 2 0 25c0 3 2 6 5 7l2 0 59 0z m315 0c2 0 5-2 6-5l0-2 0-25c0-3-2-6-5-7l-1 0-59 0c-3 0-6 2-7 5l0 2 0 25c0 3 2 6 5 7l2 0 59 0z m-157 0c3 0 5-2 6-5l1-2 0-25c0-3-3-6-6-7l-1 0-59 0c-3 0-6 2-7 5l0 2 0 25c0 3 2 6 5 7l2 0 59 0z m471 0c3 0 6-2 7-5l0-2 0-25c0-3-2-6-5-7l-2 0-59 0c-3 0-5 2-6 5l-1 2 0 25c0 3 3 6 6 7l1 0 59 0z" />
|
||||
<glyph glyph-name="content" horiz-adv-x="1000" unicode="𓫶" d="M976 633l0-724c0-27-23-48-51-48l-538 0 0 820 538 0c28 0 51-21 51-48z m-77-676c0 13-12 24-26 24l-384 0c-14 0-25-11-25-24 0-13 11-24 25-24l384 0c14 0 26 11 26 24z m0 121c0 13-12 24-26 24l-384 0c-14 0-25-11-25-24 0-13 11-24 25-24l384 0c14 0 26 11 26 24z m0 121c0 13-12 24-26 24l-384 0c-14 0-25-11-25-24 0-14 11-25 25-25l384 0c14 0 26 11 26 25z m0 386c0 13-12 24-26 24l-384 0c-14 0-25-11-25-24l0-266c0-13 11-24 25-24l384 0c14 0 26 11 26 24l0 266z m-384-242l333 0 0 217-333 0 0-217z" />
|
||||
<glyph glyph-name="content" horiz-adv-x="1000" unicode="𓫷" d="M583 850l-234-124c-1 0-1 0-1 0-1-1-2-1-2-2-1 0-2-1-2-1-1-1-1-1-2-2-1 0-1-1-2-2l0 0-1-2c0 0-1-1-1-2 0 0-1-1-1-2l0 0-1-2c0-1 0-2 0-2 0-1 0-2 0-3 0 0 0 0 0-1l0 0 0-675-218 0c-28 0-51 21-51 48l0 0 0 724c0 26 23 48 51 48l0 0 465 0z m73-17l0-104-197 0 197 104z" />
|
||||
<glyph glyph-name="contract-alt" horiz-adv-x="1000" unicode="𓫸" d="M832 503l-60 61 91 90c16 16 16 43 0 59-16 16-43 16-59 0l-90-91-61 60c-13 13-35 4-35-15l0-178c0-12 9-21 21-21l178 0c19 0 28 22 15 35l0 0z m-664-306l60-61-91-90c-16-16-16-43 0-59 16-16 43-16 59 0l90 91 61-60c13-13 35-4 35 15l0 178c0 12-9 21-21 21l-178 0c-19 0-28-22-15-35z" />
|
||||
<glyph glyph-name="contract-alt" horiz-adv-x="1000" unicode="𓫹" d="M347 682l-61-60-90 91c-16 16-42 16-59 0-16-16-16-43 0-59l91-90-60-61c-13-13-4-35 15-35l178 0c12 0 21 9 21 21l0 178c0 19-22 28-35 15l0 0z m306-664l61 60 90-91c16-16 43-16 59 0 16 17 16 43 0 59l-91 90 60 61c13 13 4 35-15 35l-178 0c-12 0-21-9-21-21l0-178c0-19 22-28 35-15l0 0z" />
|
||||
<glyph glyph-name="credit" horiz-adv-x="1000" unicode="𓫺" d="M1000 449l0-322c0-94-50-146-142-149l-9-1-698 0c-95 0-147 49-151 141l0 9 0 322 1000 0z m-695-95l-108 0c-25 0-41-15-44-37l0-5 0-82c0-23 15-40 38-42l6 0 108 0c24 0 41 15 43 37l0 5 0 82c0 25-17 42-43 42z m-154 396l698 0c95 0 147-49 151-140l0-10 0-45-1000 0 0 45c0 95 49 147 141 150l10 0 698 0-698 0z" />
|
||||
<glyph glyph-name="credit" horiz-adv-x="1000" unicode="𓫻" d="M1000 449l0-322c0-94-50-146-142-149l-9-1-698 0c-95 0-147 49-151 141l0 9 0 322 1000 0z m-695-95l-108 0c-25 0-41-15-44-37l0-5 0-82c0-23 15-40 38-42l6 0 108 0c24 0 41 15 43 37l0 5 0 82c0 25-17 42-43 42z m-154 396l698 0c95 0 147-49 151-140l0-10 0-45-1000 0 0 45c0 95 49 147 141 150l10 0 698 0-698 0z" />
|
||||
<glyph glyph-name="cube" horiz-adv-x="1000" unicode="𓫼" d="M960 569c1-8 2-16 2-26l0-368c0-63-22-90-67-116l-346-191c-5-3-11-6-16-6l0 469 427 238z m-462 281c26 0 52-6 78-19l10-5 319-177c7-4 13-8 18-13l6-5-431-238-431 238c6 7 14 12 22 17l7 4 314 174c29 16 58 24 88 24z" />
|
||||
<glyph glyph-name="cube" horiz-adv-x="1000" unicode="𓫽" d="M463-138l0 469-427 238c-2-8-3-16-3-26l0-368c0-63 22-90 68-116l345-191c6-3 11-6 17-6z" />
|
||||
<glyph glyph-name="dark-mode" horiz-adv-x="1000" unicode="𓫾" d="M475 850c260 0 476-215 476-476 0-260-215-475-476-475-260 0-475 215-475 475 0 261 215 476 475 476z m0-95c-211 0-379-170-379-381 0-210 168-380 379-380 211 0 381 170 381 380-1 211-170 381-381 381z m126-476c30 0 60 6 78 13 6 2 10 2 14 2 8 0 15-6 15-16 0-2 0-9-3-15-34-82-125-146-230-146-145 0-256 104-256 250 0 103 62 201 154 238 6 2 12 3 16 3 9 0 15-8 15-15 0-3 0-6-2-10l-1-4c-8-21-16-58-16-87 0-131 84-213 216-213z" />
|
||||
<glyph glyph-name="dark-mode" horiz-adv-x="1000" unicode="𓫿" d="M475 850c260 0 476-215 476-476 0-260-215-475-476-475-260 0-475 215-475 475 0 261 215 476 475 476z m0-95c-211 0-379-170-379-381 0-210 168-380 379-380 211 0 381 170 381 380-1 211-170 381-381 381z m126-476c30 0 60 6 78 13 6 2 10 2 14 2 8 0 15-6 15-16 0-2 0-9-3-15-34-82-125-146-230-146-145 0-256 104-256 250 0 103 62 201 154 238 6 2 12 3 16 3 9 0 15-8 15-15 0-3 0-6-2-10l-1-4c-8-21-16-58-16-87 0-131 84-213 216-213z" />
|
||||
<glyph glyph-name="dashboard" horiz-adv-x="1000" unicode="𓬀" d="M500 850c-276 0-500-224-500-500 0-276 224-500 500-500 276 0 500 224 500 500 0 276-224 500-500 500z m69-525l5-78c29-22 48-57 48-97 0-67-54-122-122-122-67 0-122 55-122 122 0 40 19 75 48 97l6 77c-183-17-302-99-346-135-20 50-30 104-30 161 0 246 199 444 444 444 246 0 444-198 444-444 0-54-9-106-27-153-41 32-162 111-348 128z" />
|
||||
<glyph glyph-name="dashboard" horiz-adv-x="1000" unicode="𓬁" d="M544 214c-15 298-29 447-44 447-14 0-29-149-44-447-20-14-34-37-34-64 0-43 35-78 78-78 43 0 78 35 78 78 0 27-14 50-34 64z" />
|
||||
<glyph glyph-name="database" horiz-adv-x="1000" unicode="𓬂" d="M500 850c-276 0-500-45-500-100l0-200c0-55 224-100 500-100 276 0 500 45 500 100l0 200c0 55-224 100-500 100z" />
|
||||
<glyph glyph-name="database" horiz-adv-x="1000" unicode="𓬃" d="M0-50l0 200c0-54 217-99 487-100l13 0c272 0 493 43 500 97l0 3 0-200c0-53-203-96-460-100l-40 0-27 0c-259 3-466 45-473 97l0 3 0 200 0-200z m1000 500l0-200c0-55-224-100-500-100l-27 0c-259 3-466 45-473 97l0 3 0 200c0-55 224-100 500-100l27 0c259 3 466 45 473 97l0 3z" />
|
||||
<glyph glyph-name="descending" horiz-adv-x="1000" unicode="𓬄" d="M960 534c22 0 40 18 40 40 0 23-18 41-40 41l-371 0c-23 0-41-18-41-41 0-22 18-40 41-40l371 0z m-65-161c22 0 41 18 41 40 0 22-19 40-41 40l-306 0c-23 0-41-18-41-40 0-22 18-40 41-40l306 0z m-64-162c22 0 40 18 40 41 0 22-18 40-40 40l-242 0c-23 0-41-18-41-40 0-23 18-41 41-41l242 0z m-65-161c22 0 41 18 41 40 0 23-19 41-41 41l-177 0c-23 0-41-18-41-41 0-22 18-40 41-40l177 0z" />
|
||||
<glyph glyph-name="descending" horiz-adv-x="1000" unicode="𓬅" d="M227 517l106-105c13-14 34-14 47 0 14 13 14 34 0 47l-161 162c-13 13-35 13-48 0l-161-162c-13-13-13-34 0-47 13-14 35-14 48 0l105 105 0-435c0-18 14-32 32-32 18 0 32 14 32 32l0 435z" />
|
||||
<glyph glyph-name="disable-motion" horiz-adv-x="1000" unicode="𓬆" d="M619 750c210 0 381-171 381-381 0-210-171-381-381-381-92 0-175 32-241 85l-8 7 85 0c45 0 81 37 81 82 0 43-33 78-76 81l-5 0-148 0c-16 0-30-5-43-13-6 14-10 28-14 43l-4 15 209 0c45 0 81 36 81 81 0 43-33 78-76 81l-5 0-209 0c3 11 6 23 9 34l4 11 196 0c45 0 81 36 81 81 0 43-33 78-76 81l-5 0-85 0c68 58 153 93 249 93z m-320-545l147 0c25 0 45-20 45-45 0-23-18-42-40-45l-5 0-147 0c-25 0-45 21-45 45 0 23 18 43 40 45l5 0z m147 207c25 0 45-20 45-45 0-23-18-42-40-44l-5 0-275 0c-25 0-45 20-45 44 0 24 18 43 41 45l4 0 275 0z m0 208c25 0 45-21 45-45 0-24-18-43-40-45l-5 0-401 0c-25 0-45 20-45 45 0 23 18 42 41 44l4 1 401 0z" />
|
||||
<glyph glyph-name="disable-motion" horiz-adv-x="1000" unicode="𓬇" d="M619 750c-96 0-181-35-249-93l85 0c45 0 81-36 81-81 0-45-36-81-81-81l-196 0c-5-15-10-30-13-45l209 0c45 0 81-36 81-81 0-45-36-81-81-81l-209 0c5-21 11-39 18-58 13 8 27 13 43 13l148 0c45 0 81-36 81-81 0-45-36-82-81-82l-85 0c66-57 153-92 249-92 210 0 381 171 381 381 0 210-171 381-381 381z" />
|
||||
<glyph glyph-name="download" horiz-adv-x="1000" unicode="𓬈" d="M437 717l115 0c23 0 42-19 42-42l0-210 99 0c37 0 56-45 29-72l-198-195c-8-8-19-13-30-13-11 0-21 5-29 13l-197 193c-29 27-11 74 28 74l99 0 0 210c0 23 19 42 42 42z" />
|
||||
<glyph glyph-name="download" horiz-adv-x="1000" unicode="𓬉" d="M229 165l531 0 0 170c0 10 9 19 19 19l125 0c10 0 18-9 18-19l0-313c0-10-8-19-18-19-273 0-546 0-819 0-10 0-18 9-18 19l0 313c0 10 8 19 18 19l125 0c10 0 19-9 19-19l0-170z" />
|
||||
<glyph glyph-name="duplicate-alt" horiz-adv-x="1000" unicode="𓴍" d="M355 627l492 0c32 0 59-25 62-56l0-5 0-616c0-32-25-58-56-61l-5 0-495 0-5 0c-29 4-52 27-54 56l0 5 0 616c0 32 24 58 56 61l5 0 492 0-492 0z" />
|
||||
<glyph glyph-name="duplicate-alt" horiz-adv-x="1000" unicode="𓴎" d="M170 812l493 0c32 0 58-25 61-56l0-5 0-63-442 0c-27 0-48-20-50-46l-1-4 0-625-61 0c-32 0-58 24-61 56l0 5 0 677c0 32 24 58 56 61l5 0 493 0-493 0z" />
|
||||
<glyph glyph-name="duplicate" horiz-adv-x="1000" unicode="𓴏" d="M979 350l-330-412-329 412 329 412z" />
|
||||
<glyph glyph-name="duplicate" horiz-adv-x="1000" unicode="𓴐" d="M474 63l-99-125-330 412 330 412 99-125-229-287z" />
|
||||
<glyph glyph-name="envelope-badge" horiz-adv-x="1000" unicode="𓬊" d="M829 750l7 0c86-4 156-76 156-163 0-89-74-163-163-163-89 0-163 73-163 163 0 87 70 159 156 163l7 0z" />
|
||||
<glyph glyph-name="envelope-badge" horiz-adv-x="1000" unicode="𓬋" d="M570 278l282-281c-15-13-40-19-74-19l-615 0c-38 0-65 6-81 20l282 280 22-22c27-26 53-38 81-38 29 0 54 12 81 38l22 22z m-524 314l275-272-277-275c-6 11-10 29-11 53l0 9 0 420c0 31 5 52 13 65z m567-272l90 89c36-26 79-41 126-41 21 0 42 4 61 9l10 4 0-274c0-26-3-45-9-58l-2-4-276 275 90 89z m9 336c-8-22-11-45-11-69 0-49 16-94 43-130l6-8-144-143c-17-17-32-25-49-25-15 0-28 6-44 20l-5 5-334 332c13 11 34 17 63 18l9 0 466 0z" />
|
||||
<glyph glyph-name="envelope-open" horiz-adv-x="1000" unicode="𓬌" d="M635 194l333-310c-8-2-18-5-25-5l0 0-883 0c-10 0-20 3-28 5l0 0 335 310 60-42c45-32 102-32 149 0l0 0 59 42z m365 256l0-526-325 298 325 228z m-1000 0l325-228-322-298c-2 4-3 8-3 11l0 515z" />
|
||||
<glyph glyph-name="envelope-open" horiz-adv-x="1000" unicode="𓬍" d="M1000 517l-454-318c-27-20-65-20-92 0l-454 318 1000 0z m-546 318c27 20 65 20 92 0l0 0 454-317-1000 0z" />
|
||||
<glyph glyph-name="envelope" horiz-adv-x="1000" unicode="𓬎" d="M635 347l333-310c-8-3-18-5-25-5l0 0-883 0c-10 0-20 2-28 5l0 0 335 310 60-42c45-32 102-32 149 0l0 0 59 42z m365 256l0-526-325 297 325 229z m-1000 0l325-229-322-297c-2 3-3 7-3 10l0 516z" />
|
||||
<glyph glyph-name="envelope" horiz-adv-x="1000" unicode="𓬏" d="M0 662l454-317c27-20 65-20 92 0l454 317c-2 32-27 55-57 55l-883 0c-30 0-57-23-60-55z" />
|
||||
<glyph glyph-name="equalizer" horiz-adv-x="1000" unicode="𓬐" d="M359 194c95 0 172-77 172-172 0-95-77-172-172-172-78 0-144 53-165 125l-147 0c-26 0-47 21-47 47 0 26 21 47 47 47l147 0c21 72 87 125 165 125z m594 219c26 0 47-21 47-47 0-26-21-47-47-47l-83 0c3 15 5 31 5 47 0 16-2 32-5 47l83 0z m-594 437c95 0 172-77 172-172 0-95-77-172-172-172-78 0-144 53-165 125l-147 0c-26 0-47 22-47 47 0 26 21 47 47 47l147 0c21 72 87 125 165 125z" />
|
||||
<glyph glyph-name="equalizer" horiz-adv-x="1000" unicode="𓬑" d="M953 69c26 0 47-21 47-47 0-26-21-47-47-47l-364 0c3 15 5 31 5 47 0 16-2 32-5 47l364 0z m-312 469c94 0 172-77 172-172 0-95-78-172-172-172-79 0-145 53-166 125l-428 0c-26 0-47 21-47 47 0 26 21 47 47 47l428 0c21 72 87 125 166 125z m312 187c26 0 47-21 47-47 0-25-21-47-47-47l-364 0c3 15 5 31 5 47 0 16-2 32-5 47l364 0z" />
|
||||
<glyph glyph-name="exit" horiz-adv-x="1000" unicode="𓬒" d="M479-142c-263 0-479 216-479 480 0 127 50 243 128 323 70 75 183-11 107-96-55-59-90-139-90-227 0-185 150-334 334-334 185 0 334 149 334 334 0 88-34 168-89 227-76 85 37 171 107 96 77-80 128-196 128-323 0-264-216-480-480-480z" />
|
||||
<glyph glyph-name="exit" horiz-adv-x="1000" unicode="𓬓" d="M479 316c49 0 81 34 81 85l0 363c0 52-32 86-81 86-48 0-80-34-80-86l0-363c0-51 32-85 80-85z" />
|
||||
<glyph glyph-name="expand-full" horiz-adv-x="1000" unicode="𓬔" d="M327 177c20-21 21-53 4-75l-4-4-121-120 80-81c16-16 6-44-16-47l-4 0-238 0c-14 0-26 10-28 24l0 4 0 238c0 24 27 36 44 23l3-3 81-80 120 121c21 21 57 21 79 0z m645 673c14 0 26-10 28-24l0-4 0-238c0-24-27-36-44-23l-3 3-81 80-120-121c-21-21-57-21-79 0-20 21-21 53-4 75l4 4 121 120-80 81c-16 16-6 44 16 47l4 0 238 0z" />
|
||||
<glyph glyph-name="expand-full" horiz-adv-x="1000" unicode="𓬕" d="M748 181l4-4 120-121 81 80c16 16 44 6 47-16l0-4 0-238c0-14-10-26-24-28l-4 0-238 0c-24 0-36 27-23 44l3 3 80 81-121 120c-21 21-21 57 0 79 21 20 53 21 75 4z m-482 669c24 0 36-27 23-44l-3-3-80-81 121-120c21-21 21-57 0-79-21-20-53-21-75-4l-4 4-120 121-81-80c-16-16-43-6-47 16l0 4 0 238c0 14 10 26 24 28l4 0 238 0z" />
|
||||
<glyph glyph-name="expand" horiz-adv-x="1000" unicode="𓬖" d="M340 10l-61 61 91 90c16 16 16 43 0 59-16 16-43 16-59 0l-90-91-61 61c-12 13-35 3-35-15l0-179c0-12 9-21 21-21l179 0c18 0 28 22 15 35z" />
|
||||
<glyph glyph-name="expand" horiz-adv-x="1000" unicode="𓬗" d="M660 690l61-61-91-90c-16-16-16-43 0-59 16-16 43-16 59 0l90 91 61-61c13-12 35-3 35 15l0 179c0 12-9 21-21 21l-179 0c-18 0-27-22-15-35l0 0z" />
|
||||
<glyph glyph-name="eye-close" horiz-adv-x="1000" unicode="𓬘" d="M469 381l31-43c3 3 6 7 8 11m-279 398c8 7 19 9 28 6 10-2 19-8 25-16l0 0 84-117c45 12 91 18 137 18 93 0 184-24 265-71 78-45 143-109 189-187 9-10 13-24 13-37-1-13-6-26-13-38l0 0-9-15c-24-39-53-75-87-106-36-36-78-66-124-87l0 0 68-96c6-8 9-19 6-29-1-10-7-19-15-24l0 0-22-16c-8-6-18-9-28-6-10 2-19 7-25 15l0 0-523 738c-6 8-9 18-6 28 1 10 7 19 16 25l0 0z m-28-197l94-134c-9-23-13-47-13-71 0-38 10-76 28-109 20-34 48-62 81-81 32-22 70-32 109-31l0 0 50-72c-17-2-33-4-50-3-93 0-184 25-264 72-79 44-144 109-190 186l0 0-3 3c-7 11-10 23-10 35 2 13 6 26 13 37l0 0 6 12c37 63 88 116 149 156l0 0z m312 20l-10 0c-28-1-57-6-84-16l0 0 31-43c0 0 44-115 190-265l0 0 31-43c15 20 28 42 39 65l0 0 0-1c10 25 14 52 14 79 0 39-10 78-31 112-20 33-47 61-81 81-32 21-70 32-109 31z" />
|
||||
<glyph glyph-name="eye-close" horiz-adv-x="1000" unicode="𓬙" d="M469 381l31-43c3 3 6 7 8 11m-194 31l128-180c-39 10-73 33-97 65-24 33-35 74-31 115l0 0z m115 149c21 7 44 9 66 7 22-4 44-10 65-19-19-1-37-8-50-22-14-12-22-31-22-50 1-18 9-36 22-49 13-15 31-23 50-22 19 1 36 9 50 22 14 12 22 30 22 49 14-27 21-59 18-90-1-32-12-64-31-90-146 149-190 264-190 264z" />
|
||||
<glyph glyph-name="eye-open" horiz-adv-x="1000" unicode="𓬚" d="M988 406c8-13 12-27 12-42 0-15-4-29-12-42-50-84-118-151-203-201-87-51-182-77-285-77-103 0-198 26-285 77-85 50-153 117-203 201-8 13-12 27-12 42 0 15 4 29 12 42 50 84 118 151 203 201 87 51 182 76 285 76 103 0 198-25 285-76 85-50 153-117 203-201z m-488-278c43 0 82 11 118 32 36 21 65 50 86 86 21 36 32 75 32 118 0 43-11 82-32 118-21 36-50 65-86 86-36 21-75 32-118 32-43 0-82-11-118-32-36-21-65-50-86-86-21-36-32-75-32-118 0-43 11-82 32-118 21-36 50-65 86-86 36-21 75-32 118-32z" />
|
||||
<glyph glyph-name="eye-open" horiz-adv-x="1000" unicode="𓬛" d="M681 364c0-50-18-92-53-128-36-35-78-53-128-53-50 0-92 18-128 53-35 36-53 78-53 128 0 30 7 58 21 85 0-21 8-38 22-53 14-14 32-22 53-22 21 0 38 8 53 22 14 15 22 32 22 53 0 21-8 38-22 53-15 14-32 22-53 22 27 14 55 20 85 20 50 0 92-17 128-52 35-36 53-78 53-128z" />
|
||||
<glyph glyph-name="feed" horiz-adv-x="1000" unicode="𓬜" d="M286 409c-28 5-53-18-53-47 0-23 18-42 41-46 98-17 174-94 192-192 4-23 23-41 46-41 29 0 52 25 47 53-22 140-133 251-273 273l0 0z m-1 190c-27 3-52-19-52-47 0-24 19-44 43-46 200-20 359-180 379-380 3-24 23-43 47-43 28 0 50 25 47 52-24 245-219 440-464 464z" />
|
||||
<glyph glyph-name="feed" horiz-adv-x="1000" unicode="𓬝" d="M306 229c40 0 73-33 73-73 0-40-33-73-73-73-40 0-73 33-73 73 0 40 33 73 73 73z" />
|
||||
<glyph glyph-name="field-group" horiz-adv-x="1000" unicode="𓬞" d="M314 92c51-38 86-97 89-164l0-10 0-14c0-21-16-37-36-40l-4 0-323 0c-21 0-38 16-40 36l0 4 0 14c0 72 35 134 89 174 28-31 68-51 112-51 45 0 85 20 113 51z m564 0c51-38 86-97 89-164l0-10 0-14c0-21-16-37-36-40l-5 0-322 0c-21 0-38 16-40 36l0 4 0 14c0 72 35 134 89 174 28-31 67-51 112-51 45 0 85 20 113 51z m-676 205c60 0 109-48 109-108 0-60-49-108-109-108-61 0-110 48-110 108 0 60 49 108 110 108z m563 0c61 0 110-48 110-108 0-60-49-108-110-108-60 0-109 48-109 108 0 60 49 108 109 108z m-169 314c51-37 86-96 89-164l0-9 0-14c0-21-16-38-36-40l-5 0-322 0c-21 0-38 15-40 35l0 5 0 14c0 71 35 134 89 173 28-31 68-50 112-50 45 0 85 19 113 50z m-113 206c61 0 110-49 110-108 0-60-49-109-110-109-60 0-109 49-109 109 0 59 49 108 109 108z" />
|
||||
<glyph glyph-name="field-group" horiz-adv-x="1000" unicode="𓬟" d="M483 341c10 0 19-8 20-17l1-3 0-91 84-84c8-7 8-20 0-28-7-7-18-7-26-2l-2 2-77 75-76-75c-8-7-20-7-28 0-7 7-8 18-3 26l3 2 84 84 0 91c0 11 9 20 20 20z" />
|
||||
<glyph glyph-name="fields" horiz-adv-x="1000" unicode="𓬠" d="M33-92c-18 0-33 14-33 32 0 18 15 32 33 32l97 0 0 780-97 0c-18 0-33 14-33 32 0 18 15 33 33 33l259 0c18 0 33-15 33-33 0-18-15-32-33-32l-97 0 0-780 97 0c18 0 33-14 33-32 0-18-15-32-33-32l-259 0z" />
|
||||
<glyph glyph-name="fields" horiz-adv-x="1000" unicode="𓬡" d="M907 622c37 0 67-30 67-67l0-386c0-35-27-64-62-66l-5-1-581 0c-36 0-66 30-66 67l0 386c0 37 30 67 66 67l581 0z" />
|
||||
<glyph glyph-name="file-add" horiz-adv-x="1000" unicode="𓬢" d="M660 850l-527 0c-18 0-33-15-33-33l0-934c0-18 15-33 33-33l234 0c18 0 33 15 33 33l0 41c0 18-15 33-33 33l-120 0c-19 0-34 15-34 33l0 708c0 18 15 33 34 33l280 0c18 0 33-15 33-33l0-155 160 0c19 0 34-14 34-33l0-160c0-19 14-34 33-34l47 0c18 0 33 15 33 34l0 293c0 9-3 17-10 23l-174 174c-6 7-14 10-23 10z" />
|
||||
<glyph glyph-name="file-add" horiz-adv-x="1000" unicode="𓬣" d="M712 190l-31 0c-23 0-41-18-41-41l0-72-72 0c-23 0-41-19-41-41l0-32c0-22 18-41 41-41l72 0 0-72c0-23 18-41 41-41l31 0c23 0 41 18 41 41l0 72 73 0c22 0 41 19 41 41l0 32c0 22-19 41-41 41l-73 0 0 72c0 23-18 41-41 41z" />
|
||||
<glyph glyph-name="file-check" horiz-adv-x="1000" unicode="𓬤" d="M660 850l-527 0c-18 0-33-15-33-33l0-934c0-18 15-33 33-33l234 0c18 0 33 15 33 33l0 41c0 18-15 33-33 33l-120 0c-19 0-34 15-34 33l0 708c0 18 15 33 34 33l280 0c18 0 33-15 33-33l0-155 160 0c19 0 34-14 34-33l0-160c0-19 14-34 33-34l47 0c18 0 33 15 33 34l0 293c0 9-3 17-10 23l-174 174c-6 7-14 10-23 10z" />
|
||||
<glyph glyph-name="file-check" horiz-adv-x="1000" unicode="𓬥" d="M560 72c-17 17-46 17-63 0-18-18-18-46 0-64l118-119c18-17 46-17 64 0l301 301c17 17 17 46 0 64-18 17-46 17-64 0l-269-269-87 87z" />
|
||||
<glyph glyph-name="file-minus" horiz-adv-x="1000" unicode="𓬦" d="M660 850l-527 0c-18 0-33-15-33-33l0-934c0-18 15-33 33-33l234 0c18 0 33 15 33 33l0 41c0 18-15 33-33 33l-120 0c-19 0-34 15-34 33l0 708c0 18 15 33 34 33l280 0c18 0 33-15 33-33l0-155 160 0c19 0 34-14 34-33l0-160c0-19 14-34 33-34l47 0c18 0 33 15 33 34l0 293c0 9-3 17-10 23l-174 174c-6 7-14 10-23 10z" />
|
||||
<glyph glyph-name="file-minus" horiz-adv-x="1000" unicode="𓳝" d="M567 83h266c19 0 34-15 34-33v-33c0-19-15-34-34-34h-266c-19 0-34 15-34 34v33c0 18 15 33 34 33z" />
|
||||
<glyph glyph-name="file-remove" horiz-adv-x="1000" unicode="𓬨" d="M133 850l527 0c7 0 14-2 20-7l3-3 174-174c5-5 9-11 10-19l0-4 0-293c0-17-13-31-29-33l-4-1-47 0c-17 0-31 13-33 30l0 4 0 160c0 17-13 31-30 33l-4 0-160 0 0 155c0 17-13 31-29 32l-4 1-280 0c-18 0-32-13-33-30l-1-3 0-708c0-17 13-31 30-33l4 0 120 0c17 0 31-13 33-29l0-4 0-41c0-17-13-31-29-33l-4 0-234 0c-17 0-31 13-33 29l0 4 0 934c0 17 13 31 29 33l4 0 527 0-527 0z" />
|
||||
<glyph glyph-name="file-remove" horiz-adv-x="1000" unicode="𓬩" d="M697 100l51 51c15 15 38 16 54 3l4-3 22-22c15-15 16-38 3-54l-3-4-51-51 51-51c15-15 16-39 3-55l-3-3-22-22c-15-15-38-16-55-4l-3 4-51 51-51-51c-15-15-39-16-55-4l-3 4-22 22c-15 15-16 38-4 54l4 4 51 51-51 51c-15 15-16 38-4 54l4 4 22 22c15 15 38 16 54 3l4-3 51-51 51 51-51-51z" />
|
||||
<glyph glyph-name="file" horiz-adv-x="1000" unicode="𓬪" d="M590 642c23 0 44-9 60-25l201-201c15-16 24-37 24-59l0-382c0-46-37-83-83-83l-459 0c-46 0-83 37-83 83l0 583c0 46 38 84 83 84l257 0z m-7-63l0-187c0-23 19-42 42-42l188 0-230 229z" />
|
||||
<glyph glyph-name="file" horiz-adv-x="1000" unicode="𓬫" d="M625 808l-458 0c-46 0-84-37-84-83l0-542c0-23 19-41 42-41 23 0 42 18 42 41l0 500c0 23 18 42 41 42l417 0c23 0 42 19 42 42 0 23-19 41-42 41z" />
|
||||
<glyph glyph-name="first" horiz-adv-x="1000" unicode="𓬬" d="M222 683c31 0 56-25 56-55l0-556c0-30-25-55-56-55-30 0-55 25-55 55l0 556c0 30 25 55 55 55z" />
|
||||
<glyph glyph-name="first" horiz-adv-x="1000" unicode="𓬭" d="M484 390l255 255c21 21 56 21 78 0 20-21 22-53 4-74l-4-5-216-216 216-216c21-21 21-57 0-78-20-20-52-21-74-4l-4 4-255 255c-20 20-22 52-4 74l4 5 255 255-255-255z" />
|
||||
<glyph glyph-name="flag" horiz-adv-x="1000" unicode="𓬮" d="M638 652l252 0c26 0 52-24 55-50l0-5 0-439c0-26-24-52-50-55l-5 0-285 0c-26 0-46 14-54 38l-1 6-11 66 99 0 0 439 252 0-252 0z" />
|
||||
<glyph glyph-name="flag" horiz-adv-x="1000" unicode="𓬯" d="M122 817l389 0c26 0 47-14 54-38l18-72 0-439-406 0 0-330c0-27-28-55-55-55-26 0-52 24-55 50l0 5 0 824c0 26 24 51 49 54l6 1 389 0-389 0z" />
|
||||
<glyph glyph-name="folder-close" horiz-adv-x="1000" unicode="𓬰" d="M963 508c-5 2-11 3-16 3l-355 0c-37 0-71 21-88 54l-32 64c-2 5-5 9-8 14-19 25-48 40-80 40l-329 0c-15 0-30-6-40-17-11-12-16-27-15-42l48-575c2-28 26-50 54-50l813 0c27 0 50 21 53 49l32 405c2 25-13 48-37 55l0 0z" />
|
||||
<glyph glyph-name="folder-close" horiz-adv-x="1000" unicode="𓬱" d="M549 588l-19 37c-2 4-2 8 0 12 2 3 6 5 10 6l370 0c29 0 53-24 53-53l0-18c0-4-1-7-4-9-2-2-5-3-8-3-63 0-359 1-359 1-18 0-35 10-43 27z" />
|
||||
<glyph glyph-name="folder-open" horiz-adv-x="1000" unicode="𓬲" d="M938 436l-554 0c-9 0-17 6-19 14l-23 68c-9 25-33 42-59 42l-220 0c-35 0-63-28-63-62 0-57 8-113 25-167l83-274c13-44 54-74 100-74l588 0c44 0 83 27 98 67l90 238c11 28 16 57 16 87 0 34-28 61-62 61z" />
|
||||
<glyph glyph-name="folder-open" horiz-adv-x="1000" unicode="𓬳" d="M813 683l-625 0c-37 0-72-19-90-51-4-6-4-14 0-21 3-6 10-10 18-10l167 0c44 0 84-28 98-70l13-39c3-9 11-14 20-14l482 0c11 0 21 9 21 20l0 82c0 57-47 103-104 103z" />
|
||||
<glyph glyph-name="folder-plus" horiz-adv-x="1000" unicode="𓬴" d="M417 717c37 0 66-30 66-67l0-83 350 0c37 0 67-30 67-67l0-425c0-37-30-67-67-67l-700 0c-36 0-66 30-66 67l0 425 0 150c0 37 30 67 66 67l284 0z m83-300c-8 0-14-5-17-12l0-5-1 0 0-1 0-98-98 0c-9 0-17-8-17-18 0-8 6-16 15-17l2 0 98 0 0-98c0-10 8-18 18-18 9 0 16 6 18 15l0 3 0 98 98 0c9 0 17 8 17 17 0 9-6 17-15 18l-2 0-98 0 0 98c0 10-8 18-18 18z" />
|
||||
<glyph glyph-name="folder-plus" horiz-adv-x="1000" unicode="𓬵" d="" />
|
||||
<glyph glyph-name="folder-remove" horiz-adv-x="1000" unicode="𓬶" d="" />
|
||||
<glyph glyph-name="folder-remove" horiz-adv-x="1000" unicode="𓬷" d="M417 717c37 0 66-30 66-67l0-83 350 0c37 0 67-30 67-67l0-425c0-37-30-67-67-67l-700 0c-36 0-66 30-66 67l0 425 0 150c0 37 30 67 66 67l284 0z m199-416l-232 0c-9 0-17-8-17-18 0-8 6-16 15-17l2 0 232 0c9 0 17 8 17 17 0 10-8 18-17 18z" />
|
||||
<glyph glyph-name="gift" horiz-adv-x="1000" unicode="𓬸" d="M929 636l-127 0c34 38 55 87 55 143l0 71-214 0c-79 0-143-64-143-143 0 79-64 143-143 143l-214 0 0-71c0-56 21-105 56-143l-128 0c-39 0-71-32-71-72l0-143 1000 0 0 143c0 40-32 72-71 72z m-500 0l-72 0c-79 0-143 64-143 143l143 0c40 0 72-32 72-72l0-71z m214 0l-72 0 0 71c0 40 33 72 72 72l143 0c0-79-64-143-143-143z" />
|
||||
<glyph glyph-name="gift" horiz-adv-x="1000" unicode="𓬹" d="M429 350l0-500-215 0c-76 0-139 60-142 136l-1 7 0 357 358 0z m500 0l0-357c0-77-61-139-136-143l-7 0-215 0 0 500 358 0z" />
|
||||
<glyph glyph-name="grayscale" horiz-adv-x="1000" unicode="𓬺" d="M831 285c0-17-2-35-4-52 1 4 1 8 2 13-5-34-14-66-27-97 2 4 3 7 5 11-13-30-30-59-50-85 3 4 5 7 8 10-20-26-43-49-69-69 3 3 6 5 9 7-26-20-54-36-84-49 4 1 7 3 11 5-31-13-63-22-97-27 4 1 9 1 13 2-35-5-69-5-104 0 4-1 9-1 13-2-34 5-66 14-97 27 4-2 7-4 11-5-30 13-58 30-84 49 3-2 6-4 9-7-26 20-49 43-69 69 3-3 5-6 8-10-20 26-37 55-50 85 2-4 3-7 5-11-13 31-22 63-27 97 1-5 2-9 2-13-5 34-5 69 0 103-1-4-1-8-2-12 5 33 14 66 27 97-2-4-3-7-5-11 13 30 30 59 50 85-2-3-5-6-7-9 18 22 38 43 58 64 25 24 50 48 75 71 46 42 92 83 139 124 10 8 19 17 29 25-22 0-44 0-66 0 28-24 56-48 83-72 51-45 103-91 152-140 23-23 46-46 67-72-3 3-5 6-8 9 21-26 37-55 50-85-1 4-3 7-4 11 13-31 22-64 26-97 0 4-1 8-1 12 1-17 3-34 3-51 0-24 21-48 46-47 25 1 47 21 47 47 0 72-19 143-53 207-24 44-58 82-93 117-33 34-67 65-101 97-32 29-65 58-97 86-17 15-34 29-50 44-1 0-1 0-1 0-9 8-21 15-33 14-13-1-23-5-33-14-21-17-41-35-61-53-43-37-85-75-127-114-37-35-75-70-108-110-14-18-28-37-40-57-12-20-21-41-30-62-17-41-25-85-28-129-5-76 11-153 46-220 32-65 81-119 140-160 61-42 132-66 205-72 75-7 150 8 218 39 65 30 121 78 164 135 22 30 38 61 52 95 14 34 22 70 27 107 2 17 3 33 3 50 0 24-22 48-47 47-25-2-46-21-46-47z" />
|
||||
<glyph glyph-name="grayscale" horiz-adv-x="1000" unicode="𓬻" d="M877 285c0-211-171-382-381-382l0 900c0 0 224-191 294-276 55-66 87-150 87-242z" />
|
||||
<glyph glyph-name="grid-advance" horiz-adv-x="1000" unicode="𓬼" d="M978 175l0-72c0-89-46-138-132-141l-8 0-136 0 0 213 276 0z m-702 0l0-213-136 0c-91 0-140 49-140 141l0 72 276 0z m345 280l0-198-264 0 0 198 264 0z m217 295c89 0 137-46 140-133l0-8 0-71-276 0 0 212 136 0z m-562 0l0-212-276 0 0 71c0 89 46 138 132 141l8 0 136 0z" />
|
||||
<glyph glyph-name="grid-advance" horiz-adv-x="1000" unicode="𓬽" d="M621 175l0-213-264 0 0 213 264 0z m357 280l0-198-276 0 0 198 276 0z m-702 0l0-198-276 0 0 198 276 0z m345 295l0-212-264 0 0 212 264 0z" />
|
||||
<glyph glyph-name="groups" horiz-adv-x="1000" unicode="𓬾" d="M193 301c47 0 85-14 113-33-57-47-87-124-64-166l3-4-196 0c-36 0-49 15-49 41 0 73 76 162 193 162z m606 0c117 0 193-89 193-162 0-25-12-40-43-41l-6 0-196 0c28 41-2 122-62 170 29 19 67 33 114 33z m-606 246c49 0 92-44 92-101 0-59-42-105-92-105-50 0-92 46-92 104 0 57 42 102 92 102z m606 0c49 0 92-45 92-102 0-58-42-104-92-104-50 0-92 46-92 105 0 57 42 101 92 101z" />
|
||||
<glyph glyph-name="groups" horiz-adv-x="1000" unicode="𓬿" d="M496 300c136 0 221-95 221-164 0-25-15-38-58-38l-326 0c-44 0-59 13-59 38 0 69 86 164 222 164z m0 283c57 0 106-50 106-116 0-67-49-119-106-119-57 0-106 52-106 119 0 65 49 116 106 116z" />
|
||||
<glyph glyph-name="home" horiz-adv-x="1000" unicode="𓭀" d="M132 22l0 298 355 323c4 4 8 6 13 6 4 0 8-2 12-6l356-322 0-299c0-59-37-95-98-95l-163 0 0 297c0 19-13 32-32 32l-149 0c-19 0-32-13-32-32l0-297-164 0c-61 0-98 36-98 95z" />
|
||||
<glyph glyph-name="home" horiz-adv-x="1000" unicode="𓭁" d="M0 369c0-23 19-39 42-39 14 0 25 6 35 16l410 374c4 4 9 5 13 5 5 0 9-1 13-5l410-374c10-10 21-16 35-16 24 0 42 16 42 39 0 13-4 23-15 33l-149 136 0 249c0 18-12 30-31 30l-66 0c-19 0-31-12-31-30l0-133-149 137c-18 16-38 24-59 24-21 0-41-8-58-24l-427-389c-10-10-15-20-15-33z" />
|
||||
<glyph glyph-name="increase" horiz-adv-x="1000" unicode="𓭂" d="M500 649l0-598c165 0 299 134 299 299 0 165-134 299-299 299z" />
|
||||
<glyph glyph-name="increase" horiz-adv-x="1000" unicode="𓭃" d="M500 849c-275 0-499-224-499-499 0-276 224-499 499-499 275 0 499 223 499 499 0 275-224 499-499 499z m0-898c-220 0-399 179-399 399 0 220 179 399 399 399 220 0 399-179 399-399 0-220-179-399-399-399z" />
|
||||
<glyph glyph-name="info-circle" horiz-adv-x="1000" unicode="𓭄" d="M500 850c276 0 500-224 500-500 0-276-224-500-500-500-276 0-500 224-500 500 0 276 224 500 500 500z m0-100c-221 0-400-179-400-400 0-220 179-400 400-400 221 0 400 180 400 400 0 221-179 400-400 400z" />
|
||||
<glyph glyph-name="info-circle" horiz-adv-x="1000" unicode="𓭅" d="M450 400l50 0c26 0 47-20 50-45l0-5 0-150c28 0 50-22 50-50 0-26-20-47-45-50l-5 0-50 0c-26 0-47 20-50 45l0 5 0 150c-28 0-50 22-50 50 0 26 20 47 45 50l5 0 50 0-50 0z m50 205c30 0 55-25 55-55 0-30-25-55-55-55-30 0-55 25-55 55 0 30 25 55 55 55z" />
|
||||
<glyph glyph-name="info" horiz-adv-x="1000" unicode="𓭆" d="M504 700c44-1 79-37 79-81 0-42-33-77-75-79l-5-1c-44 1-80 37-80 81 1 44 37 80 81 80z" />
|
||||
<glyph glyph-name="info" horiz-adv-x="1000" unicode="𓭇" d="M463 377c-3 1-7 1-10 2-30 5-52 33-49 63 2 32 29 57 61 56 17 0 35-1 52 0 34 2 67-21 67-67-1-55 0-109 0-163 0-55 0-108 0-162 0-4 0-8 0-12l11-3c30-5 51-33 49-64-3-31-28-55-59-55-41-1-81-1-122 0-32 0-58 25-59 57-3 29 18 55 47 62 4 1 7 2 12 3l0 283 0 0z" />
|
||||
<glyph glyph-name="lamp" horiz-adv-x="1000" unicode="𓭈" d="M625 564l0 159c0 23-19 42-42 42l-166 0c-23 0-42-19-42-42l0-159c-85-49-138-146-122-255 17-109 107-196 216-209 151-19 281 100 281 248 0 92-50 173-125 216z" />
|
||||
<glyph glyph-name="lamp" horiz-adv-x="1000" unicode="𓭉" d="M500 14c22 0 39-16 41-37l0-4 0-40c0-22-16-39-37-41l-4 0c-22 0-39 16-41 37l-1 4 0 40c0 21 16 39 37 41l5 0z m248 86c15 15 39 16 55 3l3-3 17-16c16-16 16-43 0-59-16-15-39-16-56-3l-3 3-16 16c-17 17-17 42 0 59z m-500 3l4-3c15-15 16-39 3-55l-3-3-16-17c-16-16-43-16-59 0-15 16-16 39-3 56l3 3 16 16c15 16 39 17 55 3z m-123 287c22 0 39-16 41-37l0-5c0-22-16-39-37-41l-4 0-42 0c-22 0-39 16-41 37l0 4c0 22 16 39 37 41l4 1 42 0z m750 0l42 0c21 0 39-16 41-37l0-5c0-22-16-39-37-41l-4 0-42 0c-22 0-39 16-41 37l-1 4c0 22 16 39 37 41l5 1z" />
|
||||
<glyph glyph-name="last" horiz-adv-x="1000" unicode="𓭊" d="M778 683c30 0 55-25 55-55l0-556c0-30-25-55-55-55-31 0-56 25-56 55l0 556c0 30 25 55 56 55z" />
|
||||
<glyph glyph-name="last" horiz-adv-x="1000" unicode="𓭋" d="M261 645l255-255c22-22 22-57 0-79l-255-255c-21-21-56-21-78 0-21 21-21 57 1 78l215 216-216 216c-22 22-22 57 0 79 22 21 57 21 78 0z" />
|
||||
<glyph glyph-name="learn" horiz-adv-x="1000" unicode="𓭌" d="M208 301l0-117c0-31 17-59 44-74l208-113c25-14 55-14 80 0l208 113c27 15 44 43 44 74l0 117-252-138c-25-13-55-13-80 0l-252 138z" />
|
||||
<glyph glyph-name="learn" horiz-adv-x="1000" unicode="𓭍" d="M460 703l-351-191c-29-16-29-58 0-74l351-191c25-14 55-14 80 0l335 183 0-247c0-23 19-41 42-41 23 0 41 18 41 41l0 267c0 16-8 30-21 37l-397 216c-25 14-55 14-80 0z" />
|
||||
<glyph glyph-name="link" horiz-adv-x="1000" unicode="𓭎" d="M862 391l-162-163c-89-90-234-90-323 0-15 14-26 30-35 46l75 76c4 4 8 6 12 8 5-18 14-35 28-49 45-44 118-44 162 0l162 163c45 45 45 118 0 163-45 45-117 45-162 0l-57-58c-47 18-97 23-146 16l122 123c90 90 235 90 324 0 89-90 89-235 0-325z" />
|
||||
<glyph glyph-name="link" horiz-adv-x="1000" unicode="𓭏" d="M434 123l-57-58c-45-44-118-44-162 0-45 45-45 118 0 163l162 163c44 45 117 45 161 0 14-14 23-31 29-49 4 2 8 4 12 8l75 76c-10 16-21 32-35 46-89 90-234 90-323 0l-162-163c-90-89-90-235 0-325 89-90 234-90 323 0l123 123c-49-7-99-2-146 16z" />
|
||||
<glyph glyph-name="list" horiz-adv-x="1000" unicode="𓭐" d="M375 225l417 0c21 0 39-16 41-37l0-5 0-83c0-21-16-39-37-41l-4-1-417 0c-21 0-39 17-41 38l-1 4 0 83c0 22 17 40 38 42l4 0z m0 208l417 0c21 0 39-16 41-37l0-4 0-84c0-21-16-39-37-41l-4 0-417 0c-21 0-39 16-41 37l-1 4 0 84c0 21 17 39 38 41l4 0z m0 209l417 0c21 0 39-17 41-38l0-4 0-83c0-22-16-40-37-42l-4 0-417 0c-21 0-39 17-41 37l-1 5 0 83c0 22 17 39 38 42l4 0 417 0-417 0z" />
|
||||
<glyph glyph-name="list-thin" horiz-adv-x="1000" unicode="𓭑" d="M879 159c27 0 48-21 48-48 0-26-21-47-48-47l-480 0c-27 0-48 21-48 47 0 27 21 48 48 48l480 0z m-480 243l480 0c27 0 48-22 48-48 0-25-19-45-43-47l-5 0-480 0c-27 0-48 21-48 47 0 25 19 45 43 47l5 1z m0 242l480 0c27 0 48-21 48-48 0-24-19-45-43-47l-5 0-480 0c-27 0-48 21-48 47 0 26 19 45 43 48l5 0z" />
|
||||
<glyph glyph-name="list-thin" horiz-adv-x="1000" unicode="𓭒" d="M154 165l65 0c29 0 54-24 54-54 0-27-22-51-49-53l-5 0-65 0c-30 0-54 24-54 53 0 28 22 51 49 54l5 0 65 0-65 0z m0 243l65 0c29 0 54-24 54-54 0-28-22-51-49-53l-5-1-65 0c-30 0-54 25-54 54 0 28 22 51 49 53l5 1z m0 242l65 0c29 0 54-24 54-54 0-27-22-50-49-53l-5 0-65 0c-30 0-54 24-54 53 0 29 22 51 49 54l5 0z" />
|
||||
<glyph glyph-name="list" horiz-adv-x="1000" unicode="𓭓" d="M167 225l83 0c22 0 39-16 42-37l0-5 0-83c0-21-17-39-38-41l-4-1-83 0c-22 0-40 17-42 38l0 4 0 83c0 22 17 40 37 42l5 0z m0 208l83 0c22 0 39-16 42-37l0-4 0-84c0-21-17-39-38-41l-4 0-83 0c-22 0-40 16-42 37l0 4 0 84c0 21 17 39 37 41l5 0z m0 209l83 0c22 0 39-17 42-38l0-4 0-83c0-22-17-40-38-42l-4 0-83 0c-22 0-40 17-42 37l0 5 0 83c0 22 17 39 37 42l5 0 83 0-83 0z" />
|
||||
<glyph glyph-name="location-alt" horiz-adv-x="1000" unicode="𓭔" d="M495 850c98 0 176-81 176-180 0-80-52-149-125-172l0 0 0-258c0-91-31-165-51-165-20 0-52 74-52 165l0 0 0 259c-72 23-124 91-124 171 0 99 78 180 176 180z m-50-67c-32 0-60-28-60-62 0-33 28-61 60-61 33 0 60 28 60 61 0 34-27 62-60 62z" />
|
||||
<glyph glyph-name="location-alt" horiz-adv-x="1000" unicode="𓭕" d="M494-107c-282 0-461 91-461 212 0 114 162 194 335 208l0-97c-113-9-224-51-224-106 0-71 146-118 350-118 203 0 350 47 350 118 0 55-111 97-224 106l0 97c173-14 335-94 335-208 0-121-179-212-461-212z" />
|
||||
<glyph glyph-name="location" horiz-adv-x="1000" unicode="𓭖" d="M943 45c0-153-274-176-438-176-164 0-438 23-438 176 0 113 153 155 299 169l24-87c-137-12-236-44-236-82 0-49 157-88 351-88 194 0 351 39 351 88 0 38-99 70-236 82l25 87c145-14 298-56 298-169z" />
|
||||
<glyph glyph-name="location" horiz-adv-x="1000" unicode="𓭗" d="M509 850c126 0 228-102 228-227 0-61-78-250-235-568l-29 64c-127 284-191 452-191 504 0 125 102 227 227 227z m-7-114c-62 0-113-50-113-113 0-63 51-114 113-114 63 0 114 51 114 114 0 63-51 113-114 113z" />
|
||||
<glyph glyph-name="lock" horiz-adv-x="1000" unicode="𓭘" d="M818 360c30 0 55-25 55-55l0-399c0-15-6-29-16-40-10-10-25-16-39-16l-621 0c-15 0-29 6-40 16-10 11-16 25-16 40l0 399c0 30 25 55 56 55l621 0z m-301-177c-46 0-84-37-84-83 0-46 38-83 84-83 46 0 83 37 83 83 0 46-37 83-83 83z" />
|
||||
<glyph glyph-name="lock" horiz-adv-x="1000" unicode="𓭙" d="M357 426c0-9-7-16-16-16l-71 0c-9 0-17 7-17 16l0 157c-2 93 47 180 127 227 80 47 180 47 260 0 80-47 129-134 127-227l0-157c0-9-7-16-16-16l-72 0c-9 0-16 7-16 16l0 156c2 56-27 108-75 136-48 29-107 29-155 1-48-28-77-80-76-136l0-157z" />
|
||||
<glyph glyph-name="logs" horiz-adv-x="1000" unicode="𓯕" d="M750 725c0 69 56 125 125 125 69 0 125-56 125-125 0-69-56-125-125-125-69 0-125 56-125 125z" />
|
||||
<glyph glyph-name="logs" horiz-adv-x="1000" unicode="𓯖" d="M521 386l48-119 306 0 0-334c0-44-35-80-78-83l-5 0-709 0c-44 0-80 35-83 78l0 5 0 292 250 0 83-208 42 0 146 369z m-438 339l584 0c0-112 89-204 200-208l8 0 0-167-250 0-83 208-42 0-146-369-48 119-306 0 0 334c0 44 35 80 78 83l5 0 584 0-584 0z" />
|
||||
<glyph glyph-name="loop" horiz-adv-x="1000" unicode="𓭚" d="M488 739l0 87c0 22-26 32-41 17l-136-136c-10-9-10-24 0-34l135-135c16-15 42-5 42 17l0 87c160 0 291-130 291-291 0-38-7-76-21-109-8-17-2-37 11-50 24-25 66-16 79 16 18 44 28 93 28 143 0 214-174 388-388 388z" />
|
||||
<glyph glyph-name="loop" horiz-adv-x="1000" unicode="𓭛" d="M488 60c-161 0-291 131-291 291 0 38 7 76 21 109 8 18 2 37-11 51-25 24-66 16-79-17-18-44-28-93-28-143 0-214 174-388 388-388l0-87c0-22 26-32 41-17l135 136c10 9 10 24 0 34l-135 135c-15 15-41 5-41-17l0-87z" />
|
||||
<glyph glyph-name="manage" horiz-adv-x="1000" unicode="𓭜" d="M428 850l0-450-390-225c-25 59-38 122-38 191-3 250 184 456 428 484z m122-450l0 450c241-28 428-234 428-484 0-64-13-122-32-177l-5-14-391 225 0 450 0-450z" />
|
||||
<glyph glyph-name="manage-user" horiz-adv-x="1000" unicode="𓭝" d="M553 340c14 10 31 11 46 3l3-2 42-29-92-91 39-40-2-4 0 0-1-4-52-49 33-124 19-7 1-4 0 0 2-4-28-41-487 0c-44-2-44 55-42 76l0 5 0 185c0 13 5 24 15 32l3 3 138 96c15 11 35 10 50-1 45-33 99-52 156-52 58 0 111 19 157 52z m-157 510c109 0 197-67 197-206 0-138-88-251-197-251-109 0-197 113-197 251 0 139 88 206 197 206z" />
|
||||
<glyph glyph-name="manage-user" horiz-adv-x="1000" unicode="𓭞" d="M906 66c2 6 4 12 6 18 1 6 2 13 3 19l48 22c5 2 7 7 6 12l-24 75c-2 5-7 8-11 7l-54-8c-8 10-18 19-28 26l4 53c0 4-3 9-8 10l-79 18c-4 1-9-1-11-6l-19-49c-13-2-26-5-38-11l-44 31c-4 2-10 2-13-2l-55-57c-3-3-3-9 0-12l34-42c-2-6-4-12-6-18-1-6-2-13-3-19l-48-22c-5-2-7-7-5-12l24-75c1-4 6-7 11-7l53 8c8-10 18-19 29-26l-5-53c0-4 3-9 8-10l79-18c5-1 10 1 11 6l19 49c13 2 26 6 38 11l44-31c4-2 10-2 13 2l55 57c3 3 3 9 0 13l-34 41z m-162-10c-39 9-63 47-54 86 9 39 47 63 86 54 39-9 63-48 54-86-9-39-48-63-86-54z" />
|
||||
<glyph glyph-name="manage" horiz-adv-x="1000" unicode="𓭟" d="M97 72c91-119 231-194 391-194 159 0 303 78 390 194l-390 225-391-225z" />
|
||||
<glyph glyph-name="mass-mail" horiz-adv-x="1000" unicode="𓭠" d="M828 546l-653 0c-59 0-108-49-108-109l0-446c0-59 49-108 108-108l653 0c59 0 108 49 108 108l0 446c0 60-49 109-108 109z m0-560c-6-5-13-8-20-8-6 0-12 2-18 7l-212 199-59-50c-6-4-11-6-18-6-6 0-12 2-17 6l-59 50-212-199c-6-5-12-7-18-7-8 0-14 3-20 8-9 11-9 28 1 38l208 196-206 174c-12 10-13 27-4 38 10 11 27 12 38 3l289-245 290 245c12 9 28 8 38-3 9-12 8-28-4-38l-206-174 208-195c10-11 10-28 1-39z" />
|
||||
<glyph glyph-name="mass-mail" horiz-adv-x="1000" unicode="𓭡" d="M175 720l653 0c57 0 105-45 108-101l0-6 0-131c0 59-49 107-108 107l-653 0c-59 0-108-48-108-107l0 131c0 56 45 103 102 106l6 1z m0 130l653 0c57 0 105-45 108-101l0-6 0-87c0 59-49 107-108 107l-653 0c-59 0-108-48-108-107l0 87c0 57 45 104 102 107l6 0z" />
|
||||
<glyph glyph-name="media" horiz-adv-x="1000" unicode="𓭢" d="M195 143l0 585-24 0c-27 0-49-22-49-49l0-658c0-27 22-49 49-49l658 0c27 0 49 22 49 49l0 24-585 0c-54 0-98 44-98 98z" />
|
||||
<glyph glyph-name="media" horiz-adv-x="1000" unicode="𓭣" d="M73 606l0-585c0-54 44-98 98-98l585 0 0-24c0-27-22-49-49-49l-658 0c-27 0-49 22-49 49l0 658c0 27 22 49 49 49l24 0z m878 244c27 0 49-22 49-49l0-500-327 239c0 0-1 2-1 2-1 0-1 1-2 1-2 0-2 0-3 1-1 0-1 1-2 1l-10 0c-1 0-3 0-3-1 0 0-1 0-1-1-1 0-1-1-1-1l-1 0c-1 0-1-2-1-2-2 0-2-1-3-1l-2-2-338-443-12 0c-27 0-49 22-49 49l0 658c0 27 22 49 49 49l658 0z m-288-363l337-247 0-97c0-26-19-46-44-49l-5 0-585 0 297 393z m-248 290c-54 0-98-44-98-98 0-53 44-97 98-97 53 0 97 44 97 97 0 54-44 98-97 98z m0-49c27 0 48-22 48-49 0-27-21-48-48-48-27 0-49 21-49 48 0 27 22 49 49 49z" />
|
||||
<glyph glyph-name="menu" horiz-adv-x="1000" unicode="𓭤" d="M117 303l219 0c62 0 114-49 117-111l0-6 0-219c0-62-49-113-111-117l-6 0-219 0c-62 0-113 49-117 111l0 6 0 219c0 62 49 114 111 117l6 0 219 0-219 0z m547 547l219 0c62 0 113-49 117-111l0-6 0-219c0-62-49-114-111-117l-6 0-219 0c-62 0-114 49-117 111l0 6 0 219c0 62 49 113 111 117l6 0 219 0-219 0z" />
|
||||
<glyph glyph-name="menu" horiz-adv-x="1000" unicode="𓭥" d="M664 303l219 0c62 0 113-49 117-111l0-6 0-219c0-62-49-113-111-117l-6 0-219 0c-62 0-114 49-117 111l0 6 0 219c0 62 49 114 111 117l6 0 219 0-219 0z m-547 547l219 0c62 0 114-49 117-111l0-6 0-219c0-62-49-114-111-117l-6 0-219 0c-62 0-113 49-117 111l0 6 0 219c0 62 49 113 111 117l6 0 219 0-219 0z" />
|
||||
<glyph glyph-name="messaging" horiz-adv-x="1000" unicode="𓭦" d="M316 804c151 0 279-111 300-260-153-37-261-175-261-332 0-4 0-8 0-11-13-2-26-3-40-3-18 0-37 2-55 5-90-85-202-26-202-26 34 18 61 45 80 78-108 77-153 215-112 340 41 125 158 210 290 209z m-27-334l-133 0c-14 0-26-12-26-26l0 0c0-7 3-14 8-18 4-5 11-8 18-8l133 0c7 0 14 3 19 8 5 4 7 11 7 18l0 0c0 14-11 26-26 26z m163 115l-296 0c-15 0-26-11-26-26l0 0c0-7 2-14 7-19 5-4 12-7 19-7l296 0c7 0 14 3 19 7 4 5 7 12 7 19l0 0c0 7-3 13-7 18-5 5-12 8-19 8l0 0z" />
|
||||
<glyph glyph-name="messaging" horiz-adv-x="1000" unicode="𓭧" d="M722 514c126-10 233-98 267-220 34-122-12-253-114-327 18-34 46-61 80-78l0 0c-5-3-115-57-203 25-24-4-49-6-74-4-108 8-203 72-251 170-47 97-39 212 22 302 61 89 164 140 272 132l1 0z m-26-333l-133 0c-7 0-14-3-19-8-5-5-7-11-7-18l0 0c0-15 11-26 26-26l133 0c14 0 26 12 26 26l0 0c0 14-12 26-26 26l0 0z m161 115l-297 0c-7 0-13-3-18-8-5-4-8-11-8-18l0 0c0-7 3-13 8-18 5-5 11-8 18-8l297 0c6 0 13 3 18 8 5 5 8 11 8 18l0 0c-1 14-12 26-26 26l0 0z" />
|
||||
<glyph glyph-name="modules" horiz-adv-x="1000" unicode="𓭨" d="M283 459l25 0c25 1 47-16 52-40 1-10 0-21-6-30l-2-4c-4-5-6-11-7-17l-1-5 0-10c0-19 15-35 33-36l4-1 140 0 0-138c0-1 0-2-1-3-1-1-1-1-2-1l-1-1-11 0c0 1-1 1-2 1l-1 1c-4 3-9 5-14 7-14 7-29 9-44 6-39-7-67-38-68-76l-1-6 0-24c0-40 29-75 69-82 18-3 36 0 52 9l6 4c1 1 1 1 2 1l1 1 11 0c1 0 2-1 3-2 1 0 1-1 1-2l0-1 0-122-354 0c-43 0-77 32-80 74l-1 5 0 349 125 0c9 0 19 4 26 11 6 6 9 14 10 22l1 4 0 10c0 6-2 12-5 18l-3 4c-7 10-10 22-8 34 5 22 24 39 47 40l4 0 25 0-25 0z m271-143l124 0c2 0 4-1 4-3l1-1 0-10c0-1-1-2-1-3l-1-1c-12-17-17-37-14-58 8-37 40-65 78-66l6-1 25 0c40 0 75 28 83 67 3 21-2 41-14 58 0 1-1 1-1 2l0 2 0 10c0 2 1 3 3 4l2 0 140 0 0-349c0-42-33-76-75-79l-6 0-354 0 0 122c0 19-15 34-33 36l-4 0-11 0c-6 0-12-1-18-4l-4-3c-10-7-22-10-35-8-22 5-39 24-40 46l0 5 0 24c-1 25 16 46 40 51 11 2 22 0 31-5l4-3c5-4 11-6 18-7l4 0 11 0c19 0 34 14 36 32l1 4 0 138 124 0-124 0z" />
|
||||
<glyph glyph-name="modules" horiz-adv-x="1000" unicode="𓭩" d="M226 359l-2 9c0 2-1 3-2 4-14 15-22 34-21 55 1 40 32 73 73 78l24 3c40 6 79-17 92-55 6-19 4-40-5-59-1-1-1-2-1-3l1-10c0-2 1-3 2-3 1-1 2-2 4-1l138 19-17 121c-3 20 11 38 32 41l10 1c8 1 16 0 23-4 11-5 24-6 35-3 24 8 38 32 34 56l-4 24c-3 25-23 43-47 45-13 0-25-5-34-13-5-5-13-9-21-10l-10-2c-20-2-39 12-42 31l-19 137-351-48c-44-7-75-47-69-90l50-346 123 17c1 0 2 1 3 2 1 1 1 2 1 4z" />
|
||||
<glyph glyph-name="mouse-pointer-highlighter" horiz-adv-x="1000" unicode="𓭪" d="M371 850c190 0 348-142 370-330l0 0 0-4c0-16-12-31-28-32l0 0-2 0c-16-1-31 12-34 28l0 0 0 1c-25 222-282 367-514 203-2-1-5-3-6-5-205-236-43-522 190-537l0 0 4-1c15-4 26-17 25-33l0 0 0-1c-1-18-16-31-34-29l0 0-10 0c-186 19-332 180-332 369 0 204 166 371 371 371z m-53-151c97 27 196-19 243-105l0 0 2-3c6-15-1-32-15-40l0 0-3-1c-15-7-32 0-40 14l0 0-3 6c-33 54-97 85-163 70-49-10-90-46-107-92-31-79 9-163 79-194l0 0 4-2c14-8 20-25 13-40l0 0-2-3c-8-14-25-20-40-13l0 0-7 3c-93 45-145 154-111 260 22 68 79 123 150 140z" />
|
||||
<glyph glyph-name="mouse-pointer-highlighter" horiz-adv-x="1000" unicode="𓭫" d="M867-118l-252 250-61-114c-5-8-13-16-24-17-16-3-31 7-35 22l-108 402c-2 11 0 23 9 30 8 8 21 12 31 8l397-113c10-2 19-10 23-20 6-15-1-32-15-39l-117-60 251-252c28-28 28-72 0-99l0 0c-27-26-72-26-99 2z" />
|
||||
<glyph glyph-name="move" horiz-adv-x="1000" unicode="𓭬" d="M353 0l42 42c7 7 18 8 26 3l3-3 75-75 75 75c7 7 18 8 26 3l3-3 42-42c7-7 8-18 2-26l-2-2-111-111c-9-10-22-14-35-14-11 0-22 3-31 11l-4 3-111 111c-7 7-8 17-2 25l2 3 42 42-42-42z m0 725l111 110c18 19 47 20 67 4l3-4 111-110c7-7 8-18 2-26l-2-3-42-42c-7-7-18-8-26-2l-2 2-76 76-75-76c-7-7-18-7-26-2l-2 2-43 43c-7 7-7 17-2 25l2 3 111 110-111-110z" />
|
||||
<glyph glyph-name="move" horiz-adv-x="1000" unicode="𓭭" d="M870 499l3-2 111-111c18-18 19-47 3-67l-3-3-111-111c-7-7-18-8-26-2l-2 2-43 42c-7 7-7 18-2 26l2 3 76 75-76 75c-7 7-7 18-2 26l2 3 43 42c7 7 17 8 25 2z m-719 0l3-2 42-42c7-7 8-18 2-26l-2-3-75-75 75-75c7-7 8-18 2-26l-2-3-42-42c-7-7-18-8-26-2l-3 2-110 111c-19 18-20 47-4 67l4 3 110 111c7 6 16 7 23 4l3-2z m348-48c55 0 100-45 100-100 0-55-45-100-100-100-55 0-100 45-100 100 0 55 45 100 100 100z" />
|
||||
<glyph glyph-name="multilingual" horiz-adv-x="1000" unicode="𓭮" d="M81 611c-18 0-33-17-33-37l0-472c0-21 15-38 33-38l83 0 0-182 159 182 329 0c18 0 32 17 32 38l0 472c0 20-14 37-32 37l-571 0z m236-107l8 0c6 0 12-1 21-2 9-1 16-1 20-1 1-4 0-10-3-17-2-3-3-5-3-7-2-5-4-13-5-24-1-3-1-5-1-6 5 0 11 1 17 3 26 3 50 8 71 13l0-35c-29-7-57-13-87-17l-8 0c-1-10-2-22-3-35 2 0 5 0 10 1 17 3 31 5 39 6 0 1 0 3 2 6l0 9c-2 4 0 6 3 7l37-6 2-4c-1-2-3-6-5-12 25-2 46-9 62-22 24-23 36-48 36-75l0-10c-1-36-22-66-62-90-15-9-28-13-37-13l-2 0-8 7c-11 9-20 16-26 20 26 4 48 12 67 24 19 15 29 34 30 55l0 6c-1 22-12 41-33 56-4 3-10 6-19 8l-1 0c-5 2-10 3-18 4-13-37-36-73-67-110 3-10 6-18 11-25-6-1-13-4-22-9-6-1-9-2-11-3-4 2-6 5-8 10-8-5-13-8-18-10-22-15-41-23-58-23l-6 0c-24 2-37 19-39 51l0 6c1 31 16 60 45 88 14 13 33 25 58 36 1 7 2 17 2 31 1 9 2 13 2 12l-24 0c-12-1-20-2-27-2l-23 0c-1 0-3 1-5 2l-6 12c-1 3-2 5-3 7l0 2c-4 6-4 10-2 13l17 0c8-1 13-1 16-1l24 0c15 0 28 1 37 3 0 2 1 5 2 9 2 14 3 26 3 35 0 6 0 12-2 17l0 0z m70-149c-18-3-31-6-38-9-1 0-3-1-5-2l0-34c0-18 1-27 2-27 20 26 33 50 41 72l0 0z m-81-26c-25-14-44-33-58-58-6-8-9-18-9-30 0-13 7-20 20-20 13 0 26 5 40 16 1 1 2 2 3 3 5 6 9 9 11 10l-2 5c-3 24-5 49-5 74l0 0z" />
|
||||
<glyph glyph-name="multilingual" horiz-adv-x="1000" unicode="𓭯" d="M365 802c-18 0-33-17-33-37l0-112 320 0c10 0 20-3 29-7l18 46 52 0 130-334-48 0-31 85-76 0 0-225 126-145 0 182 83 0c18 0 33 17 33 37l0 473c0 20-15 37-33 37l-570 0z m360-154l-12-31c8-13 13-28 13-43l0-93 62 0-63 167z" />
|
||||
<glyph glyph-name="new-tab-alt" horiz-adv-x="1000" unicode="𓭰" d="M413 679l125-114-146-146c-32-31-42-63-42-94 0-31 10-62 31-83 32-32 63-42 94-42 29 0 58 9 87 27l7 4 146 146 114-114 0-209c0-60-39-101-98-104l-6 0-521 0c-60 0-101 39-104 98l0 6 0 521c0 61 39 102 98 104l6 0 209 0z" />
|
||||
<glyph glyph-name="new-tab-alt" horiz-adv-x="1000" unicode="𓭱" d="M871 783c31 0 62-20 62-52l0-271c0-20-20-41-41-41-10 0-19 0-28 7l-4 3-93 94-250-250c-21-21-63-21-94 0-21 21-21 62 0 94l250 250-94 93c-10 11-10 21-10 32 0 21 10 41 31 41l271 0z" />
|
||||
<glyph glyph-name="next" horiz-adv-x="1000" unicode="𓭲" d="M120 78l317 226c31 23 31 69 0 91l-317 227c-37 25-87-1-87-46l0-452c0-45 50-71 87-46z" />
|
||||
<glyph glyph-name="next" horiz-adv-x="1000" unicode="𓭳" d="M528 576l0-452c0-45 49-71 86-46l317 226c31 23 31 69 0 91l-317 226c-37 26-86 0-86-45l0 0z" />
|
||||
<glyph glyph-name="notification-circle" horiz-adv-x="1000" unicode="𓭴" d="M811 783c86 0 156-70 156-155 0-86-71-156-156-156-85 0-156 70-156 156 0 85 71 155 156 155z" />
|
||||
<glyph glyph-name="notification-circle" horiz-adv-x="1000" unicode="𓭵" d="M607 700c-9-22-13-47-13-72 0-119 98-217 217-217 25 0 50 4 73 13l0-301c0-77-7-141-52-187-43-43-103-52-173-53l-352 0c-77 0-142 7-188 53-43 43-51 102-52 173l0 353c0 75 6 139 52 185 43 43 103 52 172 53l316 0z" />
|
||||
<glyph glyph-name="notification" horiz-adv-x="1000" unicode="𓳵" d="M401-21l191 0c0-53-43-96-96-96-51 0-92 40-95 90l0 6 191 0-191 0z" />
|
||||
<glyph glyph-name="notification" horiz-adv-x="1000" unicode="𓴔" d="M733 204l0 209c0 127-69 235-188 263l0 28c0 35-28 63-62 63-35 0-63-28-63-63l0-28c-119-28-187-135-187-263l0-209-54-54c-26-26-8-71 29-71l549 0c37 0 56 45 30 71l-54 54z" />
|
||||
<glyph glyph-name="paint-brush" horiz-adv-x="1000" unicode="𓭸" d="M360 460l250-250c28-28 57-23 83 3l186 185c26 26 30 55 2 83l-38 38c-44-40-169-129-189-110-5 5-3 10 0 13l14 15c39 43 86 104 92 166l-197 197c-23 23-58 23-77-4-38-54-37-143-126-250-25-30-29-57 0-86z" />
|
||||
<glyph glyph-name="paint-brush" horiz-adv-x="1000" unicode="𓭹" d="M196 427l24 24c27 27 58 28 87 2l4-4 297-297c28-29 30-60 6-87l-4-4-24-24c-26-27-58-28-87-2l-4 4-104 105c-25-43-62-136-97-170-44-45-106-43-155 6-49 48-52 111-7 155 33 33 117 67 163 92l8 5-105 104c-28 29-30 60-6 87l4 4 24 24-24-24z" />
|
||||
<glyph glyph-name="pause" horiz-adv-x="1000" unicode="𓭺" d="M400 550c28 0 50-22 50-50l0 0 0-300c0-27-22-50-50-50-27 0-50 23-50 50l0 0 0 300c0 28 23 50 50 50z m200 0c28 0 50-22 50-50l0 0 0-300c0-27-22-50-50-50-27 0-50 23-50 50l0 0 0 300c0 28 23 50 50 50z" />
|
||||
<glyph glyph-name="pause" horiz-adv-x="1000" unicode="𓭻" d="M500 850c276 0 500-224 500-500 0-276-224-500-500-500-276 0-500 224-500 500 0 276 224 500 500 500z m0-100c-220 0-400-179-400-400 0-220 180-400 400-400 221 0 400 180 400 400 0 221-179 400-400 400z" />
|
||||
<glyph glyph-name="pencil" horiz-adv-x="1000" unicode="𓭼" d="M913 665l-98 98c-27 27-71 27-98 0l-100-100 196-196 100 100c27 27 27 71 0 98z" />
|
||||
<glyph glyph-name="pencil" horiz-adv-x="1000" unicode="𓭽" d="M568 614l-468-468 0-196 196 0 468 468z" />
|
||||
<glyph glyph-name="phone" horiz-adv-x="1000" unicode="𓭾" d="M801 214l-106 12c-25 3-50-6-68-23l-77-77c-117 60-214 156-274 274l77 78c18 17 27 42 24 68l-12 105c-5 42-41 74-83 74l-72 0c-47 0-87-40-84-87 22-355 307-640 662-662 47-3 87 37 87 84l0 72c0 42-32 77-74 82z" />
|
||||
<glyph glyph-name="phone" horiz-adv-x="1000" unicode="𓭿" d="M542 723l5 0c170-22 304-155 325-326 3-23-13-44-36-47-2 0-3 0-5 0-21 0-39 15-41 37-17 132-121 236-253 253-23 2-39 23-37 46 3 23 24 39 47 37z m-40-201c6 22 28 36 51 30 72-19 130-76 149-150 6-22-8-45-30-51-3-1-7-1-10-1-19 0-36 13-41 31-11 44-46 79-89 90-23 6-36 28-30 51z" />
|
||||
<glyph glyph-name="pictures" horiz-adv-x="1000" unicode="𓮀" d="M28 817l781 0c7 0 15-3 20-9 4-4 7-10 8-16l0-4 0-105-58 0 0 77-722 0 0-483 78 0 0-188-107 0c-7 0-14 3-20 8-4 4-7 10-8 16l0 4 0 671c0 8 3 15 8 20 5 5 11 8 17 8l3 1 781 0-781 0z" />
|
||||
<glyph glyph-name="pictures" horiz-adv-x="1000" unicode="𓮁" d="M189 657l779 0c8 0 15-3 20-8 4-4 7-10 7-16l1-676c0-7-3-15-9-20-4-4-10-7-16-8l-4 0-779 0c-12 0-22 7-26 17l-1 4 0 681c1 14 11 24 24 26l4 0 779 0-779 0z m750-57l-721 0 0-484 92 0 105 227c2 5 8 9 14 9 4 0 9-1 13-5l1-2 76-110c3-4 7-6 12-7 3 0 7 1 10 3l2 1 49 41c5 5 13 5 19 1l3-2 87-87c3-3 8-5 12-5 4 1 7 2 10 4l2 2 22 27c4 3 8 5 13 5 4 0 8-2 11-4l2-2 74-96 92 0 0 484z m-205-136c29 0 53-23 53-52 0-29-24-53-53-53-29 0-52 24-52 53 0 29 23 52 52 52z" />
|
||||
<glyph glyph-name="pie" horiz-adv-x="1000" unicode="𓮂" d="M467 320l0 463c0 0-1 1-2 1-257 0-465-209-465-466 0-257 209-464 466-464 257 0 465 199 466 466l-465 0z" />
|
||||
<glyph glyph-name="pie" horiz-adv-x="1000" unicode="𓮃" d="M998 387c0 0 0-1 0-1 0 256-198 463-464 464l0-463 464 0 0 0z" />
|
||||
<glyph glyph-name="pin" horiz-adv-x="1000" unicode="𓮄" d="M443-67l475 475c15 15 3 29-2 34-39 39-111 36-190 2 0 0 0 0-1 0-98 72-197 144-296 216l14 14c16 16 16 42 0 59l-5 5c-16 16-43 16-59 0l-267-267c-16-16-16-42 0-59l6-5c16-16 42-16 58 0l10 10c72-97 144-195 217-292 1-1 1-2 2-4-32-77-34-146 2-186 5-5 19-19 36-2z" />
|
||||
<glyph glyph-name="pin" horiz-adv-x="1000" unicode="𓮅" d="M750 175c-25-25-50-50-75-75 20-17 40-33 60-49 42-36 85-72 128-107 15-13 32-14 45-1 13 13 13 31-1 46-49 59-99 118-149 177-3 3-5 6-8 9z" />
|
||||
<glyph glyph-name="play-circle" horiz-adv-x="1000" unicode="𓮆" d="M440 155l234 175c13 10 13 30 0 40l-234 175c-16 13-40 1-40-20l0-350c0-20 24-32 40-20z" />
|
||||
<glyph glyph-name="play-circle" horiz-adv-x="1000" unicode="𓮇" d="M500 850c276 0 500-224 500-500 0-276-224-500-500-500-276 0-500 224-500 500 0 276 224 500 500 500z m0-100c-220 0-400-179-400-400 0-220 180-400 400-400 221 0 400 180 400 400 0 221-179 400-400 400z" />
|
||||
<glyph glyph-name="plugins" horiz-adv-x="1000" unicode="𓮈" d="M90 590c17 7 37 1 47-14l3-3 50-87-67-39-51 88c-5 9-7 21-3 32 3 10 11 19 21 23z m156 90c17 8 38 2 48-14l3-3 49-87-67-39-51 88c-5 9-7 21-3 32 3 10 11 19 21 23z" />
|
||||
<glyph glyph-name="plugins" horiz-adv-x="1000" unicode="𓮉" d="M445 562l53-93c51-85 34-195-39-261l47-81c14-26 39-45 68-51 30-7 60 0 84 18 42 34 52 93 24 139-25 43-32 94-20 141 13 48 44 89 86 114l104 62c20 9 44 1 54-18 11-19 5-43-13-55l-103-60c-50-30-66-94-37-144l0 0c26-44 33-97 20-146-13-49-46-91-91-115-92-46-203-10-252 80l-44 74c-94-30-197 10-246 96l-54 93c-2 4-4 9-4 14l352 204c4-3 8-6 11-11z" />
|
||||
<glyph glyph-name="plus-circle" horiz-adv-x="1000" unicode="𓮊" d="M500 850c276 0 500-224 500-500 0-276-224-500-500-500-276 0-500 224-500 500 0 276 224 500 500 500z m0-100c-220 0-400-179-400-400 0-220 180-400 400-400 221 0 400 180 400 400 0 221-179 400-400 400z" />
|
||||
<glyph glyph-name="plus-circle" horiz-adv-x="1000" unicode="𓮋" d="M517 583c18 0 33-15 33-33l0-183 183 0c19 0 34-15 34-34 0-18-15-33-34-33l-183 0 0-183c0-19-15-34-33-34-19 0-34 15-34 34l0 183-183 0c-18 0-33 15-33 33 0 19 15 34 33 34l183 0 0 183c0 18 15 33 34 33z" />
|
||||
<glyph glyph-name="previous" horiz-adv-x="1000" unicode="𓮌" d="M166 750c37 0 67-30 67-66l0-665c0-36-30-66-67-66-36 0-66 30-66 66l0 665c0 36 30 66 66 66z" />
|
||||
<glyph glyph-name="previous" horiz-adv-x="1000" unicode="𓮍" d="M410 297l383-271c44-31 105 1 105 55l0 541c0 54-60 85-105 54l-383-270c-38-27-38-83 0-109z" />
|
||||
<glyph glyph-name="print" horiz-adv-x="1000" unicode="𓮎" d="M708 725l-416 0c-23 0-42-19-42-42l0-83c0-23 19-42 42-42l416 0c23 0 42 19 42 42l0 83c0 23-19 42-42 42z" />
|
||||
<glyph glyph-name="print" horiz-adv-x="1000" unicode="𓮏" d="M208 517l584 0c67 0 121-53 125-119l0-6 0-167c0-44-35-80-78-83l-6 0-83 0 0-84c0-44-35-80-78-83l-5 0-334 0c-44 0-80 35-83 78l0 5 0 84-83 0c-44 0-81 34-83 78l-1 5 0 167c0 67 53 121 119 125l6 0 584 0z m459-250l-334 0 0-167c0-21 17-39 38-41l4-1 250 0c22 0 39 17 42 38l0 4 0 167z m125 166c-23 0-42-18-42-41 0-23 19-42 42-42 23 0 41 19 41 42 0 23-18 41-41 41z" />
|
||||
<glyph glyph-name="privacy" horiz-adv-x="1000" unicode="𓮐" d="M801 356c32-40 77-61 133-63 37-1 66-31 66-68l0-72c0-72-24-139-69-189-13-15-27-29-43-43-42-34-81-54-108-65l-5-2c-6-2-15-4-24-4l-5 0c-4 0-11 1-18 3l-4 2c-26 9-68 29-111 66-16 13-30 27-44 42-45 51-69 118-69 190l0 72c0 37 28 67 65 68 57 2 99 22 130 63 26 32 81 32 106 0z" />
|
||||
<glyph glyph-name="privacy" horiz-adv-x="1000" unicode="𓮑" d="M429 444c82 0 159-23 227-62-21-26-47-39-84-41l-8-1c-62-2-111-52-111-115l0-72c0-83 29-161 82-222 18-19 32-33 48-46 16-14 32-26 47-35l-466 0c-90 0-163 72-164 160l0 5c0 236 193 429 429 429z m8 406c104 0 188-84 188-187 0-104-84-188-188-188-103 0-187 84-187 188 0 103 84 187 187 187z" />
|
||||
<glyph glyph-name="publish" horiz-adv-x="1000" unicode="𓮒" d="M338 52l212-36-127-149c-27-32-81-17-85 25l0 5 0 155z" />
|
||||
<glyph glyph-name="publish" horiz-adv-x="1000" unicode="𓮓" d="M1000 802l-1-5-140-814c-3-14-11-25-24-32-11-6-23-7-35-4l-6 2-243 98-207 36 470 553c9 10-4 23-14 17l-2-1-562-477-207 84c-17 6-28 22-29 39-1 15 7 30 19 39l5 3 906 504c32 18 72-6 70-42z" />
|
||||
<glyph glyph-name="purge" horiz-adv-x="1000" unicode="𓮔" d="M661 717c17 0 30-13 30-30l0-72 157 0c6 0 10-4 10-10l0-109c0-6-4-10-10-10l-705 0c-6 0-10 4-10 10l0 109c0 6 4 10 10 10l165 0 0 72c0 17 13 30 30 30l323 0z" />
|
||||
<glyph glyph-name="purge" horiz-adv-x="1000" unicode="𓮕" d="M737-109l-474 0c-21 0-40 17-40 39l0 516 545 0 0-516c0-22-10-39-31-39z m-217 466l-49 0 0-298 49 0 0 298z m119 0l-39 0 0-298 39 0 0 298z m-248 0l-49 0 0-298 49 0 0 298z" />
|
||||
<glyph glyph-name="question-sign-circle" horiz-adv-x="1000" unicode="𓮖" d="M550 150l0-100-100 0 0 100 100 0z m-19 498c87-13 155-86 167-173 14-96-51-133-99-178-6-6-12-11-17-17l-1-2 0 0c-5-6-10-13-14-20l-3-4 0 0c-7-13-12-28-14-45l0-9-100 0c0 25 4 46 10 63l1 3 2 4c2 6 5 12 8 17l7 12 0 0c41 62 117 77 122 144 4 48-31 95-78 105-52 11-99-20-115-64-7-18-21-32-39-34l-5 0-10 0c-31 0-53 30-44 59 28 91 119 154 222 139z" />
|
||||
<glyph glyph-name="question-sign-circle" horiz-adv-x="1000" unicode="𓮗" d="M500 850c276 0 500-224 500-500 0-276-224-500-500-500-276 0-500 224-500 500 0 276 224 500 500 500z m0-100c-220 0-400-179-400-400 0-220 180-400 400-400 221 0 400 180 400 400 0 221-179 400-400 400z" />
|
||||
<glyph glyph-name="quote-left" horiz-adv-x="1000" unicode="𓮘" d="M1000 468c0-121-76-209-187-209-51 0-96 13-123 46l-17 0c24-72 96-131 187-152 31-7 45-24 45-49 0-30-25-48-56-48-117 0-304 140-304 363 0 148 90 264 235 264 127 0 220-90 220-215z" />
|
||||
<glyph glyph-name="quote-left" horiz-adv-x="1000" unicode="𓮙" d="M456 468c0 125-93 215-220 215-145 0-235-116-235-264 0-223 187-363 304-363 31 0 56 18 56 48 0 25-16 42-46 49-90 21-162 80-188 152l19 0c27-33 71-46 121-46 113 0 189 88 189 209z" />
|
||||
<glyph glyph-name="quote-right" horiz-adv-x="1000" unicode="𓮚" d="M544 251c0-126 94-216 220-216 145 0 235 116 235 264 0 223-187 363-304 363-31 0-55-18-55-48 0-25 15-42 45-49 90-20 162-80 188-152l-19 0c-27 33-71 46-121 46-113 0-189-88-189-208z" />
|
||||
<glyph glyph-name="quote-right" horiz-adv-x="1000" unicode="𓮛" d="M0 251c0 120 76 208 188 208 50 0 95-13 122-46l17 0c-24 72-96 132-187 152-30 7-45 24-45 49 0 30 25 48 56 48 117 0 304-140 304-363 0-148-90-264-235-264-127 0-220 90-220 216z" />
|
||||
<glyph glyph-name="radio-checked" horiz-adv-x="1000" unicode="𓮜" d="M500-150c276 0 500 224 500 500 0 276-224 500-500 500-276 0-500-224-500-500 0-276 224-500 500-500z m0 111c-215 0-389 174-389 389 0 215 174 389 389 389 215 0 389-174 389-389 0-215-174-389-389-389z" />
|
||||
<glyph glyph-name="radio-checked" horiz-adv-x="1000" unicode="𓮝" d="M278 350c0 123 99 222 222 222 123 0 222-99 222-222 0-123-99-222-222-222-123 0-222 99-222 222z" />
|
||||
<glyph glyph-name="rebuild" horiz-adv-x="1000" unicode="𓮞" d="M853 362c0 91-34 182-103 251-109 109-271 132-402 69 88 9 178-21 246-88 63-64 93-149 89-232l-155 0 236-236 236 236-147 0z" />
|
||||
<glyph glyph-name="rebuild" horiz-adv-x="1000" unicode="𓮟" d="M406 130c-63 64-93 149-88 232l154 0-236 236-236-236 147 0c0-91 34-182 103-252 109-108 271-131 402-68-87-9-178 21-246 88z" />
|
||||
<glyph glyph-name="repeat" horiz-adv-x="1000" unicode="𓮠" d="M33 408c0-33 27-60 61-60 33 0 60 27 60 60l0 25c0 67 45 109 117 109l294 0 0-83c0-28 18-46 45-46 13 0 24 5 32 12l167 140c22 18 22 48 0 66l-167 141c-8 7-19 11-32 11-27 0-45-17-45-45l0-78-288 0c-151 0-244-81-244-212l0-40z" />
|
||||
<glyph glyph-name="repeat" horiz-adv-x="1000" unicode="𓮡" d="M433 237l0-83 294 0c72 0 118 42 118 109l0 24c0 34 26 61 60 61 33 0 60-27 60-61l0-39c0-131-93-212-244-212l-288 0 0-78c0-28-18-46-45-46-13 0-24 5-32 12l-167 141c-22 18-22 48 0 65l167 141c8 7 19 12 32 12 27 0 45-18 45-46z" />
|
||||
<glyph glyph-name="reply" horiz-adv-x="1033.3" unicode="𓮢" d="M501 583l3 0c19-2 35-16 37-37l1-5 0-66c291-42 416-250 458-458-102 142-243 209-444 212l-14 0 0-70c0-23-18-39-38-41l-3-1c-9 0-19 3-27 9l-4 4-191 191c-15 15-16 39-3 55l3 4 191 191c8 7 17 11 26 12l5 0z" />
|
||||
<glyph glyph-name="reply" horiz-adv-x="1000" unicode="𓮣" d="M247 579l4 0c21-2 41-19 41-44 0-10-4-20-10-27l-3-4-154-154 154-154c8-8 13-19 13-31 0-25-20-42-41-44l-4 0c-9 0-19 3-27 10l-4 3-186 187c-16 15-17 39-3 55l3 4 186 186c8 8 17 12 26 13l5 0z" />
|
||||
<glyph glyph-name="save" horiz-adv-x="1000" unicode="𓮤" d="M356 661l0-279c0-47 20-70 65-72l6 0 275 0 0-306c0-77-37-116-110-119l-7 0-367 0c-76 0-115 37-118 112l0 7 0 537c0 77 37 117 110 119l8 1 138 0z m51-21c13-3 26-11 39-24l205-208c17-17 27-31 31-46l-255 0c-13 0-20 6-20 19l0 259z" />
|
||||
<glyph glyph-name="save" horiz-adv-x="1000" unicode="𓮥" d="M607 850l0-228c0-38 20-60 56-62l6 0 225 0 0-366c0-77-37-117-110-119l-8 0-22 0 0 225c0 49-14 91-52 131l-6 7-216 216c-40 41-81 56-130 58l-9 0-49 0 0 19c0 77 37 116 110 119l8 0 197 0z m48-221l-1 203c10-2 20-8 31-19l5-5 168-171c8-9 14-17 16-25l2-5-200 0c-14 0-20 6-21 19l0 3-1 203 1-203z" />
|
||||
<glyph glyph-name="scissors" horiz-adv-x="1000" unicode="𓮦" d="M862 194c78-79 78-206 0-285-58-57-144-74-220-43-75 31-124 104-124 186 0 81 49 155 124 186 76 31 162 14 220-44z m-187-36c-43-18-71-60-71-107 0-47 28-89 71-107 41-17 88-9 121 21l5 4 0 1c45 45 45 118 0 163-33 33-83 43-126 25z m-458 675l242-347c4-5 4-12 0-17l-88-126c-4-6-10-12-16-17-3-2-7-3-11-3-4 1-8 3-10 7-3 4-6 9-9 14l-28 54c-48 93-109 217-135 292-14 40-20 82-17 124 1 16 13 30 29 35 16 4 34-2 43-16z" />
|
||||
<glyph glyph-name="scissors" horiz-adv-x="1000" unicode="𓮧" d="M802 849c21 0 39-16 40-37 3-42-3-84-17-123-31-91-115-254-163-346-22-42-60-72-104-86l-9-2-114-29c-5-2-10-5-12-10-2-4-3-9-2-13l2-4 26-61c28-57 26-123-3-180-29-56-83-95-146-105-11-2-22-3-33-3-104 0-191 81-200 185-8 102 61 193 160 213l8 2 95 16c30 4 56 20 74 43l5 6 8 12c3 4 7 6 11 6 3 0 6-2 8-4l2-2 7-10c10-11 27-13 40-4 12 7 16 22 12 35l-2 3-20 30c-5 8-6 17-2 25l2 3 294 423c8 11 20 17 33 17z m-453-715c-33 33-82 43-126 25-43-18-71-60-71-107 0-47 28-89 71-107 44-18 93-8 126 25 22 21 35 51 35 82 0 31-13 60-35 82z" />
|
||||
<glyph glyph-name="screen" horiz-adv-x="1000" unicode="𓮨" d="M63 850l875 0c32 0 59-25 62-58l0-4 0-657c0-33-25-60-58-62l-4 0-875 0c-33 0-60 25-63 57l0 5 0 657c0 32 25 59 58 62l5 0 875 0-875 0z m812-62l-750 0c-33 0-60-26-62-58l0-5 0-437c0-33 25-60 57-63l5 0 750 0c33 0 60 25 62 58l1 5 0 437c0 33-26 60-58 62l-5 1z" />
|
||||
<glyph glyph-name="screen" horiz-adv-x="1000" unicode="𓮩" d="M565 50c17 0 31-14 31-31l0-32c0-17 12-39 25-50l75-56c14-10 11-19-6-19l-375 0c-17 0-20 9-6 19l75 56c14 11 25 33 25 50l0 32c0 17 14 31 31 31l125 0z" />
|
||||
<glyph glyph-name="screwdriver" horiz-adv-x="1000" unicode="𓮪" d="M530 145l131 149c19-4 37-6 56-6 4 0 8 1 12 1l6 1 180-180c23-23 24-59 4-83l-4-5-87-87c-23-23-59-24-84-4l-4 4-210 210 131 149-131-149z m-454 578l51 51c10 10 24 12 36 6l4-2 133-89c15-10 18-30 7-44l-3-3-15-15 134-135-70-61-129 130-16-15c-13-13-33-12-45 1l-2 3-89 134c-8 11-7 25 1 36l3 3 51 51-51-51z" />
|
||||
<glyph glyph-name="screwdriver" horiz-adv-x="1000" unicode="𓮫" d="M717 350c119 0 216 97 216 217 0 19-3 37-8 55l-134-134c-24-24-63-24-87 0l-66 66c-24 24-24 63 0 87l134 134c-18 5-36 8-55 8-120 0-217-97-217-216 0-27 6-53 15-77l-412-362c-48-48-48-127 0-175 48-48 127-48 175 0l362 412c24-9 50-15 77-15z m-526-371c-35 0-62 27-62 62 0 34 27 61 62 61 34 0 61-27 61-61 0-35-27-62-61-62z" />
|
||||
<glyph glyph-name="share-alt" horiz-adv-x="1000" unicode="𓮬" d="M379 308l274-159c-16-18-29-39-38-62l-3-10-274 160c17 18 30 39 38 62l3 9z m-41 174l273 159c7-24 19-45 35-64l6-7-273-159c-7 23-19 45-34 63l-7 8 273 159-273-159z" />
|
||||
<glyph glyph-name="share-alt" horiz-adv-x="1000" unicode="𓮭" d="M781 169c72-1 132-55 140-126 8-72-37-138-107-155-11-3-22-5-33-5-4 0-8 1-12 1l-7 1-7 0c-23 5-45 15-63 30l-13 12c-16 16-29 36-36 57l-2 9-2 3c-1 3-1 6-1 9 0 6 0 12 0 17 0 2 0 3 0 4 0 24 6 47 18 68 25 46 73 75 125 75z m-571 333c60 0 114-39 133-96 19-55 3-116-40-154l-14-11 0 0-4-3-7-4c-4-2-9-6-13-8l-4 0-4 0c-15-6-31-9-47-9-79 0-143 64-143 143 0 78 64 142 143 142z m607 330c64-16 109-74 108-140-1-66-47-123-111-138-11-2-22-4-33-4-4 0-8 1-12 2l-7 1-7 0c-23 5-44 15-63 30l-6 6-7 5c-16 16-29 36-36 57l-2 9-2 3c-1 3-1 6-1 9 0 6 0 11 0 17 0 1 0 3 0 4 0 24 6 47 18 68 31 58 97 87 161 71z" />
|
||||
<glyph glyph-name="shield" horiz-adv-x="1000" unicode="𓮮" d="M509 759l318-141 0-259-318 0 0-406c-169 52-294 219-318 406l318 0 0 400z" />
|
||||
<glyph glyph-name="shield" horiz-adv-x="1000" unicode="𓮯" d="M509 759l318-141 0-214c1-203-126-384-318-451-191 67-319 248-318 451l0 214 318 141m0 91c-13 0-25-3-37-8l-318-141c-33-15-54-47-54-83l0-214c0-252 175-488 409-545 235 57 409 293 409 545l0 214c0 36-21 68-54 83l-318 141c-12 5-24 8-37 8z" />
|
||||
<glyph glyph-name="shuffle" horiz-adv-x="1000" unicode="𓮰" d="M490 326l12-22c3-7 6-13 9-18 5-10 13-22 22-36 10-13 19-23 29-31 9-8 21-14 35-20 12-4 24-7 37-7l8-1 143 0 0 107c0 6 2 10 5 13 4 4 8 5 13 5 4 0 7-1 11-3l2-2 178-178c4-4 5-8 5-13 0-4-1-8-3-11l-2-2-178-178c-3-4-8-5-13-5-5 0-9 1-12 5-3 3-5 6-6 10l0 2 0 108-39-1 0 0-53 0c-11 0-24 0-41 0l-16 1c-9 1-17 1-24 2l-12 2c-7 1-15 2-23 4-14 3-26 6-35 10l-12 6c-7 3-13 6-21 10-12 7-23 14-33 22-9 9-20 19-30 30-11 12-22 25-32 39 22 35 48 85 76 152z m-472 365l125 0c93 0 169-42 228-125-22-35-47-85-76-153l-8 16c-5 10-9 18-13 25-5 10-13 22-22 35-10 14-19 24-29 32-9 7-21 14-35 19-11 5-24 7-37 8l-8 0-125 0c-5 0-10 2-13 5-3 3-4 6-5 10l0 3 0 107c0 5 2 10 5 13 3 3 6 4 10 5l3 0 125 0-125 0z" />
|
||||
<glyph glyph-name="shuffle" horiz-adv-x="1000" unicode="𓮱" d="M458 342c18 40 32 72 44 95 9 17 17 32 25 43 8 12 17 24 28 35 12 11 24 19 39 25 14 5 31 8 48 8l143 0 0-107c0-5 2-9 5-12 4-4 8-6 13-6 5 0 10 2 13 5l178 179c4 3 5 7 5 13 0 5-1 9-5 12l-178 178c-4 4-9 6-13 6-5 0-9-2-13-5-3-3-5-8-5-13l0-107-143 0c-25 0-49-3-71-9-22-6-42-14-59-24-18-9-34-22-51-38-16-16-29-31-41-46-11-15-23-34-35-56-13-22-23-42-31-58-7-17-16-38-27-62-17-41-32-73-44-96-9-17-17-31-25-43-8-12-17-23-28-34-11-11-24-20-39-25-14-6-30-9-48-9l-125 0c-5 0-10-1-13-5-3-3-5-7-5-12l0-108c0-5 2-9 5-12 3-4 8-5 13-5l125 0c25 0 49 3 71 9 23 6 42 14 60 23 17 10 34 22 50 38 16 16 30 32 41 47 11 15 23 33 36 55 12 23 22 42 30 59 7 17 17 37 27 62z" />
|
||||
<glyph glyph-name="sign-in" horiz-adv-x="1000" unicode="𓮲" d="M633 454l0 150-300-262 300-263 0 150 300 0 0 225z" />
|
||||
<glyph glyph-name="sign-in" horiz-adv-x="1000" unicode="𓮳" d="M408 717c67 0 130-18 185-49l-61-53c-38 17-80 27-124 27-165 0-300-135-300-300 0-166 135-300 300-300 44 0 86 9 124 27l61-54c-55-31-118-48-185-48-207 0-375 168-375 375 0 207 168 375 375 375z" />
|
||||
<glyph glyph-name="sign-out" horiz-adv-x="1000" unicode="𓮴" d="M367 454l0 150 300-262-300-263 0 150-300 0 0 225z" />
|
||||
<glyph glyph-name="sign-out" horiz-adv-x="1000" unicode="𓮵" d="M592 717c-67 0-130-18-184-49l8-7 52-46c38 17 80 27 124 27 165 0 300-135 300-300 0-166-135-300-300-300-44 0-86 9-124 27l-52-46-8-8c54-31 117-48 184-48 207 0 375 168 375 375 0 207-168 375-375 375z" />
|
||||
<glyph glyph-name="smart-search" horiz-adv-x="1000" unicode="𓮶" d="M306 849l358 0 0-126c0-43 35-79 79-79l137 0 0-489c0-43-36-78-79-78l-318 0c12 67-7 139-59 191-54 53-128 72-197 58l0 445c0 43 36 78 79 78z" />
|
||||
<glyph glyph-name="smart-search" horiz-adv-x="1000" unicode="𓮷" d="M394 238c54-55 65-136 31-201l115-115c32-31-16-79-47-48l-109 110c-68-58-171-55-235 9-67 68-67 177 0 245 68 67 177 67 245 0z m-39-42l-3-2-113-102-46 51c-22 24-59-8-41-33l2-2 64-70c9-10 25-11 35-3l134 121c23 21-5 56-30 42l-2-2 0 0z m347 653l178-169-113 0c-36 0-65 30-65 65l0 104z" />
|
||||
<glyph glyph-name="smiley-neutral" horiz-adv-x="1000" unicode="𓮸" d="M500 767c-230 0-417-187-417-417 0-230 187-417 417-417 230 0 417 187 417 417 0 230-187 417-417 417z m0-750c-184 0-333 149-333 333 0 184 149 333 333 333 184 0 333-149 333-333 0-184-149-333-333-333z" />
|
||||
<glyph glyph-name="smiley-neutral" horiz-adv-x="1000" unicode="𓮹" d="M667 217c18 0 33-15 33-34 0-18-15-33-33-33l-334 0c-18 0-33 15-33 33 0 19 15 34 33 34l334 0z m-21 300c34 0 62-28 62-63 0-34-28-62-62-62-35 0-63 28-63 62 0 35 28 63 63 63z m-292 0c35 0 63-28 63-63 0-34-28-62-63-62-34 0-62 28-62 62 0 35 28 63 62 63z" />
|
||||
<glyph glyph-name="smiley-sad" horiz-adv-x="1000" unicode="𓮺" d="M500 767c-230 0-417-187-417-417 0-230 187-417 417-417 230 0 417 187 417 417 0 230-187 417-417 417z m0-750c-184 0-333 149-333 333 0 184 149 333 333 333 184 0 333-149 333-333 0-184-149-333-333-333z" />
|
||||
<glyph glyph-name="smiley-sad" horiz-adv-x="1000" unicode="𓮻" d="M500 288c85 0 158-47 198-115 7-13-1-29-15-31l-3 0-360 0c-15 0-26 17-18 31 40 68 113 115 198 115z m-64 217c11-11 12-29 3-41l-3-4-22-22 22-22c12-12 12-32 0-44-11-11-29-12-41-3l-3 3-22 22-22-22c-12-12-32-12-44 0-11 11-12 29-3 41l3 3 22 22-22 22c-12 13-12 33 0 45 11 11 29 12 41 2l3-2 22-22 22 22c12 12 32 12 44 0z m194-22l22 22c12 12 32 12 44 0 11-11 12-29 3-41l-3-4-22-22 22-22c12-12 12-32 0-44-11-11-29-12-41-3l-3 3-22 22-22-22c-12-12-32-12-44 0-11 11-12 29-3 41l3 3 22 22-22 22c-12 13-12 33 0 45 11 11 29 12 41 2l3-2 22-22 22 22-22-22z" />
|
||||
<glyph glyph-name="smiley" horiz-adv-x="1000" unicode="𓮼" d="M320 267l360 0c16 0 26-18 18-32-40-68-113-114-198-114-85 0-158 46-198 114-7 13 1 29 15 31l3 1z m76 231l4-3 36-37c12-12 12-32 0-44-11-11-29-12-41-3l-3 3-22 22-22-22c-12-12-32-12-44 0-11 11-12 29-3 41l3 3 37 37c14 14 36 16 52 5l3-2 0 0z m168-40l37 37c15 15 39 16 55 3l4-3 36-37c12-12 12-32 0-44-11-11-29-12-41-3l-3 3-22 22-22-22c-12-12-32-12-44 0-11 11-12 29-2 41l2 3 37 37-37-37z" />
|
||||
<glyph glyph-name="smiley" horiz-adv-x="1000" unicode="𓮽" d="M500 767c-230 0-417-187-417-417 0-230 187-417 417-417 230 0 417 187 417 417 0 230-187 417-417 417z m0-750c-184 0-333 149-333 333 0 184 149 333 333 333 184 0 333-149 333-333 0-184-149-333-333-333z" />
|
||||
<glyph glyph-name="sourcetree" horiz-adv-x="1000" unicode="𓯐" d="M659 70l268 0c38 0 70-30 73-68l0-6 0-73c0-38-30-70-68-73l-5 0-268 0c-39 0-71 30-73 68l-1 5 0 73c0 39 30 71 68 73l6 1 268 0-268 0z m-500 122l0-74-49 0 0 74 49 0z m731 0l0-74-48 0 0 74 48 0z m-817 268l269 0c38 0 70-30 73-68l0-5 0-74c0-38-30-70-68-73l-5 0-269 0c-38 0-70 30-73 68l0 5 0 74c0 38 30 70 68 73l5 0z m171 305l0-49-37 0c-25 0-46-19-48-44l0-5 0-158-49 0 0 158c0 52 41 95 92 98l5 0 37 0z m549 0c52 0 94-41 97-92l0-6 0-158-48 0 0 158c0 25-20 46-45 49l-4 0-37 0 0 49 37 0z m-159 85c39 0 71-30 73-68l0-5 0-73c0-39-30-71-68-73l-5 0-268 0c-39 0-70 30-73 67l0 6 0 73c0 38 30 70 68 73l5 0 268 0z" />
|
||||
<glyph glyph-name="sourcetree" horiz-adv-x="1000" unicode="𓯑" d="M73 70l269 0c38 0 70-30 73-68l0-6 0-73c0-38-30-70-68-73l-5 0-269 0c-38 0-70 30-73 68l0 5 0 73c0 39 30 71 68 73l5 1 269 0-269 0z m586 390l268 0c38 0 70-30 73-68l0-5 0-74c0-38-30-70-68-73l-5 0-268 0c-39 0-71 30-73 68l-1 5 0 74c0 38 30 70 68 73l6 0 268 0-268 0z" />
|
||||
<glyph glyph-name="step-forward" horiz-adv-x="1000" unicode="𓮾" d="M166 657l4 0c9-1 17-3 25-8l6-3 369-261c34-24 35-74 4-101l-4-3-369-260c-10-7-20-10-31-11l-4-1c-32 0-63 24-66 59l0 5 0 520c0 39 32 65 66 64z" />
|
||||
<glyph glyph-name="step-forward" horiz-adv-x="1000" unicode="𓮿" d="M803 717l5 0c31-3 56-28 59-59l0-5 0-639c0-35-29-64-64-64-34 0-61 26-64 59l0 5 0 639c0 33 26 61 59 64l5 0z" />
|
||||
<glyph glyph-name="stop" horiz-adv-x="1000" unicode="𓯀" d="M367 550l266 0c37 0 67-30 67-67l0-266c0-37-30-67-67-67l-266 0c-37 0-67 30-67 67l0 266c0 37 30 67 67 67z" />
|
||||
<glyph glyph-name="stop" horiz-adv-x="1000" unicode="𓯁" d="M500 850c276 0 500-224 500-500 0-276-224-500-500-500-276 0-500 224-500 500 0 276 224 500 500 500z m0-100c-220 0-400-179-400-400 0-220 180-400 400-400 221 0 400 180 400 400 0 221-179 400-400 400z" />
|
||||
<glyph glyph-name="support" horiz-adv-x="1000" unicode="𓯂" d="M941 355c0 245-198 442-442 442-244 0-442-197-442-442 0-244 198-442 442-442 244 0 442 198 442 442z m-225 81c26 8 56 12 86 12 32 0 62-4 89-12 5-26 8-52 8-80 0-27-3-54-8-80-27-7-57-11-89-11-30 0-60 4-86 11 9 26 15 53 15 81 0 27-6 54-15 79z m-217-270c-104 0-189 85-189 189 0 105 85 190 189 190 104 0 189-85 189-190 0-104-85-189-189-189z m-400 189c0 27 3 53 7 78 29 9 61 14 96 14 29 0 56-3 80-10-9-25-15-52-15-82 0-29 6-57 16-82-24-6-51-9-80-9-35 0-67 5-96 13-5 26-8 52-8 78z m483 392c9-27 13-59 13-92 0-30-4-59-11-84-26 11-54 16-85 16-27 0-54-5-79-14-6 25-9 53-9 82 0 34 4 66 12 93 24 4 50 7 76 7 28 0 56-3 83-8z m-159-784c-8 27-12 59-12 92 0 30 3 57 9 82 24-8 51-13 79-13 29 0 59 5 85 16 7-26 11-55 11-85 0-32-4-64-13-91-27-6-55-9-83-9-26 0-51 2-76 8z" />
|
||||
<glyph glyph-name="support" horiz-adv-x="1000" unicode="𓯃" d="M954 218c25-37 40-82 40-130 0-128-104-232-232-232-48 0-94 15-130 40 18 6 35 12 52 19 24-10 51-17 78-17 104 0 190 86 190 190 0 28-7 54-17 78 7 17 13 35 19 52z m-914 0c5-17 12-35 19-52-11-24-17-51-17-78 0-104 85-190 190-190 28 0 54 7 78 17 16-7 34-13 52-19-38-25-82-40-130-40-128 0-232 104-232 232 0 48 15 94 40 130z m722 632c128 0 232-104 232-232 0-48-15-92-40-130-6 18-12 36-19 53 10 24 17 50 17 77 0 105-86 190-190 190-27 0-54-6-78-17-17 7-34 14-52 19 38 25 82 40 130 40z m-530 0c48 0 93-15 130-40-18-5-36-12-52-19-25 11-51 17-78 17-105 0-190-85-190-190 0-28 6-53 17-77-7-17-14-35-19-53-25 38-40 82-40 130 0 128 104 232 232 232z" />
|
||||
<glyph glyph-name="table" horiz-adv-x="1000" unicode="𓯄" d="M967 440l0-443c0-52-41-94-92-98l-7 0-147 0 0 541 246 0z m-688 0l0-541-147 0c-52 0-95 41-98 92l-1 6 0 443 246 0z m344-1l0-540-246 0 0 540 246 0z" />
|
||||
<glyph glyph-name="table" horiz-adv-x="1000" unicode="𓯅" d="M132 783l736 0c52 0 95-40 99-91l0-7 0-147-934 0 0 147c0 52 41 95 92 98l7 0z" />
|
||||
<glyph glyph-name="tag-double" horiz-adv-x="1000" unicode="𓯆" d="M699 717l205 0c17 0 32-7 44-19 11-11 17-24 18-38l1-6 0-205c0-17-5-36-13-57-8-18-17-33-27-44l-5-6-351-352c-13-12-27-18-45-18-15 0-28 5-39 14l-5 4-242 242c-10 11-16 23-18 38l0 6c0 15 5 29 14 40l4 5 352 351c12 12 29 23 50 32 18 7 34 11 50 12l7 1 205 0-205 0z m110-95c-17 0-32-6-44-18-12-12-18-27-18-45 0-17 6-32 18-44 12-12 27-18 44-18 18 0 33 6 45 18 12 12 18 27 18 44 0 18-6 33-18 45-12 12-27 18-45 18z" />
|
||||
<glyph glyph-name="tag-double" horiz-adv-x="1000" unicode="𓯇" d="M511 717l110 0c-18 0-37-5-58-13-18-8-33-17-44-27l-6-5-351-351c-12-13-19-28-19-45 0-15 5-28 14-39l5-5 231-231c-10-10-19-18-26-22-8-5-18-7-29-7-15 0-29 5-40 14l-5 4-241 242c-13 12-19 27-19 44 0 15 5 29 14 40l5 5 351 351c12 12 29 23 50 32 18 7 35 11 50 12l8 1 110 0-110 0z" />
|
||||
<glyph glyph-name="tags-squared" horiz-adv-x="1000" unicode="𓯈" d="M245 291l144-347-61 0c-44 0-80 34-83 78l0 5 0 264z m-84 93l0-376-56 23c-40 17-60 63-47 104l2 5 101 244z" />
|
||||
<glyph glyph-name="tags-squared" horiz-adv-x="1000" unicode="𓯉" d="M636 735c30 0 59-17 73-45l2-6 207-499c17-40-1-86-40-106l-5-2-307-127c-11-4-21-6-32-6-31 0-60 17-74 45l-2 6-207 499c-5 11-7 22-6 33 0 30 17 58 45 73l6 2 307 127c11 5 22 6 33 6z m-308-166c-23 0-41-19-41-42 0-23 18-42 41-42 23 0 42 19 42 42 0 23-19 42-42 42z" />
|
||||
<glyph glyph-name="tags-trio" horiz-adv-x="1000" unicode="𓯊" d="M950 383l-387 386c-9 9-21 14-34 14l-264 0c-37 0-66-29-66-66l0-264c0-13 5-25 14-34l387-387c9-9 22-14 35-14 12 0 25 5 35 14l280 281c19 19 19 50 0 70z m-608 218c-29 0-52 23-52 51 0 29 23 52 52 52 29 0 52-23 52-52 0-28-23-51-52-51z" />
|
||||
<glyph glyph-name="tags-trio" horiz-adv-x="1000" unicode="𓯋" d="M214 325l337-337-182-49c-25-7-51 7-60 31l-1 4-94 351z m-94 95l113-422-163 44c-25 7-40 31-36 56l1 5 85 317z" />
|
||||
<glyph glyph-name="thumbs-down" horiz-adv-x="1000" unicode="𓯌" d="M375 10l0 178c0 9-4 18-10 24-6 6-15 10-24 10l-261 0c-23 0-46 10-61 28-15 19-22 43-18 66l56 313c15 80 84 138 165 138l458 0c8 0 14-3 19-8 5-5 8-12 8-19l0-427c0-7-3-14-8-19-5-5-12-8-19-8l-35 0c-23 0-44-15-51-38l-93-308c-2-8-9-16-17-20-8-4-18-5-26-1l-26 9c-34 13-57 45-57 82l0 0z" />
|
||||
<glyph glyph-name="thumbs-down" horiz-adv-x="1000" unicode="𓯍" d="M913 282l-117 0c-13 1-24 11-26 24l0 3 0 431c0 13 9 24 22 26l4 1 117 0c46 0 84-36 87-82l0-5 0-311c0-46-36-84-81-86l-6-1-117 0 117 0z m-28 336c10 0 19 4 25 10 7 7 11 16 11 26 0 14-9 28-22 33-14 6-29 3-40-8-10-10-13-26-7-39 5-14 18-22 33-22z" />
|
||||
<glyph glyph-name="thumbs-up" horiz-adv-x="1000" unicode="𓯎" d="M625 690l0-178c0-9 4-17 10-24 6-6 15-10 24-10l261 0c24 0 46-10 61-28 16-18 22-42 18-66l-56-313c-15-80-84-138-165-138l-335 0 0 0-123 0c-7 0-14 3-19 8-5 5-8 12-8 19l0 427c0 7 3 14 8 19 5 5 12 8 19 8l35 0c23 0 44 15 51 38l93 308c3 8 9 16 17 20 8 4 18 5 26 1l26-9c35-13 58-45 57-82l0 0z" />
|
||||
<glyph glyph-name="thumbs-up" horiz-adv-x="1000" unicode="𓯏" d="M87 418l117 0c13-1 24-11 26-24l0-3 0-431c0-13-9-24-22-26l-4-1-117 0c-46 0-84 36-87 82l0 5 0 311c0 46 36 84 81 86l6 1 117 0-117 0z m28-336c-9 0-19-3-25-10-7-7-11-16-11-26 0-14 9-28 22-33 14-6 29-3 40 8 10 10 13 26 8 39-6 14-19 22-34 22z" />
|
||||
<glyph glyph-name="toggle-off" horiz-adv-x="1000" unicode="𓳹" d="M1000 350c0 93-70 167-158 167l-451 0c-85 0-154-70-157-159l-1-8c0-93 70-167 158-167l451 0c86 0 154 70 158 160l0 7z" />
|
||||
<glyph glyph-name="toggle-off" horiz-adv-x="1000" unicode="𓳸" d="M267 617c147 0 266-120 266-267 0-147-119-267-266-267-148 0-267 120-267 267 0 147 119 267 267 267z" />
|
||||
<glyph glyph-name="toggle-on" horiz-adv-x="1000" unicode="𓳺" d="M767 350c0 93-70 167-158 167l-451 0c-86 0-154-70-158-159l0-8c0-93 70-167 158-167l451 0c85 0 154 70 158 160l0 7z" />
|
||||
<glyph glyph-name="toggle-on" horiz-adv-x="1000" unicode="𓳻" d="M733 617c148 0 267-120 267-267 0-147-119-267-267-267-147 0-266 120-266 267 0 147 119 267 266 267z" />
|
||||
<glyph glyph-name="unlock" horiz-adv-x="1000" unicode="𓯒" d="M684 360c31 0 56-25 56-55l0-399c0-15-6-29-16-40-11-10-25-16-40-16l-621 0c-14 0-29 6-39 16-11 11-16 25-16 40l0 399c0 30 25 55 55 55l621 0z m-301-177c-46 0-83-37-83-83 0-46 37-83 83-83 46 0 84 37 84 83 0 46-38 83-84 83z" />
|
||||
<glyph glyph-name="unlock" horiz-adv-x="1000" unicode="𓯓" d="M571 426c0-9-8-16-17-16l-71 0c-9 0-16 7-16 16l0 157c-2 93 46 180 127 227 80 47 179 47 259 0 81-47 129-134 127-227l0-157c0-9-7-16-16-16l-71 0c-9 0-16 7-16 16l0 156c1 56-27 108-75 136-48 29-108 29-156 1-48-28-77-80-75-136l0-157z" />
|
||||
<glyph glyph-name="unpublish" horiz-adv-x="1000" unicode="𓳾" d="M497 831l2-5 380-923c7-18 0-39-16-48l-5-2-4-2c-17-4-35 3-43 18l-2 5-41 99c-4 0-7 1-11 2l-5 2-210 88-178 33 234 288-26 62-301-268-179 76c-15 6-24 20-25 36-1 14 5 27 16 35l5 3 430 250-89 217c-8 18 0 39 16 48l4 2 5 2c17 4 34-3 43-18z m439-78l0-5-99-604-144 353 84 105c8 9-3 21-12 16l-2-2-87-78-44 109 244 143c26 16 59-3 60-33l0-4z" />
|
||||
<glyph glyph-name="unpublish" horiz-adv-x="1000" unicode="𓳿" d="M371 57l174-32-104-128c-22-27-66-14-70 21l0 5 0 134z" />
|
||||
<glyph glyph-name="user-notes" horiz-adv-x="1000" unicode="𓯗" d="M811 697l4 0c13 0 25-9 29-22l1-3 113-625c3-17-7-33-23-38l-4-1-624-112c-1 0-3 0-4 0l-4 0c-14 1-26 10-30 23l-1 4-18 100 528 0c17 0 31 13 33 29l0 4 0 641 4 0-4 0z" />
|
||||
<glyph glyph-name="user-notes" horiz-adv-x="1000" unicode="𓯘" d="M57 86c-18 0-33 15-33 33l0 648c0 18 15 33 33 33l648 0c18 0 33-15 33-33l0-648c0-17-13-31-29-33l-4 0-648 0z" />
|
||||
<glyph glyph-name="user" horiz-adv-x="1000" unicode="𓴓" d="M635 250c82 0 154-59 170-136-72-91-181-149-306-149-123 0-235 58-304 149 16 77 85 136 168 136l272 0z m-136 381c93 0 168-75 168-168 0-92-75-168-168-168-93 0-168 76-168 168 0 93 75 168 168 168z" />
|
||||
<glyph glyph-name="user" horiz-adv-x="1000" unicode="𓴆" d="M499 850c277 0 501-224 501-499 0-277-224-501-501-501-275 0-499 224-499 501 0 275 224 499 499 499z m0-67c-238 0-432-194-432-432 0-240 194-432 432-432 240 0 432 192 432 432 0 238-192 432-432 432z" />
|
||||
<glyph glyph-name="users" horiz-adv-x="1000" unicode="𓯙" d="M241 311l281 0c77 0 137-57 140-133l1-8 0-304-563 0 0 304c0 78 57 137 133 141l8 0 281 0-281 0z m140 352c80 0 141-61 141-141 0-80-61-141-141-141-79 0-140 61-140 141 0 80 61 141 140 141z" />
|
||||
<glyph glyph-name="users" horiz-adv-x="1000" unicode="𓯚" d="M569 498l140 0c78 0 137-57 141-133l0-7 0-455-130 0 0 54c2 218 11 395-144 401l-7 0-94 0c49 27 81 74 92 131l2 9 140 0-140 0z m0 352c79 0 140-61 140-141 0-77-57-136-133-140l-7 0-5 0c-18 63-66 113-128 133l-8 3 0 4c0 80 61 141 141 141z" />
|
||||
<glyph glyph-name="vcard" horiz-adv-x="1000" unicode="𓯛" d="M967 717l-834 0c-18 0-33-15-33-34l0-33 767 0c37 0 66-30 66-67l0-533 34 0c18 0 33 15 33 33l0 600c0 19-15 34-33 34z" />
|
||||
<glyph glyph-name="vcard" horiz-adv-x="1000" unicode="𓯜" d="M867 617l-834 0c-18 0-33-15-33-34l0-600c0-18 15-33 33-33l834 0c18 0 33 15 33 33l0 600c0 19-15 34-33 34z m-600-100c55 0 100-45 100-100 0-56-45-100-100-100-56 0-100 44-100 100 0 55 44 100 100 100z m166-434c0-18-15-33-33-33l-267 0c-18 0-33 15-33 33l0 67c0 74 60 133 133 133l67 0c74 0 133-59 133-133l0-67z m267 134l-200 0c-18 0-33 15-33 33 0 18 15 33 33 33l200 0c18 0 33-15 33-33 0-18-15-33-33-33z m67 100l-267 0c-18 0-33 15-33 33 0 18 15 33 33 33l267 0c18 0 33-15 33-33 0-18-15-33-33-33z" />
|
||||
<glyph glyph-name="video" horiz-adv-x="1000" unicode="𓯝" d="M894 592l-165-104c-6-4-9-10-9-18l0-252c0-7 3-13 9-17l164-111c8-5 18-6 27-1 8 4 13 13 13 23l0 458c0 9-5 18-13 22-8 5-18 5-26 0l0 0z" />
|
||||
<glyph glyph-name="video" horiz-adv-x="1000" unicode="𓯞" d="M67 137l0 405c0 20 8 39 21 53 14 14 33 22 53 22l457 0c20 0 39-8 53-22 14-14 21-33 21-53l0-405c0-41-33-74-74-74l-457 0c-41 0-74 33-74 74z" />
|
||||
<glyph glyph-name="wand" horiz-adv-x="1000" unicode="𓯟" d="M495 114c26 0 48-23 48-49l0-122c0-26-22-48-48-48-26 0-49 22-49 48l0 122c0 26 23 49 49 49z m-173 69c17-17 18-46 2-65l-3-3-84-84c-18-18-50-18-68 1-17 17-18 46-3 64l4 4 83 83c19 19 50 18 69 0z m-118 221c27 0 49-22 49-48 0-25-20-46-44-49l-5 0-122 0c-26 0-49 23-49 49 0 25 20 46 44 48l5 0 122 0z m704 0c26 0 49-22 49-48 0-25-20-46-44-49l-5 0-122 0c-26 0-48 23-48 49 0 25 19 46 43 48l5 0 122 0z m-88 277c17-18 19-47 4-65l-4-4-83-84c-18-19-50-19-69 0-17 17-18 46-3 65l3 3 84 84c18 19 49 19 68 1z m-585 2l4-3 83-84c18-18 18-50-1-68-17-17-46-18-64-3l-4 3-83 84c-19 19-19 50 0 69 18 17 46 17 65 2z m260 134c25 0 46-20 48-44l0-5 0-122c0-26-22-48-48-48-25 0-46 19-48 44l-1 4 0 122c0 26 23 49 49 49z" />
|
||||
<glyph glyph-name="wand" horiz-adv-x="1000" unicode="𓯠" d="M427 422c22 23 59 24 83 4l4-4 380-383c23-23 23-62 0-87-22-22-59-23-83-3l-4 3-380 384c-23 23-24 62 0 86z m190-161l-124 124c-10 10-22 13-31 4-8-9-6-19 2-29l2-2 125-125 26 28-124 124 124-124z" />
|
||||
<glyph glyph-name="warning-circle" horiz-adv-x="1000" unicode="𓳩" d="M525 601l3-3 2-4 230-424c16-29 3-53-28-55l-5 0-454 0c-33 0-48 23-35 51l2 4 230 424c15 28 39 30 55 7z m-25-354l-3 0c-15-2-27-13-29-28l0-4 0-3c2-15 13-26 28-28l4 0 4 0c14 2 26 13 28 28l0 3 0 4c-2 14-13 26-28 28l-4 0z m0 251l-3 0c-15-2-27-13-29-28l0-3 0-157c0-17 12-30 29-32l3 0 4 0c14 2 26 13 28 28l0 4 0 157c0 17-14 31-32 31z" />
|
||||
<glyph glyph-name="warning-circle" horiz-adv-x="1000" unicode="𓳪" d="M500 850c276 0 500-224 500-500 0-276-224-500-500-500-276 0-500 224-500 500 0 276 224 500 500 500z m0-67c-239 0-433-194-433-433 0-239 194-433 433-433 239 0 433 194 433 433 0 239-194 433-433 433z" />
|
||||
<glyph glyph-name="workflows" horiz-adv-x="1000" unicode="𓯡" d="M188 302l0 111 270 0 0-303 59 0 0 303 270 0 0-111 56 0 0 141c0 15-13 29-28 29l-298 0 0 128-57 0 0-128-300 0c-15 0-28-14-28-29l0-141 56 0z" />
|
||||
<glyph glyph-name="workflows" horiz-adv-x="1000" unicode="𓯢" d="M395 77l187 0c14 0 26-12 28-25l0-4 0-160c0-14-11-26-25-28l-3 0-187 0c-14 0-26 11-28 25l0 3 0 160c0 14 11 27 25 28l3 1 187 0-187 0z m-147 190c16 0 27-10 29-25l0-4 0-160c0-13-12-26-25-28l-4 0-186 0c-14 0-27 11-28 25l-1 3 0 160c0 16 12 27 25 29l4 0 186 0z m479 0l186 0c16 0 27-10 29-25l0-4 0-160c0-13-12-26-25-28l-4 0-186 0c-14 0-27 11-28 25l-1 3 0 160c0 14 12 27 25 28l4 1z m-132 583c14 0 26-11 28-25l0-3 0-162c0-14-11-26-25-28l-3 0-215 0c-15 0-26 11-28 26l0 4 0 160c0 14 11 26 25 28l3 0 215 0z" />
|
||||
<glyph glyph-name="wrench" horiz-adv-x="1000" unicode="𓯣" d="M822 352c12 8 24 18 35 30 40 42 59 103 47 156l-101-29c-8-3-15-3-23-2l42-155z" />
|
||||
<glyph glyph-name="wrench" horiz-adv-x="1000" unicode="𓯤" d="M845 686c17-18 28-39 34-56l2-6-131-38c-24-7-34-24-31-45l1-5 57-208c-75-30-136 1-189-53-90-89-173-241-233-302-65-65-150-68-211-8-61 62-58 146 7 212 70 70 205 137 295 227 64 63-21 175 99 289 82 78 219 76 300-7z m-561-580c-20 19-53 20-73 0-19-20-19-53 1-73 19-19 53-20 72 0 19 20 21 53 0 73z m374 342l-3 0-73-19c-7-2-10-8-9-16 1-6 7-10 13-9l2 0 74 20c6 2 10 9 8 16-1 4-5 8-10 8l-2 0z m-10 38l-2-1-74-19c-6-2-11-9-9-15 2-7 7-11 14-10l2 0 73 20c7 2 11 8 9 16-2 5-6 8-11 9l-2 0z m-9 37l-2 0-74-20c-6-2-11-9-9-15 2-7 7-10 13-10l3 1 73 19c7 2 11 8 9 16-2 5-6 8-11 9l-2 0z" />
|
||||
<glyph glyph-name="access-levels" horiz-adv-x="1000" unicode="𓯦" d="M481 393l37 0c55 0 99-43 102-96l0-6 0-61 13 0c23 0 44-18 45-41l0-194c0-24-18-43-41-45l-4 0-267 0c-23 0-43 18-45 41l0 4 0 190c0 24 18 43 41 45l4 0 13 0 0 61c0 55 43 99 96 102l6 0 37 0-37 0z m18-236c-20 0-36-15-36-35 0-14 7-25 18-31l3-2-14-58c-1-4 1-8 5-9l2 0 45 0c5 0 8 3 8 7l0 2-16 58c12 5 21 18 21 33 0 20-16 35-36 35z m-16 593c113 0 211-64 258-159 15 3 31 5 46 5 118 0 213-94 213-211 0-116-92-209-205-213l-8 0-44 0 0 13c0 38-20 73-52 93l-6 4 0 9c0 90-71 164-160 167l-7 0-37 0c-90 0-163-70-167-160l0-7 0-9c-33-17-56-51-58-90l0-7 0-13-76 0c-100 0-180 80-180 180 0 99 80 180 180 180 8 0 16-1 23-2 31 126 144 220 280 220z m36-418l-37 0c-22 0-39-16-41-37l0-4 0-61 119 0 0 61c0 22-17 39-37 41l-4 0z" />
|
||||
<glyph glyph-name="accessibility" horiz-adv-x="1000" unicode="𓯧" d="M196 358l75-75c-21-30-33-66-33-106 0-104 85-189 189-189 36 0 70 11 98 28l8 5 75-75c-50-39-113-62-181-62-162 0-294 131-294 293 0 65 21 124 56 172l7 9z m267 438l263-153 0 0c14-9 22-22 26-37 5-19 2-41-11-58l-3-5-111-125 201 11c16 1 32-5 44-17 10-11 16-25 16-39l0-6-24-297c-3-30-28-52-57-52l-5 0 0 0c-30 2-53 27-53 57l0 5 19 231-77-4c19-39 30-83 30-130 0-74-28-141-73-193l-7-8-74 74c30 34 49 79 49 127 0 104-85 189-189 189-46 0-88-16-120-43l-7-6-74 74c39 37 88 63 142 74l11 2 143 162-81 47-97-87c-24-21-60-19-81 4-20 23-20 56 0 78l4 3 129 115c18 17 45 19 67 7z m303 54c53 0 96-43 96-96 0-53-43-96-96-96-54 0-97 43-97 96 0 53 43 96 97 96z" />
|
||||
<glyph glyph-name="add-users" horiz-adv-x="1000" unicode="𓯨" d="M542 383c81 0 242-39 249-119l1-6 0-250c0-21-17-39-38-41l-4 0-417 0c-21 0-39 16-41 37l0 4 0 250c0 84 166 125 250 125z m276-6c81-14 176-52 182-113l0-6 0-229c0-10-8-19-18-20l-3-1-106 0c1 5 1 9 2 14l0 7 0 229c0 50-23 88-57 119z m-651 256c21 0 39-16 41-37l0-4 0-84 84 0c23 0 41-18 41-41 0-22-16-40-37-42l-4 0-84 0 0-83c0-23-18-42-41-42-22 0-40 17-42 37l0 5 0 83-83 0c-23 0-42 19-42 42 0 21 17 39 37 41l5 0 83 0 0 84c0 23 19 41 42 41z m375 84c69 0 124-56 124-125 0-69-55-125-124-125-69 0-125 56-125 125 0 69 56 125 125 125z m208 0c69 0 125-56 125-125 0-69-56-125-125-125-13 0-26 2-38 6 23 34 38 74 38 119 0 44-14 85-38 119 12 4 25 6 38 6z" />
|
||||
<glyph glyph-name="address" horiz-adv-x="1000" unicode="𓯩" d="M956 642c24-18 42-43 44-75l0-7 0-500c0-51-38-90-88-93l-6 0-750 0c-34 0-62 18-81 43 13-5 27-10 42-12l8 0 750 0c51 0 91 38 94 88l0 6 0 500c0 18-6 34-13 50z m-112 75c51 0 91-38 93-88l1-6 0-500c0-51-38-91-88-94l-6 0-750 0c-51 0-91 38-94 88l0 6 0 500c0 51 38 91 88 94l6 0 750 0z m-500-344l-125 0c-51 0-91-38-94-88l0-6 0-94c0-17 11-29 27-31l4 0 250 0c18 0 30 11 31 28l1 3 0 94c0 51-38 91-88 94l-6 0z m344-94l-157 0c-18 0-31-12-31-31 0-17 11-29 27-31l4 0 157 0c18 0 31 12 31 31 0 17-11 29-28 31l-3 0z m93 125l-250 0c-18 0-31-12-31-31 0-17 11-29 27-31l4 0 250 0c19 0 32 12 32 31 0 17-11 29-28 31l-4 0z m-500 188c-53 0-93-41-93-94 0-53 40-94 93-94 53 0 94 41 94 94 0 53-41 94-94 94z" />
|
||||
<glyph glyph-name="angle-double-left" horiz-adv-x="1000" unicode="𓴇" d="M174 357l264 375c13 19 39 24 58 11 18-13 23-37 12-55l-2-4-238-338c-4-7-5-15-1-22l1-3 238-339c9-12 10-29 3-43-7-14-21-22-37-22-12 0-24 5-32 14l-2 3-264 375c-9 14-10 31-2 45l2 3 264 375-264-375z m604 393l4 0c15-1 28-11 34-24 6-12 5-26-1-38l-2-4-238-338c-5-7-5-15-2-22l2-3 238-339c9-12 10-29 2-43-7-14-21-22-37-22-12 0-24 5-31 14l-3 3-263 375c-10 14-10 31-3 45l3 3 263 375c8 11 21 18 34 18l0 0z" />
|
||||
<glyph glyph-name="angle-double-right" horiz-adv-x="1000" unicode="𓴈" d="M813 357l-264 375c-13 19-39 24-58 11-18-13-23-37-13-55l3-4 237-338c5-7 6-15 2-22l-2-3-237-339c-9-12-10-29-3-43 7-14 21-22 37-22 12 0 24 5 32 14l2 3 264 375c9 14 10 31 2 45l-2 3-264 375 264-375z m-604 393l-4 0c-15-1-28-11-34-24-6-12-5-26 1-38l2-4 238-338c5-7 5-15 2-22l-2-3-238-339c-9-12-10-29-3-43 8-14 22-22 38-22 12 0 23 5 31 14l3 3 263 375c9 14 10 31 3 45l-3 3-263 375c-8 11-21 18-34 18z" />
|
||||
<glyph glyph-name="angle-down" horiz-adv-x="1000" unicode="𓯭" d="M223 550l6 0c12-1 24-5 34-13l5-4 232-232 231 232c23 23 62 22 85 0 22-22 23-56 4-80l-4-4-274-274c-9-10-21-15-33-17l-6-1-6 0c-12 1-24 5-34 13l-5 5-274 274c-23 23-23 60 0 84 11 11 25 16 39 17l6 0-6 0z" />
|
||||
<glyph glyph-name="angle-left" horiz-adv-x="1000" unicode="𓯲" d="M318 392l273 274c24 23 61 23 84 0 22-22 24-56 5-79l-5-5-231-232 231-231c24-23 23-62 0-85-9-9-20-15-32-17l-7 0-6 0c-12 0-24 5-34 13l-5 4-273 274c-22 22-24 56-5 79l5 5 273 274-273-274z" />
|
||||
<glyph glyph-name="angle-right" horiz-adv-x="1000" unicode="𓯶" d="M318 666c21 22 55 23 79 4l5-4 273-274c22-22 24-56 5-79l-5-5-273-274c-10-9-21-15-33-17l-6 0-6 0c-15 0-29 6-39 17-22 22-24 56-5 79l5 5 231 232-231 231c-24 23-23 62 0 85z" />
|
||||
<glyph glyph-name="angle-up" horiz-adv-x="1000" unicode="𓯹" d="M537 537l5-4 274-274c23-23 23-61 0-84-9-10-21-15-33-17l-6-1-6 0c-12 1-24 5-34 13l-5 5-232 231-231-231c-9-10-21-15-33-17l-6-1c-17 0-33 6-46 18-22 21-23 56-4 79l4 5 274 274c22 21 56 23 79 4z" />
|
||||
<glyph glyph-name="apply" horiz-adv-x="1000" unicode="𓯪" d="M950 665c11-11 17-26 17-42 0-15-6-30-17-41l-425-425-164 20-20 165 424 424c11 11 26 17 42 17 15 0 30-6 41-17l102-101z m-641-539l-28 242 311 311-463 0c-34 0-62-28-62-62l0-671c0-35 28-63 62-63l671 0c17 0 32 7 44 19 12 11 18 27 18 44l0 463-311-312-242 29z" />
|
||||
<glyph glyph-name="archive" horiz-adv-x="1000" unicode="𓯫" d="M909 416l0-508c0-15-6-29-16-40-9-9-21-15-34-16l-6 0-674 0c-29 0-53 22-56 51l0 5 0 508 786 0z m-333-113l-120 0c-33 0-60-27-60-60 0-32 25-58 55-60l5 0 120 0c33 0 60 26 60 60 0 31-24 57-55 60l-5 0z m333 514c30 0 54-23 56-52l0-5 0-225c0-30-22-54-51-56l-5 0-786 0c-15 0-29 6-40 17-9 9-15 21-16 34l0 5 0 225c0 30 22 54 51 57l5 0 786 0z" />
|
||||
<glyph glyph-name="arrow-down" horiz-adv-x="1000" unicode="𓯬" d="M155 384l6-1c8-1 16-5 24-10l5-5 255-255 0 585c0 27 21 49 47 52l6 0 5 0c25-3 44-22 47-47l0-5 0-585 256 255c20 21 53 21 73 0 19-19 21-49 4-69l-4-5-345-345c-8-8-18-13-29-14l-5-1-5 0c-11 1-22 4-30 12l-5 3-345 345c-20 21-20 54 0 74 11 11 26 16 40 16l6-1-6 1z" />
|
||||
<glyph glyph-name="arrow-first" horiz-adv-x="1000" unicode="𓯯" d="M164 750c35 0 64-29 64-64l0-639c0-33-26-61-59-64l-5 0c-35 0-64 29-64 64l0 639c0 35 29 64 64 64z m637-59l5 0c31-2 59-25 61-59l0-5 0-520c0-37-29-63-62-64l-4-1c-10 1-21 4-30 10l-5 2-368 260c-35 25-37 75-5 102l5 3 368 260c10 6 20 10 29 11l6 1z" />
|
||||
<glyph glyph-name="arrow-last" horiz-adv-x="1000" unicode="𓯰" d="M803 717c33 0 61-26 64-59l0-5 0-639c0-35-29-64-64-64-34 0-61 26-64 59l0 5 0 639c0 35 29 64 64 64z m-703-644l0 520c0 50 54 80 97 55l4-2 369-261c34-24 35-74 4-101l-4-3-369-260c-41-29-97-1-101 47l0 5 0 520 0-520z" />
|
||||
<glyph glyph-name="arrow-left" horiz-adv-x="1000" unicode="𓯱" d="M487 750l5 0c12-1 24-6 34-15 18-19 20-48 4-69l-4-4-251-250 574 0c28 0 51-23 51-52 0-26-20-48-46-51l-5 0-574 0 251-251c20-20 20-52 0-72-8-8-18-13-29-14l-5-1-5 0c-10 1-21 4-29 11l-5 4-338 338c-19 19-20 48-4 69l4 4 338 338c10 9 22 14 34 15l5 0-5 0z" />
|
||||
<glyph glyph-name="arrow-right" horiz-adv-x="1000" unicode="𓯴" d="M508 750l5 0c11 0 21-4 30-11l4-4 338-338c19-19 20-48 4-68l-4-5-338-338c-8-8-18-13-29-14l-5-1-5 0c-12 1-24 6-34 15-18 19-20 49-3 69l3 4 251 250-574 0-5 1c-26 2-46 24-46 51 0 26 20 48 46 51l5 0 574 0-251 251c-20 20-20 52 0 72 10 9 22 14 34 15l5 0-5 0z" />
|
||||
<glyph glyph-name="arrow-up" horiz-adv-x="1000" unicode="𓯷" d="M115 397l338 338c19 19 49 20 69 4l4-4 338-338c20-20 20-53 0-73-8-8-18-12-28-14l-6-1-5 0c-11 1-21 5-30 12l-4 3-250 251 0-574c0-28-23-51-52-51-26 0-48 20-51 46l0 5 0 574-251-251c-8-8-18-12-28-14l-5-1-5 0c-13 1-25 6-34 15-19 19-20 48-4 69l4 4 338 338-338-338z" />
|
||||
<glyph glyph-name="articles" horiz-adv-x="1000" unicode="𓯺" d="M185 783l605 0c8 0 16-6 17-15l0-2 0-588-231 0c-9 0-16-6-18-15l0-2 0-232-373 0c-9 0-17 7-18 15l0 3 0 819c0 8 6 16 15 17l3 0 605 0-605 0z m612-640l-203-204 0 204 203 0z m-79 178l-462 0c-10 0-18-8-18-18 0-9 6-16 15-18l3 0 462 0c10 0 18 8 18 18 0 9-6 16-15 18l-3 0z m0 142l-462 0c-10 0-18-8-18-18 0-9 6-16 15-17l3 0 462 0c10 0 18 7 18 17 0 9-6 16-15 18l-3 0z m0 142l-462 0c-10 0-18-8-18-17 0-9 6-17 15-18l3 0 462 0c10 0 18 8 18 18 0 8-6 16-15 17l-3 0z" />
|
||||
<glyph glyph-name="ascending" horiz-adv-x="1000" unicode="𓯻" d="M195 650c18 0 32-14 32-32l0-435 106 106c13 13 34 13 47 0 14-14 14-35 0-48l-161-162c-13-13-35-13-48 0l-161 162c-13 13-13 34 0 48 13 13 35 13 48 0l105-106 0 435c0 18 14 32 32 32z m765-484c22 0 40-18 40-40 0-22-18-40-40-40l-371 0c-23 0-41 18-41 40 0 22 18 40 41 40l371 0z m-65 161c22 0 41-18 41-40 0-22-19-40-41-40l-306 0c-23 0-41 18-41 40 0 22 18 40 41 40l306 0z m-64 162c22 0 40-18 40-41 0-22-18-40-40-40l-242 0c-23 0-41 18-41 40 0 23 18 41 41 41l242 0z m-65 161c22 0 41-18 41-40 0-23-19-41-41-41l-177 0c-23 0-41 18-41 41 0 22 18 40 41 40l177 0z" />
|
||||
<glyph glyph-name="attachment" horiz-adv-x="1000" unicode="𓯼" d="M461 808l7 0 7 0c84-9 146-82 150-166l0-7 0-431c0-55-43-100-97-104l-6 0c-4 0-8 0-12 0-52 6-90 52-93 104l0 6 0 359c0 16 12 29 27 31l4 0 4 0c14-2 25-13 27-28l0-3 0-365c0-21 17-39 38-41l4 0 4 0c20 2 35 17 37 37l1 4 0 438c0 57-46 103-103 104l-6 0-6-1c-53-5-91-51-94-103l0-6 0-515c0-93 76-168 169-167l7 0 7 1c84 8 147 82 150 166l1 7 0 441c0 16 12 29 27 31l4 0 3 0c15-2 26-13 28-28l0-3 0-448c0-124-98-224-220-229l-8-1c-8 0-16 1-24 1-116 11-202 114-206 231l0 7 0 512c0 93 76 168 169 166z" />
|
||||
<glyph glyph-name="backward" horiz-adv-x="1000" unicode="𓯽" d="M931 565l0-419c0-42-47-66-82-42l-297 209c-29 21-29 64 0 84l297 210c35 24 82 0 82-42z m-464 0l0-419c0-42-47-66-81-42l-298 209c-28 21-28 64 0 84l298 210c34 24 81 0 81-42z" />
|
||||
<glyph glyph-name="bar" horiz-adv-x="1000" unicode="𓯾" d="M275 467c32 0 58-27 58-59l0-291c0-32-26-59-58-59l-8 0c-32 0-59 27-59 59l0 291c0 32 27 59 59 59l8 0z m225 175c32 0 58-27 58-59l0-466c0-32-26-59-58-59-32 0-58 27-58 59l0 466c0 32 26 59 58 59z m192-334c32 0 58-26 58-58l0-133c0-32-26-59-58-59-32 0-59 27-59 59l0 133c0 32 27 58 59 58z" />
|
||||
<glyph glyph-name="bars" horiz-adv-x="1000" unicode="𓯿" d="M167 183l666 0c23 0 42-18 42-41 0-22-16-40-37-42l-5 0-666 0c-23 0-42 19-42 42 0 21 17 39 37 41l5 0z m0 209l666 0c23 0 42-19 42-42 0-21-16-39-37-41l-5-1-666 0c-23 0-42 19-42 42 0 22 17 39 37 42l5 0z m0 208l666 0c23 0 42-19 42-42 0-21-16-39-37-41l-5 0-666 0c-23 0-42 18-42 41 0 22 17 40 37 42l5 0 666 0-666 0z" />
|
||||
<glyph glyph-name="basket" horiz-adv-x="1000" unicode="𓰀" d="M917 475l-200 0-183 274c-16 24-53 24-69 0l-183-274-199 0c-23 0-41-19-41-42 0-3 0-7 1-11l106-386c10-35 42-61 80-61l542 0c38 0 70 26 80 61l106 386 1 11c0 23-18 42-41 42z m-417 175l117-175-234 0 117 175z m0-508c-46 0-83 37-83 83 0 46 37 83 83 83 46 0 83-37 83-83 0-46-37-83-83-83z" />
|
||||
<glyph glyph-name="batch" horiz-adv-x="1000" unicode="𓰁" d="M704 221l89-71-280-224-280 224 89 71 191-153 191 153z m4 187l85-68-280-224-280 224 85 68 195-157 195 157z m-195 342l280-224-280-224-280 224 280 224z" />
|
||||
<glyph glyph-name="big-black-cursor" horiz-adv-x="1000" unicode="𓰂" d="M259 783l2 0c4 0 7-2 10-5l509-548c11-11 3-29-12-29-60-2-142-17-231-46l73-199c9-27-3-56-28-68l-5-1c-5-2-9-3-14-4l-5 0c-22 0-42 14-50 36l-73 199c-86-36-158-77-206-115-2-2-5-3-8-4l-2 0c-10 0-20 8-19 19l40 748c1 10 8 16 16 17l3 0z" />
|
||||
<glyph glyph-name="big-white-cursor" horiz-adv-x="1000" unicode="𓰃" d="M258 783l3 0c3 0 5-1 8-3l2-2 509-548c11-11 3-29-12-29-57-2-132-15-215-41l-16-5 73-199c10-28-4-59-33-69-6-3-12-4-18-4-20 0-40 12-49 31l-2 5-73 199-16-7c-79-34-145-72-190-108-4-2-7-4-11-4-9 0-17 7-18 16l0 3 40 749c1 9 8 15 15 16l3 0z m383-519l-329 354-26-484 18 10c25 13 52 26 80 38l21 9 30 13 77 26c37 12 73 22 108 30l21 4z" />
|
||||
<glyph glyph-name="book" horiz-adv-x="1000" unicode="𓰄" d="M262 653c74 0 149-19 216-58l12-7 0-578c71 37 149 55 229 55 50 0 100-7 147-22l16-5 0 582c18-7 35-15 52-25l13-7 0-599c0-18-15-33-32-33-4 0-9 2-14 4-58 26-120 40-182 40-79 0-159-21-229-65-70 44-149 65-228 65-63 0-125-14-183-40-4-2-9-4-14-4-15 0-29 13-31 29l-1 4 0 599c70 43 150 65 229 65z m555 130l0-456-261-196 0 457 261 195z" />
|
||||
<glyph glyph-name="bookmark" horiz-adv-x="1000" unicode="𓰅" d="M208 642l417 0c44 0 80-35 83-78l0-6 0-666-291 125-292-125 0 666c0 44 35 81 78 84l5 0 417 0-417 0z m167 166l417 0c44 0 80-34 83-77l0-6 0-667-83 42 0 542c0 44-35 80-78 83l-6 0-416 0c0 44 34 80 77 83l6 0 417 0-417 0z" />
|
||||
<glyph glyph-name="box-add" horiz-adv-x="1000" unicode="𓰆" d="M750 725c20 0 37-9 48-22l0 0 58-70c12-15 19-33 19-54l0 0 0-521c0-45-37-83-83-83l0 0-584 0c-46 0-83 38-83 83l0 0 0 521c0 21 7 39 19 54l0 0 58 69c11 14 28 23 48 23l0 0z m-250-271l-229-229 146 0 0-83 166 0 0 83 146 0-229 229z m248 229l-500 0-35-41 573 0-38 41z" />
|
||||
<glyph glyph-name="box-remove" horiz-adv-x="1000" unicode="𓰇" d="M250 725l500 0c18 0 33-7 44-19l4-4 58-70c11-12 17-29 19-46l0-7 0-521c0-44-35-80-78-83l-5 0-584 0c-44 0-80 35-83 78l0 5 0 521c0 18 6 35 15 48l4 5 58 70c10 13 25 21 42 23l6 0 500 0-500 0z m333-292l-166 0 0-83-146 0 229-229 229 229-146 0 0 83z m164 250l-500 0-34-41 573 0-39 41z" />
|
||||
<glyph glyph-name="briefcase-alt" horiz-adv-x="1000" unicode="𓰈" d="M125 225l292 0c0-21 16-39 37-41l4-1 84 0c21 0 39 17 41 38l0 4 292 0 0-167c0-44-35-80-78-83l-5 0-583 0c-44 0-81 35-83 78l-1 5 0 167 292 0-292 0z m375 500c90 0 163-71 167-159l0-8 166 0c44 0 81-34 84-77l0-6 0-125c0-44-35-80-78-83l-6 0-250 0 0 41c0 22-16 40-37 42l-4 0-84 0c-21 0-39-16-41-37l0-5 0-41-250 0c-45 0-81 34-83 78l-1 5 0 125c0 44 35 80 78 83l6 0 166 0c0 92 75 167 167 167z m0-83c-44 0-80-35-83-78l0-6 166 0c0 46-37 84-83 84z" />
|
||||
<glyph glyph-name="briefcase" horiz-adv-x="1000" unicode="𓰉" d="M916 227l0-163c0-43-34-79-76-82l-5 0-653 0c-43 0-79 34-82 76l0 6 0 163c0-43 34-79 76-82l6 0 653 0c43 0 78 34 81 77l0 5z m-489 490l163 0c45 0 79-32 81-76l0-6 0-41 164 0c43 0 78-34 81-76l0-5 0-245c0-43-34-79-76-82l-5 0-653 0c-43 0-79 34-82 76l0 6 0 245c0 43 34 78 76 81l6 0 163 0 0 41c0 45 32 79 76 82l6 0z m81-368c-24 0-41-16-41-40 0-25 17-41 41-41 25 0 41 16 41 41 0 24-16 40-41 40z m-81 286l0-41 163 0 0 41-163 0z" />
|
||||
<glyph glyph-name="broadcast" horiz-adv-x="1000" unicode="𓰊" d="M591 149c28-14 33-50 15-73l-4-4-70-71c-18-18-45-19-64-3l-4 3-71 71c-22 23-17 62 10 77 60 30 130 30 188 0z m-371 205c166 120 391 120 557 0 31-22 34-68 10-97l-5-5c-23-24-60-26-88-6-117 83-275 83-392 0-27-20-64-18-88 6-29 29-27 78 6 102z m752 194c31-26 33-73 5-102-25-24-64-26-91-4-225 185-551 185-776 0-26-23-65-20-90 4-29 29-26 77 5 102 275 225 672 225 947 0z" />
|
||||
<glyph glyph-name="brush" horiz-adv-x="1000" unicode="𓰋" d="M316 421l4-4 307-307c28-28 30-61 5-89l-4-4-31-31c-27-27-60-29-89-3l-4 5-97 96c-22-44-51-121-85-155-52-52-123-51-179 4-56 55-57 127-5 179 33 32 102 59 146 81l9 4-96 97c-28 29-30 61-5 89l4 4 30 31c27 26 57 29 85 7l5-4 0 0z m-110-380c-13-12-13-31 0-44 12-13 32-13 44 0 13 13 13 32 0 44-12 13-32 13-44 0z m291 722c20 26 53 26 77 6l4-4 196-196c-6-58-49-115-86-157l-7-8-11-12c-3-4-6-9-1-14 17-17 119 52 171 95l5 4 11 10 41-41c28-27 27-57 2-84l-4-5-181-179c-27-27-57-31-85-7l-4 4-251 252c-29 28-28 55-4 85l11 15c78 98 76 186 116 236z" />
|
||||
<glyph glyph-name="bubble-quote" horiz-adv-x="1000" unicode="𓰌" d="M286-117c16 0 29 7 47 22l164 147 267 0c127-1 201 75 201 201l0 329c0 126-74 201-201 201l-529 0c-127 0-202-75-202-201l0-329c0-126 78-201 196-201l14 0 0-121c0-29 16-48 43-48z m4 562c0 53 40 91 93 91 60 0 99-48 99-110 0-101-83-158-131-158-13 0-23 8-23 21 0 8 4 15 15 19l5 2c35 8 66 33 79 65l-6 0c-12-14-30-19-51-19-48 0-80 39-80 89z m233 0c0 53 40 91 94 91 60 0 99-48 99-110 0-101-84-158-132-158-13 0-22 8-22 21 0 8 4 15 14 19l5 2c36 8 67 33 80 65l-7 0c-11-14-30-19-50-19-49 0-81 39-81 89z" />
|
||||
<glyph glyph-name="bug" horiz-adv-x="1000" unicode="𓰍" d="M715 538l109 108c19 18 49 18 68-1 17-17 19-45 4-64l-3-4-109-108 0-127 147 0c27 0 49-22 49-49 0-25-19-46-44-49l-5 0-147 0c0-37-7-73-21-108l4-2 0 0 3-2 139-139c18-19 17-49-2-68-17-18-45-19-64-5l-4 4-127 127c-42-48-99-82-162-95l-11-2 0 486-98 0 0-486c-63 11-121 42-165 89l-7 8-128-127c-19-18-49-18-68 1-18 18-19 45-4 64l3 4 139 139c2 2 4 3 6 4-12 31-19 63-21 96l0 12-147 0c-27 0-49 22-49 49 0 26 19 47 44 49l5 0 147 0 0 127-108 108c-18 19-17 50 1 68 18 18 45 19 65 5l3-4 109-108 449 0 109 108-109-108z m-225 245c106 0 192-83 196-188l0-8-392 0c0 106 84 192 189 196l7 0z" />
|
||||
<glyph glyph-name="calendar-alt" horiz-adv-x="1000" unicode="𓰎" d="M283 783c29 0 52-21 54-49l1-5 0-54 325 0 0 54c0 29 21 52 49 54l5 0 4 0c27-2 47-23 50-49l0-5 0-54 108 0c29 0 52-22 54-49l0-5 0-650c0-29-21-52-49-54l-5 0-758 0c-28 0-52 21-54 49l0 5 0 650c0 28 21 51 49 54l5 0 108 0 0 54c0 30 24 54 54 54z m271-650l-108 0 0-108 108 0 0 108z m-216 0l-109 0 0-108 109 0 0 108z m433 217l-108 0 0-108 108 0 0 108z m-217 0l-108 0 0-108 108 0 0 108z m-216 0l-109 0 0-108 109 0 0 108z m487 217l-650 0 0-109 650 0 0 109z" />
|
||||
<glyph glyph-name="calendar" horiz-adv-x="1000" unicode="𓰏" d="M183 783l628 0c96 0 147-48 150-140l0-8 0-555c0-95-48-146-142-148l-8 0-628 0c-95 0-147 48-149 140l-1 8 0 555c0 95 49 145 142 148l8 0z m628-222l-628 0c-36 0-57-18-59-54l0-6 0-419c0-38 19-58 53-60l6 0 628 0c36 0 57 18 59 54l0 6 0 419c0 40-21 60-59 60z m-524-381c15 0 21-4 22-18l0-3 0-27c0-15-5-20-18-21l-4 0-26 0c-15 0-21 4-22 17l0 4 0 27c0 15 5 20 18 21l4 0 26 0z m149 0c15 0 21-4 22-18l0-3 0-27c0-15-5-20-18-21l-4 0-27 0c-15 0-21 4-21 17l-1 4 0 27c0 15 5 20 19 21l3 0 27 0z m149 0c16 0 22-5 22-21l0-27c0-16-6-21-22-21l-27 0c-16 0-21 5-21 21l0 27c0 16 5 21 21 21l27 0z m-298 146c15 0 21-4 22-17l0-4 0-27c0-15-5-20-18-21l-4 0-26 0c-15 0-21 4-22 18l0 3 0 27c0 15 5 20 18 21l4 0 26 0z m149 0c15 0 21-4 22-17l0-4 0-27c0-15-5-20-18-21l-4 0-27 0c-15 0-21 4-21 18l-1 3 0 27c0 15 5 20 19 21l3 0 27 0z m149 0c15 0 21-4 22-17l0-4 0-27c0-15-5-20-18-21l-4 0-27 0c-15 0-21 4-21 18l0 3 0 27c0 15 4 20 18 21l3 0 27 0z m149 0c15 0 21-4 22-17l0-4 0-27c0-15-5-20-19-21l-3 0-27 0c-15 0-21 4-21 18l0 3 0 27c0 15 4 20 17 21l4 0 27 0z m-298 147c15 0 21-4 22-18l0-3 0-27c0-15-5-20-18-21l-4 0-27 0c-15 0-21 4-21 17l-1 4 0 27c0 15 5 20 19 21l3 0 27 0z m149 0c15 0 21-4 22-18l0-3 0-27c0-15-5-20-18-21l-4 0-27 0c-15 0-21 4-21 17l0 4 0 27c0 15 4 20 18 21l3 0 27 0z m149 0c15 0 21-4 22-18l0-3 0-27c0-15-5-20-19-21l-3 0-27 0c-15 0-21 4-21 17l0 4 0 27c0 15 4 20 17 21l4 0 27 0z" />
|
||||
<glyph glyph-name="camera" horiz-adv-x="1000" unicode="𓰐" d="M412 767l176 0c22 0 42-9 57-23l5-4 51-57 132 0c44 0 81-34 84-77l0-6 0-500c0-44-35-80-78-83l-6 0-666 0c-44 0-81 34-83 78l-1 5 0 500c0 44 35 80 78 83l6 0 132 0 51 57c14 15 34 25 55 26l7 1 176 0-176 0z m88-209c-115 0-208-93-208-208 0-115 93-208 208-208 115 0 208 93 208 208 0 115-93 208-208 208z m0-83c69 0 125-56 125-125 0-69-56-125-125-125-69 0-125 56-125 125 0 69 56 125 125 125z" />
|
||||
<glyph glyph-name="cancel-circle" horiz-adv-x="1000" unicode="𓰑" d="M500 850c276 0 500-224 500-500 0-273-218-494-489-500l-11 0c-276 0-500 224-500 500 0 276 224 500 500 500z m-182-250l-5 0c-16-1-32-7-44-19-24-24-25-63-4-88l4-4 139-139-139-138c-25-26-25-67 0-93 13-13 30-19 46-19 15 0 30 5 42 15l4 4 139 139 139-139c12-13 29-19 46-19 16 0 33 6 46 19 24 24 25 63 4 88l-4 5-139 138 139 139c25 25 25 66 0 92-12 12-28 18-44 19l-5 0c-14-1-28-6-39-15l-4-4-139-139-139 139c-10 10-23 17-37 18l-6 1z" />
|
||||
<glyph glyph-name="caret-down" horiz-adv-x="1000" unicode="𓯮" d="M259 550l481 0c80 0 121-93 72-152l-6-7-240-240c-15-15-33-23-52-26l-9-1-10 0c-18 1-37 8-53 20l-7 7-241 240c-56 57-20 152 56 159l9 0 481 0-481 0z" />
|
||||
<glyph glyph-name="caret-h" horiz-adv-x="1000" unicode="𓳢" d="M383 502l0-337c0-56-65-85-106-51l-5 5-169 168c-24 24-25 61-5 87l5 5 169 169c39 40 106 14 111-39l0-7 0-337 0 337z m515-215l-168-168c-42-42-112-12-112 46l0 337c0 58 70 87 112 46l168-169c26-25 26-66 0-92z" />
|
||||
<glyph glyph-name="caret-left" horiz-adv-x="1000" unicode="𓯳" d="M635 683l8 0c41-4 78-36 83-82l0-10 0-481c0-52-39-88-83-93l-8 0c-20-1-41 5-59 19l-8 8-241 240c-34 34-36 87-7 124l7 7 241 241c19 19 43 28 67 27z" />
|
||||
<glyph glyph-name="caret-right" horiz-adv-x="1000" unicode="𓯵" d="M392 683l8 0c17-1 35-7 51-20l8-7 240-240c34-34 36-87 7-124l-7-7-240-241c-18-17-39-26-59-27l-8 0c-44 1-86 33-91 82l-1 10 0 481c0 55 45 92 92 93z" />
|
||||
<glyph glyph-name="caret-up" horiz-adv-x="1000" unicode="𓯸" d="M194 282l240 241c34 34 87 36 124 7l7-7 241-241c56-56 20-151-56-158l-9 0-481 0c-80 0-121 93-72 152l6 6 240 241-240-241z" />
|
||||
<glyph glyph-name="caret-v" horiz-adv-x="1000" unicode="𓰞" d="M332 216l337 0c56 0 85-65 51-107l-4-4-169-169c-24-24-61-26-87-5l-5 5-169 169c-40 39-14 106 39 111l7 0 337 0-337 0z m215 515l169-169c41-41 11-111-47-111l-337 0c-58 0-87 70-46 111l169 169c25 25 66 25 92 0z" />
|
||||
<glyph glyph-name="cart" horiz-adv-x="1000" unicode="𓰒" d="M317 50c46 0 83-37 83-83 0-46-37-84-83-84-46 0-84 38-84 84 0 46 38 83 84 83z m500 0c46 0 83-37 83-83 0-46-37-84-83-84-46 0-84 38-84 84 0 46 38 83 84 83z m-773 767l144 0c19 0 35-12 42-29l1-5 25-95 702-32c14 0 28-9 35-22 7-11 9-25 5-36l-158-338c-6-13-18-22-33-25l-5-1-444-21-12-51 486 0c25 0 45-20 45-44 0-23-18-42-40-44l-5-1-544 0c-14 0-26 6-35 17-6 9-10 21-8 33l1 5 30 124-123 476-109 0c-24 0-44 20-44 44 0 23 18 42 40 45l4 0z" />
|
||||
<glyph glyph-name="category" horiz-adv-x="1000" unicode="𓰓" d="M721 324c108 0 195-87 195-195 0-108-87-195-195-195-108 0-195 87-195 195 0 108 87 195 195 195z m-585-22l260 0c22 0 41-17 43-39l0-4 0-260c0-22-17-41-39-43l-4 0-260 0c-22 0-41 17-43 39l0 4 0 260c0 22 17 41 39 43l4 0z m381 442l3-4 160-263c17-28-1-63-32-66l-5 0-321 0c-33 0-53 34-39 62l2 4 161 263c15 25 49 28 68 8l3-4 0 0z" />
|
||||
<glyph glyph-name="chart" horiz-adv-x="1000" unicode="𓰔" d="M236 47l486 0c34 0 61-27 61-61 0-33-27-61-61-61l-486 0c-33 0-61 28-61 61 0 34 28 61 61 61z m9 495c33 0 61-28 61-61l0-304c0-33-28-61-61-61l-9 0c-33 0-61 28-61 61l0 304c0 33 28 61 61 61l9 0z m234 182c34 0 61-27 61-61l0-486c0-33-27-61-61-61-33 0-61 28-61 61l0 486c0 34 28 61 61 61z m243-347c34 0 61-28 61-61l0-139c0-33-27-61-61-61-33 0-61 28-61 61l0 139c0 33 28 61 61 61z" />
|
||||
<glyph glyph-name="check" horiz-adv-x="1000" unicode="𓴁" d="M345 138l-187 186c-21 21-55 21-76 0-21-21-21-55 0-76l225-224c21-21 55-21 76 0l568 568c21 21 21 55 0 76-21 21-55 21-76 0l-530-530z" />
|
||||
<glyph glyph-name="checkbox-checked" horiz-adv-x="1000" unicode="𓰕" d="M845 755l-656 0c-52 0-94-42-94-93l0-657c0-51 42-94 94-94l656 0c51 0 94 43 94 94l0 657c0 51-43 93-94 93z m-389-623c-18-18-48-18-66 0l-168 169c-18 18-18 47 0 66 18 18 48 18 66 0l135-135 322 322c19 18 48 18 67 0 18-18 18-48 0-66l-356-356z" />
|
||||
<glyph glyph-name="checkbox-partial" horiz-adv-x="1000" unicode="𓰖" d="M792 725l-584 0c-45 0-83-37-83-83l0-584c0-45 38-83 83-83l584 0c46 0 83 38 83 83l0 584c0 46-37 83-83 83z m-125-417l-334 0c-23 0-41 19-41 42 0 23 18 42 41 42l334 0c23 0 41-19 41-42 0-23-18-42-41-42z" />
|
||||
<glyph glyph-name="checkbox-unchecked" horiz-adv-x="1000" unicode="𓰗" d="M750 58l-500 0c-23 0-42 19-42 42l0 500c0 23 19 42 42 42l500 0c23 0 42-19 42-42l0-500c0-23-19-42-42-42z m42 667l-584 0c-45 0-83-37-83-83l0-584c0-45 38-83 83-83l584 0c46 0 83 38 83 83l0 584c0 46-37 83-83 83z" />
|
||||
<glyph glyph-name="checkedout" horiz-adv-x="1000" unicode="𓰘" d="M818 360c30 0 55-25 55-55l0-399c0-15-6-29-16-40-10-10-25-16-39-16l-621 0c-15 0-29 6-40 16-10 11-16 25-16 40l0 399c0 30 25 55 56 55l621 0z m-189-125c-9 0-17-3-23-9l-139-140c-3-3-6-4-10-4-3 0-6 1-9 4l-37 37c-7 6-15 9-23 9-9 0-17-3-23-9l-17-17c-13-13-13-33 0-46l87-87c12-12 32-12 45 0l189 190c6 6 9 14 9 23 0 8-3 16-9 22l-18 18c-6 6-14 9-22 9z m11 575c78-46 125-128 127-218l0-166c0-9-7-16-16-16l-72 0c-9 0-16 7-16 16l0 156c2 56-27 108-75 136-48 29-107 29-155 1-46-27-74-76-76-128l0-165c0-9-7-16-16-16l-71 0c-9 0-17 7-17 16l0 157c-2 93 47 180 127 227 80 47 180 47 260 0z" />
|
||||
<glyph glyph-name="checkinmark" horiz-adv-x="1000" unicode="𓰙" d="M517 783c248 0 450-201 450-450 0-248-202-450-450-450-249 0-450 202-450 450 0 249 201 450 450 450z m-297-408c24 23 63 23 87 0l111-112c66 53 197 157 348 275 46 36 89-11 49-51l-354-353c-24-24-62-24-86 0l-155 154c-24 24-24 63 0 87z" />
|
||||
<glyph glyph-name="chevron-down" horiz-adv-x="1000" unicode="𓰚" d="M721 521l-227-227-227 227c-23 23-59 23-82 0-23-22-23-59 0-82l268-268c23-23 60-23 83 0l268 268c23 23 23 60 0 82-23 23-60 23-83 0l0 0z" />
|
||||
<glyph glyph-name="chevron-left" horiz-adv-x="1000" unicode="𓰛" d="M679 122l-231 232 231 231c23 24 23 61 0 85-23 23-61 23-84 0l-274-274c-23-24-23-61 0-84l274-274c23-24 61-24 84 0 23 23 23 61 0 84l0 0z" />
|
||||
<glyph glyph-name="chevron-right" horiz-adv-x="1000" unicode="𓰜" d="M315 567l231-231-231-231c-23-23-23-61 0-84 23-23 61-23 84 0l273 273c23 23 23 61 0 84l-273 273c-23 23-61 23-84 0-23-23-23-61 0-84l0 0z" />
|
||||
<glyph glyph-name="chevron-up" horiz-adv-x="1000" unicode="𓰝" d="M269 175l231 231 232-231c23-24 61-24 84 0 23 23 23 61 0 84l-274 274c-23 23-61 23-84 0l-274-274c-23-23-23-61 0-84 22-22 57-23 81-4l4 4z" />
|
||||
<glyph glyph-name="circle" horiz-adv-x="1000" unicode="𓰟" d="M483 817l11 0c243-6 439-205 439-450 0-249-201-450-450-450-248 0-450 201-450 450 0 245 196 444 440 450l10 0z" />
|
||||
<glyph glyph-name="click" horiz-adv-x="1000" unicode="𓰠" d="M409 511l527-310c25-15 17-52-9-58l-268-43-130-234c-13-23-52-20-55 9l-114 603c-4 26 26 46 49 33z m-147-111l-137-94c-25-19-53 19-32 37l140 99c26 17 55-22 29-42z m-199 189l163-29c31-4 24-49-3-47l-170 27c-32 7-22 55 10 49z m587 85l-134-98c-29-16-55 23-29 42l137 95c26 19 55-23 26-39z m-442 116l100-139c16-26-23-56-43-30l-94 137c-19 25 20 54 37 32l0 0z m246 30l-29-163c-7-32-52-22-49 7l29 166c7 33 56 23 49-10z" />
|
||||
<glyph glyph-name="clock-alt" horiz-adv-x="1000" unicode="𓰡" d="M500 767c-230 0-417-187-417-417 0-230 187-417 417-417 230 0 417 187 417 417 0 230-187 417-417 417z m0-750c-184 0-333 149-333 333 0 184 149 333 333 333 184 0 333-149 333-333 0-184-149-333-333-333z m-9 541l-3 0c-16 0-30-13-30-30l0-196c0-15 8-29 21-36l173-104c14-8 32-4 41 10 8 14 4 33-11 41l-161 96 0 189c0 17-13 30-30 30l0 0z" />
|
||||
<glyph glyph-name="clock" horiz-adv-x="1000" unicode="𓰢" d="M517 783c-249 0-450-201-450-450 0-248 201-450 450-450 248 0 450 202 450 450 0 249-202 450-450 450z m0-180c16 0 30-13 30-30l0-227 139-140c12-12 12-31 0-42-11-12-30-12-42 0l-144 145c-7 6-12 13-13 24l0 240c0 17 13 30 30 30z" />
|
||||
<glyph glyph-name="code-branch" horiz-adv-x="1000" unicode="𓳭" d="M742 390l135 0c50 0 90 41 90 90l0 180c0 50-41 90-90 90l-135 0c-50 0-90-40-90-90l0-45-270 0 0 45c0 50-40 90-90 90l-135 0c-50 0-90-40-90-90l0-180c0-50 40-90 90-90l135 0c50 0 90 41 90 90l0 45 90 0 0-315c0-75 60-135 134-135l46 0 0-45c0-50 40-90 90-90l135 0c50 0 90 40 90 90l0 180c0 50-41 90-90 90l-135 0c-50 0-90-40-90-90l0-45-46 0c-24 0-44 20-44 45l0 315 90 0 0-45c0-49 40-90 90-90z" />
|
||||
<glyph glyph-name="cog" horiz-adv-x="1000" unicode="𓲃" d="M858 301c2 16 3 33 3 49 0 17-1 33-3 49l106 83c9 7 12 21 6 32l-100 173c-7 11-20 15-31 11l-124-51c-26 20-54 37-85 50l-19 132c-2 12-12 21-25 21l-200 0c-12 0-22-9-24-21l-19-132c-31-13-59-30-85-50l-124 51c-11 4-24 0-31-11l-100-173c-6-11-3-25 6-32l106-83c-2-16-4-32-4-49 0-16 2-33 4-49l-106-82c-9-8-12-21-6-32l100-174c7-10 20-15 31-10l124 50c26-20 54-37 85-49l19-133c2-12 12-21 24-21l200 0c13 0 23 9 25 21l19 133c30 12 59 29 84 49l125-50c11-5 24 0 30 10l100 174c7 10 4 24-6 32l-105 82 0 0z m-372-126c-96 0-175 78-175 175 0 97 79 175 175 175 97 0 175-78 175-175 0-97-78-175-175-175z" />
|
||||
<glyph glyph-name="cogs" horiz-adv-x="1000" unicode="𓰣" d="M28 506c-16 2-28 16-28 33l0 37c0 16 12 30 28 33l44 8c5 19 13 37 23 54l-26 37c-10 13-8 32 4 43l26 27c11 11 30 13 43 3l37-25c17 9 35 17 54 22l8 44c3 16 17 28 33 28l37 0c17 0 31-12 34-28l7-44c19-5 38-13 55-22l36 25c14 10 32 8 43-4l27-26c11-11 13-30 4-43l-26-37c8-13 14-27 18-41-11-14-18-30-21-47l-3-20-11-5-17 12c-18 12-38 19-60 19-3 0-6-1-10-1-14 45-58 74-105 69-48-4-85-42-90-89-5-47 24-91 70-106-3-24 4-49 18-69l12-17c-2-3-3-7-5-11l-20-3c-17-3-33-10-47-21-14 4-28 10-41 18l-37-26c-13-9-32-7-43 4l-26 27c-12 11-14 29-4 43l26 36c-10 17-18 36-23 55l-44 8z m609 102c21 0 39-15 42-35l10-56c24-6 47-16 69-29l47 33c17 12 40 10 54-5l34-33c15-15 17-38 5-55l-33-47c13-21 22-45 29-69l56-10c20-4 35-21 35-42l0-47c0-20-15-38-35-42l-56-10c-7-24-16-47-29-69l33-46c12-17 10-41-5-56l-33-33c-15-15-38-17-55-5l-47 33c-22-13-45-22-70-29l-10-56c-3-20-21-35-42-35l-46 0c-21 0-39 15-42 35l-11 56c-24 7-47 16-69 29l-46-33c-17-12-40-10-55 5l-33 33c-15 15-17 38-5 56l33 46c-13 22-23 45-29 70l-56 10c-20 3-35 21-35 42l0 46c0 21 15 39 35 42l56 11c6 24 16 47 29 69l-33 46c-12 17-10 40 5 55l33 33c15 15 38 17 55 5l47-33c21 13 45 23 69 29l10 56c4 20 21 35 42 35l47 0z m-24-244c-70 0-127-57-127-127 0-71 57-128 127-128 71 0 128 57 128 128 0 70-57 127-128 127z" />
|
||||
<glyph glyph-name="comment" horiz-adv-x="1000" unicode="𓰤" d="M867 850l-734 0c-70 0-128-55-133-125l0-8 0-467c0-70 55-128 125-133l8 0 600 0 267-267 0 867c0 70-55 128-125 133l-8 0-734 0 734 0z" />
|
||||
<glyph glyph-name="comments" horiz-adv-x="1000" unicode="𓰥" d="M792 600l41 0c44 0 81-35 84-78l0-5 0-584-167 167-417 0c-44 0-80 35-83 78l0 5 0 42 500 0c22 0 39 17 42 37l0 5 0 333 41 0-41 0z m-625 167l458 0c44 0 80-35 83-78l0-6 0-291c0-44-34-81-77-83l-6-1-375 0-167-166 0 541c0 44 35 81 78 84l6 0 458 0-458 0z" />
|
||||
<glyph glyph-name="compass" horiz-adv-x="1000" unicode="𓰦" d="M500 850c276 0 500-224 500-500 0-276-224-500-500-500-276 0-500 224-500 500 0 276 224 500 500 500z m0-77c-233 0-423-190-423-423 0-233 190-423 423-423 233 0 423 190 423 423 0 233-190 423-423 423z m245-178l-136-354-354-136 136 354 354 136z m-299-191c-30-30-30-78 0-108 30-30 78-30 108 0 30 30 30 78 0 108-30 30-78 30-108 0z" />
|
||||
<glyph glyph-name="components" horiz-adv-x="1000" unicode="𓰧" d="M863 253l129-67c10-5 11-13 2-19l-2-2-472-244c-10-5-25-6-36-2l-4 2-472 244c-10 6-11 14-2 20l2 1 129 67 340-176c11-6 29-6 42-2l4 2 340 176z m0 197l129-67c10-5 11-13 2-19l-2-2-472-244c-10-5-25-6-36-2l-4 2-472 244c-10 6-11 14-2 20l2 1 129 67 340-176c11-6 29-6 42-2l4 2 340 176z m-855 127l472 236c10 4 25 5 36 1l4-1 472-236c10-5 11-13 2-19l-2-1-472-236c-10-5-25-6-36-2l-4 2-472 236c-10 5-11 13-2 18l2 2 472 236-472-236z" />
|
||||
<glyph glyph-name="contacts-alt" horiz-adv-x="1000" unicode="𓰨" d="M320 750l483 0c37 0 67-28 69-64l1-5 0-712c0-36-29-66-65-69l-5 0-483 0 0 850z m-42 0l0-850-51 0c-41 0-74 28-77 64l0 5 0 712c0 36 31 66 71 69l6 0 51 0z m239-279l-16-9 1 0c-6-5-11-10-16-16-4-5-7-11-9-17-19-47-9-98 35-174 61-106 130-118 133-118 6-1 13-1 20 0 7 1 14 2 21 5l0 0 16 9c11 7 16 21 9 32l-32 57c-7 11-22 15-33 8l-28-16-12 11c-11 11-24 25-36 46-11 20-17 39-21 54l-4 15 0 0 28 16c12 7 16 22 9 33l-32 56c-6 11-21 15-33 8z" />
|
||||
<glyph glyph-name="contacts" horiz-adv-x="1000" unicode="𓰩" d="M208-67l584 0c23 0 41-18 41-41 0-22-16-40-37-42l-4 0-584 0c-23 0-41 19-41 42 0 21 16 39 37 41l4 0z m625 750c44 0 81-34 84-77l0-6 0-500c0-44-35-80-78-83l-6 0-666 0c-44 0-81 34-83 78l-1 5 0 500c0 44 35 80 78 83l6 0 666 0z m-333-375c-68 0-201-32-208-98l0-6 0-62 416 0 0 62c0 70-138 104-208 104z m0 261c-52 0-94-42-94-94 0-52 42-94 94-94 52 0 94 42 94 94 0 52-42 94-94 94z m-292 281l584 0c23 0 41-19 41-42 0-21-16-39-37-41l-4 0-584 0c-23 0-41 18-41 41 0 22 16 40 37 42l4 0z" />
|
||||
<glyph glyph-name="content-scalling" horiz-adv-x="1000" unicode="𓰪" d="M930-31c2 0 5-2 5-5l1-1 0-40c0-3-2-5-5-6l-1 0-40 0c-3 0-5 2-6 4l0 2 0 22c0 3 2 5 4 6l2 0 5 0c2 0 5 2 5 5l1 1 0 6c0 2 2 5 4 5l2 1 23 0z m-126-18c2 0 5-2 6-4l0-2 0-22c0-3-2-5-5-6l-1 0-52 0c-3 0-5 2-6 4l0 2 0 22c0 3 2 5 4 6l2 0 52 0z m-162 593l-293-299c-13-15-14-37-2-52l2-4 4-3c6-5 15-8 23-8 9 0 17 3 24 8l3 3 288 295 0-537c0-14-10-26-25-28l-3 0-568 0c-14 0-26 10-28 25l0 3 0 568c0 14 10 27 24 29l4 0 547 0z m287-437c2 0 5-2 5-5l1-1 0-51c0-3-2-6-5-6l-1-1-22 0c-3 0-5 3-6 5l0 2 0 51c0 2 2 5 4 6l2 0 22 0z m0 137c2 0 5-2 5-5l1-1 0-51c0-3-2-6-5-6l-1-1-22 0c-3 0-5 3-6 5l0 2 0 51c0 2 2 5 4 6l2 0 22 0z m-78 452l0-2-46-175c0-5-7-7-11-5l-1 1-47 48-354-362c-9-10-23-10-32 0-8 8-8 21-2 30l2 2 354 362-46 47c-3 3-2 9 2 12l2 1 169 47c5 2 9-1 10-5l0-1 0 0z m78-314c2 0 5-2 5-5l1-1 0-52c0-2-2-5-5-5l-1-1-22 0c-3 0-5 2-6 5l0 1 0 52c0 2 2 5 4 5l2 1 22 0z m0 138c2 0 5-2 5-5l1-1 0-52c0-2-2-5-5-5l-1-1-22 0c-3 0-5 2-6 5l0 1 0 52c0 2 2 5 4 5l2 1 22 0z m-833 137c2 0 5-2 5-5l1-1 0-52c0-2-2-5-5-5l-1-1-23 0c-3 0-5 2-6 5l0 1 0 52c0 2 2 5 4 5l2 1 23 0z m833 0c2 0 5-2 5-5l1-1 0-52c0-2-2-5-5-5l-1-1-22 0c-3 0-5 2-6 5l0 1 0 52c0 2 2 5 4 5l2 1 22 0z m-816 126c2 0 5-2 5-4l1-2 0-22c0-3-2-5-5-6l-1 0-5 0c-3 0-5-2-6-5l0-1 0-6c0-2-2-5-5-5l-1-1-23 0c-3 0-5 2-6 5l0 1 0 40c0 3 2 5 4 6l2 0 40 0z m817 0c2 0 5-2 5-4l1-2 0-40c0-2-2-5-5-5l-1-1-23 0c-3 0-5 2-6 5l0 1 0 6c0 2-2 5-5 5l-1 1-5 0c-3 0-5 2-6 4l0 2 0 22c0 3 2 5 4 6l2 0 40 0z m-265 0c3 0 5-2 6-4l0-2 0-22c0-3-2-5-5-6l-1 0-52 0c-2 0-5 2-6 4l0 2 0 22c0 3 2 5 5 6l1 0 52 0z m-414 0c2 0 5-2 5-4l1-2 0-22c0-3-3-5-5-6l-1 0-52 0c-3 0-5 2-6 4l0 2 0 22c0 3 2 5 4 6l2 0 52 0z m276 0c3 0 5-2 6-4l0-2 0-22c0-3-2-5-4-6l-2 0-52 0c-2 0-5 2-6 4l0 2 0 22c0 3 2 5 5 6l1 0 52 0z m-138 0c3 0 5-2 6-4l0-2 0-22c0-3-2-5-4-6l-2 0-52 0c-2 0-5 2-5 4l-1 2 0 22c0 3 2 5 5 6l1 0 52 0z m415 0c2 0 5-2 6-4l0-2 0-22c0-3-2-5-5-6l-1 0-52 0c-3 0-5 2-6 4l0 2 0 22c0 3 2 5 4 6l2 0 52 0z" />
|
||||
<glyph glyph-name="content" horiz-adv-x="1000" unicode="𓰫" d="M976 633l0-724c0-27-23-48-51-48l-538 0 0 820 538 0c28 0 51-21 51-48z m-77-676c0 13-12 24-26 24l-384 0c-14 0-25-11-25-24 0-13 11-24 25-24l384 0c14 0 26 11 26 24z m0 121c0 13-12 24-26 24l-384 0c-14 0-25-11-25-24 0-13 11-24 25-24l384 0c14 0 26 11 26 24z m0 121c0 13-12 24-26 24l-384 0c-14 0-25-11-25-24 0-14 11-25 25-25l384 0c14 0 26 11 26 25z m0 386c0 13-12 24-26 24l-384 0c-14 0-25-11-25-24l0-266c0-13 11-24 25-24l384 0c14 0 26 11 26 24l0 266z m-384-242l333 0 0 217-333 0 0-217z m68 507l-234-124c-1 0-1 0-1 0-1-1-2-1-2-2-1 0-2-1-2-1-1-1-1-1-2-2-1 0-1-1-2-2l0 0-1-2c0 0-1-1-1-2 0 0-1-1-1-2l0 0-1-2c0-1 0-2 0-2 0-1 0-2 0-3 0 0 0 0 0-1l0 0 0-675-218 0c-28 0-51 21-51 48l0 0 0 724c0 26 23 48 51 48l0 0 465 0z m73-17l0-104-197 0 197 104z" />
|
||||
<glyph glyph-name="contract-alt" horiz-adv-x="1000" unicode="𓳞" d="M837 291c26 0 38-32 21-50l0 0-84-84 126-125c22-22 22-59 0-82-23-22-60-22-82 0l0 0-125 126-84-84c-18-17-49-5-49 21l0 0 0 249c0 16 12 29 28 29l0 0z m-753 475c22 23 59 23 82 0l0 0 125-126 84 84c18 18 49 5 49-21l0 0 0-248c0-16-13-29-29-29l0 0-248 0c-26 0-39 31-21 49l0 0 84 84-126 125c-23 23-23 60 0 82z" />
|
||||
<glyph glyph-name="contract" horiz-adv-x="1000" unicode="𓰬" d="M832 503l-60 61 91 90c16 16 16 43 0 59-16 16-43 16-59 0l-90-91-61 60c-13 13-35 4-35-15l0-178c0-12 9-21 21-21l178 0c19 0 28 22 15 35l0 0z m-485 179l-61-60-90 91c-16 16-42 16-59 0-16-16-16-43 0-59l91-90-60-61c-13-13-4-35 15-35l178 0c12 0 21 9 21 21l0 178c0 19-22 28-35 15l0 0z m-179-485l60-61-91-90c-16-16-16-43 0-59 16-16 43-16 59 0l90 91 61-60c13-13 35-4 35 15l0 178c0 12-9 21-21 21l-178 0c-19 0-28-22-15-35z m485-179l61 60 90-91c16-16 43-16 59 0 16 17 16 43 0 59l-91 90 60 61c13 13 4 35-15 35l-178 0c-12 0-21-9-21-21l0-178c0-19 22-28 35-15l0 0z" />
|
||||
<glyph glyph-name="control" horiz-adv-x="1000" unicode="𓰭" d="M182 465l-85-85c-17-17-17-44 0-61l85-84c21-21 55-21 76 0 21 21 21 55 0 76l-38 39 38 39c21 21 21 55 0 76-21 21-55 21-76 0z m560 0c-21-21-21-55 0-76l38-39-38-39c-21-21-21-55 0-76 21-21 55-21 77 0l84 85c17 17 17 44 0 61l-84 84c-22 21-56 21-77 0l0 0z m-242-395l-39 38c-21 21-55 21-76 0-21-21-21-55 0-76l85-85c17-17 44-17 61 0l84 85c22 21 22 55 0 76-21 21-55 21-76 0l-39-38 0 0z m-115 522c21-21 55-21 76 0l39 38 39-38c21-21 55-21 76 0 21 21 21 55 0 77l-85 84c-17 17-44 17-61 0l-84-84c-21-22-21-56 0-77z m-15-242c0 72 58 130 130 130 72 0 130-58 130-130 0-72-58-130-130-130-72 0-130 58-130 130z" />
|
||||
<glyph glyph-name="credit" horiz-adv-x="1000" unicode="𓰮" d="M1000 449l0-322c0-94-50-146-142-149l-9-1-698 0c-95 0-147 49-151 141l0 9 0 322 1000 0z m-695-95l-108 0c-25 0-41-15-44-37l0-5 0-82c0-23 15-40 38-42l6 0 108 0c24 0 41 15 43 37l0 5 0 82c0 25-17 42-43 42z m-154 396l698 0c95 0 147-49 151-140l0-10 0-45-1000 0 0 45c0 95 49 147 141 150l10 0 698 0-698 0z" />
|
||||
<glyph glyph-name="css" horiz-adv-x="1000" unicode="𓳟" d="M100 817l73-825 327-109 327 109 73 825-800 0z m652-167l-10-98-240-103 0 0 232 0-27-306-204-60-206 61-14 154 102 0 7-80 110-27 113 32 8 128-346 1 0 0-1 0-7 97 247 103-256 0-12 98 504 0z" />
|
||||
<glyph glyph-name="cube" horiz-adv-x="1000" unicode="𓰯" d="M36 569l427-238 0-469c-4 0-9 2-13 4l-349 193c-44 25-66 50-67 108l-1 8 0 368c0 10 1 18 3 26z m924 0c1-8 2-16 2-26l0-368c0-63-22-90-67-116l-346-191c-5-3-11-6-16-6l0 469 427 238z m-462 281c26 0 52-6 78-19l10-5 319-177c7-4 13-8 18-13l6-5-431-238-431 238c6 7 14 12 22 17l7 4 314 174c29 16 58 24 88 24z" />
|
||||
<glyph glyph-name="dark-mode" horiz-adv-x="1000" unicode="𓰰" d="M475 850c260 0 476-215 476-476 0-260-215-475-476-475-260 0-475 215-475 475 0 261 215 476 475 476z m0-95c-211 0-379-170-379-381 0-210 168-380 379-380 211 0 381 170 381 380-1 211-170 381-381 381z m126-476c30 0 60 6 78 13 6 2 10 2 14 2 8 0 15-6 15-16 0-2 0-9-3-15-34-82-125-146-230-146-145 0-256 104-256 250 0 103 62 201 154 238 6 2 12 3 16 3 9 0 15-8 15-15 0-3 0-6-2-10l-1-4c-8-21-16-58-16-87 0-131 84-213 216-213z" />
|
||||
<glyph glyph-name="dashboard" horiz-adv-x="1000" unicode="𓰱" d="M500 850c276 0 500-224 500-500 0-276-224-500-500-500-276 0-500 224-500 500 0 276 224 500 500 500z m0-56c-245 0-444-198-444-444 0-57 10-111 30-161l8 6c47 37 158 109 323 128l15 1-6-77c-29-22-48-57-48-97 0-67 55-122 122-122 68 0 122 55 122 122 0 37-16 70-43 93l-5 4-5 78c186-17 307-96 348-128 18 47 27 99 27 153 0 246-198 444-444 444z m0-133c15 0 29-149 44-447 20-14 34-37 34-64 0-43-35-78-78-78-43 0-78 35-78 78 0 27 14 50 34 64l5 88c13 239 26 359 39 359z" />
|
||||
<glyph glyph-name="database" horiz-adv-x="1000" unicode="𓰲" d="M967 163l0-186c0-52-209-94-467-94l-25 0c-242 3-435 42-441 91l-1 3 0 186c0-51 209-93 467-93l25 0c242 3 435 42 442 91l0 2z m0 280l0-186c0-52-209-94-467-94l-25 1c-242 2-435 41-441 90l-1 3 0 186c0-51 209-93 467-93l25 0c246 3 442 43 442 93z m-467 374l25 0c242-3 435-42 442-91l0-3 0-186c0-51-202-92-455-94l-12 0c-254 0-460 41-466 91l-1 3 0 186c0 52 209 94 467 94z" />
|
||||
<glyph glyph-name="descending" horiz-adv-x="1000" unicode="𓰳" d="M960 534c22 0 40 18 40 40 0 23-18 41-40 41l-371 0c-23 0-41-18-41-41 0-22 18-40 41-40l371 0z m-65-161c22 0 41 18 41 40 0 22-19 40-41 40l-306 0c-23 0-41-18-41-40 0-22 18-40 41-40l306 0z m-64-162c22 0 40 18 40 41 0 22-18 40-40 40l-242 0c-23 0-41-18-41-40 0-23 18-41 41-41l242 0z m-65-161c22 0 41 18 41 40 0 23-19 41-41 41l-177 0c-23 0-41-18-41-41 0-22 18-40 41-40l177 0z m-539 467l106-105c13-14 34-14 47 0 14 13 14 34 0 47l-161 162c-13 13-35 13-48 0l-161-162c-13-13-13-34 0-47 13-14 35-14 48 0l105 105 0-435c0-18 14-32 32-32 18 0 32 14 32 32l0 435z" />
|
||||
<glyph glyph-name="disable-motion" horiz-adv-x="1000" unicode="𓰴" d="M619 750c210 0 381-171 381-381 0-210-171-381-381-381-92 0-175 32-241 85l-8 7 85 0c45 0 81 37 81 82 0 43-33 78-76 81l-5 0-148 0c-16 0-30-5-43-13-6 14-10 28-14 43l-4 15 209 0c45 0 81 36 81 81 0 43-33 78-76 81l-5 0-209 0c3 11 6 23 9 34l4 11 196 0c45 0 81 36 81 81 0 43-33 78-76 81l-5 0-85 0c68 58 153 93 249 93z m-320-545l147 0c25 0 45-20 45-45 0-23-18-42-40-45l-5 0-147 0c-25 0-45 21-45 45 0 23 18 43 40 45l5 0z m147 207c25 0 45-20 45-45 0-23-18-42-40-44l-5 0-275 0c-25 0-45 20-45 44 0 24 18 43 41 45l4 0 275 0z m0 208c25 0 45-21 45-45 0-24-18-43-40-45l-5 0-401 0c-25 0-45 20-45 45 0 23 18 42 41 44l4 1 401 0z" />
|
||||
<glyph glyph-name="download-alt" horiz-adv-x="1000" unicode="𓰵" d="M366 445l-125 0 266-247 266 247-126 0 0 338 10-3c180-59 310-230 310-431 0-250-202-453-450-453-249 0-450 203-450 453 0 194 120 359 290 424l9 4 0-332z m393-314l-510 0c-16 0-28-14-30-31l0-5c0-17 11-32 26-34l4 0 510 0c16 0 28 13 30 30l0 5c0 18-11 32-26 34l-4 1z" />
|
||||
<glyph glyph-name="download" horiz-adv-x="1000" unicode="𓰶" d="M437 717l115 0c23 0 42-19 42-42l0-210 99 0c37 0 56-45 29-72l-198-195c-8-8-19-13-30-13-11 0-21 5-29 13l-197 193c-29 27-11 74 28 74l99 0 0 210c0 23 19 42 42 42z m-208-552l531 0 0 170c0 10 9 19 19 19l125 0c10 0 18-9 18-19l0-313c0-10-8-19-18-19-273 0-546 0-819 0-10 0-18 9-18 19l0 313c0 10 8 19 18 19l125 0c10 0 19-9 19-19l0-170z" />
|
||||
<glyph glyph-name="duplicate-alt" horiz-adv-x="1000" unicode="𓴑" d="M355 627l492 0c32 0 59-25 62-56l0-5 0-616c0-32-25-58-56-61l-5 0-495 0-5 0c-29 4-52 27-54 56l0 5 0 616c0 32 24 58 56 61l5 0 492 0-492 0z m-185 185l493 0c32 0 58-25 61-56l0-5 0-63-442 0c-27 0-48-20-50-46l-1-4 0-625-61 0c-32 0-58 24-61 56l0 5 0 677c0 32 24 58 56 61l5 0 493 0-493 0z" />
|
||||
<glyph glyph-name="duplicate" horiz-adv-x="1000" unicode="𓴒" d="M474 63l-99-125-330 412 330 412 99-125-229-287 229-287z m505 287l-330-412-329 412 329 412 330-412z" />
|
||||
<glyph glyph-name="ellipsis-h" horiz-adv-x="1000" unicode="𓳣" d="M242 350c0-69-57-125-125-125-69 0-125 56-125 125 0 69 56 125 125 125 68 0 125-56 125-125z m375 0c0-69-57-125-125-125-69 0-125 56-125 125 0 69 56 125 125 125 68 0 125-56 125-125z m375 0c0-69-57-125-125-125-69 0-125 56-125 125 0 69 56 125 125 125 68 0 125-56 125-125z" />
|
||||
<glyph glyph-name="ellipsis-v" horiz-adv-x="1000" unicode="𓳤" d="M492 100c68 0 125-56 125-125 0-69-57-125-125-125-69 0-125 56-125 125 0 69 56 125 125 125z m0 375c68 0 125-56 125-125 0-69-57-125-125-125-69 0-125 56-125 125 0 69 56 125 125 125z m0 375c68 0 125-56 125-125 0-69-57-125-125-125-69 0-125 56-125 125 0 69 56 125 125 125z" />
|
||||
<glyph glyph-name="envelope-badge" horiz-adv-x="1000" unicode="𓰷" d="M570 278l282-281c-15-13-40-19-74-19l-615 0c-38 0-65 6-81 20l282 280 22-22c27-26 53-38 81-38 29 0 54 12 81 38l22 22z m-524 314l275-272-277-275c-6 11-10 29-11 53l0 9 0 420c0 31 5 52 13 65z m657-183c36-26 79-41 126-41 21 0 42 4 61 9l10 4 0-274c0-26-3-45-9-58l-2-4-276 275 90 89z m-81 247c-8-22-11-45-11-69 0-49 16-94 43-130l6-8-144-143c-17-17-32-25-49-25-15 0-28 6-44 20l-5 5-334 332c13 11 34 17 63 18l9 0 466 0z m207 94c89 0 163-74 163-163 0-89-74-163-163-163-89 0-163 73-163 163 0 90 74 163 163 163z" />
|
||||
<glyph glyph-name="envelope-open" horiz-adv-x="1000" unicode="𓰸" d="M644 186l320-298c-6-2-13-4-19-4l-5-1-849 0c-8 0-16 2-22 4l-5 1 322 298 58-40c41-30 93-31 137-4l6 4 57 40z m351 246l0-506-313 287 313 219z m-962 0l313-219-310-287c-2 4-3 8-3 10l0 496z m437 370c23 17 53 19 78 7l5-3 5-4 437-306-437-305c-26-19-62-19-88 0l-437 305 437 306z" />
|
||||
<glyph glyph-name="envelope" horiz-adv-x="1000" unicode="𓰹" d="M635 347l333-310c-6-2-14-4-20-5l-5 0-883 0c-8 0-16 1-23 3l-5 2 335 310 60-42c43-31 97-32 143-4l6 4 59 42z m365 256l0-526-325 297 325 229z m-1000 0l325-229-322-297c-2 3-3 7-3 10l0 516z m60 114l883 0c28 0 52-20 56-50l1-5-454-317c-26-19-60-20-87-4l-5 4-454 317c2 31 27 52 55 55l5 0 883 0-883 0z" />
|
||||
<glyph glyph-name="equalizer" horiz-adv-x="1000" unicode="𓰺" d="M359 194c95 0 172-77 172-172 0-95-77-172-172-172-78 0-144 53-165 125l-147 0c-26 0-47 21-47 47 0 26 21 47 47 47l147 0c21 72 87 125 165 125z m594-125c26 0 47-21 47-47 0-26-21-47-47-47l-364 0c3 15 5 31 5 47 0 16-2 32-5 47l364 0z m-312 469c94 0 172-77 172-172 0-95-78-172-172-172-79 0-145 53-166 125l-428 0c-26 0-47 21-47 47 0 26 21 47 47 47l428 0c21 72 87 125 166 125z m312-125c26 0 47-21 47-47 0-26-21-47-47-47l-83 0c3 15 5 31 5 47 0 16-2 32-5 47l83 0z m-594 437c95 0 172-77 172-172 0-95-77-172-172-172-78 0-144 53-165 125l-147 0c-26 0-47 22-47 47 0 26 21 47 47 47l147 0c21 72 87 125 165 125z m594-125c26 0 47-21 47-47 0-25-21-47-47-47l-364 0c3 15 5 31 5 47 0 16-2 32-5 47l364 0z" />
|
||||
<glyph glyph-name="error" horiz-adv-x="1000" unicode="𓰻" d="M543 740l4-4 339-339c24-25 26-64 4-90l-4-4-339-339c-24-24-64-26-90-4l-4 4-339 339c-24 24-25 64-3 90l3 4 339 339c25 24 64 26 90 4z m-43-534l-5 0c-24-3-43-23-43-48l0 0 0-5c3-24 23-43 48-43l0 0 5 0c24 2 43 23 43 48l0 0 0 4c-2 25-23 44-48 44l0 0z m0 384l-5 0c-22-2-41-20-43-43l0-5 0-240c0-25 19-46 43-48l5 0 5 0c23 2 41 21 43 43l0 5 0 240c0 27-21 48-48 48z" />
|
||||
<glyph glyph-name="exit" horiz-adv-x="1000" unicode="𓰼" d="M816 638c72-75 120-184 120-303 0-248-203-452-451-452-248 0-452 204-452 452 0 119 48 228 120 303 66 71 173-10 102-89-52-56-85-131-85-214 0-174 141-315 315-315 173 0 314 141 314 315 0 83-32 158-85 214-71 79 36 160 102 89z m-331 179c43 0 73-30 75-75l0-6 0-342c0-48-30-80-75-80-44 0-74 29-76 74l0 6 0 342c0 49 30 81 76 81z" />
|
||||
<glyph glyph-name="expand-full" horiz-adv-x="1000" unicode="𓰽" d="M327 177c20-21 21-53 4-75l-4-4-121-120 80-81c16-16 6-44-16-47l-4 0-238 0c-14 0-26 10-28 24l0 4 0 238c0 24 27 36 44 23l3-3 81-80 120 121c21 21 57 21 79 0z m421 4l4-4 120-121 81 80c16 16 44 6 47-16l0-4 0-238c0-14-10-26-24-28l-4 0-238 0c-24 0-36 27-23 44l3 3 80 81-121 120c-21 21-21 57 0 79 21 20 53 21 75 4z m224 669c14 0 26-10 28-24l0-4 0-238c0-24-27-36-44-23l-3 3-81 80-120-121c-21-21-57-21-79 0-20 21-21 53-4 75l4 4 121 120-80 81c-16 16-6 44 16 47l4 0 238 0z m-706 0c24 0 36-27 23-44l-3-3-80-81 121-120c21-21 21-57 0-79-21-20-53-21-75-4l-4 4-120 121-81-80c-16-16-43-6-47 16l0 4 0 238c0 14 10 26 24 28l4 0 238 0z" />
|
||||
<glyph glyph-name="expand" horiz-adv-x="1000" unicode="𓰾" d="M660 690l61-61-91-90c-16-16-16-43 0-59 16-16 43-16 59 0l90 91 61-61c13-12 35-3 35 15l0 179c0 12-9 21-21 21l-179 0c-18 0-27-22-15-35l0 0z m-320-680l-61 61 91 90c16 16 16 43 0 59-16 16-43 16-59 0l-90-91-61 61c-12 13-35 3-35-15l0-179c0-12 9-21 21-21l179 0c18 0 28 22 15 35z" />
|
||||
<glyph glyph-name="external-link-alt" horiz-adv-x="1000" unicode="𓱾" d="M413 679l125-114-146-146c-32-31-42-63-42-94 0-31 10-62 31-83 32-32 63-42 94-42 29 0 58 9 87 27l7 4 146 146 114-114 0-209c0-60-39-101-98-104l-6 0-521 0c-60 0-101 39-104 98l0 6 0 521c0 61 39 102 98 104l6 0 209 0z m458 104c31 0 62-20 62-52l0-271c0-20-20-41-41-41-10 0-19 0-28 7l-4 3-93 94-250-250c-21-21-63-21-94 0-21 21-21 62 0 94l250 250-94 93c-10 11-10 21-10 32 0 21 10 41 31 41l271 0z" />
|
||||
<glyph glyph-name="external-link" horiz-adv-x="1000" unicode="𓱿" d="M144 669l330 0c23 0 42-19 42-42 0-21-17-39-38-41l-4 0-330 0c-13 0-25-11-27-24l0-4 0-531c0-14 10-26 24-27l3-1 531 0c14 0 26 11 28 25l0 3 0 329c0 23 19 41 42 41 21 0 39-16 41-37l0-4 0-329c0-59-46-108-105-111l-6 0-531 0c-59 0-107 47-110 105l-1 6 0 531c0 59 47 108 105 111l6 0 330 0-330 0z m458 148l287 0c21 0 39-17 41-38l0-4 0-287c0-23-18-41-41-41-22 0-40 16-42 37l0 4 0 182-404-404c-8-8-19-12-29-12-11 0-22 4-30 12-15 15-16 39-3 55l3 4 409 408-191 0c-23 0-42 19-42 42 0 22 17 39 38 42l4 0 287 0-287 0z" />
|
||||
<glyph glyph-name="eye-close" horiz-adv-x="1000" unicode="𓰿" d="M469 381l31-43c3 3 6 7 8 11m-251 404c9-2 17-6 23-13l2-3 84-117c45 12 91 18 137 18 93 0 184-24 265-71 78-45 143-109 189-187 9-10 13-24 13-37-1-11-4-22-9-32l-4-6-9-15c-24-39-53-75-87-106-32-32-70-60-111-80l-13-7 68-96c6-7 8-16 7-24l-1-5c-1-8-5-16-12-22l-3-2-22-16c-8-6-18-9-28-6-8 2-16 6-22 12l-3 3-523 738c-5 6-8 15-7 24l1 4c1 8 6 16 12 22l4 3 21 15c8 7 19 9 28 6z m-56-203l94-134c-9-23-13-47-13-71 0-38 10-76 28-109 20-34 48-62 81-81 30-20 64-31 99-31l10 0 50-72c-12-2-25-3-37-3l-13 0c-93 0-184 25-264 72-74 42-137 102-182 173l-8 13-3 3c-7 11-10 23-10 35 1 11 5 21 10 31l3 6 6 12c37 63 88 116 149 156z m113-170l128-180c-39 10-73 33-97 65-24 33-35 74-31 115z m199 190l-10 0c-24-1-49-5-72-12l-12-4 17-23 2 1c19 5 38 6 57 4 22-4 44-10 65-19-17-1-33-7-45-18l-5-4c-14-12-22-31-22-50 1-3 1-6 1-9 10-16 21-33 35-52 11-7 23-11 36-10 19 1 36 9 50 22 14 12 22 30 22 49 14-27 21-59 18-90-1-32-11-62-30-88l6-6 0 0 14-15 31-43c12 16 23 34 32 52l7 13 0-1c10 25 14 52 14 79 0 39-10 78-31 112-20 33-47 61-81 81-27 18-58 28-90 30l-9 1z" />
|
||||
<glyph glyph-name="eye-open" horiz-adv-x="1000" unicode="𓱀" d="M500 683c103 0 198-25 285-76 85-50 153-117 203-201 8-13 12-27 12-42 0-15-4-29-12-42-50-84-118-151-203-201-87-51-182-77-285-77-103 0-198 26-285 77-85 50-153 117-203 201-8 13-12 27-12 42 0 15 4 29 12 42 50 84 118 151 203 201 87 51 182 76 285 76z m0-83c-43 0-82-11-118-32-36-21-65-50-86-86-21-36-32-75-32-118 0-43 11-82 32-118 21-36 50-65 86-86 36-21 75-32 118-32 43 0 82 11 118 32 36 21 65 50 86 86 21 36 32 75 32 118 0 43-11 82-32 118-21 36-50 65-86 86-36 21-75 32-118 32z m0-56c50 0 92-17 128-52 35-36 53-78 53-128 0-50-18-92-53-128-36-35-78-53-128-53-50 0-92 18-128 53-35 36-53 78-53 128 0 30 7 58 21 85 0-21 8-38 22-53 14-14 32-22 53-22 21 0 38 8 53 22 14 15 22 32 22 53 0 21-8 38-22 53-15 14-32 22-53 22 27 14 55 20 85 20z" />
|
||||
<glyph glyph-name="featured" horiz-adv-x="1000" unicode="𓲹" d="M500 16l243-146c44-27 98 12 87 63l-65 276 215 185c39 34 18 99-34 103l-282 24-110 260c-20 48-88 48-108 0l-110-260-282-24c-52-4-73-68-34-102l215-186-65-276c-11-50 43-90 88-63l242 146z" />
|
||||
<glyph glyph-name="feed" horiz-adv-x="1000" unicode="𓱁" d="M141 131c78 0 141-63 141-140 0-78-63-141-141-141-78 0-141 63-141 141 0 77 63 140 141 140z m-141 259c0 55 48 100 103 91 271-43 485-257 529-528 8-55-37-103-91-103-43 0-78 30-89 70l-2 9c-32 183-173 329-353 368l-18 3c-45 8-79 45-79 90z m92 460l9 0c474-48 851-425 899-899 5-54-38-101-92-101-47 0-86 35-90 83-39 388-348 696-736 735-46 5-82 43-82 90 0 51 42 92 92 92z" />
|
||||
<glyph glyph-name="field-group" horiz-adv-x="1000" unicode="𓱂" d="M314 92c51-38 86-97 89-164l0-10 0-14c0-21-16-37-36-40l-4 0-323 0c-21 0-38 16-40 36l0 4 0 14c0 72 35 134 89 174 28-31 68-51 112-51 45 0 85 20 113 51z m564 0c51-38 86-97 89-164l0-10 0-14c0-21-16-37-36-40l-5 0-322 0c-21 0-38 16-40 36l0 4 0 14c0 72 35 134 89 174 28-31 67-51 112-51 45 0 85 20 113 51z m-676 205c60 0 109-48 109-108 0-60-49-108-109-108-61 0-110 48-110 108 0 60 49 108 110 108z m563 0c61 0 110-48 110-108 0-60-49-108-110-108-60 0-109 48-109 108 0 60 49 108 109 108z m-282 44c10 0 19-8 20-17l1-3 0-91 84-84c8-7 8-20 0-28-7-7-18-7-26-2l-2 2-77 75-76-75c-8-7-20-7-28 0-7 7-8 18-3 26l3 2 84 84 0 91c0 11 9 20 20 20z m113 270c51-37 86-96 89-164l0-9 0-14c0-21-16-38-36-40l-5 0-322 0c-21 0-38 15-40 35l0 5 0 14c0 71 35 134 89 173 28-31 68-50 112-50 45 0 85 19 113 50z m-113 206c61 0 110-49 110-108 0-60-49-109-110-109-60 0-109 49-109 109 0 59 49 108 109 108z" />
|
||||
<glyph glyph-name="fields" horiz-adv-x="1000" unicode="𓱃" d="M292 817c18 0 33-15 33-33 0-18-15-32-33-32l-97 0 0-780 97 0c18 0 33-14 33-32 0-18-15-32-33-32l-259 0c-18 0-33 14-33 32 0 18 15 32 33 32l97 0 0 780-97 0c-18 0-33 14-33 32 0 18 15 33 33 33l259 0z m615-195c37 0 67-30 67-67l0-386c0-35-27-64-62-66l-5-1-581 0c-36 0-66 30-66 67l0 386c0 37 30 67 66 67l581 0z" />
|
||||
<glyph glyph-name="file-add" horiz-adv-x="1000" unicode="𓱄" d="M133 850l527 0c7 0 14-2 20-7l3-3 174-174c5-5 9-11 10-19l0-4 0-293c0-17-13-31-29-33l-4-1-47 0c-17 0-31 13-33 30l0 4 0 160c0 17-13 31-30 33l-4 0-160 0 0 155c0 17-13 31-29 32l-4 1-280 0c-18 0-32-13-33-30l-1-3 0-708c0-17 13-31 30-33l4 0 120 0c17 0 31-13 33-29l0-4 0-41c0-17-13-31-29-33l-4 0-234 0c-17 0-31 13-33 29l0 4 0 934c0 17 13 31 29 33l4 0 527 0-527 0z m548-660l31 0c22 0 39-16 41-37l0-4 0-72 73 0c21 0 38-17 40-37l1-4 0-32c0-21-16-38-37-41l-4 0-73 0 0-72c0-21-16-39-36-41l-5 0-31 0c-21 0-39 16-41 37l0 4 0 72-72 0c-21 0-39 16-41 37l0 4 0 32c0 21 16 38 37 40l4 1 72 0 0 72c0 21 16 39 37 41l4 0 31 0-31 0z" />
|
||||
<glyph glyph-name="file-check" horiz-adv-x="1000" unicode="𓱅" d="M133 850l527 0c7 0 14-2 20-7l3-3 174-174c5-5 9-11 10-19l0-4 0-293c0-17-13-31-29-33l-4-1-47 0c-17 0-31 13-33 30l0 4 0 160c0 17-13 31-30 33l-4 0-160 0 0 155c0 17-13 31-29 32l-4 1-280 0c-18 0-32-13-33-30l-1-3 0-708c0-17 13-31 30-33l4 0 120 0c17 0 31-13 33-29l0-4 0-41c0-17-13-31-29-33l-4 0-234 0c-17 0-31 13-33 29l0 4 0 934c0 17 13 31 29 33l4 0 527 0-527 0z m514-865l269 269c18 17 46 17 64 0 16-17 17-43 3-60l-3-4-301-301c-16-16-42-17-60-3l-4 3-118 119c-18 18-18 46 0 64 16 16 42 17 60 3l3-3 87-87 269 269-269-269z" />
|
||||
<glyph glyph-name="file-minus" horiz-adv-x="1000" unicode="𓱆" d="M133 850l527 0c7 0 14-2 20-7l3-3 174-174c5-5 9-11 10-19l0-4 0-293c0-17-13-31-29-33l-4-1-47 0c-17 0-31 13-33 30l0 4 0 160c0 17-13 31-30 33l-4 0-160 0 0 155c0 17-13 31-29 32l-4 1-280 0c-18 0-32-13-33-30l-1-3 0-708c0-17 13-31 30-33l4 0 120 0c17 0 31-13 33-29l0-4 0-41c0-17-13-31-29-33l-4 0-234 0c-17 0-31 13-33 29l0 4 0 934c0 17 13 31 29 33l4 0 527 0-527 0z m700-767c19 0 34-15 34-33l0-33c0-19-15-34-34-34l-266 0c-19 0-34 15-34 34l0 33c0 18 15 33 34 33l266 0z" />
|
||||
<glyph glyph-name="file-remove" horiz-adv-x="1000" unicode="𓱇" d="M133 850l527 0c7 0 14-2 20-7l3-3 174-174c5-5 9-11 10-19l0-4 0-293c0-17-13-31-29-33l-4-1-47 0c-17 0-31 13-33 30l0 4 0 160c0 17-13 31-30 33l-4 0-160 0 0 155c0 17-13 31-29 32l-4 1-280 0c-18 0-32-13-33-30l-1-3 0-708c0-17 13-31 30-33l4 0 120 0c17 0 31-13 33-29l0-4 0-41c0-17-13-31-29-33l-4 0-234 0c-17 0-31 13-33 29l0 4 0 934c0 17 13 31 29 33l4 0 527 0-527 0z m564-750l51 51c15 15 38 16 54 3l4-3 22-22c15-15 16-38 3-54l-3-4-51-51 51-51c15-15 16-39 3-55l-3-3-22-22c-15-15-38-16-55-4l-3 4-51 51-51-51c-15-15-39-16-55-4l-3 4-22 22c-15 15-16 38-4 54l4 4 51 51-51 51c-15 15-16 38-4 54l4 4 22 22c15 15 38 16 54 3l4-3 51-51 51 51-51-51z" />
|
||||
<glyph glyph-name="file" horiz-adv-x="1000" unicode="𓱈" d="M590 642c23 0 44-9 60-25l201-201c15-16 24-37 24-59l0-382c0-46-37-83-83-83l-459 0c-46 0-83 37-83 83l0 583c0 46 38 84 83 84l257 0z m-423 166l458 0c23 0 42-18 42-41 0-22-17-40-38-42l-4 0-417 0c-21 0-39-16-41-37l0-5 0-500c0-23-19-41-42-41-21 0-39 16-41 37l-1 4 0 542c0 44 35 80 78 83l6 0 458 0-458 0z m416-229l0-187c0-23 19-42 42-42l188 0-230 229z" />
|
||||
<glyph glyph-name="filter" horiz-adv-x="1000" unicode="𓱉" d="M456 83l88 0c25 0 45 20 45 45 0 24-20 44-45 44l-88 0c-25 0-45-20-45-44 0-25 20-45 45-45z m-356 489c0-24 20-44 44-44l712 0c24 0 44 20 44 44 0 25-20 45-44 45l-712 0c-24 0-44-20-44-45z m178-266l444 0c25 0 45 20 45 44 0 24-20 44-45 44l-444 0c-25 0-45-20-45-44 0-24 20-44 45-44z" />
|
||||
<glyph glyph-name="first" horiz-adv-x="1000" unicode="𓱊" d="M222 683c31 0 56-25 56-55l0-556c0-30-25-55-56-55-30 0-55 25-55 55l0 556c0 30 25 55 55 55z m262-293l255 255c21 21 56 21 78 0 20-21 22-53 4-74l-4-5-216-216 216-216c21-21 21-57 0-78-20-20-52-21-74-4l-4 4-255 255c-20 20-22 52-4 74l4 5 255 255-255-255z" />
|
||||
<glyph glyph-name="flag" horiz-adv-x="1000" unicode="𓱋" d="M122 817l389 0c26 0 47-14 54-38l18-72 0-439-406 0 0-330c0-27-28-55-55-55-26 0-52 24-55 50l0 5 0 824c0 26 24 51 49 54l6 1 389 0-389 0z m516-165l252 0c26 0 52-24 55-50l0-5 0-439c0-26-24-52-50-55l-5 0-285 0c-26 0-46 14-54 38l-1 6-11 66 99 0 0 439 252 0-252 0z" />
|
||||
<glyph glyph-name="folder-close" horiz-adv-x="1000" unicode="𓱌" d="M55 683l329 0c32 0 61-15 80-40 2-3 4-6 6-10l2-4 32-64c16-31 47-51 81-54l7 0 355 0c5 0 11-1 16-3 22-7 37-27 37-50l0-5-32-405c-2-26-23-47-49-49l-4 0-813 0c-27 0-49 19-54 45l0 5-48 575c-1 15 4 30 15 42 9 10 21 16 35 17l5 0 329 0-329 0z m855-40c29 0 53-24 53-53l0-18c0-4-1-7-4-9-2-2-5-3-8-3l-359 1 0 0c-18 0-35 10-43 27l-19 37c-2 4-2 8 0 12 2 3 6 5 10 6l370 0z" />
|
||||
<glyph glyph-name="folder-open" horiz-adv-x="1000" unicode="𓱍" d="M63 560l220 0c25 0 47-15 57-37l2-5 23-68c2-7 8-12 16-13l3-1 554 0c34 0 62-27 62-61 0-27-4-52-12-77l-4-10-90-238c-14-38-51-64-91-67l-7 0-588 0c-44 0-83 27-98 68l-2 6-83 274c-17 54-25 110-25 167 0 33 25 59 58 62l5 0 220 0-220 0z m125 123l625 0c55 0 100-43 104-97l0-6 0-82c0-10-8-19-18-20l-3 0-482 0c-8 0-15 4-18 11l-2 3-13 39c-13 40-50 67-92 70l-6 0-167 0c-8 0-15 4-18 10-4 7-4 15 0 21 17 30 49 49 83 51l7 0 625 0-625 0z" />
|
||||
<glyph glyph-name="folder-plus" horiz-adv-x="1000" unicode="𓱎" d="M417 717c37 0 66-30 66-67l0-17 259 0c37 0 66-29 66-66l25 0c37 0 67-30 67-67l0-425c0-37-30-67-67-67l-700 0c-36 0-66 30-66 67l0 575c0 37 30 67 66 67l284 0z m83-300c-8 0-14-5-17-12l0-5-1 0 0-1 0-98-98 0c-9 0-17-8-17-18 0-8 6-16 15-17l2 0 98 0 0-98c0-10 8-18 18-18 9 0 16 6 18 15l0 3 0 98 98 0c9 0 17 8 17 17 0 9-6 17-15 18l-2 0-98 0 0 98c0 10-8 18-18 18z" />
|
||||
<glyph glyph-name="folder-remove" horiz-adv-x="1000" unicode="𓱏" d="M417 717c37 0 66-30 66-67l0-17 259 0c37 0 66-29 66-66l25 0c37 0 67-30 67-67l0-425c0-37-30-67-67-67l-700 0c-36 0-66 30-66 67l0 575c0 37 30 67 66 67l284 0z m199-416l-232 0c-9 0-17-8-17-18 0-8 6-16 15-17l2 0 232 0c9 0 17 8 17 17 0 10-8 18-17 18z" />
|
||||
<glyph glyph-name="forward" horiz-adv-x="1000" unicode="𓱐" d="M509 506l0 68c0 38 46 57 73 30l239-239c17-17 17-43 0-60l-239-239c-27-27-73-8-73 30l0 68-300 0c-23 0-42 19-42 43l0 256c0 24 19 43 42 43l300 0z" />
|
||||
<glyph glyph-name="gift" horiz-adv-x="1000" unicode="𓱑" d="M429 350l0-500-215 0c-76 0-139 60-142 136l-1 7 0 357 358 0z m500 0l0-357c0-77-61-139-136-143l-7 0-215 0 0 500 358 0z m-786 500l214 0c79 0 143-64 143-143 0 77 60 139 136 143l7 0 214 0 0-71c0-52-19-99-50-136l-5-7 127 0c37 0 68-30 71-67l0-5 0-143-1000 0 0 143c0 38 29 69 66 72l5 0 128 0c-33 36-54 82-56 133l0 10 0 71 214 0-214 0z m214-71l-143 0c0-77 61-139 136-143l7 0 72 0 0 71c0 38-30 69-67 71l-5 1z m429 0l-143 0c-38 0-69-30-71-67l-1-5 0-71 72 0c76 0 139 60 143 136l0 7z" />
|
||||
<glyph glyph-name="global" horiz-adv-x="1000" unicode="𓱒" d="M484-117c247 0 449 204 449 450 0 247-203 450-450 450-246 0-450-203-450-450 0-246 204-450 451-450z m-128 663c25 65 61 113 99 129l0-139c-35 1-68 5-99 10z m155 129c39-16 74-64 99-129-30-5-63-9-99-10l0 139z m105-20c41-17 78-42 110-72-18-9-38-17-59-24-14 37-31 69-51 96z m-374-72c31 30 68 55 109 72-20-27-37-59-51-96-22 7-41 15-58 24z m463-221c-2 52-10 101-21 145 29 9 56 20 78 33 38-50 62-112 68-178l-125 0z m-567 0c5 66 29 128 66 178 23-13 49-24 79-33-12-44-19-93-21-145l-124 0z m181 0c2 46 9 91 20 131 36-7 76-12 116-13l0-118-136 0z m192 0l0 118c41 1 81 6 117 13 10-40 18-85 20-131l-137 0z m-373-56l124 0c1-53 9-103 21-147-29-10-56-21-78-33-38 51-62 112-67 180z m181 0l136 0 0-120c-40-2-80-6-116-13-11 41-18 86-20 133z m192-120l0 120 137 0c-2-47-10-92-20-133-36 7-76 11-117 13z m173-27c12 44 19 94 21 147l125 0c-6-68-30-129-68-180-22 12-49 23-78 33z m-328-39c31 5 64 8 99 10l0-139c-38 16-74 64-99 129z m155 10c36-2 69-5 99-10-25-65-60-113-99-129l0 139z m-269-47c17 9 37 17 58 23 13-36 30-67 49-93-40 17-76 41-107 70z m425 23c21-6 41-14 58-23-31-30-67-53-108-70 20 26 36 57 50 93z" />
|
||||
<glyph glyph-name="grayscale" horiz-adv-x="1000" unicode="𓱓" d="M877 285c0-211-171-382-381-382l0 900c0 0 224-191 294-276 55-66 87-150 87-242z m-46 0c0-17-2-35-4-52 1 4 1 8 2 13-5-34-14-66-27-97 2 4 3 7 5 11-13-30-30-59-50-85 3 4 5 7 8 10-20-26-43-49-69-69 3 3 6 5 9 7-26-20-54-36-84-49 4 1 7 3 11 5-31-13-63-22-97-27 4 1 9 1 13 2-35-5-69-5-104 0 4-1 9-1 13-2-34 5-66 14-97 27 4-2 7-4 11-5-30 13-58 30-84 49 3-2 6-4 9-7-26 20-49 43-69 69 3-3 5-6 8-10-20 26-37 55-50 85 2-4 3-7 5-11-13 31-22 63-27 97 1-5 2-9 2-13-5 34-5 69 0 103-1-4-1-8-2-12 5 33 14 66 27 97-2-4-3-7-5-11 13 30 30 59 50 85-2-3-5-6-7-9 18 22 38 43 58 64 25 24 50 48 75 71 46 42 92 83 139 124 10 8 19 17 29 25-22 0-44 0-66 0 28-24 56-48 83-72 51-45 103-91 152-140 23-23 46-46 67-72-3 3-5 6-8 9 21-26 37-55 50-85-1 4-3 7-4 11 13-31 22-64 26-97 0 4-1 8-1 12 1-17 3-34 3-51 0-24 21-48 46-47 25 1 47 21 47 47 0 72-19 143-53 207-24 44-58 82-93 117-33 34-67 65-101 97-32 29-65 58-97 86-17 15-34 29-50 44-1 0-1 0-1 0-9 8-21 15-33 14-13-1-23-5-33-14-21-17-41-35-61-53-43-37-85-75-127-114-37-35-75-70-108-110-14-18-28-37-40-57-12-20-21-41-30-62-17-41-25-85-28-129-5-76 11-153 46-220 32-65 81-119 140-160 61-42 132-66 205-72 75-7 150 8 218 39 65 30 121 78 164 135 22 30 38 61 52 95 14 34 22 70 27 107 2 17 3 33 3 50 0 24-22 48-47 47-25-2-46-21-46-47z" />
|
||||
<glyph glyph-name="grid-advance" horiz-adv-x="1000" unicode="𓱔" d="M621 175l0-213-264 0 0 213 264 0z m357 0l0-72c0-89-46-138-132-141l-8 0-136 0 0 213 276 0z m-702 0l0-213-136 0c-91 0-140 49-140 141l0 72 276 0z m702 280l0-198-276 0 0 198 276 0z m-702 0l0-198-276 0 0 198 276 0z m345 0l0-198-264 0 0 198 264 0z m0 295l0-212-264 0 0 212 264 0z m217 0c89 0 137-46 140-133l0-8 0-71-276 0 0 212 136 0z m-562 0l0-212-276 0 0 71c0 89 46 138 132 141l8 0 136 0z" />
|
||||
<glyph glyph-name="grid-view" horiz-adv-x="1000" unicode="𓱕" d="M117 303l219 0c62 0 114-49 117-111l0-6 0-219c0-62-49-113-111-117l-6 0-219 0c-62 0-113 49-117 111l0 6 0 219c0 62 49 114 111 117l6 0z m547 0l219 0c62 0 113-49 117-111l0-6 0-219c0-62-49-113-111-117l-6 0-219 0c-62 0-114 49-117 111l0 6 0 219c0 62 49 114 111 117l6 0 219 0-219 0z m-328 547c62 0 114-49 117-111l0-6 0-219c0-62-49-114-111-117l-6 0-219 0c-62 0-113 49-117 111l0 6 0 219c0 62 49 113 111 117l6 0 219 0z m547 0c62 0 113-49 117-111l0-6 0-219c0-62-49-114-111-117l-6 0-219 0c-62 0-114 49-117 111l0 6 0 219c0 62 49 113 111 117l6 0 219 0z" />
|
||||
<glyph glyph-name="grid" horiz-adv-x="1000" unicode="𓱖" d="M833 767l-666 0c-46 0-84-38-84-84l0-666c0-46 38-84 84-84l666 0c46 0 84 38 84 84l0 666c0 46-38 84-84 84z m-500-750l-125 0c-23 0-41 18-41 41l0 125 166 0 0-166z m0 250l-166 0 0 166 166 0 0-166z m0 250l-166 0 0 125c0 23 18 41 41 41l125 0 0-166z m250-500l-166 0 0 166 166 0 0-166z m0 250l-166 0 0 166 166 0 0-166z m0 250l-166 0 0 166 166 0 0-166z m209-500l-125 0 0 166 166 0 0-125c0-23-18-41-41-41z m41 250l-166 0 0 166 166 0 0-166z m0 250l-166 0 0 166 125 0c23 0 41-18 41-41l0-125z" />
|
||||
<glyph glyph-name="groups" horiz-adv-x="1000" unicode="𓱗" d="M193 301c47 0 85-14 113-33-57-47-87-124-64-166l3-4-196 0c-36 0-49 15-49 41 0 73 76 162 193 162z m606 0c117 0 193-89 193-162 0-25-12-40-43-41l-6 0-196 0c28 41-2 122-62 170 29 19 67 33 114 33z m-303-1c136 0 221-95 221-164 0-25-15-38-58-38l-326 0c-44 0-59 13-59 38 0 69 86 164 222 164z m-303 247c49 0 92-44 92-101 0-59-42-105-92-105-50 0-92 46-92 104 0 57 42 102 92 102z m606 0c49 0 92-45 92-102 0-58-42-104-92-104-50 0-92 46-92 105 0 57 42 101 92 101z m-303 36c57 0 106-50 106-116 0-67-49-119-106-119-57 0-106 52-106 119 0 65 49 116 106 116z" />
|
||||
<glyph glyph-name="health" horiz-adv-x="1000" unicode="𓱘" d="M493 850c273 0 494-223 494-499 0-277-221-501-494-501-273 0-493 224-493 501 0 276 220 499 493 499z m-224-563l89 137c10 16 35 13 41-4l74-180 92 332c6 22 36 24 44 3l113-288 134 0c32 0 32-59 0-59-52 0-105 0-157 0-10 0-19 6-22 15-29 72-56 142-84 213l-90-327c-6-22-36-24-44-4l-88 212-64-98c-5-6-12-11-19-11l-157 0c-32 0-32 59 0 59l138 0z" />
|
||||
<glyph glyph-name="heart-stroke" horiz-adv-x="1000" unicode="𓱙" d="M881 734c-135 89-294 50-383-55-90 105-249 144-383 55-70-50-110-130-115-214-5-194 164-348 428-587l5-5c40-35 94-35 134 0l5 5c264 239 433 393 428 587-10 84-50 164-119 214z m-378-721l-5-5-5 5c-244 218-403 363-393 512 5 35 15 65 39 94 90 110 239 70 299-20 15-19 35-29 55-29l10 0c24 0 44 15 59 29 60 90 209 130 299 20 20-24 34-59 39-94 5-149-154-294-397-512z" />
|
||||
<glyph glyph-name="heart" horiz-adv-x="1000" unicode="𓱚" d="M568-73c-38-34-97-34-135 1l-5 5c-263 237-434 393-428 586 3 85 47 167 117 215 132 90 295 48 383-55 88 103 251 145 383 55 70-48 114-130 117-215 7-193-165-349-427-587l-5-5z" />
|
||||
<glyph glyph-name="home" horiz-adv-x="1000" unicode="𓱛" d="M500 649c4 0 8-2 12-6l356-322 0-299c0-59-37-95-98-95l-163 0 0 297c0 19-13 32-32 32l-149 0c-19 0-32-13-32-32l0-297-164 0c-61 0-98 36-98 95l0 298 355 323c4 4 8 6 13 6z m239 168l66 0c17 0 29-11 31-27l0-3 0-249 149-136c11-10 15-20 15-33 0-23-18-39-42-39-12 0-23 5-31 12l-414 378c-4 4-8 5-13 5-4 0-7-1-10-3l-3-2-410-374c-10-10-21-16-35-16-23 0-42 16-42 39 0 12 4 21 12 30l3 3 427 389c17 16 37 24 58 24 19 0 37-6 53-20l6-4 149-137 0 133c0 16 10 28 27 30l4 0 66 0-66 0z" />
|
||||
<glyph glyph-name="html" horiz-adv-x="1000" unicode="𓳠" d="M100 817l75-847 335-112 337 112 74 847-821 0z m659-274l-393 0 9-106 376 0-30-317-209-58 0 0-2 0-211 58-13 162 102 0 7-81 115-31 115 31 12 133-357 0-27 311 516 0-10-102z" />
|
||||
<glyph glyph-name="increase-contrast" horiz-adv-x="1000" unicode="𓯥" d="M500 849c275 0 499-224 499-499 0-276-224-499-499-499-275 0-499 223-499 499 0 275 224 499 499 499z m0-100c-220 0-399-179-399-399 0-220 179-399 399-399 220 0 399 179 399 399 0 220-179 399-399 399z m0-698l0 598c165 0 299-134 299-299 0-162-129-294-290-299l-9 0 0 598 0-598z" />
|
||||
<glyph glyph-name="info-bubble" horiz-adv-x="1000" unicode="𓱜" d="M811 817l-651 0c-52 0-93-42-93-93l0-652c0-51 42-93 93-93l186 0 106-106c19-19 48-19 66 0l107 106 186 0c51 0 93 42 93 93l0 652c0 51-42 93-93 93z m-279-745l-93 0 0 93 93 0 0-93z m96 361l-42-43c-27-27-46-51-52-96-2-20-19-35-39-35l-15 0c-24 0-42 21-39 45 5 43 24 80 53 109l58 59c16 17 26 40 26 66 0 51-41 93-93 93-40 0-75-27-87-63-7-17-21-30-39-30l-14 0c-27 0-46 26-38 52 23 77 94 134 178 134 103 0 187-84 187-186 0-41-17-79-44-105z" />
|
||||
<glyph glyph-name="info-circle" horiz-adv-x="1000" unicode="𓱝" d="M500 850c276 0 500-224 500-500 0-276-224-500-500-500-276 0-500 224-500 500 0 276 224 500 500 500z m0-100c-221 0-400-179-400-400 0-220 179-400 400-400 221 0 400 180 400 400 0 221-179 400-400 400z m-50-350l50 0c26 0 47-20 50-45l0-5 0-150c28 0 50-22 50-50 0-26-20-47-45-50l-5 0-50 0c-26 0-47 20-50 45l0 5 0 150c-28 0-50 22-50 50 0 26 20 47 45 50l5 0z m50 205c30 0 55-25 55-55 0-30-25-55-55-55-30 0-55 25-55 55 0 30 25 55 55 55z" />
|
||||
<glyph glyph-name="info" horiz-adv-x="1000" unicode="𓱞" d="M584 431c-1-55 0-109 0-163l0-162c0-4 0-8 0-12l11-3c30-5 51-33 49-64-3-31-28-55-59-55-41-1-81-1-122 0-32 0-58 25-59 57-3 29 18 55 47 62 4 1 7 2 12 3l0 283 0 0c-3 1-7 1-10 2-30 5-52 33-49 63 2 32 29 57 61 56l26-1c4 0 9 0 13 0l13 1c34 2 67-21 67-67z m-80 269c44-1 79-37 79-81 0-44-36-80-80-80-44 1-80 37-80 81 1 44 37 80 81 80z" />
|
||||
<glyph glyph-name="joomla" horiz-adv-x="1000" unicode="𓱟" d="M183 348l-19 19c-59 60-77 144-55 219-59 14-104 67-104 130 0 73 60 132 133 132 66 0 121-47 131-111 72 18 150-2 206-58l7-7-98-99-7 8c-32 31-84 31-116 0-31-32-31-84 0-116l19-19 98-98 104-103-98-99-104 104-97 98 0 0z m110 109l103 104 99 98 19 19c58 59 143 77 218 56 9 65 64 114 131 114 73 0 133-59 133-132 0-68-51-124-116-132 22-74 3-157-56-216l-7-7-98 98 7 7c32 32 32 84 0 116-31 31-83 31-115 0l-19-19-98-100-104-104-97 98 0 0z m440-494c-75-23-160-4-220 56l-8 7 99 98 7-7c31-32 84-32 115 0 32 31 32 83 0 115l-19 19-98 98-104 104 99 96 103-103 98-99 19-19c57-56 76-135 59-207 65-9 114-65 114-131 0-73-59-133-132-133-66 0-119 45-132 106l0 0z m-37 275l-104-103-98-98-19-19c-57-57-136-76-209-58-14-59-67-103-130-103-73 0-132 60-132 133 0 63 43 115 101 129-18 72 1 153 58 209l7 8 99-99-8-7c-31-31-31-83 0-115 32-32 84-32 116 0l19 19 98 98 103 104 99-98 0 0z" />
|
||||
<glyph glyph-name="lamp" horiz-adv-x="1000" unicode="𓱠" d="M500 14c22 0 39-16 41-37l0-4 0-40c0-22-16-39-37-41l-4 0c-22 0-39 16-41 37l-1 4 0 40c0 21 16 39 37 41l5 0z m303 89l3-3 17-16c16-16 16-43 0-59-16-15-39-16-56-3l-3 3-16 16c-17 17-17 42 0 59 14 14 35 16 51 6l4-3 0 0z m-555 0l4-3c15-15 16-39 3-55l-3-3-16-17c-16-16-43-16-59 0-15 16-16 39-3 56l3 3 16 16c15 16 39 17 55 3z m169 662l166 0c22 0 40-17 42-38l0-4 0-159c75-43 125-124 125-216 0-148-130-267-281-248-109 13-199 100-216 209-16 105 34 200 115 251l7 4 0 159c0 21 17 39 37 41l5 1 166 0-166 0z m-292-375c22 0 39-16 41-37l0-5c0-22-16-39-37-41l-4 0-42 0c-22 0-39 16-41 37l0 4c0 22 16 39 37 41l4 1 42 0z m792 0c21 0 39-16 41-37l0-5c0-22-16-39-37-41l-4 0-42 0c-22 0-39 16-41 37l-1 4c0 22 16 39 37 41l5 1 42 0z" />
|
||||
<glyph glyph-name="last" horiz-adv-x="1000" unicode="𓱡" d="M778 683c30 0 55-25 55-55l0-556c0-30-25-55-55-55-31 0-56 25-56 55l0 556c0 30 25 55 56 55z m-517-38l255-255c22-22 22-57 0-79l-255-255c-21-21-56-21-78 0-21 21-21 57 1 78l215 216-216 216c-22 22-22 57 0 79 22 21 57 21 78 0z" />
|
||||
<glyph glyph-name="learn" horiz-adv-x="1000" unicode="𓱢" d="M792 301l0-117c0-29-15-55-38-70l-6-4-208-113c-23-13-50-14-74-3l-6 3-208 113c-25 14-41 40-43 68l-1 6 0 117 252-138c23-12 50-13 74-3l6 3 252 138z m-683 211l351 191c23 13 50 14 74 3l6-3 397-216c12-7 20-18 21-32l0-5 0-267c0-23-18-41-41-41-22 0-40 16-42 37l0 4 0 247-335-183c-23-13-50-14-74-3l-6 3-351 191c-28 15-29 54-4 71l4 3 351 191-351-191z" />
|
||||
<glyph glyph-name="lighting" horiz-adv-x="1000" unicode="𓱣" d="M292 725l0-375c0-23 18-42 41-42l84 0 0-298c0-21 28-28 38-10l217 371c16 28-4 62-36 62l-94 0 103 277c11 28-9 57-38 57l-274 0c-23 0-41-19-41-42z" />
|
||||
<glyph glyph-name="link" horiz-adv-x="1000" unicode="𓱤" d="M134 309l162 163c89 90 234 90 323 0 12-11 21-24 29-37l6-9-75-76c-4-4-8-6-12-8-6 18-15 35-29 49-43 43-112 45-157 4l-4-4-162-163c-45-45-45-118 0-163 43-43 112-44 157-4l5 4 57 58c43-17 89-22 135-17l11 1-123-123c-89-90-234-90-323 0-88 88-90 229-6 319l6 6 162 163-162-163z m728 407c89-90 89-235 0-325l-162-163c-89-90-234-90-323 0-15 14-26 30-35 46l75 76c4 4 8 6 12 8 5-18 14-35 28-49 45-44 118-44 162 0l162 163c45 45 45 118 0 163-45 45-117 45-162 0l-57-58c-47 18-97 23-146 16l122 123c90 90 235 90 324 0z" />
|
||||
<glyph glyph-name="list-thin" horiz-adv-x="1000" unicode="𓱥" d="M154 165l65 0c29 0 54-24 54-54 0-27-22-51-49-53l-5 0-65 0c-30 0-54 24-54 53 0 28 22 51 49 54l5 0z m725-6c27 0 48-21 48-48 0-26-21-47-48-47l-480 0c-27 0-48 21-48 47 0 27 21 48 48 48l480 0z m-660 249c29 0 54-24 54-54 0-28-22-51-49-53l-5-1-65 0c-30 0-54 25-54 54 0 28 22 51 49 53l5 1 65 0z m660-6c27 0 48-22 48-48 0-25-19-45-43-47l-5 0-480 0c-27 0-48 21-48 47 0 25 19 45 43 47l5 1 480 0z m-660 248c29 0 54-24 54-54 0-27-22-50-49-53l-5 0-65 0c-30 0-54 24-54 53 0 29 22 51 49 54l5 0 65 0z m660-6c27 0 48-21 48-48 0-24-19-45-43-47l-5 0-480 0c-27 0-48 21-48 47 0 26 19 45 43 48l5 0 480 0z" />
|
||||
<glyph glyph-name="list" horiz-adv-x="1000" unicode="𓱦" d="M250 225c22 0 39-16 42-37l0-5 0-83c0-21-17-39-38-41l-4-1-83 0c-22 0-40 17-42 38l0 4 0 83c0 22 17 40 37 42l5 0 83 0z m542 0c21 0 39-16 41-37l0-5 0-83c0-21-16-39-37-41l-4-1-417 0c-21 0-39 17-41 38l-1 4 0 83c0 22 17 40 38 42l4 0 417 0z m-542 208c22 0 39-16 42-37l0-4 0-84c0-21-17-39-38-41l-4 0-83 0c-22 0-40 16-42 37l0 4 0 84c0 21 17 39 37 41l5 0 83 0z m542 0c21 0 39-16 41-37l0-4 0-84c0-21-16-39-37-41l-4 0-417 0c-21 0-39 16-41 37l-1 4 0 84c0 21 17 39 38 41l4 0 417 0z m-625 209l83 0c22 0 39-17 42-38l0-4 0-83c0-22-17-40-38-42l-4 0-83 0c-22 0-40 17-42 37l0 5 0 83c0 22 17 39 37 42l5 0z m208 0l417 0c21 0 39-17 41-38l0-4 0-83c0-22-16-40-37-42l-4 0-417 0c-21 0-39 17-41 37l-1 5 0 83c0 22 17 39 38 42l4 0z" />
|
||||
<glyph glyph-name="location-alt" horiz-adv-x="1000" unicode="𓱧" d="M620 313c173-14 335-94 335-208 0-121-179-212-461-212-282 0-461 91-461 212 0 114 162 194 335 208l0-97c-113-9-224-51-224-106 0-71 146-118 350-118 203 0 350 47 350 118 0 55-111 97-224 106l0 97z m-125 537c98 0 176-81 176-180 0-78-49-144-118-169l-7-3 0-258c0-91-31-165-51-165-20 0-50 70-52 157l0 8 0 259c-72 23-124 91-124 171 0 99 78 180 176 180z m-50-67c-32 0-60-28-60-62 0-33 28-61 60-61 33 0 60 28 60 61 0 34-27 62-60 62z" />
|
||||
<glyph glyph-name="location" horiz-adv-x="1000" unicode="𓱨" d="M620 127l25 87 17-2c140-15 281-58 281-167 0-151-266-175-430-176l-24 0c-165 2-422 28-422 176 0 113 153 155 299 169l24-87-20-2c-127-13-216-44-216-80 0-48 151-87 340-88l11 0c194 0 351 39 351 88 0 38-99 70-236 82z m-111 723c126 0 228-102 228-227 0-61-78-250-235-568l-29 64c-127 284-191 452-191 504 0 125 102 227 227 227z m-7-114c-62 0-113-50-113-113 0-63 51-114 113-114 63 0 114 51 114 114 0 63-51 113-114 113z" />
|
||||
<glyph glyph-name="lock" horiz-adv-x="1000" unicode="𓱩" d="M818 360c30 0 55-25 55-55l0-399c0-15-6-29-16-40-10-10-25-16-39-16l-621 0c-15 0-29 6-40 16-10 11-16 25-16 40l0 399c0 30 25 55 56 55l621 0z m-301-177c-46 0-84-37-84-83 0-46 38-83 84-83 46 0 83 37 83 83 0 46-37 83-83 83z m123 627c78-46 125-128 127-218l0-166c0-9-7-16-16-16l-72 0c-9 0-16 7-16 16l0 156c2 56-27 108-75 136-48 29-107 29-155 1-46-27-74-76-76-128l0-165c0-9-7-16-16-16l-71 0c-9 0-17 7-17 16l0 157c-2 93 47 180 127 227 80 47 180 47 260 0z" />
|
||||
<glyph glyph-name="logs" horiz-adv-x="1000" unicode="𓳑" d="M521 386l48-119 306 0 0-334c0-44-35-80-78-83l-5 0-709 0c-44 0-80 35-83 78l0 5 0 292 250 0 83-208 42 0 146 369z m-438 339l584 0c0-112 89-204 200-208l8 0 0-167-250 0-83 208-42 0-146-369-48 119-306 0 0 334c0 44 35 80 78 83l5 0z m792 125c69 0 125-56 125-125 0-69-56-125-125-125-69 0-125 56-125 125 0 69 56 125 125 125z" />
|
||||
<glyph glyph-name="loop" horiz-adv-x="1000" unicode="𓱪" d="M128 494c13 33 54 41 79 17 13-14 19-33 11-51-14-33-21-71-21-109 0-158 126-286 282-291l9 0 0 87c0 21 23 31 39 20l2-3 135-135c9-9 10-22 3-32l-3-2-135-136c-14-14-38-6-41 14l0 3 0 87c-214 0-388 174-388 388 0 50 10 99 28 143z m183 213l136 136c14 14 38 6 41-14l0-3 0-87c214 0 388-174 388-388 0-50-10-99-28-143-13-32-55-41-79-16-13 13-19 33-11 50 14 33 21 71 21 109 0 158-126 286-282 291l-9 0 0-87c0-20-23-31-39-20l-3 3-135 135c-9 9-10 22-2 32l2 2 136 136-136-136z" />
|
||||
<glyph glyph-name="magnifier" horiz-adv-x="1000" unicode="𓱫" d="M416 850c228 0 415-187 415-416 0-79-22-153-60-215l-8-13 212-212c17-18 25-40 25-64 0-49-38-89-88-89-21 0-42 7-59 20l-6 6-214 214c-63-40-138-63-217-63-229 0-416 188-416 416 0 229 187 416 416 416z m0-127c-159 0-290-130-290-289 0-159 131-289 290-289 159 0 289 130 289 289 0 159-130 289-289 289z" />
|
||||
<glyph glyph-name="manage-user" horiz-adv-x="1000" unicode="𓱬" d="M767 318l2 0 79-18c4-1 7-4 8-8l0-2-4-53c8-5 15-12 22-19l6-7 54 8c4 0 8-1 10-5l1-2 24-75c1-4 0-8-4-11l-2-1-48-22c-1-6-2-13-3-19-1-4-2-8-4-12l-2-6 34-41c3-4 3-8 1-11l-1-2-55-57c-3-3-7-4-11-3l-2 1-44 31c-9-4-18-7-28-9l-10-2-19-49c-1-4-5-6-9-6l-2 0-79 18c-4 1-7 4-7 8l-1 2 5 53c-8 6-16 12-23 19l-6 7-53-8c-4 0-8 2-10 5l-1 2-24 75c-2 4 0 8 3 11l2 1 48 22c1 6 2 13 3 19 1 4 3 8 4 12l2 6-34 42c-3 3-3 7-1 10l1 2 55 57c3 3 7 4 11 3l2-1 44-31c9 4 18 7 28 10l10 1 19 49c1 4 5 6 9 6z m-168 25l3-2 42-29-92-91 39-40-2-4-1-4-52-49 33-124 19-7 1-4 2-4-28-41-487 0c-44-2-44 55-42 76l0 5 0 185c0 13 5 24 15 32l3 3 138 96c15 11 35 10 50-1 45-33 99-52 156-52 58 0 111 19 157 52 12 9 28 11 41 6l5-3 0 0z m177-147c-39 9-77-15-86-54-9-39 15-77 54-86 38-9 77 15 86 54 9 38-15 77-54 86z m-380 654c109 0 197-67 197-206 0-138-88-251-197-251-109 0-197 113-197 251 0 139 88 206 197 206z" />
|
||||
<glyph glyph-name="manage" horiz-adv-x="1000" unicode="𓱭" d="M488 297l390-225c-87-116-231-194-390-194-155 0-293 71-384 184l-7 10 391 225z m-60 553l0-450-390-225c-25 59-38 122-38 191-3 250 184 456 428 484z m122-450l0 450c241-28 428-234 428-484 0-64-13-122-32-177l-5-14-391 225z" />
|
||||
<glyph glyph-name="mass-mail" horiz-adv-x="1000" unicode="𓱮" d="M175 546l653 0c57 0 105-46 108-103l0-6 0-446c0-57-45-105-102-108l-6 0-653 0c-57 0-105 45-108 102l0 6 0 446c0 58 45 105 102 109l6 0z m619-109l-3-2-290-245-289 245c-11 9-28 8-38-3-8-10-8-25 1-35l3-3 206-174-208-196c-10-10-10-27-1-38 6-5 12-8 20-8 5 0 10 1 14 4l4 3 212 199 59-50c5-4 11-6 17-6 6 0 10 1 14 4l4 2 59 50 212-199c6-5 12-7 18-7 7 0 14 3 20 8 8 10 9 25 1 36l-2 3-208 195 206 174c12 10 13 26 4 38-9 10-23 12-35 5z m-619 283l653 0c57 0 105-45 108-101l0-6 0-131c0 59-49 107-108 107l-653 0c-59 0-108-48-108-107l0 131c0 56 45 103 102 106l6 1z m653 130c57 0 105-45 108-101l0-6 0-87c0 59-49 107-108 107l-653 0c-59 0-108-48-108-107l0 87c0 57 45 104 102 107l6 0 653 0z" />
|
||||
<glyph glyph-name="media" horiz-adv-x="1000" unicode="𓱯" d="M73 606l0-585c0-54 44-98 98-98l585 0 0-24c0-27-22-49-49-49l-658 0c-27 0-49 22-49 49l0 658c0 27 22 49 49 49l24 0z m122 122l0-585c0-52 41-95 92-98l6 0 585 0 0-24c0-26-19-46-44-49l-5 0-658 0c-25 0-46 19-49 44l0 5 0 658c0 26 19 46 44 49l5 0 24 0z m756 122c27 0 49-22 49-49l0-500-327 239c0 0-1 2-1 2-1 0-1 1-2 1-2 0-2 0-3 1-1 0-1 1-2 1l-10 0c-1 0-3 0-3-1 0 0-1 0-1-1-1 0-1-1-1-1l-1 0c-1 0-1-2-1-2-2 0-2-1-3-1l-2-2-338-443-12 0c-27 0-49 22-49 49l0 658c0 27 22 49 49 49l658 0z m-288-363l337-247 0-97c0-26-19-46-44-49l-5 0-585 0 297 393z m-248 290c-54 0-98-44-98-98 0-53 44-97 98-97 53 0 97 44 97 97 0 54-44 98-97 98z m0-49c27 0 48-22 48-49 0-27-21-48-48-48-27 0-49 21-49 48 0 27 22 49 49 49z" />
|
||||
<glyph glyph-name="menu" horiz-adv-x="1000" unicode="𓱲" d="M117 303l219 0c62 0 114-49 117-111l0-6 0-219c0-62-49-113-111-117l-6 0-219 0c-62 0-113 49-117 111l0 6 0 219c0 62 49 114 111 117l6 0z m547 0l219 0c62 0 113-49 117-111l0-6 0-219c0-62-49-113-111-117l-6 0-219 0c-62 0-114 49-117 111l0 6 0 219c0 62 49 114 111 117l6 0 219 0-219 0z m-328 547c62 0 114-49 117-111l0-6 0-219c0-62-49-114-111-117l-6 0-219 0c-62 0-113 49-117 111l0 6 0 219c0 62 49 113 111 117l6 0 219 0z m547 0c62 0 113-49 117-111l0-6 0-219c0-62-49-114-111-117l-6 0-219 0c-62 0-114 49-117 111l0 6 0 219c0 62 49 113 111 117l6 0 219 0z" />
|
||||
<glyph glyph-name="messaging" horiz-adv-x="1000" unicode="𓱳" d="M721 514l1 0c126-10 233-98 267-220 34-122-12-253-114-327 16-31 41-56 71-74l9-4-8-4c-26-11-118-42-195 29-24-4-49-6-74-4-108 8-203 72-251 170-47 97-39 212 22 302 61 89 164 140 272 132z m-25-333l-133 0c-7 0-14-3-19-8-4-4-6-9-7-14l0-4c0-15 11-26 26-26l133 0c13 0 24 10 26 22l0 4c0 14-12 26-26 26l0 0z m-380 623c151 0 279-111 300-260-153-37-261-175-261-332l0-11c-13-2-26-3-40-3-18 0-37 2-55 5-90-85-202-26-202-26 34 18 61 45 80 78-108 77-153 215-112 340 41 125 158 210 290 209z m541-508l-297 0c-7 0-13-3-18-8-4-3-6-8-7-14l-1-4c0-7 3-13 8-18 5-5 11-8 18-8l297 0c6 0 13 3 18 8 4 4 6 9 7 14l1 4c-1 14-12 26-26 26l0 0z m-568 174l-133 0c-13 0-24-10-26-23l0-3c0-7 3-14 8-18 4-5 11-8 18-8l133 0c7 0 14 3 19 8 4 3 6 8 7 14l0 4c0 14-11 26-26 26z m163 115l-296 0c-13 0-24-10-26-22l0-4c0-7 2-14 7-19 5-4 12-7 19-7l296 0c7 0 14 3 19 7 3 4 6 9 7 15l0 4c0 7-3 13-7 18-5 5-12 8-19 8z" />
|
||||
<glyph glyph-name="minus-circle" horiz-adv-x="1000" unicode="𓱴" d="M500 850c-276 0-500-224-500-500 0-276 224-500 500-500 276 0 500 224 500 500 0 276-224 500-500 500z m200-550l-400 0c-27 0-50 23-50 50 0 28 23 50 50 50l400 0c28 0 50-22 50-50 0-27-22-50-50-50z" />
|
||||
<glyph glyph-name="minus-sign" horiz-adv-x="1000" unicode="𓳷" d="M906 383c15 0 27-10 27-22l0-44c0-13-12-23-27-23l-778 0c-16 0-28 10-28 23l0 44c0 12 12 22 28 22l778 0z" />
|
||||
<glyph glyph-name="mobile" horiz-adv-x="1000" unicode="𓱶" d="M798-74l0 845c0 15-1 30-8 44-13 21-36 35-61 35-3 0-5 0-8 0l-399 0c-17 0-34 1-50-8-26-12-39-38-39-66l0-831c0-7 1-15 1-22 0-39 31-70 70-71 35 0 70 0 105 0l318 0c12 0 23 3 34 8 23 11 38 36 38 62 0 1 0 3-1 4z m-282 9c-34 0-61 28-61 62 0 34 27 61 61 61 34 0 62-27 62-61 0-34-28-62-62-62z m125 840c-1-1-1-2-1-3 0-1-1-2-1-2 0 0 0 0 0-1 0 0-1 0-1 0 0-1 0-1-1-2 0-1 0-1-1-2 0 0-1-2-2-2-1-1-2-2-2-3-1 0-1 0-1 0 3 2-1-1 0 0 0 0 0 0 0 0-1-1-3-2-4-3 0 0-1 0-1 0 0 0 1 0 1 0-1 0-1 0-1 0 0 0 0 0 0 0-2-1-3-1-5-2 0 0 0 0-1 0 1 0 1 0 1 0 0 0-1 0-1 0 0 0 0 0 0 0-1 0-2 0-3 0l-1 0c0 0-1 0-2 0-3 0-6 0-9 0l-35 0c-51 0-102-1-153 0-1 0-2 0-2 0-1 0-1 0-2 0 0 0-4 1-4 1 0 0-2 1-3 1 1 0 1 0 0 0-1 0 0 0 0 0-1 0-3 2-3 2 0 0-1 0-2 1 1 0 1-1 0 0-1 0 0 0 0 0 0 1-2 2-2 2 0 0-1 2-2 2 0 0 1 0 0 0-1 1 0 1 0 0-1 1-2 3-2 3 0 1 0 1-1 2l0 1c0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-1 1-1 2-1 3 0 0-1 3-1 3 0 0 0-1 0-1 0 1 0 1 0 1 0 1 0 2 0 3 0 1 0 1 0 2 0 7 0 15 0 23l249 0 0-20c0-2 0-3 0-5 0-1-1-6 0-4z" />
|
||||
<glyph glyph-name="modules" horiz-adv-x="1000" unicode="𓱷" d="M283 459l25 0c25 1 47-16 52-40 1-10 0-21-6-30l-2-4c-4-5-6-11-7-17l-1-5 0-10c0-19 15-35 33-36l4-1 140 0 0-138c0-1 0-2-1-3-1-1-1-1-2-1l-1-1-11 0c0 1-1 1-2 1l-1 1c-4 3-9 5-14 7-14 7-29 9-44 6-39-7-67-38-68-76l-1-6 0-24c0-40 29-75 69-82 18-3 36 0 52 9l6 4c1 1 1 1 2 1l1 1 11 0c1 0 2-1 3-2 1 0 1-1 1-2l0-1 0-122-354 0c-43 0-77 32-80 74l-1 5 0 349 125 0c9 0 19 4 26 11 6 6 9 14 10 22l1 4 0 10c0 6-2 12-5 18l-3 4c-7 10-10 22-8 34 5 22 24 39 47 40l4 0z m271-143l124 0c2 0 4-1 4-3l1-1 0-10c0-1-1-2-1-3l-1-1c-12-17-17-37-14-58 8-37 40-65 78-66l6-1 25 0c40 0 75 28 83 67 3 21-2 41-14 58 0 1-1 1-1 2l0 2 0 10c0 2 1 3 3 4l2 0 140 0 0-349c0-42-33-76-75-79l-6 0-354 0 0 122c0 19-15 34-33 36l-4 0-11 0c-6 0-12-1-18-4l-4-3c-10-7-22-10-35-8-22 5-39 24-40 46l0 5 0 24c-1 25 16 46 40 51 11 2 22 0 31-5l4-3c5-4 11-6 18-7l4 0 11 0c19 0 34 14 36 32l1 4 0 138 124 0-124 0z m-85 504l19-137c3-18 20-32 38-31l4 0 10 2c7 1 13 3 18 7l3 3c9 8 21 13 34 13 23-2 42-18 46-40l1-5 4-24c4-24-10-48-34-56-10-3-21-3-30 1l-5 2c-6 3-12 5-18 5l-5-1-10-1c-19-3-33-19-32-37l0-4 17-121-138-19c-2-1-3 0-4 1-1 0-1 1-2 1l0 2-1 10c0 0 0 1 0 2l1 1c9 19 11 40 5 59-12 36-48 59-86 56l-6-1-24-3c-41-5-72-38-73-78-1-18 5-36 17-50l4-5c1-1 1-1 2-2l0-2 2-9c0-2 0-3-1-4-1-1-1-1-2-1l-1-1-123-17-50 346c-6 42 22 80 63 89l6 1 351 48z" />
|
||||
<glyph glyph-name="mouse-pointer-highlighter" horiz-adv-x="1000" unicode="𓱸" d="M423 464l401-114c10-2 19-10 23-20 6-15-1-32-15-39l-117-60 251-252c26-26 28-68 4-95l-4-4c-27-26-72-26-99 2l-252 250-61-114c-5-8-13-16-24-17-16-3-31 7-35 22l-108 402c-2 11 0 23 9 30 7 7 18 11 27 9z m-52 386c187 0 343-137 368-321l2-9 0-4c0-15-10-28-25-31l-3-1-2 0c-15-1-29 10-33 24l-1 4 0 1c-25 222-282 367-514 203-2-1-5-3-6-5-203-233-46-516 183-536l7-1 4-1c14-3 24-15 25-29l0-5c-1-17-14-29-30-30l-4 1-10 0c-186 19-332 180-332 369 0 204 166 371 371 371z m186-248l4-8 2-3c5-13 0-29-12-37l-3-3-3-1c-14-6-29-1-38 11l-2 3-3 6c-33 54-97 85-163 70-49-10-90-46-107-92-30-77 6-157 73-191l6-3 4-2c13-8 19-22 14-36l-1-4-2-3c-8-13-22-19-36-15l-4 2-7 3c-93 45-145 154-111 260 22 68 79 123 150 140 92 25 185-14 234-90l5-7 0 0z" />
|
||||
<glyph glyph-name="move-v" horiz-adv-x="1000" unicode="𓱹" d="M467 258l44 0c11 0 20-8 21-19l1-3 0-172 110 0c9 0 17-6 20-14 3-7 2-15-2-21l-2-3-154-154c-8-8-20-8-29-2l-2 2-154 154c-7 7-9 16-5 24 1 3 3 5 5 7 3 3 7 6 12 6l3 1 110 0 0 172c0 11 9 20 19 21l3 1 44 0-44 0z m-147 416l154 154c7 8 19 9 28 2l2-2 155-154c6-6 8-16 4-24-1-3-2-5-4-7-4-3-8-5-12-6l-4 0-110 0 0-173c0-10-8-20-19-21l-3 0-44 0c-11 0-20 8-21 18l-1 4 0 172-110 0c-9 0-17 5-20 13-3 7-2 15 2 21l3 3 154 154-154-154z" />
|
||||
<glyph glyph-name="move" horiz-adv-x="1000" unicode="𓱺" d="M421 45l3-3 75-75 75 75c7 7 18 8 26 3l3-3 42-42c7-7 8-18 2-26l-2-2-111-111c-9-10-22-14-35-14-11 0-22 3-31 11l-4 3-111 111c-7 7-8 17-2 25l2 3 42 42c7 7 18 8 26 3z m449 454l3-2 111-111c18-18 19-47 3-67l-3-3-111-111c-7-7-18-8-26-2l-2 2-43 42c-7 7-7 18-2 26l2 3 76 75-76 75c-7 7-7 18-2 26l2 3 43 42c7 7 17 8 25 2z m-719 0l3-2 42-42c7-7 8-18 2-26l-2-3-75-75 75-75c7-7 8-18 2-26l-2-3-42-42c-7-7-18-8-26-2l-3 2-110 111c-19 18-20 47-4 67l4 3 110 111c7 7 18 8 26 2z m348-48c55 0 100-45 100-100 0-55-45-100-100-100-55 0-100 45-100 100 0 55 45 100 100 100z m32 388l3-4 111-110c7-7 8-18 2-26l-2-3-42-42c-7-7-18-8-26-2l-2 2-76 76-75-76c-7-7-18-7-26-2l-2 2-43 43c-7 7-7 17-2 25l2 3 111 110c18 19 47 20 67 4z" />
|
||||
<glyph glyph-name="multilingual" horiz-adv-x="1000" unicode="𓱻" d="M81 611l571 0c16 0 30-14 32-33l0-4 0-472c0-20-13-35-29-37l-3-1-329 0-159-182 0 182-83 0c-17 0-31 15-32 33l-1 5 0 472c0 19 13 35 29 37l4 0 571 0-571 0z m284 191l570 0c17 0 31-15 33-33l0-4 0-473c0-19-13-35-29-37l-4 0-83 0 0-182-126 145 0 225 76 0 31-85 48 0-130 334-52 0-18-46c-7 4-15 6-23 7l-6 0-320 0 0 112c0 19 13 34 29 36l4 1 570 0-570 0z m-35-298l-13 0c2-5 2-11 2-17 0-9-1-21-3-35-1-4-2-7-2-9-8-2-18-3-30-3l-7 0-24 0-5 0c-2 0-4 0-7 1l-4 0-17 0c-2-2-2-6 0-10l2-3 0-2 1-2 0 0 2-5 6-12c1-1 3-1 3-1l2-1 23 0 9 1c3 0 7 0 11 0l7 1 24 0-2-12 0-13c0-8-1-14-2-18-25-11-44-23-58-36-27-26-42-53-45-82l0-6 0-6c2-30 13-47 35-50l4-1 6 0c17 0 36 8 58 23l6 3c3 2 7 4 12 7 2-5 4-8 8-10 2 1 5 2 11 3 9 5 16 8 22 9-5 7-8 15-11 25 31 37 54 73 67 110 6-1 10-2 14-3l4-1 1 0c9-2 15-5 19-8 19-13 30-30 33-50l0-6 0-6c-1-21-11-40-30-55-19-12-41-20-67-24 5-4 12-9 21-15l5-5 8-7 2 0c9 0 22 4 37 13 38 23 58 50 61 83l1 7 0 10c0 27-12 52-36 75-16 13-37 20-62 22l4 9c0 0 0 1 0 1l1 2-2 4-37 6c-3 0-4-2-4-5l1-2 0-9-2-4c0-1 0-2 0-2l-19-3c-6-1-13-2-20-3l-6-1c-1 0-3 0-4 0l2 22 0 0 1 13 8 0c22 3 44 7 65 12l22 5 0 35c-21-5-45-10-71-13-6-2-12-3-17-3 0 1 0 3 1 6 1 11 3 19 5 24 0 2 1 4 3 7 3 7 4 13 3 17l-6 0c-3 0-6 0-9 1l-5 0c-7 1-12 1-16 2z m-24-175c0-20 1-40 3-60l2-14 2-5c-2-1-6-4-11-10l-3-3 0 0c-14-11-27-16-40-16-13 0-20 7-20 20 0 12 3 22 9 30 12 22 29 40 50 54l8 4 0 0z m81 26c-8-22-21-46-41-72-1 0-2 9-2 27l0 34c2 1 4 2 5 2 7 3 20 6 38 9z m338 293l63-167-62 0 0 93c0 13-4 26-10 38l-3 5 12 31z" />
|
||||
<glyph glyph-name="music" horiz-adv-x="1000" unicode="𓱼" d="M966 758l0-641c0-33-17-61-51-83-34-23-75-34-124-34-48 0-89 11-123 34-34 22-51 50-51 83 0 32 17 60 51 83 34 22 75 33 123 33 19 0 38-2 59-7l0 337-467-137 0-426c0-33-17-61-51-83-34-22-75-34-124-34-48 0-90 12-124 34-34 22-51 50-51 83 0 33 17 60 51 83 34 22 76 34 124 34 19 0 38-3 59-8l0 476c0 13 3 25 11 35 7 11 17 18 29 21l583 174c19 4 37 1 53-10 15-12 23-27 23-47z" />
|
||||
<glyph glyph-name="navigation" horiz-adv-x="1000" unicode="𓱽" d="M493 817l5-1c19-1 37-13 46-33l337-824c15-36-11-72-44-75l-5-1c-7 0-16 2-24 5l-293 130c-6 3-12 4-19 4l-6 0c-7 0-13-1-19-4l-294-130c-6-3-13-4-19-4l-5-1c-35 2-64 39-49 76l338 824c8 20 26 32 45 33l6 1z" />
|
||||
<glyph glyph-name="next" horiz-adv-x="1000" unicode="𓲀" d="M33 124l0 452c0 44 47 69 83 48l4-2 317-227c29-21 31-64 4-87l-4-4-317-226c-35-24-83-1-86 41l-1 5 0 452 0-452z m495 0l0 452c0 44 46 69 82 48l4-3 317-226c29-21 31-64 4-87l-4-4-317-226c-35-24-83-1-86 41l0 5 0 452 0-452z" />
|
||||
<glyph glyph-name="notification-circle" horiz-adv-x="1000" unicode="𓲁" d="M607 700c-9-22-13-47-13-72 0-119 98-217 217-217 25 0 50 4 73 13l0-301c0-77-7-141-52-187-43-43-103-52-173-53l-352 0c-77 0-142 7-188 53-43 43-51 102-52 173l0 353c0 75 6 139 52 185 43 43 103 52 172 53l316 0z m204 83c86 0 156-70 156-155 0-86-71-156-156-156-85 0-156 70-156 156 0 85 71 155 156 155z" />
|
||||
<glyph glyph-name="notification" horiz-adv-x="1000" unicode="𓳴" d="M401-21l191 0c0-53-43-96-96-96-51 0-92 40-95 90l0 6 191 0-191 0z m95 838c38 0 69-29 72-66l0-6 0-33c134-31 212-149 216-291l0-11 0-239 61-62c29-29 11-78-29-82l-5 0-630 0c-41 0-62 48-37 78l4 4 61 62 0 239c0 144 75 264 206 300l10 2 0 33c0 40 32 72 71 72z" />
|
||||
<glyph glyph-name="paint-brush" horiz-adv-x="1000" unicode="𓲄" d="M307 453l4-4 297-297c28-29 30-60 6-87l-4-4-24-24c-26-27-58-28-87-2l-4 4-104 105c-25-43-62-136-97-170-44-45-106-43-155 6-49 48-52 111-7 155 33 33 117 67 163 92l8 5-105 104c-28 29-30 60-6 87l4 4 24 24c26 26 55 28 82 6l5-4z m252 350l4-3 197-197c-6-59-48-117-86-159l-6-7-14-15c-3-3-5-8 0-13 19-18 138 65 185 106l4 4 38-38c27-26 24-54 2-79l-4-4-186-185c-25-25-52-30-79-7l-4 4-250 250c-28 28-25 53-4 81l4 5c89 107 88 196 126 250 17 24 47 27 69 10l4-3z" />
|
||||
<glyph glyph-name="palette" horiz-adv-x="1000" unicode="𓲅" d="M500 850c-276 0-500-224-500-500 0-276 224-500 500-500 46 0 83 37 83 83 0 22-8 41-21 56-13 15-21 34-21 55 0 47 37 84 83 84l98 0c154 0 278 124 278 278 0 245-224 444-500 444z m-306-500c-46 0-83 37-83 83 0 46 37 84 83 84 47 0 84-38 84-84 0-46-37-83-84-83z m167 222c-46 0-83 37-83 84 0 46 37 83 83 83 46 0 83-37 83-83 0-47-37-84-83-84z m278 0c-46 0-83 37-83 84 0 46 37 83 83 83 46 0 83-37 83-83 0-47-37-84-83-84z m167-222c-47 0-84 37-84 83 0 46 37 84 84 84 46 0 83-38 83-84 0-46-37-83-83-83z" />
|
||||
<glyph glyph-name="paragraph-bullete" horiz-adv-x="1000" unicode="𓲆" d="M167 413c-35 0-63-28-63-63 0-35 28-62 63-62 34 0 62 27 62 62 0 35-28 63-62 63z m0 250c-35 0-63-28-63-63 0-35 28-62 63-62 34 0 62 27 62 62 0 35-28 63-62 63z m0-500c-35 0-63-29-63-63 0-34 29-62 63-62 34 0 62 28 62 62 0 34-28 63-62 63z m166-105l500 0c23 0 42 19 42 42 0 23-19 42-42 42l-500 0c-23 0-41-19-41-42 0-23 18-42 41-42z m0 250l500 0c23 0 42 19 42 42 0 23-19 42-42 42l-500 0c-23 0-41-19-41-42 0-23 18-42 41-42z m-41 292c0-23 18-42 41-42l500 0c23 0 42 19 42 42 0 23-19 42-42 42l-500 0c-23 0-41-19-41-42z" />
|
||||
<glyph glyph-name="paragraph-center" horiz-adv-x="1000" unicode="𓲇" d="M292 183c0-23 18-41 41-41l334 0c23 0 41 18 41 41 0 23-18 42-41 42l-334 0c-23 0-41-19-41-42z m-125-208l666 0c23 0 42 19 42 42 0 23-19 41-42 41l-666 0c-23 0-42-18-42-41 0-23 19-42 42-42z m0 333l666 0c23 0 42 19 42 42 0 23-19 42-42 42l-666 0c-23 0-42-19-42-42 0-23 19-42 42-42z m125 209c0-23 18-42 41-42l334 0c23 0 41 19 41 42 0 23-18 41-41 41l-334 0c-23 0-41-18-41-41z m-167 166c0-23 19-41 42-41l666 0c23 0 42 18 42 41 0 23-19 42-42 42l-666 0c-23 0-42-19-42-42z" />
|
||||
<glyph glyph-name="paragraph-justify" horiz-adv-x="1000" unicode="𓲈" d="M833 58c23 0 42-18 42-41 0-22-16-40-37-42l-5 0-666 0c-23 0-42 19-42 42 0 21 17 39 37 41l5 0 666 0z m0 167c23 0 42-19 42-42 0-21-16-39-37-41l-5 0-666 0c-23 0-42 18-42 41 0 22 17 40 37 42l5 0 666 0z m0 167c23 0 42-19 42-42 0-21-16-39-37-41l-5-1-666 0c-23 0-42 19-42 42 0 22 17 39 37 42l5 0 666 0z m-666 166l666 0c23 0 42-18 42-41 0-22-16-40-37-42l-5 0-666 0c-23 0-42 19-42 42 0 21 17 39 37 41l5 0z m0 167l666 0c23 0 42-19 42-42 0-21-16-39-37-41l-5 0-666 0c-23 0-42 18-42 41 0 22 17 40 37 42l5 0 666 0-666 0z" />
|
||||
<glyph glyph-name="paragraph-left" horiz-adv-x="1000" unicode="𓲉" d="M583 225l-416 0c-23 0-42-19-42-42 0-23 19-41 42-41l416 0c23 0 42 18 42 41 0 23-19 42-42 42z m0 333l-416 0c-23 0-42-18-42-41 0-23 19-42 42-42l416 0c23 0 42 19 42 42 0 23-19 41-42 41z m-416-250l666 0c23 0 42 19 42 42 0 23-19 42-42 42l-666 0c-23 0-42-19-42-42 0-23 19-42 42-42z m0-333l666 0c23 0 42 19 42 42 0 23-19 41-42 41l-666 0c-23 0-42-18-42-41 0-23 19-42 42-42z m-42 708c0-23 19-41 42-41l666 0c23 0 42 18 42 41 0 23-19 42-42 42l-666 0c-23 0-42-19-42-42z" />
|
||||
<glyph glyph-name="paragraph-numbered" horiz-adv-x="1000" unicode="𓲊" d="M333 558l500 0c23 0 42 19 42 42 0 23-19 42-42 42l-500 0c-23 0-41-19-41-42 0-23 18-42 41-42z m500-416l-500 0c-23 0-41-19-41-42 0-23 18-42 41-42l500 0c23 0 42 19 42 42 0 23-19 42-42 42z m0 250l-500 0c-23 0-41-19-41-42 0-23 18-42 41-42l500 0c23 0 42 19 42 42 0 23-19 42-42 42z m-645-209l-84 0c-11 0-21-9-21-20 0-12 10-21 21-21l63 0 0-21-21 0c-12 0-21-9-21-21 0-12 9-21 21-21l21 0 0-21-63 0c-11 0-21-9-21-20 0-12 10-21 21-21l84 0c11 0 20 9 20 21l0 125c0 11-9 20-20 20z m-84 459l21 0 0-104c0-12 9-21 21-21 12 0 21 9 21 21l0 125c0 11-9 20-21 20l-42 0c-11 0-21-9-21-20 0-12 10-21 21-21z m84-209l-84 0c-11 0-21-9-21-20 0-12 10-21 21-21l54 0-70-82c-3-4-5-9-5-13l0-9c0-12 10-21 21-21l84 0c11 0 20 9 20 21 0 11-9 20-20 20l-55 0 70 82c4 4 5 9 5 13l0 10c0 11-9 20-20 20l0 0z" />
|
||||
<glyph glyph-name="paragraph-right" horiz-adv-x="1000" unicode="𓲋" d="M167-25l666 0c23 0 42 19 42 42 0 23-19 41-42 41l-666 0c-23 0-42-18-42-41 0-23 19-42 42-42z m250 167l416 0c23 0 42 18 42 41 0 23-19 42-42 42l-416 0c-23 0-42-19-42-42 0-23 19-41 42-41z m-250 166l666 0c23 0 42 19 42 42 0 23-19 42-42 42l-666 0c-23 0-42-19-42-42 0-23 19-42 42-42z m250 167l416 0c23 0 42 19 42 42 0 23-19 41-42 41l-416 0c-23 0-42-18-42-41 0-23 19-42 42-42z m-292 208c0-23 19-41 42-41l666 0c23 0 42 18 42 41 0 23-19 42-42 42l-666 0c-23 0-42-19-42-42z" />
|
||||
<glyph glyph-name="pause" horiz-adv-x="1000" unicode="𓲌" d="M400 550c26 0 47-20 50-45l0-5 0-300c0-27-22-50-50-50-26 0-47 20-50 45l0 5 0 300c0 28 23 50 50 50z m200 0c26 0 47-20 50-45l0-5 0-300c0-27-22-50-50-50-26 0-47 20-50 45l0 5 0 300c0 28 23 50 50 50z m-100 300c276 0 500-224 500-500 0-276-224-500-500-500-276 0-500 224-500 500 0 276 224 500 500 500z m0-100c-220 0-400-179-400-400 0-220 180-400 400-400 221 0 400 180 400 400 0 221-179 400-400 400z" />
|
||||
<glyph glyph-name="pencil" horiz-adv-x="1000" unicode="𓲍" d="M568 614l196-196-468-468-196 0 0 196 468 468z m49 49l100 100c25 26 66 27 94 4l4-4 98-98c26-26 27-67 4-94l-4-4-100-100-196 196 100 100-100-100z" />
|
||||
<glyph glyph-name="pending" horiz-adv-x="1000" unicode="𓲎" d="M546 785l2-4 427-807c17-31 3-57-31-59l-4 0-846 0c-35 0-51 24-38 55l2 4 428 807c15 30 40 32 57 8l3-4z m-29-642l-5 0c-26-2-47-23-49-49l-1-5 1-5c2-26 23-47 49-49l5 0 4 0c27 2 48 23 50 49l0 5 0 5c-2 26-23 47-49 49l-5 0z m0 436l-5-1c-26-2-47-23-49-49l-1-5 0-272c0-28 22-52 50-54l5 0 4 0c27 2 48 23 50 49l0 5 0 272c0 30-24 55-54 55z" />
|
||||
<glyph glyph-name="permission" horiz-adv-x="1000" unicode="𓲏" d="M699 850c-111 0-213-60-265-157-53-96-47-213 15-304l-416-410 100-98 71 69 102-100 229 226-101 100 120 119c110-60 247-46 342 35 95 81 129 211 85 328-44 116-156 192-282 192z m0-487c-107 0-194 85-194 191 0 106 87 192 194 192 107 0 194-86 194-192 0-51-20-99-57-135-36-36-86-56-137-56l0 0z" />
|
||||
<glyph glyph-name="phone" horiz-adv-x="1000" unicode="𓲐" d="M210 725l72 0c40 0 75-29 82-69l1-5 12-105c2-23-5-46-20-64l-4-4-77-78c58-113 149-207 261-267l13-7 77 77c17 16 39 25 62 24l6-1 106-12c41-5 71-37 74-77l0-5 0-72c0-47-40-87-87-84-355 22-640 307-662 662-3 46 34 84 78 86l6 1 72 0-72 0z m332-2l5 0c170-22 304-155 325-326 3-23-13-44-36-47-2 0-3 0-5 0-21 0-39 15-41 37-17 129-116 231-244 251l-9 2c-23 2-39 23-37 46 3 20 19 35 38 37l4 0z m11-171c72-19 130-76 149-150 6-22-8-45-30-51-3-1-7-1-10-1-19 0-36 13-41 31-11 42-42 75-82 88l-7 2c-23 6-36 28-30 51 6 22 28 36 51 30z" />
|
||||
<glyph glyph-name="php" horiz-adv-x="1000" unicode="𓳡" d="M501 850c228 0 420-152 481-361-16 8-35 13-56 13l-185 0-74-401 88 0 20 109 102 0c54 0 91 22 116 51 1 4 2 8 2 12 0-4-1-8-2-12-42-233-246-411-492-411-186 0-348 101-434 251l17 0 20 109 102 0c123 0 156 111 164 165 8 55-32 127-115 127l-185 0-52-284c-12 42-18 86-18 132 0 276 224 500 501 500z m17-241l-88 0-74-401 88 0 42 230 56 0c38 0 63-8 57-42l0-2c-6-39-35-185-35-185l88 0 4 20c10 46 32 160 36 197 6 48-38 75-87 75l-107 0 20 108z m-302-171c68 0 70-41 65-72l0-2c-5-31-28-91-97-91l-68 0 30 165 70 0z m671 0c67 0 70-40 66-71l-1-1c-4-31-27-93-97-93l-68 0 30 165 70 0z m109-163l1 2-1-1 0-1z m2 14l0 2 0-1 0-1z m3 24l0 3 0 0 0-3z" />
|
||||
<glyph glyph-name="pictures" horiz-adv-x="1000" unicode="𓲑" d="M189 657l779 0c8 0 15-3 20-8 4-4 7-10 7-16l1-676c0-7-3-15-9-20-4-4-10-7-16-8l-4 0-779 0c-12 0-22 7-26 17l-1 4 0 681c1 14 11 24 24 26l4 0z m-161 160l781 0c7 0 15-3 20-9 4-4 7-10 8-16l0-4 0-105-58 0 0 77-722 0 0-483 78 0 0-188-107 0c-7 0-14 3-20 8-4 4-7 10-8 16l0 4 0 671c0 8 3 15 8 20 5 5 11 8 17 8l3 1 781 0-781 0z m911-217l-721 0 0-484 92 0 105 227c2 5 8 9 14 9 4 0 9-1 13-5l1-2 76-110c3-4 7-6 12-7 3 0 7 1 10 3l2 1 49 41c5 5 13 5 19 1l3-2 87-87c3-3 8-5 12-5 4 1 7 2 10 4l2 2 22 27c4 3 8 5 13 5 4 0 8-2 11-4l2-2 74-96 92 0 0 484z m-205-136c29 0 53-23 53-52 0-29-24-53-53-53-29 0-52 24-52 53 0 29 23 52 52 52z" />
|
||||
<glyph glyph-name="pie" horiz-adv-x="1000" unicode="𓲒" d="M465 784l2-1 0-463 465 0c-1-267-209-466-466-466-257 0-466 207-466 464 0 257 208 466 465 466z m69-397l0 463c263-1 458-202 464-453l0-10-464 0 0 463 0-463z" />
|
||||
<glyph glyph-name="pin" horiz-adv-x="1000" unicode="𓲓" d="M112 471l267 267c15 15 39 16 55 3l4-3 5-5c15-15 16-39 3-55l-3-4-14-14 148-108 0 0 149-108 0 0c79 34 151 37 190-2l2-2c5-6 12-17 3-29l-3-3-475-475c-17-17-31-3-36 2-36 40-34 109-2 186-1 2-1 3-2 4l-109 146 0 0-108 146-10-10c-15-15-39-16-55-3l-3 3-6 5c-15 15-16 39-3 55l3 4 267 267-267-267z m563-371l75 75 0 0 8-9 149-177c14-15 14-33 1-46-13-13-30-12-45 1l-188 156 0 0z" />
|
||||
<glyph glyph-name="play-circle" horiz-adv-x="1000" unicode="𓲔" d="M440 155l234 175c13 10 13 30 0 40l-234 175c-16 13-40 1-40-20l0-350c0-20 24-32 40-20z m60 695c276 0 500-224 500-500 0-276-224-500-500-500-276 0-500 224-500 500 0 276 224 500 500 500z m0-100c-220 0-400-179-400-400 0-220 180-400 400-400 221 0 400 180 400 400 0 221-179 400-400 400z" />
|
||||
<glyph glyph-name="play" horiz-adv-x="1000" unicode="𓲕" d="M182 17l636 0c77 0 115 37 115 112l0 442c0 75-38 112-115 112l-636 0c-77 0-115-37-115-112l0-442c0-75 38-112 115-112z m246 190c-18-10-38 1-38 19l0 248c0 18 21 29 38 19l211-124c15-8 16-30 0-39l-211-123z" />
|
||||
<glyph glyph-name="plug" horiz-adv-x="1000" unicode="𓲖" d="M750 558l0 125c0 46-37 84-83 84l-334 0c-45 0-83-38-83-84l0-125c-23 0-42-18-42-41l0-196c0-8 3-16 7-23l118-240 0-83c0-23 19-42 42-42l250 0c23 0 42 19 42 42l0 83 118 240c4 7 7 15 7 23l0 196c0 23-19 41-42 41z m-83 0l-84 0 0 63c0 12-9 21-20 21-12 0-21-9-21-21l0-63-84 0 0 63c0 12-9 21-20 21-12 0-21-9-21-21l0-63-84 0 0 125 334 0 0-125z" />
|
||||
<glyph glyph-name="plugins" horiz-adv-x="1000" unicode="𓲗" d="M434 619c6-3 10-7 13-12l64-111c60-101 40-230-47-309l55-96c17-31 47-53 82-60 34-8 71 0 99 21 49 40 61 111 28 165-30 51-38 111-23 167 14 57 51 105 102 135l123 73c23 11 51 2 64-21 12-23 6-51-16-66l-122-70c-57-34-77-107-47-165l4-6c30-52 39-114 23-172-16-58-55-108-108-137-109-54-240-12-299 95l-51 88c-112-36-233 12-291 113l-64 111c-3 5-4 10-5 16l416 241z m-350 4l2-4 59-103-78-45-60 103c-7 12-9 25-5 38 4 12 13 23 25 28 21 8 44 0 57-17z m186 107l2-5 58-102-78-46-61 104c-7 11-8 25-4 37 4 13 13 23 25 28 21 9 45 2 58-16z" />
|
||||
<glyph glyph-name="plus-circle" horiz-adv-x="1000" unicode="𓲘" d="M500 850c276 0 500-224 500-500 0-276-224-500-500-500-276 0-500 224-500 500 0 276 224 500 500 500z m0-100c-220 0-400-179-400-400 0-220 180-400 400-400 221 0 400 180 400 400 0 221-179 400-400 400z m17-167c18 0 33-15 33-33l0-183 183 0c19 0 34-15 34-34 0-18-15-33-34-33l-183 0 0-183c0-19-15-34-33-34-19 0-34 15-34 34l0 183-183 0c-18 0-33 15-33 33 0 19 15 34 33 34l183 0 0 183c0 18 15 33 34 33z" />
|
||||
<glyph glyph-name="previous" horiz-adv-x="1000" unicode="𓲙" d="M166 750c37 0 67-30 67-66l0-665c0-36-30-66-67-66-36 0-66 30-66 66l0 665c0 36 30 66 66 66z m244-344l383 270c43 30 101 2 105-49l0-5 0-541c0-52-57-84-101-57l-4 2-383 271c-37 25-38 78-5 106l5 3 383 270-383-270z" />
|
||||
<glyph glyph-name="print" horiz-adv-x="1000" unicode="𓲚" d="M792 517c67 0 121-53 125-119l0-6 0-167c0-44-35-80-78-83l-6 0-83 0 0-84c0-44-35-80-78-83l-5 0-334 0c-44 0-80 35-83 78l0 5 0 84-83 0c-44 0-81 34-83 78l-1 5 0 167c0 67 53 121 119 125l6 0 584 0z m-125-250l-334 0 0-167c0-21 17-39 38-41l4-1 250 0c22 0 39 17 42 38l0 4 0 167z m125 166c-23 0-42-18-42-41 0-23 19-42 42-42 23 0 41 19 41 42 0 23-18 41-41 41z m-500 292l416 0c22 0 40-16 42-37l0-5 0-83c0-21-16-39-37-41l-5-1-416 0c-22 0-40 17-42 38l0 4 0 83c0 22 17 40 37 42l5 0 416 0-416 0z" />
|
||||
<glyph glyph-name="privacy" horiz-adv-x="1000" unicode="𓲛" d="M801 356c32-40 77-61 133-63 37-1 66-31 66-68l0-72c0-72-24-139-69-189-13-15-27-29-43-43-42-34-81-54-108-65l-5-2c-6-2-15-4-24-4l-5 0c-4 0-11 1-18 3l-4 2c-26 9-68 29-111 66-16 13-30 27-44 42-45 51-69 118-69 190l0 72c0 37 28 67 65 68 57 2 99 22 130 63 26 32 81 32 106 0z m-372 88c82 0 159-23 227-62-21-26-47-39-84-41l-8-1c-62-2-111-52-111-115l0-72c0-83 29-161 82-222 18-19 32-33 48-46 16-14 32-26 47-35l-466 0c-90 0-163 72-164 160l0 5c0 236 193 429 429 429z m8 406c104 0 188-84 188-187 0-104-84-188-188-188-103 0-187 84-187 188 0 103 84 187 187 187z" />
|
||||
<glyph glyph-name="publish" horiz-adv-x="1000" unicode="𓲜" d="M338 52l212-36-127-149c-27-32-81-17-85 25l0 5 0 155z m662 750l-1-5-140-814c-3-14-11-25-24-32-11-6-23-7-35-4l-6 2-243 98-207 36 470 553c9 10-4 23-14 17l-2-1-562-477-207 84c-17 6-28 22-29 39-1 15 7 30 19 39l5 3 906 504c32 18 72-6 70-42z" />
|
||||
<glyph glyph-name="question-circle" horiz-adv-x="1000" unicode="𓲝" d="M500 850c276 0 500-224 500-500 0-276-224-500-500-500-276 0-500 224-500 500 0 276 224 500 500 500z m0-100c-220 0-400-179-400-400 0-220 180-400 400-400 221 0 400 180 400 400 0 221-179 400-400 400z m50-600l0-100-100 0 0 100 100 0z m-19 498c87-13 155-86 167-173 14-96-51-133-99-178-6-6-12-11-17-17l-1-2 0 0c-5-6-10-13-14-20l-3-4 0 0c-7-13-12-28-14-45l0-9-100 0c0 25 4 46 10 63l1 3 2 4c2 6 5 12 8 17l7 12 0 0c41 62 117 77 122 144 4 48-31 95-78 105-52 11-99-20-115-64-7-18-21-32-39-34l-5 0-10 0c-31 0-53 30-44 59 28 91 119 154 222 139z" />
|
||||
<glyph glyph-name="question-sign" horiz-adv-x="1000" unicode="𓲞" d="M500 850c-276 0-500-224-500-500 0-276 224-500 500-500 276 0 500 224 500 500 0 276-224 500-500 500z m50-850l-100 0 0 100 100 0 0-100z m104 388l-45-46c-25-26-43-49-52-85-4-16-7-34-7-57l-100 0 0 25c0 23 4 45 11 66 10 29 27 55 48 76l62 63c23 22 34 55 27 90-6 36-34 66-69 76-56 16-107-16-124-63-6-19-21-33-41-33l-15 0c-29 0-49 28-41 56 22 74 84 130 162 142 76 12 148-28 193-90 59-82 42-169-9-220l0 0z" />
|
||||
<glyph glyph-name="quote-left" horiz-adv-x="1000" unicode="𓲟" d="M780 683c127 0 220-90 220-215 0-121-76-209-187-209-51 0-96 13-123 46l-17 0c24-72 96-131 187-152 31-7 45-24 45-49 0-30-25-48-56-48-117 0-304 140-304 363 0 148 90 264 235 264z m-544 0c127 0 220-90 220-215 0-121-76-209-189-209-47 0-89 11-116 41l-5 5-19 0c26-72 98-131 188-152 30-7 46-24 46-49 0-30-25-48-56-48-117 0-304 140-304 363 0 148 90 264 235 264z" />
|
||||
<glyph glyph-name="quote-right" horiz-adv-x="1000" unicode="𓲠" d="M151 662c117 0 304-140 304-363 0-148-90-264-235-264-127 0-220 90-220 216 0 120 76 208 188 208 50 0 95-13 122-46l17 0c-24 72-96 132-187 152-30 7-45 24-45 49 0 30 25 48 56 48z m544 0c117 0 304-140 304-363 0-148-90-264-235-264-126 0-220 90-220 216 0 120 76 208 189 208 48 0 89-11 116-41l5-5 19 0c-26 72-98 132-188 152-30 7-45 24-45 49 0 30 24 48 55 48z" />
|
||||
<glyph glyph-name="radio-checked" horiz-adv-x="1000" unicode="𓲡" d="M500 850c276 0 500-224 500-500 0-276-224-500-500-500-276 0-500 224-500 500 0 276 224 500 500 500z m0-111c-215 0-389-174-389-389 0-215 174-389 389-389 215 0 389 174 389 389 0 215-174 389-389 389z m0-167c123 0 222-99 222-222 0-123-99-222-222-222-123 0-222 99-222 222 0 123 99 222 222 222z" />
|
||||
<glyph glyph-name="radio-unchecked" horiz-adv-x="1000" unicode="𓲢" d="M500-150c276 0 500 224 500 500 0 276-224 500-500 500-276 0-500-224-500-500 0-276 224-500 500-500z m0 111c-215 0-389 174-389 389 0 215 174 389 389 389 215 0 389-174 389-389 0-215-174-389-389-389z" />
|
||||
<glyph glyph-name="rebuild" horiz-adv-x="1000" unicode="𓲣" d="M236 598l236-236-154 0c-5-83 25-168 88-232 68-67 159-97 246-88-131-63-293-40-402 68-66 67-100 154-103 241l0 11-147 0 236 236z m112 84c131 63 293 40 402-69 66-66 101-153 103-240l0-11 147 0-236-236-236 236 155 0c4 83-26 168-89 232-68 67-158 97-246 88z" />
|
||||
<glyph glyph-name="repeat" horiz-adv-x="1000" unicode="𓲤" d="M905 348c33 0 60-27 60-61l0-39c0-131-93-212-244-212l-288 0 0-78c0-28-18-46-45-46-13 0-24 5-32 12l-167 141c-22 18-22 48 0 65l167 141c8 7 19 12 32 12 27 0 45-18 45-46l0-83 294 0c72 0 118 42 118 109l0 24c0 34 26 61 60 61z m-295 435c11 0 21-3 29-9l3-2 167-141c20-17 22-44 4-62l-4-4-167-140c-8-7-19-12-32-12-26 0-43 16-44 41l-1 5 0 83-294 0c-70 0-114-39-117-103l0-6 0-25c0-33-27-60-60-60-32 0-58 24-60 55l-1 5 0 40c0 128 89 208 235 211l9 1 288 0 0 78c0 28 18 45 45 45z" />
|
||||
<glyph glyph-name="reply" horiz-adv-x="1000" unicode="𓲥" d="M279 380l191 191c26 25 68 9 72-26l0-4 0-66c291-42 416-250 458-458-102 142-243 209-444 212l-14 0 0-70c0-35-42-54-69-32l-3 3-191 191c-15 15-16 39-3 55l3 4 191 191-191-191z m-249 0l186 186c28 28 76 8 76-31 0-10-4-20-10-27l-3-4-154-154 154-154c8-8 13-19 13-31 0-38-44-58-73-34l-3 3-186 187c-16 15-17 39-3 55l3 4 186 186-186-186z" />
|
||||
<glyph glyph-name="save-copy" horiz-adv-x="1000" unicode="𓲦" d="M356 661l0-279c0-47 20-70 65-72l6 0 275 0 0-306c0-77-37-116-110-119l-7 0-367 0c-76 0-115 37-118 112l0 7 0 537c0 77 37 117 110 119l8 1 138 0z m251 189l0-228c0-38 20-60 56-62l6 0 225 0 0-366c0-77-37-117-110-119l-8 0-22 0 0 225c0 49-14 91-52 131l-6 7-216 216c-40 41-81 56-130 58l-9 0-49 0 0 19c0 77 37 116 110 119l8 0 197 0z m-200-210c13-3 26-11 39-24l205-208c17-17 27-31 31-46l-255 0c-13 0-20 6-20 19l0 259z m248-11l-1 203c10-2 20-8 31-19l5-5 168-171c8-9 14-17 16-25l2-5-200 0c-14 0-20 6-21 19l0 3z" />
|
||||
<glyph glyph-name="save-new" horiz-adv-x="1000" unicode="𓲧" d="M522 683c13 0 22-10 22-22l0-267 267 0c12 0 22-9 22-22l0-44c0-12-10-22-22-22l-267 0 0-267c0-12-9-22-22-22l-44 0c-12 0-22 10-22 22l0 267-267 0c-12 0-22 10-22 22l0 44c0 13 10 22 22 22l267 0 0 267c0 12 10 22 22 22l44 0z" />
|
||||
<glyph glyph-name="scissors" horiz-adv-x="1000" unicode="𓲨" d="M802 849c21 0 39-16 40-37 3-42-3-84-17-123-31-91-115-254-163-346-22-42-60-72-104-86l-9-2-114-29c-5-2-10-5-12-10-2-4-3-9-2-13l2-4 26-61c28-57 26-123-3-180-29-56-83-95-146-105-11-2-22-3-33-3-104 0-191 81-200 185-8 102 61 193 160 213l8 2 95 16c30 4 56 20 74 43l5 6 8 12c3 4 7 6 11 6 3 0 6-2 8-4l2-2 7-10c10-11 27-13 40-4 12 7 16 22 12 35l-2 3-20 30c-5 8-6 17-2 25l2 3 294 423c8 11 20 17 33 17z m60-655c78-79 78-206 0-285-58-57-144-74-220-43-75 31-124 104-124 186 0 81 49 155 124 186 76 31 162 14 220-44z m-187-36c-43-18-71-60-71-107 0-47 28-89 71-107 41-17 88-9 121 21l5 4 0 1c45 45 45 118 0 163-33 33-83 43-126 25z m-452 1c-43-18-71-60-71-107 0-47 28-89 71-107 44-18 93-8 126 25 22 21 35 51 35 82 0 31-13 60-35 82-33 33-82 43-126 25z m-6 674l242-347c4-5 4-12 0-17l-88-126c-4-6-10-12-16-17-3-2-7-3-11-3-4 1-8 3-10 7-3 4-6 9-9 14l-28 54c-48 93-109 217-135 292-14 40-20 82-17 124 1 16 13 30 29 35 16 4 34-2 43-16z" />
|
||||
<glyph glyph-name="screen" horiz-adv-x="1000" unicode="𓲩" d="M565 50c17 0 31-14 31-31l0-32c0-17 12-39 25-50l75-56c14-10 11-19-6-19l-375 0c-17 0-20 9-6 19l75 56c14 11 25 33 25 50l0 32c0 17 14 31 31 31l125 0z m-502 800l875 0c32 0 59-25 62-58l0-4 0-657c0-33-25-60-58-62l-4 0-875 0c-33 0-60 25-63 57l0 5 0 657c0 32 25 59 58 62l5 0z m812-62l-750 0c-33 0-60-26-62-58l0-5 0-437c0-33 25-60 57-63l5 0 750 0c33 0 60 25 62 58l1 5 0 437c0 35-28 63-63 63z" />
|
||||
<glyph glyph-name="screwdriver" horiz-adv-x="1000" unicode="𓲪" d="M530 145l131 149c19-4 37-6 56-6 4 0 8 1 12 1l6 1 180-180c23-23 24-59 4-83l-4-5-87-87c-23-23-59-24-84-4l-4 4-210 210 131 149-131-149z m187 638c15 0 30-2 44-5l11-3-134-134c-23-22-24-59-4-83l4-4 66-66c23-23 59-24 83-4l4 4 134 134c5-18 8-36 8-55 0-120-97-217-216-217-24 0-46 4-68 11l-9 4-362-412c-48-48-127-48-175 0-47 47-48 121-5 170l5 5 412 362c-9 24-15 50-15 77 0 119 97 216 217 216z m-526-681c-35 0-62-27-62-61 0-35 27-62 62-62 34 0 61 27 61 62 0 34-27 61-61 61z m-28 678l4-2 133-89c15-10 18-30 7-44l-3-3-15-15 134-135-70-61-129 130-16-15c-13-13-33-12-45 1l-2 3-89 134c-8 11-7 25 1 36l3 3 51 51c9 9 21 11 32 8l4-2z" />
|
||||
<glyph glyph-name="search" horiz-adv-x="1000" unicode="𓲫" d="M733 205l-46 0-17 16c70 82 107 194 87 313-28 163-164 293-328 313-248 31-457-178-426-426 20-164 150-300 313-328 119-20 231 17 313 87l16-16 0-47 249-249c24-24 63-24 87 0 24 24 24 63 0 87l-248 250z m-352 0c-146 0-264 118-264 264 0 146 118 264 264 264 146 0 264-118 264-264 0-146-118-264-264-264z" />
|
||||
<glyph glyph-name="select" horiz-adv-x="1000" unicode="𓲬" d="M63 355c16 14 36 22 56 22 20 0 38-8 51-23l119-136c4-5 11-7 17-5 6 3 10 8 10 15l0 563c0 32 27 59 59 59 33 0 59-27 59-59l1-342c0-4 2-8 5-11 3-3 7-4 11-4l20 0c9 0 16 7 16 15 0 33 26 60 59 60 33 0 59-27 59-60 0-8 7-15 16-15l5 0c9 0 16 7 16 15 0 33 26 60 59 60 33 0 59-27 59-60 0-4 2-8 5-11 3-3 7-4 11-4l0 0 6 0c7 0 13 5 15 12l0 2c8 33 17 60 60 61 32 0 59-27 59-60l0-428c0-83-32-171-122-171l-327 0c-29 0-51 0-78 18-16 11-25 18-39 36l-301 345c-25 30-19 77 14 106z" />
|
||||
<glyph glyph-name="settings" horiz-adv-x="1000" unicode="𓲭" d="M858 301c2 16 3 33 3 49 0 17-1 33-3 49l106 83c9 7 12 21 6 32l-100 173c-7 11-20 15-31 11l-124-51c-26 20-54 37-85 50l-19 132c-2 12-12 21-25 21l-200 0c-12 0-22-9-24-21l-19-132c-31-13-59-30-85-50l-124 51c-11 4-24 0-31-11l-100-173c-6-11-3-25 6-32l106-83c-2-16-4-32-4-49 0-16 2-33 4-49l-106-82c-9-8-12-21-6-32l100-174c7-10 20-15 31-10l124 50c26-20 54-37 85-49l19-133c2-12 12-21 24-21l200 0c13 0 23 9 25 21l19 133c30 12 59 29 84 49l125-50c11-5 24 0 30 10l100 174c7 10 4 24-6 32l-105 82 0 0z m-372-126c-96 0-175 78-175 175 0 97 79 175 175 175 97 0 175-78 175-175 0-97-78-175-175-175z" />
|
||||
<glyph glyph-name="share-alt" horiz-adv-x="1000" unicode="𓲮" d="M781 169c72-1 132-55 140-126 8-72-37-138-107-155-11-3-22-5-33-5-4 0-8 1-12 1l-7 1-7 0c-23 5-45 15-63 30l-13 12c-16 16-29 36-36 57l-2 9-2 3c-1 3-1 6-1 9 0 6 0 12 0 17 0 2 0 3 0 4 0 24 6 47 18 68 25 46 73 75 125 75z m-402 139l274-159c-16-18-29-39-38-62l-3-10-274 160c17 18 30 39 38 62l3 9z m-169 194c60 0 114-39 133-96 19-55 3-116-40-154l-14-11 0 0-4-3-7-4c-4-2-9-6-13-8l-4 0-4 0c-15-6-31-9-47-9-79 0-143 64-143 143 0 78 64 142 143 142z m128-20l273 159c7-24 19-45 35-64l6-7-273-159c-7 23-19 45-34 63l-7 8z m479 350c64-16 109-74 108-140-1-66-47-123-111-138-11-2-22-4-33-4-4 0-8 1-12 2l-7 1-7 0c-23 5-44 15-63 30l-6 6-7 5c-16 16-29 36-36 57l-2 9-2 3c-1 3-1 6-1 9 0 6 0 11 0 17 0 1 0 3 0 4 0 24 6 47 18 68 31 58 97 87 161 71z" />
|
||||
<glyph glyph-name="share-redo" horiz-adv-x="1000" unicode="𓲯" d="M371 551l0 81c0 46-56 69-88 36l-235-234c-20-20-20-53 0-73l235-234c32-33 88-10 88 35l0 87c255 0 434-82 562-261-51 256-204 512-562 563z" />
|
||||
<glyph glyph-name="shield" horiz-adv-x="1000" unicode="𓲰" d="M509 850c10 0 20-2 30-5l7-3 318-141c31-14 52-43 54-77l0-6 0-214c0-252-174-488-409-545-231 56-404 286-409 534l0 11 0 214c0 34 19 65 48 80l6 3 318 141c12 5 24 8 37 8z m316-491l-316 0 0-406c174 61 295 215 315 395l1 11z m-316 400l-318-141 0-214c0-15 1-30 2-45l316 0 0 400z" />
|
||||
<glyph glyph-name="shuffle" horiz-adv-x="1000" unicode="𓲱" d="M490 326l12-22c3-7 6-13 9-18 5-10 13-22 22-36 10-13 19-23 29-31 9-8 21-14 35-20 12-4 24-7 37-7l8-1 143 0 0 107c0 6 2 10 5 13 4 4 8 5 13 5 4 0 7-1 11-3l2-2 178-178c4-4 5-8 5-13 0-4-1-8-3-11l-2-2-178-178c-3-4-8-5-13-5-5 0-9 1-12 5-3 3-5 6-6 10l0 2 0 108-39-1 0 0-53 0c-11 0-24 0-41 0l-16 1c-9 1-17 1-24 2l-12 2c-7 1-15 2-23 4-14 3-26 6-35 10l-12 6c-7 3-13 6-21 10-12 7-23 14-33 22-9 9-20 19-30 30-11 12-22 25-32 39 22 35 48 85 76 152z m313 490c4 0 7-1 11-4l2-2 178-178c4-3 5-7 5-12 0-5-1-8-3-11l-2-2-178-179c-3-3-8-5-13-5-5 0-9 2-13 6-2 2-4 6-5 9l0 3 0 107-143 0c-17 0-34-3-48-8-15-6-27-14-39-25-11-11-20-23-28-35-8-11-16-26-25-43-12-23-26-55-44-95l-20-47c-3-5-5-10-7-15-8-17-18-36-30-59-13-22-25-40-36-55-11-15-25-31-41-47-16-16-33-28-50-38-18-9-37-17-60-23-18-5-38-8-59-9l-12 0-125 0c-5 0-10 1-13 5-3 2-4 6-5 9l0 3 0 108c0 5 2 9 5 12 3 3 6 5 10 5l3 0 125 0c18 0 34 3 48 9 15 5 28 14 39 25 11 11 20 22 28 34 8 12 16 26 25 43l8 15c10 21 22 48 36 81l13 29c5 12 10 23 14 33 8 16 18 36 31 58 12 22 24 41 35 56 12 15 25 30 41 46 17 16 33 29 51 38 17 10 37 18 59 24 19 5 38 8 59 9l12 0 143 0 0 107c0 5 2 10 5 13 4 3 8 5 13 5z m-785-125l125 0c93 0 169-42 228-125-22-35-47-85-76-153l-8 16c-5 10-9 18-13 25-5 10-13 22-22 35-10 14-19 24-29 32-9 7-21 14-35 19-11 5-24 7-37 8l-8 0-125 0c-5 0-10 2-13 5-3 3-4 6-5 10l0 3 0 107c0 5 2 10 5 13 3 3 6 4 10 5l3 0z" />
|
||||
<glyph glyph-name="sign-in" horiz-adv-x="1000" unicode="𓲲" d="M408 717c67 0 130-18 185-49l-61-53c-38 17-80 27-124 27-165 0-300-135-300-300 0-166 135-300 300-300 44 0 86 9 124 27l61-54c-55-31-118-48-185-48-207 0-375 168-375 375 0 207 168 375 375 375z m225-113l0-150 300 0 0-225-300 0 0-150-300 263 300 262z" />
|
||||
<glyph glyph-name="sign-out" horiz-adv-x="1000" unicode="𓲳" d="M592 717c207 0 375-168 375-375 0-207-168-375-375-375-63 0-122 15-173 42l-11 6 60 54c38-18 80-27 124-27 165 0 300 134 300 300 0 165-135 300-300 300-40 0-78-8-112-22l-12-5-60 53c54 31 117 49 184 49z m-225-113l300-262-300-263 0 150-300 0 0 225 300 0 0 150z" />
|
||||
<glyph glyph-name="smart-search" horiz-adv-x="1000" unicode="𓲴" d="M394 238c54-55 65-136 31-201l115-115c32-31-16-79-47-48l-109 110c-68-58-171-55-235 9-67 68-67 177 0 245 68 67 177 67 245 0z m-39-42l-3-2-113-102-46 51c-22 24-59-8-41-33l2-2 64-70c9-10 25-11 35-3l134 121c23 21-5 56-30 42l-2-2 0 0z m309 653l0-126c0-43 35-79 79-79l137 0 0-489c0-43-36-78-79-78l-318 0c12 67-7 139-59 191-54 53-128 72-197 58l0 445c0 43 36 78 79 78l358 0z m38 0l178-169-113 0c-36 0-65 30-65 65l0 104z" />
|
||||
<glyph glyph-name="smiley-neutral" horiz-adv-x="1000" unicode="𓲵" d="M500 767c230 0 417-187 417-417 0-230-187-417-417-417-230 0-417 187-417 417 0 230 187 417 417 417z m0-84c-184 0-333-149-333-333 0-184 149-333 333-333 184 0 333 149 333 333 0 184-149 333-333 333z m167-466c18 0 33-15 33-34 0-18-15-33-33-33l-334 0c-18 0-33 15-33 33 0 19 15 34 33 34l334 0z m-21 300c34 0 62-28 62-63 0-34-28-62-62-62-35 0-63 28-63 62 0 35 28 63 63 63z m-292 0c35 0 63-28 63-63 0-34-28-62-63-62-34 0-62 28-62 62 0 35 28 63 62 63z" />
|
||||
<glyph glyph-name="smiley-sad" horiz-adv-x="1000" unicode="𓲶" d="M500 767c230 0 417-187 417-417 0-230-187-417-417-417-230 0-417 187-417 417 0 230 187 417 417 417z m0-84c-184 0-333-149-333-333 0-184 149-333 333-333 184 0 333 149 333 333 0 184-149 333-333 333z m0-395c85 0 158-47 198-115 7-13-1-29-15-31l-3 0-360 0c-15 0-26 17-18 31 40 68 113 115 198 115z m-64 217c11-11 12-29 3-41l-3-4-22-22 22-22c12-12 12-32 0-44-11-11-29-12-41-3l-3 3-22 22-22-22c-12-12-32-12-44 0-11 11-12 29-3 41l3 3 22 22-22 22c-12 13-12 33 0 45 11 11 29 12 41 2l3-2 22-22 22 22c12 12 32 12 44 0z m194-22l22 22c12 12 32 12 44 0 11-11 12-29 3-41l-3-4-22-22 22-22c12-12 12-32 0-44-11-11-29-12-41-3l-3 3-22 22-22-22c-12-12-32-12-44 0-11 11-12 29-3 41l3 3 22 22-22 22c-12 13-12 33 0 45 11 11 29 12 41 2l3-2 22-22 22 22-22-22z" />
|
||||
<glyph glyph-name="smiley" horiz-adv-x="1000" unicode="𓲷" d="M500 767c230 0 417-187 417-417 0-230-187-417-417-417-230 0-417 187-417 417 0 230 187 417 417 417z m0-84c-184 0-333-149-333-333 0-184 149-333 333-333 184 0 333 149 333 333 0 184-149 333-333 333z m-180-416l360 0c16 0 26-18 18-32-40-68-113-114-198-114-85 0-158 46-198 114-7 13 1 29 15 31l3 1z m76 231l4-3 36-37c12-12 12-32 0-44-11-11-29-12-41-3l-3 3-22 22-22-22c-12-12-32-12-44 0-11 11-12 29-3 41l3 3 37 37c15 15 39 16 55 3z m168-40l37 37c15 15 39 16 55 3l4-3 36-37c12-12 12-32 0-44-11-11-29-12-41-3l-3 3-22 22-22-22c-12-12-32-12-44 0-11 11-12 29-2 41l2 3 37 37-37-37z" />
|
||||
<glyph glyph-name="sort" horiz-adv-x="1000" unicode="𓲸" d="M85 28l208 0c28 0 51 23 51 52 0 28-23 52-51 52l-208 0c-28 0-52-24-52-52 0-29 24-52 52-52z m-52 570c0-28 24-52 52-52l830 0c28 0 52 24 52 52 0 29-24 52-52 52l-830 0c-28 0-52-23-52-52z m52-311l519 0c28 0 52 23 52 52 0 28-24 52-52 52l-519 0c-28 0-52-24-52-52 0-29 24-52 52-52z" />
|
||||
<glyph glyph-name="sourcetree" horiz-adv-x="1000" unicode="𓳉" d="M927 70c38 0 70-30 73-68l0-6 0-73c0-38-30-70-68-73l-5 0-268 0c-39 0-71 30-73 68l-1 5 0 73c0 39 30 71 68 73l6 1 268 0z m-585 0c38 0 70-30 73-68l0-6 0-73c0-38-30-70-68-73l-5 0-269 0c-38 0-70 30-73 68l0 5 0 73c0 39 30 71 68 73l5 1 269 0z m-183 122l0-74-49 0 0 74 49 0z m731 0l0-74-48 0 0 74 48 0z m-548 268c38 0 70-30 73-68l0-5 0-74c0-38-30-70-68-73l-5 0-269 0c-38 0-70 30-73 68l0 5 0 74c0 38 30 70 68 73l5 0 269 0z m585 0c38 0 70-30 73-68l0-5 0-74c0-38-30-70-68-73l-5 0-268 0c-39 0-71 30-73 68l-1 5 0 74c0 38 30 70 68 73l6 0 268 0z m-683 305l0-49-37 0c-25 0-46-19-48-44l0-5 0-158-49 0 0 158c0 52 41 95 92 98l5 0 37 0z m549 0c52 0 94-41 97-92l0-6 0-158-48 0 0 158c0 25-20 46-45 49l-4 0-37 0 0 49 37 0z m-159 85c39 0 71-30 73-68l0-5 0-73c0-39-30-71-68-73l-5 0-268 0c-39 0-70 30-73 67l0 6 0 73c0 38 30 70 68 73l5 0 268 0z" />
|
||||
<glyph glyph-name="spinner" horiz-adv-x="1000" unicode="𓴉" d="M629 833c-195 52-403-18-526-179-123-160-137-379-36-554 101-175 298-272 498-246 200 27 366 172 418 367 7 25 1 52-18 70-18 19-45 26-70 19-25-7-44-27-50-52-37-140-155-243-298-262-144-19-284 50-356 176-73 125-62 281 26 395 88 115 236 166 375 128 25-7 52-1 71 18 18 18 25 45 18 70-6 25-26 44-52 50z" />
|
||||
<glyph glyph-name="square" horiz-adv-x="1000" unicode="𓳮" d="M833 850c92 0 167-75 167-167l0-666c0-92-75-167-167-167l-666 0c-92 0-167 75-167 167l0 666c0 92 75 167 167 167l666 0z" />
|
||||
<glyph glyph-name="star-half" horiz-adv-x="1000" unicode="𓲺" d="M947 497l-283 24-110 260c-20 48-88 48-108 0l-110-260-282-24c-52-4-73-69-34-103l215-185-65-276c-11-50 43-90 88-63l242 146 242-147c45-27 99 13 87 63l-64 277 215 185c39 34 18 99-33 103l0 0z m-447-372l0 543 100-236 256-22-194-168 58-250-220 133z" />
|
||||
<glyph glyph-name="step-forward" horiz-adv-x="1000" unicode="𓲻" d="M803 717c33 0 61-26 64-59l0-5 0-639c0-35-29-64-64-64-34 0-61 26-64 59l0 5 0 639c0 35 29 64 64 64z m-703-644l0 520c0 50 54 80 97 55l4-2 369-261c34-24 35-74 4-101l-4-3-369-260c-41-29-97-1-101 47l0 5 0 520 0-520z" />
|
||||
<glyph glyph-name="stop" horiz-adv-x="1000" unicode="𓲼" d="M500 850c276 0 500-224 500-500 0-276-224-500-500-500-276 0-500 224-500 500 0 276 224 500 500 500z m0-100c-220 0-400-179-400-400 0-220 180-400 400-400 221 0 400 180 400 400 0 221-179 400-400 400z m133-200c37 0 67-30 67-67l0-266c0-37-30-67-67-67l-266 0c-37 0-67 30-67 67l0 266c0 37 30 67 67 67l266 0z" />
|
||||
<glyph glyph-name="success" horiz-adv-x="1000" unicode="𓲽" d="M500 817c-258 0-467-209-467-467 0-258 209-467 467-467 258 0 467 209 467 467 0 258-209 467-467 467z m-126-667l-168 167c-18 19-18 48 0 66 18 18 48 18 66 0l135-134 321 321c18 18 47 18 66 0 18-18 18-48 0-66l-355-354c-17-18-47-18-65 0z" />
|
||||
<glyph glyph-name="support" horiz-adv-x="1000" unicode="𓲾" d="M954 218c25-37 40-82 40-130 0-128-104-232-232-232-48 0-94 15-130 40 18 6 35 12 52 19 24-10 51-17 78-17 104 0 190 86 190 190 0 28-7 54-17 78 7 17 13 35 19 52z m-914 0c5-17 12-35 19-52-11-24-17-51-17-78 0-104 85-190 190-190 28 0 54 7 78 17 16-7 34-13 52-19-38-25-82-40-130-40-128 0-232 104-232 232 0 48 15 94 40 130z m459 579c244 0 442-197 442-442 0-244-198-442-442-442-244 0-442 198-442 442 0 245 198 442 442 442z m85-657c-26-11-56-16-85-16-28 0-55 5-79 13-6-25-9-52-9-82 0-33 4-65 12-92 25-6 50-8 76-8 28 0 56 3 83 9 9 27 13 59 13 91 0 30-4 59-11 85z m-85 405c-104 0-189-85-189-190 0-104 85-189 189-189 104 0 189 85 189 189 0 105-85 190-189 190z m-297-98c-35 0-67-5-96-14-4-25-7-51-7-78 0-26 3-52 8-78 29-8 61-13 96-13 29 0 56 3 80 9-10 25-16 53-16 82 0 30 6 57 15 82-24 7-51 10-80 10z m600 1c-30 0-60-4-86-12 9-25 15-52 15-79 0-28-6-55-15-81 26-7 56-11 86-11 32 0 62 4 89 11 5 26 8 53 8 80 0 28-3 54-8 80-27 8-57 12-89 12z m-40 402c128 0 232-104 232-232 0-48-15-92-40-130-6 18-12 36-19 53 10 24 17 50 17 77 0 105-86 190-190 190-27 0-54-6-78-17-17 7-34 14-52 19 38 25 82 40 130 40z m-530 0c48 0 93-15 130-40-18-5-36-12-52-19-25 11-51 17-78 17-105 0-190-85-190-190 0-28 6-53 17-77-7-17-14-35-19-53-25 38-40 82-40 130 0 128 104 232 232 232z m267-95c-26 0-52-3-76-7-8-27-12-59-12-93 0-29 3-57 9-82 25 9 52 14 79 14 31 0 59-5 85-16 7 25 11 54 11 84 0 33-4 65-13 92-27 5-55 8-83 8z" />
|
||||
<glyph glyph-name="table" horiz-adv-x="1000" unicode="𓲿" d="M967 440l0-443c0-52-41-94-92-98l-7 0-147 0 0 541 246 0z m-688 0l0-541-147 0c-52 0-95 41-98 92l-1 6 0 443 246 0z m344-1l0-540-246 0 0 540 246 0z m-491 344l736 0c52 0 95-40 99-91l0-7 0-147-934 0 0 147c0 52 41 95 92 98l7 0z" />
|
||||
<glyph glyph-name="tag" horiz-adv-x="1000" unicode="𓳁" d="M632 817c-22 0-46-6-73-17-26-10-47-24-62-39l-441-440c-13-14-21-30-22-48l-1-8c0-22 8-41 23-56l303-303c16-15 34-23 56-23 21 0 40 8 55 23l441 441c15 15 29 36 39 62 11 27 17 51 17 73l0 256c0 21-8 40-24 55-15 16-34 24-55 24l-256 0z m138-119c21 0 40-7 55-23 16-15 23-34 23-55 0-22-7-41-23-56-15-16-34-23-55-23-22 0-41 7-56 23-16 15-23 34-23 56 0 21 7 40 23 55 15 16 34 23 56 23z" />
|
||||
<glyph glyph-name="tags-squared" horiz-adv-x="1000" unicode="𓳂" d="M636 735c30 0 59-17 73-45l2-6 207-499c17-40-1-86-40-106l-5-2-307-127c-11-4-21-6-32-6-31 0-60 17-74 45l-2 6-207 499c-5 11-7 22-6 33 0 30 17 58 45 73l6 2 307 127c11 5 22 6 33 6z m-391-444l144-347-61 0c-45 0-83 37-83 83l0 0 0 264z m-84 93l0-376-56 23c-40 17-60 63-47 104l2 5 101 244z m167 185c-23 0-41-19-41-42 0-23 18-42 41-42 23 0 42 19 42 42 0 23-19 42-42 42z" />
|
||||
<glyph glyph-name="tags-trio" horiz-adv-x="1000" unicode="𓳃" d="M214 325l337-337-182-49c-25-7-51 7-60 31l-1 4-94 351z m-94 95l113-422-163 44c-25 7-40 31-36 56l1 5 85 317z m145 363l264 0c11 0 22-4 31-11l3-3 387-386c18-19 19-47 3-67l-3-3-280-281c-10-9-23-14-35-14-11 0-23 4-32 11l-3 3-387 387c-8 8-13 18-14 30l0 4 0 264c0 35 27 64 61 66l5 0 264 0-264 0z m77-79c-29 0-52-23-52-52 0-28 23-51 52-51 29 0 52 23 52 51 0 29-23 52-52 52z" />
|
||||
<glyph glyph-name="tags" horiz-adv-x="1000" unicode="𓳀" d="M699 717l205 0c17 0 32-7 44-19 11-11 17-24 18-38l1-6 0-205c0-17-5-36-13-57-8-18-17-33-27-44l-5-6-351-352c-13-12-27-18-45-18-15 0-28 5-39 14l-5 4-242 242c-10 11-16 23-18 38l0 6c0 15 5 29 14 40l4 5 352 351c12 12 29 23 50 32 18 7 34 11 50 12l7 1 205 0-205 0z m-188 0l110 0c-18 0-37-5-58-13-18-8-33-17-44-27l-6-5-351-351c-12-13-19-28-19-45 0-15 5-28 14-39l5-5 231-231c-10-10-19-18-26-22-8-5-18-7-29-7-15 0-29 5-40 14l-5 4-241 242c-13 12-19 27-19 44 0 15 5 29 14 40l5 5 351 351c12 12 29 23 50 32 18 7 35 11 50 12l8 1 110 0-110 0z m298-95c-17 0-32-6-44-18-12-12-18-27-18-45 0-17 6-32 18-44 12-12 27-18 44-18 18 0 33 6 45 18 12 12 18 27 18 44 0 18-6 33-18 45-12 12-27 18-45 18z" />
|
||||
<glyph glyph-name="thumbs-down" horiz-adv-x="1000" unicode="𓳄" d="M680 767c8 0 14-3 19-8 5-5 8-12 8-19l0-427c0-7-3-14-8-19-5-5-12-8-19-8l-35 0c-23 0-44-15-51-38l-93-308c-2-8-9-16-17-20-8-4-18-5-26-1l-26 9c-34 13-57 45-57 82l0 0 0 178c0 9-4 18-10 24-6 6-15 10-24 10l-261 0c-23 0-46 10-61 28-15 19-22 43-18 66l56 313c15 80 84 138 165 138l458 0z m233 0c46 0 84-36 87-82l0-5 0-311c0-46-36-84-81-86l-6-1-117 0c-13 1-24 11-26 24l0 3 0 431c0 13 9 24 22 26l4 1 117 0z m-54-88c-10-10-13-26-7-39 5-14 18-22 33-22 10 0 19 4 25 10 7 7 11 16 11 26 0 14-9 28-22 33-14 6-29 3-40-8z" />
|
||||
<glyph glyph-name="thumbs-up" horiz-adv-x="1000" unicode="𓳅" d="M87 418l117 0c13-1 24-11 26-24l0-3 0-431c0-13-9-24-22-26l-4-1-117 0c-46 0-84 36-87 82l0 5 0 311c0 46 36 84 81 86l6 1z m455 363l26-9c35-13 58-45 57-82l0 0 0-178c0-9 4-17 10-24 6-6 15-10 24-10l261 0c24 0 46-10 61-28 16-18 22-42 18-66l-56-313c-15-80-84-138-165-138l-458 0c-7 0-14 3-19 8-5 5-8 12-8 19l0 427c0 7 3 14 8 19 5 5 12 8 19 8l35 0c23 0 44 15 51 38l93 308c3 8 9 16 17 20 8 4 18 5 26 1z m-427-699c-9 0-19-3-25-10-7-7-11-16-11-26 0-14 9-28 22-33 14-6 29-3 40 8 10 10 13 26 8 39-6 14-19 22-34 22z" />
|
||||
<glyph glyph-name="times" horiz-adv-x="1000" unicode="𓳆" d="M819 668c-20 20-52 20-72 0l-247-247-247 248c-20 19-52 19-71 0-20-20-20-52 0-72l247-247-247-247c-20-20-20-52 0-71 19-20 51-20 71 0l247 247 247-247c20-20 52-20 72 0 19 19 19 51 0 71l-248 247 248 247c19 20 19 52 0 71z" />
|
||||
<glyph glyph-name="toggle-off" horiz-adv-x="1000" unicode="𓳼" d="M1000 350c0 93-70 167-158 167l-451 0c-85 0-154-70-157-159l-1-8c0-93 70-167 158-167l451 0c86 0 154 70 158 160l0 7z m-733 267c147 0 266-120 266-267 0-147-119-267-266-267-148 0-267 120-267 267 0 147 119 267 267 267z" />
|
||||
<glyph glyph-name="toggle-on" horiz-adv-x="1000" unicode="𓳽" d="M767 350c0 93-70 167-158 167l-451 0c-86 0-154-70-158-159l0-8c0-93 70-167 158-167l451 0c85 0 154 70 158 160l0 7z m-34 267c148 0 267-120 267-267 0-147-119-267-267-267-147 0-266 120-266 267 0 147 119 267 266 267z" />
|
||||
<glyph glyph-name="trash" horiz-adv-x="1000" unicode="𓳇" d="M811 514l0-578c0-25-11-45-35-45l-530 0c-25 0-46 20-46 45l0 578 611 0z m-278-100l-55 0 0-334 55 0 0 334z m134 0l-45 0 0-334 45 0 0 334z m-278 0l-56 0 0-334 56 0 0 334z m302 403c19 0 33-15 33-34l0-80 176 0c7 0 11-5 11-12l0-122c0-6-4-11-11-11l-789 0c-7 0-11 5-11 11l0 122c0 7 4 12 11 12l185 0 0 80c0 19 14 34 33 34l362 0z" />
|
||||
<glyph glyph-name="tree-hub" horiz-adv-x="1000" unicode="𓳈" d="M770 132l-210 211 0 167c71 26 119 100 101 182-13 62-64 112-127 122-99 17-185-59-185-155 0-69 44-127 105-149l0-167-210-211-158 0c-29 0-53-23-53-52l0-158c0-29 24-53 53-53l158 0c29 0 53 24 53 53l0 108 210 221 211-221 0-108c0-29 23-53 52-53l158 0c29 0 53 24 53 53l0 158c0 29-24 52-53 52l-158 0z" />
|
||||
<glyph glyph-name="unblock" horiz-adv-x="1000" unicode="𓳊" d="M829 679c-96 96-230 150-378 135-214-21-391-195-414-409-33-283 186-522 462-522 186 0 346 109 421 266 18 39-10 84-53 84-22 0-42-11-51-31-66-141-224-231-397-193-129 29-234 135-261 264-49 226 123 427 341 427 97 0 183-40 246-104l-88-88c-37-37-11-100 41-100l209 0c32 0 59 27 59 59l0 209c0 52-63 78-100 41l-37-38z" />
|
||||
<glyph glyph-name="undo-back" horiz-adv-x="1000" unicode="𓳋" d="M1000 203c0-214-141-353-370-353l-129 0c-39 0-67 30-67 66 0 37 28 66 67 66l122 0c156 0 247 94 247 224 0 131-91 222-247 222l-305 0-118 6 85-70 117-115c12-12 20-26 20-46 0-37-25-64-64-64-17 0-35 8-48 20l-290 287c-13 12-20 31-20 49 0 17 7 36 20 48l290 287c13 13 31 20 48 20 39 0 64-27 64-63 0-20-8-35-20-47l-117-114-85-70 118 5 306 0c233 0 376-146 376-358z" />
|
||||
<glyph glyph-name="undo" horiz-adv-x="1000" unicode="𓳌" d="M523 550c-123 0-235-46-322-121l-88 88c-29 29-80 9-80-33l0-260c0-26 21-47 47-47l261 0c41 0 62 50 33 80l-89 89c65 54 147 87 239 87 147 0 274-85 335-209 13-27 43-40 70-30 33 10 50 48 35 80-80 163-247 276-441 276z" />
|
||||
<glyph glyph-name="unfeatured" horiz-adv-x="1000" unicode="𓳍" d="M947 497l-283 24-110 260c-20 48-88 48-108 0l-110-260-282-24c-52-4-73-69-34-103l215-185-65-276c-11-50 43-90 88-63l242 146 242-147c45-27 99 13 87 63l-64 277 215 185c39 34 18 99-33 103l0 0z m-447-372l-220-133 59 251-194 168 256 22 99 235 100-236 256-22-194-168 58-250-220 133z" />
|
||||
<glyph glyph-name="unlock" horiz-adv-x="1000" unicode="𓳎" d="M684 360c31 0 56-25 56-55l0-399c0-15-6-29-16-40-11-10-25-16-40-16l-621 0c-14 0-29 6-39 16-11 11-16 25-16 40l0 399c0 30 25 55 55 55l621 0z m-301-177c-46 0-83-37-83-83 0-46 37-83 83-83 46 0 84 37 84 83 0 46-38 83-84 83z m470 627c78-46 126-128 127-218l0-166c0-9-7-16-16-16l-71 0c-9 0-16 7-16 16l0 156c1 56-27 108-75 136-48 29-108 29-156 1-45-27-74-76-75-128l0-165c0-9-8-16-17-16l-71 0c-9 0-16 7-16 16l0 157c-2 93 46 180 127 227 80 47 179 47 259 0z" />
|
||||
<glyph glyph-name="unpublish" horiz-adv-x="1000" unicode="𓴀" d="M497 831l2-5 380-923c7-18 0-39-16-48l-5-2-4-2c-17-4-35 3-43 18l-2 5-41 99c-4 0-7 1-11 2l-5 2-210 88-178 33 234 288-26 62-301-268-179 76c-15 6-24 20-25 36-1 14 5 27 16 35l5 3 430 250-89 217c-8 18 0 39 16 48l4 2 5 2c17 4 34-3 43-18z m-126-774l174-32-104-128c-22-27-66-14-70 21l0 5 0 134z m565 696l0-5-99-604-144 353 84 105c8 9-3 21-12 16l-2-2-87-78-44 109 244 143c26 16 59-3 60-33l0-4z" />
|
||||
<glyph glyph-name="upload" horiz-adv-x="1000" unicode="𓳐" d="M823 413c-19 0-38-3-55-9l-22-7-4 22c-18 115-115 198-230 198-118 0-218-89-232-206l-3-26-25 11c-24 11-49 17-74 17-98 0-178-80-178-178 0-98 80-177 178-177l270 0 0 154-74 0 126 209 126-209-74 0 0-154 271 0c97 0 177 79 177 177 0 98-80 178-177 178z" />
|
||||
<glyph glyph-name="user-notes" horiz-adv-x="1000" unicode="𓳒" d="M815 697c13 0 25-9 29-22l1-3 113-625c3-17-7-33-23-38l-4-1-624-112-4 0-4 0c-14 1-26 10-30 23l-1 4-18 100 528 0c17 0 31 13 33 29l0 4 0 641 4 0z m-758-611c-18 0-33 15-33 33l0 648c0 18 15 33 33 33l648 0c18 0 33-15 33-33l0-648c0-17-13-31-29-33l-4 0-648 0z" />
|
||||
<glyph glyph-name="user" horiz-adv-x="1000" unicode="𓴊" d="M499 850c277 0 501-224 501-499 0-277-224-501-501-501-275 0-499 224-499 501 0 275 224 499 499 499z m0-67c-238 0-432-194-432-432 0-240 194-432 432-432 240 0 432 192 432 432 0 238-192 432-432 432z m136-533c82 0 154-59 170-136-72-91-181-149-306-149-123 0-235 58-304 149 16 77 85 136 168 136l272 0z m-136 381c93 0 168-75 168-168 0-92-75-168-168-168-93 0-168 76-168 168 0 93 75 168 168 168z" />
|
||||
<glyph glyph-name="users" horiz-adv-x="1000" unicode="𓳔" d="M241 311l281 0c77 0 137-57 140-133l1-8 0-304-563 0 0 304c0 78 57 137 133 141l8 0z m328 187l140 0c78 0 137-57 141-133l0-7 0-455-130 0 0 66c2 213 8 383-144 389l-7 0-94 0c49 27 81 74 92 131l2 9z m-188 165c80 0 141-61 141-141 0-80-61-141-141-141-79 0-140 61-140 141 0 80 61 141 140 141z m188 187c79 0 140-61 140-141 0-77-57-136-133-140l-7 0-5 0c-18 63-66 113-128 133l-8 3 0 4c0 80 61 141 141 141z" />
|
||||
<glyph glyph-name="vcard" horiz-adv-x="1000" unicode="𓳕" d="M33 617l834 0c17 0 31-13 33-30l0-4 0-600c0-17-13-31-29-33l-4 0-834 0c-17 0-31 13-33 29l0 4 0 600c0 17 13 32 29 33l4 1 834 0-834 0z m267-334l-67 0c-71 0-129-56-133-126l0-7 0-67c0-17 13-31 29-33l4 0 267 0c17 0 31 13 33 29l0 4 0 67c0 71-56 130-126 133l-7 0z m-167 434l834 0c17 0 31-13 33-30l0-4 0-600c0-17-13-31-29-33l-4 0-34 0 0 533c0 36-27 64-61 67l-5 0-767 0 0 33c0 17 13 32 29 33l4 1 834 0-834 0z m567-434l-200 0c-18 0-33-15-33-33 0-17 13-31 29-33l4 0 200 0c18 0 33 15 33 33 0 17-12 31-29 33l-4 0z m-433 234c-56 0-100-45-100-100 0-56 44-100 100-100 55 0 100 44 100 100 0 55-45 100-100 100z m500-134l-267 0c-18 0-33-15-33-33 0-17 13-31 29-33l4 0 267 0c18 0 33 15 33 33 0 17-13 31-29 33l-4 0z" />
|
||||
<glyph glyph-name="video" horiz-adv-x="1000" unicode="𓳖" d="M33 142l0 429c0 21 9 41 23 56 15 15 35 23 56 23l484 0c21 0 41-8 56-23 14-15 23-35 23-56l0-429c0-43-36-79-79-79l-484 0c-43 0-79 36-79 79z m876 481l-174-109c-6-4-10-11-10-19l0-267c0-7 3-14 9-18l174-118c9-5 19-6 28-1 9 5 15 14 15 24l0 485c0 10-5 19-14 24-9 5-20 5-28-1l0 0z" />
|
||||
<glyph glyph-name="wand" horiz-adv-x="1000" unicode="𓳗" d="M495 114c26 0 48-23 48-49l0-122c0-26-22-48-48-48-26 0-49 22-49 48l0 122c0 26 23 49 49 49z m15 312l4-4 380-383c23-23 23-62 0-87-22-22-59-23-83-3l-4 3-380 384c-23 23-24 62 0 86 21 21 55 24 78 7l5-3z m-188-243c17-17 18-46 2-65l-3-3-84-84c-18-18-50-18-68 1-17 17-18 46-3 64l4 4 83 83c19 19 50 18 69 0z m140 206c-8-9-6-19 2-29l2-2 125-125 26 28-124 124c-10 10-22 13-31 4z m-258 15c27 0 49-22 49-48 0-25-20-46-44-49l-5 0-122 0c-26 0-49 23-49 49 0 25 20 46 44 48l5 0 122 0z m704 0c26 0 49-22 49-48 0-25-20-46-44-49l-5 0-122 0c-26 0-48 23-48 49 0 25 19 46 43 48l5 0 122 0z m-88 277c17-18 19-47 4-65l-4-4-83-84c-18-19-50-19-69 0-17 17-18 46-3 65l3 3 84 84c18 19 49 19 68 1z m-585 2l4-3 83-84c18-18 18-50-1-68-17-17-46-18-64-3l-4 3-83 84c-19 19-19 50 0 69 18 17 46 17 65 2z m260 134c25 0 46-20 48-44l0-5 0-122c0-26-22-48-48-48-25 0-46 19-48 44l-1 4 0 122c0 26 23 49 49 49z" />
|
||||
<glyph glyph-name="warning-circle" horiz-adv-x="1000" unicode="𓳯" d="M500 850c276 0 500-224 500-500 0-276-224-500-500-500-276 0-500 224-500 500 0 276 224 500 500 500z m0-67c-239 0-433-194-433-433 0-239 194-433 433-433 239 0 433 194 433 433 0 239-194 433-433 433z m25-182l3-3 2-4 230-424c16-29 3-53-28-55l-5 0-454 0c-33 0-48 23-35 51l2 4 230 424c15 28 39 30 55 7z m-25-354l-3 0c-15-2-27-13-29-28l0-4 0-3c2-15 13-26 28-28l4 0 4 0c14 2 26 13 28 28l0 3 0 4c-2 14-13 26-28 28l-4 0z m0 251l-3 0c-15-2-27-13-29-28l0-3 0-157c0-17 12-30 29-32l3 0 4 0c14 2 26 13 28 28l0 4 0 157c0 17-14 31-32 31z" />
|
||||
<glyph glyph-name="warning" horiz-adv-x="1000" unicode="𓳘" d="M563 751l4-6 388-715c27-49 5-90-47-93l-8 0-767 0c-56 0-80 38-58 86l3 7 388 715c26 47 65 51 93 12l4-6z m-46-592l-6 0c-25-3-45-22-48-47l-1-6 1-6c2-24 22-44 47-46l7-1 6 1c25 2 45 22 48 46l0 6 0 6c-3 24-23 44-48 47l-6 0z m0 424l-6 0c-25-3-45-22-48-47l-1-6 0-265c0-27 22-50 49-52l6-1 6 1c25 2 45 22 48 46l0 6 0 265c0 30-24 53-54 53z" />
|
||||
<glyph glyph-name="workflows" horiz-adv-x="1000" unicode="𓳙" d="M395 77l187 0c14 0 26-12 28-25l0-4 0-160c0-14-11-26-25-28l-3 0-187 0c-14 0-26 11-28 25l0 3 0 160c0 14 11 27 25 28l3 1 187 0-187 0z m-147 190c16 0 27-10 29-25l0-4 0-160c0-13-12-26-25-28l-4 0-186 0c-14 0-27 11-28 25l-1 3 0 160c0 16 12 27 25 29l4 0 186 0z m479 0l186 0c16 0 27-10 29-25l0-4 0-160c0-13-12-26-25-28l-4 0-186 0c-14 0-27 11-28 25l-1 3 0 160c0 14 12 27 25 28l4 1z m-210 333l0-128 298 0c14 0 26-12 28-25l0-4 0-141-56 0 0 111-270 0 0-303-59 0 0 303-270 0 0-111-56 0 0 141c0 14 11 27 25 28l3 1 300 0 0 128 57 0z m78 250c14 0 26-11 28-25l0-3 0-162c0-14-11-26-25-28l-3 0-215 0c-15 0-26 11-28 26l0 4 0 160c0 14 11 26 25 28l3 0 215 0z" />
|
||||
<glyph glyph-name="wrench" horiz-adv-x="1000" unicode="𓳚" d="M845 686c17-18 28-39 34-56l2-6-131-38c-24-7-34-24-31-45l1-5 57-208c-75-30-136 1-189-53-90-89-173-241-233-302-65-65-150-68-211-8-61 62-58 146 7 212 70 70 205 137 295 227 64 63-21 175 99 289 82 78 219 76 300-7z m-634-580c-19-20-19-53 1-73 19-19 53-20 72 0 19 20 21 53 0 73-20 19-53 20-73 0z m592 403l101 29c12-53-7-114-47-156-9-9-18-18-28-25l-7-5-42 155c6-1 12-1 18 1l5 1 101 29-101-29z m-145-61l-3 0-73-19c-7-2-10-8-9-16 1-6 7-10 13-9l2 0 74 20c6 2 10 9 8 16-1 4-5 8-10 8l-2 0z m-10 38l-2-1-74-19c-6-2-11-9-9-15 2-7 7-11 14-10l2 0 73 20c7 2 11 8 9 16-2 5-6 8-11 9l-2 0z m-9 37l-2 0-74-20c-6-2-11-9-9-15 2-7 7-10 13-10l3 1 73 19c7 2 11 8 9 16-2 5-6 8-11 9l-2 0z" />
|
||||
<glyph glyph-name="zoom-in" horiz-adv-x="1000" unicode="𓳛" d="M420 817c213 0 387-175 387-388 0-70-19-137-53-194l-6-11 185-185c18-18 26-41 26-65 0-51-39-91-91-91-22 0-44 7-61 21l-5 5-186 187c-58-34-125-54-196-54-212 0-387 175-387 387 0 213 175 388 387 388z m0-129c-142 0-258-116-258-259 0-142 116-258 258-258 142 0 259 116 259 258 0 143-117 259-259 259z m0-91c23 0 44-17 44-41l0-86 77 0c22 0 41-19 41-41 0-21-19-40-41-40l-77 0 0-86c0-24-21-41-44-41-23 0-43 17-43 41l0 86-77 0c-23 0-41 19-41 40 0 22 18 41 41 41l77 0 0 86c0 24 20 41 43 41z" />
|
||||
<glyph glyph-name="zoom-out" horiz-adv-x="1000" unicode="𓳜" d="M413 817c208 0 379-171 379-380 0-69-19-135-52-191l-6-10 181-182c18-17 26-40 26-63 0-50-38-90-89-90-22 0-43 7-59 21l-6 5-183 183c-56-33-122-53-191-53-209 0-380 171-380 380 0 209 171 380 380 380z m0-127c-140 0-254-114-254-253 0-139 114-253 254-253 139 0 253 114 253 253 0 139-114 253-253 253z m117-210c24 0 43-20 43-43 0-24-19-42-43-42l-235 0c-23 0-42 18-42 42 0 23 19 43 42 43l235 0z" />
|
||||
</font>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 229 KiB |
BIN
media/com_phocadownload/duotone/fonts/joomla-fonts.ttf
Normal file
BIN
media/com_phocadownload/duotone/fonts/joomla-fonts.woff
Normal file
BIN
media/com_phocadownload/duotone/fonts/joomla-fonts.woff2
Normal file
3224
media/com_phocadownload/duotone/joomla-fonts.css
Normal file
7
media/com_phocadownload/duotone/joomla-fonts.min.css
vendored
Normal file
1
media/com_phocadownload/index.html
Normal file
@ -0,0 +1 @@
|
||||
<html><body style="background-color: #000;"></body></html>
|
||||
10
media/com_phocadownload/js/flowplayer/LICENSE-flowplayer.txt
Normal file
@ -0,0 +1,10 @@
|
||||
The FlowPlayer Free version is released under GNU GENERAL PUBLIC LICENSE
|
||||
Version 3 (GPL).
|
||||
|
||||
Note that the GPL requires that you don't remove the Flowpayer copyright notices
|
||||
from the user interface. See section 5.d below.
|
||||
|
||||
Commercial licenses are available. The commercial player version does
|
||||
not have any Flowplayer logos or texts.
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE - see: http://www.gnu.org/licenses/gpl-3.0.html
|
||||
@ -0,0 +1,21 @@
|
||||
The MIT License
|
||||
|
||||
Copyright (c) 2008, 2009 Flowplayer Oy
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
24
media/com_phocadownload/js/flowplayer/flowplayer-3.2.2.min.js
vendored
Normal file
BIN
media/com_phocadownload/js/flowplayer/flowplayer-3.2.2.swf
Normal file
BIN
media/com_phocadownload/js/flowplayer/flowplayer.audio-3.2.0.swf
Normal file
4
media/com_phocadownload/js/flowplayer/index.html
Normal file
@ -0,0 +1,4 @@
|
||||
<html>
|
||||
<body bgcolor="#FFFFFF">
|
||||
</body>
|
||||
</html>
|
||||
1
media/com_phocadownload/js/index.html
Normal file
@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
||||
11
media/com_phocadownload/js/jquery.equalheights.min.js
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
/*!
|
||||
* Simple jQuery Equal Heights
|
||||
*
|
||||
* Copyright (c) 2013 Matt Banks
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
* Uses the same license as jQuery, see:
|
||||
* http://docs.jquery.com/License
|
||||
*
|
||||
* @version 1.5.1
|
||||
*/
|
||||
!function(a){a.fn.equalHeights=function(){var b=0,c=a(this);return c.each(function(){var c=a(this).innerHeight();c>b&&(b=c)}),c.css("height",b)},a("[data-equal]").each(function(){var b=a(this),c=b.data("equal");b.find(c).equalHeights()})}(jQuery);
|
||||
385
media/com_phocadownload/js/jquery.matchHeight.js
Normal file
@ -0,0 +1,385 @@
|
||||
/**
|
||||
* jquery-match-height master by @liabru
|
||||
* http://brm.io/jquery-match-height/
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
;(function(factory) { // eslint-disable-line no-extra-semi
|
||||
'use strict';
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD
|
||||
define(['jquery'], factory);
|
||||
} else if (typeof module !== 'undefined' && module.exports) {
|
||||
// CommonJS
|
||||
module.exports = factory(require('jquery'));
|
||||
} else {
|
||||
// Global
|
||||
factory(jQuery);
|
||||
}
|
||||
})(function($) {
|
||||
/*
|
||||
* internal
|
||||
*/
|
||||
|
||||
var _previousResizeWidth = -1,
|
||||
_updateTimeout = -1;
|
||||
|
||||
/*
|
||||
* _parse
|
||||
* value parse utility function
|
||||
*/
|
||||
|
||||
var _parse = function(value) {
|
||||
// parse value and convert NaN to 0
|
||||
return parseFloat(value) || 0;
|
||||
};
|
||||
|
||||
/*
|
||||
* _rows
|
||||
* utility function returns array of jQuery selections representing each row
|
||||
* (as displayed after float wrapping applied by browser)
|
||||
*/
|
||||
|
||||
var _rows = function(elements) {
|
||||
var tolerance = 1,
|
||||
$elements = $(elements),
|
||||
lastTop = null,
|
||||
rows = [];
|
||||
|
||||
// group elements by their top position
|
||||
$elements.each(function(){
|
||||
var $that = $(this),
|
||||
top = $that.offset().top - _parse($that.css('margin-top')),
|
||||
lastRow = rows.length > 0 ? rows[rows.length - 1] : null;
|
||||
|
||||
if (lastRow === null) {
|
||||
// first item on the row, so just push it
|
||||
rows.push($that);
|
||||
} else {
|
||||
// if the row top is the same, add to the row group
|
||||
if (Math.floor(Math.abs(lastTop - top)) <= tolerance) {
|
||||
rows[rows.length - 1] = lastRow.add($that);
|
||||
} else {
|
||||
// otherwise start a new row group
|
||||
rows.push($that);
|
||||
}
|
||||
}
|
||||
|
||||
// keep track of the last row top
|
||||
lastTop = top;
|
||||
});
|
||||
|
||||
return rows;
|
||||
};
|
||||
|
||||
/*
|
||||
* _parseOptions
|
||||
* handle plugin options
|
||||
*/
|
||||
|
||||
var _parseOptions = function(options) {
|
||||
var opts = {
|
||||
byRow: true,
|
||||
property: 'height',
|
||||
target: null,
|
||||
remove: false
|
||||
};
|
||||
|
||||
if (typeof options === 'object') {
|
||||
return $.extend(opts, options);
|
||||
}
|
||||
|
||||
if (typeof options === 'boolean') {
|
||||
opts.byRow = options;
|
||||
} else if (options === 'remove') {
|
||||
opts.remove = true;
|
||||
}
|
||||
|
||||
return opts;
|
||||
};
|
||||
|
||||
/*
|
||||
* matchHeight
|
||||
* plugin definition
|
||||
*/
|
||||
|
||||
var matchHeight = $.fn.matchHeight = function(options) {
|
||||
var opts = _parseOptions(options);
|
||||
|
||||
// handle remove
|
||||
if (opts.remove) {
|
||||
var that = this;
|
||||
|
||||
// remove fixed height from all selected elements
|
||||
this.css(opts.property, '');
|
||||
|
||||
// remove selected elements from all groups
|
||||
$.each(matchHeight._groups, function(key, group) {
|
||||
group.elements = group.elements.not(that);
|
||||
});
|
||||
|
||||
// TO DO: cleanup empty groups
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
if (this.length <= 1 && !opts.target) {
|
||||
return this;
|
||||
}
|
||||
|
||||
// keep track of this group so we can re-apply later on load and resize events
|
||||
matchHeight._groups.push({
|
||||
elements: this,
|
||||
options: opts
|
||||
});
|
||||
|
||||
// match each element's height to the tallest element in the selection
|
||||
matchHeight._apply(this, opts);
|
||||
|
||||
return this;
|
||||
};
|
||||
|
||||
/*
|
||||
* plugin global options
|
||||
*/
|
||||
|
||||
matchHeight.version = 'master';
|
||||
matchHeight._groups = [];
|
||||
matchHeight._throttle = 80;
|
||||
matchHeight._maintainScroll = false;
|
||||
matchHeight._beforeUpdate = null;
|
||||
matchHeight._afterUpdate = null;
|
||||
matchHeight._rows = _rows;
|
||||
matchHeight._parse = _parse;
|
||||
matchHeight._parseOptions = _parseOptions;
|
||||
|
||||
/*
|
||||
* matchHeight._apply
|
||||
* apply matchHeight to given elements
|
||||
*/
|
||||
|
||||
matchHeight._apply = function(elements, options) {
|
||||
var opts = _parseOptions(options),
|
||||
$elements = $(elements),
|
||||
rows = [$elements];
|
||||
|
||||
// take note of scroll position
|
||||
var scrollTop = $(window).scrollTop(),
|
||||
htmlHeight = $('html').outerHeight(true);
|
||||
|
||||
// get hidden parents
|
||||
var $hiddenParents = $elements.parents().filter(':hidden');
|
||||
|
||||
// cache the original inline style
|
||||
$hiddenParents.each(function() {
|
||||
var $that = $(this);
|
||||
$that.data('style-cache', $that.attr('style'));
|
||||
});
|
||||
|
||||
// temporarily must force hidden parents visible
|
||||
$hiddenParents.css('display', 'block');
|
||||
|
||||
// get rows if using byRow, otherwise assume one row
|
||||
if (opts.byRow && !opts.target) {
|
||||
|
||||
// must first force an arbitrary equal height so floating elements break evenly
|
||||
$elements.each(function() {
|
||||
var $that = $(this),
|
||||
display = $that.css('display');
|
||||
|
||||
// temporarily force a usable display value
|
||||
if (display !== 'inline-block' && display !== 'flex' && display !== 'inline-flex') {
|
||||
display = 'block';
|
||||
}
|
||||
|
||||
// cache the original inline style
|
||||
$that.data('style-cache', $that.attr('style'));
|
||||
|
||||
$that.css({
|
||||
'display': display,
|
||||
'padding-top': '0',
|
||||
'padding-bottom': '0',
|
||||
'margin-top': '0',
|
||||
'margin-bottom': '0',
|
||||
'border-top-width': '0',
|
||||
'border-bottom-width': '0',
|
||||
'height': '100px',
|
||||
'overflow': 'hidden'
|
||||
});
|
||||
});
|
||||
|
||||
// get the array of rows (based on element top position)
|
||||
rows = _rows($elements);
|
||||
|
||||
// revert original inline styles
|
||||
$elements.each(function() {
|
||||
var $that = $(this);
|
||||
$that.attr('style', $that.data('style-cache') || '');
|
||||
});
|
||||
}
|
||||
|
||||
$.each(rows, function(key, row) {
|
||||
var $row = $(row),
|
||||
targetHeight = 0;
|
||||
|
||||
if (!opts.target) {
|
||||
// skip apply to rows with only one item
|
||||
if (opts.byRow && $row.length <= 1) {
|
||||
$row.css(opts.property, '');
|
||||
return;
|
||||
}
|
||||
|
||||
// iterate the row and find the max height
|
||||
$row.each(function(){
|
||||
var $that = $(this),
|
||||
style = $that.attr('style'),
|
||||
display = $that.css('display');
|
||||
|
||||
// temporarily force a usable display value
|
||||
if (display !== 'inline-block' && display !== 'flex' && display !== 'inline-flex') {
|
||||
display = 'block';
|
||||
}
|
||||
|
||||
// ensure we get the correct actual height (and not a previously set height value)
|
||||
var css = { 'display': display };
|
||||
css[opts.property] = '';
|
||||
$that.css(css);
|
||||
|
||||
// find the max height (including padding, but not margin)
|
||||
if ($that.outerHeight(false) > targetHeight) {
|
||||
targetHeight = $that.outerHeight(false);
|
||||
}
|
||||
|
||||
// revert styles
|
||||
if (style) {
|
||||
$that.attr('style', style);
|
||||
} else {
|
||||
$that.css('display', '');
|
||||
}
|
||||
});
|
||||
} else {
|
||||
// if target set, use the height of the target element
|
||||
targetHeight = opts.target.outerHeight(false);
|
||||
}
|
||||
|
||||
// iterate the row and apply the height to all elements
|
||||
$row.each(function(){
|
||||
var $that = $(this),
|
||||
verticalPadding = 0;
|
||||
|
||||
// don't apply to a target
|
||||
if (opts.target && $that.is(opts.target)) {
|
||||
return;
|
||||
}
|
||||
|
||||
// handle padding and border correctly (required when not using border-box)
|
||||
if ($that.css('box-sizing') !== 'border-box') {
|
||||
verticalPadding += _parse($that.css('border-top-width')) + _parse($that.css('border-bottom-width'));
|
||||
verticalPadding += _parse($that.css('padding-top')) + _parse($that.css('padding-bottom'));
|
||||
}
|
||||
|
||||
// set the height (accounting for padding and border)
|
||||
$that.css(opts.property, (targetHeight - verticalPadding) + 'px');
|
||||
});
|
||||
});
|
||||
|
||||
// revert hidden parents
|
||||
$hiddenParents.each(function() {
|
||||
var $that = $(this);
|
||||
$that.attr('style', $that.data('style-cache') || null);
|
||||
});
|
||||
|
||||
// restore scroll position if enabled
|
||||
if (matchHeight._maintainScroll) {
|
||||
$(window).scrollTop((scrollTop / htmlHeight) * $('html').outerHeight(true));
|
||||
}
|
||||
|
||||
return this;
|
||||
};
|
||||
|
||||
/*
|
||||
* matchHeight._applyDataApi
|
||||
* applies matchHeight to all elements with a data-match-height attribute
|
||||
*/
|
||||
|
||||
matchHeight._applyDataApi = function() {
|
||||
var groups = {};
|
||||
|
||||
// generate groups by their groupId set by elements using data-match-height
|
||||
$('[data-match-height], [data-mh]').each(function() {
|
||||
var $this = $(this),
|
||||
groupId = $this.attr('data-mh') || $this.attr('data-match-height');
|
||||
|
||||
if (groupId in groups) {
|
||||
groups[groupId] = groups[groupId].add($this);
|
||||
} else {
|
||||
groups[groupId] = $this;
|
||||
}
|
||||
});
|
||||
|
||||
// apply matchHeight to each group
|
||||
$.each(groups, function() {
|
||||
this.matchHeight(true);
|
||||
});
|
||||
};
|
||||
|
||||
/*
|
||||
* matchHeight._update
|
||||
* updates matchHeight on all current groups with their correct options
|
||||
*/
|
||||
|
||||
var _update = function(event) {
|
||||
if (matchHeight._beforeUpdate) {
|
||||
matchHeight._beforeUpdate(event, matchHeight._groups);
|
||||
}
|
||||
|
||||
$.each(matchHeight._groups, function() {
|
||||
matchHeight._apply(this.elements, this.options);
|
||||
});
|
||||
|
||||
if (matchHeight._afterUpdate) {
|
||||
matchHeight._afterUpdate(event, matchHeight._groups);
|
||||
}
|
||||
};
|
||||
|
||||
matchHeight._update = function(throttle, event) {
|
||||
// prevent update if fired from a resize event
|
||||
// where the viewport width hasn't actually changed
|
||||
// fixes an event looping bug in IE8
|
||||
if (event && event.type === 'resize') {
|
||||
var windowWidth = $(window).width();
|
||||
if (windowWidth === _previousResizeWidth) {
|
||||
return;
|
||||
}
|
||||
_previousResizeWidth = windowWidth;
|
||||
}
|
||||
|
||||
// throttle updates
|
||||
if (!throttle) {
|
||||
_update(event);
|
||||
} else if (_updateTimeout === -1) {
|
||||
_updateTimeout = setTimeout(function() {
|
||||
_update(event);
|
||||
_updateTimeout = -1;
|
||||
}, matchHeight._throttle);
|
||||
}
|
||||
};
|
||||
|
||||
/*
|
||||
* bind events
|
||||
*/
|
||||
|
||||
// apply on DOM ready event
|
||||
$(matchHeight._applyDataApi);
|
||||
|
||||
// update heights on load and resize events
|
||||
$(window).bind('load', function(event) {
|
||||
matchHeight._update(false, event);
|
||||
});
|
||||
|
||||
// throttled update heights on resize events
|
||||
$(window).bind('resize orientationchange', function(event) {
|
||||
matchHeight._update(true, event);
|
||||
});
|
||||
|
||||
});
|
||||
1
media/com_phocadownload/js/jquery.matchHeight.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
!function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],t):"undefined"!=typeof module&&module.exports?module.exports=t(require("jquery")):t(jQuery)}(function(t){var e=-1,o=-1,a=function(t){return parseFloat(t)||0},i=function(e){var o=1,i=t(e),n=null,r=[];return i.each(function(){var e=t(this),i=e.offset().top-a(e.css("margin-top")),s=r.length>0?r[r.length-1]:null;null===s?r.push(e):Math.floor(Math.abs(n-i))<=o?r[r.length-1]=s.add(e):r.push(e),n=i}),r},n=function(e){var o={byRow:!0,property:"height",target:null,remove:!1};return"object"==typeof e?t.extend(o,e):("boolean"==typeof e?o.byRow=e:"remove"===e&&(o.remove=!0),o)},r=t.fn.matchHeight=function(e){var o=n(e);if(o.remove){var a=this;return this.css(o.property,""),t.each(r._groups,function(t,e){e.elements=e.elements.not(a)}),this}return this.length<=1&&!o.target?this:(r._groups.push({elements:this,options:o}),r._apply(this,o),this)};r.version="master",r._groups=[],r._throttle=80,r._maintainScroll=!1,r._beforeUpdate=null,r._afterUpdate=null,r._rows=i,r._parse=a,r._parseOptions=n,r._apply=function(e,o){var s=n(o),h=t(e),l=[h],c=t(window).scrollTop(),p=t("html").outerHeight(!0),d=h.parents().filter(":hidden");return d.each(function(){var e=t(this);e.data("style-cache",e.attr("style"))}),d.css("display","block"),s.byRow&&!s.target&&(h.each(function(){var e=t(this),o=e.css("display");"inline-block"!==o&&"flex"!==o&&"inline-flex"!==o&&(o="block"),e.data("style-cache",e.attr("style")),e.css({display:o,"padding-top":"0","padding-bottom":"0","margin-top":"0","margin-bottom":"0","border-top-width":"0","border-bottom-width":"0",height:"100px",overflow:"hidden"})}),l=i(h),h.each(function(){var e=t(this);e.attr("style",e.data("style-cache")||"")})),t.each(l,function(e,o){var i=t(o),n=0;if(s.target)n=s.target.outerHeight(!1);else{if(s.byRow&&i.length<=1)return void i.css(s.property,"");i.each(function(){var e=t(this),o=e.attr("style"),a=e.css("display");"inline-block"!==a&&"flex"!==a&&"inline-flex"!==a&&(a="block");var i={display:a};i[s.property]="",e.css(i),e.outerHeight(!1)>n&&(n=e.outerHeight(!1)),o?e.attr("style",o):e.css("display","")})}i.each(function(){var e=t(this),o=0;s.target&&e.is(s.target)||("border-box"!==e.css("box-sizing")&&(o+=a(e.css("border-top-width"))+a(e.css("border-bottom-width")),o+=a(e.css("padding-top"))+a(e.css("padding-bottom"))),e.css(s.property,n-o+"px"))})}),d.each(function(){var e=t(this);e.attr("style",e.data("style-cache")||null)}),r._maintainScroll&&t(window).scrollTop(c/p*t("html").outerHeight(!0)),this},r._applyDataApi=function(){var e={};t("[data-match-height], [data-mh]").each(function(){var o=t(this),a=o.attr("data-mh")||o.attr("data-match-height");a in e?e[a]=e[a].add(o):e[a]=o}),t.each(e,function(){this.matchHeight(!0)})};var s=function(e){r._beforeUpdate&&r._beforeUpdate(e,r._groups),t.each(r._groups,function(){r._apply(this.elements,this.options)}),r._afterUpdate&&r._afterUpdate(e,r._groups)};r._update=function(a,i){if(i&&"resize"===i.type){var n=t(window).width();if(n===e)return;e=n}a?-1===o&&(o=setTimeout(function(){s(i),o=-1},r._throttle)):s(i)},t(r._applyDataApi),t(window).bind("load",function(t){r._update(!1,t)}),t(window).bind("resize orientationchange",function(t){r._update(!0,t)})});
|
||||
90
media/com_phocadownload/js/main.js
Normal file
@ -0,0 +1,90 @@
|
||||
/*
|
||||
* @package Joomla
|
||||
* @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
|
||||
*
|
||||
* @extension Phoca Download
|
||||
* @copyright Copyright (C) Jan Pavelka www.phoca.cz
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
|
||||
*/
|
||||
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
|
||||
|
||||
|
||||
/*var anchors = document.querySelectorAll('.pg-modal-button');
|
||||
for (var i = 0, length = anchors.length; i < length; i++) {
|
||||
var anchor = anchors[i];
|
||||
anchor.addEventListener('click', event => {
|
||||
// `this` refers to the anchor tag that's been clicked
|
||||
event.preventDefault();
|
||||
console .log(this.getAttribute('href'));
|
||||
}, true);
|
||||
};*/
|
||||
|
||||
// Events
|
||||
document.querySelectorAll('.pd-bs-modal-button').forEach(item => {
|
||||
|
||||
|
||||
item.addEventListener('click', function(event) {
|
||||
|
||||
event.preventDefault();
|
||||
let href = this.getAttribute('href');
|
||||
let title = this.getAttribute('data-title');
|
||||
|
||||
let type = this.getAttribute('data-type');
|
||||
|
||||
//let height = this.getAttribute('data-bs-height-dialog');
|
||||
//let width = this.getAttribute('data-bs-width-dialog');
|
||||
|
||||
|
||||
|
||||
let modalItem = document.getElementById('pdCategoryModal')
|
||||
let modalIframe = document.getElementById('pdCategoryModalIframe');
|
||||
let modalTitle = document.getElementById('pdCategoryModalLabel');
|
||||
|
||||
//if (height > 0) {
|
||||
// modalItem.style.height = height + 'px';
|
||||
//}
|
||||
//if (width > 0) {
|
||||
// modalItem.style.width = width + 'px';
|
||||
//}
|
||||
|
||||
modalItem.className = '';
|
||||
modalItem.classList.add('modal', 'fade', 'show', type);
|
||||
modalIframe.src = href;
|
||||
modalTitle.innerHTML = title;
|
||||
|
||||
//let modal = document.getElementById('phCategoryModal')
|
||||
|
||||
/*modal.addEventListener('shown.bs.modal', function () {
|
||||
myInput.focus()
|
||||
})*/
|
||||
|
||||
let modal = new bootstrap.Modal(modalItem);
|
||||
modal.show();
|
||||
|
||||
})
|
||||
})
|
||||
|
||||
/* Events */
|
||||
/*document.getElementById("filterOptionsClear").addEventListener("click", (event) => {
|
||||
document.getElementById("filterOptionsInput").value = "";
|
||||
filterOptions("");
|
||||
})
|
||||
|
||||
document.getElementById("filterOptionsInput").addEventListener("input", (event) => {
|
||||
let eV = event.currentTarget.value;
|
||||
filterOptions(eV);
|
||||
});*/
|
||||
|
||||
|
||||
var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'))
|
||||
var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {
|
||||
return new bootstrap.Tooltip(tooltipTriggerEl)
|
||||
})
|
||||
|
||||
|
||||
});
|
||||
|
||||
|
||||
1
media/com_phocadownload/js/overlib/index.html
Normal file
@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
||||
322
media/com_phocadownload/js/overlib/overlib_mini.js
Normal file
@ -0,0 +1,322 @@
|
||||
//\/////
|
||||
//\ overLIB 4.21 - You may not remove or change this notice.
|
||||
//\ Copyright Erik Bosrup 1998-2004. All rights reserved.
|
||||
//\
|
||||
//\ Contributors are listed on the homepage.
|
||||
//\ This file might be old, always check for the latest version at:
|
||||
//\ http://www.bosrup.com/web/overlib/
|
||||
//\
|
||||
//\ Please read the license agreement (available through the link above)
|
||||
//\ before using overLIB. Direct any licensing questions to erik@bosrup.com.
|
||||
//\
|
||||
//\ Do not sell this as your own work or remove this copyright notice.
|
||||
//\ For full details on copying or changing this script please read the
|
||||
//\ license agreement at the link above. Please give credit on sites that
|
||||
//\ use overLIB and submit changes of the script so other people can use
|
||||
//\ them as well.
|
||||
//\/////
|
||||
//\ THIS IS A VERY MODIFIED VERSION. DO NOT EDIT OR PUBLISH. GET THE ORIGINAL!
|
||||
var olLoaded=0,pmStart=10000000,pmUpper=10001000,pmCount=pmStart+1,pmt='',pms=new Array(),olInfo=new Info('4.21',1),FREPLACE=0,FBEFORE=1,FAFTER=2,FALTERNATE=3,FCHAIN=4,olHideForm=0,olHautoFlag=0,olVautoFlag=0,hookPts=new Array(),postParse=new Array(),cmdLine=new Array(),runTime=new Array();
|
||||
registerCommands('donothing,inarray,caparray,sticky,background,noclose,caption,left,right,center,offsetx,offsety,fgcolor,bgcolor,textcolor,capcolor,closecolor,width,border,cellpad,status,autostatus,autostatuscap,height,closetext,snapx,snapy,fixx,fixy,relx,rely,fgbackground,bgbackground,padx,pady,fullhtml,above,below,capicon,textfont,captionfont,closefont,textsize,captionsize,closesize,timeout,function,delay,hauto,vauto,closeclick,wrap,followmouse,mouseoff,closetitle,cssoff,compatmode,cssclass,fgclass,bgclass,textfontclass,captionfontclass,closefontclass');
|
||||
if(typeof ol_fgcolor=='undefined')var ol_fgcolor="#fdfdfd";if(typeof ol_bgcolor=='undefined')var ol_bgcolor="#f0f0f0";if(typeof ol_textcolor=='undefined')var ol_textcolor="#999999";if(typeof ol_capcolor=='undefined')var ol_capcolor="#999999";if(typeof ol_closecolor=='undefined')var ol_closecolor="#9999FF";if(typeof ol_textfont=='undefined')var ol_textfont="Verdana,Arial,Helvetica";if(typeof ol_captionfont=='undefined')var ol_captionfont="Verdana,Arial,Helvetica";if(typeof ol_closefont=='undefined')var ol_closefont="Verdana,Arial,Helvetica";if(typeof ol_textsize=='undefined')var ol_textsize="1";if(typeof ol_captionsize=='undefined')var ol_captionsize="1";if(typeof ol_closesize=='undefined')var ol_closesize="1";if(typeof ol_width=='undefined')var ol_width="200";if(typeof ol_border=='undefined')var ol_border="1";if(typeof ol_cellpad=='undefined')var ol_cellpad=2;if(typeof ol_offsetx=='undefined')var ol_offsetx=10;if(typeof ol_offsety=='undefined')var ol_offsety=10;if(typeof ol_text=='undefined')var ol_text="Default Text";if(typeof ol_cap=='undefined')var ol_cap="";if(typeof ol_sticky=='undefined')var ol_sticky=0;if(typeof ol_background=='undefined')var ol_background="";if(typeof ol_close=='undefined')var ol_close="Close";if(typeof ol_hpos=='undefined')var ol_hpos=RIGHT;if(typeof ol_status=='undefined')var ol_status="";if(typeof ol_autostatus=='undefined')var ol_autostatus=0;if(typeof ol_height=='undefined')var ol_height=-1;if(typeof ol_snapx=='undefined')var ol_snapx=0;if(typeof ol_snapy=='undefined')var ol_snapy=0;if(typeof ol_fixx=='undefined')var ol_fixx=-1;if(typeof ol_fixy=='undefined')var ol_fixy=-1;if(typeof ol_relx=='undefined')var ol_relx=null;if(typeof ol_rely=='undefined')var ol_rely=null;if(typeof ol_fgbackground=='undefined')var ol_fgbackground="";if(typeof ol_bgbackground=='undefined')var ol_bgbackground="";if(typeof ol_padxl=='undefined')var ol_padxl=1;if(typeof ol_padxr=='undefined')var ol_padxr=1;if(typeof ol_padyt=='undefined')var ol_padyt=1;if(typeof ol_padyb=='undefined')var ol_padyb=1;if(typeof ol_fullhtml=='undefined')var ol_fullhtml=0;if(typeof ol_vpos=='undefined')var ol_vpos=BELOW;if(typeof ol_aboveheight=='undefined')var ol_aboveheight=0;if(typeof ol_capicon=='undefined')var ol_capicon="";if(typeof ol_frame=='undefined')var ol_frame=self;if(typeof ol_timeout=='undefined')var ol_timeout=0;if(typeof ol_function=='undefined')var ol_function=null;if(typeof ol_delay=='undefined')var ol_delay=0;if(typeof ol_hauto=='undefined')var ol_hauto=0;if(typeof ol_vauto=='undefined')var ol_vauto=0;if(typeof ol_closeclick=='undefined')var ol_closeclick=0;if(typeof ol_wrap=='undefined')var ol_wrap=0;if(typeof ol_followmouse=='undefined')var ol_followmouse=1;if(typeof ol_mouseoff=='undefined')var ol_mouseoff=0;if(typeof ol_closetitle=='undefined')var ol_closetitle='Close';if(typeof ol_compatmode=='undefined')var ol_compatmode=0;if(typeof ol_css=='undefined')var ol_css=CSSOFF;if(typeof ol_fgclass=='undefined')var ol_fgclass="";if(typeof ol_bgclass=='undefined')var ol_bgclass="";if(typeof ol_textfontclass=='undefined')var ol_textfontclass="";if(typeof ol_captionfontclass=='undefined')var ol_captionfontclass="";if(typeof ol_closefontclass=='undefined')var ol_closefontclass="";
|
||||
if(typeof ol_texts=='undefined')var ol_texts=new Array("Text 0","Text 1");if(typeof ol_caps=='undefined')var ol_caps=new Array("Caption 0","Caption 1");
|
||||
var o3_text="",o3_cap="",o3_sticky=0,o3_background="",o3_close="Close",o3_hpos=RIGHT,o3_offsetx=2,o3_offsety=2,o3_fgcolor="",o3_bgcolor="",o3_textcolor="",o3_capcolor="",o3_closecolor="",o3_width=100,o3_border=1,o3_cellpad=2,o3_status="",o3_autostatus=0,o3_height=-1,o3_snapx=0,o3_snapy=0,o3_fixx=-1,o3_fixy=-1,o3_relx=null,o3_rely=null,o3_fgbackground="",o3_bgbackground="",o3_padxl=0,o3_padxr=0,o3_padyt=0,o3_padyb=0,o3_fullhtml=0,o3_vpos=BELOW,o3_aboveheight=0,o3_capicon="",o3_textfont="Verdana,Arial,Helvetica",o3_captionfont="Verdana,Arial,Helvetica",o3_closefont="Verdana,Arial,Helvetica",o3_textsize="1",o3_captionsize="1",o3_closesize="1",o3_frame=self,o3_timeout=0,o3_timerid=0,o3_allowmove=0,o3_function=null,o3_delay=0,o3_delayid=0,o3_hauto=0,o3_vauto=0,o3_closeclick=0,o3_wrap=0,o3_followmouse=1,o3_mouseoff=0,o3_closetitle='',o3_compatmode=0,o3_css=CSSOFF,o3_fgclass="",o3_bgclass="",o3_textfontclass="",o3_captionfontclass="",o3_closefontclass="";
|
||||
var o3_x=0,o3_y=0,o3_showingsticky=0,o3_removecounter=0;
|
||||
var over=null,fnRef,hoveringSwitch=false,olHideDelay;
|
||||
var isMac=(navigator.userAgent.indexOf("Mac")!=-1),olOp=(navigator.userAgent.toLowerCase().indexOf('opera')>-1&&document.createTextNode),olNs4=(navigator.appName=='Netscape'&&parseInt(navigator.appVersion)==4),olNs6=(document.getElementById)?true:false,olKq=(olNs6&&/konqueror/i.test(navigator.userAgent)),olIe4=(document.all)?true:false,olIe5=false,olIe55=false,docRoot='document.body';
|
||||
if(olNs4){var oW=window.innerWidth;var oH=window.innerHeight;window.onresize=function(){if(oW!=window.innerWidth||oH!=window.innerHeight)location.reload();}}
|
||||
if(olIe4){var agent=navigator.userAgent;if(/MSIE/.test(agent)){var versNum=parseFloat(agent.match(/MSIE[ ](\d{1,2}\.\d+)\.*/i)[1]);if(versNum>=5){olIe5=true;olIe55=(versNum>=5.5&&!olOp)?true:false;if(olNs6)olNs6=false;}}
|
||||
if(olNs6)olIe4=false;}
|
||||
if(document.compatMode&&document.compatMode=='CSS1Compat'){docRoot=((olIe4&&!olOp)?'document.documentElement':docRoot);}
|
||||
if(window.addEventListener)window.addEventListener("load",OLonLoad_handler,false);else if(window.attachEvent)window.attachEvent("onload",OLonLoad_handler);
|
||||
var capExtent;
|
||||
function overlib(){if(!olLoaded||isExclusive(overlib.arguments))return true;if(olCheckMouseCapture)olMouseCapture();if(over){over=(typeof over.id!='string')?o3_frame.document.all['overDiv']:over;cClick();}
|
||||
olHideDelay=0;o3_text=ol_text;o3_cap=ol_cap;o3_sticky=ol_sticky;o3_background=ol_background;o3_close=ol_close;o3_hpos=ol_hpos;o3_offsetx=ol_offsetx;o3_offsety=ol_offsety;o3_fgcolor=ol_fgcolor;o3_bgcolor=ol_bgcolor;o3_textcolor=ol_textcolor;o3_capcolor=ol_capcolor;o3_closecolor=ol_closecolor;o3_width=ol_width;o3_border=ol_border;o3_cellpad=ol_cellpad;o3_status=ol_status;o3_autostatus=ol_autostatus;o3_height=ol_height;o3_snapx=ol_snapx;o3_snapy=ol_snapy;o3_fixx=ol_fixx;o3_fixy=ol_fixy;o3_relx=ol_relx;o3_rely=ol_rely;o3_fgbackground=ol_fgbackground;o3_bgbackground=ol_bgbackground;o3_padxl=ol_padxl;o3_padxr=ol_padxr;o3_padyt=ol_padyt;o3_padyb=ol_padyb;o3_fullhtml=ol_fullhtml;o3_vpos=ol_vpos;o3_aboveheight=ol_aboveheight;o3_capicon=ol_capicon;o3_textfont=ol_textfont;o3_captionfont=ol_captionfont;o3_closefont=ol_closefont;o3_textsize=ol_textsize;o3_captionsize=ol_captionsize;o3_closesize=ol_closesize;o3_timeout=ol_timeout;o3_function=ol_function;o3_delay=ol_delay;o3_hauto=ol_hauto;o3_vauto=ol_vauto;o3_closeclick=ol_closeclick;o3_wrap=ol_wrap;o3_followmouse=ol_followmouse;o3_mouseoff=ol_mouseoff;o3_closetitle=ol_closetitle;o3_css=ol_css;o3_compatmode=ol_compatmode;o3_fgclass=ol_fgclass;o3_bgclass=ol_bgclass;o3_textfontclass=ol_textfontclass;o3_captionfontclass=ol_captionfontclass;o3_closefontclass=ol_closefontclass;
|
||||
setRunTimeVariables();
|
||||
fnRef='';
|
||||
o3_frame=ol_frame;
|
||||
if(!(over=createDivContainer()))return false;
|
||||
parseTokens('o3_',overlib.arguments);if(!postParseChecks())return false;
|
||||
if(o3_delay==0){return runHook("olMain",FREPLACE);}else{o3_delayid=setTimeout("runHook('olMain',FREPLACE)",o3_delay);return false;}}
|
||||
function nd(time){if(olLoaded&&!isExclusive()){hideDelay(time);
|
||||
if(o3_removecounter>=1){o3_showingsticky=0 };
|
||||
if(o3_showingsticky==0){o3_allowmove=0;if(over!=null&&o3_timerid==0)runHook("hideObject",FREPLACE,over);}else{o3_removecounter++;}}
|
||||
return true;}
|
||||
function cClick(){if(olLoaded){runHook("hideObject",FREPLACE,over);o3_showingsticky=0;}
|
||||
return false;}
|
||||
function overlib_pagedefaults(){parseTokens('ol_',overlib_pagedefaults.arguments);}
|
||||
function olMain(){var layerhtml,styleType;runHook("olMain",FBEFORE);
|
||||
if(o3_background!=""||o3_fullhtml){
|
||||
layerhtml=runHook('ol_content_background',FALTERNATE,o3_css,o3_text,o3_background,o3_fullhtml);}else{
|
||||
styleType=(pms[o3_css-1-pmStart]=="cssoff"||pms[o3_css-1-pmStart]=="cssclass");
|
||||
if(o3_fgbackground!="")o3_fgbackground="background=\""+o3_fgbackground+"\"";if(o3_bgbackground!="")o3_bgbackground=(styleType?"background=\""+o3_bgbackground+"\"":o3_bgbackground);
|
||||
if(o3_fgcolor!="")o3_fgcolor=(styleType?"bgcolor=\""+o3_fgcolor+"\"":o3_fgcolor);if(o3_bgcolor!="")o3_bgcolor=(styleType?"bgcolor=\""+o3_bgcolor+"\"":o3_bgcolor);
|
||||
if(o3_height>0)o3_height=(styleType?"height=\""+o3_height+"\"":o3_height);else o3_height="";
|
||||
if(o3_cap==""){
|
||||
layerhtml=runHook('ol_content_simple',FALTERNATE,o3_css,o3_text);}else{
|
||||
if(o3_sticky){
|
||||
layerhtml=runHook('ol_content_caption',FALTERNATE,o3_css,o3_text,o3_cap,o3_close);}else{
|
||||
layerhtml=runHook('ol_content_caption',FALTERNATE,o3_css,o3_text,o3_cap,"");}}}
|
||||
if(o3_sticky){if(o3_timerid>0){clearTimeout(o3_timerid);o3_timerid=0;}
|
||||
o3_showingsticky=1;o3_removecounter=0;}
|
||||
if(!runHook("createPopup",FREPLACE,layerhtml))return false;
|
||||
if(o3_autostatus>0){o3_status=o3_text;if(o3_autostatus>1)o3_status=o3_cap;}
|
||||
o3_allowmove=0;
|
||||
if(o3_timeout>0){if(o3_timerid>0)clearTimeout(o3_timerid);o3_timerid=setTimeout("cClick()",o3_timeout);}
|
||||
runHook("disp",FREPLACE,o3_status);runHook("olMain",FAFTER);
|
||||
return(olOp&&event&&event.type=='mouseover'&&!o3_status)?'':(o3_status!='');}
|
||||
function ol_content_simple(text){var cpIsMultiple=/,/.test(o3_cellpad);var txt='<table width="'+o3_width+'" border="0" cellpadding="'+o3_border+'" cellspacing="0" '+(o3_bgclass?'class="'+o3_bgclass+'"':o3_bgcolor+' '+o3_height)+'><tr><td><table width="100%" border="0" '+((olNs4||!cpIsMultiple)?'cellpadding="'+o3_cellpad+'" ':'')+'cellspacing="0" '+(o3_fgclass?'class="'+o3_fgclass+'"':o3_fgcolor+' '+o3_fgbackground+' '+o3_height)+'><tr><td valign="TOP"'+(o3_textfontclass?' class="'+o3_textfontclass+'">':((!olNs4&&cpIsMultiple)?' style="'+setCellPadStr(o3_cellpad)+'">':'>'))+(o3_textfontclass?'':wrapStr(0,o3_textsize,'text'))+text+(o3_textfontclass?'':wrapStr(1,o3_textsize))+'</td></tr></table></td></tr></table>';
|
||||
set_background("");return txt;}
|
||||
function ol_content_caption(text,title,close){var nameId,txt,cpIsMultiple=/,/.test(o3_cellpad);var closing,closeevent;
|
||||
closing="";closeevent="onmouseover";if(o3_closeclick==1)closeevent=(o3_closetitle?"title='"+o3_closetitle+"'":"")+" onclick";if(o3_capicon!=""){nameId=' hspace=\"5\"'+' align=\"middle\" alt=\"\"';if(typeof o3_dragimg!='undefined'&&o3_dragimg)nameId=' hspace=\"5\"'+' name=\"'+o3_dragimg+'\" id=\"'+o3_dragimg+'\" align=\"middle\" alt=\"Drag Enabled\" title=\"Drag Enabled\"';o3_capicon='<img src=\"'+o3_capicon+'\"'+nameId+' />';}
|
||||
if(close!="")
|
||||
closing='<td '+(!o3_compatmode&&o3_closefontclass?'class="'+o3_closefontclass:'align="RIGHT')+'"><a href="javascript:return '+fnRef+'cClick();"'+((o3_compatmode&&o3_closefontclass)?' class="'+o3_closefontclass+'" ':' ')+closeevent+'="return '+fnRef+'cClick();">'+(o3_closefontclass?'':wrapStr(0,o3_closesize,'close'))+close+(o3_closefontclass?'':wrapStr(1,o3_closesize,'close'))+'</a></td>';txt='<table width="'+o3_width+'" border="0" cellpadding="'+o3_border+'" cellspacing="0" '+(o3_bgclass?'class="'+o3_bgclass+'"':o3_bgcolor+' '+o3_bgbackground+' '+o3_height)+'><tr><td><table width="100%" border="0" cellpadding="2" cellspacing="0"><tr><td'+(o3_captionfontclass?' class="'+o3_captionfontclass+'">':'>')+(o3_captionfontclass?'':'<b>'+wrapStr(0,o3_captionsize,'caption'))+o3_capicon+title+(o3_captionfontclass?'':wrapStr(1,o3_captionsize)+'</b>')+'</td>'+closing+'</tr></table><table width="100%" border="0" '+((olNs4||!cpIsMultiple)?'cellpadding="'+o3_cellpad+'" ':'')+'cellspacing="0" '+(o3_fgclass?'class="'+o3_fgclass+'"':o3_fgcolor+' '+o3_fgbackground+' '+o3_height)+'><tr><td valign="TOP"'+(o3_textfontclass?' class="'+o3_textfontclass+'">' :((!olNs4&&cpIsMultiple)?' style="'+setCellPadStr(o3_cellpad)+'">':'>'))+(o3_textfontclass?'':wrapStr(0,o3_textsize,'text'))+text+(o3_textfontclass?'':wrapStr(1,o3_textsize))+'</td></tr></table></td></tr></table>';
|
||||
set_background("");return txt;}
|
||||
function ol_content_background(text,picture,hasfullhtml){if(hasfullhtml){txt=text;}else{txt='<table width="'+o3_width+'" border="0" cellpadding="0" cellspacing="0" height="'+o3_height+'"><tr><td colspan="3" height="'+o3_padyt+'"></td></tr><tr><td width="'+o3_padxl+'"></td><td valign="TOP" width="'+(o3_width-o3_padxl-o3_padxr)+(o3_textfontclass?'" class="'+o3_textfontclass:'')+'">'+(o3_textfontclass?'':wrapStr(0,o3_textsize,'text'))+text+(o3_textfontclass?'':wrapStr(1,o3_textsize))+'</td><td width="'+o3_padxr+'"></td></tr><tr><td colspan="3" height="'+o3_padyb+'"></td></tr></table>';}
|
||||
set_background(picture);return txt;}
|
||||
function set_background(pic){if(pic==""){if(olNs4){over.background.src=null;}else if(over.style){over.style.backgroundImage="none";}
|
||||
}else{if(olNs4){over.background.src=pic;}else if(over.style){over.style.width=o3_width+'px';over.style.backgroundImage="url("+pic+")";}}}
|
||||
var olShowId=-1;
|
||||
function disp(statustext){runHook("disp",FBEFORE);
|
||||
if(o3_allowmove==0){runHook("placeLayer",FREPLACE);(olNs6&&olShowId<0)?olShowId=setTimeout("runHook('showObject',FREPLACE,over)",1):runHook("showObject",FREPLACE,over);o3_allowmove=(o3_sticky||o3_followmouse==0)?0:1;}
|
||||
runHook("disp",FAFTER);
|
||||
if(statustext!="")self.status=statustext;}
|
||||
function createPopup(lyrContent){runHook("createPopup",FBEFORE);
|
||||
if(o3_wrap){var wd,ww,theObj=(olNs4?over:over.style);theObj.top=theObj.left=((olIe4&&!olOp)?0:-10000)+(!olNs4?'px':0);layerWrite(lyrContent);wd=(olNs4?over.clip.width:over.offsetWidth);if(wd>(ww=windowWidth())){lyrContent=lyrContent.replace(/\ /g,' ');o3_width=ww;o3_wrap=0;}}
|
||||
layerWrite(lyrContent);
|
||||
if(o3_wrap)o3_width=(olNs4?over.clip.width:over.offsetWidth);
|
||||
runHook("createPopup",FAFTER,lyrContent);
|
||||
return true;}
|
||||
function placeLayer(){var placeX,placeY,widthFix=0;
|
||||
if(o3_frame.innerWidth)widthFix=18;iwidth=windowWidth();
|
||||
winoffset=(olIe4)?eval('o3_frame.'+docRoot+'.scrollLeft'):o3_frame.pageXOffset;
|
||||
placeX=runHook('horizontalPlacement',FCHAIN,iwidth,winoffset,widthFix);
|
||||
if(o3_frame.innerHeight){iheight=o3_frame.innerHeight;}else if(eval('o3_frame.'+docRoot)&&eval("typeof o3_frame."+docRoot+".clientHeight=='number'")&&eval('o3_frame.'+docRoot+'.clientHeight')){iheight=eval('o3_frame.'+docRoot+'.clientHeight');}
|
||||
scrolloffset=(olIe4)?eval('o3_frame.'+docRoot+'.scrollTop'):o3_frame.pageYOffset;placeY=runHook('verticalPlacement',FCHAIN,iheight,scrolloffset);
|
||||
repositionTo(over,placeX,placeY);}
|
||||
function olMouseMove(e){var e=(e)?e:event;
|
||||
if(e.pageX){o3_x=e.pageX;o3_y=e.pageY;}else if(e.clientX){o3_x=eval('e.clientX+o3_frame.'+docRoot+'.scrollLeft');o3_y=eval('e.clientY+o3_frame.'+docRoot+'.scrollTop');}
|
||||
if(o3_allowmove==1)runHook("placeLayer",FREPLACE);
|
||||
if(hoveringSwitch&&!olNs4&&runHook("cursorOff",FREPLACE)){(olHideDelay?hideDelay(olHideDelay):cClick());hoveringSwitch=!hoveringSwitch;}}
|
||||
function no_overlib(){return ver3fix;}
|
||||
function olMouseCapture(){capExtent=document;var fN,str='',l,k,f,wMv,sS,mseHandler=olMouseMove;var re=/function[ ]*(\w*)\(/;
|
||||
wMv=(!olIe4&&window.onmousemove);if(document.onmousemove||wMv){if(wMv)capExtent=window;f=capExtent.onmousemove.toString();fN=f.match(re);if(fN==null){str=f+'(e);';}else if(fN[1]=='anonymous'||fN[1]=='olMouseMove'||(wMv&&fN[1]=='onmousemove')){if(!olOp&&wMv){l=f.indexOf('{')+1;k=f.lastIndexOf('}');sS=f.substring(l,k);if((l=sS.indexOf('('))!=-1){sS=sS.substring(0,l).replace(/^\s+/,'').replace(/\s+$/,'');if(eval("typeof "+sS+"=='undefined'"))window.onmousemove=null;else str=sS+'(e);';}}
|
||||
if(!str){olCheckMouseCapture=false;return;}
|
||||
}else{if(fN[1])str=fN[1]+'(e);';else{l=f.indexOf('{')+1;k=f.lastIndexOf('}');str=f.substring(l,k)+'\n';}}
|
||||
str+='olMouseMove(e);';mseHandler=new Function('e',str);if (typeof yourvar != 'l') {return;}}
|
||||
capExtent.onmousemove=mseHandler;if(olNs4)capExtent.captureEvents(Event.MOUSEMOVE);}
|
||||
function parseTokens(pf,ar){
|
||||
var v,i,mode=-1,par=(pf!='ol_'),fnMark=(par&&!ar.length?1:0);
|
||||
for(i=0;i<ar.length;i++){if(mode<0){
|
||||
if(typeof ar[i]=='number'&&ar[i]>pmStart&&ar[i]<pmUpper){fnMark=(par?1:0);i--;}else{switch(pf){case 'ol_':
|
||||
ol_text=ar[i].toString();break;default:
|
||||
o3_text=ar[i].toString();}}
|
||||
mode=0;}else{
|
||||
if(ar[i]>=pmCount||ar[i]==DONOTHING){continue;}
|
||||
if(ar[i]==INARRAY){fnMark=0;eval(pf+'text=ol_texts['+ar[++i]+'].toString()');continue;}
|
||||
if(ar[i]==CAPARRAY){eval(pf+'cap=ol_caps['+ar[++i]+'].toString()');continue;}
|
||||
if(ar[i]==STICKY){if(pf!='ol_')eval(pf+'sticky=1');continue;}
|
||||
if(ar[i]==BACKGROUND){eval(pf+'background="'+ar[++i]+'"');continue;}
|
||||
if(ar[i]==NOCLOSE){if(pf!='ol_')opt_NOCLOSE();continue;}
|
||||
if(ar[i]==CAPTION){eval(pf+"cap='"+escSglQuote(ar[++i])+"'");continue;}
|
||||
if(ar[i]==CENTER||ar[i]==LEFT||ar[i]==RIGHT){eval(pf+'hpos='+ar[i]);if(pf!='ol_')olHautoFlag=1;continue;}
|
||||
if(ar[i]==OFFSETX){eval(pf+'offsetx='+ar[++i]);continue;}
|
||||
if(ar[i]==OFFSETY){eval(pf+'offsety='+ar[++i]);continue;}
|
||||
if(ar[i]==FGCOLOR){eval(pf+'fgcolor="'+ar[++i]+'"');continue;}
|
||||
if(ar[i]==BGCOLOR){eval(pf+'bgcolor="'+ar[++i]+'"');continue;}
|
||||
if(ar[i]==TEXTCOLOR){eval(pf+'textcolor="'+ar[++i]+'"');continue;}
|
||||
if(ar[i]==CAPCOLOR){eval(pf+'capcolor="'+ar[++i]+'"');continue;}
|
||||
if(ar[i]==CLOSECOLOR){eval(pf+'closecolor="'+ar[++i]+'"');continue;}
|
||||
if(ar[i]==WIDTH){eval(pf+'width='+ar[++i]);continue;}
|
||||
if(ar[i]==BORDER){eval(pf+'border='+ar[++i]);continue;}
|
||||
if(ar[i]==CELLPAD){i=opt_MULTIPLEARGS(++i,ar,(pf+'cellpad'));continue;}
|
||||
if(ar[i]==STATUS){eval(pf+"status='"+escSglQuote(ar[++i])+"'");continue;}
|
||||
if(ar[i]==AUTOSTATUS){eval(pf+'autostatus=('+pf+'autostatus==1)?0:1');continue;}
|
||||
if(ar[i]==AUTOSTATUSCAP){eval(pf+'autostatus=('+pf+'autostatus==2)?0:2');continue;}
|
||||
if(ar[i]==HEIGHT){eval(pf+'height='+pf+'aboveheight='+ar[++i]);continue;}
|
||||
if(ar[i]==CLOSETEXT){eval(pf+"close='"+escSglQuote(ar[++i])+"'");continue;}
|
||||
if(ar[i]==SNAPX){eval(pf+'snapx='+ar[++i]);continue;}
|
||||
if(ar[i]==SNAPY){eval(pf+'snapy='+ar[++i]);continue;}
|
||||
if(ar[i]==FIXX){eval(pf+'fixx='+ar[++i]);continue;}
|
||||
if(ar[i]==FIXY){eval(pf+'fixy='+ar[++i]);continue;}
|
||||
if(ar[i]==RELX){eval(pf+'relx='+ar[++i]);continue;}
|
||||
if(ar[i]==RELY){eval(pf+'rely='+ar[++i]);continue;}
|
||||
if(ar[i]==FGBACKGROUND){eval(pf+'fgbackground="'+ar[++i]+'"');continue;}
|
||||
if(ar[i]==BGBACKGROUND){eval(pf+'bgbackground="'+ar[++i]+'"');continue;}
|
||||
if(ar[i]==PADX){eval(pf+'padxl='+ar[++i]);eval(pf+'padxr='+ar[++i]);continue;}
|
||||
if(ar[i]==PADY){eval(pf+'padyt='+ar[++i]);eval(pf+'padyb='+ar[++i]);continue;}
|
||||
if(ar[i]==FULLHTML){if(pf!='ol_')eval(pf+'fullhtml=1');continue;}
|
||||
if(ar[i]==BELOW||ar[i]==ABOVE){eval(pf+'vpos='+ar[i]);if(pf!='ol_')olVautoFlag=1;continue;}
|
||||
if(ar[i]==CAPICON){eval(pf+'capicon="'+ar[++i]+'"');continue;}
|
||||
if(ar[i]==TEXTFONT){eval(pf+"textfont='"+escSglQuote(ar[++i])+"'");continue;}
|
||||
if(ar[i]==CAPTIONFONT){eval(pf+"captionfont='"+escSglQuote(ar[++i])+"'");continue;}
|
||||
if(ar[i]==CLOSEFONT){eval(pf+"closefont='"+escSglQuote(ar[++i])+"'");continue;}
|
||||
if(ar[i]==TEXTSIZE){eval(pf+'textsize="'+ar[++i]+'"');continue;}
|
||||
if(ar[i]==CAPTIONSIZE){eval(pf+'captionsize="'+ar[++i]+'"');continue;}
|
||||
if(ar[i]==CLOSESIZE){eval(pf+'closesize="'+ar[++i]+'"');continue;}
|
||||
if(ar[i]==TIMEOUT){eval(pf+'timeout='+ar[++i]);continue;}
|
||||
if(ar[i]==FUNCTION){if(pf=='ol_'){if(typeof ar[i+1]!='number'){v=ar[++i];ol_function=(typeof v=='function'?v:null);}}else{fnMark=0;v=null;if(typeof ar[i+1]!='number')v=ar[++i]; opt_FUNCTION(v);} continue;}
|
||||
if(ar[i]==DELAY){eval(pf+'delay='+ar[++i]);continue;}
|
||||
if(ar[i]==HAUTO){eval(pf+'hauto=('+pf+'hauto==0)?1:0');continue;}
|
||||
if(ar[i]==VAUTO){eval(pf+'vauto=('+pf+'vauto==0)?1:0');continue;}
|
||||
if(ar[i]==CLOSECLICK){eval(pf+'closeclick=('+pf+'closeclick==0)?1:0');continue;}
|
||||
if(ar[i]==WRAP){eval(pf+'wrap=('+pf+'wrap==0)?1:0');continue;}
|
||||
if(ar[i]==FOLLOWMOUSE){eval(pf+'followmouse=('+pf+'followmouse==1)?0:1');continue;}
|
||||
if(ar[i]==MOUSEOFF){eval(pf+'mouseoff=('+pf+'mouseoff==0)?1:0');v=ar[i+1];if(pf!='ol_'&&eval(pf+'mouseoff')&&typeof v=='number'&&(v<pmStart||v>pmUpper))olHideDelay=ar[++i];continue;}
|
||||
if(ar[i]==CLOSETITLE){eval(pf+"closetitle='"+escSglQuote(ar[++i])+"'");continue;}
|
||||
if(ar[i]==CSSOFF||ar[i]==CSSCLASS){eval(pf+'css='+ar[i]);continue;}
|
||||
if(ar[i]==COMPATMODE){eval(pf+'compatmode=('+pf+'compatmode==0)?1:0');continue;}
|
||||
if(ar[i]==FGCLASS){eval(pf+'fgclass="'+ar[++i]+'"');continue;}
|
||||
if(ar[i]==BGCLASS){eval(pf+'bgclass="'+ar[++i]+'"');continue;}
|
||||
if(ar[i]==TEXTFONTCLASS){eval(pf+'textfontclass="'+ar[++i]+'"');continue;}
|
||||
if(ar[i]==CAPTIONFONTCLASS){eval(pf+'captionfontclass="'+ar[++i]+'"');continue;}
|
||||
if(ar[i]==CLOSEFONTCLASS){eval(pf+'closefontclass="'+ar[++i]+'"');continue;}
|
||||
i=parseCmdLine(pf,i,ar);}}
|
||||
if(fnMark&&o3_function)o3_text=o3_function();
|
||||
if((pf=='o3_')&&o3_wrap){o3_width=0;
|
||||
var tReg=/<.*\n*>/ig;if(!tReg.test(o3_text))o3_text=o3_text.replace(/[ ]+/g,' ');if(!tReg.test(o3_cap))o3_cap=o3_cap.replace(/[ ]+/g,' ');}
|
||||
if((pf=='o3_')&&o3_sticky){if(!o3_close&&(o3_frame!=ol_frame))o3_close=ol_close;if(o3_mouseoff&&(o3_frame==ol_frame))opt_NOCLOSE(' ');}}
|
||||
function layerWrite(txt){txt+="\n";if(olNs4){var lyr=o3_frame.document.layers['overDiv'].document
|
||||
lyr.write(txt)
|
||||
lyr.close()
|
||||
}else if(typeof over.innerHTML!='undefined'){if(olIe5&&isMac)over.innerHTML='';over.innerHTML=txt;}else{range=o3_frame.document.createRange();range.setStartAfter(over);domfrag=range.createContextualFragment(txt);
|
||||
while(over.hasChildNodes()){over.removeChild(over.lastChild);}
|
||||
over.appendChild(domfrag);}}
|
||||
function showObject(obj){runHook("showObject",FBEFORE);
|
||||
var theObj=(olNs4?obj:obj.style);theObj.visibility='visible';
|
||||
runHook("showObject",FAFTER);}
|
||||
function hideObject(obj){runHook("hideObject",FBEFORE);
|
||||
var theObj=(olNs4?obj:obj.style);if(olNs6&&olShowId>0){clearTimeout(olShowId);olShowId=0;}
|
||||
theObj.visibility='hidden';theObj.top=theObj.left=((olIe4&&!olOp)?0:-10000)+(!olNs4?'px':0);
|
||||
if(o3_timerid>0)clearTimeout(o3_timerid);if(o3_delayid>0)clearTimeout(o3_delayid);
|
||||
o3_timerid=0;o3_delayid=0;self.status="";
|
||||
if(obj.onmouseout||obj.onmouseover){if(olNs4)obj.releaseEvents(Event.MOUSEOUT||Event.MOUSEOVER);obj.onmouseout=obj.onmouseover=null;}
|
||||
runHook("hideObject",FAFTER);}
|
||||
function repositionTo(obj,xL,yL){var theObj=(olNs4?obj:obj.style);theObj.left=xL+(!olNs4?'px':0);theObj.top=yL+(!olNs4?'px':0);}
|
||||
function cursorOff(){var left=parseInt(over.style.left);var top=parseInt(over.style.top);var right=left+(over.offsetWidth>=parseInt(o3_width)?over.offsetWidth:parseInt(o3_width));var bottom=top+(over.offsetHeight>=o3_aboveheight?over.offsetHeight:o3_aboveheight);
|
||||
if(o3_x<left||o3_x>right||o3_y<top||o3_y>bottom)return true;
|
||||
return false;}
|
||||
function opt_FUNCTION(callme){o3_text=(callme?(typeof callme=='string'?(/.+\(.*\)/.test(callme)?eval(callme):callme):callme()):(o3_function?o3_function():'No Function'));
|
||||
return 0;}
|
||||
function opt_NOCLOSE(unused){if(!unused)o3_close="";
|
||||
if(olNs4){over.captureEvents(Event.MOUSEOUT||Event.MOUSEOVER);over.onmouseover=function(){if(o3_timerid>0){clearTimeout(o3_timerid);o3_timerid=0;} }
|
||||
over.onmouseout=function(e){if(olHideDelay)hideDelay(olHideDelay);else cClick(e);}
|
||||
}else{over.onmouseover=function(){hoveringSwitch=true;if(o3_timerid>0){clearTimeout(o3_timerid);o3_timerid=0;} }}
|
||||
return 0;}
|
||||
function opt_MULTIPLEARGS(i,args,parameter){var k=i,re,pV,str='';
|
||||
for(k=i;k<args.length;k++){if(typeof args[k]=='number'&&args[k]>pmStart)break;str+=args[k]+',';}
|
||||
if(str)str=str.substring(0,--str.length);
|
||||
k--;pV=(olNs4&&/cellpad/i.test(parameter))?str.split(',')[0]:str;eval(parameter+'="'+pV+'"');
|
||||
return k;}
|
||||
function nbspCleanup(){if(o3_wrap){o3_text=o3_text.replace(/\ /g,' ');o3_cap=o3_cap.replace(/\ /g,' ');}}
|
||||
function escSglQuote(str){return str.toString().replace(/'/g,"\\'");}
|
||||
function OLonLoad_handler(e){var re=/\w+\(.*\)[;\s]+/g,olre=/overlib\(|nd\(|cClick\(/,fn,l,i;
|
||||
if(!olLoaded)olLoaded=1;
|
||||
if(window.removeEventListener&&e.eventPhase==3)window.removeEventListener("load",OLonLoad_handler,false);else if(window.detachEvent){window.detachEvent("onload",OLonLoad_handler);var fN=document.body.getAttribute('onload');if(fN){fN=fN.toString().match(re);if(fN&&fN.length){for(i=0;i<fN.length;i++){if(/anonymous/.test(fN[i]))continue;while((l=fN[i].search(/\)[;\s]+/))!=-1){fn=fN[i].substring(0,l+1);fN[i]=fN[i].substring(l+2);if(olre.test(fn))eval(fn);}}}}}}
|
||||
function wrapStr(endWrap,fontSizeStr,whichString){var fontStr,fontColor,isClose=((whichString=='close')?1:0),hasDims=/[%\-a-z]+$/.test(fontSizeStr);fontSizeStr=(olNs4)?(!hasDims?fontSizeStr:'1'):fontSizeStr;if(endWrap)return(hasDims&&!olNs4)?(isClose?'</span>':'</div>'):'</font>';else{fontStr='o3_'+whichString+'font';fontColor='o3_'+((whichString=='caption')? 'cap':whichString)+'color';return(hasDims&&!olNs4)?(isClose?'<span style="font-family: '+quoteMultiNameFonts(eval(fontStr))+';color: '+eval(fontColor)+';font-size: '+fontSizeStr+';">':'<div style="font-family: '+quoteMultiNameFonts(eval(fontStr))+';color: '+eval(fontColor)+';font-size: '+fontSizeStr+';">'):'<font face="'+eval(fontStr)+'" color="'+eval(fontColor)+'" size="'+(parseInt(fontSizeStr)>7?'7':fontSizeStr)+'">';}}
|
||||
function quoteMultiNameFonts(theFont){var v,pM=theFont.split(',');for(var i=0;i<pM.length;i++){v=pM[i];v=v.replace(/^\s+/,'').replace(/\s+$/,'');if(/\s/.test(v)&&!/['"]/.test(v)){v="\'"+v+"\'";pM[i]=v;}}
|
||||
return pM.join();}
|
||||
function isExclusive(args){return false;}
|
||||
function setCellPadStr(parameter){var Str='',j=0,ary=new Array(),top,bottom,left,right;
|
||||
Str+='padding: ';ary=parameter.replace(/\s+/g,'').split(',');
|
||||
switch(ary.length){case 2:
|
||||
top=bottom=ary[j];left=right=ary[++j];break;case 3:
|
||||
top=ary[j];left=right=ary[++j];bottom=ary[++j];break;case 4:
|
||||
top=ary[j];right=ary[++j];bottom=ary[++j];left=ary[++j];break;}
|
||||
Str+=((ary.length==1)?ary[0]+'px;':top+'px '+right+'px '+bottom+'px '+left+'px;');
|
||||
return Str;}
|
||||
function hideDelay(time){if(time&&!o3_delay){if(o3_timerid>0)clearTimeout(o3_timerid);
|
||||
o3_timerid=setTimeout("cClick()",(o3_timeout=time));}}
|
||||
function horizontalPlacement(browserWidth,horizontalScrollAmount,widthFix){var placeX,iwidth=browserWidth,winoffset=horizontalScrollAmount;var parsedWidth=parseInt(o3_width);
|
||||
if(o3_fixx>-1||o3_relx!=null){
|
||||
placeX=(o3_relx!=null?( o3_relx<0?winoffset+o3_relx+iwidth-parsedWidth-widthFix:winoffset+o3_relx):o3_fixx);}else{
|
||||
if(o3_hauto==1){if((o3_x-winoffset)>(iwidth/2)){o3_hpos=LEFT;}else{o3_hpos=RIGHT;}}
|
||||
if(o3_hpos==CENTER){placeX=o3_x+o3_offsetx-(parsedWidth/2);
|
||||
if(placeX<winoffset)placeX=winoffset;}
|
||||
if(o3_hpos==RIGHT){placeX=o3_x+o3_offsetx;
|
||||
if((placeX+parsedWidth)>(winoffset+iwidth-widthFix)){placeX=iwidth+winoffset-parsedWidth-widthFix;if(placeX<0)placeX=0;}}
|
||||
if(o3_hpos==LEFT){placeX=o3_x-o3_offsetx-parsedWidth;if(placeX<winoffset)placeX=winoffset;}
|
||||
if(o3_snapx>1){var snapping=placeX % o3_snapx;
|
||||
if(o3_hpos==LEFT){placeX=placeX-(o3_snapx+snapping);}else{
|
||||
placeX=placeX+(o3_snapx-snapping);}
|
||||
if(placeX<winoffset)placeX=winoffset;}}
|
||||
return placeX;}
|
||||
function verticalPlacement(browserHeight,verticalScrollAmount){var placeY,iheight=browserHeight,scrolloffset=verticalScrollAmount;var parsedHeight=(o3_aboveheight?parseInt(o3_aboveheight):(olNs4?over.clip.height:over.offsetHeight));
|
||||
if(o3_fixy>-1||o3_rely!=null){
|
||||
placeY=(o3_rely!=null?(o3_rely<0?scrolloffset+o3_rely+iheight-parsedHeight:scrolloffset+o3_rely):o3_fixy);}else{
|
||||
if(o3_vauto==1){if((o3_y-scrolloffset)>(iheight/2)&&o3_vpos==BELOW&&(o3_y+parsedHeight+o3_offsety-(scrolloffset+iheight)>0)){o3_vpos=ABOVE;}else if(o3_vpos==ABOVE&&(o3_y-(parsedHeight+o3_offsety)-scrolloffset<0)){o3_vpos=BELOW;}}
|
||||
if(o3_vpos==ABOVE){if(o3_aboveheight==0)o3_aboveheight=parsedHeight;
|
||||
placeY=o3_y-(o3_aboveheight+o3_offsety);if(placeY<scrolloffset)placeY=scrolloffset;}else{
|
||||
placeY=o3_y+o3_offsety;}
|
||||
if(o3_snapy>1){var snapping=placeY % o3_snapy;
|
||||
if(o3_aboveheight>0&&o3_vpos==ABOVE){placeY=placeY-(o3_snapy+snapping);}else{placeY=placeY+(o3_snapy-snapping);}
|
||||
if(placeY<scrolloffset)placeY=scrolloffset;}}
|
||||
return placeY;}
|
||||
function checkPositionFlags(){if(olHautoFlag)olHautoFlag=o3_hauto=0;if(olVautoFlag)olVautoFlag=o3_vauto=0;return true;}
|
||||
function windowWidth(){var w;if(o3_frame.innerWidth)w=o3_frame.innerWidth;else if(eval('o3_frame.'+docRoot)&&eval("typeof o3_frame."+docRoot+".clientWidth=='number'")&&eval('o3_frame.'+docRoot+'.clientWidth'))
|
||||
w=eval('o3_frame.'+docRoot+'.clientWidth');return w;}
|
||||
function createDivContainer(id,frm,zValue){id=(id||'overDiv'),frm=(frm||o3_frame),zValue=(zValue||1000);var objRef,divContainer=layerReference(id);
|
||||
if(divContainer==null){if(olNs4){divContainer=frm.document.layers[id]=new Layer(window.innerWidth,frm);objRef=divContainer;}else{var body=(olIe4?frm.document.all.tags('BODY')[0]:frm.document.getElementsByTagName("BODY")[0]);if(olIe4&&!document.getElementById){body.insertAdjacentHTML("beforeEnd",'<div id="'+id+'"></div>');divContainer=layerReference(id);}else{divContainer=frm.document.createElement("DIV");divContainer.id=id;body.appendChild(divContainer);}
|
||||
objRef=divContainer.style;}
|
||||
objRef.position='absolute';objRef.visibility='hidden';objRef.zIndex=zValue;if(olIe4&&!olOp)objRef.left=objRef.top='0px';else objRef.left=objRef.top=-10000+(!olNs4?'px':0);}
|
||||
return divContainer;}
|
||||
function layerReference(id){return(olNs4?o3_frame.document.layers[id]:(document.all?o3_frame.document.all[id]:o3_frame.document.getElementById(id)));}
|
||||
function isFunction(fnRef){var rtn=true;
|
||||
if(typeof fnRef=='object'){for(var i=0;i<fnRef.length;i++){if(typeof fnRef[i]=='function')continue;rtn=false;break;}
|
||||
}else if(typeof fnRef!='function'){rtn=false;}
|
||||
return rtn;}
|
||||
function argToString(array,strtInd,argName){var jS=strtInd,aS='',ar=array;argName=(argName?argName:'ar');
|
||||
if(ar.length>jS){for(var k=jS;k<ar.length;k++)aS+=argName+'['+k+'], ';aS=aS.substring(0,aS.length-2);}
|
||||
return aS;}
|
||||
function reOrder(hookPt,fnRef,order){var newPt=new Array(),match,i,j;
|
||||
if(!order||typeof order=='undefined'||typeof order=='number')return hookPt;
|
||||
if(typeof order=='function'){if(typeof fnRef=='object'){newPt=newPt.concat(fnRef);}else{newPt[newPt.length++]=fnRef;}
|
||||
for(i=0;i<hookPt.length;i++){match=false;if(typeof fnRef=='function'&&hookPt[i]==fnRef){continue;}else{for(j=0;j<fnRef.length;j++)if(hookPt[i]==fnRef[j]){match=true;break;}}
|
||||
if(!match)newPt[newPt.length++]=hookPt[i];}
|
||||
newPt[newPt.length++]=order;
|
||||
}else if(typeof order=='object'){if(typeof fnRef=='object'){newPt=newPt.concat(fnRef);}else{newPt[newPt.length++]=fnRef;}
|
||||
for(j=0;j<hookPt.length;j++){match=false;if(typeof fnRef=='function'&&hookPt[j]==fnRef){continue;}else{for(i=0;i<fnRef.length;i++)if(hookPt[j]==fnRef[i]){match=true;break;}}
|
||||
if(!match)newPt[newPt.length++]=hookPt[j];}
|
||||
for(i=0;i<newPt.length;i++)hookPt[i]=newPt[i];newPt.length=0;
|
||||
for(j=0;j<hookPt.length;j++){match=false;for(i=0;i<order.length;i++){if(hookPt[j]==order[i]){match=true;break;}}
|
||||
if(!match)newPt[newPt.length++]=hookPt[j];}
|
||||
newPt=newPt.concat(order);}
|
||||
hookPt=newPt;
|
||||
return hookPt;}
|
||||
function setRunTimeVariables(){if(typeof runTime!='undefined'&&runTime.length){for(var k=0;k<runTime.length;k++){runTime[k]();}}}
|
||||
function parseCmdLine(pf,i,args){if(typeof cmdLine!='undefined'&&cmdLine.length){for(var k=0;k<cmdLine.length;k++){var j=cmdLine[k](pf,i,args);if(j >-1){i=j;break;}}}
|
||||
return i;}
|
||||
function postParseChecks(pf,args){if(typeof postParse!='undefined'&&postParse.length){for(var k=0;k<postParse.length;k++){if(postParse[k](pf,args))continue;return false;}}
|
||||
return true;}
|
||||
function registerCommands(cmdStr){if(typeof cmdStr!='string')return;
|
||||
var pM=cmdStr.split(',');pms=pms.concat(pM);
|
||||
for(var i=0;i< pM.length;i++){eval(pM[i].toUpperCase()+'='+pmCount++);}}
|
||||
function registerNoParameterCommands(cmdStr){if(!cmdStr&&typeof cmdStr!='string')return;pmt=(!pmt)?cmdStr:pmt+','+cmdStr;}
|
||||
function registerHook(fnHookTo,fnRef,hookType,optPm){var hookPt,last=typeof optPm;
|
||||
if(fnHookTo=='plgIn'||fnHookTo=='postParse')return;if(typeof hookPts[fnHookTo]=='undefined')hookPts[fnHookTo]=new FunctionReference();
|
||||
hookPt=hookPts[fnHookTo];
|
||||
if(hookType!=null){if(hookType==FREPLACE){hookPt.ovload=fnRef;if(fnHookTo.indexOf('ol_content_')>-1)hookPt.alt[pms[CSSOFF-1-pmStart]]=fnRef;
|
||||
}else if(hookType==FBEFORE||hookType==FAFTER){var hookPt=(hookType==1?hookPt.before:hookPt.after);
|
||||
if(typeof fnRef=='object'){hookPt=hookPt.concat(fnRef);}else{hookPt[hookPt.length++]=fnRef;}
|
||||
if(optPm)hookPt=reOrder(hookPt,fnRef,optPm);
|
||||
}else if(hookType==FALTERNATE){if(last=='number')hookPt.alt[pms[optPm-1-pmStart]]=fnRef;}else if(hookType==FCHAIN){hookPt=hookPt.chain;if(typeof fnRef=='object')hookPt=hookPt.concat(fnRef);else hookPt[hookPt.length++]=fnRef;}
|
||||
return;}}
|
||||
function registerRunTimeFunction(fn){if(isFunction(fn)){if(typeof fn=='object'){runTime=runTime.concat(fn);}else{runTime[runTime.length++]=fn;}}}
|
||||
function registerCmdLineFunction(fn){if(isFunction(fn)){if(typeof fn=='object'){cmdLine=cmdLine.concat(fn);}else{cmdLine[cmdLine.length++]=fn;}}}
|
||||
function registerPostParseFunction(fn){if(isFunction(fn)){if(typeof fn=='object'){postParse=postParse.concat(fn);}else{postParse[postParse.length++]=fn;}}}
|
||||
function runHook(fnHookTo,hookType){var l=hookPts[fnHookTo],k,rtnVal=null,optPm,arS,ar=runHook.arguments;
|
||||
if(hookType==FREPLACE){arS=argToString(ar,2);
|
||||
if(typeof l=='undefined'||!(l=l.ovload))rtnVal=eval(fnHookTo+'('+arS+')');else rtnVal=eval('l('+arS+')');
|
||||
}else if(hookType==FBEFORE||hookType==FAFTER){if(typeof l!='undefined'){l=(hookType==1?l.before:l.after);
|
||||
if(l.length){arS=argToString(ar,2);for(var k=0;k<l.length;k++)eval('l[k]('+arS+')');}}
|
||||
}else if(hookType==FALTERNATE){optPm=ar[2];arS=argToString(ar,3);
|
||||
if(typeof l=='undefined'||(l=l.alt[pms[optPm-1-pmStart]])=='undefined'){rtnVal=eval(fnHookTo+'('+arS+')');}else{rtnVal=eval('l('+arS+')');}
|
||||
}else if(hookType==FCHAIN){arS=argToString(ar,2);l=l.chain;
|
||||
for(k=l.length;k>0;k--)if((rtnVal=eval('l[k-1]('+arS+')'))!=void(0))break;}
|
||||
return rtnVal;}
|
||||
function FunctionReference(){this.ovload=null;this.before=new Array();this.after=new Array();this.alt=new Array();this.chain=new Array();}
|
||||
function Info(version,prerelease){this.version=version;this.prerelease=prerelease;
|
||||
this.simpleversion=Math.round(this.version*100);this.major=parseInt(this.simpleversion/100);this.minor=parseInt(this.simpleversion/10)-this.major * 10;this.revision=parseInt(this.simpleversion)-this.major * 100-this.minor * 10;this.meets=meets;}
|
||||
function meets(reqdVersion){return(!reqdVersion)?false:this.simpleversion>=Math.round(100*parseFloat(reqdVersion));}
|
||||
registerHook("ol_content_simple",ol_content_simple,FALTERNATE,CSSOFF);registerHook("ol_content_caption",ol_content_caption,FALTERNATE,CSSOFF);registerHook("ol_content_background",ol_content_background,FALTERNATE,CSSOFF);registerHook("ol_content_simple",ol_content_simple,FALTERNATE,CSSCLASS);registerHook("ol_content_caption",ol_content_caption,FALTERNATE,CSSCLASS);registerHook("ol_content_background",ol_content_background,FALTERNATE,CSSCLASS);registerPostParseFunction(checkPositionFlags);registerHook("hideObject",nbspCleanup,FAFTER);registerHook("horizontalPlacement",horizontalPlacement,FCHAIN);registerHook("verticalPlacement",verticalPlacement,FCHAIN);if(olNs4||(olIe5&&isMac)||olKq)olLoaded=1;registerNoParameterCommands('sticky,autostatus,autostatuscap,fullhtml,hauto,vauto,closeclick,wrap,followmouse,mouseoff,compatmode');
|
||||
var olCheckMouseCapture=true;if((olNs4||olNs6||olIe4)){olMouseCapture();}else{overlib=no_overlib;nd=no_overlib;ver3fix=true;}
|
||||
14
media/com_phocadownload/js/plupload/i18n/cs.js
Normal file
@ -0,0 +1,14 @@
|
||||
// .po file like language pack
|
||||
plupload.addI18n({
|
||||
'Select files' : 'Vyberte soubory',
|
||||
'Add files to the upload queue and click the start button.' : 'Přidejte soubory do fronty a pak spusťte nahrávání.',
|
||||
'Filename' : 'Název souboru',
|
||||
'Status' : 'Status',
|
||||
'Size' : 'Velikost',
|
||||
'Add Files' : 'Přidat soubory',
|
||||
'Stop current upload' : 'Zastavit nahrávání',
|
||||
'Start uploading queue' : 'Spustit frontu nahrávání',
|
||||
'Drag files here.' : 'Sem přetáhněte soubory.',
|
||||
'Start Upload': 'Spustit nahrávání',
|
||||
'Uploaded %d/%d files': 'Nahráno %d/%d souborů'
|
||||
});
|
||||
12
media/com_phocadownload/js/plupload/i18n/da.js
Normal file
@ -0,0 +1,12 @@
|
||||
// .po file like language pack
|
||||
plupload.addI18n({
|
||||
'Select files' : 'Vælg filer',
|
||||
'Add files to the upload queue and click the start button.' : 'Tilføj filer til køen, og tryk på start.',
|
||||
'Filename' : 'Filnavn',
|
||||
'Status' : 'Status',
|
||||
'Size' : 'Størrelse',
|
||||
'Add files' : 'Tilføj filer',
|
||||
'Stop current upload' : 'Stop upload',
|
||||
'Start uploading queue' : 'Start upload',
|
||||
'Drag files here.' : 'Træk filer her.'
|
||||
});
|
||||
24
media/com_phocadownload/js/plupload/i18n/de.js
Normal file
@ -0,0 +1,24 @@
|
||||
// German
|
||||
plupload.addI18n({
|
||||
'Select files' : 'Dateien hochladen',
|
||||
'Add files to the upload queue and click the start button.' : 'Dateien hinzufügen und auf \'Hochladen\' klicken.',
|
||||
'Filename' : 'Dateiname',
|
||||
'Status' : 'Status',
|
||||
'Size' : 'Größe',
|
||||
'Add files' : 'Dateien', // hinzufügen',
|
||||
'Stop current upload' : 'Aktuelles Hochladen stoppen',
|
||||
'Start uploading queue' : 'Hochladen starten',
|
||||
'Uploaded %d/%d files': '%d/%d Dateien sind hochgeladen',
|
||||
'N/A' : 'Nicht verfügbar',
|
||||
'Drag files here.' : 'Ziehen Sie die Dateien hier hin',
|
||||
'File extension error.': 'Fehler bei Dateiendung',
|
||||
'File size error.': 'Fehler bei Dateigröße',
|
||||
'Init error.': 'Initialisierungsfehler',
|
||||
'HTTP Error.': 'HTTP-Fehler',
|
||||
'Security error.': 'Sicherheitsfehler',
|
||||
'Generic error.': 'Typischer Fehler',
|
||||
'IO error.': 'Ein/Ausgabe-Fehler',
|
||||
'Stop Upload': 'Hochladen stoppen',
|
||||
'Start upload': 'Hochladen',
|
||||
'%d files queued': '%d Dateien in der Warteschlange'
|
||||
});
|
||||
14
media/com_phocadownload/js/plupload/i18n/el.js
Normal file
@ -0,0 +1,14 @@
|
||||
// Greek
|
||||
plupload.addI18n({
|
||||
'Select files' : 'Επιλέξτε Αρχεία',
|
||||
'Add files to the upload queue and click the start button.' : 'Προσθήκη αρχείων στην ουρά μεταφόρτωσης',
|
||||
'Filename' : 'Όνομα αρχείου',
|
||||
'Status' : 'Κατάσταση',
|
||||
'Size' : 'Μέγεθος',
|
||||
'Add Files' : 'Προσθέστε αρχεία',
|
||||
'Stop current upload' : 'Διακοπή τρέχουσας μεταφόρτωσης',
|
||||
'Start uploading queue' : 'Εκκίνηση μεταφόρτωσης ουράς αρχείων',
|
||||
'Drag files here.' : 'Σύρετε αρχεία εδώ',
|
||||
'Start Upload': 'Εκκίνηση μεταφόρτωσης',
|
||||
'Uploaded %d/%d files': 'Ανέβηκαν %d/%d αρχεία'
|
||||
});
|
||||
25
media/com_phocadownload/js/plupload/i18n/es.js
Normal file
@ -0,0 +1,25 @@
|
||||
// Spanish
|
||||
plupload.addI18n({
|
||||
'Select files' : 'Elija archivos:',
|
||||
'Add files to the upload queue and click the start button.' : 'Agregue archivos a la cola de subida y haga click en el boton de iniciar.',
|
||||
'Filename' : 'Nombre de archivo',
|
||||
'Status' : 'Estado',
|
||||
'Size' : 'Tamaño',
|
||||
'Add files' : 'Agregue archivos',
|
||||
'Stop current upload' : 'Detener subida actual',
|
||||
'Start uploading queue' : 'Iniciar subida de cola',
|
||||
'Uploaded %d/%d files': 'Subidos %d/%d archivos',
|
||||
'N/A' : 'No disponible',
|
||||
'Drag files here.' : 'Arrastre archivos aquí',
|
||||
'File extension error.': 'Error de extensión de archivo.',
|
||||
'File size error.': 'Error de tamaño de archivo.',
|
||||
'Init error.': 'Error de inicialización.',
|
||||
'HTTP Error.': 'Error de HTTP.',
|
||||
'Security error.': 'Error de seguridad.',
|
||||
'Generic error.': 'Error genérico.',
|
||||
'IO error.': 'Error de entrada/salida.',
|
||||
'Stop Upload': 'Detener Subida.',
|
||||
'Add Files': 'Agregar Archivos',
|
||||
'Start Upload': 'Comenzar Subida.',
|
||||
'%d files queued': '%d archivos en cola.'
|
||||
});
|
||||
33
media/com_phocadownload/js/plupload/i18n/et.js
Normal file
@ -0,0 +1,33 @@
|
||||
// Estonian translation, et.js
|
||||
plupload.addI18n({
|
||||
'Select files' : 'Vali faile',
|
||||
'Add files to the upload queue and click the start button.' : 'Lisa failid üleslaadimise järjekorda ja klõpsa alustamise nupule.',
|
||||
'Filename' : 'Failinimi',
|
||||
'Status' : 'Olek',
|
||||
'Size' : 'Suurus',
|
||||
'Add files' : 'Lisa faile',
|
||||
'Stop current upload' : 'Praeguse üleslaadimise peatamine',
|
||||
'Start uploading queue' : 'Järjekorras ootavate failide üleslaadimise alustamine',
|
||||
'Drag files here.' : 'Lohista failid siia.',
|
||||
'Start upload' : 'Alusta üleslaadimist',
|
||||
'Uploaded %d/%d files': 'Üles laaditud %d/%d',
|
||||
'Stop upload': 'Peata üleslaadimine',
|
||||
'Start upload': 'Alusta üleslaadimist',
|
||||
'%d files queued': 'Järjekorras on %d faili',
|
||||
'File: %s': 'Fail: %s',
|
||||
'Close': 'Sulge',
|
||||
'Using runtime: ': 'Kasutatakse varianti: ',
|
||||
'File: %f, size: %s, max file size: %m': 'Fail: %f, suurus: %s, suurim failisuurus: %m',
|
||||
'Upload element accepts only %d file(s) at a time. Extra files were stripped.': 'Üleslaadimise element saab vastu võtta ainult %d faili ühe korraga. Ülejäänud failid jäetakse laadimata.',
|
||||
'Upload URL might be wrong or doesn\'t exist': 'Üleslaadimise URL võib olla vale või seda pole',
|
||||
'Error: File too large: ': 'Viga: fail on liiga suur: ',
|
||||
'Error: Invalid file extension: ': 'Viga: sobimatu faililaiend: ',
|
||||
'File extension error.': 'Faililaiendi viga.',
|
||||
'File size error.': 'Failisuuruse viga.',
|
||||
'File count error.': 'Failide arvu viga.',
|
||||
'Init error.': 'Lähtestamise viga.',
|
||||
'HTTP Error.': 'HTTP ühenduse viga.',
|
||||
'Security error.': 'Turvaviga.',
|
||||
'Generic error.': 'Üldine viga.',
|
||||
'IO error.': 'S/V (I/O) viga.'
|
||||
});
|
||||
37
media/com_phocadownload/js/plupload/i18n/fa.js
Normal file
@ -0,0 +1,37 @@
|
||||
// Persian
|
||||
plupload.addI18n({
|
||||
'Select files' : 'انتخاب فایل',
|
||||
'Add files to the upload queue and click the start button.' : 'اضافه کنید فایل ها را به صف آپلود و دکمه شروع را کلیک کنید.',
|
||||
'Filename' : 'نام فایل',
|
||||
'Status' : 'وضعیت',
|
||||
'Size' : 'سایز',
|
||||
'Add Files' : 'افزودن فایل',
|
||||
'Stop Upload' : 'توقف انتقال',
|
||||
'Start Upload' : 'شروع انتقال',
|
||||
'Add files' : 'افزودن فایل',
|
||||
'Add files.' : 'افزودن فایل',
|
||||
'Stop current upload' : 'توقف انتقال جاری',
|
||||
'Start uploading queue' : 'شروع صف انتقال',
|
||||
'Stop upload' : 'توقف انتقال',
|
||||
'Start upload' : 'شروع انتقال',
|
||||
'Uploaded %d/%d files': 'منتقل شد %d/%d از فایلها',
|
||||
'N/A' : 'N/A',
|
||||
'Drag files here.' : 'بکشید فایل ها رو به اینجا',
|
||||
'File extension error.': 'خطا پیشوند فایل',
|
||||
'File size error.': 'خطای سایز فایل',
|
||||
'File count error.': 'خطای تعداد فایل',
|
||||
'Init error.': 'خطا در استارت اسکریپت',
|
||||
'HTTP Error.': 'HTTP خطای',
|
||||
'Security error.': 'خطای امنیتی',
|
||||
'Generic error.': 'خطای عمومی',
|
||||
'IO error.': 'IO خطای',
|
||||
'File: %s': ' فایل ها : %s',
|
||||
'Close': 'بستن',
|
||||
'%d files queued': '%d فایل در صف',
|
||||
'Using runtime: ': 'استفاده میکنید از : ',
|
||||
'File: %f, size: %s, max file size: %m': 'فایل: %f, سایز: %s, بزرگترین سایز فایل: %m',
|
||||
'Upload element accepts only %d file(s) at a time. Extra files were stripped.': 'عنصر بارگذار فقط %d فایل رو در یک زمان می پذیرد. سایر فایل ها مجرد از این موضوع هستند.',
|
||||
'Upload URL might be wrong or doesn\'t exist': 'آدرس آپلود اشتباه می باشد یا وجود ندارد',
|
||||
'Error: File too large: ': 'خطا: فایل حجیم است :: ',
|
||||
'Error: Invalid file extension: ': 'خطا پسوند فایل معتبر نمی باشد : '
|
||||
});
|
||||
33
media/com_phocadownload/js/plupload/i18n/fi.js
Normal file
@ -0,0 +1,33 @@
|
||||
// .fi file like language pack
|
||||
plupload.addI18n({
|
||||
'Select files' : 'Valitse tiedostoja',
|
||||
'Add files to the upload queue and click the start button.' : 'Lisää tiedostoja latausjonoon ja klikkaa aloita-nappia.',
|
||||
'Filename' : 'Tiedostonimi',
|
||||
'Status' : 'Tila',
|
||||
'Size' : 'Koko',
|
||||
'Add files' : 'Lisää tiedostoja',
|
||||
'Stop current upload' : 'Pysäytä nykyinen lataus',
|
||||
'Start uploading queue' : 'Aloita jonon lataus',
|
||||
'Drag files here.' : 'Raahaa tiedostot tänne.',
|
||||
'Start upload' : 'Aloita lataus',
|
||||
'Uploaded %d/%d files': 'Ladattu %d/%d tiedostoa',
|
||||
'Stop upload': 'Pysäytä lataus',
|
||||
'Start upload': 'Aloita lataus',
|
||||
'%d files queued': '%d tiedostoa jonossa',
|
||||
'File: %s': 'Tiedosto: %s',
|
||||
'Close': 'Sulje',
|
||||
'Using runtime: ': 'Käytetään ajonaikaista: ',
|
||||
'File: %f, size: %s, max file size: %m': 'Tiedosto: %f, koko: %s, maksimi tiedostokoko: %m',
|
||||
'Upload element accepts only %d file(s) at a time. Extra files were stripped.': 'Latauselementti sallii ladata vain %d tiedosto(a) kerrallaan. Ylimääräiset tiedostot ohitettiin.',
|
||||
'Upload URL might be wrong or doesn\'t exist': 'Lataus URL saattaa olla väärin tai ei ole olemassa',
|
||||
'Error: File too large: ': 'Virhe: Tiedosto liian suuri: ',
|
||||
'Error: Invalid file extension: ': 'Virhe: Kelpaamaton tiedostopääte: ',
|
||||
'File extension error.': 'Tiedostopäätevirhe.',
|
||||
'File size error.': 'Tiedostokokovirhe.',
|
||||
'File count error.': 'Tiedostolaskentavirhe.',
|
||||
'Init error.': 'Init virhe.',
|
||||
'HTTP Error.': 'HTTP virhe.',
|
||||
'Security error.': 'Tietoturvavirhe.',
|
||||
'Generic error.': 'Yleinen virhe.',
|
||||
'IO error.': 'I/O virhe.'
|
||||
});
|
||||
35
media/com_phocadownload/js/plupload/i18n/fr-ca.js
Normal file
@ -0,0 +1,35 @@
|
||||
// French-Canadian
|
||||
plupload.addI18n({
|
||||
'Select files' : 'Sélectionnez les fichiers',
|
||||
'Add files to the upload queue and click the start button.' : 'Ajoutez des fichiers à la file d\'attente et appuyez sur le bouton démarrer.',
|
||||
'Filename' : 'Nom du fichier',
|
||||
'Status' : 'Statut',
|
||||
'Size' : 'Taille',
|
||||
'Add files' : 'Ajouter Fichiers',
|
||||
'Stop current upload' : 'Arrêter le téléversement actuel',
|
||||
'Start uploading queue' : 'Démarrer le téléversement',
|
||||
'Uploaded %d/%d files': '%d/%d fichiers envoyés',
|
||||
'N/A' : 'Non applicable',
|
||||
'Drag files here.' : 'Glisser-déposer les fichiers ici',
|
||||
'File extension error.': 'Erreur d\'extension de fichier',
|
||||
'File size error.': 'Erreur de taille de fichier',
|
||||
'Init error.': 'Erreur d\'initialisation',
|
||||
'HTTP Error.': 'Erreur HTTP',
|
||||
'Security error.': 'Erreur de sécurité',
|
||||
'Generic error.': 'Erreur commune',
|
||||
'IO error.': 'Erreur E/S',
|
||||
'Stop Upload': 'Arrêter le téléversement',
|
||||
'Add Files': 'Ajouter des fichiers',
|
||||
'Start upload': 'Démarrer le téléversement',
|
||||
'%d files queued': '%d fichiers en attente',
|
||||
'File: %s':'Fichier: %s',
|
||||
'Close':'Fermer',
|
||||
'Using runtime:':'Moteur logiciel:',
|
||||
'File: %f, size: %s, max file size: %m':'Fichier: %f, poids: %s, poids maximal: %m',
|
||||
'Upload element accepts only %d file(s) at a time. Extra files were stripped.':'La file accepte %d fichier(s) à la fois. Les fichiers en trop sont ignorés',
|
||||
'Upload URL might be wrong or doesn\'t exist':'L\'URL de téléversement est erroné ou inexistant',
|
||||
'Error: File to large: ':'Fichier trop volumineux: ',
|
||||
'Error: Invalid file extension: ':'Extension de fichier invalide: ',
|
||||
'File size error.':'Erreur de taile de fichier',
|
||||
'File count error.':'Erreur de décompte des fichiers'
|
||||
});
|
||||
25
media/com_phocadownload/js/plupload/i18n/fr.js
Normal file
@ -0,0 +1,25 @@
|
||||
// French
|
||||
plupload.addI18n({
|
||||
'Select files' : 'Sélectionnez les fichiers',
|
||||
'Add files to the upload queue and click the start button.' : 'Ajoutez des fichiers à la file et appuyez sur le bouton démarrer.',
|
||||
'Filename' : 'Nom de fichier',
|
||||
'Status' : 'Status',
|
||||
'Size' : 'Taille',
|
||||
'Add files' : 'Ajouter Fichiers',
|
||||
'Stop current upload' : 'Arrêter l\'envoi en cours',
|
||||
'Start uploading queue' : 'Démarrer l\'envoi',
|
||||
'Uploaded %d/%d files': '%d/%d fichiers envoyés',
|
||||
'N/A' : 'Non applicable',
|
||||
'Drag files here.' : 'Déposer les fichiers ici.',
|
||||
'File extension error.': 'Erreur extension fichier',
|
||||
'File size error.': 'Erreur taille fichier.',
|
||||
'Init error.': 'Erreur d\'initialisation.',
|
||||
'HTTP Error.': 'Erreur HTTP.',
|
||||
'Security error.': 'Erreur de sécurité.',
|
||||
'Generic error.': 'Erreur générique.',
|
||||
'IO error.': 'Erreur E/S.',
|
||||
'Stop Upload': 'Arrêter les envois.',
|
||||
'Add Files': 'Ajouter des fichiers',
|
||||
'Start Upload': 'Démarrer les envois.',
|
||||
'%d files queued': '%d fichiers en attente.'
|
||||
});
|
||||
25
media/com_phocadownload/js/plupload/i18n/hr.js
Normal file
@ -0,0 +1,25 @@
|
||||
// Croatian
|
||||
plupload.addI18n({
|
||||
'Select files': 'Izaberite datoteke:',
|
||||
'Add files to the upload queue and click the start button.': 'Dodajte datoteke u listu i kliknite Upload.',
|
||||
'Filename': 'Ime datoteke',
|
||||
'Status': 'Status',
|
||||
'Size': 'Veličina',
|
||||
'Add files': 'Dodajte datoteke',
|
||||
'Stop current upload': 'Zaustavi trenutan upload',
|
||||
'Start uploading queue': 'Pokreni Upload',
|
||||
'Uploaded %d/%d files': 'Uploadano %d/%d datoteka',
|
||||
'N/A': 'N/A',
|
||||
'Drag files here.': 'Dovucite datoteke ovdje',
|
||||
'File extension error.': 'Greška ekstenzije datoteke.',
|
||||
'File size error.': 'Greška veličine datoteke.',
|
||||
'Init error.': 'Greška inicijalizacije.',
|
||||
'HTTP Error.': 'HTTP greška.',
|
||||
'Security error.': 'Sigurnosna greška.',
|
||||
'Generic error.': 'Generička greška.',
|
||||
'IO error.': 'I/O greška.',
|
||||
'Stop Upload': 'Zaustavi upload.',
|
||||
'Add Files': 'Dodaj datoteke',
|
||||
'Start Upload': 'Pokreni upload.',
|
||||
'%d files queued': '%d datoteka na čekanju.'
|
||||
});
|
||||
33
media/com_phocadownload/js/plupload/i18n/hu.js
Normal file
@ -0,0 +1,33 @@
|
||||
// Hungarian
|
||||
plupload.addI18n({
|
||||
'Select files' : 'Fájlok kiválasztása',
|
||||
'Add files to the upload queue and click the start button.' : 'Válaszd ki a fájlokat, majd kattints az Indítás gombra.',
|
||||
'Filename' : 'Fájlnév',
|
||||
'Status' : 'Állapot',
|
||||
'Size' : 'Méret',
|
||||
'Add files' : 'Hozzáadás',
|
||||
'Stop current upload' : 'Jelenlegi feltöltés megszakítása',
|
||||
'Start uploading queue' : 'Várakozási sor feltöltésének indítása',
|
||||
'Uploaded %d/%d files': 'Feltöltött fájlok: %d/%d',
|
||||
'N/A': 'Nem elérhető',
|
||||
'Drag files here.' : 'Húzd ide a fájlokat.',
|
||||
'Stop upload': 'Feltöltés megszakítása',
|
||||
'Start upload': 'Indítás',
|
||||
'%d files queued': '%d fájl sorbaállítva',
|
||||
'File: %s': 'Fájl: %s',
|
||||
'Close': 'Bezárás',
|
||||
'Using runtime: ': 'Használt runtime: ',
|
||||
'File: %f, size: %s, max file size: %m': 'Fájl: %f, méret: %s, maximális fájlméret: %m',
|
||||
'Upload element accepts only %d file(s) at a time. Extra files were stripped.': 'A feltöltés egyszerre csak %d fájlt fogad el, a többi fájl nem lesz feltöltve.',
|
||||
'Upload URL might be wrong or doesn\'t exist': 'A megadott URL hibás vagy nem létezik',
|
||||
'Error: File too large: ': 'Hiba: A fájl túl nagy: ',
|
||||
'Error: Invalid file extension: ': 'Hiba: Érvénytelen fájlkiterjesztés: ',
|
||||
'File extension error.': 'Hibás fájlkiterjesztés.',
|
||||
'File size error.': 'Hibás fájlméret.',
|
||||
'File count error.': 'A fájlok számával kapcsolatos hiba.',
|
||||
'Init error.': 'Init hiba.',
|
||||
'HTTP Error.': 'HTTP hiba.',
|
||||
'Security error.': 'Biztonsági hiba.',
|
||||
'Generic error.': 'Általános hiba.',
|
||||
'IO error.': 'I/O hiba.'
|
||||
});
|
||||
1
media/com_phocadownload/js/plupload/i18n/index.html
Normal file
@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
||||
24
media/com_phocadownload/js/plupload/i18n/it.js
Normal file
@ -0,0 +1,24 @@
|
||||
// Italian
|
||||
plupload.addI18n({
|
||||
'Select files' : 'Seleziona i files',
|
||||
'Add files to the upload queue and click the start button.' : 'Aggiungi i file alla coda di caricamento e clicca il pulsante di avvio.',
|
||||
'Filename' : 'Nome file',
|
||||
'Status' : 'Stato',
|
||||
'Size' : 'Dimensione',
|
||||
'Add Files' : 'Aggiungi file',
|
||||
'Stop current upload' : 'Interrompi il caricamento',
|
||||
'Start uploading queue' : 'Avvia il caricamento',
|
||||
'Uploaded %d/%d files': 'Caricati %d/%d file',
|
||||
'N/A' : 'N/D',
|
||||
'Drag files here.' : 'Trascina i file qui.',
|
||||
'File extension error.': 'Errore estensione file.',
|
||||
'File size error.': 'Errore dimensione file.',
|
||||
'Init error.': 'Errore inizializzazione.',
|
||||
'HTTP Error.': 'Errore HTTP.',
|
||||
'Security error.': 'Errore sicurezza.',
|
||||
'Generic error.': 'Errore generico.',
|
||||
'IO error.': 'Errore IO.',
|
||||
'Stop Upload': 'Ferma Upload',
|
||||
'Start Upload': 'Inizia Upload',
|
||||
'%d files queued': '%d file in lista'
|
||||
});
|
||||
37
media/com_phocadownload/js/plupload/i18n/ja.js
Normal file
@ -0,0 +1,37 @@
|
||||
// Japanese
|
||||
plupload.addI18n({
|
||||
'Select files' : 'ファイル選択',
|
||||
'Add files to the upload queue and click the start button.' : 'ファイルをアップロードキューに追加してスタートボタンをクリックしてください',
|
||||
'Filename' : 'ファイル名',
|
||||
'Status' : 'ステータス',
|
||||
'Size' : 'サイズ',
|
||||
'Add Files' : 'ファイルを追加',
|
||||
'Stop Upload' : 'アップロード停止',
|
||||
'Start Upload' : 'アップロード',
|
||||
'Add files' : 'ファイルを追加',
|
||||
'Add files.' : 'ファイルを追加',
|
||||
'Stop current upload' : '現在のアップロードを停止',
|
||||
'Start uploading queue' : 'アップロード',
|
||||
'Stop upload' : 'アップロード停止',
|
||||
'Start upload' : 'アップロード',
|
||||
'Uploaded %d/%d files': 'アップロード中 %d/%d ファイル',
|
||||
'N/A' : 'N/A',
|
||||
'Drag files here.' : 'ここにファイルをドラッグ',
|
||||
'File extension error.': 'ファイル拡張子エラー',
|
||||
'File size error.': 'ファイルサイズエラー',
|
||||
'File count error.': 'ファイル数エラー',
|
||||
'Init error.': 'イニシャライズエラー',
|
||||
'HTTP Error.': 'HTTP エラー',
|
||||
'Security error.': 'セキュリティエラー',
|
||||
'Generic error.': 'エラー',
|
||||
'IO error.': 'IO エラー',
|
||||
'File: %s': 'ファイル: %s',
|
||||
'Close': '閉じる',
|
||||
'%d files queued': '%d ファイルが追加されました',
|
||||
'Using runtime: ': 'モード: ',
|
||||
'File: %f, size: %s, max file size: %m': 'ファイル: %f, サイズ: %s, 最大ファイルサイズ: %m',
|
||||
'Upload element accepts only %d file(s) at a time. Extra files were stripped.': 'アップロード可能なファイル数は %d です。余分なファイルは削除されました',
|
||||
'Upload URL might be wrong or doesn\'t exist': 'アップロード先の URL が存在しません',
|
||||
'Error: File too large: ': 'エラー: サイズが大きすぎます: ',
|
||||
'Error: Invalid file extension: ': 'エラー: 拡張子が許可されていません: '
|
||||
});
|
||||
36
media/com_phocadownload/js/plupload/i18n/ko.js
Normal file
@ -0,0 +1,36 @@
|
||||
// Republic of Korea
|
||||
plupload.addI18n({
|
||||
'Select files' : '파일 선택',
|
||||
'Add files to the upload queue and click the start button.' : '파일을 업로드 큐에 추가하여 시작 버튼을 클릭하십시오.',
|
||||
'Filename' : '파일 이름',
|
||||
'Status' : '상태',
|
||||
'Size' : '크기',
|
||||
'Add Files' : '파일 추가',
|
||||
'Stop Upload': '업로드 중지',
|
||||
'Start Upload': '업로드',
|
||||
'Add files': '파일 추가',
|
||||
'Stop current upload': '현재 업로드를 정지',
|
||||
'Start uploading queue': '업로드',
|
||||
'Stop upload': '업로드 중지',
|
||||
'Start upload': '업로드',
|
||||
'Uploaded % d / % d files': '업로드 중 % d / % d 파일',
|
||||
'N / A': 'N / A',
|
||||
'Drag files here': '여기에 파일을 드래그',
|
||||
'File extension error': '파일 확장자 오류',
|
||||
'File size error': '파일 크기 오류',
|
||||
'File count error': '이미지 : 오류',
|
||||
'Init error': '초기화 오류',
|
||||
'HTTP Error': 'HTTP 오류',
|
||||
'Security error': '보안 오류',
|
||||
'Generic error': '오류',
|
||||
'IO error': 'IO 오류',
|
||||
'File : % s': '파일 % s',
|
||||
'Close': '닫기',
|
||||
'% d files queued': '% d 파일이 추가되었습니다',
|
||||
'Using runtime :': '모드',
|
||||
'File : % f, size : % s, max file size : % m': '파일 : % f, 크기 : % s, 최대 파일 크기 : % m',
|
||||
'Upload element accepts only % d file (s) at a time. Extra files were stripped': '업로드 가능한 파일의 수는 % d입니다. 불필요한 파일은 삭제되었습니다 ',
|
||||
'Upload URL might be wrong or doesn \'t exist ':'업로드할 URL이 존재하지 않습니다 ',
|
||||
'Error : File too large :': '오류 : 크기가 너무 큽니다',
|
||||
'Error : Invalid file extension :': '오류 : 확장자가 허용되지 않습니다 :'
|
||||
});
|
||||
33
media/com_phocadownload/js/plupload/i18n/lv.js
Normal file
@ -0,0 +1,33 @@
|
||||
// .lv file like language pack
|
||||
plupload.addI18n({
|
||||
'Select files' : 'Izvēlieties failus',
|
||||
'Add files to the upload queue and click the start button.' : 'Pieveinojiet failus rindai un klikšķiniet uz "Sākt augšupielādi" pogas.',
|
||||
'Filename' : 'Faila nosaukums',
|
||||
'Status' : 'Statuss',
|
||||
'Size' : 'Izmērs',
|
||||
'Add files' : 'Pievienot failus',
|
||||
'Stop current upload' : 'Apturēt pašreizējo augšupielādi',
|
||||
'Start uploading queue' : 'Sākt augšupielādi',
|
||||
'Drag files here.' : 'Ievelciet failus šeit',
|
||||
'Start upload' : 'Sākt augšupielādi',
|
||||
'Uploaded %d/%d files': 'Augšupielādēti %d/%d faili',
|
||||
'Stop upload': 'Pārtraukt augšupielādi',
|
||||
'Start upload': 'Sākt augšupielādi',
|
||||
'%d files queued': '%d faili pievienoti rindai',
|
||||
'File: %s': 'Fails: %s',
|
||||
'Close': 'Aizvērt',
|
||||
'Using runtime: ': 'Lieto saskarni: ',
|
||||
'File: %f, size: %s, max file size: %m': 'Fails: %f, izmērs: %s, maksimālais faila izmērs: %m',
|
||||
'Upload element accepts only %d file(s) at a time. Extra files were stripped.': 'Iespējams ielādēt tikai %d failus vienā reizē. Atlikušie faili netika pievienoti',
|
||||
'Upload URL might be wrong or doesn\'t exist': 'Augšupielādes URL varētu būt nepareizs vai neeksistē',
|
||||
'Error: File too large: ': 'Kļūda: Fails pārāk liels: ',
|
||||
'Error: Invalid file extension: ': 'Kļūda: Nekorekts faila paplašinājums:',
|
||||
'File extension error.': 'Faila paplašinājuma kļūda.',
|
||||
'File size error.': 'Faila izmēra kļūda.',
|
||||
'File count error.': 'Failu skaita kļūda',
|
||||
'Init error.': 'Inicializācijas kļūda.',
|
||||
'HTTP Error.': 'HTTP kļūda.',
|
||||
'Security error.': 'Drošības kļūda.',
|
||||
'Generic error.': 'Vispārēja rakstura kļūda.',
|
||||
'IO error.': 'Ievades/Izvades kļūda.'
|
||||
});
|
||||
21
media/com_phocadownload/js/plupload/i18n/nl.js
Normal file
@ -0,0 +1,21 @@
|
||||
// Dutch
|
||||
plupload.addI18n({
|
||||
'Select files' : 'Selecteer bestand(en):',
|
||||
'Add files to the upload queue and click the start button.' : 'Voeg bestanden toe aan de wachtrij en druk op \'Start\'.',
|
||||
'Filename' : 'Bestandsnaam',
|
||||
'Status' : 'Status',
|
||||
'Size' : 'Grootte',
|
||||
'Add files' : 'Voeg bestanden toe',
|
||||
'Stop current upload' : 'Stop upload',
|
||||
'Start uploading queue' : 'Start upload',
|
||||
'Uploaded %d/%d files': '%d/%d bestanden ge-upload',
|
||||
'N/A' : 'Niet beschikbaar',
|
||||
'Drag files here.' : 'Sleep bestanden hierheen.',
|
||||
'File extension error.': 'Ongeldig bestandstype.',
|
||||
'File size error.': 'Bestandsgrootte Error.',
|
||||
'Init error.': 'Initialisatie error.',
|
||||
'HTTP Error.': 'HTTP Error.',
|
||||
'Security error.': 'Beveiliging error.',
|
||||
'Generic error.': 'Onbekende error.',
|
||||
'IO error.': 'IO error.'
|
||||
});
|
||||
24
media/com_phocadownload/js/plupload/i18n/pl.js
Normal file
@ -0,0 +1,24 @@
|
||||
plupload.addI18n({
|
||||
'Select files' : 'Wybierz pliki:',
|
||||
'Add files to the upload queue and click the start button.' : 'Dodaj pliki i kliknij \'Rozpocznij transfer\'.',
|
||||
'Filename' : 'Nazwa pliku',
|
||||
'Status' : 'Status',
|
||||
'Size' : 'Rozmiar',
|
||||
'Add files' : 'Dodaj pliki',
|
||||
'Stop current upload' : 'Przerwij aktualny transfer',
|
||||
'Start uploading queue' : 'Rozpocznij wysyłanie',
|
||||
'Uploaded %d/%d files': 'Wysłano %d/%d plików',
|
||||
'N/A' : 'Nie dostępne',
|
||||
'Drag files here.' : 'Przeciągnij tu pliki',
|
||||
'File extension error.': 'Nieobsługiwany format pliku.',
|
||||
'File size error.': 'Plik jest zbyt duży.',
|
||||
'Init error.': 'Błąd inicjalizacji.',
|
||||
'HTTP Error.': 'Błąd HTTP.',
|
||||
'Security error.': 'Błąd bezpieczeństwa.',
|
||||
'Generic error.': 'Błąd ogólny.',
|
||||
'IO error.': 'Błąd IO.',
|
||||
'Stop Upload': 'Przerwij transfer.',
|
||||
'Add Files': 'Dodaj pliki',
|
||||
'Start upload': 'Rozpocznij transfer.',
|
||||
'%d files queued': '%d plików w kolejce.'
|
||||
});
|
||||
35
media/com_phocadownload/js/plupload/i18n/pt-br.js
Normal file
@ -0,0 +1,35 @@
|
||||
// Brazilian Portuguese
|
||||
plupload.addI18n({
|
||||
'Select files' : 'Escolha os arquivos',
|
||||
'Add files to the upload queue and click the start button.' : 'Adicione os arquivos abaixo e clique no botão "Iniciar o envio".',
|
||||
'Filename' : 'Nome do arquivo',
|
||||
'Status' : 'Status',
|
||||
'Size' : 'Tamanho',
|
||||
'Add Files' : 'Adicionar arquivo(s)',
|
||||
'Stop Upload' : 'Parar o envio',
|
||||
'Start Upload' : 'Iniciar o envio',
|
||||
'Add files' : 'Adicionar arquivo(s)',
|
||||
'Add files.' : 'Adicionar arquivo(s)',
|
||||
'Stop upload' : 'Parar o envio',
|
||||
'Start upload' : 'Iniciar o envio',
|
||||
'Uploaded %d/%d files': 'Enviado(s) %d/%d arquivo(s)',
|
||||
'N/A' : 'N/D',
|
||||
'Drag files here.' : 'Arraste os arquivos pra cá',
|
||||
'File extension error.': 'Tipo de arquivo não permitido.',
|
||||
'File size error.': 'Tamanho de arquivo não permitido.',
|
||||
'File count error.': 'Erro na contagem dos arquivos',
|
||||
'Init error.': 'Erro inicializando.',
|
||||
'HTTP Error.': 'Erro HTTP.',
|
||||
'Security error.': 'Erro de segurança.',
|
||||
'Generic error.': 'Erro genérico.',
|
||||
'IO error.': 'Erro de E/S.',
|
||||
'File: %s': 'Arquivo: %s',
|
||||
'Close': 'Fechar',
|
||||
'%d files queued': '%d arquivo(s)',
|
||||
'Using runtime: ': 'Usando: ',
|
||||
'File: %f, size: %s, max file size: %m': 'Arquivo: %f, tamanho: %s, máximo: %m',
|
||||
'Upload element accepts only %d file(s) at a time. Extra files were stripped.': 'Só são aceitos %d arquivos por vez. O que passou disso foi descartado.',
|
||||
'Upload URL might be wrong or doesn\'t exist': 'URL de envio está errada ou não existe',
|
||||
'Error: File too large: ': 'Erro: Arquivo muito grande: ',
|
||||
'Error: Invalid file extension: ': 'Erro: Tipo de arquivo não permitido: '
|
||||
});
|
||||
24
media/com_phocadownload/js/plupload/i18n/ro.js
Normal file
@ -0,0 +1,24 @@
|
||||
// Romanian
|
||||
plupload.addI18n({
|
||||
'Select files' : 'Selectare fişiere',
|
||||
'Add files to the upload queue and click the start button.' : 'Adaugă fişiere în lista apoi apasă butonul \'Începe încărcare\'.',
|
||||
'Filename' : 'Nume fişier',
|
||||
'Status' : 'Stare',
|
||||
'Size' : 'Mărime',
|
||||
'Add files' : 'Adăugare fişiere',
|
||||
'Stop current upload' : 'Întrerupe încărcarea curentă',
|
||||
'Start uploading queue' : 'Începe incărcarea',
|
||||
'Uploaded %d/%d files': 'Fişiere încărcate %d/%d',
|
||||
'N/A' : 'N/A',
|
||||
'Drag files here.' : 'Trage aici fişierele',
|
||||
'File extension error.': 'Extensie fişier eronată',
|
||||
'File size error.': 'Eroare dimensiune fişier',
|
||||
'Init error.': 'Eroare iniţializare',
|
||||
'HTTP Error.': 'Eroare HTTP',
|
||||
'Security error.': 'Eroare securitate',
|
||||
'Generic error.': 'Eroare generică',
|
||||
'IO error.': 'Eroare Intrare/Ieşire',
|
||||
'Stop Upload': 'Oprire încărcare',
|
||||
'Start upload': 'Începe încărcare',
|
||||
'%d files queued': '%d fişiere listate'
|
||||
});
|
||||
21
media/com_phocadownload/js/plupload/i18n/ru.js
Normal file
@ -0,0 +1,21 @@
|
||||
// Russian
|
||||
plupload.addI18n({
|
||||
'Select files' : 'Выберите файлы',
|
||||
'Add files to the upload queue and click the start button.' : 'Добавьте файлы в очередь и нажмите кнопку "Загрузить файлы".',
|
||||
'Filename' : 'Имя файла',
|
||||
'Status' : 'Статус',
|
||||
'Size' : 'Размер',
|
||||
'Add files' : 'Добавить файлы',
|
||||
'Stop current upload' : 'Остановить загрузку',
|
||||
'Start uploading queue' : 'Загрузить файлы',
|
||||
'Uploaded %d/%d files': 'Загружено %d/%d файлов',
|
||||
'N/A' : 'N/D',
|
||||
'Drag files here.' : 'Перетащите файлы сюда.',
|
||||
'File extension error.': 'Неправильное расширение файла.',
|
||||
'File size error.': 'Неправильный размер файла.',
|
||||
'Init error.': 'Ошибка инициализации.',
|
||||
'HTTP Error.': 'Ошибка HTTP.',
|
||||
'Security error.': 'Ошибка безопасности.',
|
||||
'Generic error.': 'Общая ошибка.',
|
||||
'IO error.': 'Ошибка ввода-вывода.'
|
||||
});
|
||||
25
media/com_phocadownload/js/plupload/i18n/sk.js
Normal file
@ -0,0 +1,25 @@
|
||||
// .po file like language pack
|
||||
plupload.addI18n({
|
||||
'Select files' : 'Vyberte súbory',
|
||||
'Add files to the upload queue and click the start button.' : 'Pridajte súbory do zoznamu a potom spustite nahrávanie.',
|
||||
'Filename' : 'Názov súboru',
|
||||
'Status' : 'Stav',
|
||||
'Size' : 'Veľkosť',
|
||||
'Add files' : 'Pridať súbory',
|
||||
'Stop current upload' : 'Zastaviť nahrávanie',
|
||||
'Start uploading queue' : 'Spustiť nahrávanie zoznamu',
|
||||
'Drag files here.' : 'Sem pretiahnite súbory.',
|
||||
'Start upload': 'Spustiť nahrávanie',
|
||||
'Uploaded %d/%d files': 'Nahraných %d/%d súborov',
|
||||
'Using runtime: ': 'K odoslaniu súborov sa použije rozhranie: ',
|
||||
'N/A' : 'N/A',
|
||||
'File extension error.': 'Chybný typ súboru.',
|
||||
'File size error.': 'Súbor je príliš veľký.',
|
||||
'Init error.': 'Chyba inicializácie.',
|
||||
'HTTP Error.': 'HTTP Chyba.',
|
||||
'Security error.': 'Bezpečnostná Chyba.',
|
||||
'Generic error.': 'Chyba.',
|
||||
'IO error.': 'IO Chyba',
|
||||
'Stop Upload': 'Zastaviť nahrávanie',
|
||||
'%d files queued': '%d súborov pridaných do zoznamu'
|
||||
});
|
||||
14
media/com_phocadownload/js/plupload/i18n/sr.js
Normal file
@ -0,0 +1,14 @@
|
||||
// Serbian
|
||||
plupload.addI18n({
|
||||
'Select files' : 'Izaberite fajlove',
|
||||
'Add files to the upload queue and click the start button.' : 'Dodajte fajlove u listu i kliknite na dugme Start.',
|
||||
'Filename' : 'Naziv fajla',
|
||||
'Status' : 'Status',
|
||||
'Size' : 'Veličina',
|
||||
'Add Files' : 'Dodaj fajlove',
|
||||
'Stop current upload' : 'Zaustavi upload',
|
||||
'Start uploading queue' : 'Počni upload',
|
||||
'Drag files here.' : 'Prevucite fajlove ovde.',
|
||||
'Start Upload': 'Počni upload',
|
||||
'Uploaded %d/%d files': 'Snimljeno %d/%d fajlova'
|
||||
});
|
||||
12
media/com_phocadownload/js/plupload/i18n/sv.js
Normal file
@ -0,0 +1,12 @@
|
||||
// .po file like language pack
|
||||
plupload.addI18n({
|
||||
'Select files' : 'Välj filer',
|
||||
'Add files to the upload queue and click the start button.' : 'Lägg till filer till kön och tryck på start.',
|
||||
'Filename' : 'Filnamn',
|
||||
'Status' : 'Status',
|
||||
'Size' : 'Storlek',
|
||||
'Add files' : 'Lägg till filer',
|
||||
'Stop current upload' : 'Stoppa uppladdningen',
|
||||
'Start uploading queue' : 'Starta uppladdningen',
|
||||
'Drag files here.' : 'Dra filer hit'
|
||||
});
|
||||
1
media/com_phocadownload/js/plupload/index.html
Normal file
@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
||||
12
media/com_phocadownload/js/plupload/jquery.plupload.queue.min.js
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
(function(c){var d={};function a(e){return plupload.translate(e)||e}function b(f,e){e.contents().each(function(g,h){h=c(h);if(!h.is(".plupload")){h.remove()}});e.prepend('<div class="plupload_wrapper plupload_scroll"><div id="'+f+'_container" class="plupload_container"><div class="plupload"><div class="plupload_header"><div class="plupload_header_content"></div></div><div class="plupload_content"><div class="plupload_filelist_header"><div class="plupload_file_name">'+a("Filename")+'</div><div class="plupload_file_action"> </div><div class="plupload_file_size">'+a("Size")+'</div><div class="plupload_file_status"><span>'+a("Status")+'</span></div>
|
||||
|
||||
<div class="plupload_file_statusbar"><span> </span></div><div class="plupload_clearer"> </div></div><ul id="'+f+'_filelist" class="plupload_filelist"></ul>
|
||||
|
||||
<div class="plupload_filelist_footer"><div class="plupload_file_name"><div class="plupload_buttons">
|
||||
|
||||
<a href="#" class="plupload_button plupload_add btn btn-success fileinput-button"><i class="icon-plus icon-white"></i><span>'+a("Add files")+'</span></a><a href="#" class="plupload_button plupload_start btn btn-primary start"><i class="icon-upload icon-white"></i><span>'+a("Start upload")+'</span></a></div>
|
||||
|
||||
<span class="plupload_upload_status"></span></div><div class="plupload_file_action plupload_file_action_bottom"></div>
|
||||
<div class="plupload_file_size"><span class="plupload_total_file_size">0 b</span></div><div class="plupload_file_status"><span class="plupload_total_status">0%</span></div><div class="plupload_file_statusbar"><span></span></div><div class="plupload_progress"><div class="plupload_progress_container"><div class="progress plupload_progress_box"><div class="plupload_progress_bar bar"></div></div></div></div><div class="plupload_clearer"> </div></div></div></div></div><input type="hidden" id="'+f+'_count" name="'+f+'_count" value="0" /></div>')}c.fn.pluploadQueue=function(e){if(e){this.each(function(){var j,i,k;i=c(this);k=i.attr("id");if(!k){k=plupload.guid();i.attr("id",k)}j=new plupload.Uploader(c.extend({dragdrop:true,container:k},e));if(e.preinit){e.preinit(j)}d[k]=j;function h(l){var m;if(l.status==plupload.DONE){m="plupload_done"}if(l.status==plupload.FAILED){m="plupload_failed"}if(l.status==plupload.QUEUED){m="plupload_delete"}if(l.status==plupload.UPLOADING){m="plupload_uploading"}c("#"+l.id).attr("class",m).find("a").css("display","block")}function f(){c("span.plupload_total_status",i).html(j.total.percent+"%");c("div.plupload_progress_bar",i).css("width",j.total.percent+"%");c("span.plupload_upload_status",i).text("Uploaded "+j.total.uploaded+"/"+j.files.length+" files");if(j.total.uploaded==j.files.length){j.stop()}}function g(){var m=c("ul.plupload_filelist",i).html(""),n=0,l;c.each(j.files,function(p,o){l="";if(o.status==plupload.DONE){if(o.target_name){l+='<input type="hidden" name="'+k+"_"+n+'_tmpname" value="'+plupload.xmlEncode(o.target_name)+'" />'}l+='<input type="hidden" name="'+k+"_"+n+'_name" value="'+plupload.xmlEncode(o.name)+'" />';l+='<input type="hidden" name="'+k+"_"+n+'_status" value="'+(o.status==plupload.DONE?"done":"failed")+'" />';n++;c("#"+k+"_count").val(n)}m.append('<li id="'+o.id+'"><div class="plupload_file_name"><span>'+o.name+'</span></div><div class="plupload_file_action"><a href="#"></a></div></div><div class="plupload_file_size">'+plupload.formatSize(o.size)+'</div><div class="plupload_file_status">'+o.percent+'%</div><div class="progress plupload_file_statusbar"></div><div class="plupload_clearer"> </div>'+l+"</li>");h(o);c("#"+o.id+".plupload_delete a").click(function(q){c("#"+o.id).remove();j.removeFile(o);q.preventDefault()})});c("span.plupload_total_file_size",i).html(plupload.formatSize(j.total.size));if(j.total.queued===0){c("span.plupload_add_text",i).text(a("Add files."))}else{c("span.plupload_add_text",i).text(j.total.queued+" files queued.")}c("a.plupload_start",i).toggleClass("plupload_disabled",j.files.length===0);m[0].scrollTop=m[0].scrollHeight;f();if(!j.files.length&&j.features.dragdrop&&j.settings.dragdrop){c("#"+k+"_filelist").append('<li class="plupload_droptext">'+a("Drag files here.")+"</li>")}}j.bind("UploadFile",function(l,m){c("#"+m.id).addClass("plupload_current_file")});j.bind("Init",function(l,m){b(k,i);if(!e.unique_names&&e.rename){c("#"+k+"_filelist div.plupload_file_name span",i).live("click",function(s){var q=c(s.target),o,r,n,p="";o=l.getFile(q.parents("li")[0].id);n=o.name;r=/^(.+)(\.[^.]+)$/.exec(n);if(r){n=r[1];p=r[2]}q.hide().after('<input type="text" />');q.next().val(n).focus().blur(function(){q.show().next().remove()}).keydown(function(u){var t=c(this);if(u.keyCode==13){u.preventDefault();o.name=t.val()+p;q.text(o.name);t.blur()}})})}c("a.plupload_add",i).attr("id",k+"_browse");l.settings.browse_button=k+"_browse";if(l.features.dragdrop&&l.settings.dragdrop){l.settings.drop_element=k+"_filelist";c("#"+k+"_filelist").append('<li class="plupload_droptext">'+a("Drag files here.")+"</li>")}c("#"+k+"_container").attr("title","Using runtime: "+m.runtime);c("a.plupload_start",i).click(function(n){if(!c(this).hasClass("plupload_disabled")){j.start()}n.preventDefault()});c("a.plupload_stop",i).click(function(n){j.stop();n.preventDefault()});c("a.plupload_start",i).addClass("plupload_disabled")});j.init();if(e.setup){e.setup(j)}j.bind("Error",function(l,o){var m=o.file,n;if(m){n=o.message;if(o.details){n+=" ("+o.details+")"}c("#"+m.id).attr("class","plupload_failed").find("a").css("display","block").attr("title",n)}});j.bind("StateChanged",function(){if(j.state===plupload.STARTED){c("li.plupload_delete a,div.plupload_buttons",i).hide();c("span.plupload_upload_status,div.plupload_progress,a.plupload_stop",i).css("display","block");c("span.plupload_upload_status",i).text("Uploaded 0/"+j.files.length+" files")}else{c("a.plupload_stop,div.plupload_progress",i).hide();c("a.plupload_delete",i).css("display","block")}});j.bind("QueueChanged",g);j.bind("StateChanged",function(l){if(l.state==plupload.STOPPED){g()}});j.bind("FileUploaded",function(l,m){h(m)});j.bind("UploadProgress",function(l,m){c("#"+m.id+" div.plupload_file_status",i).html(m.percent+"%");
|
||||
c("#"+m.id+" div.plupload_file_statusbar",i).html('<div class="bar" style="width: '+m.percent+'%;"></div>')
|
||||
h(m);f()})});return this}else{return d[c(this[0]).attr("id")]}}})(jQuery);
|
||||
@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
||||
@ -0,0 +1,200 @@
|
||||
/*
|
||||
Plupload
|
||||
------------------------------------------------------------------- */
|
||||
|
||||
.plupload_button {
|
||||
/* display: -moz-inline-box; /* FF < 3*//*
|
||||
display: inline-block;
|
||||
font: normal 12px sans-serif;
|
||||
text-decoration: none;
|
||||
color: #42454a;
|
||||
border: 1px solid #bababa;
|
||||
padding: 2px 8px 3px 20px;
|
||||
margin-right: 4px;
|
||||
background: #f3f3f3 url('../img/buttons.png') no-repeat 0 center;
|
||||
outline: 0;
|
||||
|
||||
/* Optional rounded corners for browsers that support it *//*
|
||||
-moz-border-radius: 3px;
|
||||
-khtml-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;*/
|
||||
margin: 5px;
|
||||
}
|
||||
.plupload_button i {
|
||||
margin-left: -5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
/*
|
||||
.plupload_button:hover {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}*/
|
||||
|
||||
.plupload_disabled, a.plupload_disabled:hover {
|
||||
/*color: #737373;
|
||||
border-color: #c5c5c5;
|
||||
background: #ededed url('../img/buttons-disabled.png') no-repeat 0 center;*/
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.plupload_add {
|
||||
/*background-position: -181px center;*/
|
||||
}
|
||||
|
||||
.plupload_wrapper {
|
||||
/*font: normal 11px Verdana,sans-serif;*/
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.plupload_container {
|
||||
padding: 8px;
|
||||
/*background: url('../img/transp50.png');*/
|
||||
/*-moz-border-radius: 5px;*/
|
||||
}
|
||||
|
||||
.plupload_container input {
|
||||
/*border: 1px solid #DDD;*/
|
||||
/*font: normal 11px Verdana,sans-serif;*/
|
||||
width: 98%;
|
||||
}
|
||||
|
||||
.plupload_header {/*background: #2A2C2E url('../img/backgrounds.gif') repeat-x;*/}
|
||||
.plupload_header_content {
|
||||
/*background: url('../img/backgrounds.gif') no-repeat 0 -317px;
|
||||
min-height: 56px;
|
||||
padding-left: 60px;
|
||||
color: #FFF;*/
|
||||
}
|
||||
.plupload_header_title {
|
||||
/*font: normal 18px sans-serif;
|
||||
padding: 6px 0 3px;*/
|
||||
}
|
||||
.plupload_header_text {
|
||||
/*font: normal 12px sans-serif;*/
|
||||
}
|
||||
|
||||
.plupload_filelist {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
border: 1px solid #dddddd;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.plupload_scroll .plupload_filelist {
|
||||
height: 185px;
|
||||
/*background: #f9f9f9;*/
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.plupload_filelist li {
|
||||
padding: 5px 8px 0px 8px;
|
||||
background: #f9f9f9;
|
||||
/*padding: 10px 8px;
|
||||
background: #f9f9f9 url('../img/backgrounds.gif') repeat-x 0 -156px;*/
|
||||
border-bottom: 1px solid #dddddd;
|
||||
}
|
||||
|
||||
.plupload_filelist_header, .plupload_filelist_footer {
|
||||
/*background: #DFDFDF;
|
||||
padding: 8px 8px;
|
||||
color: #42454A;*/
|
||||
}
|
||||
.plupload_filelist_header {
|
||||
/*border-top: 1px solid #EEE;*/
|
||||
padding: 3px 10px;
|
||||
}
|
||||
|
||||
.plupload_filelist_footer {border-top: 1px solid #FFF; height: 22px; line-height: 20px; vertical-align: middle;}
|
||||
.plupload_file_name {float: left; overflow: hidden}
|
||||
.plupload_file_status {color: #777;}
|
||||
.plupload_file_status span {color: #42454A;}
|
||||
|
||||
.plupload_file_statusbar,
|
||||
.plupload_file_size, .plupload_file_status, .plupload_progress, .plupload_progress_box {
|
||||
float: right;
|
||||
width: 80px;
|
||||
|
||||
}
|
||||
.plupload_file_action_bottom {
|
||||
padding-right:8px;
|
||||
}
|
||||
.plupload_file_size, .plupload_file_status, .plupload_file_action {text-align: right;}
|
||||
|
||||
.plupload_filelist .plupload_file_name {width: 205px; width: auto;}
|
||||
|
||||
.plupload_file_action {
|
||||
float: right;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.plupload_file_action * {
|
||||
display: none;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
li.plupload_uploading {background: #ECF3DC url('../img/backgrounds.gif') repeat-x 0 -238px;}
|
||||
li.plupload_done {color:#AAA}
|
||||
|
||||
li.plupload_delete a {
|
||||
background: url('../img/delete.gif');
|
||||
}
|
||||
|
||||
li.plupload_failed a {
|
||||
background: url('../img/error.gif');
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
li.plupload_done a {
|
||||
background: url('../img/done.gif');
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.plupload_progress, .plupload_upload_status {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.plupload_progress_container {
|
||||
margin-top: 3px;
|
||||
background: #FFF;
|
||||
padding: 1px;
|
||||
}
|
||||
.plupload_progress_bar {
|
||||
width: 0px;
|
||||
height: 7px;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
.plupload_progress_bar.bar,
|
||||
.progress.plupload_file_statusbar .bar {
|
||||
background: green;
|
||||
}
|
||||
|
||||
.plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_scroll .plupload_filelist_footer .plupload_file_action {
|
||||
margin-right: 17px;
|
||||
}
|
||||
|
||||
/* Floats */
|
||||
|
||||
.plupload_clear,.plupload_clearer {clear: both;}
|
||||
.plupload_clearer, .plupload_progress_bar, .plupload_progress_box {
|
||||
display: block;
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
}
|
||||
.plupload_progress_box {
|
||||
margin-top: -3px;
|
||||
}
|
||||
|
||||
li.plupload_droptext {
|
||||
background: transparent;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
border: 0;
|
||||
line-height: 165px;
|
||||
}
|
||||
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 180 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 994 B |
@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 399 B |
@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
||||
@ -0,0 +1,347 @@
|
||||
/**
|
||||
* jquery.plupload.queue.js
|
||||
*
|
||||
* Copyright 2009, Moxiecode Systems AB
|
||||
* Released under GPL License.
|
||||
*
|
||||
* License: http://www.plupload.com/license
|
||||
* Contributing: http://www.plupload.com/contributing
|
||||
*/
|
||||
|
||||
// JSLint defined globals
|
||||
/*global plupload:false, jQuery:false, alert:false */
|
||||
|
||||
(function($) {
|
||||
var uploaders = {};
|
||||
|
||||
function _(str) {
|
||||
return plupload.translate(str) || str;
|
||||
}
|
||||
|
||||
function renderUI(id, target) {
|
||||
// Remove all existing non plupload items
|
||||
target.contents().each(function(i, node) {
|
||||
node = $(node);
|
||||
|
||||
if (!node.is('.plupload')) {
|
||||
node.remove();
|
||||
}
|
||||
});
|
||||
|
||||
target.prepend(
|
||||
'<div class="plupload_wrapper plupload_scroll">' +
|
||||
'<div id="' + id + '_container" class="plupload_container">' +
|
||||
'<div class="plupload">' +
|
||||
'<div class="plupload_header">' +
|
||||
'<div class="plupload_header_content">' + /*
|
||||
'<div class="plupload_header_title">' + _('Select files') + '</div>' +
|
||||
'<div class="plupload_header_text">' + _('Add files to the upload queue and click the start button.') + '</div>' + */
|
||||
'</div>' +
|
||||
'</div>' +
|
||||
|
||||
'<div class="plupload_content">' +
|
||||
'<div class="plupload_filelist_header">' +
|
||||
'<div class="plupload_file_name">' + _('Filename') + '</div>' +
|
||||
'<div class="plupload_file_action"> </div>' +
|
||||
'<div class="plupload_file_size">'+ _("Size")+'</div>' +
|
||||
'<div class="plupload_file_status"><span>' + _('Status') + '</span></div>' +
|
||||
'<div class="plupload_file_statusbar"><span> </span></div>' + /*
|
||||
'<div class="plupload_file_size">' + _('Size') + '</div>' + */
|
||||
'<div class="plupload_clearer"> </div>' +
|
||||
'</div>' +
|
||||
|
||||
'<ul id="' + id + '_filelist" class="plupload_filelist"></ul>' +
|
||||
|
||||
'<div class="plupload_filelist_footer">' +
|
||||
'<div class="plupload_file_name">' +
|
||||
'<div class="plupload_buttons">' +
|
||||
'<a href="#" class="plupload_button plupload_add btn btn-success fileinput-button"><i class="icon-plus icon-white"></i>' + _('Add Files') + '</a>' +
|
||||
'<a href="#" class="plupload_button plupload_start btn btn-primary start"><i class="icon-upload icon-white"></i>' + _('Start Upload') + '</a>' +
|
||||
'</div>' +
|
||||
'<span class="plupload_upload_status"></span>' +
|
||||
'</div>' +
|
||||
'<div class="plupload_file_action plupload_file_action_bottom"></div>' +
|
||||
'<div class="plupload_file_size"><span class="plupload_total_file_size">0 b</span></div>' +
|
||||
'<div class="plupload_file_status"><span class="plupload_total_status">0%</span></div>' +
|
||||
'<div class="plupload_file_statusbar"><span></span></div>' +
|
||||
'<div class="plupload_progress">' +
|
||||
'<div class="plupload_progress_container">' +
|
||||
'<div class="progress plupload_progress_box">' +
|
||||
'<div class="plupload_progress_bar bar"></div>' +
|
||||
'</div>' +
|
||||
'<div/>' +
|
||||
'</div>' +
|
||||
'<div class="plupload_clearer"> </div>' +
|
||||
'</div>' +
|
||||
'</div>' +
|
||||
'</div>' +
|
||||
'</div>' +
|
||||
'<input type="hidden" id="' + id + '_count" name="' + id + '_count" value="0" />' +
|
||||
'</div>'
|
||||
);
|
||||
}
|
||||
|
||||
$.fn.pluploadQueue = function(settings) {
|
||||
if (settings) {
|
||||
this.each(function() {
|
||||
var uploader, target, id;
|
||||
|
||||
target = $(this);
|
||||
id = target.attr('id');
|
||||
|
||||
if (!id) {
|
||||
id = plupload.guid();
|
||||
target.attr('id', id);
|
||||
}
|
||||
|
||||
uploader = new plupload.Uploader($.extend({
|
||||
dragdrop : true,
|
||||
container : id
|
||||
}, settings));
|
||||
|
||||
uploaders[id] = uploader;
|
||||
|
||||
function handleStatus(file) {
|
||||
var actionClass;
|
||||
|
||||
if (file.status == plupload.DONE) {
|
||||
actionClass = 'plupload_done';
|
||||
}
|
||||
|
||||
if (file.status == plupload.FAILED) {
|
||||
actionClass = 'plupload_failed';
|
||||
}
|
||||
|
||||
if (file.status == plupload.QUEUED) {
|
||||
actionClass = 'plupload_delete';
|
||||
}
|
||||
|
||||
if (file.status == plupload.UPLOADING) {
|
||||
actionClass = 'plupload_uploading';
|
||||
}
|
||||
|
||||
var icon = $('#' + file.id).attr('class', actionClass).find('a').css('display', 'block');
|
||||
if (file.hint) {
|
||||
icon.attr('title', file.hint);
|
||||
}
|
||||
}
|
||||
|
||||
function updateTotalProgress() {
|
||||
$('span.plupload_total_status', target).html(uploader.total.percent + '%');
|
||||
$('div.plupload_progress_bar', target).css('width', uploader.total.percent + '%');
|
||||
$('span.plupload_upload_status', target).html(
|
||||
_('Uploaded %d/%d files').replace(/%d\/%d/, uploader.total.uploaded+'/'+uploader.files.length)
|
||||
);
|
||||
}
|
||||
|
||||
function updateList() {
|
||||
var fileList = $('ul.plupload_filelist', target).html(''), inputCount = 0, inputHTML;
|
||||
|
||||
$.each(uploader.files, function(i, file) {
|
||||
inputHTML = '';
|
||||
|
||||
if (file.status == plupload.DONE) {
|
||||
if (file.target_name) {
|
||||
inputHTML += '<input type="hidden" name="' + id + '_' + inputCount + '_tmpname" value="' + plupload.xmlEncode(file.target_name) + '" />';
|
||||
}
|
||||
|
||||
inputHTML += '<input type="hidden" name="' + id + '_' + inputCount + '_name" value="' + plupload.xmlEncode(file.name) + '" />';
|
||||
inputHTML += '<input type="hidden" name="' + id + '_' + inputCount + '_status" value="' + (file.status == plupload.DONE ? 'done' : 'failed') + '" />';
|
||||
|
||||
inputCount++;
|
||||
|
||||
$('#' + id + '_count').val(inputCount);
|
||||
}
|
||||
|
||||
fileList.append(
|
||||
'<li id="' + file.id + '">' +
|
||||
'<div class="plupload_file_name"><span>' + file.name + '</span></div>' +
|
||||
'<div class="plupload_file_action"><a href="#"></a></div>' +
|
||||
'<div class="plupload_file_size">' + plupload.formatSize(file.size) + '</div>' +
|
||||
'<div class="plupload_file_status">' + file.percent + '%</div>' +
|
||||
'<div class="progress plupload_file_statusbar"></div>' +
|
||||
'<div class="plupload_clearer"> </div>' +
|
||||
inputHTML +
|
||||
'</li>'
|
||||
);
|
||||
|
||||
handleStatus(file);
|
||||
|
||||
$('#' + file.id + '.plupload_delete a').click(function(e) {
|
||||
$('#' + file.id).remove();
|
||||
uploader.removeFile(file);
|
||||
|
||||
e.preventDefault();
|
||||
});
|
||||
});
|
||||
|
||||
$('span.plupload_total_file_size', target).html(plupload.formatSize(uploader.total.size));
|
||||
|
||||
if (uploader.total.queued === 0) {
|
||||
$('span.plupload_add_text', target).html(_('Add Files'));
|
||||
} else {
|
||||
$('span.plupload_add_text', target).html(_('%d files queued').replace(/%d/, uploader.total.queued));
|
||||
}
|
||||
|
||||
$('a.plupload_start', target).toggleClass('plupload_disabled', uploader.files.length == (uploader.total.uploaded + uploader.total.failed));
|
||||
|
||||
// Scroll to end of file list
|
||||
fileList[0].scrollTop = fileList[0].scrollHeight;
|
||||
|
||||
updateTotalProgress();
|
||||
|
||||
// Re-add drag message if there is no files
|
||||
if (!uploader.files.length && uploader.features.dragdrop && uploader.settings.dragdrop) {
|
||||
$('#' + id + '_filelist').append('<li class="plupload_droptext">' + _("Drag files here.") + '</li>');
|
||||
}
|
||||
}
|
||||
|
||||
uploader.bind("UploadFile", function(up, file) {
|
||||
$('#' + file.id).addClass('plupload_current_file');
|
||||
});
|
||||
|
||||
uploader.bind('Init', function(up, res) {
|
||||
renderUI(id, target);
|
||||
|
||||
// Enable rename support
|
||||
if (!settings.unique_names && settings.rename) {
|
||||
target.on('click', '#' + id + '_filelist div.plupload_file_name span', function(e) {
|
||||
var targetSpan = $(e.target), file, parts, name, ext = "";
|
||||
|
||||
// Get file name and split out name and extension
|
||||
file = up.getFile(targetSpan.parents('li')[0].id);
|
||||
name = file.name;
|
||||
parts = /^(.+)(\.[^.]+)$/.exec(name);
|
||||
if (parts) {
|
||||
name = parts[1];
|
||||
ext = parts[2];
|
||||
}
|
||||
|
||||
// Display input element
|
||||
targetSpan.hide().after('<input type="text" />');
|
||||
targetSpan.next().val(name).focus().blur(function() {
|
||||
targetSpan.show().next().remove();
|
||||
}).keydown(function(e) {
|
||||
var targetInput = $(this);
|
||||
|
||||
if (e.keyCode == 13) {
|
||||
e.preventDefault();
|
||||
|
||||
// Rename file and glue extension back on
|
||||
file.name = targetInput.val() + ext;
|
||||
targetSpan.html(file.name);
|
||||
targetInput.blur();
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
$('a.plupload_add', target).attr('id', id + '_browse');
|
||||
|
||||
up.settings.browse_button = id + '_browse';
|
||||
|
||||
// Enable drag/drop (see PostInit handler as well)
|
||||
if (up.settings.dragdrop) {
|
||||
up.settings.drop_element = id + '_filelist';
|
||||
}
|
||||
|
||||
$('#' + id + '_container').attr('title', 'Using runtime: ' + res.runtime);
|
||||
|
||||
$('a.plupload_start', target).click(function(e) {
|
||||
if (!$(this).hasClass('plupload_disabled')) {
|
||||
uploader.start();
|
||||
}
|
||||
|
||||
e.preventDefault();
|
||||
});
|
||||
|
||||
$('a.plupload_stop', target).click(function(e) {
|
||||
e.preventDefault();
|
||||
uploader.stop();
|
||||
});
|
||||
|
||||
$('a.plupload_start', target).addClass('plupload_disabled');
|
||||
});
|
||||
|
||||
uploader.bind("PostInit", function(up) {
|
||||
// features are populated only after input components are fully instantiated
|
||||
if (up.settings.dragdrop && up.features.dragdrop) {
|
||||
$('#' + id + '_filelist').append('<li class="plupload_droptext">' + _("Drag files here.") + '</li>');
|
||||
}
|
||||
});
|
||||
|
||||
uploader.init();
|
||||
|
||||
uploader.bind("Error", function(up, err) {
|
||||
var file = err.file, message;
|
||||
|
||||
if (file) {
|
||||
message = err.message;
|
||||
|
||||
if (err.details) {
|
||||
message += " (" + err.details + ")";
|
||||
}
|
||||
|
||||
if (err.code == plupload.FILE_SIZE_ERROR) {
|
||||
alert(_("Error: File too large:") + " " + file.name);
|
||||
}
|
||||
|
||||
if (err.code == plupload.FILE_EXTENSION_ERROR) {
|
||||
alert(_("Error: Invalid file extension:") + " " + file.name);
|
||||
}
|
||||
|
||||
file.hint = message;
|
||||
$('#' + file.id).attr('class', 'plupload_failed').find('a').css('display', 'block').attr('title', message);
|
||||
}
|
||||
});
|
||||
|
||||
uploader.bind('StateChanged', function() {
|
||||
if (uploader.state === plupload.STARTED) {
|
||||
$('li.plupload_delete a,div.plupload_buttons', target).hide();
|
||||
$('span.plupload_upload_status,div.plupload_progress,a.plupload_stop', target).css('display', 'block');
|
||||
$('span.plupload_upload_status', target).html('Uploaded ' + uploader.total.uploaded + '/' + uploader.files.length + ' files');
|
||||
|
||||
if (settings.multiple_queues) {
|
||||
$('span.plupload_total_status,span.plupload_total_file_size', target).show();
|
||||
}
|
||||
} else {
|
||||
updateList();
|
||||
$('a.plupload_stop,div.plupload_progress', target).hide();
|
||||
$('a.plupload_delete', target).css('display', 'block');
|
||||
}
|
||||
});
|
||||
|
||||
uploader.bind('QueueChanged', updateList);
|
||||
|
||||
uploader.bind('FileUploaded', function(up, file) {
|
||||
handleStatus(file);
|
||||
});
|
||||
|
||||
uploader.bind("UploadProgress", function(up, file) {
|
||||
// Set file specific progress
|
||||
$('#' + file.id + ' div.plupload_file_status', target).html(file.percent + '%');
|
||||
$('#' + file.id + ' div.plupload_file_statusbar', target).html('<div class="bar" style="width: '+ file.percent + '%;"></div>');
|
||||
|
||||
handleStatus(file);
|
||||
updateTotalProgress();
|
||||
|
||||
if (settings.multiple_queues && uploader.total.uploaded + uploader.total.failed == uploader.files.length) {
|
||||
$(".plupload_buttons,.plupload_upload_status", target).css("display", "inline");
|
||||
$(".plupload_start", target).addClass("plupload_disabled");
|
||||
$('span.plupload_total_status,span.plupload_total_file_size', target).hide();
|
||||
}
|
||||
});
|
||||
|
||||
// Call setup function
|
||||
if (settings.setup) {
|
||||
settings.setup(uploader);
|
||||
}
|
||||
});
|
||||
|
||||
return this;
|
||||
} else {
|
||||
// Get uploader instance for specified element
|
||||
return uploaders[$(this[0]).attr('id')];
|
||||
}
|
||||
};
|
||||
})(jQuery);
|
||||
@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
||||
147
media/com_phocadownload/js/plupload/jquery.ui.plupload/css/jquery.ui.plupload.css
vendored
Normal file
@ -0,0 +1,147 @@
|
||||
/*
|
||||
Plupload
|
||||
------------------------------------------------------------------- */
|
||||
|
||||
.plupload_button {cursor: pointer;}
|
||||
|
||||
.plupload_wrapper {
|
||||
font: normal 11px Verdana,sans-serif;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.plupload .plupload_container input {width: 98%;}
|
||||
.plupload .plupload_filelist_footer {border-width: 1px 0 0 0}
|
||||
.plupload .plupload_filelist_header {border-width: 0 0 1px 0}
|
||||
div.plupload .plupload_file {border-width: 0 0 1px 0}
|
||||
div.plupload div.plupload_header {border-width: 0 0 1px 0; position: relative;}
|
||||
|
||||
.plupload_file .ui-icon {
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.plupload_header_content {
|
||||
background-image: url('../img/plupload.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: 8px center;
|
||||
min-height: 56px;
|
||||
padding-left: 60px;
|
||||
position:relative;
|
||||
}
|
||||
.plupload_header_content_bw {background-image: url('../img/plupload-bw.png');}
|
||||
.plupload_header_title {
|
||||
font: normal 18px sans-serif;
|
||||
padding: 6px 0 3px;
|
||||
}
|
||||
.plupload_header_text {font: normal 12px sans-serif;}
|
||||
|
||||
.plupload_filelist,
|
||||
.plupload_filelist_content {
|
||||
border-collapse: collapse;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
-moz-user-select:none;
|
||||
-webkit-user-select:none;
|
||||
user-select:none;
|
||||
}
|
||||
|
||||
.plupload_cell {padding: 8px 6px;}
|
||||
|
||||
.plupload_file {
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.plupload .ui-sortable-helper,
|
||||
.plupload .ui-sortable .plupload_file {
|
||||
cursor:move;
|
||||
}
|
||||
|
||||
.plupload_scroll {
|
||||
max-height: 180px;
|
||||
min-height: 168px;
|
||||
_height: 168px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.plupload_file_size, .plupload_file_status {text-align: right;}
|
||||
.plupload_file_size, .plupload_file_status {width: 52px;}
|
||||
.plupload_file_action {width: 16px;}
|
||||
.plupload_file_name {
|
||||
overflow: hidden;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.plupload_file_rename {
|
||||
width:95%;
|
||||
}
|
||||
|
||||
.plupload_progress {width: 60px;}
|
||||
.plupload_progress_container {padding: 1px;}
|
||||
|
||||
|
||||
/* Floats */
|
||||
|
||||
.plupload_right {float: right;}
|
||||
.plupload_left {float: left;}
|
||||
.plupload_clear,.plupload_clearer {clear: both;}
|
||||
.plupload_clearer, .plupload_progress_bar {
|
||||
display: block;
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
}
|
||||
.plupload_clearer {height: 0;}
|
||||
|
||||
/* Misc */
|
||||
.plupload_hidden {display: none;}
|
||||
.plupload_droptext {
|
||||
background: transparent;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
border: 0;
|
||||
line-height: 165px;
|
||||
}
|
||||
|
||||
.plupload_buttons, .plupload_upload_status {float: left}
|
||||
|
||||
.plupload_message {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.plupload_message p {
|
||||
padding:0.7em;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.plupload_message strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
plupload_message i {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.plupload_message p span.ui-icon {
|
||||
float: left;
|
||||
margin-right: 0.3em;
|
||||
}
|
||||
|
||||
.plupload_header_content .ui-state-error,
|
||||
.plupload_header_content .ui-state-highlight {
|
||||
border:none;
|
||||
}
|
||||
|
||||
.plupload_message_close {
|
||||
position:absolute;
|
||||
top:5px;
|
||||
right:5px;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.plupload .ui-sortable-placeholder {
|
||||
height:35px;
|
||||
}
|
||||
@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
||||
1
media/com_phocadownload/js/plupload/jquery.ui.plupload/jquery.ui.plupload.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(a){a.runtimes.BrowserPlus=a.addRuntime("browserplus",{getFeatures:function(){return{dragdrop:true,jpgresize:true,pngresize:true,chunks:true,progress:true,multipart:true,multi_selection:true}},init:function(g,i){var e=window.BrowserPlus,h={},d=g.settings,c=d.resize;function f(n){var m,l,j=[],k,o;for(l=0;l<n.length;l++){k=n[l];o=a.guid();h[o]=k;j.push(new a.File(o,k.name,k.size))}if(l){g.trigger("FilesAdded",j)}}function b(){var j=false;g.bind("PostInit",function(){var n,l=d.drop_element,p=g.id+"_droptarget",k=document.getElementById(l),m;function q(s,r){e.DragAndDrop.AddDropTarget({id:s},function(t){e.DragAndDrop.AttachCallbacks({id:s,hover:function(u){if(!u&&r){r()}},drop:function(u){if(r){r()}f(u)}},function(){})})}function o(){document.getElementById(p).style.top="-1000px"}if(k){if(document.attachEvent&&(/MSIE/gi).test(navigator.userAgent)){n=document.createElement("div");n.setAttribute("id",p);a.extend(n.style,{position:"absolute",top:"-1000px",background:"red",filter:"alpha(opacity=0)",opacity:0});document.body.appendChild(n);a.addEvent(k,"dragenter",function(s){var r,t;r=document.getElementById(l);t=a.getPos(r);a.extend(document.getElementById(p).style,{top:t.y+"px",left:t.x+"px",width:r.offsetWidth+"px",height:r.offsetHeight+"px"})});q(p,o)}else{q(l)}}a.addEvent(document.getElementById(d.browse_button),"click",function(x){var r=[],t,s,w=d.filters,v,u;x.preventDefault();if(j){return}no_type_restriction:for(t=0;t<w.length;t++){v=w[t].extensions.split(",");for(s=0;s<v.length;s++){if(v[s]==="*"){r=[];break no_type_restriction}u=a.mimeTypes[v[s]];if(u&&a.inArray(u,r)===-1){r.push(a.mimeTypes[v[s]])}}}e.FileBrowse.OpenBrowseDialog({mimeTypes:r},function(y){if(y.success){f(y.value)}})});k=n=null});g.bind("CancelUpload",function(){e.Uploader.cancel({},function(){})});g.bind("DisableBrowse",function(k,l){j=l});g.bind("UploadFile",function(n,k){var m=h[k.id],s={},l=n.settings.chunk_size,o,p=[];function r(t,v){var u;if(k.status==a.FAILED){return}s.name=k.target_name||k.name;if(l){s.chunk=""+t;s.chunks=""+v}u=p.shift();e.Uploader.upload({url:n.settings.url,files:{file:u},cookies:document.cookies,postvars:a.extend(s,n.settings.multipart_params),progressCallback:function(y){var x,w=0;o[t]=parseInt(y.filePercent*u.size/100,10);for(x=0;x<o.length;x++){w+=o[x]}k.loaded=w;n.trigger("UploadProgress",k)}},function(x){var w,y;if(x.success){w=x.value.statusCode;if(l){n.trigger("ChunkUploaded",k,{chunk:t,chunks:v,response:x.value.body,status:w})}if(p.length>0){r(++t,v)}else{k.status=a.DONE;n.trigger("FileUploaded",k,{response:x.value.body,status:w});if(w>=400){n.trigger("Error",{code:a.HTTP_ERROR,message:a.translate("HTTP Error."),file:k,status:w})}}}else{n.trigger("Error",{code:a.GENERIC_ERROR,message:a.translate("Generic Error."),file:k,details:x.error})}})}function q(t){k.size=t.size;if(l){e.FileAccess.chunk({file:t,chunkSize:l},function(w){if(w.success){var x=w.value,u=x.length;o=Array(u);for(var v=0;v<u;v++){o[v]=0;p.push(x[v])}r(0,u)}})}else{o=Array(1);p.push(t);r(0,1)}}if(c&&/\.(png|jpg|jpeg)$/i.test(k.name)){BrowserPlus.ImageAlter.transform({file:m,quality:c.quality||90,actions:[{scale:{maxwidth:c.width,maxheight:c.height}}]},function(t){if(t.success){q(t.value.file)}})}else{q(m)}});i({success:true})}if(e){e.init(function(k){var j=[{service:"Uploader",version:"3"},{service:"DragAndDrop",version:"1"},{service:"FileBrowse",version:"1"},{service:"FileAccess",version:"2"}];if(c){j.push({service:"ImageAlter",version:"4"})}if(k.success){e.require({services:j},function(l){if(l.success){b()}else{i()}})}else{i()}})}else{i()}}})})(plupload);
|
||||
1
media/com_phocadownload/js/plupload/plupload.html4.js
Normal file
@ -0,0 +1 @@
|
||||
(function(d,a,b,c){function e(f){return a.getElementById(f)}b.runtimes.Html4=b.addRuntime("html4",{getFeatures:function(){return{multipart:true,triggerDialog:(b.ua.gecko&&d.FormData||b.ua.webkit)}},init:function(f,g){f.bind("Init",function(p){var j=a.body,n,h="javascript",k,x,q,z=[],r=/MSIE/.test(navigator.userAgent),t=[],m=p.settings.filters,o,l,s,w;no_type_restriction:for(o=0;o<m.length;o++){l=m[o].extensions.split(/,/);for(w=0;w<l.length;w++){if(l[w]==="*"){t=[];break no_type_restriction}s=b.mimeTypes[l[w]];if(s&&b.inArray(s,t)===-1){t.push(s)}}}t=t.join(",");function v(){var B,y,i,A;q=b.guid();z.push(q);B=a.createElement("form");B.setAttribute("id","form_"+q);B.setAttribute("method","post");B.setAttribute("enctype","multipart/form-data");B.setAttribute("encoding","multipart/form-data");B.setAttribute("target",p.id+"_iframe");B.style.position="absolute";y=a.createElement("input");y.setAttribute("id","input_"+q);y.setAttribute("type","file");y.setAttribute("accept",t);y.setAttribute("size",1);A=e(p.settings.browse_button);if(p.features.triggerDialog&&A){b.addEvent(e(p.settings.browse_button),"click",function(C){if(!y.disabled){y.click()}C.preventDefault()},p.id)}b.extend(y.style,{width:"100%",height:"100%",opacity:0,fontSize:"99px",cursor:"pointer"});b.extend(B.style,{overflow:"hidden"});i=p.settings.shim_bgcolor;if(i){B.style.background=i}if(r){b.extend(y.style,{filter:"alpha(opacity=0)"})}b.addEvent(y,"change",function(F){var D=F.target,C,E=[],G;if(D.value){e("form_"+q).style.top=-1048575+"px";C=D.value.replace(/\\/g,"/");C=C.substring(C.length,C.lastIndexOf("/")+1);E.push(new b.File(q,C));if(!p.features.triggerDialog){b.removeAllEvents(B,p.id)}else{b.removeEvent(A,"click",p.id)}b.removeEvent(y,"change",p.id);v();if(E.length){f.trigger("FilesAdded",E)}}},p.id);B.appendChild(y);j.appendChild(B);p.refresh()}function u(){var i=a.createElement("div");i.innerHTML='<iframe id="'+p.id+'_iframe" name="'+p.id+'_iframe" src="'+h+':""" style="display:none"></iframe>';n=i.firstChild;j.appendChild(n);b.addEvent(n,"load",function(C){var D=C.target,B,y;if(!k){return}try{B=D.contentWindow.document||D.contentDocument||d.frames[D.id].document}catch(A){p.trigger("Error",{code:b.SECURITY_ERROR,message:b.translate("Security error."),file:k});return}y=B.documentElement.innerText||B.documentElement.textContent;if(y){k.status=b.DONE;k.loaded=1025;k.percent=100;p.trigger("UploadProgress",k);p.trigger("FileUploaded",k,{response:y})}},p.id)}if(p.settings.container){j=e(p.settings.container);if(b.getStyle(j,"position")==="static"){j.style.position="relative"}}p.bind("UploadFile",function(i,A){var B,y;if(A.status==b.DONE||A.status==b.FAILED||i.state==b.STOPPED){return}B=e("form_"+A.id);y=e("input_"+A.id);y.setAttribute("name",i.settings.file_data_name);B.setAttribute("action",i.settings.url);b.each(b.extend({name:A.target_name||A.name},i.settings.multipart_params),function(E,C){var D=a.createElement("input");b.extend(D,{type:"hidden",name:C,value:E});B.insertBefore(D,B.firstChild)});k=A;e("form_"+q).style.top=-1048575+"px";B.submit()});p.bind("FileUploaded",function(i){i.refresh()});p.bind("StateChanged",function(i){if(i.state==b.STARTED){u()}else{if(i.state==b.STOPPED){d.setTimeout(function(){b.removeEvent(n,"load",i.id);if(n.parentNode){n.parentNode.removeChild(n)}},0)}}b.each(i.files,function(A,y){if(A.status===b.DONE||A.status===b.FAILED){var B=e("form_"+A.id);if(B){B.parentNode.removeChild(B)}}})});p.bind("Refresh",function(y){var F,A,B,C,i,G,H,E,D;F=e(y.settings.browse_button);if(F){i=b.getPos(F,e(y.settings.container));G=b.getSize(F);H=e("form_"+q);E=e("input_"+q);b.extend(H.style,{top:i.y+"px",left:i.x+"px",width:G.w+"px",height:G.h+"px"});if(y.features.triggerDialog){if(b.getStyle(F,"position")==="static"){b.extend(F.style,{position:"relative"})}D=parseInt(F.style.zIndex,10);if(isNaN(D)){D=0}b.extend(F.style,{zIndex:D});b.extend(H.style,{zIndex:D-1})}B=y.settings.browse_button_hover;C=y.settings.browse_button_active;A=y.features.triggerDialog?F:H;if(B){b.addEvent(A,"mouseover",function(){b.addClass(F,B)},y.id);b.addEvent(A,"mouseout",function(){b.removeClass(F,B)},y.id)}if(C){b.addEvent(A,"mousedown",function(){b.addClass(F,C)},y.id);b.addEvent(a.body,"mouseup",function(){b.removeClass(F,C)},y.id)}}});f.bind("FilesRemoved",function(y,B){var A,C;for(A=0;A<B.length;A++){C=e("form_"+B[A].id);if(C){C.parentNode.removeChild(C)}}});f.bind("DisableBrowse",function(i,A){var y=a.getElementById("input_"+q);if(y){y.disabled=A}});f.bind("Destroy",function(i){var y,A,B,C={inputContainer:"form_"+q,inputFile:"input_"+q,browseButton:i.settings.browse_button};for(y in C){A=e(C[y]);if(A){b.removeAllEvents(A,i.id)}}b.removeAllEvents(a.body,i.id);b.each(z,function(E,D){B=e("form_"+E);if(B){B.parentNode.removeChild(B)}})});v()});g({success:true})}})})(window,document,plupload);
|
||||