Last active
March 30, 2022 15:03
-
-
Save Emasoft/2727f69e66cdbd0e3e1332cfef56a22c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<svg version="1.1" baseProfile="full" x="0px" y="0px" width="100%" height="100%" viewBox="-48.35 -51.55 98.20000000000002 144.8" | |
image-rendering="optimizeSpeed" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | |
<desc> | |
SIMPLE SEAGULL FRAME BY FRAME ANIMATION IN FBFSVG FORMAT | |
Coded by Emasoft for Opentoonz (https://github.com/opentoonz/opentoonz) | |
Example implementation of basic SVG frame-by-frame animation. | |
In this way the SVG format is used like an MPEG for vector animations. | |
This template is a sub-format called "FBFSVG" (example: "filename.fbf.svg"). | |
This file is divided in two sections: | |
1) The Definitions (defs) : Here you need to put all frames and clipping paths. | |
All frames require an unique id. For example: frame0001, frame0002, etc. | |
All elements of a frame must be wrapped in a group with such id. | |
Objects written here are not displayed until the animation cycle instances them. | |
Other than frames you can include symbols, gradients, effects, clippaths and any | |
element or group that does not change during the animation. | |
In this example the seagull head is included as a group and its head as a group. | |
(Note that putting your elements in the defs section is optional. You can just | |
repeat everything at each frame putting it inside each frame groups.) | |
2) The Animation Scene (a group called "animation_scene") : Here you need to put | |
the elements on the scene. First (if present) the background rectangle (with or | |
without a clipping path). If no background is defined, you must define de | |
width and the height of the scene. Otherwise the animation elements are going to | |
being drawn outside the screen. Those must also be identical with the viewbox of | |
the entire svg (example: width="99" height="145"). | |
Then you have the animated group of objects (called "animated_group"). Those | |
are animated simply changing the link attribute of the "use" element, changing | |
the reference to the elements defined as frames groups in the "defs" sections. | |
The animation element needs the following parameters: | |
values : the id of the frames, with a leading # char and separated by a ; char. | |
The frames must be named in the exact order you need them to be displayed. | |
Also the first frame id must be indicated in the "use" element as the href value | |
(example: xlink:href="#frame0001" ). | |
begin : the start time delay, in seconds (example: 0s). | |
repeatCount : this should set on "indefinite" if you want a looping animation. | |
Otherwise on "0" if you want the animation to stop at the last frame. Any other | |
number would be the number of repetitions of the entire sequence. | |
dur : the duration in seconds of each frame. For example: "1.0" means 1 frame | |
per second. For 60fps is "0.01667". For 24fps you have "0.04167" seconds. | |
(just divide 1 for the number of frames, i.e. 1/60=0.0166666.., aprox: "0.01667"). | |
If you want to create SVG animations without js or css, you just need to learn | |
more about the new animation sub-format FBFSVG ("filename.fbf.svg"). | |
Some educational examples on Codepen: https://codepen.io/collection/yrVZev | |
Please refer to Opentoonz repository on GitHub for any error/issue/question. | |
Enjoy. | |
</desc> | |
<!-- DEFINITIONS --> | |
<defs> | |
<!-- SYMBOLS --> | |
<symbol id="BirdBody--0" viewBox="0 0 122.7 43.85"> | |
<g id="BirdBody--0_0"> | |
<g id="element001"> | |
<path id="path225" fill="#000" d="M122.7,36 Q122.5,33.8 121.9,31.75 121.6,30.7 121.6,29.65 121.55,27.45 120.1,25.7 118.75,24.05 116.8,23.55 116.3,22.6 115.65,21.9 114.6,20.75 113.35,19.8 113.15,19 112.35,18.6 111.6,18.15 110.9,17.75 109.35,16.65 107.65,16.2 102.9,15.15 97.95,15.5 93.25,16.25 88.45,15.5 84.05,15 79.9,14.05 77.85,13.55 75.8,13.3 74.15,12.9 72.75,12.1 69.05,10.1 65.55,8.3 61,6.1 56.5,4.35 52.3,2.7 48,1.8 44.5,1 40.95,0.55 36.15,-0.2 31.3,0.1 27.05,0.6 22.6,1.15 17.85,1.7 13.3,2.8 13.2,2.8 13.1,2.85 9.85,2.95 6.65,3.1 4.8,2.65 3,2.05 1.6,1.55 0.25,1 0.1,0.9 0,0.9 L0,2.1 Q0.1,2.15 0.25,2.25 0.45,2.35 0.7,2.45 3.55,3.7 6.6,4.2 10,4 13.45,3.95 14.1,3.7 14.8,3.45 19.95,2.45 25.2,1.8 28.15,1.45 31.15,1.05 35.95,0.85 40.95,1.55 44.35,2 47.8,2.8 60.55,5.85 71.6,12.9 72,12.95 72.45,13.05 72.65,13.15 72.85,13.25 76.15,14.25 79.7,15.05 83.95,15.95 88.45,16.55 90.55,16.9 92.75,16.9 95.3,16.75 97.95,16.5 101.7,16.35 105.45,16.8 106.75,17.1 108.05,17.55 110.1,18.25 111.85,19.5 110.7,19.5 109.55,19.55 107.25,19.2 105,18.9 106.9,19.4 109.45,20.2 110.9,20.5 112.4,20.45 114.5,21.35 115.65,23.35 114.95,23.3 114.3,23.25 107.25,22.5 100.25,21.3 100.1,21.35 100,21.4 100.2,21.4 100.45,21.45 102.85,21.65 108.15,22.9 113.45,24.15 114.85,24.3 115.95,24.5 117,24.85 118.4,25.3 119.15,26.3 120.5,27.95 120.35,30.2 L107.6,26.65 Q108.3,26.9 109.05,27.2 114.25,29.15 120.45,31.3 L121.7,35.6 Q120.7,36.1 119.7,36.6 119.45,36.45 119.25,36.35 117.7,35.5 116.1,34.85 113.5,33.75 110.9,32.65 106.5,30.95 102.1,29.9 103.8,30.35 108.05,32.2 113.75,34.7 119.6,37.6 L119.55,39.2 Q119.5,40.75 118.25,41.55 117.1,42.3 115.75,42.3 114.65,42.1 113.45,41.8 109.9,40.95 106.55,39.55 104.25,38.6 101.9,37.75 98.7,36.6 95.6,35.35 92.05,33.85 88.15,33.8 L72.4,34.45 Q72.45,34.6 72.55,34.8 79.25,34.8 85.95,34.8 L85.95,35.65 Q85.05,35.45 84.15,35.25 81.1,35.2 79.6,37.85 78.85,37.9 78.1,37.9 72.9,37.85 68.65,35.2 68.35,35.1 68.15,35.25 63.95,37.3 59.65,39.1 56.9,40.25 54.05,40.55 46.85,41.05 39.65,40.55 33.4,40.15 27.85,38.3 19.9,35.55 13.65,30.15 13.3,30.15 12.95,30.2 8.35,30.3 3.85,29.85 2.05,29.65 0.25,29.4 0.15,29.35 0,29.35 L0,30.3 Q0.15,30.3 0.25,30.35 3.65,30.9 7.2,31.15 10.35,31.2 13.35,31.15 16,33.1 18.75,34.9 22.8,37.55 27.3,39.15 31.85,40.7 36.65,41.2 39.7,41.45 42.8,41.7 50.1,42 57.35,41.1 58.7,40.8 60,40.3 62.4,39.35 64.75,38.15 67.35,39.95 70.4,41.25 71.45,41.7 72.55,42.1 77.65,44.05 83.1,43.8 85.85,43.6 88.15,41.9 89,41.2 89.3,40.05 89.4,39.55 89.25,39.1 88.7,37.25 86.95,36.15 L86.95,34.8 Q88.05,34.8 89.15,34.8 91.05,34.9 92.7,35.45 99.6,38.05 106.45,40.45 109.4,41.5 112.4,42.5 114.45,43.25 116.45,43.25 117.5,43.15 118.35,42.85 119.75,42.2 120.25,40.7 120.7,39.25 120.6,37.6 L122.7,36z M84.6,36.3 Q85.4,36.55 86.1,37 87,37.55 87.9,38.25 88.75,39 88.2,40.1 87.5,41.35 86.25,41.85 84.15,42.85 81.75,42.8 77.15,42.75 72.65,41.15 68.9,39.85 65.65,37.6 L68.15,36.1 Q72.15,38.55 76.75,38.85 78.65,39.1 80.2,38.7 80.65,37.75 81.8,36.9 83.1,36.05 84.6,36.3z"/> | |
<path id="path226" fill="#FC0" d="M84.6,36.3 Q83.1,36.05 81.8,36.9 80.65,37.75 80.2,38.7 78.65,39.1 76.75,38.85 72.15,38.55 68.15,36.1 L65.65,37.6 Q68.9,39.85 72.65,41.15 77.15,42.75 81.75,42.8 84.15,42.85 86.25,41.85 87.5,41.35 88.2,40.1 88.75,39 87.9,38.25 87,37.55 86.1,37 85.4,36.55 84.6,36.3z M84.15,35.25 Q85.05,35.45 85.95,35.65 L85.95,34.8 Q79.25,34.8 72.55,34.8 72.45,34.6 72.4,34.45 L69.85,34.45 68.65,35.2 Q72.9,37.85 78.1,37.9 78.85,37.9 79.6,37.85 81.1,35.2 84.15,35.25z"/> | |
<path id="path229" fill="#F9F8F4" d="M108.05,17.55 Q106.75,17.1 105.45,16.8 101.7,16.35 97.95,16.5 95.3,16.75 92.75,16.9 90.55,16.9 88.45,16.55 83.95,15.95 79.7,15.05 76.15,14.25 72.85,13.25 72.65,13.15 72.45,13.05 72,12.95 71.6,12.9 60.55,5.85 47.8,2.8 44.35,2 40.95,1.55 35.95,0.85 31.15,1.05 28.15,1.45 25.2,1.8 19.95,2.45 14.8,3.45 14.1,3.7 13.45,3.95 10,4 6.6,4.2 3.55,3.7 0.7,2.45 0.45,2.35 0.25,2.25 0.1,2.15 0,2.1 L0,23.45 Q0.1,23.45 0.25,23.45 0.75,23.5 1.25,23.55 5.35,23.95 7,23.45 8.65,22.95 9.5,18.9 10.75,21.6 12.95,23.4 21.35,30.1 31.35,34.05 34.3,35.15 37.15,35.8 45.1,37.4 53.05,35.7 58.35,34.5 63.35,32.3 65.75,31.2 68.55,30.1 69.15,29.9 69.75,29.55 70.7,29.85 71.6,29.85 76.2,30.6 80.7,30.95 85.55,30.9 90.3,30.75 91.85,30.6 93.25,31.05 97.55,32.25 101.9,34.05 106.35,35.95 110.85,37.4 115.05,38.8 119.55,39.2 L119.6,37.6 Q113.75,34.7 108.05,32.2 103.8,30.35 102.1,29.9 106.5,30.95 110.9,32.65 113.5,33.75 116.1,34.85 117.7,35.5 119.25,36.35 119.45,36.45 119.7,36.6 120.7,36.1 121.7,35.6 L120.45,31.3 Q114.25,29.15 109.05,27.2 108.3,26.9 107.6,26.65 L120.35,30.2 Q120.5,27.95 119.15,26.3 118.4,25.3 117,24.85 115.95,24.5 114.85,24.3 113.45,24.15 108.15,22.9 102.85,21.65 100.45,21.45 100.2,21.4 100,21.4 100.1,21.35 100.25,21.3 107.25,22.5 114.3,23.25 114.95,23.3 115.65,23.35 114.5,21.35 112.4,20.45 110.9,20.5 109.45,20.2 106.9,19.4 105,18.9 107.25,19.2 109.55,19.55 110.7,19.5 111.85,19.5 110.1,18.25 108.05,17.55z"/> | |
<path id="path232" fill="#DDD8C1" d="M93.25,31.05 Q91.85,30.6 90.3,30.75 85.55,30.9 80.7,30.95 76.2,30.6 71.6,29.85 70.7,29.85 69.75,29.55 69.15,29.9 68.55,30.1 65.75,31.2 63.35,32.3 58.35,34.5 53.05,35.7 45.1,37.4 37.15,35.8 34.3,35.15 31.35,34.05 21.35,30.1 12.95,23.4 10.75,21.6 9.5,18.9 8.65,22.95 7,23.45 5.35,23.95 1.25,23.55 0.75,23.5 0.25,23.45 0.1,23.45 0,23.45 L0,29.35 Q0.15,29.35 0.25,29.4 2.05,29.65 3.85,29.85 8.35,30.3 12.95,30.2 13.3,30.15 13.65,30.15 19.9,35.55 27.85,38.3 33.4,40.15 39.65,40.55 46.85,41.05 54.05,40.55 56.9,40.25 59.65,39.1 63.95,37.3 68.15,35.25 68.35,35.1 68.65,35.2 L69.85,34.45 72.4,34.45 88.15,33.8 Q92.05,33.85 95.6,35.35 98.7,36.6 101.9,37.75 104.25,38.6 106.55,39.55 109.9,40.95 113.45,41.8 114.65,42.1 115.75,42.3 117.1,42.3 118.25,41.55 119.5,40.75 119.55,39.2 115.05,38.8 110.85,37.4 106.35,35.95 101.9,34.05 97.55,32.25 93.25,31.05z"/> | |
</g> | |
</g> | |
</symbol> | |
<!-- GROUPS --> | |
<g id="BirdHead--1" overflow="visible" > | |
<g id="BirdHead--0_0_1"> | |
<g id="element002"> | |
<path id="path278" fill="#000" d="M-20.325,-12.675 Q-22.5,-13.8 -24.8,-13.275 -27.05,-12.775 -28.85,-11.475 -28.925,-11.375 -28.9,-11.175 -28.9,-11 -28.6,-11.025 -26.3,-12.65 -23.425,-12.975 -23.025,-12.975 -22.625,-12.825 -22.025,-12.75 -21.625,-12.625 -19.65,-12.25 -18.05,-10.8 -17.775,-10.575 -17.55,-10.325 -17.3,-10.025 -16.9,-9.575 -16.675,-9.325 -16.4,-9.1 -14.972,-7.953 -13.325,-7.163 L-13.325,-7.788 Q-13.691,-7.95 -14.05,-8.125 -15.875,-9.025 -17.1,-10.6 -17.2,-10.7 -17.275,-10.775 -17.75,-11.175 -18.25,-11.5 -19.25,-12.15 -20.325,-12.675z"/> | |
<path id="path279" fill="#F9F8F4" d="M-21.625,-12.625 Q-22.025,-12.75 -22.625,-12.825 -23.025,-12.975 -23.425,-12.975 -26.3,-12.65 -28.6,-11.025 -28.15,-10.1 -28.2,-9.025 -28.2,-8.8 -28.225,-8.575 -28.25,-8.375 -28.425,-8.475 -28.525,-7.425 -28.575,-6.45 -28.625,-5.2 -27.925,-4.1 -27.625,-3.65 -27.225,-3.25 -26.375,-2.5 -25.275,-2.2 -25.159,-2.176 -25.05,-2.15 -22.738,-1.73 -20.5,-2.325 -18.897,-2.726 -17.45,-2.5 -17.363,-2.552 -17.275,-2.6 L-17.1,-2.225 Q-17.25,-1.925 -17.425,-1.625 -17.6,-1.35 -17.8,-1.1 -18.4,-0.35 -19.075,0.325 -19.326,0.567 -19.587,0.8 -20.062,1.215 -20.575,1.6 -20.828,1.799 -21.1,1.975 -20.592,2.329 -20.1,2.55 -19.331,2.862 -17.562,3.275 -17.189,3.293 -16.8,3.3 -16.75,3.3 -16.7,3.3 -16.563,3.3 -16.425,3.3 -15.047,3.3 -13.325,3.45 L-13.325,-7.163 Q-14.972,-7.953 -16.4,-9.1 -16.675,-9.325 -16.9,-9.575 -17.3,-10.025 -17.55,-10.325 -17.775,-10.575 -18.05,-10.8 -19.65,-12.25 -21.625,-12.625z M-20.4,-10.375 Q-19.3,-9 -19.3,-7.075 -19.3,-5.15 -20.4,-3.775 -21.525,-2.4 -23.1,-2.4 -23.775,-2.4 -24.362,-2.65 -25.146,-2.989 -25.775,-3.775 -26.9,-5.15 -26.9,-7.075 -26.9,-9 -25.775,-10.375 -24.675,-11.75 -23.1,-11.75 -21.525,-11.75 -20.4,-10.375z"/> | |
<path id="path280" fill="#FC0" d="M-20.4,-10.375 Q-21.525,-11.75 -23.1,-11.75 -24.675,-11.75 -25.775,-10.375 -26.9,-9 -26.9,-7.075 -26.9,-5.15 -25.775,-3.775 -25.146,-2.989 -24.362,-2.65 -23.775,-2.4 -23.1,-2.4 -21.525,-2.4 -20.4,-3.775 -19.3,-5.15 -19.3,-7.075 -19.3,-9 -20.4,-10.375z M-20.75,-10.025 Q-19.8,-8.8 -19.8,-7.075 -19.8,-5.35 -20.75,-4.125 -21.725,-2.9 -23.1,-2.9 -24.475,-2.9 -25.425,-4.125 -26.4,-5.35 -26.4,-7.075 -26.4,-8.8 -25.425,-10.025 -24.475,-11.25 -23.1,-11.25 -21.725,-11.25 -20.75,-10.025z M-32.95,-11.625 Q-34.275,-9.7 -33.5,-7.4 -33.125,-6.275 -32.275,-5.7 -32.1,-5.7 -31.95,-5.625 -31.825,-5.55 -31.825,-5.425 L-31.375,-5.3 -30.825,-5.275 Q-32.7,-3.05 -35.375,-1.725 -36.775,-1.05 -38.3,-0.525 -38.932,-0.304 -39.588,-0.187 -39.343,0.246 -38.75,0.35 L-36.85,0.35 Q-31.675,0.35 -29.925,-0.075 -28.771,-0.348 -25.7,-1.825 -26.677,-2.2 -27.55,-2.925 -28.025,-3.35 -28.375,-3.85 -28.95,-4.65 -29,-5.675 -29.05,-6.525 -29.025,-7.425 L-30.65,-5.45 Q-30.75,-5.475 -30.825,-5.5 -30.875,-5.55 -30.9,-5.575 -30.925,-5.625 -30.925,-5.675 -30.925,-5.725 -30.9,-5.775 -31.75,-5.75 -32.25,-6.325 -33.1,-7.275 -33.2,-8.575 -33.25,-9.125 -33.2,-9.65 -33.075,-11.2 -31.8,-11.975 -30.925,-12.525 -30.125,-12 -29.525,-11.575 -29.175,-10.95 -28.55,-9.9 -28.65,-8.625 -28.55,-8.625 -28.475,-8.575 -28.425,-8.525 -28.425,-8.475 -28.25,-8.375 -28.225,-8.575 -28.2,-8.8 -28.2,-9.025 -28.15,-10.1 -28.6,-11.025 -28.9,-11 -28.9,-11.175 -28.925,-11.375 -28.85,-11.475 -29.125,-11.8 -29.425,-12.1 -30.05,-12.7 -30.975,-12.775 -32.275,-12.625 -32.95,-11.625z M-30.7,-2.775 Q-30.7,-3 -30.55,-3.15 -30.4,-3.3 -30.175,-3.3 -29.95,-3.3 -29.8,-3.15 -29.65,-3 -29.65,-2.775 -29.65,-2.55 -29.8,-2.4 -29.95,-2.25 -30.175,-2.25 -30.4,-2.25 -30.55,-2.4 -30.7,-2.55 -30.7,-2.775z"/> | |
<path id="path281" fill="#F9F8F4" d="M-20.75,-10.025 Q-21.725,-11.25 -23.1,-11.25 -24.475,-11.25 -25.425,-10.025 -26.4,-8.8 -26.4,-7.075 -26.4,-5.35 -25.425,-4.125 -24.475,-2.9 -23.1,-2.9 -21.725,-2.9 -20.75,-4.125 -19.8,-5.35 -19.8,-7.075 -19.8,-8.8 -20.75,-10.025z M-23.725,-7.8 Q-23.1,-7.8 -22.65,-7.225 -22.2,-6.675 -22.2,-5.875 -22.2,-5.075 -22.65,-4.5 -23.1,-3.95 -23.725,-3.95 -24.35,-3.95 -24.8,-4.5 -25.25,-5.075 -25.25,-5.875 -25.25,-6.675 -24.8,-7.225 -24.35,-7.8 -23.725,-7.8z M-31.8,-11.975 Q-33.075,-11.2 -33.2,-9.65 -33.25,-9.125 -33.2,-8.575 -33.1,-7.275 -32.25,-6.325 -31.75,-5.75 -30.9,-5.775 L-28.65,-8.625 Q-28.55,-9.9 -29.175,-10.95 -29.525,-11.575 -30.125,-12 -30.925,-12.525 -31.8,-11.975z M-32.2,-8.825 Q-31.875,-9.25 -31.4,-9.25 -30.925,-9.25 -30.575,-8.825 -30.25,-8.425 -30.25,-7.825 -30.25,-7.225 -30.575,-6.8 -30.925,-6.4 -31.4,-6.4 -31.875,-6.4 -32.2,-6.8 -32.55,-7.225 -32.55,-7.825 -32.55,-8.425 -32.2,-8.825z"/> | |
<path id="path282" fill="#000" d="M-23.725,-7.8 Q-24.35,-7.8 -24.8,-7.225 -25.25,-6.675 -25.25,-5.875 -25.25,-5.075 -24.8,-4.5 -24.35,-3.95 -23.725,-3.95 -23.1,-3.95 -22.65,-4.5 -22.2,-5.075 -22.2,-5.875 -22.2,-6.675 -22.65,-7.225 -23.1,-7.8 -23.725,-7.8z M-23,-6.875 Q-22.7,-6.475 -22.7,-5.875 -22.7,-5.275 -23,-4.85 -23.3,-4.45 -23.725,-4.45 -24.15,-4.45 -24.45,-4.85 -24.75,-5.275 -24.75,-5.875 -24.75,-6.475 -24.45,-6.875 -24.15,-7.3 -23.725,-7.3 -23.3,-7.3 -23,-6.875z"/> | |
<path id="path283" fill="#441704" d="M-23,-6.875 Q-23.3,-7.3 -23.725,-7.3 -24.15,-7.3 -24.45,-6.875 -24.75,-6.475 -24.75,-5.875 -24.75,-5.275 -24.45,-4.85 -24.15,-4.45 -23.725,-4.45 -23.3,-4.45 -23,-4.85 -22.7,-5.275 -22.7,-5.875 -22.7,-6.475 -23,-6.875z"/> | |
<path id="path284" fill="#441704" d="M-30.7,-2.775 Q-30.7,-2.55 -30.55,-2.4 -30.4,-2.25 -30.175,-2.25 -29.95,-2.25 -29.8,-2.4 -29.65,-2.55 -29.65,-2.775 -29.65,-3 -29.8,-3.15 -29.95,-3.3 -30.175,-3.3 -30.4,-3.3 -30.55,-3.15 -30.7,-3 -30.7,-2.775z"/> | |
<path id="path285" fill="#000" d="M-32.2,-8.825 Q-32.55,-8.425 -32.55,-7.825 -32.55,-7.225 -32.2,-6.8 -31.875,-6.4 -31.4,-6.4 -30.925,-6.4 -30.575,-6.8 -30.25,-7.225 -30.25,-7.825 -30.25,-8.425 -30.575,-8.825 -30.925,-9.25 -31.4,-9.25 -31.875,-9.25 -32.2,-8.825z M-30.925,-8.475 Q-30.75,-8.2 -30.75,-7.825 -30.75,-7.45 -30.925,-7.175 -31.125,-6.9 -31.4,-6.9 -31.675,-6.9 -31.85,-7.175 -32.05,-7.45 -32.05,-7.825 -32.05,-8.2 -31.85,-8.475 -31.675,-8.75 -31.4,-8.75 -31.125,-8.75 -30.925,-8.475z M-39.738,-0.687 Q-40.078,-0.623 -40.425,-0.575 -42.1,-0.475 -43.75,-0.3 -44.875,-0.225 -45.875,0.425 -47.275,1.4 -47.775,3.05 L-47.7,3.35 Q-47.625,3.375 -47.575,3.35 -46.257,2.791 -44.9,2.463 -38.458,3.171 -31.975,3.675 -30.075,3.725 -28.15,3.7 -27.05,3.7 -25.925,3.625 -25.837,3.612 -25.75,3.6 -24.438,3.392 -23.212,2.95 -23.201,3.013 -23.15,3.063 -22.655,3.53 -21.587,4.1 -20.013,4.9 -19.162,5.35 -19.138,5.36 -19.112,5.363 -19.056,5.381 -19.012,5.413 -18.926,5.47 -18.825,5.45 -18.808,5.446 -18.787,5.438 -18.186,5.653 -17.575,5.85 -17.14,5.988 -16.7,6.113 -15.044,6.587 -13.325,6.887 L-13.325,6.413 Q-15.032,6.142 -16.7,5.663 -17.719,5.368 -18.725,5 L-18.737,4.988 Q-18.824,4.932 -18.937,4.9 -18.992,4.871 -19.05,4.837 -19.888,4.399 -21.362,3.65 -22.266,3.163 -22.725,2.763 -22.014,2.466 -21.325,2.1 -21.238,2.051 -21.15,2 -21.127,1.986 -21.1,1.975 -20.828,1.799 -20.575,1.6 -20.062,1.215 -19.587,0.8 -19.326,0.567 -19.075,0.325 -18.4,-0.35 -17.8,-1.1 -17.6,-1.35 -17.425,-1.625 -17.25,-1.925 -17.1,-2.225 L-17.275,-2.6 Q-17.363,-2.552 -17.45,-2.5 -18.897,-2.726 -20.5,-2.325 -22.738,-1.73 -25.05,-2.15 -25.159,-2.176 -25.275,-2.2 -26.375,-2.5 -27.225,-3.25 -27.625,-3.65 -27.925,-4.1 -28.625,-5.2 -28.575,-6.45 -28.525,-7.425 -28.425,-8.475 -28.425,-8.525 -28.475,-8.575 -28.55,-8.625 -28.65,-8.625 L-30.9,-5.775 Q-30.925,-5.725 -30.925,-5.675 -30.925,-5.625 -30.9,-5.575 -30.875,-5.55 -30.825,-5.5 -30.75,-5.475 -30.65,-5.45 L-29.025,-7.425 Q-29.05,-6.525 -29,-5.675 -28.95,-4.65 -28.375,-3.85 -28.025,-3.35 -27.55,-2.925 -26.677,-2.2 -25.7,-1.825 -24.228,-1.269 -22.525,-1.525 -22.475,-1.525 -22.4,-1.5 -21.45,-1.65 -20.5,-1.8 -19.6,-1.95 -18.7,-2.05 L-20.637,-0.812 Q-20.795,-0.729 -20.95,-0.65 -22.075,-0.1 -23.25,0.375 -24.95,1.05 -26.925,1.35 -27.415,1.396 -27.9,1.45 -28.552,1.475 -29.2,1.475 -29.7,1.475 -30.15,1.575 L-33.4,1.65 Q-35.75,1.575 -38.075,1.5 -40.3,1.375 -42.575,1.575 -44.975,1.7 -47.1,2.625 -46.3,0.825 -44.45,0.325 -43.3,0.1 -42.1,0.05 -41.25,-0.025 -40.35,-0.075 -39.964,-0.112 -39.588,-0.187 -38.932,-0.304 -38.3,-0.525 -36.775,-1.05 -35.375,-1.725 -32.7,-3.05 -30.825,-5.275 L-31.375,-5.3 -31.9,-4.775 -31.825,-5.425 Q-31.825,-5.55 -31.95,-5.625 -32.1,-5.7 -32.275,-5.7 L-32.45,-4.3 Q-33.625,-3.475 -34.8,-2.7 -37.062,-1.192 -39.738,-0.687z M-18.025,-1.7 Q-18.05,-1.661 -18.075,-1.625 -18.942,-0.318 -20.137,0.688 -20.206,0.744 -20.275,0.8 -20.485,0.967 -20.7,1.125 -21.11,1.411 -21.537,1.65 -21.871,1.84 -22.212,2 -22.856,2.307 -23.55,2.525 -23.858,2.621 -24.175,2.7 -24.304,2.723 -24.437,2.75 -24.576,2.775 -24.712,2.8 -25.231,2.893 -25.75,2.988 -26.337,3.093 -26.925,3.2 -28.775,3.4 -30.65,3.3 -31.3,3.225 -31.95,3.175 L-43.5,2.35 Q-38.704,1.754 -33.963,2.2 -33.929,2.197 -33.9,2.2 -33.596,2.208 -33.287,2.213 -32.29,2.222 -31.3,2.175 -30.873,2.157 -30.45,2.125 L-30.075,2.1 Q-28.371,1.958 -26.7,1.65 -25.125,1.45 -23.625,0.925 -23.587,0.914 -23.55,0.9 -23.382,0.852 -23.212,0.8 -21.933,0.404 -20.725,-0.2 -20.376,-0.378 -20.025,-0.562 -19.013,-1.103 -18.025,-1.7z"/> | |
<path id="path286" fill="#441704" d="M-30.925,-8.475 Q-31.125,-8.75 -31.4,-8.75 -31.675,-8.75 -31.85,-8.475 -32.05,-8.2 -32.05,-7.825 -32.05,-7.45 -31.85,-7.175 -31.675,-6.9 -31.4,-6.9 -31.125,-6.9 -30.925,-7.175 -30.75,-7.45 -30.75,-7.825 -30.75,-8.2 -30.925,-8.475z M-47.1,2.625 Q-44.975,1.7 -42.575,1.575 L-42.1,0.05 Q-43.3,0.1 -44.45,0.325 -46.3,0.825 -47.1,2.625z"/> | |
<path id="path287" fill="#D5AA00" d="M-18.025,-1.7 Q-19.013,-1.103 -20.025,-0.562 -20.376,-0.378 -20.725,-0.2 -21.933,0.404 -23.212,0.8 -23.382,0.852 -23.55,0.9 -23.587,0.914 -23.625,0.925 -25.125,1.45 -26.7,1.65 -28.371,1.958 -30.075,2.1 L-30.45,2.125 Q-30.873,2.157 -31.3,2.175 -32.29,2.222 -33.287,2.213 -33.596,2.208 -33.9,2.2 -33.929,2.197 -33.963,2.2 -38.704,1.754 -43.5,2.35 L-31.95,3.175 Q-31.3,3.225 -30.65,3.3 -28.775,3.4 -26.925,3.2 -26.337,3.093 -25.75,2.988 -25.231,2.893 -24.712,2.8 -24.576,2.775 -24.437,2.75 -24.304,2.723 -24.175,2.7 -23.858,2.621 -23.55,2.525 -22.856,2.307 -22.212,2 -21.871,1.84 -21.537,1.65 -21.11,1.411 -20.7,1.125 -20.485,0.967 -20.275,0.8 -20.206,0.744 -20.137,0.688 -18.942,-0.318 -18.075,-1.625 -18.05,-1.661 -18.025,-1.7z M-39.588,-0.187 Q-39.964,-0.112 -40.35,-0.075 -41.25,-0.025 -42.1,0.05 L-42.575,1.575 Q-40.3,1.375 -38.075,1.5 -35.75,1.575 -33.4,1.65 L-30.15,1.575 Q-29.7,1.475 -29.2,1.475 -28.552,1.475 -27.9,1.45 -27.415,1.396 -26.925,1.35 -24.95,1.05 -23.25,0.375 -22.075,-0.1 -20.95,-0.65 -20.795,-0.729 -20.637,-0.812 L-18.7,-2.05 Q-19.6,-1.95 -20.5,-1.8 -21.45,-1.65 -22.4,-1.5 -22.475,-1.525 -22.525,-1.525 -24.228,-1.269 -25.7,-1.825 -28.771,-0.348 -29.925,-0.075 -31.675,0.35 -36.85,0.35 L-38.75,0.35 Q-39.343,0.246 -39.588,-0.187z M-31.825,-5.425 L-31.375,-5.3 -31.9,-4.775 -31.825,-5.425z"/> | |
<path id="path288" fill="#DDD8C1" d="M-18.737,4.988 L-18.725,5 Q-17.719,5.368 -16.7,5.663 -15.032,6.142 -13.325,6.413 L-13.325,3.45 Q-15.047,3.3 -16.425,3.3 -16.563,3.3 -16.7,3.3 -16.75,3.3 -16.8,3.3 -17.189,3.293 -17.562,3.275 -19.331,2.862 -20.1,2.55 -20.592,2.329 -21.1,1.975 -21.127,1.986 -21.15,2 -21.238,2.051 -21.325,2.1 -22.014,2.466 -22.725,2.763 -22.266,3.163 -21.362,3.65 -19.888,4.399 -19.05,4.837 -18.992,4.871 -18.937,4.9 -18.824,4.932 -18.737,4.988z"/> | |
</g> | |
</g> | |
</g> | |
<!-- FRAMES --> | |
<g id="frame0001" overflow="visible" style="display:inline"> | |
<g id="BirdFlapBack_0001"> | |
<g id="element003"> | |
<path id="path273" fill="#000" d="M1.1,-15.55 Q1.15,-16.25 1.25,-16.9 1.1,-17.2 0.95,-17.55 0.8,-16.45 0.6,-15.35 1.4,-14.3 1.8,-13 4.7,-3.2 1.85,6.8 1.9,7.1 2.2,7.45 6.8,13.25 6.2,20.5 6.2,20.85 6.35,21.15 8.1,24.55 7.45,28.1 4.2,28.9 1.95,31.5 -0.15,33.95 -3.25,33.2 L-4,32.9 Q-5.35,30.7 -5.55,28.2 -6.1,21.15 -10.4,15.6 -15.15,9.35 -17.5,1.9 -18.3,-0.5 -18,-3.1 -17.25,-9.45 -15.8,-15.7 -13.9,-23.9 -11.55,-32.2 -11.3,-33.2 -11,-34.15 -11.2,-34.4 -11.35,-34.6 L-11.45,-34.65 Q-11.5,-34.65 -11.5,-34.6 -12.35,-31.45 -13.2,-28.3 -16.45,-16.15 -18.5,-3.75 -18.65,-2.95 -18.55,-2.1 -17.85,3.95 -15,9.55 -14,11.55 -12.7,13.2 -10.05,16.55 -8.1,20.4 -6.75,23.15 -6.6,26.15 -6.4,30.2 -4.2,33.4 -3.65,33.6 -3.15,33.7 -0.7,34.4 1,32.65 3.8,29.75 7.55,28.7 9,25.8 7.2,22.6 6.65,21.6 6.75,20.5 6.85,19.45 6.8,18.3 6.4,11.95 2.35,6.8 3.4,2.7 3.8,-1.45 4.45,-8.9 1.1,-15.55z M-7,-30.05 Q-7.15,-30.35 -7.35,-30.6 -7.9,-27.75 -8.4,-24.9 -8.45,-24.75 -8.35,-24.6 L-7,-30.05z M-1.95,-25.65 Q-2,-26.15 -2.05,-26.5 -2.5,-25.4 -2.45,-24.45 L-1.95,-25.65z"/> | |
<path id="path274" fill="#1B1B1B" d="M1.35,-17.7 Q1.6,-19.9 1.85,-22.15 2.3,-26.45 -0.25,-29.65 1.1,-34.5 -1.05,-38.9 -3.6,-39.65 -5.35,-37.4 -5.15,-41.1 -5.95,-44.7 -6.4,-46.75 -8,-47 -8.15,-46.5 -8.3,-45.95 -9.5,-42.15 -10.5,-38.35 -11,-36.5 -11.45,-34.65 L-11.35,-34.6 Q-11.2,-34.4 -11,-34.15 -9.3,-40.3 -7.7,-46.5 L-6.9,-45.75 Q-7.95,-40.45 -9.55,-33.95 -9.7,-33.45 -9.8,-32.95 -9.15,-32.35 -8.25,-31.6 -7.7,-31.1 -7.35,-30.6 -7.15,-30.35 -7,-30.05 -6.65,-29.3 -6.65,-28.5 -2.9,-28.5 -2.15,-27 -2.15,-26.95 -2.1,-26.85 L-1.85,-26.85 Q-1.95,-26.7 -2.05,-26.5 -2,-26.15 -1.95,-25.65 -1.85,-24.55 -1.85,-22.65 -1.85,-22.55 0.45,-18.45 0.7,-18 0.95,-17.55 1.1,-17.2 1.25,-16.9 1.3,-17.3 1.35,-17.7z"/> | |
<path id="path275" fill="#F9F8F4" d="M1.8,-13 Q1.4,-14.3 0.6,-15.35 0.8,-16.45 0.95,-17.55 0.7,-18 0.45,-18.45 -1.85,-22.55 -1.85,-22.65 -1.85,-24.55 -1.95,-25.65 L-2.45,-24.45 Q-2.5,-25.4 -2.05,-26.5 -1.95,-26.7 -1.85,-26.85 L-2.1,-26.85 Q-2.15,-26.95 -2.15,-27 -2.9,-28.5 -6.65,-28.5 -6.65,-29.3 -7,-30.05 L-8.35,-24.6 Q-8.45,-24.75 -8.4,-24.9 -7.9,-27.75 -7.35,-30.6 -7.7,-31.1 -8.25,-31.6 -9.15,-32.35 -9.8,-32.95 -11.5,-26 -11.9,-21.55 -12,-20.35 -14.6,-12.15 -17.1,-4.25 -17.1,-2.85 -17.1,-2.3 -16.55,-1.95 -16.05,-1.65 -16.05,-1.25 -16.05,-0.65 -16.25,-0.3 -16.45,-0.05 -16.75,-0.05 -14.4,1.25 -11.4,7.45 -7.55,15.5 -5.7,18 -3.65,20.7 -3.45,25.15 -3.35,27.6 -3.4,32.25 -3.35,32.7 -3.25,33.2 -0.15,33.95 1.95,31.5 4.2,28.9 7.45,28.1 8.1,24.55 6.35,21.15 6.2,20.85 6.2,20.5 6.8,13.25 2.2,7.45 1.9,7.1 1.85,6.8 4.7,-3.2 1.8,-13z"/> | |
<path id="path276" fill="#333" d="M-6.9,-45.75 L-7.7,-46.5 Q-9.3,-40.3 -11,-34.15 -10.6,-33.65 -9.8,-32.95 -9.7,-33.45 -9.55,-33.95 -7.95,-40.45 -6.9,-45.75z"/> | |
<path id="path277" fill="#DDD8C1" d="M-11,-34.15 Q-11.3,-33.2 -11.55,-32.2 -13.9,-23.9 -15.8,-15.7 -17.25,-9.45 -18,-3.1 -18.3,-0.5 -17.5,1.9 -15.15,9.35 -10.4,15.6 -6.1,21.15 -5.55,28.2 -5.35,30.7 -4,32.9 L-3.25,33.2 Q-3.35,32.7 -3.4,32.25 -3.35,27.6 -3.45,25.15 -3.65,20.7 -5.7,18 -7.55,15.5 -11.4,7.45 -14.4,1.25 -16.75,-0.05 -16.45,-0.05 -16.25,-0.3 -16.05,-0.65 -16.05,-1.25 -16.05,-1.65 -16.55,-1.95 -17.1,-2.3 -17.1,-2.85 -17.1,-4.25 -14.6,-12.15 -12,-20.35 -11.9,-21.55 -11.5,-26 -9.8,-32.95 -10.6,-33.65 -11,-34.15z"/> | |
</g> | |
</g> | |
<g id="BirdBody_0001" overflow="visible" transform="translate(0,38.05)"> | |
<g id="BirdBodyClosed--0001_1_1"> | |
<use xlink:href="#BirdBody--0" id="element004" width="123" height="44" x="0" y="0" transform="matrix(0.5 0 0 0.5 -13.449 -8.299)"/> | |
</g> | |
<g id="BirdHeadClosed--0001_0_1"> | |
<use xlink:href="#BirdHead--1" id="element005" /> | |
</g> | |
</g> | |
<g id="BirdFlapFront_0001"> | |
<g id="element006"> | |
<path id="path335" fill="#333" d="M11.15,-49.55 Q11.1,-50.05 11,-50.55 8.4,-51.9 6.1,-49.6 2.95,-46.45 0.95,-42.5 0.85,-42.3 0.75,-42.05 2.5,-40.6 3.5,-39.65 7.35,-46.2 11.15,-49.55z"/> | |
<path id="path336" fill="#000" d="M11,-50.55 Q11.1,-50.05 11.15,-49.55 11.3,-48.05 10.5,-46.6 7.8,-41.85 5.15,-37.1 4.3,-35.6 3.45,-34.1 3.4,-34 3.45,-33.8 L5.2,-36.7 10.75,-45.85 Q12.1,-42.95 11.7,-39.8 11.5,-38.4 10.7,-37.15 8.05,-33.05 5.5,-28.55 5.2,-28 4.9,-27.45 4.85,-27.35 4.9,-27.15 L5,-27.15 Q5.4,-27.8 5.85,-28.45 7.9,-31.65 10.05,-34.8 10.55,-35.5 11.45,-35.65 11.65,-35.5 11.8,-35.3 13.35,-33.2 13.15,-30.4 12.9,-27.85 11.65,-25.65 9.65,-22.1 7.8,-18.45 7.55,-17.95 7.3,-17.5 7.25,-17.4 7.3,-17.25 L7.9,-18.25 11.8,-25.15 Q15.25,-20.95 12.2,-16.15 10.3,-13.15 9.05,-9.75 8.95,-9.55 9.15,-9.45 L11.9,-14.55 Q13.7,-11.55 13.25,-8.1 13.1,-7 12.6,-6 11.9,-4.65 11.15,-3.25 10,-1.1 8.75,1.05 8.7,1.15 8.75,1.35 L11.5,-2.45 12.3,-3.6 Q13.9,-1.45 13,1 11.6,4.75 9,7.85 8.85,8.05 8.7,8.2 8.6,8.3 8.65,8.5 L10.45,6.5 Q10.35,7.9 10.35,9.35 10.35,9.55 10.35,9.8 10.4,11.65 12.1,12.3 14.3,13.25 14.8,15.55 15.3,17.65 16.15,19.6 16.75,20.95 17,22.4 17.4,24.65 16.85,27.05 18.5,27.55 19.1,29.15 19.9,31.25 19.3,33.3 L21.05,34.15 20.85,36.15 20.25,37.6 Q20.35,37.6 20.4,37.55 21.2,36.65 21.5,35.6 22.15,33.5 19.95,32.9 20.2,31.6 19.95,29.95 19.55,27.65 17.35,26.75 17.5,25.55 17.6,24.35 17.65,23.3 17.35,22.35 16.2,18.9 15.35,15.45 15.1,14.6 14.65,13.85 13.75,12.45 12.25,11.85 11.9,11.7 11.75,11.4 11.45,10.75 11.25,10.1 10.6,7.95 11.1,5.65 12.1,4.55 12.8,3.3 14.95,-0.45 12.65,-3.9 15.4,-9.6 12.2,-15.1 13.1,-16.35 13.65,-17.8 15.3,-22.2 12,-25.6 12.4,-26.35 12.75,-27.15 14.2,-30.5 13.15,-34.2 12.55,-36.3 10.8,-36.05 13.7,-41.05 11.1,-46.4 11.95,-48.15 11.65,-49.95 11.55,-50.5 11.35,-51 9.2,-52.15 7.15,-50.9 4.3,-49.25 2.55,-46.4 1.35,-44.45 0.35,-42.4 -0.2,-41.3 -0.7,-40.25 -1.8,-37.75 -2.75,-35.2 -7.25,-23.65 -11.45,-11.95 -13.5,-6.2 -14,-0.1 -14.3,3.55 -12.5,6.7 -10.6,10 -8.5,13.5 -5.8,18 -5.5,23.25 -5.4,25.05 -5.85,26.9 -6.65,30.2 -7.45,33.55 -8.05,36.15 -6.2,37.8 -6.2,37.85 -6.1,37.8 L-6.65,36.65 Q-6.8,35.85 -6.8,35.05 -6.8,33.55 -6.35,32.2 -3.95,25.6 -5.7,18.8 -6.65,15.05 -8.9,11.95 -11.05,8.9 -12.55,5.6 -13.15,4.2 -13.25,2.8 -13.65,-4.75 -11.05,-11.8 -7.85,-20.55 -4.7,-29.3 -2.35,-35.85 0.75,-42.05 0.85,-42.3 0.95,-42.5 2.95,-46.45 6.1,-49.6 8.4,-51.9 11,-50.55z"/> | |
<path id="path337" fill="#1B1B1B" d="M10.7,-37.15 Q11.5,-38.4 11.7,-39.8 12.1,-42.95 10.75,-45.85 L5.2,-36.7 Q5.5,-35.15 5.5,-32.45 5.5,-31.4 5.4,-30.35 5.25,-28.9 4.95,-28.55 5.25,-28.6 5.5,-28.55 8.05,-33.05 10.7,-37.15z M3.5,-39.65 Q4.4,-38.8 4.65,-38.35 4.95,-37.9 5.15,-37.1 7.8,-41.85 10.5,-46.6 11.3,-48.05 11.15,-49.55 7.35,-46.2 3.5,-39.65z M5.85,-28.45 Q6.55,-28.05 7.1,-26.55 7.7,-24.7 7.7,-22.55 7.7,-21.75 7.45,-20.65 7.15,-19.55 7.15,-19.45 7.15,-19.4 7.8,-18.45 9.65,-22.1 11.65,-25.65 12.9,-27.85 13.15,-30.4 13.35,-33.2 11.8,-35.3 11.65,-35.5 11.45,-35.65 10.55,-35.5 10.05,-34.8 7.9,-31.65 5.85,-28.45z M7.9,-18.25 Q8.2,-17.8 8.6,-17.2 10,-14.7 10,-13.15 10,-12.85 9.15,-10.6 9,-10.15 8.9,-9.8 8.3,-8.25 8.3,-8.1 8.3,-8 10.15,-5.25 10.75,-4.2 11.15,-3.25 11.9,-4.65 12.6,-6 13.1,-7 13.25,-8.1 13.7,-11.55 11.9,-14.55 L9.15,-9.45 Q8.95,-9.55 9.05,-9.75 10.3,-13.15 12.2,-16.15 15.25,-20.95 11.8,-25.15 L7.9,-18.25z M12.3,-3.6 L11.5,-2.45 Q11.95,-1.1 11.95,0 11.95,1.2 10.15,3.45 8.3,5.7 8.3,6.35 8.3,7 9,7.85 11.6,4.75 13,1 13.9,-1.45 12.3,-3.6z"/> | |
<path id="path338" fill="#F9F8F4" d="M3.5,-39.65 Q2.5,-40.6 0.75,-42.05 -2.35,-35.85 -4.7,-29.3 -7.85,-20.55 -11.05,-11.8 -13.65,-4.75 -13.25,2.8 -13.15,4.2 -12.55,5.6 -11.05,8.9 -8.9,11.95 -6.65,15.05 -5.7,18.8 -3.95,25.6 -6.35,32.2 -6.8,33.55 -6.8,35.05 -6.8,35.85 -6.65,36.65 -5.45,36.7 -4.3,36.65 -3.55,36.6 -2.8,36.45 -1.05,36 0.7,35.8 L0.7,35.35 -1.8,35.35 -1.8,34.9 Q-1.45,34.85 -0.95,34.45 -0.45,34 -0.45,33.75 -0.45,32.85 -1,32.7 -1.2,32.6 -1.4,32.55 2.3,14.7 0.5,12.8 -0.1,12.2 -1.35,11.35 -2.7,10.45 -3.25,9.95 L-3.25,9 Q-2.8,9 -2.3,8.7 -1.65,8.4 -1.35,8.3 -2,6.25 -4.15,4.35 -4.65,3.9 -7.65,1.8 -7.45,1.3 -6.35,0.4 -5.35,-0.4 -5.35,-0.8 -6.05,-1.65 -7.1,-1.65 -8.2,-1.5 -8.6,-1.5 -8.85,-2.45 -8.85,-4.2 -8.85,-7.8 -6.95,-14.55 -5.05,-21.4 -1.95,-28.55 0.75,-34.9 3.5,-39.65z"/> | |
<path id="path339" fill="#DDD8C1" d="M4.65,-38.35 Q4.4,-38.8 3.5,-39.65 0.75,-34.9 -1.95,-28.55 -5.05,-21.4 -6.95,-14.55 -8.85,-7.8 -8.85,-4.2 -8.85,-2.45 -8.6,-1.5 -8.2,-1.5 -7.1,-1.65 -6.05,-1.65 -5.35,-0.8 -5.35,-0.4 -6.35,0.4 -7.45,1.3 -7.65,1.8 -4.65,3.9 -4.15,4.35 -2,6.25 -1.35,8.3 -1.65,8.4 -2.3,8.7 -2.8,9 -3.25,9 L-3.25,9.95 Q-2.7,10.45 -1.35,11.35 -0.1,12.2 0.5,12.8 2.3,14.7 -1.4,32.55 -1.2,32.6 -1,32.7 -0.45,32.85 -0.45,33.75 -0.45,34 -0.95,34.45 -1.45,34.85 -1.8,34.9 L-1.8,35.35 0.7,35.35 0.7,35.8 Q2.5,35.55 4.35,35.55 5.5,35.55 6.1,36.3 6.35,36.65 6.7,36.8 8.6,37.4 10.65,37.15 15.75,36.7 20.85,36.15 L21.05,34.15 19.3,33.3 Q19.9,31.25 19.1,29.15 18.5,27.55 16.85,27.05 17.4,24.65 17,22.4 16.75,20.95 16.15,19.6 15.3,17.65 14.8,15.55 14.3,13.25 12.1,12.3 10.4,11.65 10.35,9.8 10.35,9.55 10.35,9.35 10.35,7.9 10.45,6.5 L8.65,8.5 Q8.6,8.3 8.7,8.2 8.85,8.05 9,7.85 8.3,7 8.3,6.35 8.3,5.7 10.15,3.45 11.95,1.2 11.95,0 11.95,-1.1 11.5,-2.45 L8.75,1.35 Q8.7,1.15 8.75,1.05 10,-1.1 11.15,-3.25 10.75,-4.2 10.15,-5.25 8.3,-8 8.3,-8.1 8.3,-8.25 8.9,-9.8 9,-10.15 9.15,-10.6 10,-12.85 10,-13.15 10,-14.7 8.6,-17.2 8.2,-17.8 7.9,-18.25 L7.3,-17.25 Q7.25,-17.4 7.3,-17.5 7.55,-17.95 7.8,-18.45 7.15,-19.4 7.15,-19.45 7.15,-19.55 7.45,-20.65 7.7,-21.75 7.7,-22.55 7.7,-24.7 7.1,-26.55 6.55,-28.05 5.85,-28.45 5.4,-27.8 5,-27.15 L4.9,-27.15 Q4.85,-27.35 4.9,-27.45 5.2,-28 5.5,-28.55 5.25,-28.6 4.95,-28.55 5.25,-28.9 5.4,-30.35 5.5,-31.4 5.5,-32.45 5.5,-35.15 5.2,-36.7 L3.45,-33.8 Q3.4,-34 3.45,-34.1 4.3,-35.6 5.15,-37.1 4.95,-37.9 4.65,-38.35z"/> | |
</g> | |
</g> | |
</g> | |
<g id="frame0002" overflow="visible" style="display:inline"> | |
<g id="BirdFlapBack_0002"> | |
<g id="element007"> | |
<path id="path267" fill="#000" d="M-10.35,-28.65 Q-10.35,-28.7 -10.4,-28.7 -10.5,-28.8 -10.65,-28.9 -10.8,-28.95 -10.9,-29 -10.95,-29.05 -11.05,-29.05 -11.1,-29.05 -11.15,-29 -13.55,-27.3 -14.7,-24.35 -15.4,-22.65 -16.1,-20.9 -16.45,-20.1 -16.75,-19.3 -18.95,-14 -20.4,-8.5 -20.8,-7.05 -20.35,-5.65 -18,1.4 -14.8,8.15 -13.7,10.4 -12.85,12.9 -11.1,18.55 -11.05,24.4 -11.05,25.95 -11.3,27.5 -11.75,29.9 -12.15,32.25 -12.15,32.3 -12.1,32.4 -12.05,32.5 -11.95,32.5 -9.95,32.95 -7.95,33.25 1.25,34.75 10.65,34.2 10.75,34.2 10.8,34.15 10.85,34.1 10.9,34 L11.05,33.4 Q11.05,33.3 11.05,33.25 11,33.15 10.95,33.1 L6.2,29.3 Q6.95,28.5 6.75,27.55 6.65,27 6.25,26.65 L6.2,26.65 Q5.55,26.05 4.95,25.45 5.55,24.2 5.55,22.7 5.55,20.3 3.3,20 3.9,16.8 2.9,13.85 2.8,13.5 2.55,13.2 1.45,11.75 1.5,9.85 1.55,5.9 1.2,2 1.2,1.5 0.85,1.15 -0.75,-0.55 -2.35,-2.45 -2,-4.85 -2.5,-7.2 -2.65,-7.9 -2.85,-8.55 -3.1,-9.35 -3.65,-9.95 L-3.65,-10 Q-3.95,-10.3 -4.25,-10.55 -4.05,-13.75 -5.75,-16.45 -6.1,-17 -6.45,-17.5 -6.15,-19.65 -6.95,-21.55 -7,-21.65 -7,-21.75 -7.05,-21.8 -7.1,-21.85 L-7.2,-22 Q-7.25,-22.05 -7.3,-22.05 L-8.75,-22.65 Q-7.75,-26.05 -10.35,-28.65z"/> | |
<path id="path268" fill="#DDD8C1" d="M-10.9,-28.45 Q-10.947,-28.45 -11,-28.5 L-10.9,-28.4 -10.9,-28.45"/> | |
<path id="path269" fill="#F9F8F4" d="M-10.9,-28.45 L-10.9,-28.4 -10.7,-28.3 Q-10.806,-28.356 -10.9,-28.45"/> | |
<path id="path270" fill="#1B1B1B" d="M-10.9,-28.4 L-11,-28.5 Q-13.15,-26.9 -14.2,-24.2 -14.9,-22.55 -15.55,-20.9 L-14.45,-20.9 -14.4,-20.95 -14.25,-20.9 Q-13.9,-20.15 -12.75,-18 -11.9,-16.1 -12.25,-15.05 L-12.15,-15 -9.3,-22.55 -9.25,-22.55 -9.25,-22.6 Q-8.25,-25.85 -10.7,-28.3 L-10.9,-28.4z M-7.4,-21.35 Q-7.45,-21.5 -7.5,-21.55 L-7.5,-21.6 -8.9,-22.15 -12,-15.05 Q-10.1,-15.25 -8.7,-13.45 -8.6,-13.3 -8.5,-13.15 -7.95,-14.85 -7,-17.45 L-7,-17.5 Q-6.65,-19.55 -7.4,-21.35z M-6.65,-16.9 L-8.2,-12.7 Q-7,-10.75 -6.7,-7.45 -5.9,-7.6 -5.1,-7.6 -5,-8.7 -4.8,-10.45 L-4.8,-10.5 Q-4.55,-13.55 -6.15,-16.15 -6.4,-16.55 -6.65,-16.9z M-4.05,-9.65 Q-4.2,-9.8 -4.3,-9.9 L-4.75,-7.6 Q-3.85,-7.6 -3.05,-7.35 -3.2,-7.9 -3.35,-8.4 -3.55,-9.1 -4.05,-9.65z"/> | |
<path id="path271" fill="#F9F8F4" d="M-8.5,-13.15 Q-8.6,-13.3 -8.7,-13.45 -10.1,-15.25 -12,-15.05 L-12.75,-13.25 Q-12.8,-13.15 -12.9,-13.1 L-12.15,-15 -12.25,-15.05 Q-11.9,-16.1 -12.75,-18 -13.9,-20.15 -14.25,-20.9 L-14.4,-20.95 -14.45,-20.9 Q-14.85,-19.8 -15.25,-18.65 -17.55,-12.15 -18.3,-9.05 -19.05,-5.9 -13.3,6.85 -8,18.6 -8,28.2 -8,28.45 -7.95,30.45 -7.95,31.7 -7.95,32.75 1.15,34.25 10.45,33.7 L10.5,33.4 5.65,29.55 Q5.6,29.5 5.6,29.4 5.55,29.35 5.6,29.3 5.6,29.2 5.65,29.15 6.4,28.5 6.25,27.6 6.2,27.25 5.9,27.05 5.1,26.35 4.45,25.65 4.4,25.6 4.35,25.55 4.35,25.45 4.4,25.4 5.05,24.2 5.05,22.7 5.05,20.6 2.95,20.45 2.9,20.45 2.85,20.4 2.8,20.35 2.75,20.3 2.7,20.2 2.75,20.15 3.4,16.95 2.45,14 2.35,13.75 2.15,13.5 0.95,11.9 1,9.85 1.05,5.9 0.7,2 0.7,1.7 0.5,1.5 -1,-0.1 -2.45,-1.8 L-3.45,1.2 -2.85,-2.4 Q-2.5,-4.95 -3.05,-7.35 -3.85,-7.6 -4.75,-7.6 L-4.9,-6.65 Q-5.45,-4.35 -5.1,-7.6 -5.9,-7.6 -6.7,-7.45 -7,-10.75 -8.2,-12.7 L-9.1,-10.3 Q-9.65,-9.7 -8.5,-13.15z"/> | |
<path id="path272" fill="#DDD8C1" d="M-15.55,-20.9 Q-15.95,-20 -16.3,-19.1 -18.5,-13.85 -19.95,-8.4 -20.3,-7.05 -19.85,-5.8 -17.55,1.2 -14.35,7.9 -13.25,10.2 -12.4,12.75 -10.6,18.45 -10.55,24.4 -10.55,26 -10.8,27.6 -11.2,29.85 -11.6,32.05 -9.8,32.45 -7.95,32.75 -7.95,31.7 -7.95,30.45 -8,28.45 -8,28.2 -8,18.6 -13.3,6.85 -19.05,-5.9 -18.3,-9.05 -17.55,-12.15 -15.25,-18.65 -14.85,-19.8 -14.45,-20.9 L-15.55,-20.9z"/> | |
</g> | |
</g> | |
<g id="BirdBody_0002" overflow="visible" transform="translate(-0.199,35.55)"> | |
<g id="BirdBodyClosed--0002_1_1"> | |
<use xlink:href="#BirdBody--0" id="element008" width="123" height="44" x="0" y="0" transform="matrix(0.5 0 0 0.5 -13.449 -8.299)"/> | |
</g> | |
<g id="BirdHeadClosed--0002_0_1"> | |
<use xlink:href="#BirdHead--1" id="element009" /> | |
</g> | |
</g> | |
<g id="BirdFlapFront_0002"> | |
<g id="element010"> | |
<path id="path330" fill="#333" d="M7,-39.5 Q6.45,-39.65 5.9,-39.6 4.05,-39.25 2.7,-37.7 1.75,-36.55 0.85,-35.35 2.4,-34.7 2.95,-33.9 3.45,-33.2 3.6,-31.7 5.05,-33.6 6.2,-33.6 6.7,-33.6 6.8,-33.55 6.9,-33.5 7.05,-33.3 8.3,-34.7 8.75,-36.35 9.45,-38.95 7,-39.5z"/> | |
<path id="path331" fill="#000" d="M5.9,-39.6 Q6.45,-39.65 7,-39.5 9.45,-38.95 8.75,-36.35 8.3,-34.7 7.05,-33.3 L3.55,-28.3 2.35,-26.6 Q2.9,-27.2 3.4,-27.7 4,-28.35 4.45,-28.9 7.2,-32.15 9.1,-35.85 9.4,-35.6 9.65,-35.3 9.8,-35.15 9.95,-34.9 10.65,-33.55 10.25,-32.05 9.65,-29.65 7.15,-25.15 L7.15,-25.1 Q6.5,-24 5.95,-23.1 6.2,-23.4 6.45,-23.7 6.9,-24.25 7.35,-24.85 9.2,-27.45 10.25,-30.45 10.9,-30 11.4,-29.4 11.85,-28.85 11.8,-28.1 11.6,-25.3 9.4,-21.5 8.05,-19.2 6.6,-17.05 6.25,-16.55 5.9,-16.05 6.3,-16.5 6.65,-16.95 9.4,-20.3 11.35,-24.15 L12.1,-23.7 Q12.35,-21.8 12.05,-19.9 11.5,-16.55 9.85,-13.2 9.7,-12.85 9.5,-12.5 8.8,-11.1 8.15,-9.85 8.9,-10.95 9.55,-12.05 10.45,-13.7 11.25,-15.4 12.45,-12.75 10.3,-6.8 10.05,-6.1 9.8,-5.5 9.05,-3.55 8.45,-2.45 L8.45,-2.4 10.5,-6 Q10.6,-5.15 10.6,-4.25 10.7,-0.75 9.75,2.7 9.15,5 9.75,7.25 10,8.25 10.1,9.3 10.15,10.2 10.55,11 10.8,11.5 11.35,11.7 13.05,12.45 14.3,13.85 14.85,14.45 14.95,15.25 15.1,17.25 16.25,18.85 17.05,19.9 17.05,21.25 17.1,23.1 16.75,24.65 18.3,25.05 18.95,26.45 19.35,27.3 19.35,28.25 19.35,29.55 19.15,30.85 L21.05,31.8 Q21.05,31.9 21,31.95 20.4,33.05 19.5,33.9 21.6,32.75 21.5,31.55 L19.6,30.45 Q20.2,29.05 19.9,27.55 19.4,25.15 17.3,24.3 17.35,24.15 17.4,24 17.55,23.3 17.6,22.65 17.75,21.5 17.5,20.45 17.3,19.6 16.9,19 16.4,18.15 16.05,17.25 15.65,16.3 15.35,15.15 14.75,12.5 12.1,11.6 11.1,11.25 10.85,10.4 10.75,10.05 10.65,9.7 9.45,5 10.7,0.25 10.85,-0.35 10.85,-0.9 10.95,-2.25 11.05,-3.55 11.15,-5.1 11.25,-6.7 11.4,-8.2 12,-9.9 13.05,-13.1 11.5,-15.9 12.5,-18.1 12.65,-20.45 12.7,-21.3 12.8,-22.2 13.05,-24 11.55,-24.6 12.1,-25.95 12.3,-27.3 12.6,-29.7 10.4,-30.9 10.7,-32.15 10.75,-33.45 10.85,-35.4 9.2,-36.35 9.4,-37.1 9.4,-37.7 9.35,-38.9 8.45,-39.5 6.3,-40.95 4,-39.4 2.1,-38.1 0.7,-36.1 0.55,-35.8 0.35,-35.55 0,-35.05 -0.3,-34.55 -2,-31.9 -3.45,-29.1 -6.2,-23.95 -8.8,-18.6 -11.05,-14 -12.95,-9.25 -15.8,-2.15 -13.55,5.1 -13.25,6.2 -12.7,7.2 -12.05,8.4 -11.2,9.6 -8.8,12.85 -7.65,16.75 -5.65,23.25 -7.45,29.45 -8.35,32.5 -7,35.2 -6.95,35.15 -6.85,35.05 L-7.05,34.55 Q-7.4,33.4 -7.3,32.2 -7,29.75 -6.5,27.3 -5.55,22.7 -6.7,18 -7.9,13.2 -10.75,9.25 -11.3,8.5 -11.8,7.75 -13.75,4.65 -14.05,0.75 -14.35,-3.65 -12.9,-7.95 -11.5,-11.9 -9.75,-15.6 -7.75,-19.7 -5.7,-23.8 -3.7,-27.75 -1.6,-31.5 -0.5,-33.5 0.85,-35.35 1.75,-36.55 2.7,-37.7 4.05,-39.25 5.9,-39.6z"/> | |
<path id="path332" fill="#1B1B1B" d="M6.8,-33.55 Q6.7,-33.6 6.2,-33.6 5.05,-33.6 3.6,-31.7 3.7,-31 3.7,-30.15 3.7,-29.15 3.55,-28.3 L7.05,-33.3 Q6.9,-33.5 6.8,-33.55z M9.95,-34.9 Q9.8,-35.15 9.65,-35.3 9.4,-35.6 9.1,-35.85 7.2,-32.15 4.45,-28.9 4,-28.35 3.4,-27.7 3.3,-27.35 3.15,-27.05 L6.45,-27.05 Q6.45,-26.25 7.15,-25.15 9.65,-29.65 10.25,-32.05 10.65,-33.55 9.95,-34.9z M11.8,-28.1 Q11.85,-28.85 11.4,-29.4 10.9,-30 10.25,-30.45 9.2,-27.45 7.35,-24.85 7.85,-23.85 7.85,-22.7 7.85,-20.3 7.75,-20 7.6,-19.6 5.9,-17.85 6.2,-17.45 6.6,-17.05 8.05,-19.2 9.4,-21.5 11.6,-25.3 11.8,-28.1z M12.1,-23.7 L11.35,-24.15 Q9.4,-20.3 6.65,-16.95 7.35,-16.25 8.35,-15.35 9.3,-14.3 9.5,-12.5 9.7,-12.85 9.85,-13.2 11.5,-16.55 12.05,-19.9 12.35,-21.8 12.1,-23.7z M9.55,-12.05 Q9.55,-11.8 9.55,-11.5 9.55,-10.95 8.85,-9.6 8.5,-8.95 8.15,-8.3 8.15,-8 9.8,-5.5 10.05,-6.1 10.3,-6.8 12.45,-12.75 11.25,-15.4 10.45,-13.7 9.55,-12.05z"/> | |
<path id="path333" fill="#F9F8F4" d="M2.95,-33.9 Q2.4,-34.7 0.85,-35.35 -0.5,-33.5 -1.6,-31.5 -3.7,-27.75 -5.7,-23.8 -7.75,-19.7 -9.75,-15.6 -11.5,-11.9 -12.9,-7.95 -14.35,-3.65 -14.05,0.75 -13.75,4.65 -11.8,7.75 -11.3,8.5 -10.75,9.25 -7.9,13.2 -6.7,18 -5.55,22.7 -6.5,27.3 -7,29.75 -7.3,32.2 -7.4,33.4 -7.05,34.55 -4,34.6 -0.55,34.6 -0.5,34.65 -0.4,34.75 -0.55,32.25 -1.5,31.4 L-1.5,30.05 -1.2,30.05 Q-0.95,30.05 -0.95,30.6 L0.85,30.6 Q0.55,28.45 -0.3,25.05 -1,22.2 -1.2,20.15 -1.2,15.55 -1.35,13.55 -1.6,10.05 -3.55,10.2 L-3.55,9.45 Q-2.45,8.65 -1.5,8.65 -1.8,6.5 -3.85,5.75 -5.3,5.2 -6.4,5.5 -6.25,3.9 -5,3.3 -3.85,2.65 -3.85,2.5 -3.85,2.1 -3.95,1.85 L-4.1,1.65 Q-6.8,0.05 -8.25,0.05 -6,-8.9 -2.4,-18.85 1.05,-28.3 3.6,-31.7 3.45,-33.2 2.95,-33.9z"/> | |
<path id="path334" fill="#DDD8C1" d="M3.15,-27.05 Q3.3,-27.35 3.4,-27.7 2.9,-27.2 2.35,-26.6 L3.55,-28.3 Q3.7,-29.15 3.7,-30.15 3.7,-31 3.6,-31.7 1.05,-28.3 -2.4,-18.85 -6,-8.9 -8.25,0.05 -6.8,0.05 -4.1,1.65 L-3.95,1.85 Q-3.85,2.1 -3.85,2.5 -3.85,2.65 -5,3.3 -6.25,3.9 -6.4,5.5 -5.3,5.2 -3.85,5.75 -1.8,6.5 -1.5,8.65 -2.45,8.65 -3.55,9.45 L-3.55,10.2 Q-1.6,10.05 -1.35,13.55 -1.2,15.55 -1.2,20.15 -1,22.2 -0.3,25.05 0.55,28.45 0.85,30.6 L-0.95,30.6 Q-0.95,30.05 -1.2,30.05 L-1.5,30.05 -1.5,31.4 Q-0.55,32.25 -0.4,34.75 1.45,36.1 5.25,37 9,37.85 17.85,34.95 18.15,34.6 19.3,34 19.4,33.95 19.5,33.9 20.4,33.05 21,31.95 21.05,31.9 21.05,31.8 L19.15,30.85 Q19.35,29.55 19.35,28.25 19.35,27.3 18.95,26.45 18.3,25.05 16.75,24.65 17.1,23.1 17.05,21.25 17.05,19.9 16.25,18.85 15.1,17.25 14.95,15.25 14.85,14.45 14.3,13.85 13.05,12.45 11.35,11.7 10.8,11.5 10.55,11 10.15,10.2 10.1,9.3 10,8.25 9.75,7.25 9.15,5 9.75,2.7 10.7,-0.75 10.6,-4.25 10.6,-5.15 10.5,-6 L8.45,-2.4 8.45,-2.45 Q9.05,-3.55 9.8,-5.5 8.15,-8 8.15,-8.3 8.5,-8.95 8.85,-9.6 9.55,-10.95 9.55,-11.5 9.55,-11.8 9.55,-12.05 8.9,-10.95 8.15,-9.85 8.8,-11.1 9.5,-12.5 9.3,-14.3 8.35,-15.35 7.35,-16.25 6.65,-16.95 6.3,-16.5 5.9,-16.05 6.25,-16.55 6.6,-17.05 6.2,-17.45 5.9,-17.85 7.6,-19.6 7.75,-20 7.85,-20.3 7.85,-22.7 7.85,-23.85 7.35,-24.85 6.9,-24.25 6.45,-23.7 6.2,-23.4 5.95,-23.1 6.5,-24 7.15,-25.1 L7.15,-25.15 Q6.45,-26.25 6.45,-27.05 L3.15,-27.05z"/> | |
</g> | |
</g> | |
</g> | |
<g id="frame0003" overflow="visible" style="display:inline"> | |
<g id="BirdFlapBack_0003"> | |
<g id="element011"> | |
<path id="path264" fill="#000" d="M-11.65,-6.5 Q-14,-4.25 -15.2,-3.05 -19.75,1.6 -19.75,5.65 -19.75,7.85 -18.4,10.05 -17.75,11.1 -15.55,13.8 -11.5,18.75 -11.5,23.15 -11.5,26.65 -11.9,27.45 -12.85,29.2 -13.35,30.35 -13.35,30.45 -13.35,30.55 -13.35,30.6 -13.25,30.65 -13.2,30.7 -13.1,30.7 L-1.4,30.7 Q-1.3,30.7 -1.2,30.65 -1.15,30.55 -1.15,30.45 L-1.15,24.95 Q-1.15,24.85 -1.2,24.8 -2.9,23.1 -2.8,17.05 -2.7,10.3 -3.55,8.75 -3.55,8.7 -3.65,8.65 -3.7,8.6 -3.75,8.6 -3.85,8.6 -3.9,8.65 -4.05,8.75 -4.65,9.05 -5.45,9.4 -5.9,9.6 L-5.9,8.05 Q-5.65,7.4 -5.35,6.95 -5.25,6.7 -5.15,6.65 -5.1,6.55 -5.1,6.45 L-5.1,-1.85 Q-5.1,-1.95 -5.15,-2 -5.25,-2.1 -5.35,-2.1 L-6.05,-2.1 Q-6.15,-2.1 -6.25,-2 -6.3,-1.95 -6.3,-1.9 L-6.3,-1.85 Q-6.45,-1.75 -6.65,-1.6 -7.1,-1.25 -7.85,-0.7 L-7.85,-9.7 Q-7.85,-9.8 -7.9,-9.85 -7.95,-9.9 -8.05,-9.95 L-8.9,-9.95 Q-8.95,-9.95 -9,-9.9 -9.1,-9.85 -9.1,-9.8 -9.8,-8.4 -11.65,-6.5z"/> | |
<path id="path265" fill="#DDD8C1" d="M-11.3,-6.15 Q-13.65,-3.9 -14.85,-2.7 -19.2,1.75 -19.25,5.65 -19.25,7.7 -17.95,9.8 -17.35,10.8 -15.15,13.5 -11,18.6 -11,23.15 -11,26.85 -11.45,27.7 -12.25,29.15 -12.75,30.2 L-8.25,30.2 Q-8.1,28.3 -8.1,25.9 -8.1,20.4 -13,13.4 -15.85,9.3 -16.4,8.4 -17.95,5.75 -17.95,3.7 -17.95,2.75 -12.45,-4.4 -11.75,-5.25 -11.15,-6.05 L-11.3,-6.15z"/> | |
<path id="path266" fill="#F9F8F4" d="M-11.15,-6.05 Q-11.75,-5.25 -12.45,-4.4 -17.95,2.75 -17.95,3.7 -17.95,5.75 -16.4,8.4 -15.85,9.3 -13,13.4 -8.1,20.4 -8.1,25.9 -8.1,28.3 -8.25,30.2 L-1.65,30.2 -1.65,25.05 Q-3.4,23.3 -3.3,17.05 -3.2,10.95 -3.9,9.2 -4.1,9.3 -4.4,9.5 -5.6,10.05 -6.05,10.2 -6.15,10.25 -6.2,10.2 -6.3,10.2 -6.35,10.1 -6.4,10.05 -6.4,9.95 L-6.4,8 Q-6.4,7.95 -6.35,7.95 -6.1,7.15 -5.8,6.7 -5.7,6.5 -5.6,6.4 L-5.6,-1.6 -5.9,-1.6 Q-5.95,-1.55 -5.95,-1.5 -6.1,-1.4 -6.35,-1.2 -6.85,-0.8 -7.95,-0.05 -8,0 -8.1,0 -8.2,0 -8.25,-0.05 -8.35,-0.15 -8.35,-0.25 L-8.35,-9.45 -8.75,-9.45 Q-9.1,-8.75 -9.75,-7.9 -10.4,-7.1 -11.3,-6.15 L-11.15,-6.05z"/> | |
</g> | |
</g> | |
<g id="BirdBody_0003" overflow="visible" transform="translate(-0.349,33.6)"> | |
<g id="BirdBodyClosed--0003_1_1"> | |
<use xlink:href="#BirdBody--0" id="element012" width="123" height="44" x="0" y="0" transform="matrix(0.5 0 0 0.5 -13.449 -8.299)"/> | |
</g> | |
<g id="BirdHeadClosed--0003_0_1"> | |
<use xlink:href="#BirdHead--1" id="element013" /> | |
</g> | |
</g> | |
<g id="BirdFlapFront_0003"> | |
<g id="element014"> | |
<path id="path325" fill="#333" d="M5.3,-25.75 L5.3,-25.8 Q5.15,-26.15 5,-26.5 -0.5,-25.45 -3.75,-20.45 -4.5,-19.25 -5.3,-18.1 L-4.35,-18.1 Q-3.5,-17.65 -2.9,-17.05 0.25,-21.1 5.15,-25.7 L5.3,-25.75z"/> | |
<path id="path326" fill="#000" d="M5.3,-25.8 L5.3,-25.75 Q5.35,-25.6 5.4,-25.45 5.55,-25.05 5.45,-24.75 4,-21 1.35,-17.95 0.35,-16.8 -0.8,-15.8 -1.3,-15.4 -1.7,-14.95 -1.8,-14.85 -1.9,-14.7 -2.3,-14.3 -2.65,-13.85 -3.6,-12.75 -4.2,-11.55 -2.9,-12.5 -1.5,-13.9 -1.45,-14 -1.35,-14.1 -1.1,-14.35 -0.9,-14.6 1.5,-17.15 3.45,-20.15 4.85,-22.3 6.4,-23.9 7.7,-23.9 8,-22.7 8.4,-21.3 7.45,-20.1 4.6,-16.6 1.75,-13.1 1.35,-12.65 1,-12.15 0.95,-12.15 1,-12.05 L1.9,-13 7.85,-19.65 8.75,-19.5 Q9.8,-17.7 9.25,-15.75 8.5,-13.25 6.55,-11.45 4.6,-9.65 3.75,-7.9 L8.6,-13.25 Q9.05,-11.35 8.2,-9.65 6.7,-6.65 4.9,-3.85 4.35,-3.05 3.8,-2.25 3.75,-2.15 3.8,-1.95 L4.9,-3.5 7.45,-7.1 Q8.05,-5.4 8.1,-3.65 8.1,-1.95 7.35,-0.4 6.4,1.6 5.45,3.6 L5.4,3.65 Q4.2,6.1 3,8.55 2.95,8.65 3,8.85 L5.7,4.25 5.7,4.2 Q6,4.95 6.3,5.7 6.7,6.85 6.45,7.95 5.7,11.45 4.55,14.9 4.55,15 4.6,15.15 L6,11.8 Q9.85,15.25 9.5,20.45 9.85,20.45 10.15,20.45 10.8,20.45 11.2,20.85 14.15,24.05 12.35,28.25 13.65,30.95 12.1,32.95 11.95,33.15 11.75,33.35 12.2,33.75 12.6,33.15 14.2,30.9 12.85,28.25 13.85,25.95 13.5,23.5 13,20.15 9.85,19.95 10.3,14.6 6.15,11.3 8.1,7.35 6,3.6 9.85,-1.65 7.8,-7.6 9.9,-10.35 9,-13.75 11,-16.85 9.05,-19.95 L8.2,-20.1 Q8.5,-20.8 8.7,-21.5 8.9,-22.4 8.4,-23.1 7.55,-24.45 6.15,-24.6 L5.35,-26.85 4.4,-27 Q0.35,-26 -2.25,-22.8 -4.1,-20.5 -5.85,-18.1 -9.2,-13.6 -12.2,-8.8 -14.45,-5.2 -16.55,-1.5 -17.55,0.25 -17.25,2.3 -17.05,3.6 -16.4,4.75 -13.95,8.8 -11.7,12.9 -7.55,20.35 -8.45,28.85 -8.6,29.95 -8.3,31.1 -7.9,32.55 -7,33.35 -5.95,34.3 -4.1,34.1 -4.15,33.95 -4.15,33.85 -5.05,33.8 -5.75,33.5 -6.95,32.95 -7.55,31.5 -7.8,30.95 -7.75,30.4 -6.45,17.35 -14.65,7.25 -16,5.6 -16.65,3.55 -17.4,1 -16.05,-1.3 -11.25,-9.2 -6.1,-16.9 -5.7,-17.5 -5.3,-18.1 -4.5,-19.25 -3.75,-20.45 -0.5,-25.45 5,-26.5 5.15,-26.15 5.3,-25.8z"/> | |
<path id="path327" fill="#1B1B1B" d="M5.3,-25.75 L5.15,-25.7 Q0.25,-21.1 -2.9,-17.05 -2.2,-16.3 -1.85,-15.35 -1.75,-15.15 -1.7,-14.95 -1.3,-15.4 -0.8,-15.8 0.35,-16.8 1.35,-17.95 4,-21 5.45,-24.75 5.55,-25.05 5.4,-25.45 5.35,-25.6 5.3,-25.75z M8,-22.7 Q7.7,-23.9 6.4,-23.9 4.85,-22.3 3.45,-20.15 1.5,-17.15 -0.9,-14.6 0.7,-14.2 1.75,-13.1 4.6,-16.6 7.45,-20.1 8.4,-21.3 8,-22.7z M8.75,-19.5 L7.85,-19.65 1.9,-13 Q2.15,-12.65 2.4,-12.3 3.85,-10.1 2.95,-7.15 4.45,-7.3 4.8,-5.3 4.85,-4.95 4.9,-3.85 6.7,-6.65 8.2,-9.65 9.05,-11.35 8.6,-13.25 L3.75,-7.9 Q4.6,-9.65 6.55,-11.45 8.5,-13.25 9.25,-15.75 9.8,-17.7 8.75,-19.5z M4.9,-1.85 Q4.9,-1.25 4.65,-0.1 4.35,1 4.35,1.25 4.35,1.55 5.35,3.55 L5.45,3.6 Q6.4,1.6 7.35,-0.4 8.1,-1.95 8.1,-3.65 8.05,-5.4 7.45,-7.1 L4.9,-3.5 Q4.9,-2.8 4.9,-1.85z"/> | |
<path id="path328" fill="#DDD8C1" d="M2.95,-7.15 Q3.85,-10.1 2.4,-12.3 2.15,-12.65 1.9,-13 L1,-12.05 Q0.95,-12.15 1,-12.15 1.35,-12.65 1.75,-13.1 0.7,-14.2 -0.9,-14.6 -1.1,-14.35 -1.35,-14.1 -1.45,-14 -1.5,-13.9 -2.9,-12.5 -4.2,-11.55 -3.6,-12.75 -2.65,-13.85 -2.3,-14.3 -1.9,-14.7 -1.8,-14.85 -1.7,-14.95 -1.75,-15.15 -1.85,-15.35 -2.2,-16.3 -2.9,-17.05 -3.05,-16.85 -3.2,-16.7 -7.4,-11.15 -11.65,-2.25 L-11.65,0.5 -8.9,0.5 Q-8.9,1.5 -9.1,2.85 -9.25,3.6 -9.4,3.9 -9.25,3.8 -9.05,3.75 -8.1,3.35 -7.7,2.9 L-5.35,2.9 Q-5.6,3.75 -6.75,4.5 -7.9,5.15 -8.1,5.25 -7.6,5.65 -6.25,6.5 -5.1,7.4 -4.55,8.8 -4.1,9.9 -3.75,11.55 -3.5,12.65 -3.4,13.5 L-4.55,13.5 Q-4.1,15.55 -2.85,19.7 -1.7,23.3 -1,27.65 -0.5,30.7 0.55,32.95 0.95,32.8 1.25,32.6 3.05,31.6 6.05,31.6 9,31.6 11.2,32.6 11.65,32.8 12.1,32.95 13.65,30.95 12.35,28.25 14.15,24.05 11.2,20.85 10.8,20.45 10.15,20.45 9.85,20.45 9.5,20.45 9.85,15.25 6,11.8 L4.6,15.15 Q4.55,15 4.55,14.9 5.7,11.45 6.45,7.95 6.7,6.85 6.3,5.7 6,4.95 5.7,4.2 L5.7,4.25 3,8.85 Q2.95,8.65 3,8.55 4.2,6.1 5.4,3.65 L5.45,3.6 5.35,3.55 Q4.35,1.55 4.35,1.25 4.35,1 4.65,-0.1 4.9,-1.25 4.9,-1.85 4.9,-2.8 4.9,-3.5 L3.8,-1.95 Q3.75,-2.15 3.8,-2.25 4.35,-3.05 4.9,-3.85 4.85,-4.95 4.8,-5.3 4.45,-7.3 2.95,-7.15z"/> | |
<path id="path329" fill="#F9F8F4" d="M-5.3,-18.1 Q-5.7,-17.5 -6.1,-16.9 -11.25,-9.2 -16.05,-1.3 -17.4,1 -16.65,3.55 -16,5.6 -14.65,7.25 -6.45,17.35 -7.75,30.4 -7.8,30.95 -7.55,31.5 -6.95,32.95 -5.75,33.5 -5.2,33.55 -4.6,33.6 -1.25,33.6 0.55,32.95 -0.5,30.7 -1,27.65 -1.7,23.3 -2.85,19.7 -4.1,15.55 -4.55,13.5 L-3.4,13.5 Q-3.5,12.65 -3.75,11.55 -4.1,9.9 -4.55,8.8 -5.1,7.4 -6.25,6.5 -7.6,5.65 -8.1,5.25 -7.9,5.15 -6.75,4.5 -5.6,3.75 -5.35,2.9 L-7.7,2.9 Q-8.1,3.35 -9.05,3.75 -9.25,3.8 -9.4,3.9 -9.25,3.6 -9.1,2.85 -8.9,1.5 -8.9,0.5 L-11.65,0.5 -11.65,-2.25 Q-7.4,-11.15 -3.2,-16.7 -3.05,-16.85 -2.9,-17.05 -3.5,-17.65 -4.35,-18.1 L-5.3,-18.1z"/> | |
</g> | |
</g> | |
</g> | |
<g id="frame0004" overflow="visible" style="display:inline"> | |
<g id="BirdFlapBack_0004"> | |
<g id="element015"> | |
<path id="path261" fill="#000" d="M0.25,26.95 L0.3,24.9 -1.85,23.8 -0.3,22.9 -3.05,20 Q-2.15,19.95 -1.2,19.8 -0.85,19.75 -0.5,19.55 0.2,19.2 0.15,18.35 0.05,17.25 -0.9,16.85 -2.75,16.95 -4.6,17.05 -10.2,17.35 -15.85,17.7 -19.95,17.9 -23.6,18.85 -24.15,19.05 -24.35,19.5 -24.2,20.15 -23.85,20.75 -23.1,22.15 -21.85,23.05 -19.9,24.5 -17.8,25.65 L-13.3,27.95 0.25,26.95z"/> | |
<path id="path262" fill="#F9F8F4" d="M-19.6,21.75 Q-17.9,23.4 -15.8,24.6 -13.4,26 -11,27.3 L-0.1,26.5 -0.1,25.25 Q-0.45,25 -0.8,24.8 -2,24.2 -3.3,24 -3.4,23.95 -3.45,23.95 L-3.25,23.5 -3.2,23.5 Q-2.75,23.45 -2.25,23.3 -1.8,23.25 -1.35,23.1 -1.15,22.95 -0.9,22.85 -1.5,22.25 -2.05,21.6 -2.95,20.55 -4.05,19.95 -4.15,19.9 -4.2,19.85 L-4,19.5 Q-2.8,19.45 -1.6,19.45 -0.8,19.45 -0.55,18.7 -0.45,18.35 -0.6,18.05 -0.7,17.65 -0.95,17.35 L-18.9,18.5 Q-19.65,19.15 -20,20.05 -20.35,21.05 -19.6,21.75z"/> | |
<path id="path263" fill="#DDD8C1" d="M-15.8,24.6 Q-17.9,23.4 -19.6,21.75 -20.35,21.05 -20,20.05 -19.65,19.15 -18.9,18.5 -21.25,18.6 -23.5,19.45 -23.7,19.45 -23.85,19.6 -23.35,21.55 -21.55,22.7 -20.2,23.5 -18.85,24.35 -17.15,25.35 -15.4,26.35 -14.35,26.9 -13.3,27.45 L-11,27.3 Q-13.4,26 -15.8,24.6z"/> | |
</g> | |
</g> | |
<g id="BirdBody_0004" overflow="visible" transform="translate(-0.549,31.65)"> | |
<g id="BirdBodyClosed--0004_1_1"> | |
<use xlink:href="#BirdBody--0" id="element016" width="123" height="44" x="0" y="0" transform="matrix(0.5 0 0 0.5 -13.449 -8.299)"/> | |
</g> | |
<g id="BirdHeadClosed--0004_0_1"> | |
<use xlink:href="#BirdHead--1" id="element017" /> | |
</g> | |
</g> | |
<g id="BirdFlapFront_0004"> | |
<g id="element019"> | |
<path id="path320" fill="#000" d="M11.7,5.1 Q11.4,4.7 10.95,4.55 9,4.15 7.05,4.7 6.05,5 5.05,5.3 -0.8,7 -6.55,9 -9.25,9.95 -11.85,11.15 -13.7,11.95 -15.1,13.3 -15.8,14 -15.6,15.05 -15.05,17.5 -12.9,18.75 -11.45,19.6 -10.15,20.45 -8.85,21.25 -8.95,22.8 -9,24.3 -9.4,25.6 -10.1,27.7 -9.05,29.75 -8.3,31.2 -7,31.9 -6.2,32.3 -5.2,32.4 -5.1,32.4 -5.05,32.35 -5,32.3 -4.95,32.3 -4.95,32.25 -4.95,32.2 -4.95,32.1 -5,32 -5.55,31.9 -6.05,31.75 -8.1,30.95 -8.95,28.65 -9.35,27.4 -9.05,26.25 -8.55,24.55 -8.4,22.8 -8.35,21.8 -9,20.9 -9.8,19.9 -11,19.3 -12.6,18.55 -13.8,17.35 -14.55,16.6 -14.8,15.6 -15,14.95 -14.95,14.3 -14.95,13.7 -14.6,13.4 -12.45,11.8 -10.05,10.85 -5.35,9.05 -0.6,7.5 2.2,6.55 5.05,5.8 6.35,5.4 7.7,5.05 8.25,5 8.8,4.9 10.45,4.5 11.55,5.7 11.45,6.1 11.3,6.55 11.25,6.75 11.2,6.95 11.1,7.35 10.95,7.45 9.45,8.85 7.3,9.15 5.75,9.45 4.2,9.8 2.25,10.25 0.4,10.8 2.3,10.55 4.1,10.25 6.7,9.8 8.95,9.25 10.4,8.85 11.35,7.75 11.7,8.95 10.8,9.7 9.55,10.65 8,11 6.45,11.3 4.95,11.65 3.25,11.95 1.6,12.35 3.7,12.25 5.2,12.05 6,11.95 6.65,11.85 8.95,11.5 10.95,10.25 L11.5,11.2 Q11.2,12 10.3,12.25 8.05,12.85 5.7,13.15 4.35,13.35 2.95,13.45 L2.8,13.8 Q2.85,13.8 2.9,13.8 4.35,13.8 5.8,13.65 8.3,13.35 10.75,12.6 10.65,13.45 9.95,13.95 9.7,14.2 9.4,14.3 7.7,14.7 6,14.65 5.5,14.6 5.05,14.55 4.95,14.6 4.85,14.65 4.8,14.65 4.8,14.75 4.75,14.75 4.75,14.8 4.8,14.9 4.85,15 L6.1,14.95 9.9,14.8 Q10.05,15.3 9.8,15.85 9.35,16.7 8.55,17.3 7.85,17.85 7.1,18.3 6.6,18.6 6.05,18.85 L6.2,19.45 Q6.5,19.65 6.8,19.7 6.95,19.7 7.05,19.7 7.6,19.8 8.15,20.05 9.15,20.45 9,21.5 8.8,21.85 8.35,22.15 8.05,22.3 8.3,22.55 8.35,22.55 8.45,22.6 9.85,22.45 11.05,23.1 L11.1,23.35 Q11,23.75 10.8,24 10.65,24.15 10.35,24.45 10.1,24.7 10.3,24.9 11.35,25.15 12.1,25.8 12.45,26.15 12.55,26.55 12.95,28.7 12.15,30.7 12.1,30.9 12,31.05 L12.35,31.35 Q12.4,31.3 12.4,31.25 12.5,30.95 12.6,30.65 12.85,30 13.05,29.35 13.35,28.3 13.3,27.2 13.3,26.7 13.05,26.3 12.4,25 10.9,24.55 11.5,24.15 11.55,23.35 11.6,23.15 11.45,23 10.6,22 9.15,22.1 9.4,22 9.5,21.55 9.65,20.75 9.25,20.2 8.85,19.65 8.3,19.45 7.7,19.3 7.05,19.15 6.95,19.15 6.85,19.15 6.75,19.1 6.65,19.1 6.85,19 7.1,18.85 8.7,18 9.9,16.6 10.75,15.6 10.25,14.4 11.25,13.6 11.25,12.35 11.55,12.05 11.7,11.75 12.3,10.75 11.3,9.9 11.55,9.55 11.7,9.15 12.1,8.15 11.7,7.2 L12.05,5.55 Q11.9,5.3 11.7,5.1z"/> | |
<path id="path321" fill="#1B1B1B" d="M11.3,6.55 Q11.1,6.65 10.85,6.8 8.1,7.65 7.15,8.1 6.4,8.5 4.5,8.85 4.35,9.4 4.2,9.8 5.75,9.45 7.3,9.15 9.45,8.85 10.95,7.45 11.1,7.35 11.2,6.95 11.25,6.75 11.3,6.55z M10.3,12.25 Q11.2,12 11.5,11.2 L10.95,10.25 Q8.95,11.5 6.65,11.85 6,11.95 5.2,12.05 5.55,12.65 5.7,13.15 8.05,12.85 10.3,12.25z M10.8,9.7 Q11.7,8.95 11.35,7.75 10.4,8.85 8.95,9.25 6.7,9.8 4.1,10.25 4.65,11.15 4.95,11.65 6.45,11.3 8,11 9.55,10.65 10.8,9.7z M9.4,14.3 Q9.7,14.2 9.95,13.95 10.65,13.45 10.75,12.6 8.3,13.35 5.8,13.65 5.8,13.75 5.8,13.9 5.8,14.1 6,14.65 7.7,14.7 9.4,14.3z M6.45,16 Q7,17.45 7.1,18.3 7.85,17.85 8.55,17.3 9.35,16.7 9.8,15.85 10.05,15.3 9.9,14.8 L6.1,14.95 Q6.25,15.4 6.45,16z"/> | |
<path id="path322" fill="#333" d="M10.85,6.8 Q11.1,6.65 11.3,6.55 11.45,6.1 11.55,5.7 10.45,4.5 8.8,4.9 8.25,5 7.7,5.05 6.35,5.4 5.05,5.8 5,6.5 4.85,7.35 4.7,8.25 4.5,8.85 6.4,8.5 7.15,8.1 8.1,7.65 10.85,6.8z"/> | |
<path id="path323" fill="#DDD8C1" d="M0.4,10.8 Q2.25,10.25 4.2,9.8 4.35,9.4 4.5,8.85 4.45,8.9 4.4,8.9 2.15,9.3 1.2,9.65 0.3,9.95 -1.5,10.7 -3.05,11.3 -4.3,11.7 -4.95,11.9 -6.55,13.1 -8.15,14.3 -8.6,14.45 -8.75,14.8 -8.95,14.8 L-8.95,14.95 Q-8.05,14.8 -6.85,15.65 -5.5,16.5 -4.8,16.5 L-4.8,17.5 -5.85,17.5 Q-5.85,17.85 -6,17.85 -5.15,18.05 -3.65,18.05 -3.55,18.2 -3.4,18.45 -3.3,18.7 -3.3,18.9 -3.95,19.05 -5.15,19.05 -5.35,19.4 -5.5,19.4 -4.55,20.4 -4.2,20.85 -3.45,22 -3.45,23.45 -3.45,24.75 -4.05,26.2 -4.65,27.7 -4.65,28.3 -4.65,30.15 -3.6,31.75 -3.45,31.75 -3.3,31.75 0.75,31.8 3.55,31.55 3.7,31.55 8,31 10.85,30.65 12.1,30.7 L12.15,30.7 Q12.95,28.7 12.55,26.55 12.45,26.15 12.1,25.8 11.35,25.15 10.3,24.9 10.1,24.7 10.35,24.45 10.65,24.15 10.8,24 11,23.75 11.1,23.35 L11.05,23.1 Q9.85,22.45 8.45,22.6 8.35,22.55 8.3,22.55 8.05,22.3 8.35,22.15 8.8,21.85 9,21.5 9.15,20.45 8.15,20.05 7.6,19.8 7.05,19.7 6.95,19.7 6.8,19.7 6.5,19.65 6.2,19.45 L6.05,18.85 Q6.6,18.6 7.1,18.3 7,17.45 6.45,16 6.25,15.4 6.1,14.95 L4.85,15 Q4.8,14.9 4.75,14.8 4.75,14.75 4.8,14.75 4.8,14.65 4.85,14.65 4.95,14.6 5.05,14.55 5.5,14.6 6,14.65 5.8,14.1 5.8,13.9 5.8,13.75 5.8,13.65 4.35,13.8 2.9,13.8 2.85,13.8 2.8,13.8 L2.95,13.45 Q4.35,13.35 5.7,13.15 5.55,12.65 5.2,12.05 3.7,12.25 1.6,12.35 3.25,11.95 4.95,11.65 4.65,11.15 4.1,10.25 2.3,10.55 0.4,10.8z"/> | |
<path id="path324" fill="#F9F8F4" d="M1.2,9.65 Q2.15,9.3 4.4,8.9 4.45,8.9 4.5,8.85 4.7,8.25 4.85,7.35 5,6.5 5.05,5.8 2.2,6.55 -0.6,7.5 -5.35,9.05 -10.05,10.85 -12.45,11.8 -14.6,13.4 -14.95,13.7 -14.95,14.3 -15,14.95 -14.8,15.6 -14.55,16.6 -13.8,17.35 -12.6,18.55 -11,19.3 -9.8,19.9 -9,20.9 -8.35,21.8 -8.4,22.8 -8.55,24.55 -9.05,26.25 -9.35,27.4 -8.95,28.65 -8.1,30.95 -6.05,31.75 -5.95,31.7 -5.85,31.7 -5.75,31.7 -3.6,31.75 -4.65,30.15 -4.65,28.3 -4.65,27.7 -4.05,26.2 -3.45,24.75 -3.45,23.45 -3.45,22 -4.2,20.85 -4.55,20.4 -5.5,19.4 -5.35,19.4 -5.15,19.05 -3.95,19.05 -3.3,18.9 -3.3,18.7 -3.4,18.45 -3.55,18.2 -3.65,18.05 -5.15,18.05 -6,17.85 -5.85,17.85 -5.85,17.5 L-4.8,17.5 -4.8,16.5 Q-5.5,16.5 -6.85,15.65 -8.05,14.8 -8.95,14.95 L-8.95,14.8 Q-8.75,14.8 -8.6,14.45 -8.15,14.3 -6.55,13.1 -4.95,11.9 -4.3,11.7 -3.05,11.3 -1.5,10.7 0.3,9.95 1.2,9.65z"/> | |
</g> | |
</g> | |
</g> | |
<g id="frame0005" overflow="visible" style="display:inline"> | |
<g id="BirdFlapBack_0005"> | |
<g id="element020"> | |
<path id="path257" fill="#DDD8C1" d="M4.6,33.45 Q4.1,32.75 3.8,32.15 1.3,31.35 0.05,30.95 -2.15,30.2 -3.95,29.7 -7.5,28.7 -13.05,28.85 -14.9,28.9 -17.15,28.15 -18.4,27.65 -19.2,27.35 -19.65,27.45 -20.15,27.5 -20.65,27.6 -21.15,27.7 -21.85,27.9 -22.45,28.3 -23.5,29 -24.35,30 -26.2,32.15 -26.6,34.95 -26.7,35.65 -26.45,36.45 -25.9,38.25 -24.45,39.55 -20.45,43.1 -15.75,45.8 -12.85,47.5 -10.3,49.6 -8.3,51.3 -6.1,52.65 -5.15,52.15 -4.75,51.7 -4.45,51.4 -4,50.4 -3.85,50.05 -3.55,49.75 -4.45,49 -5.5,48.1 -7.7,46.2 -9.5,45.05 -6.55,46.5 -4.4,48.3 -3.8,48.8 -3.15,49.35 -3,49.25 -2.85,49.15 -2.3,48.8 -1.85,47.45 -2,47.3 -2.2,47.15 -3.55,46 -5,45.05 -6.4,44.1 -7.55,42.85 -7.5,42.65 -7.4,42.7 -6.65,43.1 -5.95,43.55 -3.7,45.1 -1.7,46.9 -1.4,45.8 -1.15,44.15 -1.55,43.65 -2.05,43.3 -3.65,42.2 -4.95,40.65 L-4.5,40.45 -1.1,43.7 Q-0.9,42.35 -0.75,40.75 L-0.7,40.75 Q-0.75,40.7 -0.75,40.65 -1,40.3 -1.4,40 -2.55,39.2 -3.7,38.3 -3.7,37.9 -3.3,38.05 L-1.2,39.65 Q-1.15,39.6 -1.1,39.6 0,39.1 0.25,37.8 0.45,36.7 0.3,35.65 0.65,35.15 1.35,35.3 1.95,35.45 2.6,35.25 4,34.85 4.6,33.45z"/> | |
<path id="path258" fill="#000" d="M4.9,32.75 Q4.75,33.1 4.6,33.45 4,34.85 2.6,35.25 1.95,35.45 1.35,35.3 0.65,35.15 0.3,35.65 0.45,36.7 0.25,37.8 0,39.1 -1.1,39.6 -1.15,39.6 -1.2,39.65 L-3.3,38.05 Q-3.7,37.9 -3.7,38.3 -2.55,39.2 -1.4,40 -1,40.3 -0.75,40.65 -0.75,40.7 -0.7,40.75 -0.55,41 -0.5,41.25 -0.05,42.95 -0.15,44.55 L-1.1,43.7 -4.5,40.45 -4.95,40.65 Q-3.65,42.2 -2.05,43.3 -1.55,43.65 -1.15,44.15 -0.65,44.7 -0.3,45.5 0.7,47.65 0.15,49.9 0,49.45 -0.15,49 -0.5,48.05 -1.15,47.4 -1.45,47.15 -1.7,46.9 -3.7,45.1 -5.95,43.55 -6.65,43.1 -7.4,42.7 -7.5,42.65 -7.55,42.85 -6.4,44.1 -5,45.05 -3.55,46 -2.2,47.15 -2,47.3 -1.85,47.45 -0.05,49.3 -0.15,52 -1.65,50.65 -3.15,49.35 -3.8,48.8 -4.4,48.3 -6.55,46.5 -9.5,45.05 -7.7,46.2 -5.5,48.1 -4.45,49 -3.55,49.75 -0.45,52.45 0.25,53 1.2,53.8 1.25,54.9 L1.25,54.95 Q-1.7,55.15 -4.3,53.7 -5.25,53.2 -6.1,52.65 -8.3,51.3 -10.3,49.6 -12.85,47.5 -15.75,45.8 -20.45,43.1 -24.45,39.55 -25.9,38.25 -26.45,36.45 -26.7,35.65 -26.6,34.95 -26.2,32.15 -24.35,30 -23.5,29 -22.45,28.3 -21.85,27.9 -21.15,27.7 -20.65,27.6 -20.15,27.5 -19.65,27.45 -19.2,27.35 -18.55,27.25 -17.95,27.1 L-17.8,26.75 Q-17.95,26.7 -18.05,26.75 -18.5,26.8 -19,26.9 -19.1,26.9 -19.25,26.9 -19.75,26.85 -20.25,26.9 -22.05,27 -23.4,28.3 -25.6,30.3 -26.85,33.05 -27.9,35.25 -26.65,37.35 -24.8,40.55 -21.55,42.6 -14.2,47.1 -7.5,52.45 -7.15,52.75 -6.8,53 -3,55.7 1.65,55.35 1.75,55.15 1.75,54.95 1.75,54.8 1.7,54.6 1.45,53.35 0.3,52.45 L0.25,50.5 Q0.55,50.25 0.6,49.85 1.1,47.55 0.3,45.3 0.4,44.25 0.45,43.15 0.5,41.3 -0.75,40 1.3,38.55 0.85,35.95 1.55,35.95 2.2,35.8 4.2,35.5 4.95,34 5.25,33.45 5.35,32.7 L5.05,32.55 Q4.95,32.65 4.9,32.75z"/> | |
<path id="path259" fill="#333" d="M1.25,54.9 Q1.2,53.8 0.25,53 -0.45,52.45 -3.55,49.75 -3.85,50.05 -4,50.4 -4.45,51.4 -4.75,51.7 -1.35,54.45 1.25,54.9z M-0.7,40.75 L-0.75,40.75 Q-0.9,42.35 -1.1,43.7 L-0.15,44.55 Q-0.05,42.95 -0.5,41.25 -0.55,41 -0.7,40.75z M-0.3,45.5 Q-0.65,44.7 -1.15,44.15 -1.4,45.8 -1.7,46.9 -1.45,47.15 -1.15,47.4 -0.5,48.05 -0.15,49 0,49.45 0.15,49.9 0.7,47.65 -0.3,45.5z M-2.85,49.15 Q-3,49.25 -3.15,49.35 -1.65,50.65 -0.15,52 -0.05,49.3 -1.85,47.45 -2.3,48.8 -2.85,49.15z"/> | |
<path id="path260" fill="#1B1B1B" d="M1.25,54.95 L1.25,54.9 Q-1.35,54.45 -4.75,51.7 -5.15,52.15 -6.1,52.65 -5.25,53.2 -4.3,53.7 -1.7,55.15 1.25,54.95z"/> | |
</g> | |
</g> | |
<g id="BirdBody_0005" overflow="visible" transform="translate(0,30.4)"> | |
<g id="BirdBodyClosed--0005_1_1"> | |
<use xlink:href="#BirdBody--0" id="element021" width="123" height="44" x="0" y="0" transform="matrix(0.5 0 0 0.5 -13.449 -8.299)"/> | |
</g> | |
<g id="BirdHeadClosed--0005_0_1"> | |
<use xlink:href="#BirdHead--1" id="element022" /> | |
</g> | |
</g> | |
<g id="BirdFlapFront_0005"> | |
<g id="element023"> | |
<path id="path315" fill="#F9F8F4" d="M15.9,33.65 Q13.45,32.85 12.2,32.45 9.95,31.7 8.2,31.2 4.65,30.2 -0.95,30.35 -2.75,30.4 -5,29.65 -6.25,29.15 -7.05,28.85 -7.55,28.95 -8,29 -9.55,30 -10.8,31.45 -12.85,33.9 -12.85,36.4 -12.85,38.15 -10.6,40.1 -8.85,41.65 -7.3,42.25 -5.4,42.95 -3.2,44.6 -0.3,46.7 0.55,47.2 1.9,48 6.45,52.45 6.9,52.85 7.35,53.2 L7.4,53.2 Q7.65,52.9 8.15,51.9 8.3,51.55 8.55,51.25 7.7,50.5 6.6,49.6 4.4,47.7 2.65,46.55 5.6,48 7.7,49.8 8.35,50.3 9,50.85 9.1,50.75 9.25,50.65 9.8,50.3 10.25,48.95 10.1,48.8 9.95,48.65 8.6,47.5 7.1,46.55 5.7,45.6 4.55,44.35 4.6,44.15 4.7,44.2 5.45,44.6 6.2,45.05 8.4,46.6 10.45,48.4 10.75,47.3 11,45.65 10.55,45.15 10.05,44.8 8.45,43.7 7.2,42.15 L7.6,41.95 11.05,45.2 Q11.2,43.85 11.35,42.25 L11.4,42.25 Q11.4,42.2 11.35,42.15 11.1,41.8 10.7,41.5 9.55,40.7 8.4,39.8 8.45,39.4 8.8,39.55 L10.95,41.15 Q11,41.1 11.05,41.1 12.15,40.6 12.4,39.3 12.6,38.2 12.45,37.15 12.75,36.65 13.5,36.8 14.1,36.95 14.7,36.75 16.15,36.35 16.7,34.95 16.2,34.25 15.9,33.65z"/> | |
<path id="path316" fill="#000" d="M17,34.25 Q16.85,34.6 16.7,34.95 16.15,36.35 14.7,36.75 14.1,36.95 13.5,36.8 12.75,36.65 12.45,37.15 12.6,38.2 12.4,39.3 12.15,40.6 11.05,41.1 11,41.1 10.95,41.15 L8.8,39.55 Q8.45,39.4 8.4,39.8 9.55,40.7 10.7,41.5 11.1,41.8 11.35,42.15 11.4,42.2 11.4,42.25 11.55,42.5 11.65,42.75 12.1,44.45 11.95,46.05 L11.05,45.2 7.6,41.95 7.2,42.15 Q8.45,43.7 10.05,44.8 10.55,45.15 11,45.65 11.5,46.2 11.85,47 12.85,49.15 12.25,51.4 12.1,50.95 11.95,50.5 11.65,49.55 10.95,48.9 10.7,48.65 10.45,48.4 8.4,46.6 6.2,45.05 5.45,44.6 4.7,44.2 4.6,44.15 4.55,44.35 5.7,45.6 7.1,46.55 8.6,47.5 9.95,48.65 10.1,48.8 10.25,48.95 12.05,50.8 11.95,53.5 10.5,52.15 9,50.85 8.35,50.3 7.7,49.8 5.6,48 2.65,46.55 4.4,47.7 6.6,49.6 7.7,50.5 8.55,51.25 11.65,53.95 12.4,54.5 13.35,55.3 13.4,56.4 L13.4,56.45 Q10.4,56.65 7.8,55.2 6.9,54.7 6,54.15 3.8,52.8 1.8,51.1 -0.75,49 -3.65,47.3 -8.3,44.6 -12.35,41.05 -13.8,39.75 -14.35,37.95 -14.55,37.15 -14.45,36.45 -14.05,33.65 -12.2,31.5 -11.35,30.5 -10.35,29.8 -9.75,29.4 -9.05,29.2 -8.55,29.1 -8,29 -7.55,28.95 -7.05,28.85 -6.45,28.75 -5.8,28.6 L-5.65,28.25 Q-5.8,28.2 -5.9,28.25 -6.4,28.3 -6.85,28.4 -7,28.4 -7.1,28.4 -7.65,28.35 -8.15,28.4 -9.9,28.5 -11.3,29.8 -13.45,31.8 -14.75,34.55 -15.75,36.75 -14.55,38.85 -12.7,42.05 -9.4,44.1 -2.1,48.6 4.6,53.95 4.95,54.25 5.3,54.5 9.1,57.2 13.75,56.85 13.85,56.65 13.9,56.45 13.9,56.3 13.85,56.1 13.55,54.85 12.4,53.95 L12.35,52 Q12.65,51.75 12.75,51.35 13.25,49.05 12.4,46.8 12.5,45.75 12.55,44.65 12.65,42.8 11.4,41.5 13.4,40.05 13,37.45 13.65,37.45 14.3,37.3 16.3,37 17.1,35.5 17.35,34.95 17.5,34.2 L17.15,34.05 Q17.05,34.15 17,34.25z"/> | |
<path id="path317" fill="#333" d="M11.65,42.75 Q11.55,42.5 11.4,42.25 L11.35,42.25 Q11.2,43.85 11.05,45.2 L11.95,46.05 Q12.1,44.45 11.65,42.75z M11,45.65 Q10.75,47.3 10.45,48.4 10.7,48.65 10.95,48.9 11.65,49.55 11.95,50.5 12.1,50.95 12.25,51.4 12.85,49.15 11.85,47 11.5,46.2 11,45.65z M13.4,56.4 Q13.35,55.3 12.4,54.5 11.65,53.95 8.55,51.25 8.3,51.55 8.15,51.9 7.65,52.9 7.4,53.2 L7.35,53.2 Q10.75,55.95 13.4,56.4z M9.25,50.65 Q9.1,50.75 9,50.85 10.5,52.15 11.95,53.5 12.05,50.8 10.25,48.95 9.8,50.3 9.25,50.65z"/> | |
<path id="path318" fill="#1B1B1B" d="M13.4,56.45 L13.4,56.4 Q10.75,55.95 7.35,53.2 7,53.65 6,54.15 6.9,54.7 7.8,55.2 10.4,56.65 13.4,56.45z"/> | |
<path id="path319" fill="#DDD8C1" d="M6,54.15 Q7,53.65 7.35,53.2 6.9,52.85 6.45,52.45 1.9,48 0.55,47.2 -0.3,46.7 -3.2,44.6 -5.4,42.95 -7.3,42.25 -8.85,41.65 -10.6,40.1 -12.85,38.15 -12.85,36.4 -12.85,33.9 -10.8,31.45 -9.55,30 -8,29 -8.55,29.1 -9.05,29.2 -9.75,29.4 -10.35,29.8 -11.35,30.5 -12.2,31.5 -14.05,33.65 -14.45,36.45 -14.55,37.15 -14.35,37.95 -13.8,39.75 -12.35,41.05 -8.3,44.6 -3.65,47.3 -0.75,49 1.8,51.1 3.8,52.8 6,54.15z"/> | |
</g> | |
</g> | |
</g> | |
<g id="frame0006" overflow="visible" style="display:inline"> | |
<g id="BirdFlapBack_0006"> | |
<g id="element024"> | |
<path id="path253" fill="#DDD8C1" d="M5.45,36.35 Q3.5,35.1 2.45,34.5 0.7,33.4 -0.75,32.65 -3.7,31.2 -9.35,31.35 -11.2,31.45 -13,30.3 -13.95,29.6 -14.55,29.1 -15.1,29.25 -15.6,29.4 -16.2,29.55 -16.75,29.65 -17.55,29.95 -18.4,30.55 -19.9,31.6 -21.35,33.1 -24.5,36.3 -26.65,40.5 -27.2,41.6 -27.45,42.75 -28,45.5 -27.35,47.4 -25.5,52.7 -22.5,56.8 -20.65,59.3 -19.4,62.45 -18.45,65 -17.1,67.05 -15.8,66.3 -15.15,65.6 L-15.1,65.55 Q-14.65,65.15 -13.55,63.65 -13.2,63.15 -12.75,62.7 -13.15,61.55 -13.7,60.2 -14.7,57.4 -15.75,55.6 -13.7,57.8 -12.7,60.5 -12.4,61.25 -12.1,62.1 -11.9,61.95 -11.7,61.8 -10.9,61.25 -9.65,59.25 -9.7,59.05 -9.8,58.8 -10.4,57.1 -11.3,55.6 -12.1,54.2 -12.5,52.35 -12.35,52.05 -12.25,52.15 -11.75,52.7 -11.3,53.4 -10.05,55.75 -9.1,58.45 -8.15,56.75 -6.85,54.25 -7,53.55 -7.3,53.05 -8.2,51.35 -8.5,49.05 L-7.95,48.75 -6.55,53.6 Q-5.55,51.6 -4.4,49.2 L-4.35,49.2 Q-4.35,49.1 -4.35,49.05 -4.4,48.55 -4.6,48.1 -5.25,46.9 -5.85,45.55 -5.55,44.9 -5.3,45.2 L-4.15,47.55 Q-4.05,47.5 -4,47.5 -2.6,46.75 -1.55,44.75 -0.7,43.15 -0.2,41.6 0.45,40.85 1.1,41 1.6,41.25 2.35,41 4,40.35 5.45,38.3 L5.45,38.25 Q5.401,37.181 5.45,36.35z"/> | |
<path id="path254" fill="#000" d="M6.15,37.25 Q5.8,37.75 5.45,38.25 L5.45,38.3 Q4,40.35 2.35,41 1.6,41.25 1.1,41 0.45,40.85 -0.2,41.6 -0.7,43.15 -1.55,44.75 -2.6,46.75 -4,47.5 -4.05,47.5 -4.15,47.55 L-5.3,45.2 Q-5.55,44.9 -5.85,45.55 -5.25,46.9 -4.6,48.1 -4.4,48.55 -4.35,49.05 -4.35,49.1 -4.35,49.2 -4.35,49.55 -4.45,49.95 -5,52.5 -6.15,54.9 L-6.55,53.6 -7.95,48.75 -8.5,49.05 Q-8.2,51.35 -7.3,53.05 -7,53.55 -6.85,54.25 -6.7,55.15 -6.85,56.3 -7.15,59.5 -9.15,62.9 -9,62.2 -8.9,61.55 -8.6,60.1 -8.9,59.15 -9,58.75 -9.1,58.45 -10.05,55.75 -11.3,53.4 -11.75,52.7 -12.25,52.15 -12.35,52.05 -12.5,52.35 -12.1,54.2 -11.3,55.6 -10.4,57.1 -9.8,58.8 -9.7,59.05 -9.65,59.25 -8.95,62 -10.75,66 -11.35,64 -12.1,62.1 -12.4,61.25 -12.7,60.5 -13.7,57.8 -15.75,55.6 -14.7,57.4 -13.7,60.2 -13.15,61.55 -12.75,62.7 -11.3,66.7 -10.95,67.55 -10.5,68.75 -11.1,70.4 L-11.1,70.45 Q-14.25,70.8 -15.95,68.6 -16.55,67.85 -17.1,67.05 -18.45,65 -19.4,62.45 -20.65,59.3 -22.5,56.8 -25.5,52.7 -27.35,47.4 -28,45.5 -27.45,42.75 -27.2,41.6 -26.65,40.5 -24.5,36.3 -21.35,33.1 -19.9,31.6 -18.4,30.55 -17.55,29.95 -16.75,29.65 -16.2,29.55 -15.6,29.4 -15.1,29.25 -14.55,29.1 -13.85,28.95 -13.15,28.8 L-12.8,28.25 Q-12.9,28.15 -13.05,28.25 -13.55,28.35 -14.1,28.45 -14.2,28.45 -14.35,28.5 -14.85,28.4 -15.35,28.45 -17.2,28.6 -19.35,30.55 -22.8,33.6 -25.75,37.7 -28.15,41 -28.2,44.15 -28.35,48.9 -26.3,51.95 -21.75,58.7 -18.35,66.75 -18.2,67.15 -18,67.5 -15.85,71.6 -11,71.05 -10.8,70.8 -10.65,70.5 -10.55,70.2 -10.45,69.9 -9.95,68.05 -10.55,66.7 L-9.4,63.8 Q-8.95,63.4 -8.65,62.85 -6.75,59.4 -6.15,56.05 -5.4,54.4 -4.7,52.8 -3.45,50 -3.9,48.05 -1,45.9 0.15,42.05 0.85,42.05 1.6,41.75 3.8,41.35 5.5,39.1 6.1,38.25 6.7,37.15 L6.45,36.9 Q6.3,37.05 6.15,37.25z"/> | |
<path id="path255" fill="#333" d="M-4.35,49.2 L-4.4,49.2 Q-5.55,51.6 -6.55,53.6 L-6.15,54.9 Q-5,52.5 -4.45,49.95 -4.35,49.55 -4.35,49.2z M-9.1,58.45 Q-9,58.75 -8.9,59.15 -8.6,60.1 -8.9,61.55 -9,62.2 -9.15,62.9 -7.15,59.5 -6.85,56.3 -6.7,55.15 -6.85,54.25 -8.15,56.75 -9.1,58.45z M-10.95,67.55 Q-11.3,66.7 -12.75,62.7 -13.2,63.15 -13.55,63.65 -14.65,65.15 -15.1,65.55 L-15.15,65.6 Q-13.45,69.75 -11.1,70.4 -10.5,68.75 -10.95,67.55z M-12.1,62.1 Q-11.35,64 -10.75,66 -8.95,62 -9.65,59.25 -10.9,61.25 -11.7,61.8 -11.9,61.95 -12.1,62.1z"/> | |
<path id="path256" fill="#1B1B1B" d="M-11.1,70.45 L-11.1,70.4 Q-13.45,69.75 -15.15,65.6 -15.8,66.3 -17.1,67.05 -16.55,67.85 -15.95,68.6 -14.25,70.8 -11.1,70.45z"/> | |
</g> | |
</g> | |
<g id="BirdBody_0006" overflow="visible" transform="translate(1.7,29.4)"> | |
<g id="BirdBodyClosed--0006_1_1"> | |
<use xlink:href="#BirdBody--0" id="element025" width="123" height="44" x="0" y="0" transform="matrix(0.5 0 0 0.5 -13.449 -8.299)"/> | |
</g> | |
<g id="BirdHeadClosed--0006_0_1"> | |
<use xlink:href="#BirdHead--1" id="element026" /> | |
</g> | |
</g> | |
<g id="BirdFlapFront_0006"> | |
<g id="element027"> | |
<path id="path310" fill="#000" d="M11.9,34.35 Q11.85,34.4 11.8,34.5 11.75,34.55 11.75,34.65 11.8,34.7 11.9,34.75 12.25,35 12.55,35.35 14,37.05 12.1,38.55 11.6,38.95 11,39.2 9.45,39.95 8.3,41 8.3,41.05 8.35,41.1 8.5,41.35 8.7,41.55 9.9,42.7 9.2,44.1 7.4,44.8 5.55,44.75 5.5,44.8 5.5,44.85 5.5,44.9 5.55,45 5.6,45.15 5.65,45.3 5.75,45.45 5.85,45.55 7.15,46.55 7.4,48.1 L5.3,48.85 Q5.3,48.95 5.4,49.05 6.9,50.85 8.5,52.65 8.65,52.8 8.8,53 8.95,53.2 9.15,53.45 10.65,55.45 11.35,57.9 11.5,58.5 11.6,59.1 11.95,60.95 10.7,62.3 9.95,60.3 8.5,58.55 7.85,57.8 7.1,57.05 7.3,57.4 7.55,57.7 7.85,58.15 8.15,58.6 8.3,58.75 8.4,58.9 11.6,63.7 11.05,69.45 10.9,69.05 10.75,68.65 9.95,66.7 8.55,65 7.5,63.8 6.2,62.75 6.4,63 6.65,63.25 7.6,64.25 8.4,65.3 9.8,67.35 10.6,69.75 10.8,70.3 10.95,70.85 11.6,72.85 10.55,74.55 9.1,72.65 7.3,70.95 5.8,69.5 4.05,68.2 5.55,69.6 7.1,71.15 7.35,71.45 7.65,71.75 9.5,73.65 10.6,76 10.7,76.2 10.7,76.4 10.6,76.45 10.5,76.55 9,77.55 7.25,76.5 4.95,75.2 2.9,73.6 1.55,72.55 0.3,71.4 -2.55,68.8 -4.9,65.8 -7.15,62.85 -9.4,59.95 -12.15,56.45 -14.55,52.75 -16.6,49.6 -17.35,45.9 -17.7,44.05 -16.7,42.45 -14.6,39.15 -12.05,36 -9.5,32.8 -6.7,29.95 -5.9,29.2 -4.9,29.2 -4.75,29.15 -4.55,29.2 -4.3,29.2 -4.05,29.3 -3.95,29.25 -3.85,29.2 -3.8,29.2 -3.75,29.1 -3.75,29 -3.75,28.95 -3.95,28.85 -4.15,28.75 -4.65,28.65 -5.2,28.65 -5.55,28.7 -5.85,28.8 -6.1,28.9 -6.3,29.1 -10.85,33.4 -14.5,38.45 -15.9,40.3 -17.15,42.2 -17.8,43.3 -17.9,44.6 -18,46.15 -17.45,47.6 -17,48.8 -16.45,49.95 -15.75,51.5 -14.85,52.9 -9.9,60.5 -4,67.55 -1.15,71 2.35,73.7 4.55,75.45 7.05,76.9 7.5,77.15 8,77.3 9.65,77.9 11.05,76.9 11.15,76.75 11.25,76.6 11.3,76.45 11.25,76.25 11.1,75.6 10.85,75 11.65,73.85 11.65,72.4 11.65,71.85 11.55,71.3 11.5,70.95 11.55,70.7 12.05,66.7 10.9,62.85 12.25,61.55 12.1,59.6 12.05,58.65 11.75,57.75 10.65,54.45 8.55,51.8 7.45,50.4 6.1,49.2 L7.85,48.4 Q7.9,48.3 7.9,48.25 7.9,47.9 7.8,47.55 7.3,46.1 6.15,45.2 7.95,45.35 9.5,44.5 9.6,44.35 9.7,44.2 9.8,44.05 9.85,43.9 10.3,42.25 8.85,41 9.3,40.8 9.8,40.6 11.6,39.95 13,38.35 13.25,38.05 13.4,37.65 13.8,36.6 13.55,35.8 13.3,34.85 12.1,34.35 12,34.35 11.9,34.35z"/> | |
<path id="path311" fill="#F9F8F4" d="M12.55,35.35 Q12.25,35 11.9,34.75 11.8,34.7 11.75,34.65 11.75,34.55 11.8,34.5 9.4,32.85 7.85,32.8 5.75,32.7 0.95,31.2 -1.9,30.3 -4.65,29.3 -4.75,29.2 -4.9,29.2 L-4.7,29.35 Q-6.7,31.55 -10.1,35.15 -15.4,41.35 -15.4,44.95 -15.4,47 -13.7,49.65 -10.4,54.75 -10.1,55.25 -9.9,55.65 -8.45,56.65 -7,57.65 -6.65,58.4 -6.2,59.45 -5.6,61.15 -5,62.6 -4.05,63.45 -2.85,64.55 -0.7,66.85 1.55,69.15 2.8,70.35 4,71.4 5,72.7 5.4,72.45 5.8,72.2 6.55,71.7 7.1,71.15 5.55,69.6 4.05,68.2 5.8,69.5 7.3,70.95 8.4,69.8 8.4,68.6 8.4,67.2 8.35,67 8.2,66.45 7.3,65.85 8.05,65.8 8.4,65.3 7.6,64.25 6.65,63.25 6.4,63 6.2,62.75 7.5,63.8 8.55,65 8.55,64.9 8.6,64.8 8.65,64.5 8.65,63.05 8.65,62.7 7.85,61.05 7.05,59.45 7.05,59.35 7.05,58.9 7.2,58.75 L7.3,58.7 Q7.8,58.65 8.15,58.6 7.85,58.15 7.55,57.7 7.3,57.4 7.1,57.05 7.85,57.8 8.5,58.55 9.2,58.4 9.35,58.1 9.45,57.9 9.45,55.75 9.45,55.6 8.95,53.6 L9.15,53.45 Q8.95,53.2 8.8,53 8.65,52.8 8.5,52.65 6.9,50.85 5.4,49.05 5.3,48.95 5.3,48.85 L7.4,48.1 Q7.15,46.55 5.85,45.55 5.75,45.45 5.65,45.3 5.6,45.15 5.55,45 5.5,44.9 5.5,44.85 5.5,44.8 5.55,44.75 7.4,44.8 9.2,44.1 9.9,42.7 8.7,41.55 8.5,41.35 8.35,41.1 8.3,41.05 8.3,41 9.45,39.95 11,39.2 11.6,38.95 12.1,38.55 14,37.05 12.55,35.35z"/> | |
<path id="path312" fill="#333" d="M11.6,59.1 Q11.5,58.5 11.35,57.9 10.65,55.45 9.15,53.45 L8.95,53.6 Q9.45,55.6 9.45,55.75 9.45,57.9 9.35,58.1 9.2,58.4 8.5,58.55 9.95,60.3 10.7,62.3 11.95,60.95 11.6,59.1z M7.3,58.7 L7.2,58.75 Q7.05,58.9 7.05,59.35 7.05,59.45 7.85,61.05 8.65,62.7 8.65,63.05 8.65,64.5 8.6,64.8 8.55,64.9 8.55,65 9.95,66.7 10.75,68.65 10.9,69.05 11.05,69.45 11.6,63.7 8.4,58.9 8.3,58.75 8.15,58.6 7.8,58.65 7.3,58.7z M7.3,65.85 Q8.2,66.45 8.35,67 8.4,67.2 8.4,68.6 8.4,69.8 7.3,70.95 9.1,72.65 10.55,74.55 11.6,72.85 10.95,70.85 10.8,70.3 10.6,69.75 9.8,67.35 8.4,65.3 8.05,65.8 7.3,65.85z M7.1,71.15 Q6.55,71.7 5.8,72.2 5.4,72.45 5,72.7 5.9,73.8 6.6,75 7.7,76.2 10.5,76.55 10.6,76.45 10.7,76.4 10.7,76.2 10.6,76 9.5,73.65 7.65,71.75 7.35,71.45 7.1,71.15z"/> | |
<path id="path313" fill="#DDD8C1" d="M2.9,73.6 Q3.85,73.35 5,72.7 4,71.4 2.8,70.35 1.55,69.15 -0.7,66.85 -2.85,64.55 -4.05,63.45 -5,62.6 -5.6,61.15 -6.2,59.45 -6.65,58.4 -7,57.65 -8.45,56.65 -9.9,55.65 -10.1,55.25 -10.4,54.75 -13.7,49.65 -15.4,47 -15.4,44.95 -15.4,41.35 -10.1,35.15 -6.7,31.55 -4.7,29.35 L-4.9,29.2 Q-5.9,29.2 -6.7,29.95 -9.5,32.8 -12.05,36 -14.6,39.15 -16.7,42.45 -17.7,44.05 -17.35,45.9 -16.6,49.6 -14.55,52.75 -12.15,56.45 -9.4,59.95 -7.15,62.85 -4.9,65.8 -2.55,68.8 0.3,71.4 1.55,72.55 2.9,73.6z"/> | |
<path id="path314" fill="#1B1B1B" d="M5,72.7 Q3.85,73.35 2.9,73.6 4.95,75.2 7.25,76.5 9,77.55 10.5,76.55 7.7,76.2 6.6,75 5.9,73.8 5,72.7z"/> | |
</g> | |
</g> | |
</g> | |
<g id="frame0007" overflow="visible" style="display:inline"> | |
<g id="BirdFlapBack_0007"> | |
<g id="element028"> | |
<path id="path253" fill="#DDD8C1" d="M5.45,36.35 Q3.5,35.1 2.45,34.5 0.7,33.4 -0.75,32.65 -3.7,31.2 -9.35,31.35 -11.2,31.45 -13,30.3 -13.95,29.6 -14.55,29.1 -15.1,29.25 -15.6,29.4 -16.2,29.55 -16.75,29.65 -17.55,29.95 -18.4,30.55 -19.9,31.6 -21.35,33.1 -24.5,36.3 -26.65,40.5 -27.2,41.6 -27.45,42.75 -28,45.5 -27.35,47.4 -25.5,52.7 -22.5,56.8 -20.65,59.3 -19.4,62.45 -18.45,65 -17.1,67.05 -15.8,66.3 -15.15,65.6 L-15.1,65.55 Q-14.65,65.15 -13.55,63.65 -13.2,63.15 -12.75,62.7 -13.15,61.55 -13.7,60.2 -14.7,57.4 -15.75,55.6 -13.7,57.8 -12.7,60.5 -12.4,61.25 -12.1,62.1 -11.9,61.95 -11.7,61.8 -10.9,61.25 -9.65,59.25 -9.7,59.05 -9.8,58.8 -10.4,57.1 -11.3,55.6 -12.1,54.2 -12.5,52.35 -12.35,52.05 -12.25,52.15 -11.75,52.7 -11.3,53.4 -10.05,55.75 -9.1,58.45 -8.15,56.75 -6.85,54.25 -7,53.55 -7.3,53.05 -8.2,51.35 -8.5,49.05 L-7.95,48.75 -6.55,53.6 Q-5.55,51.6 -4.4,49.2 L-4.35,49.2 Q-4.35,49.1 -4.35,49.05 -4.4,48.55 -4.6,48.1 -5.25,46.9 -5.85,45.55 -5.55,44.9 -5.3,45.2 L-4.15,47.55 Q-4.05,47.5 -4,47.5 -2.6,46.75 -1.55,44.75 -0.7,43.15 -0.2,41.6 0.45,40.85 1.1,41 1.6,41.25 2.35,41 4,40.35 5.45,38.3 L5.45,38.25 Q5.401,37.181 5.45,36.35z"/> | |
<path id="path254" fill="#000" d="M6.15,37.25 Q5.8,37.75 5.45,38.25 L5.45,38.3 Q4,40.35 2.35,41 1.6,41.25 1.1,41 0.45,40.85 -0.2,41.6 -0.7,43.15 -1.55,44.75 -2.6,46.75 -4,47.5 -4.05,47.5 -4.15,47.55 L-5.3,45.2 Q-5.55,44.9 -5.85,45.55 -5.25,46.9 -4.6,48.1 -4.4,48.55 -4.35,49.05 -4.35,49.1 -4.35,49.2 -4.35,49.55 -4.45,49.95 -5,52.5 -6.15,54.9 L-6.55,53.6 -7.95,48.75 -8.5,49.05 Q-8.2,51.35 -7.3,53.05 -7,53.55 -6.85,54.25 -6.7,55.15 -6.85,56.3 -7.15,59.5 -9.15,62.9 -9,62.2 -8.9,61.55 -8.6,60.1 -8.9,59.15 -9,58.75 -9.1,58.45 -10.05,55.75 -11.3,53.4 -11.75,52.7 -12.25,52.15 -12.35,52.05 -12.5,52.35 -12.1,54.2 -11.3,55.6 -10.4,57.1 -9.8,58.8 -9.7,59.05 -9.65,59.25 -8.95,62 -10.75,66 -11.35,64 -12.1,62.1 -12.4,61.25 -12.7,60.5 -13.7,57.8 -15.75,55.6 -14.7,57.4 -13.7,60.2 -13.15,61.55 -12.75,62.7 -11.3,66.7 -10.95,67.55 -10.5,68.75 -11.1,70.4 L-11.1,70.45 Q-14.25,70.8 -15.95,68.6 -16.55,67.85 -17.1,67.05 -18.45,65 -19.4,62.45 -20.65,59.3 -22.5,56.8 -25.5,52.7 -27.35,47.4 -28,45.5 -27.45,42.75 -27.2,41.6 -26.65,40.5 -24.5,36.3 -21.35,33.1 -19.9,31.6 -18.4,30.55 -17.55,29.95 -16.75,29.65 -16.2,29.55 -15.6,29.4 -15.1,29.25 -14.55,29.1 -13.85,28.95 -13.15,28.8 L-12.8,28.25 Q-12.9,28.15 -13.05,28.25 -13.55,28.35 -14.1,28.45 -14.2,28.45 -14.35,28.5 -14.85,28.4 -15.35,28.45 -17.2,28.6 -19.35,30.55 -22.8,33.6 -25.75,37.7 -28.15,41 -28.2,44.15 -28.35,48.9 -26.3,51.95 -21.75,58.7 -18.35,66.75 -18.2,67.15 -18,67.5 -15.85,71.6 -11,71.05 -10.8,70.8 -10.65,70.5 -10.55,70.2 -10.45,69.9 -9.95,68.05 -10.55,66.7 L-9.4,63.8 Q-8.95,63.4 -8.65,62.85 -6.75,59.4 -6.15,56.05 -5.4,54.4 -4.7,52.8 -3.45,50 -3.9,48.05 -1,45.9 0.15,42.05 0.85,42.05 1.6,41.75 3.8,41.35 5.5,39.1 6.1,38.25 6.7,37.15 L6.45,36.9 Q6.3,37.05 6.15,37.25z"/> | |
<path id="path255" fill="#333" d="M-4.35,49.2 L-4.4,49.2 Q-5.55,51.6 -6.55,53.6 L-6.15,54.9 Q-5,52.5 -4.45,49.95 -4.35,49.55 -4.35,49.2z M-9.1,58.45 Q-9,58.75 -8.9,59.15 -8.6,60.1 -8.9,61.55 -9,62.2 -9.15,62.9 -7.15,59.5 -6.85,56.3 -6.7,55.15 -6.85,54.25 -8.15,56.75 -9.1,58.45z M-10.95,67.55 Q-11.3,66.7 -12.75,62.7 -13.2,63.15 -13.55,63.65 -14.65,65.15 -15.1,65.55 L-15.15,65.6 Q-13.45,69.75 -11.1,70.4 -10.5,68.75 -10.95,67.55z M-12.1,62.1 Q-11.35,64 -10.75,66 -8.95,62 -9.65,59.25 -10.9,61.25 -11.7,61.8 -11.9,61.95 -12.1,62.1z"/> | |
<path id="path256" fill="#1B1B1B" d="M-11.1,70.45 L-11.1,70.4 Q-13.45,69.75 -15.15,65.6 -15.8,66.3 -17.1,67.05 -16.55,67.85 -15.95,68.6 -14.25,70.8 -11.1,70.45z"/> | |
</g> | |
</g> | |
<g id="BirdBody_0007" overflow="visible" transform="translate(2,28.85)"> | |
<g id="BirdBodyClosed--0007_1_1"> | |
<use xlink:href="#BirdBody--0" id="element029" width="123" height="44" x="0" y="0" transform="matrix(0.5 0 0 0.5 -13.449 -8.299)"/> | |
</g> | |
<g id="BirdHeadClosed--0007_0_1"> | |
<use xlink:href="#BirdHead--1" id="element030" /> | |
</g> | |
</g> | |
<g id="BirdFlapFront_0007"> | |
<g id="element031"> | |
<path id="path304" fill="#000" d="M14.65,30.85 L14.2,30.8 Q14.2,30.95 14.2,31.1 14.35,31.3 14.4,31.55 14.5,31.9 14.65,32.25 14.75,32.75 14.8,33.3 14.85,33.9 14.8,34.45 14.7,35.1 14.55,35.65 13.65,38.25 11.7,40.15 10.4,41.45 9.45,42.9 8.85,43.8 8.85,45 8.85,46.85 8.9,48.75 8.95,50.5 7.85,51.7 L7.1,49.8 6.75,49.75 Q7.15,51.45 7.85,53.35 8.3,54.55 8.25,55.85 8.1,58.9 6,61.2 L4.7,57.25 Q5,60 5.35,61.75 5.35,61.9 5.4,62.05 6.05,66 4.4,69.6 L2.75,66.7 1.9,65.25 Q2.25,65.95 2.55,66.75 3.3,68.5 4.05,70.35 4.5,71.35 4.75,72.45 5.7,75.85 3.7,78.7 L0.75,72.85 Q2.05,76.05 3.4,79.25 L3.4,79.3 Q3.95,82.15 2.3,84.65 L-1.1,78.2 -3.45,73.8 Q-2.4,76.15 -1.35,78.45 0.35,81.9 2,85.15 2.45,85.95 2.45,87 2.5,88.05 2.1,88.8 1.6,89.55 0.55,90.05 -0.35,87.95 -1.3,85.95 -2.45,83.55 -3.7,81.15 -4.519,79.676 -5.3,78.2 -4.6,79.8 -3.85,81.45 -2.8,83.75 -1.7,86.15 -0.8,88.15 -0.2,90.25 -0.2,90.3 -0.2,90.35 0.1,91.4 0.1,92.35 -0.55,92.85 -1.35,92.7 -3.7,92.05 -5.25,90.05 -7.4,87.3 -8.95,84.2 -9,84 -9.1,83.8 -9.65,82.75 -10.1,81.7 -10.85,79.95 -11.4,78.25 -12.5,74.95 -13.5,71.6 -15.8,63.85 -17.85,56 -18.8,52.5 -18.05,48.95 -17.7,47.25 -16.4,46.3 -14.4,44.85 -12.95,43 -7.6,36.4 -4.95,28.15 -5,28.1 -5.05,28.05 -5.2,27.75 -5.45,28.05 -5.9,29.3 -6.35,30.5 -8.95,37.05 -13.3,42.65 -14.7,44.5 -16.6,45.95 -17.25,46.55 -17.75,47.25 -18.25,48 -18.45,48.85 -18.75,50.1 -18.75,51.4 -18.8,52.7 -18.55,53.95 -16.1,65.2 -12.7,76.25 -11.55,80.2 -9.7,83.85 -9.25,84.75 -8.75,85.65 -7.7,87.5 -6.5,89.25 -5.15,91.25 -3.1,92.6 -1.15,93.9 0.6,92.6 L0.6,90.5 Q0.9,90.4 1.2,90.3 1.9,89.9 2.4,89.2 3.55,87.25 2.55,85.15 2.75,84.8 2.95,84.45 4.45,82 3.9,79.25 4.35,78.5 4.7,77.75 6.45,74.05 4.65,70.2 4.75,69.85 4.95,69.45 6.65,65.8 6.15,61.75 7.25,60.6 7.85,59.35 9.55,55.85 8.05,52.25 8.35,51.85 8.6,51.4 8.85,51.05 9,50.65 9.15,50.2 9.2,49.8 9.35,48.75 9.25,47.75 9.05,45.6 9.7,43.6 9.85,43.15 10.2,42.75 11.5,41.3 12.7,39.9 13.9,38.4 14.7,36.8 15.95,34.3 15.1,31.9 14.9,31.45 14.65,30.85z"/> | |
<path id="path305" fill="#F9F8F4" d="M14.65,32.25 Q14.5,31.9 14.4,31.55 14.25,31.5 14.15,31.45 10.85,29.95 7.2,30.1 4.75,30.25 0.7,29.4 -2.55,28.65 -4.4,28.3 -5.5,35.2 -7.85,39.5 -9.5,42.6 -12.85,45.45 -15.75,48.05 -16.35,49.8 -17.35,52.75 -15.75,58.7 -15.4,59.85 -12.85,67.2 -9.95,75.6 -8.9,77.55 -7.8,79.65 -6.25,83.3 -5.2,82.85 -4.3,81.9 -4.05,81.7 -3.85,81.45 -4.6,79.8 -5.3,78.2 -4.519,79.676 -3.7,81.15 -3.3,80.35 -3.45,79.65 -2.15,79.3 -1.35,78.45 -2.4,76.15 -3.45,73.8 L-1.1,78.2 Q-0.8,77.85 -0.55,77.4 0.4,75.45 -0.4,72.75 0.25,72.95 0.75,72.85 1.8,72.55 2.5,71.2 3.6,69.15 2.25,66.7 2.4,66.7 2.55,66.75 2.25,65.95 1.9,65.25 L2.75,66.7 Q4.2,66.4 4.95,64.1 5.2,63.35 5.4,62.05 5.35,61.9 5.35,61.75 5,60 4.7,57.25 L6,61.2 Q8.1,58.9 8.25,55.85 8.3,54.55 7.85,53.35 7.15,51.45 6.75,49.75 L7.1,49.8 7.85,51.7 Q8.95,50.5 8.9,48.75 8.85,46.85 8.85,45 8.85,43.8 9.45,42.9 10.4,41.45 11.7,40.15 13.65,38.25 14.55,35.65 14.7,35.1 14.8,34.45 14.85,33.9 14.8,33.3 14.75,32.75 14.65,32.25z"/> | |
<path id="path306" fill="#333" d="M4.95,64.1 Q4.2,66.4 2.75,66.7 L4.4,69.6 Q6.05,66 5.4,62.05 5.2,63.35 4.95,64.1z M2.55,66.75 Q2.4,66.7 2.25,66.7 3.6,69.15 2.5,71.2 1.8,72.55 0.75,72.85 L3.7,78.7 Q5.7,75.85 4.75,72.45 4.5,71.35 4.05,70.35 3.3,68.5 2.55,66.75z M2.3,84.65 Q3.95,82.15 3.4,79.3 L3.4,79.25 Q2.05,76.05 0.75,72.85 0.25,72.95 -0.4,72.75 0.4,75.45 -0.55,77.4 -0.8,77.85 -1.1,78.2 L2.3,84.65z M2.1,88.8 Q2.5,88.05 2.45,87 2.45,85.95 2,85.15 0.35,81.9 -1.35,78.45 -2.15,79.3 -3.45,79.65 -3.3,80.35 -3.7,81.15 -2.45,83.55 -1.3,85.95 -0.35,87.95 0.55,90.05 1.6,89.55 2.1,88.8z M-1.7,86.15 Q-2.8,83.75 -3.85,81.45 -4.05,81.7 -4.3,81.9 -5.2,82.85 -6.25,83.3 -5.65,84.8 -4.9,86.6 -2.85,90.45 -0.25,90.35 L-0.2,90.25 Q-0.8,88.15 -1.7,86.15z"/> | |
<path id="path307" fill="#DDD8C1" d="M-4.4,28.3 Q-4.7,28.2 -4.95,28.15 -7.6,36.4 -12.95,43 -14.4,44.85 -16.4,46.3 -17.7,47.25 -18.05,48.95 -18.8,52.5 -17.85,56 -15.8,63.85 -13.5,71.6 -12.5,74.95 -11.4,78.25 -10.85,79.95 -10.1,81.7 -9.65,82.75 -9.1,83.8 -7.8,83.7 -6.8,83.45 -6.5,83.35 -6.25,83.3 -7.8,79.65 -8.9,77.55 -9.95,75.6 -12.85,67.2 -15.4,59.85 -15.75,58.7 -17.35,52.75 -16.35,49.8 -15.75,48.05 -12.85,45.45 -9.5,42.6 -7.85,39.5 -5.5,35.2 -4.4,28.3z"/> | |
<path id="path308" fill="#1B1B1B" d="M-6.25,83.3 Q-6.5,83.35 -6.8,83.45 -7.8,83.7 -9.1,83.8 -9,84 -8.95,84.2 -7.4,87.3 -5.25,90.05 -3.7,92.05 -1.35,92.7 -0.55,92.85 0.1,92.35 0.1,91.4 -0.2,90.35 L-0.25,90.35 Q-2.85,90.45 -4.9,86.6 -5.65,84.8 -6.25,83.3z"/> | |
<path id="path309" fill="#F9F8F4" d="M-0.25,90.35 L-0.2,90.35 Q-0.2,90.3 -0.2,90.25 L-0.25,90.35"/> | |
</g> | |
</g> | |
</g> | |
<g id="frame0008" overflow="visible" style="display:inline"> | |
<g id="BirdFlapBack_0008"> | |
<g id="element032"> | |
<path id="path257b" fill="#DDD8C1" d="M4.6,33.45 Q4.1,32.75 3.8,32.15 1.3,31.35 0.05,30.95 -2.15,30.2 -3.95,29.7 -7.5,28.7 -13.05,28.85 -14.9,28.9 -17.15,28.15 -18.4,27.65 -19.2,27.35 -19.65,27.45 -20.15,27.5 -20.65,27.6 -21.15,27.7 -21.85,27.9 -22.45,28.3 -23.5,29 -24.35,30 -26.2,32.15 -26.6,34.95 -26.7,35.65 -26.45,36.45 -25.9,38.25 -24.45,39.55 -20.45,43.1 -15.75,45.8 -12.85,47.5 -10.3,49.6 -8.3,51.3 -6.1,52.65 -5.15,52.15 -4.75,51.7 -4.45,51.4 -4,50.4 -3.85,50.05 -3.55,49.75 -4.45,49 -5.5,48.1 -7.7,46.2 -9.5,45.05 -6.55,46.5 -4.4,48.3 -3.8,48.8 -3.15,49.35 -3,49.25 -2.85,49.15 -2.3,48.8 -1.85,47.45 -2,47.3 -2.2,47.15 -3.55,46 -5,45.05 -6.4,44.1 -7.55,42.85 -7.5,42.65 -7.4,42.7 -6.65,43.1 -5.95,43.55 -3.7,45.1 -1.7,46.9 -1.4,45.8 -1.15,44.15 -1.55,43.65 -2.05,43.3 -3.65,42.2 -4.95,40.65 L-4.5,40.45 -1.1,43.7 Q-0.9,42.35 -0.75,40.75 L-0.7,40.75 Q-0.75,40.7 -0.75,40.65 -1,40.3 -1.4,40 -2.55,39.2 -3.7,38.3 -3.7,37.9 -3.3,38.05 L-1.2,39.65 Q-1.15,39.6 -1.1,39.6 0,39.1 0.25,37.8 0.45,36.7 0.3,35.65 0.65,35.15 1.35,35.3 1.95,35.45 2.6,35.25 4,34.85 4.6,33.45z"/> | |
<path id="path258b" fill="#000" d="M4.9,32.75 Q4.75,33.1 4.6,33.45 4,34.85 2.6,35.25 1.95,35.45 1.35,35.3 0.65,35.15 0.3,35.65 0.45,36.7 0.25,37.8 0,39.1 -1.1,39.6 -1.15,39.6 -1.2,39.65 L-3.3,38.05 Q-3.7,37.9 -3.7,38.3 -2.55,39.2 -1.4,40 -1,40.3 -0.75,40.65 -0.75,40.7 -0.7,40.75 -0.55,41 -0.5,41.25 -0.05,42.95 -0.15,44.55 L-1.1,43.7 -4.5,40.45 -4.95,40.65 Q-3.65,42.2 -2.05,43.3 -1.55,43.65 -1.15,44.15 -0.65,44.7 -0.3,45.5 0.7,47.65 0.15,49.9 0,49.45 -0.15,49 -0.5,48.05 -1.15,47.4 -1.45,47.15 -1.7,46.9 -3.7,45.1 -5.95,43.55 -6.65,43.1 -7.4,42.7 -7.5,42.65 -7.55,42.85 -6.4,44.1 -5,45.05 -3.55,46 -2.2,47.15 -2,47.3 -1.85,47.45 -0.05,49.3 -0.15,52 -1.65,50.65 -3.15,49.35 -3.8,48.8 -4.4,48.3 -6.55,46.5 -9.5,45.05 -7.7,46.2 -5.5,48.1 -4.45,49 -3.55,49.75 -0.45,52.45 0.25,53 1.2,53.8 1.25,54.9 L1.25,54.95 Q-1.7,55.15 -4.3,53.7 -5.25,53.2 -6.1,52.65 -8.3,51.3 -10.3,49.6 -12.85,47.5 -15.75,45.8 -20.45,43.1 -24.45,39.55 -25.9,38.25 -26.45,36.45 -26.7,35.65 -26.6,34.95 -26.2,32.15 -24.35,30 -23.5,29 -22.45,28.3 -21.85,27.9 -21.15,27.7 -20.65,27.6 -20.15,27.5 -19.65,27.45 -19.2,27.35 -18.55,27.25 -17.95,27.1 L-17.8,26.75 Q-17.95,26.7 -18.05,26.75 -18.5,26.8 -19,26.9 -19.1,26.9 -19.25,26.9 -19.75,26.85 -20.25,26.9 -22.05,27 -23.4,28.3 -25.6,30.3 -26.85,33.05 -27.9,35.25 -26.65,37.35 -24.8,40.55 -21.55,42.6 -14.2,47.1 -7.5,52.45 -7.15,52.75 -6.8,53 -3,55.7 1.65,55.35 1.75,55.15 1.75,54.95 1.75,54.8 1.7,54.6 1.45,53.35 0.3,52.45 L0.25,50.5 Q0.55,50.25 0.6,49.85 1.1,47.55 0.3,45.3 0.4,44.25 0.45,43.15 0.5,41.3 -0.75,40 1.3,38.55 0.85,35.95 1.55,35.95 2.2,35.8 4.2,35.5 4.95,34 5.25,33.45 5.35,32.7 L5.05,32.55 Q4.95,32.65 4.9,32.75z"/> | |
<path id="path259b" fill="#333" d="M1.25,54.9 Q1.2,53.8 0.25,53 -0.45,52.45 -3.55,49.75 -3.85,50.05 -4,50.4 -4.45,51.4 -4.75,51.7 -1.35,54.45 1.25,54.9z M-0.7,40.75 L-0.75,40.75 Q-0.9,42.35 -1.1,43.7 L-0.15,44.55 Q-0.05,42.95 -0.5,41.25 -0.55,41 -0.7,40.75z M-0.3,45.5 Q-0.65,44.7 -1.15,44.15 -1.4,45.8 -1.7,46.9 -1.45,47.15 -1.15,47.4 -0.5,48.05 -0.15,49 0,49.45 0.15,49.9 0.7,47.65 -0.3,45.5z M-2.85,49.15 Q-3,49.25 -3.15,49.35 -1.65,50.65 -0.15,52 -0.05,49.3 -1.85,47.45 -2.3,48.8 -2.85,49.15z"/> | |
<path id="path260b" fill="#1B1B1B" d="M1.25,54.95 L1.25,54.9 Q-1.35,54.45 -4.75,51.7 -5.15,52.15 -6.1,52.65 -5.25,53.2 -4.3,53.7 -1.7,55.15 1.25,54.95z"/> | |
</g> | |
</g> | |
<g id="BirdBody_0008" overflow="visible" transform="translate(0,30.4)"> | |
<g id="BirdBodyClosed--0008_1_1"> | |
<use xlink:href="#BirdBody--0" id="element033" width="123" height="44" x="0" y="0" transform="matrix(0.5 0 0 0.5 -13.449 -8.299)"/> | |
</g> | |
<g id="BirdHeadClosed--0008_0_1"> | |
<use xlink:href="#BirdHead--1" id="element034" /> | |
</g> | |
</g> | |
<g id="BirdFlapFront_0008"> | |
<g id="element035"> | |
<path id="path299" fill="#F9F8F4" d="M16.7,34.95 Q16.2,34.25 15.9,33.65 13.45,32.85 12.2,32.45 9.95,31.7 8.2,31.2 4.65,30.2 -0.95,30.35 -2.75,30.4 -5,29.65 -6.25,29.15 -7.05,28.85 -7.55,28.95 -8,29 -9.55,30 -10.8,31.45 -12.85,33.9 -12.85,36.4 -12.85,38.15 -10.6,40.1 -8.85,41.65 -7.3,42.25 -5.4,42.95 -3.2,44.6 -0.3,46.7 0.55,47.2 1.9,48 6.45,52.45 6.9,52.85 7.35,53.2 L7.4,53.2 Q7.65,52.9 8.15,51.9 8.3,51.55 8.55,51.25 7.7,50.5 6.6,49.6 4.4,47.7 2.65,46.55 5.6,48 7.7,49.8 8.35,50.3 9,50.85 9.1,50.75 9.25,50.65 9.8,50.3 10.25,48.95 10.1,48.8 9.95,48.65 8.6,47.5 7.1,46.55 5.7,45.6 4.55,44.35 4.6,44.15 4.7,44.2 5.45,44.6 6.2,45.05 8.4,46.6 10.45,48.4 10.75,47.3 11,45.65 10.55,45.15 10.05,44.8 8.45,43.7 7.2,42.15 L7.6,41.95 11.05,45.2 Q11.2,43.85 11.35,42.25 L11.4,42.25 Q11.4,42.2 11.35,42.15 11.1,41.8 10.7,41.5 9.55,40.7 8.4,39.8 8.45,39.4 8.8,39.55 L10.95,41.15 Q11,41.1 11.05,41.1 12.15,40.6 12.4,39.3 12.6,38.2 12.45,37.15 12.75,36.65 13.5,36.8 14.1,36.95 14.7,36.75 16.15,36.35 16.7,34.95z"/> | |
<path id="path300" fill="#000" d="M14.7,36.75 Q14.1,36.95 13.5,36.8 12.75,36.65 12.45,37.15 12.6,38.2 12.4,39.3 12.15,40.6 11.05,41.1 11,41.1 10.95,41.15 L8.8,39.55 Q8.45,39.4 8.4,39.8 9.55,40.7 10.7,41.5 11.1,41.8 11.35,42.15 11.4,42.2 11.4,42.25 11.55,42.5 11.65,42.75 12.1,44.45 11.95,46.05 L11.05,45.2 7.6,41.95 7.2,42.15 Q8.45,43.7 10.05,44.8 10.55,45.15 11,45.65 11.5,46.2 11.85,47 12.85,49.15 12.25,51.4 12.1,50.95 11.95,50.5 11.65,49.55 10.95,48.9 10.7,48.65 10.45,48.4 8.4,46.6 6.2,45.05 5.45,44.6 4.7,44.2 4.6,44.15 4.55,44.35 5.7,45.6 7.1,46.55 8.6,47.5 9.95,48.65 10.1,48.8 10.25,48.95 12.05,50.8 11.95,53.5 10.5,52.15 9,50.85 8.35,50.3 7.7,49.8 5.6,48 2.65,46.55 4.4,47.7 6.6,49.6 7.7,50.5 8.55,51.25 11.65,53.95 12.4,54.5 13.35,55.3 13.4,56.4 L13.4,56.45 Q10.4,56.65 7.8,55.2 6.9,54.7 6,54.15 3.8,52.8 1.8,51.1 -0.75,49 -3.65,47.3 -8.3,44.6 -12.35,41.05 -13.8,39.75 -14.35,37.95 -14.55,37.15 -14.45,36.45 -14.05,33.65 -12.2,31.5 -11.35,30.5 -10.35,29.8 -9.75,29.4 -9.05,29.2 -8.55,29.1 -8,29 -7.55,28.95 -7.05,28.85 -6.45,28.75 -5.8,28.6 L-5.65,28.25 Q-5.8,28.2 -5.9,28.25 -6.4,28.3 -6.85,28.4 -7,28.4 -7.1,28.4 -7.65,28.35 -8.15,28.4 -9.9,28.5 -11.3,29.8 -13.45,31.8 -14.75,34.55 -15.75,36.75 -14.55,38.85 -12.7,42.05 -9.4,44.1 -2.1,48.6 4.6,53.95 4.95,54.25 5.3,54.5 9.1,57.2 13.75,56.85 13.85,56.65 13.9,56.45 13.9,56.3 13.85,56.1 13.55,54.85 12.4,53.95 L12.35,52 Q12.65,51.75 12.75,51.35 13.25,49.05 12.4,46.8 12.5,45.75 12.55,44.65 12.65,42.8 11.4,41.5 13.4,40.05 13,37.45 13.65,37.45 14.3,37.3 16.3,37 17.1,35.5 17.35,34.95 17.5,34.2 L17.15,34.05 Q17.05,34.15 17,34.25 16.85,34.6 16.7,34.95 16.15,36.35 14.7,36.75z"/> | |
<path id="path301" fill="#333" d="M11.65,42.75 Q11.55,42.5 11.4,42.25 L11.35,42.25 Q11.2,43.85 11.05,45.2 L11.95,46.05 Q12.1,44.45 11.65,42.75z M11,45.65 Q10.75,47.3 10.45,48.4 10.7,48.65 10.95,48.9 11.65,49.55 11.95,50.5 12.1,50.95 12.25,51.4 12.85,49.15 11.85,47 11.5,46.2 11,45.65z M13.4,56.4 Q13.35,55.3 12.4,54.5 11.65,53.95 8.55,51.25 8.3,51.55 8.15,51.9 7.65,52.9 7.4,53.2 L7.35,53.2 Q10.75,55.95 13.4,56.4z M9.25,50.65 Q9.1,50.75 9,50.85 10.5,52.15 11.95,53.5 12.05,50.8 10.25,48.95 9.8,50.3 9.25,50.65z"/> | |
<path id="path302" fill="#1B1B1B" d="M13.4,56.45 L13.4,56.4 Q10.75,55.95 7.35,53.2 7,53.65 6,54.15 6.9,54.7 7.8,55.2 10.4,56.65 13.4,56.45z"/> | |
<path id="path303" fill="#DDD8C1" d="M6,54.15 Q7,53.65 7.35,53.2 6.9,52.85 6.45,52.45 1.9,48 0.55,47.2 -0.3,46.7 -3.2,44.6 -5.4,42.95 -7.3,42.25 -8.85,41.65 -10.6,40.1 -12.85,38.15 -12.85,36.4 -12.85,33.9 -10.8,31.45 -9.55,30 -8,29 -8.55,29.1 -9.05,29.2 -9.75,29.4 -10.35,29.8 -11.35,30.5 -12.2,31.5 -14.05,33.65 -14.45,36.45 -14.55,37.15 -14.35,37.95 -13.8,39.75 -12.35,41.05 -8.3,44.6 -3.65,47.3 -0.75,49 1.8,51.1 3.8,52.8 6,54.15z"/> | |
</g> | |
</g> | |
</g> | |
<g id="frame0009" overflow="visible" style="display=inline"> | |
<g id="BirdFlapBack_0009"> | |
<g id="element036"> | |
<path id="path250" fill="#000" d="M0.25,26.95 L0.3,24.9 -1.85,23.8 -0.3,22.9 -3.05,20 Q-2.15,19.95 -1.2,19.8 -0.85,19.75 -0.5,19.55 0.2,19.2 0.15,18.35 0.05,17.25 -0.9,16.85 -2.75,16.95 -4.6,17.05 -10.2,17.35 -15.85,17.7 -19.95,17.9 -23.6,18.85 -24.15,19.05 -24.35,19.5 -24.2,20.15 -23.85,20.75 -23.1,22.15 -21.85,23.05 -19.9,24.5 -17.8,25.65 L-13.3,27.95 0.25,26.95z"/> | |
<path id="path251" fill="#F9F8F4" d="M-19.6,21.75 Q-17.9,23.4 -15.8,24.6 -13.4,26 -11,27.3 L-0.1,26.5 -0.1,25.25 Q-0.45,25 -0.8,24.8 -2,24.2 -3.3,24 -3.4,23.95 -3.45,23.95 L-3.25,23.5 -3.2,23.5 Q-2.75,23.45 -2.25,23.3 -1.8,23.25 -1.35,23.1 -1.15,22.95 -0.9,22.85 -1.5,22.25 -2.05,21.6 -2.95,20.55 -4.05,19.95 -4.15,19.9 -4.2,19.85 L-4,19.5 Q-2.8,19.45 -1.6,19.45 -0.8,19.45 -0.55,18.7 -0.45,18.35 -0.6,18.05 -0.7,17.65 -0.95,17.35 L-18.9,18.5 Q-19.65,19.15 -20,20.05 -20.35,21.05 -19.6,21.75z"/> | |
<path id="path252" fill="#DDD8C1" d="M-15.8,24.6 Q-17.9,23.4 -19.6,21.75 -20.35,21.05 -20,20.05 -19.65,19.15 -18.9,18.5 -21.25,18.6 -23.5,19.45 -23.7,19.45 -23.85,19.6 -23.35,21.55 -21.55,22.7 -20.2,23.5 -18.85,24.35 -17.15,25.35 -15.4,26.35 -14.35,26.9 -13.3,27.45 L-11,27.3 Q-13.4,26 -15.8,24.6z"/> | |
</g> | |
</g> | |
<g id="BirdBody_0009" overflow="visible" transform="translate(-0.549,31.65)"> | |
<g id="BirdBodyClosed--0009_1_1"> | |
<use xlink:href="#BirdBody--0" id="element037" width="123" height="44" x="0" y="0" transform="matrix(0.5 0 0 0.5 -13.449 -8.299)"/> | |
</g> | |
<g id="BirdHeadClosed--0009_0_1"> | |
<use xlink:href="#BirdHead--1" id="element038" /> | |
</g> | |
</g> | |
<g id="BirdFlapFront_0009"> | |
<g id="element039"> | |
<path id="path294" fill="#000" d="M11.7,5.1 Q11.4,4.7 10.95,4.55 9,4.15 7.05,4.7 6.05,5 5.05,5.3 -0.8,7 -6.55,9 -9.25,9.95 -11.85,11.15 -13.7,11.95 -15.1,13.3 -15.8,14 -15.6,15.05 -15.05,17.5 -12.9,18.75 -11.45,19.6 -10.15,20.45 -8.85,21.25 -8.95,22.8 -9,24.3 -9.4,25.6 -10.1,27.7 -9.05,29.75 -8.3,31.2 -7,31.9 -6.2,32.3 -5.2,32.4 -5.1,32.4 -5.05,32.35 -5,32.3 -4.95,32.3 -4.95,32.25 -4.95,32.2 -4.95,32.1 -5,32 -5.55,31.9 -6.05,31.75 -8.1,30.95 -8.95,28.65 -9.35,27.4 -9.05,26.25 -8.55,24.55 -8.4,22.8 -8.35,21.8 -9,20.9 -9.8,19.9 -11,19.3 -12.6,18.55 -13.8,17.35 -14.55,16.6 -14.8,15.6 -15,14.95 -14.95,14.3 -14.95,13.7 -14.6,13.4 -12.45,11.8 -10.05,10.85 -5.35,9.05 -0.6,7.5 2.2,6.55 5.05,5.8 6.35,5.4 7.7,5.05 8.25,5 8.8,4.9 10.45,4.5 11.55,5.7 11.45,6.1 11.3,6.55 11.25,6.75 11.2,6.95 11.1,7.35 10.95,7.45 9.45,8.85 7.3,9.15 5.75,9.45 4.2,9.8 2.25,10.25 0.4,10.8 2.3,10.55 4.1,10.25 6.7,9.8 8.95,9.25 10.4,8.85 11.35,7.75 11.7,8.95 10.8,9.7 9.55,10.65 8,11 6.45,11.3 4.95,11.65 3.25,11.95 1.6,12.35 3.7,12.25 5.2,12.05 6,11.95 6.65,11.85 8.95,11.5 10.95,10.25 L11.5,11.2 Q11.2,12 10.3,12.25 8.05,12.85 5.7,13.15 4.35,13.35 2.95,13.45 L2.8,13.8 Q2.85,13.8 2.9,13.8 4.35,13.8 5.8,13.65 8.3,13.35 10.75,12.6 10.65,13.45 9.95,13.95 9.7,14.2 9.4,14.3 7.7,14.7 6,14.65 5.5,14.6 5.05,14.55 4.95,14.6 4.85,14.65 4.8,14.65 4.8,14.75 4.75,14.75 4.75,14.8 4.8,14.9 4.85,15 L6.1,14.95 9.9,14.8 Q10.05,15.3 9.8,15.85 9.35,16.7 8.55,17.3 7.85,17.85 7.1,18.3 6.6,18.6 6.05,18.85 L6.2,19.45 Q6.5,19.65 6.8,19.7 6.95,19.7 7.05,19.7 7.6,19.8 8.15,20.05 9.15,20.45 9,21.5 8.8,21.85 8.35,22.15 8.05,22.3 8.3,22.55 8.35,22.55 8.45,22.6 9.85,22.45 11.05,23.1 L11.1,23.35 Q11,23.75 10.8,24 10.65,24.15 10.35,24.45 10.1,24.7 10.3,24.9 11.35,25.15 12.1,25.8 12.45,26.15 12.55,26.55 12.95,28.7 12.15,30.7 12.1,30.9 12,31.05 L12.35,31.35 Q12.4,31.3 12.4,31.25 12.5,30.95 12.6,30.65 12.85,30 13.05,29.35 13.35,28.3 13.3,27.2 13.3,26.7 13.05,26.3 12.4,25 10.9,24.55 11.5,24.15 11.55,23.35 11.6,23.15 11.45,23 10.6,22 9.15,22.1 9.4,22 9.5,21.55 9.65,20.75 9.25,20.2 8.85,19.65 8.3,19.45 7.7,19.3 7.05,19.15 6.95,19.15 6.85,19.15 6.75,19.1 6.65,19.1 6.85,19 7.1,18.85 8.7,18 9.9,16.6 10.75,15.6 10.25,14.4 11.25,13.6 11.25,12.35 11.55,12.05 11.7,11.75 12.3,10.75 11.3,9.9 11.55,9.55 11.7,9.15 12.1,8.15 11.7,7.2 L12.05,5.55 Q11.9,5.3 11.7,5.1z"/> | |
<path id="path295" fill="#1B1B1B" d="M11.3,6.55 Q11.1,6.65 10.85,6.8 8.1,7.65 7.15,8.1 6.4,8.5 4.5,8.85 4.35,9.4 4.2,9.8 5.75,9.45 7.3,9.15 9.45,8.85 10.95,7.45 11.1,7.35 11.2,6.95 11.25,6.75 11.3,6.55z M10.3,12.25 Q11.2,12 11.5,11.2 L10.95,10.25 Q8.95,11.5 6.65,11.85 6,11.95 5.2,12.05 5.55,12.65 5.7,13.15 8.05,12.85 10.3,12.25z M10.8,9.7 Q11.7,8.95 11.35,7.75 10.4,8.85 8.95,9.25 6.7,9.8 4.1,10.25 4.65,11.15 4.95,11.65 6.45,11.3 8,11 9.55,10.65 10.8,9.7z M9.4,14.3 Q9.7,14.2 9.95,13.95 10.65,13.45 10.75,12.6 8.3,13.35 5.8,13.65 5.8,13.75 5.8,13.9 5.8,14.1 6,14.65 7.7,14.7 9.4,14.3z M6.45,16 Q7,17.45 7.1,18.3 7.85,17.85 8.55,17.3 9.35,16.7 9.8,15.85 10.05,15.3 9.9,14.8 L6.1,14.95 Q6.25,15.4 6.45,16z"/> | |
<path id="path296" fill="#333" d="M10.85,6.8 Q11.1,6.65 11.3,6.55 11.45,6.1 11.55,5.7 10.45,4.5 8.8,4.9 8.25,5 7.7,5.05 6.35,5.4 5.05,5.8 5,6.5 4.85,7.35 4.7,8.25 4.5,8.85 6.4,8.5 7.15,8.1 8.1,7.65 10.85,6.8z"/> | |
<path id="path297" fill="#DDD8C1" d="M0.4,10.8 Q2.25,10.25 4.2,9.8 4.35,9.4 4.5,8.85 4.45,8.9 4.4,8.9 2.15,9.3 1.2,9.65 0.3,9.95 -1.5,10.7 -3.05,11.3 -4.3,11.7 -4.95,11.9 -6.55,13.1 -8.15,14.3 -8.6,14.45 -8.75,14.8 -8.95,14.8 L-8.95,14.95 Q-8.05,14.8 -6.85,15.65 -5.5,16.5 -4.8,16.5 L-4.8,17.5 -5.85,17.5 Q-5.85,17.85 -6,17.85 -5.15,18.05 -3.65,18.05 -3.55,18.2 -3.4,18.45 -3.3,18.7 -3.3,18.9 -3.95,19.05 -5.15,19.05 -5.35,19.4 -5.5,19.4 -4.55,20.4 -4.2,20.85 -3.45,22 -3.45,23.45 -3.45,24.75 -4.05,26.2 -4.65,27.7 -4.65,28.3 -4.65,30.15 -3.6,31.75 -3.45,31.75 -3.3,31.75 0.75,31.8 3.55,31.55 3.7,31.55 8,31 10.85,30.65 12.1,30.7 L12.15,30.7 Q12.95,28.7 12.55,26.55 12.45,26.15 12.1,25.8 11.35,25.15 10.3,24.9 10.1,24.7 10.35,24.45 10.65,24.15 10.8,24 11,23.75 11.1,23.35 L11.05,23.1 Q9.85,22.45 8.45,22.6 8.35,22.55 8.3,22.55 8.05,22.3 8.35,22.15 8.8,21.85 9,21.5 9.15,20.45 8.15,20.05 7.6,19.8 7.05,19.7 6.95,19.7 6.8,19.7 6.5,19.65 6.2,19.45 L6.05,18.85 Q6.6,18.6 7.1,18.3 7,17.45 6.45,16 6.25,15.4 6.1,14.95 L4.85,15 Q4.8,14.9 4.75,14.8 4.75,14.75 4.8,14.75 4.8,14.65 4.85,14.65 4.95,14.6 5.05,14.55 5.5,14.6 6,14.65 5.8,14.1 5.8,13.9 5.8,13.75 5.8,13.65 4.35,13.8 2.9,13.8 2.85,13.8 2.8,13.8 L2.95,13.45 Q4.35,13.35 5.7,13.15 5.55,12.65 5.2,12.05 3.7,12.25 1.6,12.35 3.25,11.95 4.95,11.65 4.65,11.15 4.1,10.25 2.3,10.55 0.4,10.8z"/> | |
<path id="path298" fill="#F9F8F4" d="M1.2,9.65 Q2.15,9.3 4.4,8.9 4.45,8.9 4.5,8.85 4.7,8.25 4.85,7.35 5,6.5 5.05,5.8 2.2,6.55 -0.6,7.5 -5.35,9.05 -10.05,10.85 -12.45,11.8 -14.6,13.4 -14.95,13.7 -14.95,14.3 -15,14.95 -14.8,15.6 -14.55,16.6 -13.8,17.35 -12.6,18.55 -11,19.3 -9.8,19.9 -9,20.9 -8.35,21.8 -8.4,22.8 -8.55,24.55 -9.05,26.25 -9.35,27.4 -8.95,28.65 -8.1,30.95 -6.05,31.75 -5.95,31.7 -5.85,31.7 -5.75,31.7 -3.6,31.75 -4.65,30.15 -4.65,28.3 -4.65,27.7 -4.05,26.2 -3.45,24.75 -3.45,23.45 -3.45,22 -4.2,20.85 -4.55,20.4 -5.5,19.4 -5.35,19.4 -5.15,19.05 -3.95,19.05 -3.3,18.9 -3.3,18.7 -3.4,18.45 -3.55,18.2 -3.65,18.05 -5.15,18.05 -6,17.85 -5.85,17.85 -5.85,17.5 L-4.8,17.5 -4.8,16.5 Q-5.5,16.5 -6.85,15.65 -8.05,14.8 -8.95,14.95 L-8.95,14.8 Q-8.75,14.8 -8.6,14.45 -8.15,14.3 -6.55,13.1 -4.95,11.9 -4.3,11.7 -3.05,11.3 -1.5,10.7 0.3,9.95 1.2,9.65z"/> | |
</g> | |
</g> | |
</g> | |
<g id="frame0010" overflow="visible" style="display=inline"> | |
<g id="BirdFlapBack_0010"> | |
<g id="element040"> | |
<path id="path244" fill="#000" d="M-10.35,-28.65 Q-10.35,-28.7 -10.4,-28.7 -10.5,-28.8 -10.65,-28.9 -10.8,-28.95 -10.9,-29 -10.95,-29.05 -11.05,-29.05 -11.1,-29.05 -11.15,-29 -13.55,-27.3 -14.7,-24.35 -15.4,-22.65 -16.1,-20.9 -16.45,-20.1 -16.75,-19.3 -18.95,-14 -20.4,-8.5 -20.8,-7.05 -20.35,-5.65 -18,1.4 -14.8,8.15 -13.7,10.4 -12.85,12.9 -11.1,18.55 -11.05,24.4 -11.05,25.95 -11.3,27.5 -11.75,29.9 -12.15,32.25 -12.15,32.3 -12.1,32.4 -12.05,32.5 -11.95,32.5 -9.95,32.95 -7.95,33.25 1.25,34.75 10.65,34.2 10.75,34.2 10.8,34.15 10.85,34.1 10.9,34 L11.05,33.4 Q11.05,33.3 11.05,33.25 11,33.15 10.95,33.1 L6.2,29.3 Q6.95,28.5 6.75,27.55 6.65,27 6.25,26.65 L6.2,26.65 Q5.55,26.05 4.95,25.45 5.55,24.2 5.55,22.7 5.55,20.3 3.3,20 3.9,16.8 2.9,13.85 2.8,13.5 2.55,13.2 1.45,11.75 1.5,9.85 1.55,5.9 1.2,2 1.2,1.5 0.85,1.15 -0.75,-0.55 -2.35,-2.45 -2,-4.85 -2.5,-7.2 -2.65,-7.9 -2.85,-8.55 -3.1,-9.35 -3.65,-9.95 L-3.65,-10 Q-3.95,-10.3 -4.25,-10.55 -4.05,-13.75 -5.75,-16.45 -6.1,-17 -6.45,-17.5 -6.15,-19.65 -6.95,-21.55 -7,-21.65 -7,-21.75 -7.05,-21.8 -7.1,-21.85 L-7.2,-22 Q-7.25,-22.05 -7.3,-22.05 L-8.75,-22.65 Q-7.75,-26.05 -10.35,-28.65z"/> | |
<path id="path245" fill="#DDD8C1" d="M-10.9,-28.45 Q-10.947,-28.45 -11,-28.5 L-10.9,-28.4 -10.9,-28.45"/> | |
<path id="path246" fill="#F9F8F4" d="M-10.9,-28.45 L-10.9,-28.4 -10.7,-28.3 Q-10.806,-28.356 -10.9,-28.45"/> | |
<path id="path247" fill="#1B1B1B" d="M-10.9,-28.4 L-11,-28.5 Q-13.15,-26.9 -14.2,-24.2 -14.9,-22.55 -15.55,-20.9 L-14.45,-20.9 -14.4,-20.95 -14.25,-20.9 Q-13.9,-20.15 -12.75,-18 -11.9,-16.1 -12.25,-15.05 L-12.15,-15 -9.3,-22.55 -9.25,-22.55 -9.25,-22.6 Q-8.25,-25.85 -10.7,-28.3 L-10.9,-28.4z M-7.4,-21.35 Q-7.45,-21.5 -7.5,-21.55 L-7.5,-21.6 -8.9,-22.15 -12,-15.05 Q-10.1,-15.25 -8.7,-13.45 -8.6,-13.3 -8.5,-13.15 -7.95,-14.85 -7,-17.45 L-7,-17.5 Q-6.65,-19.55 -7.4,-21.35z M-6.65,-16.9 L-8.2,-12.7 Q-7,-10.75 -6.7,-7.45 -5.9,-7.6 -5.1,-7.6 -5,-8.7 -4.8,-10.45 L-4.8,-10.5 Q-4.55,-13.55 -6.15,-16.15 -6.4,-16.55 -6.65,-16.9z M-4.05,-9.65 Q-4.2,-9.8 -4.3,-9.9 L-4.75,-7.6 Q-3.85,-7.6 -3.05,-7.35 -3.2,-7.9 -3.35,-8.4 -3.55,-9.1 -4.05,-9.65z"/> | |
<path id="path248" fill="#F9F8F4" d="M-8.5,-13.15 Q-8.6,-13.3 -8.7,-13.45 -10.1,-15.25 -12,-15.05 L-12.75,-13.25 Q-12.8,-13.15 -12.9,-13.1 L-12.15,-15 -12.25,-15.05 Q-11.9,-16.1 -12.75,-18 -13.9,-20.15 -14.25,-20.9 L-14.4,-20.95 -14.45,-20.9 Q-14.85,-19.8 -15.25,-18.65 -17.55,-12.15 -18.3,-9.05 -19.05,-5.9 -13.3,6.85 -8,18.6 -8,28.2 -8,28.45 -7.95,30.45 -7.95,31.7 -7.95,32.75 1.15,34.25 10.45,33.7 L10.5,33.4 5.65,29.55 Q5.6,29.5 5.6,29.4 5.55,29.35 5.6,29.3 5.6,29.2 5.65,29.15 6.4,28.5 6.25,27.6 6.2,27.25 5.9,27.05 5.1,26.35 4.45,25.65 4.4,25.6 4.35,25.55 4.35,25.45 4.4,25.4 5.05,24.2 5.05,22.7 5.05,20.6 2.95,20.45 2.9,20.45 2.85,20.4 2.8,20.35 2.75,20.3 2.7,20.2 2.75,20.15 3.4,16.95 2.45,14 2.35,13.75 2.15,13.5 0.95,11.9 1,9.85 1.05,5.9 0.7,2 0.7,1.7 0.5,1.5 -1,-0.1 -2.45,-1.8 L-3.45,1.2 -2.85,-2.4 Q-2.5,-4.95 -3.05,-7.35 -3.85,-7.6 -4.75,-7.6 L-4.9,-6.65 Q-5.45,-4.35 -5.1,-7.6 -5.9,-7.6 -6.7,-7.45 -7,-10.75 -8.2,-12.7 L-9.1,-10.3 Q-9.65,-9.7 -8.5,-13.15z"/> | |
<path id="path249" fill="#DDD8C1" d="M-15.55,-20.9 Q-15.95,-20 -16.3,-19.1 -18.5,-13.85 -19.95,-8.4 -20.3,-7.05 -19.85,-5.8 -17.55,1.2 -14.35,7.9 -13.25,10.2 -12.4,12.75 -10.6,18.45 -10.55,24.4 -10.55,26 -10.8,27.6 -11.2,29.85 -11.6,32.05 -9.8,32.45 -7.95,32.75 -7.95,31.7 -7.95,30.45 -8,28.45 -8,28.2 -8,18.6 -13.3,6.85 -19.05,-5.9 -18.3,-9.05 -17.55,-12.15 -15.25,-18.65 -14.85,-19.8 -14.45,-20.9 L-15.55,-20.9z"/> | |
</g> | |
</g> | |
<g id="BirdBody_0010" overflow="visible" transform="translate(-0.199,35.55)"> | |
<g id="BirdBodyClosed--0010_1_1"> | |
<use xlink:href="#BirdBody--0" id="element041" width="123" height="44" x="0" y="0" transform="matrix(0.5 0 0 0.5 -13.449 -8.299)"/> | |
</g> | |
<g id="BirdHeadClosed--0010_0_1"> | |
<use xlink:href="#BirdHead--1" id="element042" /> | |
</g> | |
</g> | |
<g id="BirdFlapFront_0010"> | |
<g id="element043"> | |
<path id="path289" fill="#333" d="M7,-39.5 Q6.45,-39.65 5.9,-39.6 4.05,-39.25 2.7,-37.7 1.75,-36.55 0.85,-35.35 2.4,-34.7 2.95,-33.9 3.45,-33.2 3.6,-31.7 5.05,-33.6 6.2,-33.6 6.7,-33.6 6.8,-33.55 6.9,-33.5 7.05,-33.3 8.3,-34.7 8.75,-36.35 9.45,-38.95 7,-39.5z"/> | |
<path id="path290" fill="#000" d="M5.9,-39.6 Q6.45,-39.65 7,-39.5 9.45,-38.95 8.75,-36.35 8.3,-34.7 7.05,-33.3 L3.55,-28.3 2.35,-26.6 Q2.9,-27.2 3.4,-27.7 4,-28.35 4.45,-28.9 7.2,-32.15 9.1,-35.85 9.4,-35.6 9.65,-35.3 9.8,-35.15 9.95,-34.9 10.65,-33.55 10.25,-32.05 9.65,-29.65 7.15,-25.15 L7.15,-25.1 Q6.5,-24 5.95,-23.1 6.2,-23.4 6.45,-23.7 6.9,-24.25 7.35,-24.85 9.2,-27.45 10.25,-30.45 10.9,-30 11.4,-29.4 11.85,-28.85 11.8,-28.1 11.6,-25.3 9.4,-21.5 8.05,-19.2 6.6,-17.05 6.25,-16.55 5.9,-16.05 6.3,-16.5 6.65,-16.95 9.4,-20.3 11.35,-24.15 L12.1,-23.7 Q12.35,-21.8 12.05,-19.9 11.5,-16.55 9.85,-13.2 9.7,-12.85 9.5,-12.5 8.8,-11.1 8.15,-9.85 8.9,-10.95 9.55,-12.05 10.45,-13.7 11.25,-15.4 12.45,-12.75 10.3,-6.8 10.05,-6.1 9.8,-5.5 9.05,-3.55 8.45,-2.45 L8.45,-2.4 10.5,-6 Q10.6,-5.15 10.6,-4.25 10.7,-0.75 9.75,2.7 9.15,5 9.75,7.25 10,8.25 10.1,9.3 10.15,10.2 10.55,11 10.8,11.5 11.35,11.7 13.05,12.45 14.3,13.85 14.85,14.45 14.95,15.25 15.1,17.25 16.25,18.85 17.05,19.9 17.05,21.25 17.1,23.1 16.75,24.65 18.3,25.05 18.95,26.45 19.35,27.3 19.35,28.25 19.35,29.55 19.15,30.85 L21.05,31.8 Q21.05,31.9 21,31.95 20.4,33.05 19.5,33.9 21.6,32.75 21.5,31.55 L19.6,30.45 Q20.2,29.05 19.9,27.55 19.4,25.15 17.3,24.3 17.35,24.15 17.4,24 17.55,23.3 17.6,22.65 17.75,21.5 17.5,20.45 17.3,19.6 16.9,19 16.4,18.15 16.05,17.25 15.65,16.3 15.35,15.15 14.75,12.5 12.1,11.6 11.1,11.25 10.85,10.4 10.75,10.05 10.65,9.7 9.45,5 10.7,0.25 10.85,-0.35 10.85,-0.9 10.95,-2.25 11.05,-3.55 11.15,-5.1 11.25,-6.7 11.4,-8.2 12,-9.9 13.05,-13.1 11.5,-15.9 12.5,-18.1 12.65,-20.45 12.7,-21.3 12.8,-22.2 13.05,-24 11.55,-24.6 12.1,-25.95 12.3,-27.3 12.6,-29.7 10.4,-30.9 10.7,-32.15 10.75,-33.45 10.85,-35.4 9.2,-36.35 9.4,-37.1 9.4,-37.7 9.35,-38.9 8.45,-39.5 6.3,-40.95 4,-39.4 2.1,-38.1 0.7,-36.1 0.55,-35.8 0.35,-35.55 0,-35.05 -0.3,-34.55 -2,-31.9 -3.45,-29.1 -6.2,-23.95 -8.8,-18.6 -11.05,-14 -12.95,-9.25 -15.8,-2.15 -13.55,5.1 -13.25,6.2 -12.7,7.2 -12.05,8.4 -11.2,9.6 -8.8,12.85 -7.65,16.75 -5.65,23.25 -7.45,29.45 -8.35,32.5 -7,35.2 -6.95,35.15 -6.85,35.05 L-7.05,34.55 Q-7.4,33.4 -7.3,32.2 -7,29.75 -6.5,27.3 -5.55,22.7 -6.7,18 -7.9,13.2 -10.75,9.25 -11.3,8.5 -11.8,7.75 -13.75,4.65 -14.05,0.75 -14.35,-3.65 -12.9,-7.95 -11.5,-11.9 -9.75,-15.6 -7.75,-19.7 -5.7,-23.8 -3.7,-27.75 -1.6,-31.5 -0.5,-33.5 0.85,-35.35 1.75,-36.55 2.7,-37.7 4.05,-39.25 5.9,-39.6z"/> | |
<path id="path291" fill="#1B1B1B" d="M6.8,-33.55 Q6.7,-33.6 6.2,-33.6 5.05,-33.6 3.6,-31.7 3.7,-31 3.7,-30.15 3.7,-29.15 3.55,-28.3 L7.05,-33.3 Q6.9,-33.5 6.8,-33.55z M9.95,-34.9 Q9.8,-35.15 9.65,-35.3 9.4,-35.6 9.1,-35.85 7.2,-32.15 4.45,-28.9 4,-28.35 3.4,-27.7 3.3,-27.35 3.15,-27.05 L6.45,-27.05 Q6.45,-26.25 7.15,-25.15 9.65,-29.65 10.25,-32.05 10.65,-33.55 9.95,-34.9z M11.8,-28.1 Q11.85,-28.85 11.4,-29.4 10.9,-30 10.25,-30.45 9.2,-27.45 7.35,-24.85 7.85,-23.85 7.85,-22.7 7.85,-20.3 7.75,-20 7.6,-19.6 5.9,-17.85 6.2,-17.45 6.6,-17.05 8.05,-19.2 9.4,-21.5 11.6,-25.3 11.8,-28.1z M12.1,-23.7 L11.35,-24.15 Q9.4,-20.3 6.65,-16.95 7.35,-16.25 8.35,-15.35 9.3,-14.3 9.5,-12.5 9.7,-12.85 9.85,-13.2 11.5,-16.55 12.05,-19.9 12.35,-21.8 12.1,-23.7z M9.55,-12.05 Q9.55,-11.8 9.55,-11.5 9.55,-10.95 8.85,-9.6 8.5,-8.95 8.15,-8.3 8.15,-8 9.8,-5.5 10.05,-6.1 10.3,-6.8 12.45,-12.75 11.25,-15.4 10.45,-13.7 9.55,-12.05z"/> | |
<path id="path292" fill="#F9F8F4" d="M2.95,-33.9 Q2.4,-34.7 0.85,-35.35 -0.5,-33.5 -1.6,-31.5 -3.7,-27.75 -5.7,-23.8 -7.75,-19.7 -9.75,-15.6 -11.5,-11.9 -12.9,-7.95 -14.35,-3.65 -14.05,0.75 -13.75,4.65 -11.8,7.75 -11.3,8.5 -10.75,9.25 -7.9,13.2 -6.7,18 -5.55,22.7 -6.5,27.3 -7,29.75 -7.3,32.2 -7.4,33.4 -7.05,34.55 -4,34.6 -0.55,34.6 -0.5,34.65 -0.4,34.75 -0.55,32.25 -1.5,31.4 L-1.5,30.05 -1.2,30.05 Q-0.95,30.05 -0.95,30.6 L0.85,30.6 Q0.55,28.45 -0.3,25.05 -1,22.2 -1.2,20.15 -1.2,15.55 -1.35,13.55 -1.6,10.05 -3.55,10.2 L-3.55,9.45 Q-2.45,8.65 -1.5,8.65 -1.8,6.5 -3.85,5.75 -5.3,5.2 -6.4,5.5 -6.25,3.9 -5,3.3 -3.85,2.65 -3.85,2.5 -3.85,2.1 -3.95,1.85 L-4.1,1.65 Q-6.8,0.05 -8.25,0.05 -6,-8.9 -2.4,-18.85 1.05,-28.3 3.6,-31.7 3.45,-33.2 2.95,-33.9z"/> | |
<path id="path293" fill="#DDD8C1" d="M3.15,-27.05 Q3.3,-27.35 3.4,-27.7 2.9,-27.2 2.35,-26.6 L3.55,-28.3 Q3.7,-29.15 3.7,-30.15 3.7,-31 3.6,-31.7 1.05,-28.3 -2.4,-18.85 -6,-8.9 -8.25,0.05 -6.8,0.05 -4.1,1.65 L-3.95,1.85 Q-3.85,2.1 -3.85,2.5 -3.85,2.65 -5,3.3 -6.25,3.9 -6.4,5.5 -5.3,5.2 -3.85,5.75 -1.8,6.5 -1.5,8.65 -2.45,8.65 -3.55,9.45 L-3.55,10.2 Q-1.6,10.05 -1.35,13.55 -1.2,15.55 -1.2,20.15 -1,22.2 -0.3,25.05 0.55,28.45 0.85,30.6 L-0.95,30.6 Q-0.95,30.05 -1.2,30.05 L-1.5,30.05 -1.5,31.4 Q-0.55,32.25 -0.4,34.75 1.45,36.1 5.25,37 9,37.85 17.85,34.95 18.15,34.6 19.3,34 19.4,33.95 19.5,33.9 20.4,33.05 21,31.95 21.05,31.9 21.05,31.8 L19.15,30.85 Q19.35,29.55 19.35,28.25 19.35,27.3 18.95,26.45 18.3,25.05 16.75,24.65 17.1,23.1 17.05,21.25 17.05,19.9 16.25,18.85 15.1,17.25 14.95,15.25 14.85,14.45 14.3,13.85 13.05,12.45 11.35,11.7 10.8,11.5 10.55,11 10.15,10.2 10.1,9.3 10,8.25 9.75,7.25 9.15,5 9.75,2.7 10.7,-0.75 10.6,-4.25 10.6,-5.15 10.5,-6 L8.45,-2.4 8.45,-2.45 Q9.05,-3.55 9.8,-5.5 8.15,-8 8.15,-8.3 8.5,-8.95 8.85,-9.6 9.55,-10.95 9.55,-11.5 9.55,-11.8 9.55,-12.05 8.9,-10.95 8.15,-9.85 8.8,-11.1 9.5,-12.5 9.3,-14.3 8.35,-15.35 7.35,-16.25 6.65,-16.95 6.3,-16.5 5.9,-16.05 6.25,-16.55 6.6,-17.05 6.2,-17.45 5.9,-17.85 7.6,-19.6 7.75,-20 7.85,-20.3 7.85,-22.7 7.85,-23.85 7.35,-24.85 6.9,-24.25 6.45,-23.7 6.2,-23.4 5.95,-23.1 6.5,-24 7.15,-25.1 L7.15,-25.15 Q6.45,-26.25 6.45,-27.05 L3.15,-27.05z"/> | |
</g> | |
</g> | |
</g> | |
<!-- END OF FRAMES --> | |
</defs> | |
<!-- END OF DEFINITIONS --> | |
<!-- ANIMATION SCENE --> | |
<g id="animation_scene" overflow="visible" width="99" height="145"> | |
<!-- (put scene backgrounds here) --> | |
<!-- ANIMATION GROUPS --> | |
<!-- ANIMATED GROUP 001 --> | |
<g id="animated_group_001" overflow="visible" > | |
<use xlink:href="#frame0001" overflow="visible" > | |
<animate attributeName="xlink:href" | |
values=" | |
#frame0001; | |
#frame0002; | |
#frame0003; | |
#frame0004; | |
#frame0005; | |
#frame0006; | |
#frame0007; | |
#frame0008; | |
#frame0009; | |
#frame0010" | |
begin="0s" repeatCount="indefinite" dur="0.90"/> | |
</use> | |
</g> | |
<!-- END OF ANIMATED GROUP 001 --> | |
<!-- (put other animated groups here) --> | |
<!-- END OF ANIMATION GROUPS --> | |
</g> | |
<!-- END OF ANIMATION SCENE --> | |
</svg> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment