mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
* Calendar: Add videoconference icon to event tooltip
This commit is contained in:
parent
bea7d10711
commit
901f9f0b50
@ -517,6 +517,9 @@ var et2_calendar_event = /** @class */ (function (_super) {
|
||||
if (this.options.value.participants[egw.user('account_id')] && this.options.value.participants[egw.user('account_id')][0] == 'U') {
|
||||
icons.push('<img src="' + this.egw().image('needs-action', 'calendar') + '" title="' + this.egw().lang('Needs action') + '"/>');
|
||||
}
|
||||
if (this.options.value["##videoconference"]) {
|
||||
icons.push('<img src="' + this.egw().image('videoconference', 'calendar') + '" title="' + this.egw().lang('videoconference') + '"/>');
|
||||
}
|
||||
}
|
||||
// Always include non-blocking, regardless of privacy
|
||||
if (this.options.value.non_blocking) {
|
||||
|
@ -658,6 +658,10 @@ export class et2_calendar_event extends et2_valueWidget implements et2_IDetached
|
||||
{
|
||||
icons.push('<img src="'+this.egw().image('needs-action','calendar')+'" title="'+this.egw().lang('Needs action')+'"/>');
|
||||
}
|
||||
if(this.options.value["##videoconference"])
|
||||
{
|
||||
icons.push('<img src="' + this.egw().image('videoconference','calendar') + '" title="' + this.egw().lang('videoconference') + '"/>');
|
||||
}
|
||||
}
|
||||
|
||||
// Always include non-blocking, regardless of privacy
|
||||
|
@ -2195,17 +2195,6 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
-moz-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.calendar_calEventIcons img[src$="svg"] {
|
||||
background-color: #828282 !important;
|
||||
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjODI4MjgyIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjODI4MjgyIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=) !important;
|
||||
background-image: -moz-linear-gradient(top, #828282, #828282) !important;
|
||||
background-image: -ms-linear-gradient(top, #828282, #828282) !important;
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#828282), to(#828282)) !important;
|
||||
background-image: -webkit-linear-gradient(top, #828282, #828282) !important;
|
||||
background-image: -o-linear-gradient(top, #828282, #828282) !important;
|
||||
background-image: linear-gradient(top, #828282, #828282) !important;
|
||||
background-repeat: repeat-x !important;
|
||||
}
|
||||
.calendar_calEventHeaderSmall .calendar_calEventIcons img {
|
||||
height: 13px;
|
||||
}
|
||||
|
@ -820,12 +820,6 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
top: 0px;
|
||||
background-color: @gray_10;
|
||||
.rounded (2px);
|
||||
|
||||
img[src$="svg"] {
|
||||
.gradient_vertical (@gray_50, @gray_50) !important;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
.calendar_calEventHeaderSmall .calendar_calEventIcons img{
|
||||
height: 13px;
|
||||
|
115
calendar/templates/pixelegg/images/videoconference.svg
Normal file
115
calendar/templates/pixelegg/images/videoconference.svg
Normal file
@ -0,0 +1,115 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
enable-background="new 0 0 50 50"
|
||||
height="50px"
|
||||
id="Layer_1"
|
||||
version="1.1"
|
||||
viewBox="0 0 50 50"
|
||||
width="50px"
|
||||
xml:space="preserve"
|
||||
sodipodi:docname="videoconference.svg"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
|
||||
id="metadata11"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs9" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1052"
|
||||
id="namedview7"
|
||||
showgrid="false"
|
||||
inkscape:zoom="6.675088"
|
||||
inkscape:cx="-13.503842"
|
||||
inkscape:cy="6.8189156"
|
||||
inkscape:window-x="1920"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="Layer_1" /><rect
|
||||
fill="none"
|
||||
height="50"
|
||||
width="50"
|
||||
id="rect2" /><path
|
||||
style="fill:#ff2a2a;fill-opacity:0;stroke-width:0.10593221"
|
||||
d="M 5.7256783,29.441897 C 5.17236,29.195 4.9678374,28.191423 4.8788372,25.28651 c -0.07897,-2.577535 0.00528,-3.044742 0.6574475,-3.64589 2.4528955,-2.261 7.6961913,-3.766833 14.8168663,-4.255287 2.43029,-0.166709 9.426274,-0.0686 11.557498,0.162081 5.621649,0.608475 9.752868,1.858328 12.182203,3.685585 1.126273,0.847141 1.166136,0.966304 1.161107,3.470884 -0.0041,2.061807 -0.163502,3.744851 -0.400315,4.227762 -0.06886,0.140416 -0.244372,0.341419 -0.390029,0.446672 -0.259794,0.187731 -0.333313,0.177384 -3.866525,-0.544107 -5.44804,-1.112506 -5.098484,-1.020998 -5.397445,-1.412957 -0.172554,-0.22623 -0.474064,-1.10046 -0.90028,-2.610366 -0.352459,-1.248619 -0.640835,-2.329856 -0.640835,-2.402748 0,-0.286308 -2.012346,-0.600838 -5.032984,-0.786655 -2.171883,-0.133606 -7.078972,-0.07093 -8.8971,0.113636 -1.229761,0.124839 -2.918059,0.4042 -3.090234,0.511339 -0.06536,0.04067 -0.366855,0.978658 -0.669985,2.084412 -0.645448,2.354467 -0.884786,3.031989 -1.158605,3.279791 -0.322665,0.292008 -8.7335875,1.987569 -9.0839437,1.831235 z"
|
||||
id="path3735"
|
||||
inkscape:connector-curvature="0" /><path
|
||||
style="fill:#ff0000;fill-opacity:0;stroke-width:0.10593221"
|
||||
d="M 5.7256783,29.441897 C 5.17236,29.195 4.9678374,28.191423 4.8788372,25.28651 c -0.07897,-2.577535 0.00528,-3.044742 0.6574475,-3.64589 2.4528955,-2.261 7.6961913,-3.766833 14.8168663,-4.255287 2.43029,-0.166709 9.426274,-0.0686 11.557498,0.162081 5.621649,0.608475 9.752868,1.858328 12.182203,3.685585 1.126273,0.847141 1.166136,0.966304 1.161107,3.470884 -0.0041,2.061807 -0.163502,3.744851 -0.400315,4.227762 -0.06886,0.140416 -0.244372,0.341419 -0.390029,0.446672 -0.259794,0.187731 -0.333313,0.177384 -3.866525,-0.544107 -5.44804,-1.112506 -5.098484,-1.020998 -5.397445,-1.412957 -0.172554,-0.22623 -0.474064,-1.10046 -0.90028,-2.610366 -0.352459,-1.248619 -0.640835,-2.329856 -0.640835,-2.402748 0,-0.286308 -2.012346,-0.600838 -5.032984,-0.786655 -2.171883,-0.133606 -7.078972,-0.07093 -8.8971,0.113636 -1.229761,0.124839 -2.918059,0.4042 -3.090234,0.511339 -0.06536,0.04067 -0.366855,0.978658 -0.669985,2.084412 -0.645448,2.354467 -0.884786,3.031989 -1.158605,3.279791 -0.322665,0.292008 -8.7335875,1.987569 -9.0839437,1.831235 z"
|
||||
id="path3737"
|
||||
inkscape:connector-curvature="0" /><path
|
||||
style="fill:#ff0000;fill-opacity:0;stroke-width:0.10593221"
|
||||
d="M 5.6730214,29.411436 C 5.294049,29.145993 5.1463193,28.738492 5.0016178,27.559423 4.8219674,26.095578 4.8159352,22.98981 4.9916086,22.406043 5.1494384,21.881571 5.6421266,21.424354 6.8606289,20.671582 9.6469477,18.950237 14.305641,17.8035 20.162768,17.39726 c 2.006957,-0.139199 7.852297,-0.138522 9.831844,0.0011 4.241647,0.299256 7.851412,0.975455 10.560105,1.978172 1.97684,0.731796 4.116662,2.052579 4.511924,2.784939 0.341099,0.632006 0.200894,5.719123 -0.184147,6.681434 -0.327296,0.817994 -0.219558,0.818083 -4.240597,-0.0035 -1.970619,-0.402626 -3.931663,-0.806635 -4.357877,-0.8978 -0.426213,-0.09116 -0.794976,-0.165752 -0.819472,-0.165752 -0.218277,0 -0.654993,-1.128724 -1.207094,-3.119824 -0.354627,-1.278932 -0.701223,-2.360218 -0.770214,-2.402856 -0.198893,-0.122923 -1.817857,-0.389006 -3.260913,-0.535944 -1.770136,-0.180243 -8.502053,-0.177782 -10.32839,0.0038 -1.782086,0.177159 -3.14751,0.416511 -3.294723,0.57755 -0.06422,0.07025 -0.318234,0.8666 -0.564483,1.769672 -0.728089,2.670135 -0.870058,3.085794 -1.167758,3.418978 -0.274165,0.306844 -0.422423,0.345349 -4.619671,1.199822 -2.3850287,0.485541 -4.3377262,0.884348 -4.3393281,0.886238 -0.0016,0.0019 -0.1091304,-0.07096 -0.2389525,-0.161892 z"
|
||||
id="path4544"
|
||||
inkscape:connector-curvature="0" /><path
|
||||
style="fill:#ff0000;fill-opacity:0;stroke-width:0.10593221"
|
||||
d="M 5.6730214,29.411436 C 5.294049,29.145993 5.1463193,28.738492 5.0016178,27.559423 4.8219674,26.095578 4.8159352,22.98981 4.9916086,22.406043 5.1494384,21.881571 5.6421266,21.424354 6.8606289,20.671582 9.6469477,18.950237 14.305641,17.8035 20.162768,17.39726 c 2.006957,-0.139199 7.852297,-0.138522 9.831844,0.0011 4.241647,0.299256 7.851412,0.975455 10.560105,1.978172 1.97684,0.731796 4.116662,2.052579 4.511924,2.784939 0.341099,0.632006 0.200894,5.719123 -0.184147,6.681434 -0.327296,0.817994 -0.219558,0.818083 -4.240597,-0.0035 -1.970619,-0.402626 -3.931663,-0.806635 -4.357877,-0.8978 -0.426213,-0.09116 -0.794976,-0.165752 -0.819472,-0.165752 -0.218277,0 -0.654993,-1.128724 -1.207094,-3.119824 -0.354627,-1.278932 -0.701223,-2.360218 -0.770214,-2.402856 -0.198893,-0.122923 -1.817857,-0.389006 -3.260913,-0.535944 -1.770136,-0.180243 -8.502053,-0.177782 -10.32839,0.0038 -1.782086,0.177159 -3.14751,0.416511 -3.294723,0.57755 -0.06422,0.07025 -0.318234,0.8666 -0.564483,1.769672 -0.728089,2.670135 -0.870058,3.085794 -1.167758,3.418978 -0.274165,0.306844 -0.422423,0.345349 -4.619671,1.199822 -2.3850287,0.485541 -4.3377262,0.884348 -4.3393281,0.886238 -0.0016,0.0019 -0.1091304,-0.07096 -0.2389525,-0.161892 z"
|
||||
id="path4546"
|
||||
inkscape:connector-curvature="0" /><path
|
||||
style="fill:#ff0000;fill-opacity:0;stroke-width:0.10593221"
|
||||
d="M 5.1733609,30.787892 C 4.6978616,30.541481 4.1995524,30.020098 3.967285,29.525971 3.6135206,28.77337 3.4791035,27.475716 3.4787633,24.809816 3.4784856,22.633484 3.5034411,22.253797 3.6771962,21.790748 3.917812,21.149517 4.5001179,20.523118 5.4911575,19.839428 9.2998001,17.211954 16.078454,15.8105 24.997415,15.806603 c 8.839123,-0.0039 15.477856,1.318861 19.377632,3.860863 1.293563,0.843187 1.894808,1.476099 2.132117,2.244413 0.368804,1.194045 0.208236,6.099019 -0.241371,7.373343 -0.334642,0.948476 -1.205855,1.668661 -2.018591,1.668661 -0.542949,0 -8.591165,-1.622713 -9.222506,-1.859477 C 34.491145,28.894314 33.988551,28.350095 33.664772,27.621853 33.534071,27.32788 33.199927,26.269438 32.92223,25.269759 L 32.417326,23.45216 31.61314,23.338042 c -1.957936,-0.277843 -3.875678,-0.352887 -7.583847,-0.296769 -3.621283,0.0548 -6.110463,0.239596 -6.302984,0.467923 -0.03821,0.04532 -0.299016,0.926578 -0.579562,1.958351 -0.307116,1.129484 -0.644842,2.120055 -0.848741,2.489407 -0.605765,1.097309 -0.585428,1.089684 -5.610702,2.103595 -2.4352095,0.491334 -4.6005648,0.893041 -4.8119002,0.892682 -0.2113355,-3.59e-4 -0.5272547,-0.07476 -0.7020429,-0.165339 z m 2.2245763,-1.425083 c 3.5821638,-0.699449 7.3214568,-1.509046 7.4455608,-1.612044 0.280829,-0.233067 0.49002,-0.803104 1.137574,-3.099848 l 0.657075,-2.330508 0.570573,-0.129053 c 3.192997,-0.722192 11.895356,-0.728621 15.640644,-0.01155 0.654049,0.125223 0.664865,0.132992 0.776202,0.557529 0.433435,1.652708 1.202744,4.289129 1.315781,4.509176 0.256717,0.499746 0.522985,0.62929 1.86008,0.904965 4.726197,0.974419 7.075221,1.438152 7.330924,1.447236 0.409929,0.01456 0.78063,-0.373187 0.917664,-0.959873 0.310585,-1.329726 0.438197,-5.089835 0.209008,-6.158504 -0.101072,-0.471282 -0.194266,-0.604526 -0.741139,-1.059638 -2.726296,-2.268847 -7.82138,-3.679349 -14.96358,-4.142456 -2.48472,-0.161111 -9.092335,-0.06568 -11.24535,0.162404 -5.70795,0.604697 -10.1977683,1.964368 -12.4121955,3.758839 -0.8434942,0.68353 -0.9690242,0.895227 -1.1043785,1.862455 -0.1968424,1.406616 0.03642,4.879278 0.3932377,5.854264 0.1685586,0.460577 0.5826933,0.794047 0.888167,0.715168 0.087394,-0.02257 0.6832627,-0.143417 1.3241525,-0.268557 z"
|
||||
id="path4548"
|
||||
inkscape:connector-curvature="0" /><path
|
||||
style="fill:#ff0000;fill-opacity:0;stroke-width:0.10593221"
|
||||
d="M 5.1733609,30.787892 C 4.6978616,30.541481 4.1995524,30.020098 3.967285,29.525971 3.6135206,28.77337 3.4791035,27.475716 3.4787633,24.809816 3.4784856,22.633484 3.5034411,22.253797 3.6771962,21.790748 3.917812,21.149517 4.5001179,20.523118 5.4911575,19.839428 9.2998001,17.211954 16.078454,15.8105 24.997415,15.806603 c 8.839123,-0.0039 15.477856,1.318861 19.377632,3.860863 1.293563,0.843187 1.894808,1.476099 2.132117,2.244413 0.368804,1.194045 0.208236,6.099019 -0.241371,7.373343 -0.334642,0.948476 -1.205855,1.668661 -2.018591,1.668661 -0.542949,0 -8.591165,-1.622713 -9.222506,-1.859477 C 34.491145,28.894314 33.988551,28.350095 33.664772,27.621853 33.534071,27.32788 33.199927,26.269438 32.92223,25.269759 L 32.417326,23.45216 31.61314,23.338042 c -1.957936,-0.277843 -3.875678,-0.352887 -7.583847,-0.296769 -3.621283,0.0548 -6.110463,0.239596 -6.302984,0.467923 -0.03821,0.04532 -0.299016,0.926578 -0.579562,1.958351 -0.307116,1.129484 -0.644842,2.120055 -0.848741,2.489407 -0.605765,1.097309 -0.585428,1.089684 -5.610702,2.103595 -2.4352095,0.491334 -4.6005648,0.893041 -4.8119002,0.892682 -0.2113355,-3.59e-4 -0.5272547,-0.07476 -0.7020429,-0.165339 z m 2.2245763,-1.425083 c 3.5821638,-0.699449 7.3214568,-1.509046 7.4455608,-1.612044 0.280829,-0.233067 0.49002,-0.803104 1.137574,-3.099848 l 0.657075,-2.330508 0.570573,-0.129053 c 3.192997,-0.722192 11.895356,-0.728621 15.640644,-0.01155 0.654049,0.125223 0.664865,0.132992 0.776202,0.557529 0.433435,1.652708 1.202744,4.289129 1.315781,4.509176 0.256717,0.499746 0.522985,0.62929 1.86008,0.904965 4.726197,0.974419 7.075221,1.438152 7.330924,1.447236 0.409929,0.01456 0.78063,-0.373187 0.917664,-0.959873 0.310585,-1.329726 0.438197,-5.089835 0.209008,-6.158504 -0.101072,-0.471282 -0.194266,-0.604526 -0.741139,-1.059638 -2.726296,-2.268847 -7.82138,-3.679349 -14.96358,-4.142456 -2.48472,-0.161111 -9.092335,-0.06568 -11.24535,0.162404 -5.70795,0.604697 -10.1977683,1.964368 -12.4121955,3.758839 -0.8434942,0.68353 -0.9690242,0.895227 -1.1043785,1.862455 -0.1968424,1.406616 0.03642,4.879278 0.3932377,5.854264 0.1685586,0.460577 0.5826933,0.794047 0.888167,0.715168 0.087394,-0.02257 0.6832627,-0.143417 1.3241525,-0.268557 z"
|
||||
id="path4550"
|
||||
inkscape:connector-curvature="0" /><path
|
||||
style="fill:#ff0000;fill-opacity:0;stroke-width:0.10593221"
|
||||
d="M 5.1733609,30.787892 C 4.6978616,30.541481 4.1995524,30.020098 3.967285,29.525971 3.6135206,28.77337 3.4791035,27.475716 3.4787633,24.809816 3.4784856,22.633484 3.5034411,22.253797 3.6771962,21.790748 3.917812,21.149517 4.5001179,20.523118 5.4911575,19.839428 9.2998001,17.211954 16.078454,15.8105 24.997415,15.806603 c 8.839123,-0.0039 15.477856,1.318861 19.377632,3.860863 1.293563,0.843187 1.894808,1.476099 2.132117,2.244413 0.368804,1.194045 0.208236,6.099019 -0.241371,7.373343 -0.334642,0.948476 -1.205855,1.668661 -2.018591,1.668661 -0.542949,0 -8.591165,-1.622713 -9.222506,-1.859477 C 34.491145,28.894314 33.988551,28.350095 33.664772,27.621853 33.534071,27.32788 33.199927,26.269438 32.92223,25.269759 L 32.417326,23.45216 31.61314,23.338042 c -1.957936,-0.277843 -3.875678,-0.352887 -7.583847,-0.296769 -3.621283,0.0548 -6.110463,0.239596 -6.302984,0.467923 -0.03821,0.04532 -0.299016,0.926578 -0.579562,1.958351 -0.307116,1.129484 -0.644842,2.120055 -0.848741,2.489407 -0.605765,1.097309 -0.585428,1.089684 -5.610702,2.103595 -2.4352095,0.491334 -4.6005648,0.893041 -4.8119002,0.892682 -0.2113355,-3.59e-4 -0.5272547,-0.07476 -0.7020429,-0.165339 z m 2.2245763,-1.425083 c 3.5821638,-0.699449 7.3214568,-1.509046 7.4455608,-1.612044 0.280829,-0.233067 0.49002,-0.803104 1.137574,-3.099848 l 0.657075,-2.330508 0.570573,-0.129053 c 3.192997,-0.722192 11.895356,-0.728621 15.640644,-0.01155 0.654049,0.125223 0.664865,0.132992 0.776202,0.557529 0.433435,1.652708 1.202744,4.289129 1.315781,4.509176 0.256717,0.499746 0.522985,0.62929 1.86008,0.904965 4.726197,0.974419 7.075221,1.438152 7.330924,1.447236 0.409929,0.01456 0.78063,-0.373187 0.917664,-0.959873 0.310585,-1.329726 0.438197,-5.089835 0.209008,-6.158504 -0.101072,-0.471282 -0.194266,-0.604526 -0.741139,-1.059638 -2.726296,-2.268847 -7.82138,-3.679349 -14.96358,-4.142456 -2.48472,-0.161111 -9.092335,-0.06568 -11.24535,0.162404 -5.70795,0.604697 -10.1977683,1.964368 -12.4121955,3.758839 -0.8434942,0.68353 -0.9690242,0.895227 -1.1043785,1.862455 -0.1968424,1.406616 0.03642,4.879278 0.3932377,5.854264 0.1685586,0.460577 0.5826933,0.794047 0.888167,0.715168 0.087394,-0.02257 0.6832627,-0.143417 1.3241525,-0.268557 z"
|
||||
id="path4552"
|
||||
inkscape:connector-curvature="0" /><path
|
||||
style="fill:#ff0000;fill-opacity:0;stroke-width:0.10593221"
|
||||
d="M 5.1733609,30.787892 C 4.6978616,30.541481 4.1995524,30.020098 3.967285,29.525971 3.6135206,28.77337 3.4791035,27.475716 3.4787633,24.809816 3.4784856,22.633484 3.5034411,22.253797 3.6771962,21.790748 3.917812,21.149517 4.5001179,20.523118 5.4911575,19.839428 9.2998001,17.211954 16.078454,15.8105 24.997415,15.806603 c 8.839123,-0.0039 15.477856,1.318861 19.377632,3.860863 1.293563,0.843187 1.894808,1.476099 2.132117,2.244413 0.368804,1.194045 0.208236,6.099019 -0.241371,7.373343 -0.334642,0.948476 -1.205855,1.668661 -2.018591,1.668661 -0.542949,0 -8.591165,-1.622713 -9.222506,-1.859477 C 34.491145,28.894314 33.988551,28.350095 33.664772,27.621853 33.534071,27.32788 33.199927,26.269438 32.92223,25.269759 L 32.417326,23.45216 31.61314,23.338042 c -1.957936,-0.277843 -3.875678,-0.352887 -7.583847,-0.296769 -3.621283,0.0548 -6.110463,0.239596 -6.302984,0.467923 -0.03821,0.04532 -0.299016,0.926578 -0.579562,1.958351 -0.307116,1.129484 -0.644842,2.120055 -0.848741,2.489407 -0.605765,1.097309 -0.585428,1.089684 -5.610702,2.103595 -2.4352095,0.491334 -4.6005648,0.893041 -4.8119002,0.892682 -0.2113355,-3.59e-4 -0.5272547,-0.07476 -0.7020429,-0.165339 z m 2.2245763,-1.425083 c 3.5821638,-0.699449 7.3214568,-1.509046 7.4455608,-1.612044 0.280829,-0.233067 0.49002,-0.803104 1.137574,-3.099848 l 0.657075,-2.330508 0.570573,-0.129053 c 3.192997,-0.722192 11.895356,-0.728621 15.640644,-0.01155 0.654049,0.125223 0.664865,0.132992 0.776202,0.557529 0.433435,1.652708 1.202744,4.289129 1.315781,4.509176 0.256717,0.499746 0.522985,0.62929 1.86008,0.904965 4.726197,0.974419 7.075221,1.438152 7.330924,1.447236 0.409929,0.01456 0.78063,-0.373187 0.917664,-0.959873 0.310585,-1.329726 0.438197,-5.089835 0.209008,-6.158504 -0.101072,-0.471282 -0.194266,-0.604526 -0.741139,-1.059638 -2.726296,-2.268847 -7.82138,-3.679349 -14.96358,-4.142456 -2.48472,-0.161111 -9.092335,-0.06568 -11.24535,0.162404 -5.70795,0.604697 -10.1977683,1.964368 -12.4121955,3.758839 -0.8434942,0.68353 -0.9690242,0.895227 -1.1043785,1.862455 -0.1968424,1.406616 0.03642,4.879278 0.3932377,5.854264 0.1685586,0.460577 0.5826933,0.794047 0.888167,0.715168 0.087394,-0.02257 0.6832627,-0.143417 1.3241525,-0.268557 z"
|
||||
id="path4554"
|
||||
inkscape:connector-curvature="0" /><path
|
||||
style="fill:#ff0000;fill-opacity:0;stroke-width:0.10593221"
|
||||
d="M 5.1733609,30.787892 C 4.6978616,30.541481 4.1995524,30.020098 3.967285,29.525971 3.6135206,28.77337 3.4791035,27.475716 3.4787633,24.809816 3.4784856,22.633484 3.5034411,22.253797 3.6771962,21.790748 3.917812,21.149517 4.5001179,20.523118 5.4911575,19.839428 9.2998001,17.211954 16.078454,15.8105 24.997415,15.806603 c 8.839123,-0.0039 15.477856,1.318861 19.377632,3.860863 1.293563,0.843187 1.894808,1.476099 2.132117,2.244413 0.368804,1.194045 0.208236,6.099019 -0.241371,7.373343 -0.334642,0.948476 -1.205855,1.668661 -2.018591,1.668661 -0.542949,0 -8.591165,-1.622713 -9.222506,-1.859477 C 34.491145,28.894314 33.988551,28.350095 33.664772,27.621853 33.534071,27.32788 33.199927,26.269438 32.92223,25.269759 L 32.417326,23.45216 31.61314,23.338042 c -1.957936,-0.277843 -3.875678,-0.352887 -7.583847,-0.296769 -3.621283,0.0548 -6.110463,0.239596 -6.302984,0.467923 -0.03821,0.04532 -0.299016,0.926578 -0.579562,1.958351 -0.307116,1.129484 -0.644842,2.120055 -0.848741,2.489407 -0.605765,1.097309 -0.585428,1.089684 -5.610702,2.103595 -2.4352095,0.491334 -4.6005648,0.893041 -4.8119002,0.892682 -0.2113355,-3.59e-4 -0.5272547,-0.07476 -0.7020429,-0.165339 z m 2.2245763,-1.425083 c 3.5821638,-0.699449 7.3214568,-1.509046 7.4455608,-1.612044 0.280829,-0.233067 0.49002,-0.803104 1.137574,-3.099848 l 0.657075,-2.330508 0.570573,-0.129053 c 3.192997,-0.722192 11.895356,-0.728621 15.640644,-0.01155 0.654049,0.125223 0.664865,0.132992 0.776202,0.557529 0.433435,1.652708 1.202744,4.289129 1.315781,4.509176 0.256717,0.499746 0.522985,0.62929 1.86008,0.904965 4.726197,0.974419 7.075221,1.438152 7.330924,1.447236 0.409929,0.01456 0.78063,-0.373187 0.917664,-0.959873 0.310585,-1.329726 0.438197,-5.089835 0.209008,-6.158504 -0.101072,-0.471282 -0.194266,-0.604526 -0.741139,-1.059638 -2.726296,-2.268847 -7.82138,-3.679349 -14.96358,-4.142456 -2.48472,-0.161111 -9.092335,-0.06568 -11.24535,0.162404 -5.70795,0.604697 -10.1977683,1.964368 -12.4121955,3.758839 -0.8434942,0.68353 -0.9690242,0.895227 -1.1043785,1.862455 -0.1968424,1.406616 0.03642,4.879278 0.3932377,5.854264 0.1685586,0.460577 0.5826933,0.794047 0.888167,0.715168 0.087394,-0.02257 0.6832627,-0.143417 1.3241525,-0.268557 z"
|
||||
id="path4556"
|
||||
inkscape:connector-curvature="0" /><path
|
||||
style="fill:#ff0000;fill-opacity:0;stroke-width:0.10593221"
|
||||
d="M 5.6730214,29.411436 C 5.294049,29.145993 5.1463193,28.738492 5.0016178,27.559423 4.8219674,26.095578 4.8159352,22.98981 4.9916086,22.406043 5.1494384,21.881571 5.6421266,21.424354 6.8606289,20.671582 9.6469477,18.950237 14.305641,17.8035 20.162768,17.39726 c 2.006957,-0.139199 7.852297,-0.138522 9.831844,0.0011 4.241647,0.299256 7.851412,0.975455 10.560105,1.978172 1.97684,0.731796 4.116662,2.052579 4.511924,2.784939 0.341099,0.632006 0.200894,5.719123 -0.184147,6.681434 -0.327296,0.817994 -0.219558,0.818083 -4.240597,-0.0035 -1.970619,-0.402626 -3.931663,-0.806635 -4.357877,-0.8978 -0.426213,-0.09116 -0.794976,-0.165752 -0.819472,-0.165752 -0.218277,0 -0.654993,-1.128724 -1.207094,-3.119824 -0.354627,-1.278932 -0.701223,-2.360218 -0.770214,-2.402856 -0.198893,-0.122923 -1.817857,-0.389006 -3.260913,-0.535944 -1.770136,-0.180243 -8.502053,-0.177782 -10.32839,0.0038 -1.782086,0.177159 -3.14751,0.416511 -3.294723,0.57755 -0.06422,0.07025 -0.318234,0.8666 -0.564483,1.769672 -0.728089,2.670135 -0.870058,3.085794 -1.167758,3.418978 -0.274165,0.306844 -0.422423,0.345349 -4.619671,1.199822 -2.3850287,0.485541 -4.3377262,0.884348 -4.3393281,0.886238 -0.0016,0.0019 -0.1091304,-0.07096 -0.2389525,-0.161892 z"
|
||||
id="path4558"
|
||||
inkscape:connector-curvature="0" /><path
|
||||
style="fill:#ff0000;fill-opacity:0;stroke-width:0.10593221"
|
||||
d="M 5.6730214,29.411436 C 5.294049,29.145993 5.1463193,28.738492 5.0016178,27.559423 4.8219674,26.095578 4.8159352,22.98981 4.9916086,22.406043 5.1494384,21.881571 5.6421266,21.424354 6.8606289,20.671582 9.6469477,18.950237 14.305641,17.8035 20.162768,17.39726 c 2.006957,-0.139199 7.852297,-0.138522 9.831844,0.0011 4.241647,0.299256 7.851412,0.975455 10.560105,1.978172 1.97684,0.731796 4.116662,2.052579 4.511924,2.784939 0.341099,0.632006 0.200894,5.719123 -0.184147,6.681434 -0.327296,0.817994 -0.219558,0.818083 -4.240597,-0.0035 -1.970619,-0.402626 -3.931663,-0.806635 -4.357877,-0.8978 -0.426213,-0.09116 -0.794976,-0.165752 -0.819472,-0.165752 -0.218277,0 -0.654993,-1.128724 -1.207094,-3.119824 -0.354627,-1.278932 -0.701223,-2.360218 -0.770214,-2.402856 -0.198893,-0.122923 -1.817857,-0.389006 -3.260913,-0.535944 -1.770136,-0.180243 -8.502053,-0.177782 -10.32839,0.0038 -1.782086,0.177159 -3.14751,0.416511 -3.294723,0.57755 -0.06422,0.07025 -0.318234,0.8666 -0.564483,1.769672 -0.728089,2.670135 -0.870058,3.085794 -1.167758,3.418978 -0.274165,0.306844 -0.422423,0.345349 -4.619671,1.199822 -2.3850287,0.485541 -4.3377262,0.884348 -4.3393281,0.886238 -0.0016,0.0019 -0.1091304,-0.07096 -0.2389525,-0.161892 z"
|
||||
id="path4560"
|
||||
inkscape:connector-curvature="0" /><path
|
||||
style="fill:#ff0000;fill-opacity:0;stroke-width:0.10593221"
|
||||
d="M 5.1733609,30.787892 C 4.6978616,30.541481 4.1995524,30.020098 3.967285,29.525971 3.6135206,28.77337 3.4791035,27.475716 3.4787633,24.809816 3.4784856,22.633484 3.5034411,22.253797 3.6771962,21.790748 3.917812,21.149517 4.5001179,20.523118 5.4911575,19.839428 9.2998001,17.211954 16.078454,15.8105 24.997415,15.806603 c 8.839123,-0.0039 15.477856,1.318861 19.377632,3.860863 1.293563,0.843187 1.894808,1.476099 2.132117,2.244413 0.368804,1.194045 0.208236,6.099019 -0.241371,7.373343 -0.334642,0.948476 -1.205855,1.668661 -2.018591,1.668661 -0.542949,0 -8.591165,-1.622713 -9.222506,-1.859477 C 34.491145,28.894314 33.988551,28.350095 33.664772,27.621853 33.534071,27.32788 33.199927,26.269438 32.92223,25.269759 L 32.417326,23.45216 31.61314,23.338042 c -1.957936,-0.277843 -3.875678,-0.352887 -7.583847,-0.296769 -3.621283,0.0548 -6.110463,0.239596 -6.302984,0.467923 -0.03821,0.04532 -0.299016,0.926578 -0.579562,1.958351 -0.307116,1.129484 -0.644842,2.120055 -0.848741,2.489407 -0.605765,1.097309 -0.585428,1.089684 -5.610702,2.103595 -2.4352095,0.491334 -4.6005648,0.893041 -4.8119002,0.892682 -0.2113355,-3.59e-4 -0.5272547,-0.07476 -0.7020429,-0.165339 z m 2.2245763,-1.425083 c 3.5821638,-0.699449 7.3214568,-1.509046 7.4455608,-1.612044 0.280829,-0.233067 0.49002,-0.803104 1.137574,-3.099848 l 0.657075,-2.330508 0.570573,-0.129053 c 3.192997,-0.722192 11.895356,-0.728621 15.640644,-0.01155 0.654049,0.125223 0.664865,0.132992 0.776202,0.557529 0.433435,1.652708 1.202744,4.289129 1.315781,4.509176 0.256717,0.499746 0.522985,0.62929 1.86008,0.904965 4.726197,0.974419 7.075221,1.438152 7.330924,1.447236 0.409929,0.01456 0.78063,-0.373187 0.917664,-0.959873 0.310585,-1.329726 0.438197,-5.089835 0.209008,-6.158504 -0.101072,-0.471282 -0.194266,-0.604526 -0.741139,-1.059638 -2.726296,-2.268847 -7.82138,-3.679349 -14.96358,-4.142456 -2.48472,-0.161111 -9.092335,-0.06568 -11.24535,0.162404 -5.70795,0.604697 -10.1977683,1.964368 -12.4121955,3.758839 -0.8434942,0.68353 -0.9690242,0.895227 -1.1043785,1.862455 -0.1968424,1.406616 0.03642,4.879278 0.3932377,5.854264 0.1685586,0.460577 0.5826933,0.794047 0.888167,0.715168 0.087394,-0.02257 0.6832627,-0.143417 1.3241525,-0.268557 z"
|
||||
id="path4562"
|
||||
inkscape:connector-curvature="0" /><path
|
||||
style="fill:#d5283c;fill-opacity:1;stroke-width:0.10593221"
|
||||
d=""
|
||||
id="path4592"
|
||||
inkscape:connector-curvature="0" /><path
|
||||
style="fill:#d5283c;fill-opacity:1;stroke-width:0.10593221"
|
||||
d=""
|
||||
id="path4594"
|
||||
inkscape:connector-curvature="0" /><path
|
||||
style="fill:#d5283c;fill-opacity:1;stroke-width:0.10593221"
|
||||
d=""
|
||||
id="path4596"
|
||||
inkscape:connector-curvature="0" /><rect
|
||||
style="fill:#696969;fill-opacity:1;fill-rule:nonzero;stroke:#696969;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
|
||||
id="rect831"
|
||||
width="37.76083"
|
||||
height="29.616337"
|
||||
x="1.5128888"
|
||||
y="10.090688" /><path
|
||||
style="fill:#696969;stroke:#696969;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
|
||||
d="M 39.768294,29.129906 V 22.94668 l 8.412565,-7.608528 v 20.071902 z"
|
||||
id="path979"
|
||||
inkscape:connector-curvature="0" /></svg>
|
After Width: | Height: | Size: 24 KiB |
Loading…
Reference in New Issue
Block a user