Animated Adam Whitcroft's awesome Climacons with CSS. I was inspired by [Forecast.io's] (http://forecast.io/ "forecast.io") animated weather icons, but wanted to achieve the same results without canvas.
Created
December 3, 2013 20:24
-
-
Save dinks/7776903 to your computer and use it in GitHub Desktop.
A Pen by Noah Blon.
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
| <div class="wrapper"> | |
| <h2>SVG icons animated with CSS</h2> | |
| <svg | |
| version="1.1" | |
| id="sun" | |
| class="climacon climacon_sun" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="sunFillClip"> | |
| <path | |
| d="M0,0v100h100V0H0z M50.001,57.999c-4.417,0-8-3.582-8-7.999c0-4.418,3.582-7.999,8-7.999s7.998,3.581,7.998,7.999C57.999,54.417,54.418,57.999,50.001,57.999z" | |
| /> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-sun"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sun"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-east" | |
| d="M72.03,51.999h-3.998c-1.105,0-2-0.896-2-1.999s0.895-2,2-2h3.998c1.104,0,2,0.896,2,2S73.136,51.999,72.03,51.999z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-northEast" | |
| d="M64.175,38.688c-0.781,0.781-2.049,0.781-2.828,0c-0.781-0.781-0.781-2.047,0-2.828l2.828-2.828c0.779-0.781,2.047-0.781,2.828,0c0.779,0.781,0.779,2.047,0,2.828L64.175,38.688z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M50.034,34.002c-1.105,0-2-0.896-2-2v-3.999c0-1.104,0.895-2,2-2c1.104,0,2,0.896,2,2v3.999C52.034,33.106,51.136,34.002,50.034,34.002z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-northWest" | |
| d="M35.893,38.688l-2.827-2.828c-0.781-0.781-0.781-2.047,0-2.828c0.78-0.781,2.047-0.781,2.827,0l2.827,2.828c0.781,0.781,0.781,2.047,0,2.828C37.94,39.469,36.674,39.469,35.893,38.688z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-west" | |
| d="M34.034,50c0,1.104-0.896,1.999-2,1.999h-4c-1.104,0-1.998-0.896-1.998-1.999s0.896-2,1.998-2h4C33.14,48,34.034,48.896,34.034,50z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-southWest" | |
| d="M35.893,61.312c0.781-0.78,2.048-0.78,2.827,0c0.781,0.78,0.781,2.047,0,2.828l-2.827,2.827c-0.78,0.781-2.047,0.781-2.827,0c-0.781-0.78-0.781-2.047,0-2.827L35.893,61.312z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-south" | |
| d="M50.034,65.998c1.104,0,2,0.895,2,1.999v4c0,1.104-0.896,2-2,2c-1.105,0-2-0.896-2-2v-4C48.034,66.893,48.929,65.998,50.034,65.998z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-southEast" | |
| d="M64.175,61.312l2.828,2.828c0.779,0.78,0.779,2.047,0,2.827c-0.781,0.781-2.049,0.781-2.828,0l-2.828-2.827c-0.781-0.781-0.781-2.048,0-2.828C62.126,60.531,63.392,60.531,64.175,61.312z" | |
| /> | |
| </g> | |
| <g class="climacon_componentWrap climacon_componentWrap_sunBody" clip-path="url(#sunFillClip)"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| cx="50.034" | |
| cy="50" | |
| r="11.999" | |
| /> | |
| </g> | |
| </g> | |
| </g> | |
| </svg><!-- sun --> | |
| <svg | |
| version="1.1" | |
| id="sunFill" | |
| class="climacon climacon_sunFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-sunFill"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sun"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-east" | |
| d="M72.03,51.999h-3.998c-1.105,0-2-0.896-2-1.999s0.895-2,2-2h3.998c1.104,0,2,0.896,2,2S73.136,51.999,72.03,51.999z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-northEast" | |
| d="M64.175,38.688c-0.781,0.781-2.049,0.781-2.828,0c-0.781-0.781-0.781-2.047,0-2.828l2.828-2.828c0.779-0.781,2.047-0.781,2.828,0c0.779,0.781,0.779,2.047,0,2.828L64.175,38.688z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M50.034,34.002c-1.105,0-2-0.896-2-2v-3.999c0-1.104,0.895-2,2-2c1.104,0,2,0.896,2,2v3.999C52.034,33.106,51.136,34.002,50.034,34.002z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-northWest" | |
| d="M35.893,38.688l-2.827-2.828c-0.781-0.781-0.781-2.047,0-2.828c0.78-0.781,2.047-0.781,2.827,0l2.827,2.828c0.781,0.781,0.781,2.047,0,2.828C37.94,39.469,36.674,39.469,35.893,38.688z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-west" | |
| d="M34.034,50c0,1.104-0.896,1.999-2,1.999h-4c-1.104,0-1.998-0.896-1.998-1.999s0.896-2,1.998-2h4C33.14,48,34.034,48.896,34.034,50z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-southWest" | |
| d="M35.893,61.312c0.781-0.78,2.048-0.78,2.827,0c0.781,0.78,0.781,2.047,0,2.828l-2.827,2.827c-0.78,0.781-2.047,0.781-2.827,0c-0.781-0.78-0.781-2.047,0-2.827L35.893,61.312z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-south" | |
| d="M50.034,65.998c1.104,0,2,0.895,2,1.999v4c0,1.104-0.896,2-2,2c-1.105,0-2-0.896-2-2v-4C48.034,66.893,48.929,65.998,50.034,65.998z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-southEast" | |
| d="M64.175,61.312l2.828,2.828c0.779,0.78,0.779,2.047,0,2.827c-0.781,0.781-2.049,0.781-2.828,0l-2.828-2.827c-0.781-0.781-0.781-2.048,0-2.828C62.126,60.531,63.392,60.531,64.175,61.312z" | |
| /> | |
| </g> | |
| <g class="climacon_componentWrap climacon_componentWrap_sunBody"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| cx="50.034" | |
| cy="50" | |
| r="11.999" | |
| /> | |
| <circle | |
| class="climacon_component climacon_component-fill climacon_component-fill_sunBody" | |
| fill="#FFFFFF" | |
| cx="50.034" | |
| cy="50" | |
| r="7.999" | |
| /> | |
| </g> | |
| </g> | |
| </g> | |
| </svg><!-- sunFill --> | |
| <svg | |
| version="1.1" | |
| id="moon" | |
| class="climacon climacon_moon" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="moonFillClip"> | |
| <path d="M15,15v70h70V15H15z M50,57.999c-4.418,0-7.999-3.582-7.999-7.999c0-3.803,2.655-6.979,6.211-7.792c0.903,4.854,4.726,8.676,9.579,9.58C56.979,55.344,53.802,57.999,50,57.999z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-moon"> | |
| <g class="climacon_componentWrap climacon_componentWrap-moon" clip-path="url(#moonFillClip)"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_moon" | |
| d="M50,61.998c-6.627,0-11.999-5.372-11.999-11.998c0-6.627,5.372-11.999,11.999-11.999c0.755,0,1.491,0.078,2.207,0.212c-0.132,0.576-0.208,1.173-0.208,1.788c0,4.418,3.582,7.999,8,7.999c0.614,0,1.212-0.076,1.788-0.208c0.133,0.717,0.211,1.452,0.211,2.208C61.998,56.626,56.626,61.998,50,61.998z"/> | |
| </g> | |
| </g> | |
| </svg><!-- moon --> | |
| <svg | |
| version="1.1" | |
| id="moon" | |
| class="climacon climacon_moonFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-moonFill"> | |
| <g class="climacon_componentWrap climacon_componentWrap-moon"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_moon" | |
| d="M50,61.998c-6.627,0-11.999-5.372-11.999-11.998c0-6.627,5.372-11.999,11.999-11.999c0.755,0,1.491,0.078,2.207,0.212c-0.132,0.576-0.208,1.173-0.208,1.788c0,4.418,3.582,7.999,8,7.999c0.614,0,1.212-0.076,1.788-0.208c0.133,0.717,0.211,1.452,0.211,2.208C61.998,56.626,56.626,61.998,50,61.998z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_moon" | |
| fill="#FFFFFF" | |
| d="M48.212,42.208c-3.556,0.813-6.211,3.989-6.211,7.792c0,4.417,3.581,7.999,7.999,7.999c3.802,0,6.979-2.655,7.791-6.211C52.938,50.884,49.115,47.062,48.212,42.208z"/> | |
| </g> | |
| </g> | |
| </svg><!-- moonFill --> | |
| <svg | |
| version="1.1" | |
| id="sunsetAlt" | |
| class="climacon climacon_snowflake" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="snowflakeFillClip"> | |
| <path | |
| d="M15,15v70h70V15H15z M50,54c-2.209,0-4-1.791-4-4c0-2.208,1.791-3.999,4-3.999s3.999,1.791,3.999,3.999C53.999,52.209,52.209,54,50,54z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-snowflake"> | |
| <g class="climacon_componentWrap climacon_componentWrap-snowflake" clip-path="url(#snowflakeFillClip)"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_snowflake" | |
| d="M59.659,46.733l-1.958,1.13c0.188,0.682,0.298,1.396,0.298,2.137c0,0.742-0.108,1.456-0.298,2.139l1.958,1.129c0.956,0.553,1.284,1.775,0.731,2.732c-0.553,0.956-1.774,1.284-2.731,0.73l-1.954-1.127c-1.003,1.02-2.277,1.766-3.705,2.133v2.263c0,1.104-0.896,2-2,2c-1.104,0-2-0.896-2-2v-2.263c-1.428-0.367-2.703-1.113-3.705-2.133l-1.954,1.127c-0.957,0.554-2.18,0.226-2.731-0.73c-0.553-0.957-0.225-2.18,0.731-2.732l1.958-1.129c-0.189-0.683-0.298-1.396-0.298-2.139c0-0.741,0.108-1.455,0.298-2.137l-1.958-1.13c-0.956-0.553-1.284-1.775-0.731-2.732c0.552-0.956,1.774-1.284,2.731-0.731l1.954,1.128c1.002-1.02,2.277-1.766,3.705-2.134v-2.262c0-1.104,0.896-2,2-2c1.104,0,2,0.896,2,2v2.262c1.428,0.368,2.702,1.114,3.705,2.134l1.954-1.128c0.957-0.553,2.18-0.225,2.731,0.731C60.943,44.958,60.615,46.181,59.659,46.733z"/> | |
| </g> | |
| </g> | |
| </svg><!-- snowflake --> | |
| <svg | |
| version="1.1" | |
| id="snowflakeFill" | |
| class="climacon climacon_snowflakeFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-snowflakeFill"> | |
| <g class="climacon_componentWrap climacon_componentWrap-snowflake"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_snowflake" | |
| d="M59.659,46.733l-1.958,1.13c0.188,0.682,0.298,1.396,0.298,2.137c0,0.742-0.108,1.456-0.298,2.139l1.958,1.129c0.956,0.553,1.284,1.775,0.731,2.732c-0.553,0.956-1.774,1.284-2.731,0.73l-1.954-1.127c-1.003,1.02-2.277,1.766-3.705,2.133v2.263c0,1.104-0.896,2-2,2c-1.104,0-2-0.896-2-2v-2.263c-1.428-0.367-2.703-1.113-3.705-2.133l-1.954,1.127c-0.957,0.554-2.18,0.226-2.731-0.73c-0.553-0.957-0.225-2.18,0.731-2.732l1.958-1.129c-0.189-0.683-0.298-1.396-0.298-2.139c0-0.741,0.108-1.455,0.298-2.137l-1.958-1.13c-0.956-0.553-1.284-1.775-0.731-2.732c0.552-0.956,1.774-1.284,2.731-0.731l1.954,1.128c1.002-1.02,2.277-1.766,3.705-2.134v-2.262c0-1.104,0.896-2,2-2c1.104,0,2,0.896,2,2v2.262c1.428,0.368,2.702,1.114,3.705,2.134l1.954-1.128c0.957-0.553,2.18-0.225,2.731,0.731C60.943,44.958,60.615,46.181,59.659,46.733z"/> | |
| <circle | |
| class="climacon_component climacon_component-fill climacon_component-fill_snowflake" | |
| fill="#FFFFFF" | |
| cx="50" | |
| cy="50" | |
| r="4"/> | |
| </g> | |
| </g> | |
| </svg><!-- snowflakeFill --> | |
| <svg | |
| version="1.1" | |
| id="wind" | |
| class="climacon climacon_wind" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-wind"> | |
| <g class="climacon_wrapperComponent climacon_componentWrap-wind"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-wind climacon_component-wind_curl" | |
| d="M65.999,52L65.999,52h-3c-1.104,0-2-0.895-2-1.999c0-1.104,0.896-2,2-2h3c1.104,0,2-0.896,2-1.999c0-1.105-0.896-2-2-2s-2-0.896-2-2s0.896-2,2-2c0.138,0,0.271,0.014,0.401,0.041c3.121,0.211,5.597,2.783,5.597,5.959C71.997,49.314,69.312,52,65.999,52z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-wind" | |
| d="M55.999,48.001h-2h-6.998H34.002c-1.104,0-1.999,0.896-1.999,2c0,1.104,0.895,1.999,1.999,1.999h2h3.999h3h4h3h3.998h2c3.313,0,6,2.688,6,6c0,3.176-2.476,5.748-5.597,5.959C56.271,63.986,56.139,64,55.999,64c-1.104,0-2-0.896-2-2c0-1.105,0.896-2,2-2s2-0.896,2-2s-0.896-2-2-2h-2h-3.998h-3h-4h-3h-3.999h-2c-3.313,0-5.999-2.686-5.999-5.999c0-3.175,2.475-5.747,5.596-5.959c0.131-0.026,0.266-0.04,0.403-0.04l0,0h12.999h6.998h2c1.104,0,2-0.896,2-2s-0.896-2-2-2s-2-0.895-2-2c0-1.104,0.896-2,2-2c0.14,0,0.272,0.015,0.403,0.041c3.121,0.211,5.597,2.783,5.597,5.959C61.999,45.314,59.312,48.001,55.999,48.001z"/> | |
| </g> | |
| </g> | |
| </svg><!-- wind --> | |
| <svg | |
| version="1.1" | |
| id="tornado" | |
| class="climacon climacon_tornado" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-tornado"> | |
| <g class="climacon_componentWrap climacon_componentWrap-tornado"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_tornadoLine" | |
| d="M68.997,36.459H31.002c-1.104,0-2-0.896-2-1.999c0-1.104,0.896-2,2-2h37.995c1.104,0,2,0.896,2,2C70.997,35.563,70.102,36.459,68.997,36.459z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_tornadoLine" | |
| d="M35.002,40.459h29.996c1.104,0,2,0.896,2,2s-0.896,1.999-2,1.999H35.002c-1.104,0-2-0.896-2-1.999C33.002,41.354,33.898,40.459,35.002,40.459z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_tornadoLine" | |
| d="M39.001,48.458h21.998c1.104,0,1.999,0.896,1.999,1.999c0,1.104-0.896,2-1.999,2H39.001c-1.104,0-1.999-0.896-1.999-2C37.002,49.354,37.897,48.458,39.001,48.458z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_tornadoLine" | |
| d="M47,64.456h5.999c1.104,0,2,0.896,2,1.999s-0.896,2-2,2H47c-1.104,0-2-0.896-2-2S45.896,64.456,47,64.456z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_tornadoLine" | |
| d="M40.869,58.456c0-1.104,0.896-1.999,2-1.999h13.998c1.104,0,2,0.896,2,1.999c0,1.104-0.896,2-2,2H42.869C41.765,60.456,40.869,59.561,40.869,58.456z"/> | |
| </g> | |
| </g> | |
| </svg><!-- tornado --> | |
| <svg | |
| version="1.1" | |
| id="cloud" | |
| class="climacon climacon_cloud" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="cloudFillClip"> | |
| <path d="M15,15v70h70V15H15z M59.943,61.639c-3.02,0-12.381,0-15.999,0c-6.626,0-11.998-5.371-11.998-11.998c0-6.627,5.372-11.999,11.998-11.999c5.691,0,10.434,3.974,11.665,9.29c1.252-0.81,2.733-1.291,4.334-1.291c4.418,0,8,3.582,8,8C67.943,58.057,64.361,61.639,59.943,61.639z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloud"> | |
| <g class="climacon_componentWrap climacon_componentWrap_cloud" clip-path="url(#cloudFillClip)"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M43.945,65.639c-8.835,0-15.998-7.162-15.998-15.998c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.168,65.639,47.143,65.639,43.945,65.639z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloud --> | |
| <svg | |
| version="1.1" | |
| id="cloudFill" | |
| class="climacon climacon_cloudFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloud"> | |
| <g class="climacon_componentWrap climacon_componentWrap_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M43.945,65.639c-8.835,0-15.998-7.162-15.998-15.998c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.168,65.639,47.143,65.639,43.945,65.639z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M59.943,61.639c4.418,0,8-3.582,8-7.998c0-4.417-3.582-8-8-8c-1.601,0-3.082,0.481-4.334,1.291c-1.23-5.316-5.973-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.999c0,6.626,5.372,11.998,11.998,11.998C47.562,61.639,56.924,61.639,59.943,61.639z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudFill --> | |
| <svg | |
| version="1.1" | |
| id="cloudSun" | |
| class="climacon climacon_cloudSun" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="cloudFillClip"> | |
| <path | |
| d="M15,15v70h70V15H15z M59.943,61.639c-3.02,0-12.381,0-15.999,0c-6.626,0-11.998-5.371-11.998-11.998c0-6.627,5.372-11.999,11.998-11.999c5.691,0,10.434,3.974,11.665,9.29c1.252-0.81,2.733-1.291,4.334-1.291c4.418,0,8,3.582,8,8C67.943,58.057,64.361,61.639,59.943,61.639z"/> | |
| </clipPath> | |
| <clipPath id="sunCloudFillClip"> | |
| <path | |
| d="M15,15v70h70V15H15z M57.945,49.641c-4.417,0-8-3.582-8-7.999c0-4.418,3.582-7.999,8-7.999s7.998,3.581,7.998,7.999C65.943,46.059,62.362,49.641,57.945,49.641z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_cloudSun-iconWrap"> | |
| <g clip-path="url(#cloudFillClip)"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sun climacon_componentWrap-sun_cloud" > | |
| <g class="climacon_componentWrap climacon_componentWrap_sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-orth" | |
| d="M80.029,43.611h-3.998c-1.105,0-2-0.896-2-1.999s0.895-2,2-2h3.998c1.104,0,2,0.896,2,2S81.135,43.611,80.029,43.611z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,30.3c-0.781,0.781-2.049,0.781-2.828,0c-0.781-0.781-0.781-2.047,0-2.828l2.828-2.828c0.779-0.781,2.047-0.781,2.828,0c0.779,0.781,0.779,2.047,0,2.828L72.174,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,25.614c-1.105,0-2-0.896-2-2v-3.999c0-1.104,0.895-2,2-2c1.104,0,2,0.896,2,2v3.999C60.033,24.718,59.135,25.614,58.033,25.614z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,30.3l-2.827-2.828c-0.781-0.781-0.781-2.047,0-2.828c0.78-0.781,2.047-0.781,2.827,0l2.827,2.828c0.781,0.781,0.781,2.047,0,2.828C45.939,31.081,44.673,31.081,43.892,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M42.033,41.612c0,1.104-0.896,1.999-2,1.999h-4c-1.104,0-1.998-0.896-1.998-1.999s0.896-2,1.998-2h4C41.139,39.612,42.033,40.509,42.033,41.612z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,52.925c0.781-0.78,2.048-0.78,2.827,0c0.781,0.78,0.781,2.047,0,2.828l-2.827,2.827c-0.78,0.781-2.047,0.781-2.827,0c-0.781-0.78-0.781-2.047,0-2.827L43.892,52.925z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,57.61c1.104,0,2,0.895,2,1.999v4c0,1.104-0.896,2-2,2c-1.105,0-2-0.896-2-2v-4C56.033,58.505,56.928,57.61,58.033,57.61z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,52.925l2.828,2.828c0.779,0.78,0.779,2.047,0,2.827c-0.781,0.781-2.049,0.781-2.828,0l-2.828-2.827c-0.781-0.781-0.781-2.048,0-2.828C70.125,52.144,71.391,52.144,72.174,52.925z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody" clip-path="url(#sunCloudFillClip)"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| cx="58.033" | |
| cy="41.612" | |
| r="11.999"/> | |
| </g> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud" clip-path="url(#cloudFillClip)"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M44.033,65.641c-8.836,0-15.999-7.162-15.999-15.998c0-8.835,7.163-15.998,15.999-15.998c6.006,0,11.233,3.312,13.969,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.26,65.641,47.23,65.641,44.033,65.641z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudSun --> | |
| <svg | |
| version="1.1" | |
| id="cloudSunFill" | |
| class="climacon climacon_cloudSunFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_cloudSunFill-iconWrap"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sun climacon_componentWrap-sun_cloud"> | |
| <g class="climacon_componentWrap climacon_componentWrap_sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M80.029,43.611h-3.998c-1.105,0-2-0.896-2-1.999s0.895-2,2-2h3.998c1.104,0,2,0.896,2,2S81.135,43.611,80.029,43.611z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,30.3c-0.781,0.781-2.049,0.781-2.828,0c-0.781-0.781-0.781-2.047,0-2.828l2.828-2.828c0.779-0.781,2.047-0.781,2.828,0c0.779,0.781,0.779,2.047,0,2.828L72.174,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,25.614c-1.105,0-2-0.896-2-2v-3.999c0-1.104,0.895-2,2-2c1.104,0,2,0.896,2,2v3.999C60.033,24.718,59.135,25.614,58.033,25.614z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,30.3l-2.827-2.828c-0.781-0.781-0.781-2.047,0-2.828c0.78-0.781,2.047-0.781,2.827,0l2.827,2.828c0.781,0.781,0.781,2.047,0,2.828C45.939,31.081,44.673,31.081,43.892,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M42.033,41.612c0,1.104-0.896,1.999-2,1.999h-4c-1.104,0-1.998-0.896-1.998-1.999s0.896-2,1.998-2h4C41.139,39.612,42.033,40.509,42.033,41.612z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,52.925c0.781-0.78,2.048-0.78,2.827,0c0.781,0.78,0.781,2.047,0,2.828l-2.827,2.827c-0.78,0.781-2.047,0.781-2.827,0c-0.781-0.78-0.781-2.047,0-2.827L43.892,52.925z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,57.61c1.104,0,2,0.895,2,1.999v4c0,1.104-0.896,2-2,2c-1.105,0-2-0.896-2-2v-4C56.033,58.505,56.928,57.61,58.033,57.61z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,52.925l2.828,2.828c0.779,0.78,0.779,2.047,0,2.827c-0.781,0.781-2.049,0.781-2.828,0l-2.828-2.827c-0.781-0.781-0.781-2.048,0-2.828C70.125,52.144,71.391,52.144,72.174,52.925z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| cx="58.033" | |
| cy="41.612" | |
| r="11.999" | |
| /> | |
| <circle | |
| class="climacon_component climacon_component-fill climacon_component-fill_sunBody" | |
| fill="#FFFFFF" | |
| cx="58.033" | |
| cy="41.612" r="7.999" | |
| /> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M44.033,65.641c-8.836,0-15.999-7.162-15.999-15.998c0-8.835,7.163-15.998,15.999-15.998c6.006,0,11.233,3.312,13.969,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.26,65.641,47.23,65.641,44.033,65.641z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M60.035,61.641c4.418,0,8-3.582,8-7.998c0-4.418-3.582-8-8-8c-1.6,0-3.082,0.481-4.334,1.291c-1.23-5.316-5.976-9.29-11.668-9.29c-6.627,0-11.999,5.372-11.999,11.999c0,6.627,5.372,11.998,11.999,11.998C47.65,61.641,57.016,61.641,60.035,61.641z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudSunFill --> | |
| <svg | |
| version="1.1" | |
| id="cloudMoon" | |
| class="climacon climacon_cloudMoon" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="cloudFillClip"> | |
| <path | |
| d="M15,15v70h70V15H15z M59.943,61.639c-3.02,0-12.381,0-15.999,0c-6.626,0-11.998-5.371-11.998-11.998c0-6.627,5.372-11.999,11.998-11.999c5.691,0,10.434,3.974,11.665,9.29c1.252-0.81,2.733-1.291,4.334-1.291c4.418,0,8,3.582,8,8C67.943,58.057,64.361,61.639,59.943,61.639z"/> | |
| </clipPath> | |
| <clipPath id="moonCloudFillClip"> | |
| <path | |
| d="M0,0v100h100V0H0z M60.943,46.641c-4.418,0-7.999-3.582-7.999-7.999c0-3.803,2.655-6.979,6.211-7.792c0.903,4.854,4.726,8.676,9.579,9.58C67.922,43.986,64.745,46.641,60.943,46.641z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudMoon"> | |
| <g clip-path="url(#cloudFillClip)"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-moon climacon_componentWrap-moon_cloud" clip-path="url(#moonCloudFillClip)"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_moon" | |
| d="M61.023,50.641c-6.627,0-11.999-5.372-11.999-11.998c0-6.627,5.372-11.999,11.999-11.999c0.755,0,1.491,0.078,2.207,0.212c-0.132,0.576-0.208,1.173-0.208,1.788c0,4.418,3.582,7.999,8,7.999c0.614,0,1.212-0.076,1.788-0.208c0.133,0.717,0.211,1.452,0.211,2.208C73.021,45.269,67.649,50.641,61.023,50.641z"/> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud" clip-path="url(#cloudFillClip)"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M44.033,65.641c-8.836,0-15.999-7.162-15.999-15.998c0-8.835,7.163-15.998,15.999-15.998c6.006,0,11.233,3.312,13.969,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.26,65.641,47.23,65.641,44.033,65.641z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudMoon --> | |
| <svg | |
| version="1.1" | |
| id="cloudMoonFill" | |
| class="climacon climacon_cloudMoonFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudMoonFill"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-moon climacon_componentWrap-moon_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_moon" | |
| d="M61.023,50.641c-6.627,0-11.999-5.372-11.999-11.998c0-6.627,5.372-11.999,11.999-11.999c0.755,0,1.491,0.078,2.207,0.212c-0.132,0.576-0.208,1.173-0.208,1.788c0,4.418,3.582,7.999,8,7.999c0.614,0,1.212-0.076,1.788-0.208c0.133,0.717,0.211,1.452,0.211,2.208C73.021,45.269,67.649,50.641,61.023,50.641z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_moon" | |
| fill="#FFFFFF" | |
| d="M59.235,30.851c-3.556,0.813-6.211,3.989-6.211,7.792c0,4.417,3.581,7.999,7.999,7.999c3.802,0,6.979-2.655,7.791-6.211C63.961,39.527,60.139,35.705,59.235,30.851z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M44.033,65.641c-8.836,0-15.999-7.162-15.999-15.998c0-8.835,7.163-15.998,15.999-15.998c6.006,0,11.233,3.312,13.969,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.26,65.641,47.23,65.641,44.033,65.641z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M60.035,61.641c4.418,0,8-3.582,8-7.998c0-4.418-3.582-8-8-8c-1.6,0-3.082,0.481-4.334,1.291c-1.23-5.316-5.976-9.29-11.668-9.29c-6.627,0-11.999,5.372-11.999,11.999c0,6.627,5.372,11.998,11.999,11.998C47.65,61.641,57.016,61.641,60.035,61.641z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudMoonFill --> | |
| <svg | |
| version="1.1" | |
| id="cloudDrizzle" | |
| class="climacon climacon_cloudDrizzle" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudDrizzle"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-drizzle"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-left" | |
| d="M42.001,53.644c1.104,0,2,0.896,2,2v3.998c0,1.105-0.896,2-2,2c-1.105,0-2.001-0.895-2.001-2v-3.998C40,54.538,40.896,53.644,42.001,53.644z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-middle" | |
| d="M49.999,53.644c1.104,0,2,0.896,2,2v4c0,1.104-0.896,2-2,2s-1.998-0.896-1.998-2v-4C48.001,54.54,48.896,53.644,49.999,53.644z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-right" | |
| d="M57.999,53.644c1.104,0,2,0.896,2,2v3.998c0,1.105-0.896,2-2,2c-1.105,0-2-0.895-2-2v-3.998C55.999,54.538,56.894,53.644,57.999,53.644z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M63.999,64.944v-4.381c2.387-1.386,3.998-3.961,3.998-6.92c0-4.418-3.58-8-7.998-8c-1.603,0-3.084,0.481-4.334,1.291c-1.232-5.316-5.973-9.29-11.664-9.29c-6.628,0-11.999,5.372-11.999,12c0,3.549,1.55,6.729,3.998,8.926v4.914c-4.776-2.769-7.998-7.922-7.998-13.84c0-8.836,7.162-15.999,15.999-15.999c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.336-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12C71.997,58.864,68.655,63.296,63.999,64.944z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudDrizzle --> | |
| <svg | |
| version="1.1" | |
| id="cloudDrizzleFill" | |
| class="climacon climacon_cloudDrizzleFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudDrizzleFill"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-drizzle"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-left" | |
| d="M42.001,53.644c1.104,0,2,0.896,2,2v3.998c0,1.105-0.896,2-2,2c-1.105,0-2.001-0.895-2.001-2v-3.998C40,54.538,40.896,53.644,42.001,53.644z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-middle" | |
| d="M49.999,53.644c1.104,0,2,0.896,2,2v4c0,1.104-0.896,2-2,2s-1.998-0.896-1.998-2v-4C48.001,54.54,48.896,53.644,49.999,53.644z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-right" | |
| d="M57.999,53.644c1.104,0,2,0.896,2,2v3.998c0,1.105-0.896,2-2,2c-1.105,0-2-0.895-2-2v-3.998C55.999,54.538,56.894,53.644,57.999,53.644z"/> | |
| </g> | |
| <g class="climacon_componentWrap climacon_componentWrap_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M43.945,65.639c-8.835,0-15.998-7.162-15.998-15.998c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.168,65.639,47.143,65.639,43.945,65.639z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M59.943,61.639c4.418,0,8-3.582,8-7.998c0-4.417-3.582-8-8-8c-1.601,0-3.082,0.481-4.334,1.291c-1.23-5.316-5.973-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.999c0,6.626,5.372,11.998,11.998,11.998C47.562,61.639,56.924,61.639,59.943,61.639z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudDrizzleFill --> | |
| <svg | |
| version="1.1" | |
| id="cloudDrizzleSun" | |
| class="climacon climacon_cloudDrizzleSun" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="cloudFillClip"> | |
| <path d="M15,15v70h70V15H15z M59.943,61.639c-3.02,0-12.381,0-15.999,0c-6.626,0-11.998-5.371-11.998-11.998c0-6.627,5.372-11.999,11.998-11.999c5.691,0,10.434,3.974,11.665,9.29c1.252-0.81,2.733-1.291,4.334-1.291c4.418,0,8,3.582,8,8C67.943,58.057,64.361,61.639,59.943,61.639z"/> | |
| </clipPath> | |
| <clipPath id="sunCloudFillClip"> | |
| <path | |
| d="M15,15v70h70V15H15z M57.945,49.641c-4.417,0-8-3.582-8-7.999c0-4.418,3.582-7.999,8-7.999s7.998,3.581,7.998,7.999C65.943,46.059,62.362,49.641,57.945,49.641z"/> | |
| </clipPath> | |
| <clipPath id="cloudSunFillClip"> | |
| <path | |
| d="M15,15v70h20.947V63.481c-4.778-2.767-8-7.922-8-13.84c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,5.262-3.394,9.723-8.107,11.341V85H85V15H15z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudDrizzleSun"> | |
| <g clip-path="url(#cloudSunFillClip)"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sun climacon_componentWrap-sun_cloud"> | |
| <g class="climacon_componentWrap climacon_componentWrap_sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M80.029,43.611h-3.998c-1.105,0-2-0.896-2-1.999s0.895-2,2-2h3.998c1.104,0,2,0.896,2,2S81.135,43.611,80.029,43.611z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,30.3c-0.781,0.781-2.049,0.781-2.828,0c-0.781-0.781-0.781-2.047,0-2.828l2.828-2.828c0.779-0.781,2.047-0.781,2.828,0c0.779,0.781,0.779,2.047,0,2.828L72.174,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,25.614c-1.105,0-2-0.896-2-2v-3.999c0-1.104,0.895-2,2-2c1.104,0,2,0.896,2,2v3.999C60.033,24.718,59.135,25.614,58.033,25.614z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,30.3l-2.827-2.828c-0.781-0.781-0.781-2.047,0-2.828c0.78-0.781,2.047-0.781,2.827,0l2.827,2.828c0.781,0.781,0.781,2.047,0,2.828C45.939,31.081,44.673,31.081,43.892,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M42.033,41.612c0,1.104-0.896,1.999-2,1.999h-4c-1.104,0-1.998-0.896-1.998-1.999s0.896-2,1.998-2h4C41.139,39.612,42.033,40.509,42.033,41.612z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,52.925c0.781-0.78,2.048-0.78,2.827,0c0.781,0.78,0.781,2.047,0,2.828l-2.827,2.827c-0.78,0.781-2.047,0.781-2.827,0c-0.781-0.78-0.781-2.047,0-2.827L43.892,52.925z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,57.61c1.104,0,2,0.895,2,1.999v4c0,1.104-0.896,2-2,2c-1.105,0-2-0.896-2-2v-4C56.033,58.505,56.928,57.61,58.033,57.61z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,52.925l2.828,2.828c0.779,0.78,0.779,2.047,0,2.827c-0.781,0.781-2.049,0.781-2.828,0l-2.828-2.827c-0.781-0.781-0.781-2.048,0-2.828C70.125,52.144,71.391,52.144,72.174,52.925z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody" clip-path="url(#sunCloudFillClip)"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| cx="58.033" | |
| cy="41.612" | |
| r="11.999"/> | |
| </g> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-drizzle"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-left" | |
| d="M42.001,53.644c1.104,0,2,0.896,2,2v3.998c0,1.105-0.896,2-2,2c-1.105,0-2.001-0.895-2.001-2v-3.998C40,54.538,40.896,53.644,42.001,53.644z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-middle" | |
| d="M49.999,53.644c1.104,0,2,0.896,2,2v4c0,1.104-0.896,2-2,2s-1.998-0.896-1.998-2v-4C48.001,54.54,48.896,53.644,49.999,53.644z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-right" | |
| d="M57.999,53.644c1.104,0,2,0.896,2,2v3.998c0,1.105-0.896,2-2,2c-1.105,0-2-0.895-2-2v-3.998C55.999,54.538,56.894,53.644,57.999,53.644z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud" clip-path="url(#cloudFillClip)"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M63.999,64.944v-4.381c2.387-1.386,3.998-3.961,3.998-6.92c0-4.418-3.58-8-7.998-8c-1.603,0-3.084,0.481-4.334,1.291c-1.232-5.316-5.973-9.29-11.664-9.29c-6.628,0-11.999,5.372-11.999,12c0,3.549,1.55,6.729,3.998,8.926v4.914c-4.776-2.769-7.998-7.922-7.998-13.84c0-8.836,7.162-15.999,15.999-15.999c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.336-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12C71.997,58.864,68.655,63.296,63.999,64.944z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudDrizzleSun --> | |
| <svg | |
| version="1.1" | |
| id="cloudDrizzleSunFill" | |
| class="climacon climacon_cloudDrizzleSunFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudDrizzleSunFill"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sun climacon_componentWrap-sun_cloud"> | |
| <g class="climacon_componentWrap climacon_componentWrap_sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M80.029,43.611h-3.998c-1.105,0-2-0.896-2-1.999s0.895-2,2-2h3.998c1.104,0,2,0.896,2,2S81.135,43.611,80.029,43.611z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,30.3c-0.781,0.781-2.049,0.781-2.828,0c-0.781-0.781-0.781-2.047,0-2.828l2.828-2.828c0.779-0.781,2.047-0.781,2.828,0c0.779,0.781,0.779,2.047,0,2.828L72.174,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,25.614c-1.105,0-2-0.896-2-2v-3.999c0-1.104,0.895-2,2-2c1.104,0,2,0.896,2,2v3.999C60.033,24.718,59.135,25.614,58.033,25.614z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,30.3l-2.827-2.828c-0.781-0.781-0.781-2.047,0-2.828c0.78-0.781,2.047-0.781,2.827,0l2.827,2.828c0.781,0.781,0.781,2.047,0,2.828C45.939,31.081,44.673,31.081,43.892,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M42.033,41.612c0,1.104-0.896,1.999-2,1.999h-4c-1.104,0-1.998-0.896-1.998-1.999s0.896-2,1.998-2h4C41.139,39.612,42.033,40.509,42.033,41.612z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,52.925c0.781-0.78,2.048-0.78,2.827,0c0.781,0.78,0.781,2.047,0,2.828l-2.827,2.827c-0.78,0.781-2.047,0.781-2.827,0c-0.781-0.78-0.781-2.047,0-2.827L43.892,52.925z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,57.61c1.104,0,2,0.895,2,1.999v4c0,1.104-0.896,2-2,2c-1.105,0-2-0.896-2-2v-4C56.033,58.505,56.928,57.61,58.033,57.61z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,52.925l2.828,2.828c0.779,0.78,0.779,2.047,0,2.827c-0.781,0.781-2.049,0.781-2.828,0l-2.828-2.827c-0.781-0.781-0.781-2.048,0-2.828C70.125,52.144,71.391,52.144,72.174,52.925z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| cx="58.033" | |
| cy="41.612" | |
| r="11.999"/> | |
| <circle | |
| class="climacon_component climacon_component-fill climacon_component-fill_sunBody" | |
| fill="#FFFFFF" | |
| cx="58.033" | |
| cy="41.612" r="7.999"/> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-drizzle"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-left" | |
| d="M42.001,53.644c1.104,0,2,0.896,2,2v3.998c0,1.105-0.896,2-2,2c-1.105,0-2.001-0.895-2.001-2v-3.998C40,54.538,40.896,53.644,42.001,53.644z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-middle" | |
| d="M49.999,53.644c1.104,0,2,0.896,2,2v4c0,1.104-0.896,2-2,2s-1.998-0.896-1.998-2v-4C48.001,54.54,48.896,53.644,49.999,53.644z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-right" | |
| d="M57.999,53.644c1.104,0,2,0.896,2,2v3.998c0,1.105-0.896,2-2,2c-1.105,0-2-0.895-2-2v-3.998C55.999,54.538,56.894,53.644,57.999,53.644z"/> | |
| </g> | |
| <g class="climacon_componentWrap climacon_componentWrap_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M43.945,65.639c-8.835,0-15.998-7.162-15.998-15.998c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.168,65.639,47.143,65.639,43.945,65.639z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M59.943,61.639c4.418,0,8-3.582,8-7.998c0-4.417-3.582-8-8-8c-1.601,0-3.082,0.481-4.334,1.291c-1.23-5.316-5.973-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.999c0,6.626,5.372,11.998,11.998,11.998C47.562,61.639,56.924,61.639,59.943,61.639z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudDrizzleSunFill --> | |
| <svg | |
| version="1.1" | |
| id="cloudDrizzleMoon" | |
| class="climacon climacon_cloudDrizzleMoon" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="moonCloudFillClip"> | |
| <path | |
| d="M0,0v100h100V0H0z M60.943,46.641c-4.418,0-7.999-3.582-7.999-7.999c0-3.803,2.655-6.979,6.211-7.792c0.903,4.854,4.726,8.676,9.579,9.58C67.922,43.986,64.745,46.641,60.943,46.641z"/> | |
| </clipPath> | |
| <clipPath id="cloudFillClip"> | |
| <path d="M15,15v70h70V15H15z M59.943,61.639c-3.02,0-12.381,0-15.999,0c-6.626,0-11.998-5.371-11.998-11.998c0-6.627,5.372-11.999,11.998-11.999c5.691,0,10.434,3.974,11.665,9.29c1.252-0.81,2.733-1.291,4.334-1.291c4.418,0,8,3.582,8,8C67.943,58.057,64.361,61.639,59.943,61.639z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudDrizzleMoon"> | |
| <g clip-path="url(#cloudFillClip)"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-moon climacon_componentWrap-moon_cloud" clip-path="url(#moonCloudFillClip)"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_moon" | |
| d="M61.023,50.641c-6.627,0-11.999-5.372-11.999-11.998c0-6.627,5.372-11.999,11.999-11.999c0.755,0,1.491,0.078,2.207,0.212c-0.132,0.576-0.208,1.173-0.208,1.788c0,4.418,3.582,7.999,8,7.999c0.614,0,1.212-0.076,1.788-0.208c0.133,0.717,0.211,1.452,0.211,2.208C73.021,45.269,67.649,50.641,61.023,50.641z"/> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-drizzle"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-left" | |
| d="M42.001,53.644c1.104,0,2,0.896,2,2v3.998c0,1.105-0.896,2-2,2c-1.105,0-2.001-0.895-2.001-2v-3.998C40,54.538,40.896,53.644,42.001,53.644z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-middle" | |
| d="M49.999,53.644c1.104,0,2,0.896,2,2v4c0,1.104-0.896,2-2,2s-1.998-0.896-1.998-2v-4C48.001,54.54,48.896,53.644,49.999,53.644z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-right" | |
| d="M57.999,53.644c1.104,0,2,0.896,2,2v3.998c0,1.105-0.896,2-2,2c-1.105,0-2-0.895-2-2v-3.998C55.999,54.538,56.894,53.644,57.999,53.644z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud" clip-path="url(#cloudFillClip)"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M63.999,64.944v-4.381c2.387-1.386,3.998-3.961,3.998-6.92c0-4.418-3.58-8-7.998-8c-1.603,0-3.084,0.481-4.334,1.291c-1.232-5.316-5.973-9.29-11.664-9.29c-6.628,0-11.999,5.372-11.999,12c0,3.549,1.55,6.729,3.998,8.926v4.914c-4.776-2.769-7.998-7.922-7.998-13.84c0-8.836,7.162-15.999,15.999-15.999c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.336-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12C71.997,58.864,68.655,63.296,63.999,64.944z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudDrizzleMoon --> | |
| <svg | |
| version="1.1" | |
| id="cloudDrizzleMoonFill" | |
| class="climacon climacon_cloudDrizzleMoonFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudDrizzleMoonFill"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-moon climacon_componentWrap-moon_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_moon" | |
| d="M61.023,50.641c-6.627,0-11.999-5.372-11.999-11.998c0-6.627,5.372-11.999,11.999-11.999c0.755,0,1.491,0.078,2.207,0.212c-0.132,0.576-0.208,1.173-0.208,1.788c0,4.418,3.582,7.999,8,7.999c0.614,0,1.212-0.076,1.788-0.208c0.133,0.717,0.211,1.452,0.211,2.208C73.021,45.269,67.649,50.641,61.023,50.641z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_moon" | |
| fill="#FFFFFF" | |
| d="M59.235,30.851c-3.556,0.813-6.211,3.989-6.211,7.792c0,4.417,3.581,7.999,7.999,7.999c3.802,0,6.979-2.655,7.791-6.211C63.961,39.527,60.139,35.705,59.235,30.851z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-drizzle"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-left" | |
| d="M42.001,53.644c1.104,0,2,0.896,2,2v3.998c0,1.105-0.896,2-2,2c-1.105,0-2.001-0.895-2.001-2v-3.998C40,54.538,40.896,53.644,42.001,53.644z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-middle" | |
| d="M49.999,53.644c1.104,0,2,0.896,2,2v4c0,1.104-0.896,2-2,2s-1.998-0.896-1.998-2v-4C48.001,54.54,48.896,53.644,49.999,53.644z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-right" | |
| d="M57.999,53.644c1.104,0,2,0.896,2,2v3.998c0,1.105-0.896,2-2,2c-1.105,0-2-0.895-2-2v-3.998C55.999,54.538,56.894,53.644,57.999,53.644z"/> | |
| </g> | |
| <g class="climacon_componentWrap climacon_componentWrap_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M43.945,65.639c-8.835,0-15.998-7.162-15.998-15.998c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.168,65.639,47.143,65.639,43.945,65.639z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M59.943,61.639c4.418,0,8-3.582,8-7.998c0-4.417-3.582-8-8-8c-1.601,0-3.082,0.481-4.334,1.291c-1.23-5.316-5.973-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.999c0,6.626,5.372,11.998,11.998,11.998C47.562,61.639,56.924,61.639,59.943,61.639z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudDrizzleMoonFill --> | |
| <svg | |
| version="1.1" | |
| id="cloudDrizzleAlt" | |
| class="climacon climacon_cloudDrizzleAlt" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudDrizzleAlt"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-drizzle"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-left" | |
| id="Drizzle-Left_1_" | |
| d="M56.969,57.672l-2.121,2.121c-1.172,1.172-1.172,3.072,0,4.242c1.17,1.172,3.07,1.172,4.24,0c1.172-1.17,1.172-3.07,0-4.242L56.969,57.672z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-middle" | |
| d="M50.088,57.672l-2.119,2.121c-1.174,1.172-1.174,3.07,0,4.242c1.17,1.172,3.068,1.172,4.24,0s1.172-3.07,0-4.242L50.088,57.672z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-right" | |
| d="M43.033,57.672l-2.121,2.121c-1.172,1.172-1.172,3.07,0,4.242s3.07,1.172,4.244,0c1.172-1.172,1.172-3.07,0-4.242L43.033,57.672z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M59.943,41.642c-0.696,0-1.369,0.092-2.033,0.205c-2.736-4.892-7.961-8.203-13.965-8.203c-8.835,0-15.998,7.162-15.998,15.997c0,5.992,3.3,11.207,8.177,13.947c0.276-1.262,0.892-2.465,1.873-3.445l0.057-0.057c-3.644-2.061-6.106-5.963-6.106-10.445c0-6.626,5.372-11.998,11.998-11.998c5.691,0,10.433,3.974,11.666,9.29c1.25-0.81,2.732-1.291,4.332-1.291c4.418,0,8,3.581,8,7.999c0,3.443-2.182,6.371-5.235,7.498c0.788,1.146,1.194,2.471,1.222,3.807c4.666-1.645,8.014-6.077,8.014-11.305C71.941,47.014,66.57,41.642,59.943,41.642z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudDrizzleAlt --> | |
| <svg | |
| version="1.1" | |
| id="cloudDrizzleAlt" | |
| class="climacon climacon_cloudDrizzleFillAlt" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudDrizzleFillAlt"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-drizzle"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-left" | |
| id="Drizzle-Left_1_" | |
| d="M56.969,57.672l-2.121,2.121c-1.172,1.172-1.172,3.072,0,4.242c1.17,1.172,3.07,1.172,4.24,0c1.172-1.17,1.172-3.07,0-4.242L56.969,57.672z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-middle" | |
| d="M50.088,57.672l-2.119,2.121c-1.174,1.172-1.174,3.07,0,4.242c1.17,1.172,3.068,1.172,4.24,0s1.172-3.07,0-4.242L50.088,57.672z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-right" | |
| d="M43.033,57.672l-2.121,2.121c-1.172,1.172-1.172,3.07,0,4.242s3.07,1.172,4.244,0c1.172-1.172,1.172-3.07,0-4.242L43.033,57.672z"/> | |
| </g> | |
| <g class="climacon_componentWrap climacon_componentWrap_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M43.945,65.639c-8.835,0-15.998-7.162-15.998-15.998c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.168,65.639,47.143,65.639,43.945,65.639z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M59.943,61.639c4.418,0,8-3.582,8-7.998c0-4.417-3.582-8-8-8c-1.601,0-3.082,0.481-4.334,1.291c-1.23-5.316-5.973-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.999c0,6.626,5.372,11.998,11.998,11.998C47.562,61.639,56.924,61.639,59.943,61.639z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudDrizzleFillAlt --> | |
| <svg | |
| version="1.1" | |
| id="cloudDrizzleSunAlt" | |
| class="climacon climacon_cloudDrizzleSunAlt" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="sunCloudFillClip"> | |
| <path | |
| d="M15,15v70h70V15H15z M57.945,49.641c-4.417,0-8-3.582-8-7.999c0-4.418,3.582-7.999,8-7.999s7.998,3.581,7.998,7.999C65.943,46.059,62.362,49.641,57.945,49.641z"/> | |
| </clipPath> | |
| <clipPath id="cloudSunFillClip"> | |
| <path | |
| d="M15,15v70h20.947V63.481c-4.778-2.767-8-7.922-8-13.84c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,5.262-3.394,9.723-8.107,11.341V85H85V15H15z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudDrizzleSunAlt"> | |
| <g clip-path="url(#cloudSunFillClip)"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sun climacon_componentWrap-sun_cloud"> | |
| <g class="climacon_componentWrap climacon_componentWrap_sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M80.029,43.611h-3.998c-1.105,0-2-0.896-2-1.999s0.895-2,2-2h3.998c1.104,0,2,0.896,2,2S81.135,43.611,80.029,43.611z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,30.3c-0.781,0.781-2.049,0.781-2.828,0c-0.781-0.781-0.781-2.047,0-2.828l2.828-2.828c0.779-0.781,2.047-0.781,2.828,0c0.779,0.781,0.779,2.047,0,2.828L72.174,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,25.614c-1.105,0-2-0.896-2-2v-3.999c0-1.104,0.895-2,2-2c1.104,0,2,0.896,2,2v3.999C60.033,24.718,59.135,25.614,58.033,25.614z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,30.3l-2.827-2.828c-0.781-0.781-0.781-2.047,0-2.828c0.78-0.781,2.047-0.781,2.827,0l2.827,2.828c0.781,0.781,0.781,2.047,0,2.828C45.939,31.081,44.673,31.081,43.892,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M42.033,41.612c0,1.104-0.896,1.999-2,1.999h-4c-1.104,0-1.998-0.896-1.998-1.999s0.896-2,1.998-2h4C41.139,39.612,42.033,40.509,42.033,41.612z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,52.925c0.781-0.78,2.048-0.78,2.827,0c0.781,0.78,0.781,2.047,0,2.828l-2.827,2.827c-0.78,0.781-2.047,0.781-2.827,0c-0.781-0.78-0.781-2.047,0-2.827L43.892,52.925z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,57.61c1.104,0,2,0.895,2,1.999v4c0,1.104-0.896,2-2,2c-1.105,0-2-0.896-2-2v-4C56.033,58.505,56.928,57.61,58.033,57.61z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,52.925l2.828,2.828c0.779,0.78,0.779,2.047,0,2.827c-0.781,0.781-2.049,0.781-2.828,0l-2.828-2.827c-0.781-0.781-0.781-2.048,0-2.828C70.125,52.144,71.391,52.144,72.174,52.925z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody" clip-path="url(#sunCloudFillClip)"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| cx="58.033" | |
| cy="41.612" | |
| r="11.999"/> | |
| </g> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-drizzle"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-left" | |
| id="Drizzle-Left_1_" | |
| d="M56.969,57.672l-2.121,2.121c-1.172,1.172-1.172,3.072,0,4.242c1.17,1.172,3.07,1.172,4.24,0c1.172-1.17,1.172-3.07,0-4.242L56.969,57.672z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-middle" | |
| d="M50.088,57.672l-2.119,2.121c-1.174,1.172-1.174,3.07,0,4.242c1.17,1.172,3.068,1.172,4.24,0s1.172-3.07,0-4.242L50.088,57.672z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-right" | |
| d="M43.033,57.672l-2.121,2.121c-1.172,1.172-1.172,3.07,0,4.242s3.07,1.172,4.244,0c1.172-1.172,1.172-3.07,0-4.242L43.033,57.672z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud" clip-path="url(#cloudFillClip)"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M63.999,64.944v-4.381c2.387-1.386,3.998-3.961,3.998-6.92c0-4.418-3.58-8-7.998-8c-1.603,0-3.084,0.481-4.334,1.291c-1.232-5.316-5.973-9.29-11.664-9.29c-6.628,0-11.999,5.372-11.999,12c0,3.549,1.55,6.729,3.998,8.926v4.914c-4.776-2.769-7.998-7.922-7.998-13.84c0-8.836,7.162-15.999,15.999-15.999c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.336-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12C71.997,58.864,68.655,63.296,63.999,64.944z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudDrizzleSunAlt --> | |
| <svg | |
| version="1.1" | |
| id="cloudDrizzleSunFillAlt" | |
| class="climacon climacon_cloudDrizzleSunFillAlt" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudDrizzleSunFillAlt"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sun climacon_componentWrap-sun_cloud"> | |
| <g class="climacon_componentWrap climacon_componentWrap_sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M80.029,43.611h-3.998c-1.105,0-2-0.896-2-1.999s0.895-2,2-2h3.998c1.104,0,2,0.896,2,2S81.135,43.611,80.029,43.611z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,30.3c-0.781,0.781-2.049,0.781-2.828,0c-0.781-0.781-0.781-2.047,0-2.828l2.828-2.828c0.779-0.781,2.047-0.781,2.828,0c0.779,0.781,0.779,2.047,0,2.828L72.174,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,25.614c-1.105,0-2-0.896-2-2v-3.999c0-1.104,0.895-2,2-2c1.104,0,2,0.896,2,2v3.999C60.033,24.718,59.135,25.614,58.033,25.614z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,30.3l-2.827-2.828c-0.781-0.781-0.781-2.047,0-2.828c0.78-0.781,2.047-0.781,2.827,0l2.827,2.828c0.781,0.781,0.781,2.047,0,2.828C45.939,31.081,44.673,31.081,43.892,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M42.033,41.612c0,1.104-0.896,1.999-2,1.999h-4c-1.104,0-1.998-0.896-1.998-1.999s0.896-2,1.998-2h4C41.139,39.612,42.033,40.509,42.033,41.612z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,52.925c0.781-0.78,2.048-0.78,2.827,0c0.781,0.78,0.781,2.047,0,2.828l-2.827,2.827c-0.78,0.781-2.047,0.781-2.827,0c-0.781-0.78-0.781-2.047,0-2.827L43.892,52.925z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,57.61c1.104,0,2,0.895,2,1.999v4c0,1.104-0.896,2-2,2c-1.105,0-2-0.896-2-2v-4C56.033,58.505,56.928,57.61,58.033,57.61z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,52.925l2.828,2.828c0.779,0.78,0.779,2.047,0,2.827c-0.781,0.781-2.049,0.781-2.828,0l-2.828-2.827c-0.781-0.781-0.781-2.048,0-2.828C70.125,52.144,71.391,52.144,72.174,52.925z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| cx="58.033" | |
| cy="41.612" | |
| r="11.999"/> | |
| <circle | |
| class="climacon_component climacon_component-fill climacon_component-fill_sunBody" | |
| fill="#FFFFFF" | |
| cx="58.033" | |
| cy="41.612" r="7.999"/> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-drizzle"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-left" | |
| id="Drizzle-Left_1_" | |
| d="M56.969,57.672l-2.121,2.121c-1.172,1.172-1.172,3.072,0,4.242c1.17,1.172,3.07,1.172,4.24,0c1.172-1.17,1.172-3.07,0-4.242L56.969,57.672z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-middle" | |
| d="M50.088,57.672l-2.119,2.121c-1.174,1.172-1.174,3.07,0,4.242c1.17,1.172,3.068,1.172,4.24,0s1.172-3.07,0-4.242L50.088,57.672z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-right" | |
| d="M43.033,57.672l-2.121,2.121c-1.172,1.172-1.172,3.07,0,4.242s3.07,1.172,4.244,0c1.172-1.172,1.172-3.07,0-4.242L43.033,57.672z"/> | |
| </g> | |
| <g class="climacon_componentWrap climacon_componentWrap_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M43.945,65.639c-8.835,0-15.998-7.162-15.998-15.998c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.168,65.639,47.143,65.639,43.945,65.639z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M59.943,61.639c4.418,0,8-3.582,8-7.998c0-4.417-3.582-8-8-8c-1.601,0-3.082,0.481-4.334,1.291c-1.23-5.316-5.973-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.999c0,6.626,5.372,11.998,11.998,11.998C47.562,61.639,56.924,61.639,59.943,61.639z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudDrizzleSunFillAlt --> | |
| <svg | |
| version="1.1" | |
| id="cloudDrizzleMoonAlt" | |
| class="climacon climacon_cloudDrizzleMoonAlt" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="cloudFillClip"> | |
| <path d="M15,15v70h70V15H15z M59.943,61.639c-3.02,0-12.381,0-15.999,0c-6.626,0-11.998-5.371-11.998-11.998c0-6.627,5.372-11.999,11.998-11.999c5.691,0,10.434,3.974,11.665,9.29c1.252-0.81,2.733-1.291,4.334-1.291c4.418,0,8,3.582,8,8C67.943,58.057,64.361,61.639,59.943,61.639z"/> | |
| </clipPath> | |
| <clipPath id="moonCloudFillClip"> | |
| <path | |
| d="M0,0v100h100V0H0z M60.943,46.641c-4.418,0-7.999-3.582-7.999-7.999c0-3.803,2.655-6.979,6.211-7.792c0.903,4.854,4.726,8.676,9.579,9.58C67.922,43.986,64.745,46.641,60.943,46.641z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudDrizzleMoonAlt"> | |
| <g clip-path="url(#cloudFillClip)"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-moon climacon_componentWrap-moon_cloud" clip-path="url(#moonCloudFillClip)"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| d="M61.023,50.641c-6.627,0-11.999-5.372-11.999-11.998c0-6.627,5.372-11.999,11.999-11.999c0.755,0,1.491,0.078,2.207,0.212c-0.132,0.576-0.208,1.173-0.208,1.788c0,4.418,3.582,7.999,8,7.999c0.614,0,1.212-0.076,1.788-0.208c0.133,0.717,0.211,1.452,0.211,2.208C73.021,45.269,67.649,50.641,61.023,50.641z"/> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-drizzle"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-left" | |
| id="Drizzle-Left_1_" | |
| d="M56.969,57.672l-2.121,2.121c-1.172,1.172-1.172,3.072,0,4.242c1.17,1.172,3.07,1.172,4.24,0c1.172-1.17,1.172-3.07,0-4.242L56.969,57.672z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-middle" | |
| d="M50.088,57.672l-2.119,2.121c-1.174,1.172-1.174,3.07,0,4.242c1.17,1.172,3.068,1.172,4.24,0s1.172-3.07,0-4.242L50.088,57.672z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-right" | |
| d="M43.033,57.672l-2.121,2.121c-1.172,1.172-1.172,3.07,0,4.242s3.07,1.172,4.244,0c1.172-1.172,1.172-3.07,0-4.242L43.033,57.672z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud" clip-path="url(#cloudFillClip)"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M59.943,41.642c-0.696,0-1.369,0.092-2.033,0.205c-2.736-4.892-7.961-8.203-13.965-8.203c-8.835,0-15.998,7.162-15.998,15.997c0,5.992,3.3,11.207,8.177,13.947c0.276-1.262,0.892-2.465,1.873-3.445l0.057-0.057c-3.644-2.061-6.106-5.963-6.106-10.445c0-6.626,5.372-11.998,11.998-11.998c5.691,0,10.433,3.974,11.666,9.29c1.25-0.81,2.732-1.291,4.332-1.291c4.418,0,8,3.581,8,7.999c0,3.443-2.182,6.371-5.235,7.498c0.788,1.146,1.194,2.471,1.222,3.807c4.666-1.645,8.014-6.077,8.014-11.305C71.941,47.014,66.57,41.642,59.943,41.642z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudDrizzleMoonAlt --> | |
| <svg | |
| version="1.1" | |
| id="cloudDrizzleMoonFillAlt" | |
| class="climacon climacon_cloudDrizzleMoonFillAlt" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudDrizzleMoonFillAlt"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-moon climacon_componentWrap-moon_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| d="M61.023,50.641c-6.627,0-11.999-5.372-11.999-11.998c0-6.627,5.372-11.999,11.999-11.999c0.755,0,1.491,0.078,2.207,0.212c-0.132,0.576-0.208,1.173-0.208,1.788c0,4.418,3.582,7.999,8,7.999c0.614,0,1.212-0.076,1.788-0.208c0.133,0.717,0.211,1.452,0.211,2.208C73.021,45.269,67.649,50.641,61.023,50.641z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_moon" | |
| fill="#FFFFFF" | |
| d="M59.235,30.851c-3.556,0.813-6.211,3.989-6.211,7.792c0,4.417,3.581,7.999,7.999,7.999c3.802,0,6.979-2.655,7.791-6.211C63.961,39.527,60.139,35.705,59.235,30.851z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-drizzle"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-left" | |
| id="Drizzle-Left_1_" | |
| d="M56.969,57.672l-2.121,2.121c-1.172,1.172-1.172,3.072,0,4.242c1.17,1.172,3.07,1.172,4.24,0c1.172-1.17,1.172-3.07,0-4.242L56.969,57.672z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-middle" | |
| d="M50.088,57.672l-2.119,2.121c-1.174,1.172-1.174,3.07,0,4.242c1.17,1.172,3.068,1.172,4.24,0s1.172-3.07,0-4.242L50.088,57.672z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_drizzle climacon_component-stroke_drizzle-right" | |
| d="M43.033,57.672l-2.121,2.121c-1.172,1.172-1.172,3.07,0,4.242s3.07,1.172,4.244,0c1.172-1.172,1.172-3.07,0-4.242L43.033,57.672z"/> | |
| </g> | |
| <g class="climacon_componentWrap climacon_componentWrap_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M43.945,65.639c-8.835,0-15.998-7.162-15.998-15.998c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.168,65.639,47.143,65.639,43.945,65.639z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M59.943,61.639c4.418,0,8-3.582,8-7.998c0-4.417-3.582-8-8-8c-1.601,0-3.082,0.481-4.334,1.291c-1.23-5.316-5.973-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.999c0,6.626,5.372,11.998,11.998,11.998C47.562,61.639,56.924,61.639,59.943,61.639z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudDrizzleMoonFillAlt --> | |
| <svg | |
| version="1.1" | |
| id="cloudRain" | |
| class="climacon climacon_cloudRain" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="cloudFillClip"> | |
| <path d="M15,15v70h70V15H15z M59.943,61.639c-3.02,0-12.381,0-15.999,0c-6.626,0-11.998-5.371-11.998-11.998c0-6.627,5.372-11.999,11.998-11.999c5.691,0,10.434,3.974,11.665,9.29c1.252-0.81,2.733-1.291,4.334-1.291c4.418,0,8,3.582,8,8C67.943,58.057,64.361,61.639,59.943,61.639z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudRain"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-rain"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- left" | |
| d="M41.946,53.641c1.104,0,1.999,0.896,1.999,2v15.998c0,1.105-0.895,2-1.999,2s-2-0.895-2-2V55.641C39.946,54.537,40.842,53.641,41.946,53.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- middle" | |
| d="M49.945,57.641c1.104,0,2,0.896,2,2v15.998c0,1.104-0.896,2-2,2s-2-0.896-2-2V59.641C47.945,58.535,48.841,57.641,49.945,57.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- right" | |
| d="M57.943,53.641c1.104,0,2,0.896,2,2v15.998c0,1.105-0.896,2-2,2c-1.104,0-2-0.895-2-2V55.641C55.943,54.537,56.84,53.641,57.943,53.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- left" | |
| d="M41.946,53.641c1.104,0,1.999,0.896,1.999,2v15.998c0,1.105-0.895,2-1.999,2s-2-0.895-2-2V55.641C39.946,54.537,40.842,53.641,41.946,53.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- middle" | |
| d="M49.945,57.641c1.104,0,2,0.896,2,2v15.998c0,1.104-0.896,2-2,2s-2-0.896-2-2V59.641C47.945,58.535,48.841,57.641,49.945,57.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- right" | |
| d="M57.943,53.641c1.104,0,2,0.896,2,2v15.998c0,1.105-0.896,2-2,2c-1.104,0-2-0.895-2-2V55.641C55.943,54.537,56.84,53.641,57.943,53.641z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent_cloud" clip-path="url(#cloudFillClip)"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M63.943,64.941v-4.381c2.389-1.384,4-3.961,4-6.92c0-4.417-3.582-8-8-8c-1.601,0-3.082,0.48-4.334,1.291c-1.23-5.317-5.973-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.998c0,3.549,1.551,6.728,4,8.924v4.916c-4.777-2.768-8-7.922-8-13.84c0-8.835,7.163-15.997,15.998-15.997c6.004,0,11.229,3.311,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.372,11.998,12C71.941,58.863,68.602,63.293,63.943,64.941z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudRain --> | |
| <svg | |
| version="1.1" | |
| id="cloudRainFill" | |
| class="climacon climacon_cloudRainFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudRainFill"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-rain"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- left" | |
| d="M41.946,53.641c1.104,0,1.999,0.896,1.999,2v15.998c0,1.105-0.895,2-1.999,2s-2-0.895-2-2V55.641C39.946,54.537,40.842,53.641,41.946,53.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- middle" | |
| d="M49.945,57.641c1.104,0,2,0.896,2,2v15.998c0,1.104-0.896,2-2,2s-2-0.896-2-2V59.641C47.945,58.535,48.841,57.641,49.945,57.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- right" | |
| d="M57.943,53.641c1.104,0,2,0.896,2,2v15.998c0,1.105-0.896,2-2,2c-1.104,0-2-0.895-2-2V55.641C55.943,54.537,56.84,53.641,57.943,53.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- left" | |
| d="M41.946,53.641c1.104,0,1.999,0.896,1.999,2v15.998c0,1.105-0.895,2-1.999,2s-2-0.895-2-2V55.641C39.946,54.537,40.842,53.641,41.946,53.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- middle" | |
| d="M49.945,57.641c1.104,0,2,0.896,2,2v15.998c0,1.104-0.896,2-2,2s-2-0.896-2-2V59.641C47.945,58.535,48.841,57.641,49.945,57.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- right" | |
| d="M57.943,53.641c1.104,0,2,0.896,2,2v15.998c0,1.105-0.896,2-2,2c-1.104,0-2-0.895-2-2V55.641C55.943,54.537,56.84,53.641,57.943,53.641z"/> | |
| </g> | |
| <g class="climacon_componentWrap climacon_componentWrap_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M43.945,65.639c-8.835,0-15.998-7.162-15.998-15.998c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.168,65.639,47.143,65.639,43.945,65.639z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M59.943,61.639c4.418,0,8-3.582,8-7.998c0-4.417-3.582-8-8-8c-1.601,0-3.082,0.481-4.334,1.291c-1.23-5.316-5.973-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.999c0,6.626,5.372,11.998,11.998,11.998C47.562,61.639,56.924,61.639,59.943,61.639z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudRainFill --> | |
| <svg | |
| version="1.1" | |
| id="cloudRainSun" | |
| class="climacon climacon_cloudRainSun" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="cloudFillClip"> | |
| <path d="M15,15v70h70V15H15z M59.943,61.639c-3.02,0-12.381,0-15.999,0c-6.626,0-11.998-5.371-11.998-11.998c0-6.627,5.372-11.999,11.998-11.999c5.691,0,10.434,3.974,11.665,9.29c1.252-0.81,2.733-1.291,4.334-1.291c4.418,0,8,3.582,8,8C67.943,58.057,64.361,61.639,59.943,61.639z"/> | |
| </clipPath> | |
| <clipPath id="sunCloudFillClip"> | |
| <path | |
| d="M15,15v70h70V15H15z M57.945,49.641c-4.417,0-8-3.582-8-7.999c0-4.418,3.582-7.999,8-7.999s7.998,3.581,7.998,7.999C65.943,46.059,62.362,49.641,57.945,49.641z"/> | |
| </clipPath> | |
| <clipPath id="cloudSunFillClip"> | |
| <path | |
| d="M15,15v70h20.947V63.481c-4.778-2.767-8-7.922-8-13.84c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,5.262-3.394,9.723-8.107,11.341V85H85V15H15z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudRainSun"> | |
| <g clip-path="url(#cloudSunFillClip)"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sun climacon_componentWrap-sun_cloud"> | |
| <g class="climacon_componentWrap climacon_componentWrap_sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M80.029,43.611h-3.998c-1.105,0-2-0.896-2-1.999s0.895-2,2-2h3.998c1.104,0,2,0.896,2,2S81.135,43.611,80.029,43.611z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,30.3c-0.781,0.781-2.049,0.781-2.828,0c-0.781-0.781-0.781-2.047,0-2.828l2.828-2.828c0.779-0.781,2.047-0.781,2.828,0c0.779,0.781,0.779,2.047,0,2.828L72.174,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,25.614c-1.105,0-2-0.896-2-2v-3.999c0-1.104,0.895-2,2-2c1.104,0,2,0.896,2,2v3.999C60.033,24.718,59.135,25.614,58.033,25.614z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,30.3l-2.827-2.828c-0.781-0.781-0.781-2.047,0-2.828c0.78-0.781,2.047-0.781,2.827,0l2.827,2.828c0.781,0.781,0.781,2.047,0,2.828C45.939,31.081,44.673,31.081,43.892,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M42.033,41.612c0,1.104-0.896,1.999-2,1.999h-4c-1.104,0-1.998-0.896-1.998-1.999s0.896-2,1.998-2h4C41.139,39.612,42.033,40.509,42.033,41.612z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,52.925c0.781-0.78,2.048-0.78,2.827,0c0.781,0.78,0.781,2.047,0,2.828l-2.827,2.827c-0.78,0.781-2.047,0.781-2.827,0c-0.781-0.78-0.781-2.047,0-2.827L43.892,52.925z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,57.61c1.104,0,2,0.895,2,1.999v4c0,1.104-0.896,2-2,2c-1.105,0-2-0.896-2-2v-4C56.033,58.505,56.928,57.61,58.033,57.61z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,52.925l2.828,2.828c0.779,0.78,0.779,2.047,0,2.827c-0.781,0.781-2.049,0.781-2.828,0l-2.828-2.827c-0.781-0.781-0.781-2.048,0-2.828C70.125,52.144,71.391,52.144,72.174,52.925z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody" clip-path="url(#sunCloudFillClip)"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| cx="58.033" | |
| cy="41.612" | |
| r="11.999"/> | |
| </g> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-rain"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- left" | |
| d="M41.946,53.641c1.104,0,1.999,0.896,1.999,2v15.998c0,1.105-0.895,2-1.999,2s-2-0.895-2-2V55.641C39.946,54.537,40.842,53.641,41.946,53.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- middle" | |
| d="M49.945,57.641c1.104,0,2,0.896,2,2v15.998c0,1.104-0.896,2-2,2s-2-0.896-2-2V59.641C47.945,58.535,48.841,57.641,49.945,57.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- right" | |
| d="M57.943,53.641c1.104,0,2,0.896,2,2v15.998c0,1.105-0.896,2-2,2c-1.104,0-2-0.895-2-2V55.641C55.943,54.537,56.84,53.641,57.943,53.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- left" | |
| d="M41.946,53.641c1.104,0,1.999,0.896,1.999,2v15.998c0,1.105-0.895,2-1.999,2s-2-0.895-2-2V55.641C39.946,54.537,40.842,53.641,41.946,53.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- middle" | |
| d="M49.945,57.641c1.104,0,2,0.896,2,2v15.998c0,1.104-0.896,2-2,2s-2-0.896-2-2V59.641C47.945,58.535,48.841,57.641,49.945,57.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- right" | |
| d="M57.943,53.641c1.104,0,2,0.896,2,2v15.998c0,1.105-0.896,2-2,2c-1.104,0-2-0.895-2-2V55.641C55.943,54.537,56.84,53.641,57.943,53.641z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M63.943,64.941v-4.381c2.389-1.384,4-3.961,4-6.92c0-4.417-3.582-8-8-8c-1.601,0-3.082,0.48-4.334,1.291c-1.23-5.317-5.973-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.998c0,3.549,1.551,6.728,4,8.924v4.916c-4.777-2.768-8-7.922-8-13.84c0-8.835,7.163-15.997,15.998-15.997c6.004,0,11.229,3.311,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.372,11.998,12C71.941,58.863,68.602,63.293,63.943,64.941z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudRainSun --> | |
| <svg | |
| version="1.1" | |
| id="cloudRainSunFill" | |
| class="climacon climacon_cloudRainSunFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudRainSunFill"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sun climacon_componentWrap-sun_cloud"> | |
| <g class="climacon_componentWrap climacon_componentWrap_sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M80.029,43.611h-3.998c-1.105,0-2-0.896-2-1.999s0.895-2,2-2h3.998c1.104,0,2,0.896,2,2S81.135,43.611,80.029,43.611z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,30.3c-0.781,0.781-2.049,0.781-2.828,0c-0.781-0.781-0.781-2.047,0-2.828l2.828-2.828c0.779-0.781,2.047-0.781,2.828,0c0.779,0.781,0.779,2.047,0,2.828L72.174,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,25.614c-1.105,0-2-0.896-2-2v-3.999c0-1.104,0.895-2,2-2c1.104,0,2,0.896,2,2v3.999C60.033,24.718,59.135,25.614,58.033,25.614z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,30.3l-2.827-2.828c-0.781-0.781-0.781-2.047,0-2.828c0.78-0.781,2.047-0.781,2.827,0l2.827,2.828c0.781,0.781,0.781,2.047,0,2.828C45.939,31.081,44.673,31.081,43.892,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M42.033,41.612c0,1.104-0.896,1.999-2,1.999h-4c-1.104,0-1.998-0.896-1.998-1.999s0.896-2,1.998-2h4C41.139,39.612,42.033,40.509,42.033,41.612z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,52.925c0.781-0.78,2.048-0.78,2.827,0c0.781,0.78,0.781,2.047,0,2.828l-2.827,2.827c-0.78,0.781-2.047,0.781-2.827,0c-0.781-0.78-0.781-2.047,0-2.827L43.892,52.925z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,57.61c1.104,0,2,0.895,2,1.999v4c0,1.104-0.896,2-2,2c-1.105,0-2-0.896-2-2v-4C56.033,58.505,56.928,57.61,58.033,57.61z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,52.925l2.828,2.828c0.779,0.78,0.779,2.047,0,2.827c-0.781,0.781-2.049,0.781-2.828,0l-2.828-2.827c-0.781-0.781-0.781-2.048,0-2.828C70.125,52.144,71.391,52.144,72.174,52.925z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| cx="58.033" | |
| cy="41.612" | |
| r="11.999"/> | |
| <circle | |
| class="climacon_component climacon_component-fill climacon_component-fill_sunBody" | |
| fill="#FFFFFF" | |
| cx="58.033" | |
| cy="41.612" r="7.999"/> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-rain"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- left" | |
| d="M41.946,53.641c1.104,0,1.999,0.896,1.999,2v15.998c0,1.105-0.895,2-1.999,2s-2-0.895-2-2V55.641C39.946,54.537,40.842,53.641,41.946,53.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- middle" | |
| d="M49.945,57.641c1.104,0,2,0.896,2,2v15.998c0,1.104-0.896,2-2,2s-2-0.896-2-2V59.641C47.945,58.535,48.841,57.641,49.945,57.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- right" | |
| d="M57.943,53.641c1.104,0,2,0.896,2,2v15.998c0,1.105-0.896,2-2,2c-1.104,0-2-0.895-2-2V55.641C55.943,54.537,56.84,53.641,57.943,53.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- left" | |
| d="M41.946,53.641c1.104,0,1.999,0.896,1.999,2v15.998c0,1.105-0.895,2-1.999,2s-2-0.895-2-2V55.641C39.946,54.537,40.842,53.641,41.946,53.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- middle" | |
| d="M49.945,57.641c1.104,0,2,0.896,2,2v15.998c0,1.104-0.896,2-2,2s-2-0.896-2-2V59.641C47.945,58.535,48.841,57.641,49.945,57.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- right" | |
| d="M57.943,53.641c1.104,0,2,0.896,2,2v15.998c0,1.105-0.896,2-2,2c-1.104,0-2-0.895-2-2V55.641C55.943,54.537,56.84,53.641,57.943,53.641z"/> | |
| </g> | |
| <g class="climacon_componentWrap climacon_componentWrap_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M43.945,65.639c-8.835,0-15.998-7.162-15.998-15.998c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.168,65.639,47.143,65.639,43.945,65.639z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M59.943,61.639c4.418,0,8-3.582,8-7.998c0-4.417-3.582-8-8-8c-1.601,0-3.082,0.481-4.334,1.291c-1.23-5.316-5.973-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.999c0,6.626,5.372,11.998,11.998,11.998C47.562,61.639,56.924,61.639,59.943,61.639z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudRainSunFill --> | |
| <svg | |
| version="1.1" | |
| id="cloudRainMoon" | |
| class="climacon climacon_cloudRainMoon" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="cloudFillClip"> | |
| <path d="M15,15v70h70V15H15z M59.943,61.639c-3.02,0-12.381,0-15.999,0c-6.626,0-11.998-5.371-11.998-11.998c0-6.627,5.372-11.999,11.998-11.999c5.691,0,10.434,3.974,11.665,9.29c1.252-0.81,2.733-1.291,4.334-1.291c4.418,0,8,3.582,8,8C67.943,58.057,64.361,61.639,59.943,61.639z"/> | |
| </clipPath> | |
| <clipPath id="moonCloudFillClip"> | |
| <path | |
| d="M0,0v100h100V0H0z M60.943,46.641c-4.418,0-7.999-3.582-7.999-7.999c0-3.803,2.655-6.979,6.211-7.792c0.903,4.854,4.726,8.676,9.579,9.58C67.922,43.986,64.745,46.641,60.943,46.641z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudRainMoon"> | |
| <g clip-path="url(#cloudFillClip)"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-moon climacon_componentWrap-moon_cloud" clip-path="url(#moonCloudFillClip)"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| d="M61.023,50.641c-6.627,0-11.999-5.372-11.999-11.998c0-6.627,5.372-11.999,11.999-11.999c0.755,0,1.491,0.078,2.207,0.212c-0.132,0.576-0.208,1.173-0.208,1.788c0,4.418,3.582,7.999,8,7.999c0.614,0,1.212-0.076,1.788-0.208c0.133,0.717,0.211,1.452,0.211,2.208C73.021,45.269,67.649,50.641,61.023,50.641z"/> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-rain"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- left" | |
| d="M41.946,53.641c1.104,0,1.999,0.896,1.999,2v15.998c0,1.105-0.895,2-1.999,2s-2-0.895-2-2V55.641C39.946,54.537,40.842,53.641,41.946,53.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- middle" | |
| d="M49.945,57.641c1.104,0,2,0.896,2,2v15.998c0,1.104-0.896,2-2,2s-2-0.896-2-2V59.641C47.945,58.535,48.841,57.641,49.945,57.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- right" | |
| d="M57.943,53.641c1.104,0,2,0.896,2,2v15.998c0,1.105-0.896,2-2,2c-1.104,0-2-0.895-2-2V55.641C55.943,54.537,56.84,53.641,57.943,53.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- left" | |
| d="M41.946,53.641c1.104,0,1.999,0.896,1.999,2v15.998c0,1.105-0.895,2-1.999,2s-2-0.895-2-2V55.641C39.946,54.537,40.842,53.641,41.946,53.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- middle" | |
| d="M49.945,57.641c1.104,0,2,0.896,2,2v15.998c0,1.104-0.896,2-2,2s-2-0.896-2-2V59.641C47.945,58.535,48.841,57.641,49.945,57.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- right" | |
| d="M57.943,53.641c1.104,0,2,0.896,2,2v15.998c0,1.105-0.896,2-2,2c-1.104,0-2-0.895-2-2V55.641C55.943,54.537,56.84,53.641,57.943,53.641z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud" clip-path="url(#cloudFillClip)"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M59.943,41.642c-0.696,0-1.369,0.092-2.033,0.205c-2.736-4.892-7.961-8.203-13.965-8.203c-8.835,0-15.998,7.162-15.998,15.997c0,5.992,3.3,11.207,8.177,13.947c0.276-1.262,0.892-2.465,1.873-3.445l0.057-0.057c-3.644-2.061-6.106-5.963-6.106-10.445c0-6.626,5.372-11.998,11.998-11.998c5.691,0,10.433,3.974,11.666,9.29c1.25-0.81,2.732-1.291,4.332-1.291c4.418,0,8,3.581,8,7.999c0,3.443-2.182,6.371-5.235,7.498c0.788,1.146,1.194,2.471,1.222,3.807c4.666-1.645,8.014-6.077,8.014-11.305C71.941,47.014,66.57,41.642,59.943,41.642z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudRainMoon --> | |
| <svg | |
| version="1.1" | |
| id="cloudRainMoonFill" | |
| class="climacon climacon_cloudRainMoonFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudRainMoonFill"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-moon climacon_componentWrap-moon_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| d="M61.023,50.641c-6.627,0-11.999-5.372-11.999-11.998c0-6.627,5.372-11.999,11.999-11.999c0.755,0,1.491,0.078,2.207,0.212c-0.132,0.576-0.208,1.173-0.208,1.788c0,4.418,3.582,7.999,8,7.999c0.614,0,1.212-0.076,1.788-0.208c0.133,0.717,0.211,1.452,0.211,2.208C73.021,45.269,67.649,50.641,61.023,50.641z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_moon" | |
| fill="#FFFFFF" | |
| d="M59.235,30.851c-3.556,0.813-6.211,3.989-6.211,7.792c0,4.417,3.581,7.999,7.999,7.999c3.802,0,6.979-2.655,7.791-6.211C63.961,39.527,60.139,35.705,59.235,30.851z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-rain"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- left" | |
| d="M41.946,53.641c1.104,0,1.999,0.896,1.999,2v15.998c0,1.105-0.895,2-1.999,2s-2-0.895-2-2V55.641C39.946,54.537,40.842,53.641,41.946,53.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- middle" | |
| d="M49.945,57.641c1.104,0,2,0.896,2,2v15.998c0,1.104-0.896,2-2,2s-2-0.896-2-2V59.641C47.945,58.535,48.841,57.641,49.945,57.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- right" | |
| d="M57.943,53.641c1.104,0,2,0.896,2,2v15.998c0,1.105-0.896,2-2,2c-1.104,0-2-0.895-2-2V55.641C55.943,54.537,56.84,53.641,57.943,53.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- left" | |
| d="M41.946,53.641c1.104,0,1.999,0.896,1.999,2v15.998c0,1.105-0.895,2-1.999,2s-2-0.895-2-2V55.641C39.946,54.537,40.842,53.641,41.946,53.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- middle" | |
| d="M49.945,57.641c1.104,0,2,0.896,2,2v15.998c0,1.104-0.896,2-2,2s-2-0.896-2-2V59.641C47.945,58.535,48.841,57.641,49.945,57.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- right" | |
| d="M57.943,53.641c1.104,0,2,0.896,2,2v15.998c0,1.105-0.896,2-2,2c-1.104,0-2-0.895-2-2V55.641C55.943,54.537,56.84,53.641,57.943,53.641z"/> | |
| </g> | |
| <g class="climacon_componentWrap climacon_componentWrap_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M43.945,65.639c-8.835,0-15.998-7.162-15.998-15.998c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.168,65.639,47.143,65.639,43.945,65.639z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M59.943,61.639c4.418,0,8-3.582,8-7.998c0-4.417-3.582-8-8-8c-1.601,0-3.082,0.481-4.334,1.291c-1.23-5.316-5.973-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.999c0,6.626,5.372,11.998,11.998,11.998C47.562,61.639,56.924,61.639,59.943,61.639z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudRainMoonFill --> | |
| <svg | |
| version="1.1" | |
| id="cloudRainAlt" | |
| class="climacon climacon_cloudRainAlt" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="cloudFillClip"> | |
| <path d="M15,15v70h70V15H15z M59.943,61.639c-3.02,0-12.381,0-15.999,0c-6.626,0-11.998-5.371-11.998-11.998c0-6.627,5.372-11.999,11.998-11.999c5.691,0,10.434,3.974,11.665,9.29c1.252-0.81,2.733-1.291,4.334-1.291c4.418,0,8,3.582,8,8C67.943,58.057,64.361,61.639,59.943,61.639z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudRainAlt"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-rain climacon_wrapperComponent-rain_alt"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- alt" | |
| d="M50.001,58.568l3.535,3.535c1.95,1.953,1.95,5.119,0,7.07c-1.953,1.953-5.119,1.953-7.07,0c-1.953-1.951-1.953-5.117,0-7.07L50.001,58.568z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- alt" | |
| d="M50.001,58.568l3.535,3.535c1.95,1.953,1.95,5.119,0,7.07c-1.953,1.953-5.119,1.953-7.07,0c-1.953-1.951-1.953-5.117,0-7.07L50.001,58.568z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent_cloud" clip-path="url(#cloudFillClip)"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M59.999,65.641c-0.267,0-0.614,0-1,0c0-1.373-0.319-2.742-0.942-4c0.776,0,1.45,0,1.942,0c4.418,0,7.999-3.58,7.999-7.998c0-4.418-3.581-8-7.999-8c-1.601,0-3.083,0.481-4.334,1.29c-1.231-5.316-5.973-9.289-11.664-9.289c-6.627,0-11.998,5.372-11.998,11.998c0,5.953,4.339,10.879,10.023,11.822c-0.637,1.218-0.969,2.55-1.012,3.888c-7.406-1.399-13.012-7.896-13.012-15.709c0-8.835,7.162-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.204c0.664-0.114,1.337-0.205,2.033-0.205c6.627,0,11.998,5.372,11.998,12C71.996,60.27,66.626,65.641,59.999,65.641z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudRainAlt --> | |
| <svg | |
| version="1.1" | |
| id="cloudRainAltFill" | |
| class="climacon climacon_cloudRainAltFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudRainAltFill"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-rain climacon_wrapperComponent-rain_alt"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- alt" | |
| d="M50.001,58.568l3.535,3.535c1.95,1.953,1.95,5.119,0,7.07c-1.953,1.953-5.119,1.953-7.07,0c-1.953-1.951-1.953-5.117,0-7.07L50.001,58.568z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- alt" | |
| d="M50.001,58.568l3.535,3.535c1.95,1.953,1.95,5.119,0,7.07c-1.953,1.953-5.119,1.953-7.07,0c-1.953-1.951-1.953-5.117,0-7.07L50.001,58.568z"/> | |
| </g> | |
| <g class="climacon_componentWrap climacon_componentWrap_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M43.945,65.639c-8.835,0-15.998-7.162-15.998-15.998c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.168,65.639,47.143,65.639,43.945,65.639z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M59.943,61.639c4.418,0,8-3.582,8-7.998c0-4.417-3.582-8-8-8c-1.601,0-3.082,0.481-4.334,1.291c-1.23-5.316-5.973-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.999c0,6.626,5.372,11.998,11.998,11.998C47.562,61.639,56.924,61.639,59.943,61.639z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudRainAlt --> | |
| <svg | |
| version="1.1" | |
| id="cloudRainSunAlt" | |
| class="climacon climacon_cloudSunRainAlt" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="cloudFillClip"> | |
| <path d="M15,15v70h70V15H15z M59.943,61.639c-3.02,0-12.381,0-15.999,0c-6.626,0-11.998-5.371-11.998-11.998c0-6.627,5.372-11.999,11.998-11.999c5.691,0,10.434,3.974,11.665,9.29c1.252-0.81,2.733-1.291,4.334-1.291c4.418,0,8,3.582,8,8C67.943,58.057,64.361,61.639,59.943,61.639z"/> | |
| </clipPath> | |
| <clipPath id="sunCloudFillClip"> | |
| <path | |
| d="M15,15v70h70V15H15z M57.945,49.641c-4.417,0-8-3.582-8-7.999c0-4.418,3.582-7.999,8-7.999s7.998,3.581,7.998,7.999C65.943,46.059,62.362,49.641,57.945,49.641z"/> | |
| </clipPath> | |
| <clipPath id="cloudSunFillClip"> | |
| <path | |
| d="M15,15v70h20.947V63.481c-4.778-2.767-8-7.922-8-13.84c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,5.262-3.394,9.723-8.107,11.341V85H85V15H15z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudRainSunAlt"> | |
| <g clip-path="url(#cloudSunFillClip)"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sun climacon_componentWrap-sun_cloud" > | |
| <g class="climacon_componentWrap climacon_componentWrap_sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M80.029,43.611h-3.998c-1.105,0-2-0.896-2-1.999s0.895-2,2-2h3.998c1.104,0,2,0.896,2,2S81.135,43.611,80.029,43.611z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,30.3c-0.781,0.781-2.049,0.781-2.828,0c-0.781-0.781-0.781-2.047,0-2.828l2.828-2.828c0.779-0.781,2.047-0.781,2.828,0c0.779,0.781,0.779,2.047,0,2.828L72.174,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,25.614c-1.105,0-2-0.896-2-2v-3.999c0-1.104,0.895-2,2-2c1.104,0,2,0.896,2,2v3.999C60.033,24.718,59.135,25.614,58.033,25.614z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,30.3l-2.827-2.828c-0.781-0.781-0.781-2.047,0-2.828c0.78-0.781,2.047-0.781,2.827,0l2.827,2.828c0.781,0.781,0.781,2.047,0,2.828C45.939,31.081,44.673,31.081,43.892,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M42.033,41.612c0,1.104-0.896,1.999-2,1.999h-4c-1.104,0-1.998-0.896-1.998-1.999s0.896-2,1.998-2h4C41.139,39.612,42.033,40.509,42.033,41.612z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,52.925c0.781-0.78,2.048-0.78,2.827,0c0.781,0.78,0.781,2.047,0,2.828l-2.827,2.827c-0.78,0.781-2.047,0.781-2.827,0c-0.781-0.78-0.781-2.047,0-2.827L43.892,52.925z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,57.61c1.104,0,2,0.895,2,1.999v4c0,1.104-0.896,2-2,2c-1.105,0-2-0.896-2-2v-4C56.033,58.505,56.928,57.61,58.033,57.61z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,52.925l2.828,2.828c0.779,0.78,0.779,2.047,0,2.827c-0.781,0.781-2.049,0.781-2.828,0l-2.828-2.827c-0.781-0.781-0.781-2.048,0-2.828C70.125,52.144,71.391,52.144,72.174,52.925z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody" clip-path="url(#sunCloudFillClip)"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| cx="58.033" | |
| cy="41.612" | |
| r="11.999"/> | |
| </g> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-rain climacon_wrapperComponent-rain_alt"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- alt" | |
| d="M50.001,58.568l3.535,3.535c1.95,1.953,1.95,5.119,0,7.07c-1.953,1.953-5.119,1.953-7.07,0c-1.953-1.951-1.953-5.117,0-7.07L50.001,58.568z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- alt" | |
| d="M50.001,58.568l3.535,3.535c1.95,1.953,1.95,5.119,0,7.07c-1.953,1.953-5.119,1.953-7.07,0c-1.953-1.951-1.953-5.117,0-7.07L50.001,58.568z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M59.999,65.641c-0.267,0-0.614,0-1,0c0-1.373-0.319-2.742-0.942-4c0.776,0,1.45,0,1.942,0c4.418,0,7.999-3.58,7.999-7.998c0-4.418-3.581-8-7.999-8c-1.601,0-3.083,0.481-4.334,1.29c-1.231-5.316-5.973-9.289-11.664-9.289c-6.627,0-11.998,5.372-11.998,11.998c0,5.953,4.339,10.879,10.023,11.822c-0.637,1.218-0.969,2.55-1.012,3.888c-7.406-1.399-13.012-7.896-13.012-15.709c0-8.835,7.162-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.204c0.664-0.114,1.337-0.205,2.033-0.205c6.627,0,11.998,5.372,11.998,12C71.996,60.27,66.626,65.641,59.999,65.641z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudRainSunAlt --> | |
| <svg | |
| version="1.1" | |
| id="cloudRainSunAltFill" | |
| class="climacon climacon_cloudSunRainAltFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudRainSunAltFill"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sun climacon_componentWrap-sun_cloud"> | |
| <g class="climacon_componentWrap climacon_componentWrap_sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M80.029,43.611h-3.998c-1.105,0-2-0.896-2-1.999s0.895-2,2-2h3.998c1.104,0,2,0.896,2,2S81.135,43.611,80.029,43.611z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,30.3c-0.781,0.781-2.049,0.781-2.828,0c-0.781-0.781-0.781-2.047,0-2.828l2.828-2.828c0.779-0.781,2.047-0.781,2.828,0c0.779,0.781,0.779,2.047,0,2.828L72.174,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,25.614c-1.105,0-2-0.896-2-2v-3.999c0-1.104,0.895-2,2-2c1.104,0,2,0.896,2,2v3.999C60.033,24.718,59.135,25.614,58.033,25.614z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,30.3l-2.827-2.828c-0.781-0.781-0.781-2.047,0-2.828c0.78-0.781,2.047-0.781,2.827,0l2.827,2.828c0.781,0.781,0.781,2.047,0,2.828C45.939,31.081,44.673,31.081,43.892,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M42.033,41.612c0,1.104-0.896,1.999-2,1.999h-4c-1.104,0-1.998-0.896-1.998-1.999s0.896-2,1.998-2h4C41.139,39.612,42.033,40.509,42.033,41.612z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,52.925c0.781-0.78,2.048-0.78,2.827,0c0.781,0.78,0.781,2.047,0,2.828l-2.827,2.827c-0.78,0.781-2.047,0.781-2.827,0c-0.781-0.78-0.781-2.047,0-2.827L43.892,52.925z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,57.61c1.104,0,2,0.895,2,1.999v4c0,1.104-0.896,2-2,2c-1.105,0-2-0.896-2-2v-4C56.033,58.505,56.928,57.61,58.033,57.61z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,52.925l2.828,2.828c0.779,0.78,0.779,2.047,0,2.827c-0.781,0.781-2.049,0.781-2.828,0l-2.828-2.827c-0.781-0.781-0.781-2.048,0-2.828C70.125,52.144,71.391,52.144,72.174,52.925z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| cx="58.033" | |
| cy="41.612" | |
| r="11.999"/> | |
| <circle | |
| class="climacon_component climacon_component-fill climacon_component-fill_sunBody" | |
| fill="#FFFFFF" | |
| cx="58.033" | |
| cy="41.612" r="7.999"/> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-rain climacon_wrapperComponent-rain_alt"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- alt" | |
| d="M50.001,58.568l3.535,3.535c1.95,1.953,1.95,5.119,0,7.07c-1.953,1.953-5.119,1.953-7.07,0c-1.953-1.951-1.953-5.117,0-7.07L50.001,58.568z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- alt" | |
| d="M50.001,58.568l3.535,3.535c1.95,1.953,1.95,5.119,0,7.07c-1.953,1.953-5.119,1.953-7.07,0c-1.953-1.951-1.953-5.117,0-7.07L50.001,58.568z"/> | |
| </g> | |
| <g class="climacon_componentWrap climacon_componentWrap_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M43.945,65.639c-8.835,0-15.998-7.162-15.998-15.998c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.168,65.639,47.143,65.639,43.945,65.639z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M59.943,61.639c4.418,0,8-3.582,8-7.998c0-4.417-3.582-8-8-8c-1.601,0-3.082,0.481-4.334,1.291c-1.23-5.316-5.973-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.999c0,6.626,5.372,11.998,11.998,11.998C47.562,61.639,56.924,61.639,59.943,61.639z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudRainSunAltFill --> | |
| <svg | |
| version="1.1" | |
| id="cloudRainMoonAlt" | |
| class="climacon climacon_cloudMoonRainAlt" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="cloudFillClip"> | |
| <path d="M15,15v70h70V15H15z M59.943,61.639c-3.02,0-12.381,0-15.999,0c-6.626,0-11.998-5.371-11.998-11.998c0-6.627,5.372-11.999,11.998-11.999c5.691,0,10.434,3.974,11.665,9.29c1.252-0.81,2.733-1.291,4.334-1.291c4.418,0,8,3.582,8,8C67.943,58.057,64.361,61.639,59.943,61.639z"/> | |
| </clipPath> | |
| <clipPath id="moonCloudFillClip"> | |
| <path | |
| d="M0,0v100h100V0H0z M60.943,46.641c-4.418,0-7.999-3.582-7.999-7.999c0-3.803,2.655-6.979,6.211-7.792c0.903,4.854,4.726,8.676,9.579,9.58C67.922,43.986,64.745,46.641,60.943,46.641z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudRainMoonAlt"> | |
| <g clip-path="url(#cloudFillClip)"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-moon climacon_componentWrap-moon_cloud" clip-path="url(#moonCloudFillClip)"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| d="M61.023,50.641c-6.627,0-11.999-5.372-11.999-11.998c0-6.627,5.372-11.999,11.999-11.999c0.755,0,1.491,0.078,2.207,0.212c-0.132,0.576-0.208,1.173-0.208,1.788c0,4.418,3.582,7.999,8,7.999c0.614,0,1.212-0.076,1.788-0.208c0.133,0.717,0.211,1.452,0.211,2.208C73.021,45.269,67.649,50.641,61.023,50.641z"/> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-rain climacon_wrapperComponent-rain_alt"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- alt" | |
| d="M50.001,58.568l3.535,3.535c1.95,1.953,1.95,5.119,0,7.07c-1.953,1.953-5.119,1.953-7.07,0c-1.953-1.951-1.953-5.117,0-7.07L50.001,58.568z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- alt" | |
| d="M50.001,58.568l3.535,3.535c1.95,1.953,1.95,5.119,0,7.07c-1.953,1.953-5.119,1.953-7.07,0c-1.953-1.951-1.953-5.117,0-7.07L50.001,58.568z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent_cloud" clip-path="url(#cloudFillClip)"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M59.999,65.641c-0.267,0-0.614,0-1,0c0-1.373-0.319-2.742-0.942-4c0.776,0,1.45,0,1.942,0c4.418,0,7.999-3.58,7.999-7.998c0-4.418-3.581-8-7.999-8c-1.601,0-3.083,0.481-4.334,1.29c-1.231-5.316-5.973-9.289-11.664-9.289c-6.627,0-11.998,5.372-11.998,11.998c0,5.953,4.339,10.879,10.023,11.822c-0.637,1.218-0.969,2.55-1.012,3.888c-7.406-1.399-13.012-7.896-13.012-15.709c0-8.835,7.162-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.204c0.664-0.114,1.337-0.205,2.033-0.205c6.627,0,11.998,5.372,11.998,12C71.996,60.27,66.626,65.641,59.999,65.641z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudRainMoonAlt --> | |
| <svg | |
| version="1.1" | |
| id="cloudRainMoonAltFill" | |
| class="climacon climacon_cloudMoonRainAltFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudRainSunAlt"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-moon climacon_componentWrap-moon_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| d="M61.023,50.641c-6.627,0-11.999-5.372-11.999-11.998c0-6.627,5.372-11.999,11.999-11.999c0.755,0,1.491,0.078,2.207,0.212c-0.132,0.576-0.208,1.173-0.208,1.788c0,4.418,3.582,7.999,8,7.999c0.614,0,1.212-0.076,1.788-0.208c0.133,0.717,0.211,1.452,0.211,2.208C73.021,45.269,67.649,50.641,61.023,50.641z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_moon" | |
| fill="#FFFFFF" | |
| d="M59.235,30.851c-3.556,0.813-6.211,3.989-6.211,7.792c0,4.417,3.581,7.999,7.999,7.999c3.802,0,6.979-2.655,7.791-6.211C63.961,39.527,60.139,35.705,59.235,30.851z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-rain climacon_wrapperComponent-rain_alt"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- alt" | |
| d="M50.001,58.568l3.535,3.535c1.95,1.953,1.95,5.119,0,7.07c-1.953,1.953-5.119,1.953-7.07,0c-1.953-1.951-1.953-5.117,0-7.07L50.001,58.568z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_rain climacon_component-stroke_rain- alt" | |
| d="M50.001,58.568l3.535,3.535c1.95,1.953,1.95,5.119,0,7.07c-1.953,1.953-5.119,1.953-7.07,0c-1.953-1.951-1.953-5.117,0-7.07L50.001,58.568z"/> | |
| </g> | |
| <g class="climacon_componentWrap climacon_componentWrap_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M43.945,65.639c-8.835,0-15.998-7.162-15.998-15.998c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.168,65.639,47.143,65.639,43.945,65.639z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M59.943,61.639c4.418,0,8-3.582,8-7.998c0-4.417-3.582-8-8-8c-1.601,0-3.082,0.481-4.334,1.291c-1.23-5.316-5.973-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.999c0,6.626,5.372,11.998,11.998,11.998C47.562,61.639,56.924,61.639,59.943,61.639z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudRainMoonAltFill --> | |
| <svg | |
| version="1.1" | |
| id="cloudHailAlt" | |
| class="climacon climacon_cloudHailAlt" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudHailAlt"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-hailAlt"> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-left"> | |
| <circle cx="42" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-middle"> | |
| <circle cx="49.999" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-right"> | |
| <circle cx="57.998" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-left"> | |
| <circle cx="42" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-middle"> | |
| <circle cx="49.999" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-right"> | |
| <circle cx="57.998" cy="65.498" r="2"/> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M63.999,64.941v-4.381c2.39-1.384,3.999-3.961,3.999-6.92c0-4.417-3.581-8-7.998-8c-1.602,0-3.084,0.48-4.334,1.291c-1.23-5.317-5.974-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.998c0,3.549,1.55,6.728,3.999,8.924v4.916c-4.776-2.768-7.998-7.922-7.998-13.84c0-8.835,7.162-15.997,15.997-15.997c6.004,0,11.229,3.311,13.966,8.203c0.663-0.113,1.336-0.205,2.033-0.205c6.626,0,11.998,5.372,11.998,12C71.998,58.863,68.656,63.293,63.999,64.941z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudHailAlt --> | |
| <svg | |
| version="1.1" | |
| id="cloudHailAltFill" | |
| class="climacon climacon_cloudHailAltFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudHailAltFill"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-hailAlt"> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-left"> | |
| <circle cx="42" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-middle"> | |
| <circle cx="49.999" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-right"> | |
| <circle cx="57.998" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-left"> | |
| <circle cx="42" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-middle"> | |
| <circle cx="49.999" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-right"> | |
| <circle cx="57.998" cy="65.498" r="2"/> | |
| </g> | |
| </g> | |
| <g class="climacon_componentWrap climacon_componentWrap_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M43.945,65.639c-8.835,0-15.998-7.162-15.998-15.998c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.168,65.639,47.143,65.639,43.945,65.639z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M59.943,61.639c4.418,0,8-3.582,8-7.998c0-4.417-3.582-8-8-8c-1.601,0-3.082,0.481-4.334,1.291c-1.23-5.316-5.973-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.999c0,6.626,5.372,11.998,11.998,11.998C47.562,61.639,56.924,61.639,59.943,61.639z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudHailAltFill --> | |
| <svg | |
| version="1.1" | |
| id="cloudHailAltSun" | |
| class="climacon climacon_cloudHailAltSun" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="cloudFillClip"> | |
| <path d="M15,15v70h70V15H15z M59.943,61.639c-3.02,0-12.381,0-15.999,0c-6.626,0-11.998-5.371-11.998-11.998c0-6.627,5.372-11.999,11.998-11.999c5.691,0,10.434,3.974,11.665,9.29c1.252-0.81,2.733-1.291,4.334-1.291c4.418,0,8,3.582,8,8C67.943,58.057,64.361,61.639,59.943,61.639z"/> | |
| </clipPath> | |
| <clipPath id="sunCloudFillClip"> | |
| <path | |
| d="M15,15v70h70V15H15z M57.945,49.641c-4.417,0-8-3.582-8-7.999c0-4.418,3.582-7.999,8-7.999s7.998,3.581,7.998,7.999C65.943,46.059,62.362,49.641,57.945,49.641z"/> | |
| </clipPath> | |
| <clipPath id="cloudSunFillClip"> | |
| <path | |
| d="M15,15v70h20.947V63.481c-4.778-2.767-8-7.922-8-13.84c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,5.262-3.394,9.723-8.107,11.341V85H85V15H15z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudHailAltSun"> | |
| <g clip-path="url(#cloudSunFillClip)"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sun climacon_componentWrap-sun_cloud"> | |
| <g class="climacon_componentWrap climacon_componentWrap_sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M80.029,43.611h-3.998c-1.105,0-2-0.896-2-1.999s0.895-2,2-2h3.998c1.104,0,2,0.896,2,2S81.135,43.611,80.029,43.611z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,30.3c-0.781,0.781-2.049,0.781-2.828,0c-0.781-0.781-0.781-2.047,0-2.828l2.828-2.828c0.779-0.781,2.047-0.781,2.828,0c0.779,0.781,0.779,2.047,0,2.828L72.174,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,25.614c-1.105,0-2-0.896-2-2v-3.999c0-1.104,0.895-2,2-2c1.104,0,2,0.896,2,2v3.999C60.033,24.718,59.135,25.614,58.033,25.614z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,30.3l-2.827-2.828c-0.781-0.781-0.781-2.047,0-2.828c0.78-0.781,2.047-0.781,2.827,0l2.827,2.828c0.781,0.781,0.781,2.047,0,2.828C45.939,31.081,44.673,31.081,43.892,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M42.033,41.612c0,1.104-0.896,1.999-2,1.999h-4c-1.104,0-1.998-0.896-1.998-1.999s0.896-2,1.998-2h4C41.139,39.612,42.033,40.509,42.033,41.612z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,52.925c0.781-0.78,2.048-0.78,2.827,0c0.781,0.78,0.781,2.047,0,2.828l-2.827,2.827c-0.78,0.781-2.047,0.781-2.827,0c-0.781-0.78-0.781-2.047,0-2.827L43.892,52.925z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,57.61c1.104,0,2,0.895,2,1.999v4c0,1.104-0.896,2-2,2c-1.105,0-2-0.896-2-2v-4C56.033,58.505,56.928,57.61,58.033,57.61z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,52.925l2.828,2.828c0.779,0.78,0.779,2.047,0,2.827c-0.781,0.781-2.049,0.781-2.828,0l-2.828-2.827c-0.781-0.781-0.781-2.048,0-2.828C70.125,52.144,71.391,52.144,72.174,52.925z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody" clip-path="url(#sunCloudFillClip)"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| cx="58.033" | |
| cy="41.612" | |
| r="11.999"/> | |
| </g> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-hailAlt"> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-left"> | |
| <circle cx="42" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-middle"> | |
| <circle cx="49.999" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-right"> | |
| <circle cx="57.998" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-left"> | |
| <circle cx="42" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-middle"> | |
| <circle cx="49.999" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-right"> | |
| <circle cx="57.998" cy="65.498" r="2"/> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud" clip-path="url(#cloudFillClip)"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M63.999,64.941v-4.381c2.39-1.384,3.999-3.961,3.999-6.92c0-4.417-3.581-8-7.998-8c-1.602,0-3.084,0.48-4.334,1.291c-1.23-5.317-5.974-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.998c0,3.549,1.55,6.728,3.999,8.924v4.916c-4.776-2.768-7.998-7.922-7.998-13.84c0-8.835,7.162-15.997,15.997-15.997c6.004,0,11.229,3.311,13.966,8.203c0.663-0.113,1.336-0.205,2.033-0.205c6.626,0,11.998,5.372,11.998,12C71.998,58.863,68.656,63.293,63.999,64.941z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudHailAltSun --> | |
| <svg | |
| version="1.1" | |
| id="cloudHailAltSun" | |
| class="climacon climacon_cloudHailAltSun" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudHailAltSun"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sun climacon_componentWrap-sun_cloud"> | |
| <g class="climacon_componentWrap climacon_componentWrap_sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M80.029,43.611h-3.998c-1.105,0-2-0.896-2-1.999s0.895-2,2-2h3.998c1.104,0,2,0.896,2,2S81.135,43.611,80.029,43.611z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,30.3c-0.781,0.781-2.049,0.781-2.828,0c-0.781-0.781-0.781-2.047,0-2.828l2.828-2.828c0.779-0.781,2.047-0.781,2.828,0c0.779,0.781,0.779,2.047,0,2.828L72.174,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,25.614c-1.105,0-2-0.896-2-2v-3.999c0-1.104,0.895-2,2-2c1.104,0,2,0.896,2,2v3.999C60.033,24.718,59.135,25.614,58.033,25.614z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,30.3l-2.827-2.828c-0.781-0.781-0.781-2.047,0-2.828c0.78-0.781,2.047-0.781,2.827,0l2.827,2.828c0.781,0.781,0.781,2.047,0,2.828C45.939,31.081,44.673,31.081,43.892,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M42.033,41.612c0,1.104-0.896,1.999-2,1.999h-4c-1.104,0-1.998-0.896-1.998-1.999s0.896-2,1.998-2h4C41.139,39.612,42.033,40.509,42.033,41.612z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,52.925c0.781-0.78,2.048-0.78,2.827,0c0.781,0.78,0.781,2.047,0,2.828l-2.827,2.827c-0.78,0.781-2.047,0.781-2.827,0c-0.781-0.78-0.781-2.047,0-2.827L43.892,52.925z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,57.61c1.104,0,2,0.895,2,1.999v4c0,1.104-0.896,2-2,2c-1.105,0-2-0.896-2-2v-4C56.033,58.505,56.928,57.61,58.033,57.61z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,52.925l2.828,2.828c0.779,0.78,0.779,2.047,0,2.827c-0.781,0.781-2.049,0.781-2.828,0l-2.828-2.827c-0.781-0.781-0.781-2.048,0-2.828C70.125,52.144,71.391,52.144,72.174,52.925z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| cx="58.033" | |
| cy="41.612" | |
| r="11.999"/> | |
| <circle | |
| class="climacon_component climacon_component-fill climacon_component-fill_sunBody" | |
| fill="#FFFFFF" | |
| cx="58.033" | |
| cy="41.612" r="7.999"/> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-hailAlt"> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-left"> | |
| <circle cx="42" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-middle"> | |
| <circle cx="49.999" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-right"> | |
| <circle cx="57.998" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-left"> | |
| <circle cx="42" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-middle"> | |
| <circle cx="49.999" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-right"> | |
| <circle cx="57.998" cy="65.498" r="2"/> | |
| </g> | |
| </g> | |
| <g class="climacon_componentWrap climacon_componentWrap_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M43.945,65.639c-8.835,0-15.998-7.162-15.998-15.998c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.168,65.639,47.143,65.639,43.945,65.639z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M59.943,61.639c4.418,0,8-3.582,8-7.998c0-4.417-3.582-8-8-8c-1.601,0-3.082,0.481-4.334,1.291c-1.23-5.316-5.973-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.999c0,6.626,5.372,11.998,11.998,11.998C47.562,61.639,56.924,61.639,59.943,61.639z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudHailAltSun --> | |
| <svg | |
| version="1.1" | |
| id="cloudHailAltMoon" | |
| class="climacon climacon_cloudHailAltMoon" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="cloudFillClip"> | |
| <path d="M15,15v70h70V15H15z M59.943,61.639c-3.02,0-12.381,0-15.999,0c-6.626,0-11.998-5.371-11.998-11.998c0-6.627,5.372-11.999,11.998-11.999c5.691,0,10.434,3.974,11.665,9.29c1.252-0.81,2.733-1.291,4.334-1.291c4.418,0,8,3.582,8,8C67.943,58.057,64.361,61.639,59.943,61.639z"/> | |
| </clipPath> | |
| <clipPath id="moonCloudFillClip"> | |
| <path | |
| d="M0,0v100h100V0H0z M60.943,46.641c-4.418,0-7.999-3.582-7.999-7.999c0-3.803,2.655-6.979,6.211-7.792c0.903,4.854,4.726,8.676,9.579,9.58C67.922,43.986,64.745,46.641,60.943,46.641z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudHailAltMoon"> | |
| <g clip-path="url(#cloudFillClip)"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-moon climacon_componentWrap-moon_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| d="M61.023,50.641c-6.627,0-11.999-5.372-11.999-11.998c0-6.627,5.372-11.999,11.999-11.999c0.755,0,1.491,0.078,2.207,0.212c-0.132,0.576-0.208,1.173-0.208,1.788c0,4.418,3.582,7.999,8,7.999c0.614,0,1.212-0.076,1.788-0.208c0.133,0.717,0.211,1.452,0.211,2.208C73.021,45.269,67.649,50.641,61.023,50.641z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_moon" | |
| fill="#FFFFFF" | |
| d="M59.235,30.851c-3.556,0.813-6.211,3.989-6.211,7.792c0,4.417,3.581,7.999,7.999,7.999c3.802,0,6.979-2.655,7.791-6.211C63.961,39.527,60.139,35.705,59.235,30.851z"/> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-hailAlt"> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-left"> | |
| <circle cx="42" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-middle"> | |
| <circle cx="49.999" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-right"> | |
| <circle cx="57.998" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-left"> | |
| <circle cx="42" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-middle"> | |
| <circle cx="49.999" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-right"> | |
| <circle cx="57.998" cy="65.498" r="2"/> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud" clip-path="url(#cloudFillClip)"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M63.999,64.941v-4.381c2.39-1.384,3.999-3.961,3.999-6.92c0-4.417-3.581-8-7.998-8c-1.602,0-3.084,0.48-4.334,1.291c-1.23-5.317-5.974-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.998c0,3.549,1.55,6.728,3.999,8.924v4.916c-4.776-2.768-7.998-7.922-7.998-13.84c0-8.835,7.162-15.997,15.997-15.997c6.004,0,11.229,3.311,13.966,8.203c0.663-0.113,1.336-0.205,2.033-0.205c6.626,0,11.998,5.372,11.998,12C71.998,58.863,68.656,63.293,63.999,64.941z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudHailAltMoon --> | |
| <svg | |
| version="1.1" | |
| id="cloudHailAltMoonFill" | |
| class="climacon climacon_cloudHailAltMoonFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudHailAltMoon"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-moon climacon_componentWrap-moon_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| d="M61.023,50.641c-6.627,0-11.999-5.372-11.999-11.998c0-6.627,5.372-11.999,11.999-11.999c0.755,0,1.491,0.078,2.207,0.212c-0.132,0.576-0.208,1.173-0.208,1.788c0,4.418,3.582,7.999,8,7.999c0.614,0,1.212-0.076,1.788-0.208c0.133,0.717,0.211,1.452,0.211,2.208C73.021,45.269,67.649,50.641,61.023,50.641z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_moon" | |
| fill="#FFFFFF" | |
| d="M59.235,30.851c-3.556,0.813-6.211,3.989-6.211,7.792c0,4.417,3.581,7.999,7.999,7.999c3.802,0,6.979-2.655,7.791-6.211C63.961,39.527,60.139,35.705,59.235,30.851z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-hailAlt"> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-left"> | |
| <circle cx="42" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-middle"> | |
| <circle cx="49.999" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-right"> | |
| <circle cx="57.998" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-left"> | |
| <circle cx="42" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-middle"> | |
| <circle cx="49.999" cy="65.498" r="2"/> | |
| </g> | |
| <g class="climacon_component climacon_component-stroke climacon_component-stroke_hailAlt climacon_component-stroke_hailAlt-right"> | |
| <circle cx="57.998" cy="65.498" r="2"/> | |
| </g> | |
| </g> | |
| <g class="climacon_componentWrap climacon_componentWrap_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M43.945,65.639c-8.835,0-15.998-7.162-15.998-15.998c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.168,65.639,47.143,65.639,43.945,65.639z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M59.943,61.639c4.418,0,8-3.582,8-7.998c0-4.417-3.582-8-8-8c-1.601,0-3.082,0.481-4.334,1.291c-1.23-5.316-5.973-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.999c0,6.626,5.372,11.998,11.998,11.998C47.562,61.639,56.924,61.639,59.943,61.639z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudHailAltMoonFill --> | |
| <svg | |
| version="1.1" | |
| id="cloudSnow" | |
| class="climacon climacon_cloudSnow" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudSnow"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-snow" clip-path="url(#snowFillClip)"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_snow climacon_component-stroke_snow-left" | |
| cx="42.001" | |
| cy="59.641" | |
| r="2"/> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_snow climacon_component-stroke_snow-middle" | |
| cx="50.001" | |
| cy="59.641" | |
| r="2"/> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_snow climacon_component-stroke_snow-right" | |
| cx="57.999" | |
| cy="59.641" | |
| r="2"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M63.999,64.943v-4.381c2.39-1.386,3.999-3.963,3.999-6.922c0-4.417-3.581-7.999-7.999-7.999c-1.601,0-3.083,0.48-4.333,1.291c-1.23-5.317-5.974-9.291-11.665-9.291c-6.627,0-11.998,5.373-11.998,12c0,3.549,1.55,6.729,4,8.924v4.916c-4.777-2.769-8-7.922-8-13.84c0-8.836,7.163-15.999,15.998-15.999c6.004,0,11.229,3.312,13.965,8.204c0.664-0.113,1.337-0.205,2.033-0.205c6.627,0,11.999,5.373,11.999,11.999C71.998,58.863,68.654,63.293,63.999,64.943z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudSnow --> | |
| <svg | |
| version="1.1" | |
| id="cloudSnowFill" | |
| class="climacon climacon_cloudSnowFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudSnowFill"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-snow"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_snow climacon_component-stroke_snow-left" | |
| cx="42.001" | |
| cy="59.641" | |
| r="2"/> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_snow climacon_component-stroke_snow-middle" | |
| cx="50.001" | |
| cy="59.641" | |
| r="2"/> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_snow climacon_component-stroke_snow-right" | |
| cx="57.999" | |
| cy="59.641" | |
| r="2"/> | |
| </g> | |
| <g class="climacon_componentWrap climacon_componentWrap_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M43.945,65.639c-8.835,0-15.998-7.162-15.998-15.998c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.168,65.639,47.143,65.639,43.945,65.639z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M59.943,61.639c4.418,0,8-3.582,8-7.998c0-4.417-3.582-8-8-8c-1.601,0-3.082,0.481-4.334,1.291c-1.23-5.316-5.973-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.999c0,6.626,5.372,11.998,11.998,11.998C47.562,61.639,56.924,61.639,59.943,61.639z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudSnowFill --> | |
| <svg | |
| version="1.1" | |
| id="cloudSnowSun" | |
| class="climacon climacon_cloudSnowSun" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="cloudFillClip"> | |
| <path d="M15,15v70h70V15H15z M59.943,61.639c-3.02,0-12.381,0-15.999,0c-6.626,0-11.998-5.371-11.998-11.998c0-6.627,5.372-11.999,11.998-11.999c5.691,0,10.434,3.974,11.665,9.29c1.252-0.81,2.733-1.291,4.334-1.291c4.418,0,8,3.582,8,8C67.943,58.057,64.361,61.639,59.943,61.639z"/> | |
| </clipPath> | |
| <clipPath id="sunCloudFillClip"> | |
| <path | |
| d="M15,15v70h70V15H15z M57.945,49.641c-4.417,0-8-3.582-8-7.999c0-4.418,3.582-7.999,8-7.999s7.998,3.581,7.998,7.999C65.943,46.059,62.362,49.641,57.945,49.641z"/> | |
| </clipPath> | |
| <clipPath id="cloudSunFillClip"> | |
| <path | |
| d="M15,15v70h20.947V63.481c-4.778-2.767-8-7.922-8-13.84c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,5.262-3.394,9.723-8.107,11.341V85H85V15H15z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudSnowSun"> | |
| <g clip-path="url(#cloudSunFillClip)"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sun climacon_componentWrap-sun_cloud"> | |
| <g class="climacon_componentWrap climacon_componentWrap_sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M80.029,43.611h-3.998c-1.105,0-2-0.896-2-1.999s0.895-2,2-2h3.998c1.104,0,2,0.896,2,2S81.135,43.611,80.029,43.611z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,30.3c-0.781,0.781-2.049,0.781-2.828,0c-0.781-0.781-0.781-2.047,0-2.828l2.828-2.828c0.779-0.781,2.047-0.781,2.828,0c0.779,0.781,0.779,2.047,0,2.828L72.174,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,25.614c-1.105,0-2-0.896-2-2v-3.999c0-1.104,0.895-2,2-2c1.104,0,2,0.896,2,2v3.999C60.033,24.718,59.135,25.614,58.033,25.614z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,30.3l-2.827-2.828c-0.781-0.781-0.781-2.047,0-2.828c0.78-0.781,2.047-0.781,2.827,0l2.827,2.828c0.781,0.781,0.781,2.047,0,2.828C45.939,31.081,44.673,31.081,43.892,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M42.033,41.612c0,1.104-0.896,1.999-2,1.999h-4c-1.104,0-1.998-0.896-1.998-1.999s0.896-2,1.998-2h4C41.139,39.612,42.033,40.509,42.033,41.612z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,52.925c0.781-0.78,2.048-0.78,2.827,0c0.781,0.78,0.781,2.047,0,2.828l-2.827,2.827c-0.78,0.781-2.047,0.781-2.827,0c-0.781-0.78-0.781-2.047,0-2.827L43.892,52.925z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,57.61c1.104,0,2,0.895,2,1.999v4c0,1.104-0.896,2-2,2c-1.105,0-2-0.896-2-2v-4C56.033,58.505,56.928,57.61,58.033,57.61z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,52.925l2.828,2.828c0.779,0.78,0.779,2.047,0,2.827c-0.781,0.781-2.049,0.781-2.828,0l-2.828-2.827c-0.781-0.781-0.781-2.048,0-2.828C70.125,52.144,71.391,52.144,72.174,52.925z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody" clip-path="url(#sunCloudFillClip)"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| cx="58.033" | |
| cy="41.612" | |
| r="11.999"/> | |
| </g> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-snow"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_snow climacon_component-stroke_snow-left" | |
| cx="42.001" | |
| cy="59.641" | |
| r="2"/> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_snow climacon_component-stroke_snow-middle" | |
| cx="50.001" | |
| cy="59.641" | |
| r="2"/> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_snow climacon_component-stroke_snow-right" | |
| cx="57.999" | |
| cy="59.641" | |
| r="2"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M63.999,64.943v-4.381c2.39-1.386,3.999-3.963,3.999-6.922c0-4.417-3.581-7.999-7.999-7.999c-1.601,0-3.083,0.48-4.333,1.291c-1.23-5.317-5.974-9.291-11.665-9.291c-6.627,0-11.998,5.373-11.998,12c0,3.549,1.55,6.729,4,8.924v4.916c-4.777-2.769-8-7.922-8-13.84c0-8.836,7.163-15.999,15.998-15.999c6.004,0,11.229,3.312,13.965,8.204c0.664-0.113,1.337-0.205,2.033-0.205c6.627,0,11.999,5.373,11.999,11.999C71.998,58.863,68.654,63.293,63.999,64.943z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudSnowSun --> | |
| <svg | |
| version="1.1" | |
| id="cloudSnowSunFill" | |
| class="climacon climacon_cloudSnowSunFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudSnowSunFill"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sun climacon_componentWrap-sun_cloud"> | |
| <g class="climacon_componentWrap climacon_componentWrap_sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M80.029,43.611h-3.998c-1.105,0-2-0.896-2-1.999s0.895-2,2-2h3.998c1.104,0,2,0.896,2,2S81.135,43.611,80.029,43.611z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,30.3c-0.781,0.781-2.049,0.781-2.828,0c-0.781-0.781-0.781-2.047,0-2.828l2.828-2.828c0.779-0.781,2.047-0.781,2.828,0c0.779,0.781,0.779,2.047,0,2.828L72.174,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,25.614c-1.105,0-2-0.896-2-2v-3.999c0-1.104,0.895-2,2-2c1.104,0,2,0.896,2,2v3.999C60.033,24.718,59.135,25.614,58.033,25.614z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,30.3l-2.827-2.828c-0.781-0.781-0.781-2.047,0-2.828c0.78-0.781,2.047-0.781,2.827,0l2.827,2.828c0.781,0.781,0.781,2.047,0,2.828C45.939,31.081,44.673,31.081,43.892,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M42.033,41.612c0,1.104-0.896,1.999-2,1.999h-4c-1.104,0-1.998-0.896-1.998-1.999s0.896-2,1.998-2h4C41.139,39.612,42.033,40.509,42.033,41.612z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,52.925c0.781-0.78,2.048-0.78,2.827,0c0.781,0.78,0.781,2.047,0,2.828l-2.827,2.827c-0.78,0.781-2.047,0.781-2.827,0c-0.781-0.78-0.781-2.047,0-2.827L43.892,52.925z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,57.61c1.104,0,2,0.895,2,1.999v4c0,1.104-0.896,2-2,2c-1.105,0-2-0.896-2-2v-4C56.033,58.505,56.928,57.61,58.033,57.61z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,52.925l2.828,2.828c0.779,0.78,0.779,2.047,0,2.827c-0.781,0.781-2.049,0.781-2.828,0l-2.828-2.827c-0.781-0.781-0.781-2.048,0-2.828C70.125,52.144,71.391,52.144,72.174,52.925z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| cx="58.033" | |
| cy="41.612" | |
| r="11.999"/> | |
| <circle | |
| class="climacon_component climacon_component-fill climacon_component-fill_sunBody" | |
| fill="#FFFFFF" | |
| cx="58.033" | |
| cy="41.612" r="7.999"/> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-snow"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_snow climacon_component-stroke_snow-left" | |
| cx="42.001" | |
| cy="59.641" | |
| r="2"/> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_snow climacon_component-stroke_snow-middle" | |
| cx="50.001" | |
| cy="59.641" | |
| r="2"/> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_snow climacon_component-stroke_snow-right" | |
| cx="57.999" | |
| cy="59.641" | |
| r="2"/> | |
| </g> | |
| <g class="climacon_componentWrap climacon_componentWrap_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M43.945,65.639c-8.835,0-15.998-7.162-15.998-15.998c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.168,65.639,47.143,65.639,43.945,65.639z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M59.943,61.639c4.418,0,8-3.582,8-7.998c0-4.417-3.582-8-8-8c-1.601,0-3.082,0.481-4.334,1.291c-1.23-5.316-5.973-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.999c0,6.626,5.372,11.998,11.998,11.998C47.562,61.639,56.924,61.639,59.943,61.639z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudSnowSunFill --> | |
| <svg | |
| version="1.1" | |
| id="cloudSnowMoon" | |
| class="climacon climacon_cloudSnowMoon" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="moonCloudFillClip"> | |
| <path | |
| d="M0,0v100h100V0H0z M60.943,46.641c-4.418,0-7.999-3.582-7.999-7.999c0-3.803,2.655-6.979,6.211-7.792c0.903,4.854,4.726,8.676,9.579,9.58C67.922,43.986,64.745,46.641,60.943,46.641z"/> | |
| </clipPath> | |
| <clipPath id="cloudFillClip"> | |
| <path d="M15,15v70h70V15H15z M59.943,61.639c-3.02,0-12.381,0-15.999,0c-6.626,0-11.998-5.371-11.998-11.998c0-6.627,5.372-11.999,11.998-11.999c5.691,0,10.434,3.974,11.665,9.29c1.252-0.81,2.733-1.291,4.334-1.291c4.418,0,8,3.582,8,8C67.943,58.057,64.361,61.639,59.943,61.639z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudSnowMoon"> | |
| <g clip-path="url(#cloudFillClip)"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-moon climacon_componentWrap-moon_cloud" clip-path="url(#moonCloudFillClip)"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| d="M61.023,50.641c-6.627,0-11.999-5.372-11.999-11.998c0-6.627,5.372-11.999,11.999-11.999c0.755,0,1.491,0.078,2.207,0.212c-0.132,0.576-0.208,1.173-0.208,1.788c0,4.418,3.582,7.999,8,7.999c0.614,0,1.212-0.076,1.788-0.208c0.133,0.717,0.211,1.452,0.211,2.208C73.021,45.269,67.649,50.641,61.023,50.641z"/> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-snow"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_snow climacon_component-stroke_snow-left" | |
| cx="42.001" | |
| cy="59.641" | |
| r="2"/> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_snow climacon_component-stroke_snow-middle" | |
| cx="50.001" | |
| cy="59.641" | |
| r="2"/> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_snow climacon_component-stroke_snow-right" | |
| cx="57.999" | |
| cy="59.641" | |
| r="2"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M63.999,64.943v-4.381c2.39-1.386,3.999-3.963,3.999-6.922c0-4.417-3.581-7.999-7.999-7.999c-1.601,0-3.083,0.48-4.333,1.291c-1.23-5.317-5.974-9.291-11.665-9.291c-6.627,0-11.998,5.373-11.998,12c0,3.549,1.55,6.729,4,8.924v4.916c-4.777-2.769-8-7.922-8-13.84c0-8.836,7.163-15.999,15.998-15.999c6.004,0,11.229,3.312,13.965,8.204c0.664-0.113,1.337-0.205,2.033-0.205c6.627,0,11.999,5.373,11.999,11.999C71.998,58.863,68.654,63.293,63.999,64.943z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudSnowMoon --> | |
| <svg | |
| version="1.1" | |
| id="cloudSnowMoonFill" | |
| class="climacon climacon_cloudSnowMoonFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudSnowMoonFill"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-moon climacon_componentWrap-moon_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| d="M61.023,50.641c-6.627,0-11.999-5.372-11.999-11.998c0-6.627,5.372-11.999,11.999-11.999c0.755,0,1.491,0.078,2.207,0.212c-0.132,0.576-0.208,1.173-0.208,1.788c0,4.418,3.582,7.999,8,7.999c0.614,0,1.212-0.076,1.788-0.208c0.133,0.717,0.211,1.452,0.211,2.208C73.021,45.269,67.649,50.641,61.023,50.641z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_moon" | |
| fill="#FFFFFF" | |
| d="M59.235,30.851c-3.556,0.813-6.211,3.989-6.211,7.792c0,4.417,3.581,7.999,7.999,7.999c3.802,0,6.979-2.655,7.791-6.211C63.961,39.527,60.139,35.705,59.235,30.851z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-snow"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_snow climacon_component-stroke_snow-left" | |
| cx="42.001" | |
| cy="59.641" | |
| r="2"/> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_snow climacon_component-stroke_snow-middle" | |
| cx="50.001" | |
| cy="59.641" | |
| r="2"/> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_snow climacon_component-stroke_snow-right" | |
| cx="57.999" | |
| cy="59.641" | |
| r="2"/> | |
| </g> | |
| <g class="climacon_componentWrap climacon_componentWrap_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M43.945,65.639c-8.835,0-15.998-7.162-15.998-15.998c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.168,65.639,47.143,65.639,43.945,65.639z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M59.943,61.639c4.418,0,8-3.582,8-7.998c0-4.417-3.582-8-8-8c-1.601,0-3.082,0.481-4.334,1.291c-1.23-5.316-5.973-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.999c0,6.626,5.372,11.998,11.998,11.998C47.562,61.639,56.924,61.639,59.943,61.639z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudSnowMoonFill --> | |
| <svg | |
| version="1.1" | |
| id="cloudSnowAlt" | |
| class="climacon climacon_cloudSnowAlt" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="snowFillClip"> | |
| <path d="M15,15v70h70V15H15z M50,65.641c-1.104,0-2-0.896-2-2c0-1.104,0.896-2,2-2c1.104,0,2,0.896,2,2S51.104,65.641,50,65.641z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudSnowAlt"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-snowAlt"> | |
| <g class="climacon_component climacon_component climacon_component-snowAlt" clip-path="url(#snowFillClip)"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_snowAlt" | |
| d="M43.072,59.641c0.553-0.957,1.775-1.283,2.732-0.731L48,60.176v-2.535c0-1.104,0.896-2,2-2c1.104,0,2,0.896,2,2v2.535l2.195-1.268c0.957-0.551,2.18-0.225,2.73,0.732c0.553,0.957,0.225,2.18-0.73,2.731l-2.196,1.269l2.196,1.268c0.955,0.553,1.283,1.775,0.73,2.732c-0.552,0.954-1.773,1.282-2.73,0.729L52,67.104v2.535c0,1.105-0.896,2-2,2c-1.104,0-2-0.895-2-2v-2.535l-2.195,1.269c-0.957,0.553-2.18,0.226-2.732-0.729c-0.552-0.957-0.225-2.181,0.732-2.732L46,63.641l-2.195-1.268C42.848,61.82,42.521,60.598,43.072,59.641z"/> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M61.998,65.461v-4.082c3.447-0.891,6-4.012,6-7.738c0-4.417-3.582-7.999-7.999-7.999c-1.601,0-3.084,0.48-4.334,1.291c-1.231-5.317-5.973-9.291-11.664-9.291c-6.627,0-11.999,5.373-11.999,12c0,4.438,2.417,8.305,5.999,10.379v4.444c-5.86-2.375-9.998-8.112-9.998-14.825c0-8.835,7.162-15.999,15.998-15.999c6.004,0,11.229,3.312,13.965,8.204c0.664-0.113,1.336-0.205,2.033-0.205c6.626,0,11.998,5.373,11.998,11.998C71.997,59.586,67.671,64.506,61.998,65.461z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudSnowAlt --> | |
| <svg | |
| version="1.1" | |
| id="cloudSnowAltFill" | |
| class="climacon climacon_cloudSnowAltFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudSnowAltFill"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-snowAlt"> | |
| <g class="climacon_component climacon_component climacon_component-snowAlt"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_snowAlt" | |
| d="M43.072,59.641c0.553-0.957,1.775-1.283,2.732-0.731L48,60.176v-2.535c0-1.104,0.896-2,2-2c1.104,0,2,0.896,2,2v2.535l2.195-1.268c0.957-0.551,2.18-0.225,2.73,0.732c0.553,0.957,0.225,2.18-0.73,2.731l-2.196,1.269l2.196,1.268c0.955,0.553,1.283,1.775,0.73,2.732c-0.552,0.954-1.773,1.282-2.73,0.729L52,67.104v2.535c0,1.105-0.896,2-2,2c-1.104,0-2-0.895-2-2v-2.535l-2.195,1.269c-0.957,0.553-2.18,0.226-2.732-0.729c-0.552-0.957-0.225-2.181,0.732-2.732L46,63.641l-2.195-1.268C42.848,61.82,42.521,60.598,43.072,59.641z"/> | |
| <circle | |
| class="climacon_component climacon_component-fill climacon_component-fill_snowAlt" | |
| fill="#FFFFFF" | |
| cx="50" | |
| cy="63.641" | |
| r="2"/> | |
| </g> | |
| </g> | |
| <g class="climacon_componentWrap climacon_componentWrap_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M43.945,65.639c-8.835,0-15.998-7.162-15.998-15.998c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.168,65.639,47.143,65.639,43.945,65.639z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M59.943,61.639c4.418,0,8-3.582,8-7.998c0-4.417-3.582-8-8-8c-1.601,0-3.082,0.481-4.334,1.291c-1.23-5.316-5.973-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.999c0,6.626,5.372,11.998,11.998,11.998C47.562,61.639,56.924,61.639,59.943,61.639z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudSnowAltFill --> | |
| <svg | |
| version="1.1" | |
| id="cloudSnowSunAlt" | |
| class="climacon climacon_cloudSnowSunAlt" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="cloudFillClip"> | |
| <path d="M15,15v70h70V15H15z M59.943,61.639c-3.02,0-12.381,0-15.999,0c-6.626,0-11.998-5.371-11.998-11.998c0-6.627,5.372-11.999,11.998-11.999c5.691,0,10.434,3.974,11.665,9.29c1.252-0.81,2.733-1.291,4.334-1.291c4.418,0,8,3.582,8,8C67.943,58.057,64.361,61.639,59.943,61.639z"/> | |
| </clipPath> | |
| <clipPath id="sunCloudFillClip"> | |
| <path | |
| d="M15,15v70h70V15H15z M57.945,49.641c-4.417,0-8-3.582-8-7.999c0-4.418,3.582-7.999,8-7.999s7.998,3.581,7.998,7.999C65.943,46.059,62.362,49.641,57.945,49.641z"/> | |
| </clipPath> | |
| <clipPath id="cloudSunFillClip"> | |
| <path | |
| d="M15,15v70h20.947V63.481c-4.778-2.767-8-7.922-8-13.84c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,5.262-3.394,9.723-8.107,11.341V85H85V15H15z"/> | |
| </clipPath> | |
| <clipPath id="snowFillClip"> | |
| <path d="M15,15v70h70V15H15z M50,65.641c-1.104,0-2-0.896-2-2c0-1.104,0.896-2,2-2c1.104,0,2,0.896,2,2S51.104,65.641,50,65.641z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudSnowSunAlt"> | |
| <g clip-path="url(#cloudSunFillClip)"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sun climacon_componentWrap-sun_cloud"> | |
| <g class="climacon_componentWrap climacon_componentWrap_sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M80.029,43.611h-3.998c-1.105,0-2-0.896-2-1.999s0.895-2,2-2h3.998c1.104,0,2,0.896,2,2S81.135,43.611,80.029,43.611z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,30.3c-0.781,0.781-2.049,0.781-2.828,0c-0.781-0.781-0.781-2.047,0-2.828l2.828-2.828c0.779-0.781,2.047-0.781,2.828,0c0.779,0.781,0.779,2.047,0,2.828L72.174,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,25.614c-1.105,0-2-0.896-2-2v-3.999c0-1.104,0.895-2,2-2c1.104,0,2,0.896,2,2v3.999C60.033,24.718,59.135,25.614,58.033,25.614z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,30.3l-2.827-2.828c-0.781-0.781-0.781-2.047,0-2.828c0.78-0.781,2.047-0.781,2.827,0l2.827,2.828c0.781,0.781,0.781,2.047,0,2.828C45.939,31.081,44.673,31.081,43.892,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M42.033,41.612c0,1.104-0.896,1.999-2,1.999h-4c-1.104,0-1.998-0.896-1.998-1.999s0.896-2,1.998-2h4C41.139,39.612,42.033,40.509,42.033,41.612z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,52.925c0.781-0.78,2.048-0.78,2.827,0c0.781,0.78,0.781,2.047,0,2.828l-2.827,2.827c-0.78,0.781-2.047,0.781-2.827,0c-0.781-0.78-0.781-2.047,0-2.827L43.892,52.925z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,57.61c1.104,0,2,0.895,2,1.999v4c0,1.104-0.896,2-2,2c-1.105,0-2-0.896-2-2v-4C56.033,58.505,56.928,57.61,58.033,57.61z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,52.925l2.828,2.828c0.779,0.78,0.779,2.047,0,2.827c-0.781,0.781-2.049,0.781-2.828,0l-2.828-2.827c-0.781-0.781-0.781-2.048,0-2.828C70.125,52.144,71.391,52.144,72.174,52.925z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody" clip-path="url(#sunCloudFillClip)"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| cx="58.033" | |
| cy="41.612" | |
| r="11.999"/> | |
| </g> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-snowAlt"> | |
| <g class="climacon_component climacon_component climacon_component-snowAlt" clip-path="url(#snowFillClip)"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_snowAlt" | |
| d="M43.072,59.641c0.553-0.957,1.775-1.283,2.732-0.731L48,60.176v-2.535c0-1.104,0.896-2,2-2c1.104,0,2,0.896,2,2v2.535l2.195-1.268c0.957-0.551,2.18-0.225,2.73,0.732c0.553,0.957,0.225,2.18-0.73,2.731l-2.196,1.269l2.196,1.268c0.955,0.553,1.283,1.775,0.73,2.732c-0.552,0.954-1.773,1.282-2.73,0.729L52,67.104v2.535c0,1.105-0.896,2-2,2c-1.104,0-2-0.895-2-2v-2.535l-2.195,1.269c-0.957,0.553-2.18,0.226-2.732-0.729c-0.552-0.957-0.225-2.181,0.732-2.732L46,63.641l-2.195-1.268C42.848,61.82,42.521,60.598,43.072,59.641z"/> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M61.998,65.461v-4.082c3.447-0.891,6-4.012,6-7.738c0-4.417-3.582-7.999-7.999-7.999c-1.601,0-3.084,0.48-4.334,1.291c-1.231-5.317-5.973-9.291-11.664-9.291c-6.627,0-11.999,5.373-11.999,12c0,4.438,2.417,8.305,5.999,10.379v4.444c-5.86-2.375-9.998-8.112-9.998-14.825c0-8.835,7.162-15.999,15.998-15.999c6.004,0,11.229,3.312,13.965,8.204c0.664-0.113,1.336-0.205,2.033-0.205c6.626,0,11.998,5.373,11.998,11.998C71.997,59.586,67.671,64.506,61.998,65.461z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudSnowSunAlt --> | |
| <svg | |
| version="1.1" | |
| id="cloudSnowSunAltFill" | |
| class="climacon climacon_cloudSnowSunAltFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudSnowSunAltFill"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sun climacon_componentWrap-sun_cloud"> | |
| <g class="climacon_componentWrap climacon_componentWrap_sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M80.029,43.611h-3.998c-1.105,0-2-0.896-2-1.999s0.895-2,2-2h3.998c1.104,0,2,0.896,2,2S81.135,43.611,80.029,43.611z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,30.3c-0.781,0.781-2.049,0.781-2.828,0c-0.781-0.781-0.781-2.047,0-2.828l2.828-2.828c0.779-0.781,2.047-0.781,2.828,0c0.779,0.781,0.779,2.047,0,2.828L72.174,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,25.614c-1.105,0-2-0.896-2-2v-3.999c0-1.104,0.895-2,2-2c1.104,0,2,0.896,2,2v3.999C60.033,24.718,59.135,25.614,58.033,25.614z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,30.3l-2.827-2.828c-0.781-0.781-0.781-2.047,0-2.828c0.78-0.781,2.047-0.781,2.827,0l2.827,2.828c0.781,0.781,0.781,2.047,0,2.828C45.939,31.081,44.673,31.081,43.892,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M42.033,41.612c0,1.104-0.896,1.999-2,1.999h-4c-1.104,0-1.998-0.896-1.998-1.999s0.896-2,1.998-2h4C41.139,39.612,42.033,40.509,42.033,41.612z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,52.925c0.781-0.78,2.048-0.78,2.827,0c0.781,0.78,0.781,2.047,0,2.828l-2.827,2.827c-0.78,0.781-2.047,0.781-2.827,0c-0.781-0.78-0.781-2.047,0-2.827L43.892,52.925z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,57.61c1.104,0,2,0.895,2,1.999v4c0,1.104-0.896,2-2,2c-1.105,0-2-0.896-2-2v-4C56.033,58.505,56.928,57.61,58.033,57.61z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,52.925l2.828,2.828c0.779,0.78,0.779,2.047,0,2.827c-0.781,0.781-2.049,0.781-2.828,0l-2.828-2.827c-0.781-0.781-0.781-2.048,0-2.828C70.125,52.144,71.391,52.144,72.174,52.925z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| cx="58.033" | |
| cy="41.612" | |
| r="11.999"/> | |
| <circle | |
| class="climacon_component climacon_component-fill climacon_component-fill_sunBody" | |
| fill="#FFFFFF" | |
| cx="58.033" | |
| cy="41.612" r="7.999"/> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-snowAlt"> | |
| <g class="climacon_component climacon_component climacon_component-snowAlt"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_snowAlt" | |
| d="M43.072,59.641c0.553-0.957,1.775-1.283,2.732-0.731L48,60.176v-2.535c0-1.104,0.896-2,2-2c1.104,0,2,0.896,2,2v2.535l2.195-1.268c0.957-0.551,2.18-0.225,2.73,0.732c0.553,0.957,0.225,2.18-0.73,2.731l-2.196,1.269l2.196,1.268c0.955,0.553,1.283,1.775,0.73,2.732c-0.552,0.954-1.773,1.282-2.73,0.729L52,67.104v2.535c0,1.105-0.896,2-2,2c-1.104,0-2-0.895-2-2v-2.535l-2.195,1.269c-0.957,0.553-2.18,0.226-2.732-0.729c-0.552-0.957-0.225-2.181,0.732-2.732L46,63.641l-2.195-1.268C42.848,61.82,42.521,60.598,43.072,59.641z"/> | |
| <circle | |
| class="climacon_component climacon_component-fill climacon_component-fill_snowAlt" | |
| fill="#FFFFFF" | |
| cx="50" | |
| cy="63.641" | |
| r="2"/> | |
| </g> | |
| </g> | |
| <g class="climacon_componentWrap climacon_componentWrap_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M43.945,65.639c-8.835,0-15.998-7.162-15.998-15.998c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.168,65.639,47.143,65.639,43.945,65.639z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M59.943,61.639c4.418,0,8-3.582,8-7.998c0-4.417-3.582-8-8-8c-1.601,0-3.082,0.481-4.334,1.291c-1.23-5.316-5.973-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.999c0,6.626,5.372,11.998,11.998,11.998C47.562,61.639,56.924,61.639,59.943,61.639z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudSnowSunAltFill --> | |
| <svg | |
| version="1.1" | |
| id="cloudSnowAlt" | |
| class="climacon climacon_cloudSnowAlt" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="moonCloudFillClip"> | |
| <path | |
| d="M0,0v100h100V0H0z M60.943,46.641c-4.418,0-7.999-3.582-7.999-7.999c0-3.803,2.655-6.979,6.211-7.792c0.903,4.854,4.726,8.676,9.579,9.58C67.922,43.986,64.745,46.641,60.943,46.641z"/> | |
| </clipPath> | |
| <clipPath id="cloudFillClip"> | |
| <path d="M15,15v70h70V15H15z M59.943,61.639c-3.02,0-12.381,0-15.999,0c-6.626,0-11.998-5.371-11.998-11.998c0-6.627,5.372-11.999,11.998-11.999c5.691,0,10.434,3.974,11.665,9.29c1.252-0.81,2.733-1.291,4.334-1.291c4.418,0,8,3.582,8,8C67.943,58.057,64.361,61.639,59.943,61.639z"/> | |
| </clipPath> | |
| <clipPath id="snowFillClip"> | |
| <path d="M15,15v70h70V15H15z M50,65.641c-1.104,0-2-0.896-2-2c0-1.104,0.896-2,2-2c1.104,0,2,0.896,2,2S51.104,65.641,50,65.641z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudSnowAlt"> | |
| <g clip-path="url(#cloudFillClip)"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-moon climacon_componentWrap-moon_cloud" clip-path="url(#moonCloudFillClip)"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| d="M61.023,50.641c-6.627,0-11.999-5.372-11.999-11.998c0-6.627,5.372-11.999,11.999-11.999c0.755,0,1.491,0.078,2.207,0.212c-0.132,0.576-0.208,1.173-0.208,1.788c0,4.418,3.582,7.999,8,7.999c0.614,0,1.212-0.076,1.788-0.208c0.133,0.717,0.211,1.452,0.211,2.208C73.021,45.269,67.649,50.641,61.023,50.641z"/> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-snowAlt"> | |
| <g class="climacon_component climacon_component climacon_component-snowAlt" clip-path="url(#snowFillClip)"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_snowAlt" | |
| d="M43.072,59.641c0.553-0.957,1.775-1.283,2.732-0.731L48,60.176v-2.535c0-1.104,0.896-2,2-2c1.104,0,2,0.896,2,2v2.535l2.195-1.268c0.957-0.551,2.18-0.225,2.73,0.732c0.553,0.957,0.225,2.18-0.73,2.731l-2.196,1.269l2.196,1.268c0.955,0.553,1.283,1.775,0.73,2.732c-0.552,0.954-1.773,1.282-2.73,0.729L52,67.104v2.535c0,1.105-0.896,2-2,2c-1.104,0-2-0.895-2-2v-2.535l-2.195,1.269c-0.957,0.553-2.18,0.226-2.732-0.729c-0.552-0.957-0.225-2.181,0.732-2.732L46,63.641l-2.195-1.268C42.848,61.82,42.521,60.598,43.072,59.641z"/> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M61.998,65.461v-4.082c3.447-0.891,6-4.012,6-7.738c0-4.417-3.582-7.999-7.999-7.999c-1.601,0-3.084,0.48-4.334,1.291c-1.231-5.317-5.973-9.291-11.664-9.291c-6.627,0-11.999,5.373-11.999,12c0,4.438,2.417,8.305,5.999,10.379v4.444c-5.86-2.375-9.998-8.112-9.998-14.825c0-8.835,7.162-15.999,15.998-15.999c6.004,0,11.229,3.312,13.965,8.204c0.664-0.113,1.336-0.205,2.033-0.205c6.626,0,11.998,5.373,11.998,11.998C71.997,59.586,67.671,64.506,61.998,65.461z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudSnowMoonAlt --> | |
| <svg | |
| version="1.1" | |
| id="cloudSnowAltFill" | |
| class="climacon climacon_cloudSnowAltFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudSnowAltFill"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-moon climacon_componentWrap-moon_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| d="M61.023,50.641c-6.627,0-11.999-5.372-11.999-11.998c0-6.627,5.372-11.999,11.999-11.999c0.755,0,1.491,0.078,2.207,0.212c-0.132,0.576-0.208,1.173-0.208,1.788c0,4.418,3.582,7.999,8,7.999c0.614,0,1.212-0.076,1.788-0.208c0.133,0.717,0.211,1.452,0.211,2.208C73.021,45.269,67.649,50.641,61.023,50.641z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_moon" | |
| fill="#FFFFFF" | |
| d="M59.235,30.851c-3.556,0.813-6.211,3.989-6.211,7.792c0,4.417,3.581,7.999,7.999,7.999c3.802,0,6.979-2.655,7.791-6.211C63.961,39.527,60.139,35.705,59.235,30.851z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-snowAlt"> | |
| <g class="climacon_component climacon_component climacon_component-snowAlt"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_snowAlt" | |
| d="M43.072,59.641c0.553-0.957,1.775-1.283,2.732-0.731L48,60.176v-2.535c0-1.104,0.896-2,2-2c1.104,0,2,0.896,2,2v2.535l2.195-1.268c0.957-0.551,2.18-0.225,2.73,0.732c0.553,0.957,0.225,2.18-0.73,2.731l-2.196,1.269l2.196,1.268c0.955,0.553,1.283,1.775,0.73,2.732c-0.552,0.954-1.773,1.282-2.73,0.729L52,67.104v2.535c0,1.105-0.896,2-2,2c-1.104,0-2-0.895-2-2v-2.535l-2.195,1.269c-0.957,0.553-2.18,0.226-2.732-0.729c-0.552-0.957-0.225-2.181,0.732-2.732L46,63.641l-2.195-1.268C42.848,61.82,42.521,60.598,43.072,59.641z"/> | |
| <circle | |
| class="climacon_component climacon_component-fill climacon_component-fill_snowAlt" | |
| fill="#FFFFFF" | |
| cx="50" | |
| cy="63.641" | |
| r="2"/> | |
| </g> | |
| </g> | |
| <g class="climacon_componentWrap climacon_componentWrap_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M43.945,65.639c-8.835,0-15.998-7.162-15.998-15.998c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.168,65.639,47.143,65.639,43.945,65.639z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M59.943,61.639c4.418,0,8-3.582,8-7.998c0-4.417-3.582-8-8-8c-1.601,0-3.082,0.481-4.334,1.291c-1.23-5.316-5.973-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.999c0,6.626,5.372,11.998,11.998,11.998C47.562,61.639,56.924,61.639,59.943,61.639z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudSnowMoonAltFill --> | |
| <svg | |
| version="1.1" | |
| id="cloudFog" | |
| class="climacon climacon_cloudFog" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudFog"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-Fog"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine climacon_component-stroke_fogLine-top" | |
| d="M69.998,57.641H30.003c-1.104,0-2-0.895-2-2c0-1.104,0.896-2,2-2h39.995c1.104,0,2,0.896,2,2C71.998,56.746,71.104,57.641,69.998,57.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine climacon_component-stroke_fogLine-middle" | |
| d="M69.998,65.641H30.003c-1.104,0-2-0.896-2-2s0.896-2,2-2h39.995c1.104,0,2,0.896,2,2C71.998,64.744,71.104,65.641,69.998,65.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine climacon_component-stroke_fogLine-bottom" | |
| d="M30.003,69.639h39.995c1.104,0,2,0.896,2,2c0,1.105-0.896,2-2,2H30.003c-1.104,0-2-0.895-2-2C28.003,70.535,28.898,69.639,30.003,69.639z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M59.999,45.643c-1.601,0-3.083,0.48-4.333,1.291c-1.232-5.317-5.974-9.291-11.665-9.291c-6.626,0-11.998,5.373-11.998,12h-4c0-8.835,7.163-15.999,15.998-15.999c6.004,0,11.229,3.312,13.965,8.204c0.664-0.113,1.337-0.205,2.033-0.205c5.222,0,9.651,3.342,11.301,8h-4.381C65.535,47.253,62.958,45.643,59.999,45.643z"/> | |
| </g> | |
| </g> | |
| </svg><!--cloudFog --> | |
| <svg | |
| version="1.1" | |
| id="cloudFogFill" | |
| class="climacon climacon_cloudFogFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudFog"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-Fog"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine climacon_component-stroke_fogLine-top" | |
| d="M69.998,57.641H30.003c-1.104,0-2-0.895-2-2c0-1.104,0.896-2,2-2h39.995c1.104,0,2,0.896,2,2C71.998,56.746,71.104,57.641,69.998,57.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine climacon_component-stroke_fogLine-middle" | |
| d="M69.998,65.641H30.003c-1.104,0-2-0.896-2-2s0.896-2,2-2h39.995c1.104,0,2,0.896,2,2C71.998,64.744,71.104,65.641,69.998,65.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine climacon_component-stroke_fogLine-bottom" | |
| d="M30.003,69.639h39.995c1.104,0,2,0.896,2,2c0,1.105-0.896,2-2,2H30.003c-1.104,0-2-0.895-2-2C28.003,70.535,28.898,69.639,30.003,69.639z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M59.999,45.643c-1.601,0-3.083,0.48-4.333,1.291c-1.232-5.317-5.974-9.291-11.665-9.291c-6.626,0-11.998,5.373-11.998,12h-4c0-8.835,7.163-15.999,15.998-15.999c6.004,0,11.229,3.312,13.965,8.204c0.664-0.113,1.337-0.205,2.033-0.205c5.222,0,9.651,3.342,11.301,8h-4.381C65.535,47.253,62.958,45.643,59.999,45.643z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M71.287,49.355c-1.659-4.632-6.08-7.954-11.289-7.954c-0.695,0-1.369,0.091-2.033,0.205C55.229,36.72,50.004,33.413,44,33.413c-8.824,0-15.977,7.134-15.996,15.942H71.287z"/> | |
| <path | |
| fill="#FFFFFF" | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| d="M66.897,49.376c-1.389-2.369-3.955-3.965-6.899-3.965c-1.602,0-3.082,0.48-4.334,1.291c-1.23-5.316-5.973-9.291-11.664-9.291c-6.615,0-11.977,5.354-11.996,11.965H66.897z"/> | |
| </g> | |
| </g> | |
| </svg><!--cloudFogFill --> | |
| <svg | |
| version="1.1" | |
| id="cloudFogSun" | |
| class="climacon climacon_cloudFogSun" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="cloudFillClip"> | |
| <path d="M15,15v70h70V15H15z M59.943,61.639c-3.02,0-12.381,0-15.999,0c-6.626,0-11.998-5.371-11.998-11.998c0-6.627,5.372-11.999,11.998-11.999c5.691,0,10.434,3.974,11.665,9.29c1.252-0.81,2.733-1.291,4.334-1.291c4.418,0,8,3.582,8,8C67.943,58.057,64.361,61.639,59.943,61.639z"/> | |
| </clipPath> | |
| <clipPath id="sunCloudFillClip"> | |
| <path | |
| d="M15,15v70h70V15H15z M57.945,49.641c-4.417,0-8-3.582-8-7.999c0-4.418,3.582-7.999,8-7.999s7.998,3.581,7.998,7.999C65.943,46.059,62.362,49.641,57.945,49.641z"/> | |
| </clipPath> | |
| <clipPath id="cloudSunFillClip"> | |
| <path | |
| d="M15,15v70h20.947V63.481c-4.778-2.767-8-7.922-8-13.84c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,5.262-3.394,9.723-8.107,11.341V85H85V15H15z" | |
| /> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudFogSun"> | |
| <g clip-path="url(#cloudSunFillClip)"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sun climacon_componentWrap-sun_cloud"> | |
| <g class="climacon_componentWrap climacon_componentWrap_sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M80.029,43.611h-3.998c-1.105,0-2-0.896-2-1.999s0.895-2,2-2h3.998c1.104,0,2,0.896,2,2S81.135,43.611,80.029,43.611z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,30.3c-0.781,0.781-2.049,0.781-2.828,0c-0.781-0.781-0.781-2.047,0-2.828l2.828-2.828c0.779-0.781,2.047-0.781,2.828,0c0.779,0.781,0.779,2.047,0,2.828L72.174,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,25.614c-1.105,0-2-0.896-2-2v-3.999c0-1.104,0.895-2,2-2c1.104,0,2,0.896,2,2v3.999C60.033,24.718,59.135,25.614,58.033,25.614z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,30.3l-2.827-2.828c-0.781-0.781-0.781-2.047,0-2.828c0.78-0.781,2.047-0.781,2.827,0l2.827,2.828c0.781,0.781,0.781,2.047,0,2.828C45.939,31.081,44.673,31.081,43.892,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M42.033,41.612c0,1.104-0.896,1.999-2,1.999h-4c-1.104,0-1.998-0.896-1.998-1.999s0.896-2,1.998-2h4C41.139,39.612,42.033,40.509,42.033,41.612z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,52.925c0.781-0.78,2.048-0.78,2.827,0c0.781,0.78,0.781,2.047,0,2.828l-2.827,2.827c-0.78,0.781-2.047,0.781-2.827,0c-0.781-0.78-0.781-2.047,0-2.827L43.892,52.925z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,57.61c1.104,0,2,0.895,2,1.999v4c0,1.104-0.896,2-2,2c-1.105,0-2-0.896-2-2v-4C56.033,58.505,56.928,57.61,58.033,57.61z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,52.925l2.828,2.828c0.779,0.78,0.779,2.047,0,2.827c-0.781,0.781-2.049,0.781-2.828,0l-2.828-2.827c-0.781-0.781-0.781-2.048,0-2.828C70.125,52.144,71.391,52.144,72.174,52.925z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody" clip-path="url(#sunCloudFillClip)"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| cx="58.033" | |
| cy="41.612" | |
| r="11.999"/> | |
| </g> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-Fog"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine climacon_component-stroke_fogLine-top" | |
| d="M69.998,57.641H30.003c-1.104,0-2-0.895-2-2c0-1.104,0.896-2,2-2h39.995c1.104,0,2,0.896,2,2C71.998,56.746,71.104,57.641,69.998,57.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine climacon_component-stroke_fogLine-middle" | |
| d="M69.998,65.641H30.003c-1.104,0-2-0.896-2-2s0.896-2,2-2h39.995c1.104,0,2,0.896,2,2C71.998,64.744,71.104,65.641,69.998,65.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine climacon_component-stroke_fogLine-bottom" | |
| d="M30.003,69.639h39.995c1.104,0,2,0.896,2,2c0,1.105-0.896,2-2,2H30.003c-1.104,0-2-0.895-2-2C28.003,70.535,28.898,69.639,30.003,69.639z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M59.999,45.643c-1.601,0-3.083,0.48-4.333,1.291c-1.232-5.317-5.974-9.291-11.665-9.291c-6.626,0-11.998,5.373-11.998,12h-4c0-8.835,7.163-15.999,15.998-15.999c6.004,0,11.229,3.312,13.965,8.204c0.664-0.113,1.337-0.205,2.033-0.205c5.222,0,9.651,3.342,11.301,8h-4.381C65.535,47.253,62.958,45.643,59.999,45.643z"/> | |
| </g> | |
| </g> | |
| </svg><!--cloudFogSun --> | |
| <svg | |
| version="1.1" | |
| id="cloudFogSunFill" | |
| class="climacon climacon_cloudFogSunFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="cloudFillClip"> | |
| <path d="M15,15v70h70V15H15z M59.943,61.639c-3.02,0-12.381,0-15.999,0c-6.626,0-11.998-5.371-11.998-11.998c0-6.627,5.372-11.999,11.998-11.999c5.691,0,10.434,3.974,11.665,9.29c1.252-0.81,2.733-1.291,4.334-1.291c4.418,0,8,3.582,8,8C67.943,58.057,64.361,61.639,59.943,61.639z"/> | |
| </clipPath> | |
| <clipPath id="sunCloudFillClip"> | |
| <path | |
| d="M15,15v70h70V15H15z M57.945,49.641c-4.417,0-8-3.582-8-7.999c0-4.418,3.582-7.999,8-7.999s7.998,3.581,7.998,7.999C65.943,46.059,62.362,49.641,57.945,49.641z"/> | |
| </clipPath> | |
| <clipPath id="cloudSunFillClip"> | |
| <path | |
| d="M15,15v70h20.947V63.481c-4.778-2.767-8-7.922-8-13.84c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,5.262-3.394,9.723-8.107,11.341V85H85V15H15z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudFogSunFill"> | |
| <g clip-path="url(#cloudSunFillClip)"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sun climacon_componentWrap-sun_cloud"> | |
| <g class="climacon_componentWrap climacon_componentWrap_sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M80.029,43.611h-3.998c-1.105,0-2-0.896-2-1.999s0.895-2,2-2h3.998c1.104,0,2,0.896,2,2S81.135,43.611,80.029,43.611z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,30.3c-0.781,0.781-2.049,0.781-2.828,0c-0.781-0.781-0.781-2.047,0-2.828l2.828-2.828c0.779-0.781,2.047-0.781,2.828,0c0.779,0.781,0.779,2.047,0,2.828L72.174,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,25.614c-1.105,0-2-0.896-2-2v-3.999c0-1.104,0.895-2,2-2c1.104,0,2,0.896,2,2v3.999C60.033,24.718,59.135,25.614,58.033,25.614z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,30.3l-2.827-2.828c-0.781-0.781-0.781-2.047,0-2.828c0.78-0.781,2.047-0.781,2.827,0l2.827,2.828c0.781,0.781,0.781,2.047,0,2.828C45.939,31.081,44.673,31.081,43.892,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M42.033,41.612c0,1.104-0.896,1.999-2,1.999h-4c-1.104,0-1.998-0.896-1.998-1.999s0.896-2,1.998-2h4C41.139,39.612,42.033,40.509,42.033,41.612z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,52.925c0.781-0.78,2.048-0.78,2.827,0c0.781,0.78,0.781,2.047,0,2.828l-2.827,2.827c-0.78,0.781-2.047,0.781-2.827,0c-0.781-0.78-0.781-2.047,0-2.827L43.892,52.925z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,57.61c1.104,0,2,0.895,2,1.999v4c0,1.104-0.896,2-2,2c-1.105,0-2-0.896-2-2v-4C56.033,58.505,56.928,57.61,58.033,57.61z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,52.925l2.828,2.828c0.779,0.78,0.779,2.047,0,2.827c-0.781,0.781-2.049,0.781-2.828,0l-2.828-2.827c-0.781-0.781-0.781-2.048,0-2.828C70.125,52.144,71.391,52.144,72.174,52.925z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| cx="58.033" | |
| cy="41.612" | |
| r="11.999"/> | |
| <circle | |
| class="climacon_component climacon_component-fill climacon_component-fill_sunBody" | |
| fill="#FFFFFF" | |
| cx="58.033" | |
| cy="41.612" r="7.999"/> | |
| </g> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-Fog"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine climacon_component-stroke_fogLine-top" | |
| d="M69.998,57.641H30.003c-1.104,0-2-0.895-2-2c0-1.104,0.896-2,2-2h39.995c1.104,0,2,0.896,2,2C71.998,56.746,71.104,57.641,69.998,57.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine climacon_component-stroke_fogLine-middle" | |
| d="M69.998,65.641H30.003c-1.104,0-2-0.896-2-2s0.896-2,2-2h39.995c1.104,0,2,0.896,2,2C71.998,64.744,71.104,65.641,69.998,65.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine climacon_component-stroke_fogLine-bottom" | |
| d="M30.003,69.639h39.995c1.104,0,2,0.896,2,2c0,1.105-0.896,2-2,2H30.003c-1.104,0-2-0.895-2-2C28.003,70.535,28.898,69.639,30.003,69.639z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M59.999,45.643c-1.601,0-3.083,0.48-4.333,1.291c-1.232-5.317-5.974-9.291-11.665-9.291c-6.626,0-11.998,5.373-11.998,12h-4c0-8.835,7.163-15.999,15.998-15.999c6.004,0,11.229,3.312,13.965,8.204c0.664-0.113,1.337-0.205,2.033-0.205c5.222,0,9.651,3.342,11.301,8h-4.381C65.535,47.253,62.958,45.643,59.999,45.643z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M71.287,49.355c-1.659-4.632-6.08-7.954-11.289-7.954c-0.695,0-1.369,0.091-2.033,0.205C55.229,36.72,50.004,33.413,44,33.413c-8.824,0-15.977,7.134-15.996,15.942H71.287z"/> | |
| <path | |
| fill="#FFFFFF" | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| d="M66.897,49.376c-1.389-2.369-3.955-3.965-6.899-3.965c-1.602,0-3.082,0.48-4.334,1.291c-1.23-5.316-5.973-9.291-11.664-9.291c-6.615,0-11.977,5.354-11.996,11.965H66.897z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudFogSunFill --> | |
| <svg | |
| version="1.1" | |
| id="cloudFogMoon" | |
| class="climacon climacon_cloudFogMoon" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="moonCloudFillClip"> | |
| <path | |
| d="M0,0v100h100V0H0z M60.943,46.641c-4.418,0-7.999-3.582-7.999-7.999c0-3.803,2.655-6.979,6.211-7.792c0.903,4.854,4.726,8.676,9.579,9.58C67.922,43.986,64.745,46.641,60.943,46.641z"/> | |
| </clipPath> | |
| <clipPath id="cloudFillClip"> | |
| <path d="M15,15v70h70V15H15z M59.943,61.639c-3.02,0-12.381,0-15.999,0c-6.626,0-11.998-5.371-11.998-11.998c0-6.627,5.372-11.999,11.998-11.999c5.691,0,10.434,3.974,11.665,9.29c1.252-0.81,2.733-1.291,4.334-1.291c4.418,0,8,3.582,8,8C67.943,58.057,64.361,61.639,59.943,61.639z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudFogMoon"> | |
| <g clip-path="url(#cloudFillClip)"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-moon climacon_componentWrap-moon_cloud" clip-path="url(#moonCloudFillClip)"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| d="M61.023,50.641c-6.627,0-11.999-5.372-11.999-11.998c0-6.627,5.372-11.999,11.999-11.999c0.755,0,1.491,0.078,2.207,0.212c-0.132,0.576-0.208,1.173-0.208,1.788c0,4.418,3.582,7.999,8,7.999c0.614,0,1.212-0.076,1.788-0.208c0.133,0.717,0.211,1.452,0.211,2.208C73.021,45.269,67.649,50.641,61.023,50.641z"/> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-Fog"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine climacon_component-stroke_fogLine-top" | |
| d="M69.998,57.641H30.003c-1.104,0-2-0.895-2-2c0-1.104,0.896-2,2-2h39.995c1.104,0,2,0.896,2,2C71.998,56.746,71.104,57.641,69.998,57.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine climacon_component-stroke_fogLine-middle" | |
| d="M69.998,65.641H30.003c-1.104,0-2-0.896-2-2s0.896-2,2-2h39.995c1.104,0,2,0.896,2,2C71.998,64.744,71.104,65.641,69.998,65.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine climacon_component-stroke_fogLine-bottom" | |
| d="M30.003,69.639h39.995c1.104,0,2,0.896,2,2c0,1.105-0.896,2-2,2H30.003c-1.104,0-2-0.895-2-2C28.003,70.535,28.898,69.639,30.003,69.639z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M59.999,45.643c-1.601,0-3.083,0.48-4.333,1.291c-1.232-5.317-5.974-9.291-11.665-9.291c-6.626,0-11.998,5.373-11.998,12h-4c0-8.835,7.163-15.999,15.998-15.999c6.004,0,11.229,3.312,13.965,8.204c0.664-0.113,1.337-0.205,2.033-0.205c5.222,0,9.651,3.342,11.301,8h-4.381C65.535,47.253,62.958,45.643,59.999,45.643z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudFogMoon --> | |
| <svg | |
| version="1.1" | |
| id="cloudFogMoonFill" | |
| class="climacon climacon_cloudFogMoonFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="moonCloudFillClip"> | |
| <path | |
| d="M0,0v100h100V0H0z M60.943,46.641c-4.418,0-7.999-3.582-7.999-7.999c0-3.803,2.655-6.979,6.211-7.792c0.903,4.854,4.726,8.676,9.579,9.58C67.922,43.986,64.745,46.641,60.943,46.641z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudFogMoonFill"> | |
| <g clip-path="url(#cloudFillClip)"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-moon climacon_componentWrap-moon_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| d="M61.023,50.641c-6.627,0-11.999-5.372-11.999-11.998c0-6.627,5.372-11.999,11.999-11.999c0.755,0,1.491,0.078,2.207,0.212c-0.132,0.576-0.208,1.173-0.208,1.788c0,4.418,3.582,7.999,8,7.999c0.614,0,1.212-0.076,1.788-0.208c0.133,0.717,0.211,1.452,0.211,2.208C73.021,45.269,67.649,50.641,61.023,50.641z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_moon" | |
| fill="#FFFFFF" | |
| d="M59.235,30.851c-3.556,0.813-6.211,3.989-6.211,7.792c0,4.417,3.581,7.999,7.999,7.999c3.802,0,6.979-2.655,7.791-6.211C63.961,39.527,60.139,35.705,59.235,30.851z"/> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-Fog"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine climacon_component-stroke_fogLine-top" | |
| d="M69.998,57.641H30.003c-1.104,0-2-0.895-2-2c0-1.104,0.896-2,2-2h39.995c1.104,0,2,0.896,2,2C71.998,56.746,71.104,57.641,69.998,57.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine climacon_component-stroke_fogLine-middle" | |
| d="M69.998,65.641H30.003c-1.104,0-2-0.896-2-2s0.896-2,2-2h39.995c1.104,0,2,0.896,2,2C71.998,64.744,71.104,65.641,69.998,65.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine climacon_component-stroke_fogLine-bottom" | |
| d="M30.003,69.639h39.995c1.104,0,2,0.896,2,2c0,1.105-0.896,2-2,2H30.003c-1.104,0-2-0.895-2-2C28.003,70.535,28.898,69.639,30.003,69.639z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M59.999,45.643c-1.601,0-3.083,0.48-4.333,1.291c-1.232-5.317-5.974-9.291-11.665-9.291c-6.626,0-11.998,5.373-11.998,12h-4c0-8.835,7.163-15.999,15.998-15.999c6.004,0,11.229,3.312,13.965,8.204c0.664-0.113,1.337-0.205,2.033-0.205c5.222,0,9.651,3.342,11.301,8h-4.381C65.535,47.253,62.958,45.643,59.999,45.643z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M71.287,49.355c-1.659-4.632-6.08-7.954-11.289-7.954c-0.695,0-1.369,0.091-2.033,0.205C55.229,36.72,50.004,33.413,44,33.413c-8.824,0-15.977,7.134-15.996,15.942H71.287z"/> | |
| <path | |
| fill="#FFFFFF" | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| d="M66.897,49.376c-1.389-2.369-3.955-3.965-6.899-3.965c-1.602,0-3.082,0.48-4.334,1.291c-1.23-5.316-5.973-9.291-11.664-9.291c-6.615,0-11.977,5.354-11.996,11.965H66.897z"/> | |
| </g> | |
| </g> | |
| </svg><!-- cloudFogMoonFill --> | |
| <svg | |
| version="1.1" | |
| id="cloudFogAlt" | |
| class="climacon climacon_cloudFogAlt" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudFogAlt"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-Fog"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M29.177,55.641c-0.262-0.646-0.473-1.314-0.648-2h43.47c0,0.685-0.069,1.349-0.181,2H29.177z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M36.263,35.643c2.294-1.271,4.93-1.999,7.738-1.999c2.806,0,5.436,0.73,7.728,1.999H36.263z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M28.142,47.642c0.085-0.682,0.218-1.347,0.387-1.999h40.396c0.552,0.613,1.039,1.281,1.455,1.999H28.142z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M29.177,43.643c0.281-0.693,0.613-1.359,0.984-2h27.682c0.04,0.068,0.084,0.135,0.123,0.205c0.664-0.114,1.339-0.205,2.033-0.205c2.451,0,4.729,0.738,6.627,2H29.177z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M31.524,39.643c0.58-0.723,1.225-1.388,1.92-2h21.123c0.689,0.61,1.326,1.28,1.902,2H31.524z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M71.816,51.641H28.142c-0.082-0.656-0.139-1.32-0.139-1.999h43.298C71.527,50.285,71.702,50.953,71.816,51.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M71.301,57.641c-0.246,0.699-0.555,1.367-0.921,2H31.524c-0.505-0.629-0.957-1.299-1.363-2H71.301z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M33.444,61.641h35.48c-0.68,0.758-1.447,1.435-2.299,2H36.263C35.247,63.078,34.309,62.4,33.444,61.641z"/> | |
| </g> | |
| </g> | |
| </svg><!--cloudFogAlt --> | |
| <svg | |
| version="1.1" | |
| id="cloudFogAltFill" | |
| class="climacon climacon_cloudFogAltFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudFogAltFill"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-Fog"> | |
| <g class="climacon_componentWrap climacon_componentWrap_cloud"> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M43.945,65.639c-8.835,0-15.998-7.162-15.998-15.998c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.168,65.639,47.143,65.639,43.945,65.639z"/> | |
| </g> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M29.177,55.641c-0.262-0.646-0.473-1.314-0.648-2h43.47c0,0.685-0.069,1.349-0.181,2H29.177z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M36.263,35.643c2.294-1.271,4.93-1.999,7.738-1.999c2.806,0,5.436,0.73,7.728,1.999H36.263z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M28.142,47.642c0.085-0.682,0.218-1.347,0.387-1.999h40.396c0.552,0.613,1.039,1.281,1.455,1.999H28.142z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M29.177,43.643c0.281-0.693,0.613-1.359,0.984-2h27.682c0.04,0.068,0.084,0.135,0.123,0.205c0.664-0.114,1.339-0.205,2.033-0.205c2.451,0,4.729,0.738,6.627,2H29.177z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M31.524,39.643c0.58-0.723,1.225-1.388,1.92-2h21.123c0.689,0.61,1.326,1.28,1.902,2H31.524z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M71.816,51.641H28.142c-0.082-0.656-0.139-1.32-0.139-1.999h43.298C71.527,50.285,71.702,50.953,71.816,51.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M71.301,57.641c-0.246,0.699-0.555,1.367-0.921,2H31.524c-0.505-0.629-0.957-1.299-1.363-2H71.301z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M33.444,61.641h35.48c-0.68,0.758-1.447,1.435-2.299,2H36.263C35.247,63.078,34.309,62.4,33.444,61.641z"/> | |
| </g> | |
| </g> | |
| </svg><!--cloudFogAltFill --> | |
| <svg | |
| version="1.1" | |
| id="cloudFogSunAlt" | |
| class="climacon climacon_cloudFogSunAlt" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="cloudFillClip"> | |
| <path d="M15,15v70h70V15H15z M59.943,61.639c-3.02,0-12.381,0-15.999,0c-6.626,0-11.998-5.371-11.998-11.998c0-6.627,5.372-11.999,11.998-11.999c5.691,0,10.434,3.974,11.665,9.29c1.252-0.81,2.733-1.291,4.334-1.291c4.418,0,8,3.582,8,8C67.943,58.057,64.361,61.639,59.943,61.639z"/> | |
| </clipPath> | |
| <clipPath id="sunCloudFillClip"> | |
| <path | |
| d="M15,15v70h70V15H15z M57.945,49.641c-4.417,0-8-3.582-8-7.999c0-4.418,3.582-7.999,8-7.999s7.998,3.581,7.998,7.999C65.943,46.059,62.362,49.641,57.945,49.641z"/> | |
| </clipPath> | |
| <clipPath id="cloudSunFillClip"> | |
| <path | |
| d="M15,15v70h20.947V63.481c-4.778-2.767-8-7.922-8-13.84c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,5.262-3.394,9.723-8.107,11.341V85H85V15H15z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudFogSunAlt"> | |
| <g clip-path="url(#cloudSunFillClip)"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sun climacon_componentWrap-sun_cloud"> | |
| <g class="climacon_componentWrap climacon_componentWrap_sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M80.029,43.611h-3.998c-1.105,0-2-0.896-2-1.999s0.895-2,2-2h3.998c1.104,0,2,0.896,2,2S81.135,43.611,80.029,43.611z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,30.3c-0.781,0.781-2.049,0.781-2.828,0c-0.781-0.781-0.781-2.047,0-2.828l2.828-2.828c0.779-0.781,2.047-0.781,2.828,0c0.779,0.781,0.779,2.047,0,2.828L72.174,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,25.614c-1.105,0-2-0.896-2-2v-3.999c0-1.104,0.895-2,2-2c1.104,0,2,0.896,2,2v3.999C60.033,24.718,59.135,25.614,58.033,25.614z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,30.3l-2.827-2.828c-0.781-0.781-0.781-2.047,0-2.828c0.78-0.781,2.047-0.781,2.827,0l2.827,2.828c0.781,0.781,0.781,2.047,0,2.828C45.939,31.081,44.673,31.081,43.892,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M42.033,41.612c0,1.104-0.896,1.999-2,1.999h-4c-1.104,0-1.998-0.896-1.998-1.999s0.896-2,1.998-2h4C41.139,39.612,42.033,40.509,42.033,41.612z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,52.925c0.781-0.78,2.048-0.78,2.827,0c0.781,0.78,0.781,2.047,0,2.828l-2.827,2.827c-0.78,0.781-2.047,0.781-2.827,0c-0.781-0.78-0.781-2.047,0-2.827L43.892,52.925z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,57.61c1.104,0,2,0.895,2,1.999v4c0,1.104-0.896,2-2,2c-1.105,0-2-0.896-2-2v-4C56.033,58.505,56.928,57.61,58.033,57.61z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,52.925l2.828,2.828c0.779,0.78,0.779,2.047,0,2.827c-0.781,0.781-2.049,0.781-2.828,0l-2.828-2.827c-0.781-0.781-0.781-2.048,0-2.828C70.125,52.144,71.391,52.144,72.174,52.925z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody" clip-path="url(#sunCloudFillClip)"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| cx="58.033" | |
| cy="41.612" | |
| r="11.999"/> | |
| </g> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-Fog"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M29.177,55.641c-0.262-0.646-0.473-1.314-0.648-2h43.47c0,0.685-0.069,1.349-0.181,2H29.177z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M36.263,35.643c2.294-1.271,4.93-1.999,7.738-1.999c2.806,0,5.436,0.73,7.728,1.999H36.263z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M28.142,47.642c0.085-0.682,0.218-1.347,0.387-1.999h40.396c0.552,0.613,1.039,1.281,1.455,1.999H28.142z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M29.177,43.643c0.281-0.693,0.613-1.359,0.984-2h27.682c0.04,0.068,0.084,0.135,0.123,0.205c0.664-0.114,1.339-0.205,2.033-0.205c2.451,0,4.729,0.738,6.627,2H29.177z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M31.524,39.643c0.58-0.723,1.225-1.388,1.92-2h21.123c0.689,0.61,1.326,1.28,1.902,2H31.524z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M71.816,51.641H28.142c-0.082-0.656-0.139-1.32-0.139-1.999h43.298C71.527,50.285,71.702,50.953,71.816,51.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M71.301,57.641c-0.246,0.699-0.555,1.367-0.921,2H31.524c-0.505-0.629-0.957-1.299-1.363-2H71.301z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M33.444,61.641h35.48c-0.68,0.758-1.447,1.435-2.299,2H36.263C35.247,63.078,34.309,62.4,33.444,61.641z"/> | |
| </g> | |
| </g> | |
| </svg><!--cloudFogSunAlt --> | |
| <svg | |
| version="1.1" | |
| id="cloudFogSunAltFill" | |
| class="climacon climacon_cloudFogSunAltFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="cloudSunFillClip"> | |
| <path | |
| d="M15,15v70h20.947V63.481c-4.778-2.767-8-7.922-8-13.84c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,5.262-3.394,9.723-8.107,11.341V85H85V15H15z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudFogSunAlt"> | |
| <g class="climacon_componentWrap climacon_componentWrap_cloud"> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M43.945,65.639c-8.835,0-15.998-7.162-15.998-15.998c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.168,65.639,47.143,65.639,43.945,65.639z"/> | |
| </g> | |
| <g clip-path="url(#cloudSunFillClip)"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sun climacon_componentWrap-sun_cloud"> | |
| <g class="climacon_componentWrap climacon_componentWrap_sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M80.029,43.611h-3.998c-1.105,0-2-0.896-2-1.999s0.895-2,2-2h3.998c1.104,0,2,0.896,2,2S81.135,43.611,80.029,43.611z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,30.3c-0.781,0.781-2.049,0.781-2.828,0c-0.781-0.781-0.781-2.047,0-2.828l2.828-2.828c0.779-0.781,2.047-0.781,2.828,0c0.779,0.781,0.779,2.047,0,2.828L72.174,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,25.614c-1.105,0-2-0.896-2-2v-3.999c0-1.104,0.895-2,2-2c1.104,0,2,0.896,2,2v3.999C60.033,24.718,59.135,25.614,58.033,25.614z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,30.3l-2.827-2.828c-0.781-0.781-0.781-2.047,0-2.828c0.78-0.781,2.047-0.781,2.827,0l2.827,2.828c0.781,0.781,0.781,2.047,0,2.828C45.939,31.081,44.673,31.081,43.892,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M42.033,41.612c0,1.104-0.896,1.999-2,1.999h-4c-1.104,0-1.998-0.896-1.998-1.999s0.896-2,1.998-2h4C41.139,39.612,42.033,40.509,42.033,41.612z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,52.925c0.781-0.78,2.048-0.78,2.827,0c0.781,0.78,0.781,2.047,0,2.828l-2.827,2.827c-0.78,0.781-2.047,0.781-2.827,0c-0.781-0.78-0.781-2.047,0-2.827L43.892,52.925z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,57.61c1.104,0,2,0.895,2,1.999v4c0,1.104-0.896,2-2,2c-1.105,0-2-0.896-2-2v-4C56.033,58.505,56.928,57.61,58.033,57.61z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,52.925l2.828,2.828c0.779,0.78,0.779,2.047,0,2.827c-0.781,0.781-2.049,0.781-2.828,0l-2.828-2.827c-0.781-0.781-0.781-2.048,0-2.828C70.125,52.144,71.391,52.144,72.174,52.925z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| cx="58.033" | |
| cy="41.612" | |
| r="11.999"/> | |
| <circle | |
| class="climacon_component climacon_component-fill climacon_component-fill_sunBody" | |
| fill="#FFFFFF" | |
| cx="58.033" | |
| cy="41.612" r="7.999"/> | |
| </g> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-Fog"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M29.177,55.641c-0.262-0.646-0.473-1.314-0.648-2h43.47c0,0.685-0.069,1.349-0.181,2H29.177z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M36.263,35.643c2.294-1.271,4.93-1.999,7.738-1.999c2.806,0,5.436,0.73,7.728,1.999H36.263z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M28.142,47.642c0.085-0.682,0.218-1.347,0.387-1.999h40.396c0.552,0.613,1.039,1.281,1.455,1.999H28.142z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M29.177,43.643c0.281-0.693,0.613-1.359,0.984-2h27.682c0.04,0.068,0.084,0.135,0.123,0.205c0.664-0.114,1.339-0.205,2.033-0.205c2.451,0,4.729,0.738,6.627,2H29.177z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M31.524,39.643c0.58-0.723,1.225-1.388,1.92-2h21.123c0.689,0.61,1.326,1.28,1.902,2H31.524z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M71.816,51.641H28.142c-0.082-0.656-0.139-1.32-0.139-1.999h43.298C71.527,50.285,71.702,50.953,71.816,51.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M71.301,57.641c-0.246,0.699-0.555,1.367-0.921,2H31.524c-0.505-0.629-0.957-1.299-1.363-2H71.301z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M33.444,61.641h35.48c-0.68,0.758-1.447,1.435-2.299,2H36.263C35.247,63.078,34.309,62.4,33.444,61.641z"/> | |
| </g> | |
| </g> | |
| </svg><!--cloudFogSunAltFill --> | |
| <svg | |
| version="1.1" | |
| id="cloudFogMoonAlt" | |
| class="climacon climacon_cloudFogMoonAlt" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="moonCloudFillClip"> | |
| <path | |
| d="M0,0v100h100V0H0z M60.943,46.641c-4.418,0-7.999-3.582-7.999-7.999c0-3.803,2.655-6.979,6.211-7.792c0.903,4.854,4.726,8.676,9.579,9.58C67.922,43.986,64.745,46.641,60.943,46.641z"/> | |
| </clipPath> | |
| <clipPath id="newMoonCloudFillClip"> | |
| <path d="M15,15v70h70V15H15z M59.943,65.638c-2.775,0-12.801,0-15.998,0c-8.836,0-15.998-7.162-15.998-15.998c0-8.835,7.162-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12C71.941,60.265,66.57,65.638,59.943,65.638z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudFogMoon"> | |
| <g clip-path="url(#newMoonCloudFillClip)"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-moon climacon_componentWrap-moon_cloud" clip-path="url(#moonCloudFillClip)"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| d="M61.023,50.641c-6.627,0-11.999-5.372-11.999-11.998c0-6.627,5.372-11.999,11.999-11.999c0.755,0,1.491,0.078,2.207,0.212c-0.132,0.576-0.208,1.173-0.208,1.788c0,4.418,3.582,7.999,8,7.999c0.614,0,1.212-0.076,1.788-0.208c0.133,0.717,0.211,1.452,0.211,2.208C73.021,45.269,67.649,50.641,61.023,50.641z"/> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-Fog"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M29.177,55.641c-0.262-0.646-0.473-1.314-0.648-2h43.47c0,0.685-0.069,1.349-0.181,2H29.177z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M36.263,35.643c2.294-1.271,4.93-1.999,7.738-1.999c2.806,0,5.436,0.73,7.728,1.999H36.263z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M28.142,47.642c0.085-0.682,0.218-1.347,0.387-1.999h40.396c0.552,0.613,1.039,1.281,1.455,1.999H28.142z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M29.177,43.643c0.281-0.693,0.613-1.359,0.984-2h27.682c0.04,0.068,0.084,0.135,0.123,0.205c0.664-0.114,1.339-0.205,2.033-0.205c2.451,0,4.729,0.738,6.627,2H29.177z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M31.524,39.643c0.58-0.723,1.225-1.388,1.92-2h21.123c0.689,0.61,1.326,1.28,1.902,2H31.524z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M71.816,51.641H28.142c-0.082-0.656-0.139-1.32-0.139-1.999h43.298C71.527,50.285,71.702,50.953,71.816,51.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M71.301,57.641c-0.246,0.699-0.555,1.367-0.921,2H31.524c-0.505-0.629-0.957-1.299-1.363-2H71.301z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M33.444,61.641h35.48c-0.68,0.758-1.447,1.435-2.299,2H36.263C35.247,63.078,34.309,62.4,33.444,61.641z"/> | |
| </g> | |
| </g> | |
| </svg><!--cloudFogMoonAlt --> | |
| <svg | |
| version="1.1" | |
| id="cloudFogMoonAltFill" | |
| class="climacon climacon_cloudFogMoonAltFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="newMoonCloudFillClip"> | |
| <path d="M15,15v70h70V15H15z M59.943,65.638c-2.775,0-12.801,0-15.998,0c-8.836,0-15.998-7.162-15.998-15.998c0-8.835,7.162-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12C71.941,60.265,66.57,65.638,59.943,65.638z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudFogMoonAltFill"> | |
| <g class="climacon_componentWrap climacon_componentWrap_cloud"> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M43.945,65.639c-8.835,0-15.998-7.162-15.998-15.998c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.168,65.639,47.143,65.639,43.945,65.639z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-Fog"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M29.177,55.641c-0.262-0.646-0.473-1.314-0.648-2h43.47c0,0.685-0.069,1.349-0.181,2H29.177z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M36.263,35.643c2.294-1.271,4.93-1.999,7.738-1.999c2.806,0,5.436,0.73,7.728,1.999H36.263z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M28.142,47.642c0.085-0.682,0.218-1.347,0.387-1.999h40.396c0.552,0.613,1.039,1.281,1.455,1.999H28.142z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M29.177,43.643c0.281-0.693,0.613-1.359,0.984-2h27.682c0.04,0.068,0.084,0.135,0.123,0.205c0.664-0.114,1.339-0.205,2.033-0.205c2.451,0,4.729,0.738,6.627,2H29.177z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M31.524,39.643c0.58-0.723,1.225-1.388,1.92-2h21.123c0.689,0.61,1.326,1.28,1.902,2H31.524z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M71.816,51.641H28.142c-0.082-0.656-0.139-1.32-0.139-1.999h43.298C71.527,50.285,71.702,50.953,71.816,51.641z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M71.301,57.641c-0.246,0.699-0.555,1.367-0.921,2H31.524c-0.505-0.629-0.957-1.299-1.363-2H71.301z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_fogLine" | |
| d="M33.444,61.641h35.48c-0.68,0.758-1.447,1.435-2.299,2H36.263C35.247,63.078,34.309,62.4,33.444,61.641z"/> | |
| </g> | |
| <g clip-path="url(#newMoonCloudFillClip)"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-moon climacon_componentWrap-moon_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_moonBody" | |
| d="M61.023,50.641c-6.627,0-11.999-5.372-11.999-11.998c0-6.627,5.372-11.999,11.999-11.999c0.755,0,1.491,0.078,2.207,0.212c-0.132,0.576-0.208,1.173-0.208,1.788c0,4.418,3.582,7.999,8,7.999c0.614,0,1.212-0.076,1.788-0.208c0.133,0.717,0.211,1.452,0.211,2.208C73.021,45.269,67.649,50.641,61.023,50.641z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_moon" | |
| fill="#FFFFFF" | |
| d="M59.235,30.851c-3.556,0.813-6.211,3.989-6.211,7.792c0,4.417,3.581,7.999,7.999,7.999c3.802,0,6.979-2.655,7.791-6.211C63.961,39.527,60.139,35.705,59.235,30.851z"/> | |
| </g> | |
| </g> | |
| </g> | |
| </svg><!--cloudFogMoonAltFill --> | |
| <svg | |
| version="1.1" | |
| id="cloudLightning" | |
| class="climacon climacon_cloudLightning" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudLightning"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-lightning"> | |
| <polygon | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_lightning" | |
| points="48.001,51.641 57.999,51.641 52,61.641 58.999,61.641 46.001,77.639 49.601,65.641 43.001,65.641 "/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M59.999,65.641c-0.28,0-0.649,0-1.062,0l3.584-4.412c3.182-1.057,5.478-4.053,5.478-7.588c0-4.417-3.581-7.998-7.999-7.998c-1.602,0-3.083,0.48-4.333,1.29c-1.231-5.316-5.974-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,12c0,5.446,3.632,10.039,8.604,11.503l-1.349,3.777c-6.52-2.021-11.255-8.098-11.255-15.282c0-8.835,7.163-15.999,15.998-15.999c6.004,0,11.229,3.312,13.965,8.204c0.664-0.114,1.338-0.205,2.033-0.205c6.627,0,11.999,5.371,11.999,11.999C71.999,60.268,66.626,65.641,59.999,65.641z"/> | |
| </g> | |
| </g> | |
| </svg><!--cloudLightning --> | |
| <svg | |
| version="1.1" | |
| id="cloudLightningFill" | |
| class="climacon climacon_cloudLightningFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudLightningFill"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-lightning"> | |
| <polygon | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_lightning" | |
| points="48.001,51.641 57.999,51.641 52,61.641 58.999,61.641 46.001,77.639 49.601,65.641 43.001,65.641 "/> | |
| </g> | |
| <g class="climacon_componentWrap climacon_componentWrap_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M43.945,65.639c-8.835,0-15.998-7.162-15.998-15.998c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.168,65.639,47.143,65.639,43.945,65.639z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M59.943,61.639c4.418,0,8-3.582,8-7.998c0-4.417-3.582-8-8-8c-1.601,0-3.082,0.481-4.334,1.291c-1.23-5.316-5.973-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.999c0,6.626,5.372,11.998,11.998,11.998C47.562,61.639,56.924,61.639,59.943,61.639z"/> | |
| </g> | |
| </g> | |
| </svg><!--cloudLightningFill --> | |
| <svg | |
| version="1.1" | |
| id="cloudLightning" | |
| class="climacon climacon_cloudLightningSun" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="cloudFillClip"> | |
| <path d="M15,15v70h70V15H15z M59.943,61.639c-3.02,0-12.381,0-15.999,0c-6.626,0-11.998-5.371-11.998-11.998c0-6.627,5.372-11.999,11.998-11.999c5.691,0,10.434,3.974,11.665,9.29c1.252-0.81,2.733-1.291,4.334-1.291c4.418,0,8,3.582,8,8C67.943,58.057,64.361,61.639,59.943,61.639z"/> | |
| </clipPath> | |
| <clipPath id="sunCloudFillClip"> | |
| <path | |
| d="M15,15v70h70V15H15z M57.945,49.641c-4.417,0-8-3.582-8-7.999c0-4.418,3.582-7.999,8-7.999s7.998,3.581,7.998,7.999C65.943,46.059,62.362,49.641,57.945,49.641z"/> | |
| </clipPath> | |
| <clipPath id="cloudSunFillClip"> | |
| <path | |
| d="M15,15v70h20.947V63.481c-4.778-2.767-8-7.922-8-13.84c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,5.262-3.394,9.723-8.107,11.341V85H85V15H15z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudLightning"> | |
| <g clip-path="url(#cloudSunFillClip)"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sun climacon_componentWrap-sun_cloud"> | |
| <g class="climacon_componentWrap climacon_componentWrap_sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M80.029,43.611h-3.998c-1.105,0-2-0.896-2-1.999s0.895-2,2-2h3.998c1.104,0,2,0.896,2,2S81.135,43.611,80.029,43.611z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,30.3c-0.781,0.781-2.049,0.781-2.828,0c-0.781-0.781-0.781-2.047,0-2.828l2.828-2.828c0.779-0.781,2.047-0.781,2.828,0c0.779,0.781,0.779,2.047,0,2.828L72.174,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,25.614c-1.105,0-2-0.896-2-2v-3.999c0-1.104,0.895-2,2-2c1.104,0,2,0.896,2,2v3.999C60.033,24.718,59.135,25.614,58.033,25.614z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,30.3l-2.827-2.828c-0.781-0.781-0.781-2.047,0-2.828c0.78-0.781,2.047-0.781,2.827,0l2.827,2.828c0.781,0.781,0.781,2.047,0,2.828C45.939,31.081,44.673,31.081,43.892,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M42.033,41.612c0,1.104-0.896,1.999-2,1.999h-4c-1.104,0-1.998-0.896-1.998-1.999s0.896-2,1.998-2h4C41.139,39.612,42.033,40.509,42.033,41.612z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,52.925c0.781-0.78,2.048-0.78,2.827,0c0.781,0.78,0.781,2.047,0,2.828l-2.827,2.827c-0.78,0.781-2.047,0.781-2.827,0c-0.781-0.78-0.781-2.047,0-2.827L43.892,52.925z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,57.61c1.104,0,2,0.895,2,1.999v4c0,1.104-0.896,2-2,2c-1.105,0-2-0.896-2-2v-4C56.033,58.505,56.928,57.61,58.033,57.61z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,52.925l2.828,2.828c0.779,0.78,0.779,2.047,0,2.827c-0.781,0.781-2.049,0.781-2.828,0l-2.828-2.827c-0.781-0.781-0.781-2.048,0-2.828C70.125,52.144,71.391,52.144,72.174,52.925z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody" clip-path="url(#sunCloudFillClip)"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| cx="58.033" | |
| cy="41.612" | |
| r="11.999"/> | |
| </g> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-lightning"> | |
| <polygon | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_lightning" | |
| points="48.001,51.641 57.999,51.641 52,61.641 58.999,61.641 46.001,77.639 49.601,65.641 43.001,65.641 "/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M59.999,65.641c-0.28,0-0.649,0-1.062,0l3.584-4.412c3.182-1.057,5.478-4.053,5.478-7.588c0-4.417-3.581-7.998-7.999-7.998c-1.602,0-3.083,0.48-4.333,1.29c-1.231-5.316-5.974-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,12c0,5.446,3.632,10.039,8.604,11.503l-1.349,3.777c-6.52-2.021-11.255-8.098-11.255-15.282c0-8.835,7.163-15.999,15.998-15.999c6.004,0,11.229,3.312,13.965,8.204c0.664-0.114,1.338-0.205,2.033-0.205c6.627,0,11.999,5.371,11.999,11.999C71.999,60.268,66.626,65.641,59.999,65.641z"/> | |
| </g> | |
| </g> | |
| </svg><!--cloudLightningSun --> | |
| <svg | |
| version="1.1" | |
| id="cloudLightningSunFill" | |
| class="climacon climacon_cloudLightningSunFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudLightning"> | |
| <g clip-path="url(#clip)"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sun climacon_componentWrap-sun_cloud"> | |
| <g class="climacon_componentWrap climacon_componentWrap_sunSpoke" > | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M80.029,43.611h-3.998c-1.105,0-2-0.896-2-1.999s0.895-2,2-2h3.998c1.104,0,2,0.896,2,2S81.135,43.611,80.029,43.611z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,30.3c-0.781,0.781-2.049,0.781-2.828,0c-0.781-0.781-0.781-2.047,0-2.828l2.828-2.828c0.779-0.781,2.047-0.781,2.828,0c0.779,0.781,0.779,2.047,0,2.828L72.174,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,25.614c-1.105,0-2-0.896-2-2v-3.999c0-1.104,0.895-2,2-2c1.104,0,2,0.896,2,2v3.999C60.033,24.718,59.135,25.614,58.033,25.614z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,30.3l-2.827-2.828c-0.781-0.781-0.781-2.047,0-2.828c0.78-0.781,2.047-0.781,2.827,0l2.827,2.828c0.781,0.781,0.781,2.047,0,2.828C45.939,31.081,44.673,31.081,43.892,30.3z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M42.033,41.612c0,1.104-0.896,1.999-2,1.999h-4c-1.104,0-1.998-0.896-1.998-1.999s0.896-2,1.998-2h4C41.139,39.612,42.033,40.509,42.033,41.612z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M43.892,52.925c0.781-0.78,2.048-0.78,2.827,0c0.781,0.78,0.781,2.047,0,2.828l-2.827,2.827c-0.78,0.781-2.047,0.781-2.827,0c-0.781-0.78-0.781-2.047,0-2.827L43.892,52.925z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M58.033,57.61c1.104,0,2,0.895,2,1.999v4c0,1.104-0.896,2-2,2c-1.105,0-2-0.896-2-2v-4C56.033,58.505,56.928,57.61,58.033,57.61z"/> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M72.174,52.925l2.828,2.828c0.779,0.78,0.779,2.047,0,2.827c-0.781,0.781-2.049,0.781-2.828,0l-2.828-2.827c-0.781-0.781-0.781-2.048,0-2.828C70.125,52.144,71.391,52.144,72.174,52.925z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody" > | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| cx="58.033" | |
| cy="41.612" | |
| r="11.999"/> | |
| <circle | |
| class="climacon_component climacon_component-fill climacon_component-fill_sunBody" | |
| fill="#FFFFFF" | |
| cx="58.033" | |
| cy="41.612" r="7.999"/> | |
| </g> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-lightning"> | |
| <polygon | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_lightning" | |
| points="48.001,51.641 57.999,51.641 52,61.641 58.999,61.641 46.001,77.639 49.601,65.641 43.001,65.641 "/> | |
| </g> | |
| <g class="climacon_componentWrap climacon_componentWrap_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M43.945,65.639c-8.835,0-15.998-7.162-15.998-15.998c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.168,65.639,47.143,65.639,43.945,65.639z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M59.943,61.639c4.418,0,8-3.582,8-7.998c0-4.417-3.582-8-8-8c-1.601,0-3.082,0.481-4.334,1.291c-1.23-5.316-5.973-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.999c0,6.626,5.372,11.998,11.998,11.998C47.562,61.639,56.924,61.639,59.943,61.639z"/> | |
| </g> | |
| </g> | |
| </svg><!--cloudLightningSunFill --> | |
| <svg | |
| version="1.1" | |
| id="cloudLightningMoon" | |
| class="climacon climacon_cloudLightningMoon" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="moonCloudFillClip"> | |
| <path | |
| d="M0,0v100h100V0H0z M60.943,46.641c-4.418,0-7.999-3.582-7.999-7.999c0-3.803,2.655-6.979,6.211-7.792c0.903,4.854,4.726,8.676,9.579,9.58C67.922,43.986,64.745,46.641,60.943,46.641z"/> | |
| </clipPath> | |
| <clipPath id="cloudFillClip"> | |
| <path d="M15,15v70h70V15H15z M59.943,61.639c-3.02,0-12.381,0-15.999,0c-6.626,0-11.998-5.371-11.998-11.998c0-6.627,5.372-11.999,11.998-11.999c5.691,0,10.434,3.974,11.665,9.29c1.252-0.81,2.733-1.291,4.334-1.291c4.418,0,8,3.582,8,8C67.943,58.057,64.361,61.639,59.943,61.639z"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudLightningMoon"> | |
| <g clip-path="url(#cloudFillClip)"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-moon climacon_componentWrap-moon_cloud" clip-path="url(#moonCloudFillClip)"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| d="M61.023,50.641c-6.627,0-11.999-5.372-11.999-11.998c0-6.627,5.372-11.999,11.999-11.999c0.755,0,1.491,0.078,2.207,0.212c-0.132,0.576-0.208,1.173-0.208,1.788c0,4.418,3.582,7.999,8,7.999c0.614,0,1.212-0.076,1.788-0.208c0.133,0.717,0.211,1.452,0.211,2.208C73.021,45.269,67.649,50.641,61.023,50.641z"/> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-lightning"> | |
| <polygon | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_lightning" | |
| points="48.001,51.641 57.999,51.641 52,61.641 58.999,61.641 46.001,77.639 49.601,65.641 43.001,65.641 "/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M59.999,65.641c-0.28,0-0.649,0-1.062,0l3.584-4.412c3.182-1.057,5.478-4.053,5.478-7.588c0-4.417-3.581-7.998-7.999-7.998c-1.602,0-3.083,0.48-4.333,1.29c-1.231-5.316-5.974-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,12c0,5.446,3.632,10.039,8.604,11.503l-1.349,3.777c-6.52-2.021-11.255-8.098-11.255-15.282c0-8.835,7.163-15.999,15.998-15.999c6.004,0,11.229,3.312,13.965,8.204c0.664-0.114,1.338-0.205,2.033-0.205c6.627,0,11.999,5.371,11.999,11.999C71.999,60.268,66.626,65.641,59.999,65.641z"/> | |
| </g> | |
| </g> | |
| </svg><!--cloudLightningMoon --> | |
| <svg | |
| version="1.1" | |
| id="cloudLightningMoonFill" | |
| class="climacon climacon_cloudLightningMoonFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-cloudLightningMoonFill"> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-moon climacon_componentWrap-moon_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| d="M61.023,50.641c-6.627,0-11.999-5.372-11.999-11.998c0-6.627,5.372-11.999,11.999-11.999c0.755,0,1.491,0.078,2.207,0.212c-0.132,0.576-0.208,1.173-0.208,1.788c0,4.418,3.582,7.999,8,7.999c0.614,0,1.212-0.076,1.788-0.208c0.133,0.717,0.211,1.452,0.211,2.208C73.021,45.269,67.649,50.641,61.023,50.641z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_moon" | |
| fill="#FFFFFF" | |
| d="M59.235,30.851c-3.556,0.813-6.211,3.989-6.211,7.792c0,4.417,3.581,7.999,7.999,7.999c3.802,0,6.979-2.655,7.791-6.211C63.961,39.527,60.139,35.705,59.235,30.851z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-lightning"> | |
| <polygon | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_lightning" | |
| points="48.001,51.641 57.999,51.641 52,61.641 58.999,61.641 46.001,77.639 49.601,65.641 43.001,65.641 "/> | |
| </g> | |
| <g class="climacon_componentWrap climacon_componentWrap_cloud"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_cloud" | |
| d="M43.945,65.639c-8.835,0-15.998-7.162-15.998-15.998c0-8.836,7.163-15.998,15.998-15.998c6.004,0,11.229,3.312,13.965,8.203c0.664-0.113,1.338-0.205,2.033-0.205c6.627,0,11.998,5.373,11.998,12c0,6.625-5.371,11.998-11.998,11.998C57.168,65.639,47.143,65.639,43.945,65.639z"/> | |
| <path | |
| class="climacon_component climacon_component-fill climacon_component-fill_cloud" | |
| fill="#FFFFFF" | |
| d="M59.943,61.639c4.418,0,8-3.582,8-7.998c0-4.417-3.582-8-8-8c-1.601,0-3.082,0.481-4.334,1.291c-1.23-5.316-5.973-9.29-11.665-9.29c-6.626,0-11.998,5.372-11.998,11.999c0,6.626,5.372,11.998,11.998,11.998C47.562,61.639,56.924,61.639,59.943,61.639z"/> | |
| </g> | |
| </g> | |
| </svg><!--cloudLightningMoonFill --> | |
| <svg | |
| version="1.1" | |
| id="sunrise" | |
| class="climacon climacon_sunrise" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-sunrise"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sunrise"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-east" | |
| d="M32.003,54h-4c-1.104,0-2,0.896-2,2s0.896,2,2,2h4c1.104,0,2-0.896,2-2S33.106,54,32.003,54z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-northEast" | |
| d="M38.688,41.859l-2.828-2.828c-0.781-0.78-2.047-0.78-2.828,0c-0.781,0.781-0.781,2.047,0,2.828l2.828,2.828c0.781,0.781,2.047,0.781,2.828,0C39.469,43.906,39.469,42.641,38.688,41.859z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M50.001,40.002c1.104,0,1.999-0.896,1.999-2v-3.999c0-1.104-0.896-2-1.999-2c-1.105,0-2,0.896-2,2v3.999C48.001,39.106,48.896,40.002,50.001,40.002z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-northWest" | |
| d="M66.969,39.031c-0.779-0.78-2.048-0.78-2.828,0l-2.828,2.828c-0.779,0.781-0.779,2.047,0,2.828c0.781,0.781,2.049,0.781,2.828,0l2.828-2.828C67.749,41.078,67.749,39.812,66.969,39.031z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-west" | |
| d="M71.997,54h-3.999c-1.104,0-1.999,0.896-1.999,2s0.896,2,1.999,2h3.999c1.104,0,2-0.896,2-2S73.104,54,71.997,54z" | |
| /> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| d="M50.001,44.002c-6.627,0-11.999,5.371-11.999,11.998c0,1.404,0.254,2.747,0.697,3.999h4.381c-0.683-1.177-1.079-2.54-1.079-3.999c0-4.418,3.582-7.999,8-7.999c4.417,0,7.998,3.581,7.998,7.999c0,1.459-0.396,2.822-1.078,3.999h4.381c0.443-1.252,0.697-2.595,0.697-3.999C61.999,49.373,56.627,44.002,50.001,44.002z" | |
| /> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-arrow"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_arrow climacon_component-stroke_arrow-up" | |
| d="M50.001,63.046c0.552,0,0.999-0.447,0.999-1v-3.827l2.536,2.535c0.39,0.391,1.022,0.391,1.414,0c0.39-0.391,0.39-1.023,0-1.414l-4.242-4.242c-0.391-0.391-1.024-0.391-1.414,0l-4.242,4.242c-0.391,0.391-0.391,1.023,0,1.414c0.391,0.391,1.023,0.391,1.414,0l2.535-2.535v3.827C49.001,62.599,49.448,63.046,50.001,63.046z" | |
| /> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-horizonLine"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_horizonLine" | |
| d="M59.999,63.999H40.001c-1.104,0-1.999,0.896-1.999,2s0.896,1.999,1.999,1.999h19.998c1.104,0,2-0.895,2-1.999S61.104,63.999,59.999,63.999z" | |
| /> | |
| </g> | |
| </g> | |
| </g> | |
| </svg><!-- sunrise --> | |
| <svg | |
| version="1.1" | |
| id="sunriseFill" | |
| class="climacon climacon_sunriseFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-sunriseFill"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sunrise"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-east" | |
| d="M71.997,57.999h-3.998c-1.104,0-2-0.896-2-1.999s0.896-2,2-2h3.998c1.104,0,2,0.896,2,2S73.104,57.999,71.997,57.999z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-east" | |
| d="M64.143,44.688c-0.781,0.781-2.05,0.781-2.828,0c-0.781-0.781-0.781-2.047,0-2.828l2.828-2.828c0.778-0.781,2.047-0.781,2.828,0c0.778,0.781,0.778,2.047,0,2.828L64.143,44.688z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-east" | |
| d="M50.001,40.002c-1.105,0-2-0.896-2-2v-3.999c0-1.104,0.895-2,2-2c1.104,0,2,0.896,2,2v3.999C52.001,39.106,51.104,40.002,50.001,40.002z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-east" | |
| d="M35.86,44.688l-2.828-2.828c-0.781-0.781-0.781-2.047,0-2.828c0.781-0.781,2.047-0.781,2.828,0l2.828,2.828c0.781,0.781,0.781,2.047,0,2.828C37.907,45.469,36.641,45.469,35.86,44.688z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-east" | |
| d="M34.002,56c0,1.104-0.896,1.999-2,1.999h-4c-1.104,0-1.999-0.896-1.999-1.999s0.896-2,1.999-2h4C33.107,54,34.002,54.896,34.002,56z" | |
| /> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| cx="50.001" | |
| cy="56" | |
| r="11.999" | |
| /> | |
| <circle | |
| class="climacon_component climacon_component-fill climacon_component-fill_sunBody" | |
| fill="#FFFFFF" | |
| cx="50.001" | |
| cy="56" | |
| r="7.999" | |
| /> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-arrow"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_arrow climacon_component-stroke_arrow-up" | |
| d="M50.001,63.046c0.552,0,0.999-0.447,0.999-1v-3.827l2.536,2.535c0.39,0.391,1.022,0.391,1.414,0c0.39-0.391,0.39-1.023,0-1.414l-4.242-4.242c-0.391-0.391-1.024-0.391-1.414,0l-4.242,4.242c-0.391,0.391-0.391,1.023,0,1.414c0.391,0.391,1.023,0.391,1.414,0l2.535-2.535v3.827C49.001,62.599,49.448,63.046,50.001,63.046z"/> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-horizonLine"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_horizonLine" | |
| d="M59.999,63.999H40.001c-1.104,0-1.999,0.896-1.999,2s0.896,1.999,1.999,1.999h19.998c1.104,0,2-0.895,2-1.999S61.104,63.999,59.999,63.999z" | |
| /> | |
| </g> | |
| </g> | |
| </g> | |
| </svg><!-- sunriseFill --> | |
| <svg | |
| version="1.1" | |
| id="sunset" | |
| class="climacon climacon_sunset" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-sunset"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sunset"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-east" | |
| d="M32.003,54h-4c-1.104,0-2,0.896-2,2s0.896,2,2,2h4c1.104,0,2-0.896,2-2S33.106,54,32.003,54z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-northEast" | |
| d="M38.688,41.859l-2.828-2.828c-0.781-0.78-2.047-0.78-2.828,0c-0.781,0.781-0.781,2.047,0,2.828l2.828,2.828c0.781,0.781,2.047,0.781,2.828,0C39.469,43.906,39.469,42.641,38.688,41.859z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M50.001,40.002c1.104,0,1.999-0.896,1.999-2v-3.999c0-1.104-0.896-2-1.999-2c-1.105,0-2,0.896-2,2v3.999C48.001,39.106,48.896,40.002,50.001,40.002z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-northWest" | |
| d="M66.969,39.031c-0.779-0.78-2.048-0.78-2.828,0l-2.828,2.828c-0.779,0.781-0.779,2.047,0,2.828c0.781,0.781,2.049,0.781,2.828,0l2.828-2.828C67.749,41.078,67.749,39.812,66.969,39.031z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-west" | |
| d="M71.997,54h-3.999c-1.104,0-1.999,0.896-1.999,2s0.896,2,1.999,2h3.999c1.104,0,2-0.896,2-2S73.104,54,71.997,54z" | |
| /> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| d="M50.001,44.002c-6.627,0-11.999,5.371-11.999,11.998c0,1.404,0.254,2.747,0.697,3.999h4.381c-0.683-1.177-1.079-2.54-1.079-3.999c0-4.418,3.582-7.999,8-7.999c4.417,0,7.998,3.581,7.998,7.999c0,1.459-0.396,2.822-1.078,3.999h4.381c0.443-1.252,0.697-2.595,0.697-3.999C61.999,49.373,56.627,44.002,50.001,44.002z" | |
| /> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-arrow"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_arrow climacon_component-stroke_arrow-down" | |
| d="M50,49.107c0.552,0,1,0.448,1,1.002v3.83l2.535-2.535c0.391-0.391,1.022-0.391,1.414,0c0.391,0.391,0.391,1.023,0,1.414l-4.242,4.242c-0.392,0.391-1.022,0.391-1.414,0l-4.242-4.242c-0.391-0.391-0.391-1.023,0-1.414c0.392-0.391,1.023-0.391,1.414,0L49,53.939v-3.83C49,49.555,49.447,49.107,50,49.107z" | |
| /> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-horizonLine"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_horizonLine" | |
| d="M59.999,63.999H40.001c-1.104,0-1.999,0.896-1.999,2s0.896,1.999,1.999,1.999h19.998c1.104,0,2-0.895,2-1.999S61.104,63.999,59.999,63.999z" | |
| /> | |
| </g> | |
| </g> | |
| </g> | |
| </svg><!-- sunset --> | |
| <svg | |
| version="1.1" | |
| id="sunsetFill" | |
| class="climacon climacon_sunsetFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <g class="climacon_iconWrap climacon_iconWrap-sunsetFill"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sunsetFill"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-west" | |
| d="M71.997,57.999h-3.998c-1.104,0-2-0.896-2-1.999s0.896-2,2-2h3.998c1.104,0,2,0.896,2,2S73.104,57.999,71.997,57.999z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-northWest" | |
| d="M64.143,44.688c-0.781,0.781-2.05,0.781-2.828,0c-0.781-0.781-0.781-2.047,0-2.828l2.828-2.828c0.778-0.781,2.047-0.781,2.828,0c0.778,0.781,0.778,2.047,0,2.828L64.143,44.688z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M50.001,40.002c-1.105,0-2-0.896-2-2v-3.999c0-1.104,0.895-2,2-2c1.104,0,2,0.896,2,2v3.999C52.001,39.106,51.104,40.002,50.001,40.002z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-northEast" | |
| d="M35.86,44.688l-2.828-2.828c-0.781-0.781-0.781-2.047,0-2.828c0.781-0.781,2.047-0.781,2.828,0l2.828,2.828c0.781,0.781,0.781,2.047,0,2.828C37.907,45.469,36.641,45.469,35.86,44.688z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-east" | |
| d="M34.002,56c0,1.104-0.896,1.999-2,1.999h-4c-1.104,0-1.999-0.896-1.999-1.999s0.896-2,1.999-2h4C33.107,54,34.002,54.896,34.002,56z" | |
| /> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| cx="50.001" | |
| cy="56" | |
| r="11.999" | |
| /> | |
| <circle | |
| class="climacon_component climacon_component-fill climacon_component-fill_sunBody" | |
| fill="#FFFFFF" | |
| cx="50.001" | |
| cy="56" | |
| r="7.999" | |
| /> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-arrow"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_arrow climacon_component-stroke_arrow-down" | |
| d="M50,49.107c0.552,0,1,0.448,1,1.002v3.83l2.535-2.535c0.391-0.391,1.022-0.391,1.414,0c0.391,0.391,0.391,1.023,0,1.414l-4.242,4.242c-0.392,0.391-1.022,0.391-1.414,0l-4.242-4.242c-0.391-0.391-0.391-1.023,0-1.414c0.392-0.391,1.023-0.391,1.414,0L49,53.939v-3.83C49,49.555,49.447,49.107,50,49.107z" | |
| /> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-horizonLine"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_horizonLine" | |
| d="M59.999,63.999H40.001c-1.104,0-1.999,0.896-1.999,2s0.896,1.999,1.999,1.999h19.998c1.104,0,2-0.895,2-1.999S61.104,63.999,59.999,63.999z" | |
| /> | |
| </g> | |
| </g> | |
| </g> | |
| </svg><!-- sunsetFill--> | |
| <svg | |
| version="1.1" | |
| id="sunriseAlt" | |
| class="climacon climacon_sunriseAlt" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="sunriseClip"> | |
| <rect | |
| x="15" | |
| y="15" | |
| width="70" | |
| height="45" | |
| /> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-sunriseAlt"> | |
| <g clip-path="url(#sunriseClip)"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sunriseAlt"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-east" | |
| d="M71.997,74.002h-3.999c-1.104,0-2-0.896-2-2c0-1.105,0.896-2,2-2h3.999c1.104,0,2,0.895,2,2C73.997,73.105,73.104,74.002,71.997,74.002z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-east" | |
| d="M64.141,60.689c-0.781,0.78-2.048,0.78-2.828,0c-0.779-0.781-0.779-2.047,0-2.828l2.828-2.828c0.78-0.78,2.047-0.78,2.828,0c0.78,0.781,0.78,2.047,0,2.828L64.141,60.689z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-east" | |
| d="M50,56.003c-1.104,0-1.999-0.896-1.999-2v-3.999c0-1.104,0.896-2,1.999-2s2,0.896,2,2v3.999C52,55.107,51.104,56.003,50,56.003z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-east" | |
| d="M35.86,60.689l-2.828-2.828c-0.781-0.781-0.781-2.047,0-2.828c0.78-0.78,2.047-0.78,2.828,0l2.828,2.828c0.78,0.781,0.78,2.047,0,2.828C37.907,61.47,36.641,61.47,35.86,60.689z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-east" | |
| d="M34.002,72.002c0,1.104-0.896,2-1.999,2h-4c-1.104,0-2-0.896-2-2c0-1.105,0.896-2,2-2h4C33.106,70.002,34.002,70.896,34.002,72.002z" | |
| /> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| d="M61.302,76h-4.381c0.683-1.176,1.078-2.539,1.078-3.998c0-4.418-3.581-8-7.999-8c-4.417,0-7.999,3.582-7.999,8c0,1.459,0.396,2.822,1.079,3.998h-4.381c-0.444-1.252-0.698-2.594-0.698-3.998c0-6.627,5.373-11.999,11.999-11.999c6.627,0,11.999,5.371,11.999,11.999C61.999,73.406,61.745,74.748,61.302,76z" | |
| /> | |
| </g> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-horizonLine"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_horizonLine" | |
| d="M40.001,63.998h19.998c1.104,0,2,0.896,2,2c0,1.105-0.896,2-2,2H40.001c-1.104,0-2-0.895-2-2C38.001,64.895,38.897,63.998,40.001,63.998z" | |
| /> | |
| </g> | |
| </g> | |
| </svg><!-- sunriseAlt --> | |
| <svg | |
| version="1.1" | |
| id="sunriseAltFill" | |
| class="climacon climacon_sunriseAltFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="sunriseFillClip"> | |
| <rect x="15" y="15" width="70" height="48.999"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-sunriseAltFill"> | |
| <g clip-path="url(#sunriseFillClip)"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sunriseAlt"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-east" | |
| d="M72.31,77.999h-3.998c-1.104,0-2-0.896-2-1.999s0.896-2,2-2h3.998c1.104,0,2,0.896,2,2S73.416,77.999,72.31,77.999z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-east" | |
| d="M64.455,64.688c-0.781,0.781-2.05,0.781-2.828,0c-0.781-0.78-0.781-2.047,0-2.828l2.828-2.827c0.778-0.781,2.047-0.781,2.828,0c0.778,0.78,0.778,2.047,0,2.827L64.455,64.688z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-east" | |
| d="M50.313,60.002c-1.104,0-2-0.896-2-2v-3.999c0-1.104,0.896-2,2-2s2,0.896,2,2v3.999C52.313,59.105,51.416,60.002,50.313,60.002z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-east" | |
| d="M36.172,64.688l-2.828-2.828c-0.781-0.78-0.781-2.047,0-2.827c0.781-0.781,2.047-0.781,2.828,0L39,61.859c0.781,0.781,0.781,2.048,0,2.828C38.22,65.469,36.954,65.469,36.172,64.688z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-east" | |
| d="M34.314,76c0,1.104-0.896,1.999-2,1.999h-4c-1.104,0-1.999-0.896-1.999-1.999s0.896-2,1.999-2h4C33.419,74,34.314,74.896,34.314,76z" | |
| /> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| cx="50.313" | |
| cy="76" | |
| r="11.999" | |
| /> | |
| <circle | |
| class="climacon_component climacon_component-fill climacon_component-fill_sunBody" | |
| fill="#FFFFFF" | |
| cx="50.001" | |
| cy="76" | |
| r="7.999" | |
| /> | |
| </g> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-horizonLine"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_horizonLine" | |
| d="M40.001,63.998h19.998c1.104,0,2,0.896,2,2c0,1.105-0.896,2-2,2H40.001c-1.104,0-2-0.895-2-2C38.001,64.895,38.897,63.998,40.001,63.998z" | |
| /> | |
| </g> | |
| </g> | |
| </svg><!-- sunriseAltFill --> | |
| <svg | |
| version="1.1" | |
| id="sunsetAlt" | |
| class="climacon climacon_sunsetAlt" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="sunriseClip"> | |
| <rect | |
| x="15" | |
| y="15" | |
| width="70" | |
| height="45" | |
| /> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-sunsetAlt"> | |
| <g clip-path="url(#sunriseClip)"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sunsetAlt"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-east" | |
| d="M71.997,74.002h-3.999c-1.104,0-2-0.896-2-2c0-1.105,0.896-2,2-2h3.999c1.104,0,2,0.895,2,2C73.997,73.105,73.104,74.002,71.997,74.002z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-east" | |
| d="M64.141,60.689c-0.781,0.78-2.048,0.78-2.828,0c-0.779-0.781-0.779-2.047,0-2.828l2.828-2.828c0.78-0.78,2.047-0.78,2.828,0c0.78,0.781,0.78,2.047,0,2.828L64.141,60.689z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-east" | |
| d="M50,56.003c-1.104,0-1.999-0.896-1.999-2v-3.999c0-1.104,0.896-2,1.999-2s2,0.896,2,2v3.999C52,55.107,51.104,56.003,50,56.003z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-east" | |
| d="M35.86,60.689l-2.828-2.828c-0.781-0.781-0.781-2.047,0-2.828c0.78-0.78,2.047-0.78,2.828,0l2.828,2.828c0.78,0.781,0.78,2.047,0,2.828C37.907,61.47,36.641,61.47,35.86,60.689z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-east" | |
| d="M34.002,72.002c0,1.104-0.896,2-1.999,2h-4c-1.104,0-2-0.896-2-2c0-1.105,0.896-2,2-2h4C33.106,70.002,34.002,70.896,34.002,72.002z" | |
| /> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| d="M61.302,76h-4.381c0.683-1.176,1.078-2.539,1.078-3.998c0-4.418-3.581-8-7.999-8c-4.417,0-7.999,3.582-7.999,8c0,1.459,0.396,2.822,1.079,3.998h-4.381c-0.444-1.252-0.698-2.594-0.698-3.998c0-6.627,5.373-11.999,11.999-11.999c6.627,0,11.999,5.371,11.999,11.999C61.999,73.406,61.745,74.748,61.302,76z" | |
| /> | |
| </g> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-horizonLine"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_horizonLine" | |
| d="M40.001,63.998h19.998c1.104,0,2,0.896,2,2c0,1.105-0.896,2-2,2H40.001c-1.104,0-2-0.895-2-2C38.001,64.895,38.897,63.998,40.001,63.998z" | |
| /> | |
| </g> | |
| </g> | |
| </svg><!-- sunsetAlt --> | |
| <svg | |
| version="1.1" | |
| id="sunsetAltFill" | |
| class="climacon climacon_sunsetAltFill" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| x="0px" | |
| y="0px" | |
| viewBox="15 15 70 70" | |
| enable-background="new 15 15 70 70" | |
| xml:space="preserve"> | |
| <clipPath id="sunriseFillClip"> | |
| <rect x="15" y="15" width="70" height="48.999"/> | |
| </clipPath> | |
| <g class="climacon_iconWrap climacon_iconWrap-sunsetAltFill"> | |
| <g clip-path="url(#sunriseFillClip)"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sunset climacon_componentWrap-sunsetAlt"> | |
| <g class="climacon_componentWrap climacon_componentWrap-sunSpoke"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-east" | |
| d="M72.31,77.999h-3.998c-1.104,0-2-0.896-2-1.999s0.896-2,2-2h3.998c1.104,0,2,0.896,2,2S73.416,77.999,72.31,77.999z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-northEast" | |
| d="M64.455,64.688c-0.781,0.781-2.05,0.781-2.828,0c-0.781-0.78-0.781-2.047,0-2.828l2.828-2.827c0.778-0.781,2.047-0.781,2.828,0c0.778,0.78,0.778,2.047,0,2.827L64.455,64.688z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-north" | |
| d="M50.313,60.002c-1.104,0-2-0.896-2-2v-3.999c0-1.104,0.896-2,2-2s2,0.896,2,2v3.999C52.313,59.105,51.416,60.002,50.313,60.002z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-northWest" | |
| d="M36.172,64.688l-2.828-2.828c-0.781-0.78-0.781-2.047,0-2.827c0.781-0.781,2.047-0.781,2.828,0L39,61.859c0.781,0.781,0.781,2.048,0,2.828C38.22,65.469,36.954,65.469,36.172,64.688z" | |
| /> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunSpoke climacon_component-stroke_sunSpoke-west" | |
| d="M34.314,76c0,1.104-0.896,1.999-2,1.999h-4c-1.104,0-1.999-0.896-1.999-1.999s0.896-2,1.999-2h4C33.419,74,34.314,74.896,34.314,76z" | |
| /> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-sunBody"> | |
| <circle | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_sunBody" | |
| cx="50.313" | |
| cy="76" | |
| r="11.999" | |
| /> | |
| <circle | |
| class="climacon_component climacon_component-fill climacon_component-fill_sunBody" | |
| fill="#FFFFFF" | |
| cx="50.001" | |
| cy="76" | |
| r="7.999" | |
| /> | |
| </g> | |
| </g> | |
| </g> | |
| <g class="climacon_wrapperComponent climacon_wrapperComponent-horizonLine"> | |
| <path | |
| class="climacon_component climacon_component-stroke climacon_component-stroke_horizonLine" | |
| d="M40.001,63.998h19.998c1.104,0,2,0.896,2,2c0,1.105-0.896,2-2,2H40.001c-1.104,0-2-0.895-2-2C38.001,64.895,38.897,63.998,40.001,63.998z" | |
| /> | |
| </g> | |
| </g> | |
| </svg><!-- sunsetAltFill--> | |
| </div> | |
| <a href="https://github.com/noahblon/animated-climacons" target="_blank"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_white_ffffff.png" alt="Fork me on GitHub"></a> |
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
| // SVGs animated with CSS. SVGs are responsive and retina ready. |
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
| @import "compass" | |
| /* VARIABLES */ | |
| $baseAnimationDuration: 18s | |
| $size: 20% | |
| $svgSize: 70px //size of the artboard | |
| //vars specific for curves | |
| $animationStep: 2 | |
| $increase: pi() / 100 | |
| $backgroundColor: #6bc2ea | |
| $strokeColor: #ffffff | |
| $fillColor: lighten($backgroundColor, 15%) | |
| $strokeStrokeWidth: 0px | |
| $strokeStrokeColor: #ffffff | |
| $fillStrokeWidth: 0px | |
| $fillStrokeColor: #ffffff | |
| $fontColor: #ffffff | |
| h2 | |
| font-weight: 300 | |
| svg | |
| float: left | |
| shape-rendering: geometric-precision | |
| svg, svg * | |
| transform: translate3d(0,0,0) /*Works? */ | |
| svg | |
| width: 100px | |
| height: 100px | |
| .climacon_component-stroke | |
| fill: $strokeColor | |
| stroke-width: $strokeStrokeWidth | |
| stroke: $strokeStrokeColor | |
| .climacon_component-fill | |
| fill: $fillColor | |
| stroke-width: $fillStrokeWidth | |
| stroke: $fillStrokeColor | |
| /* GLOBAL */ | |
| *, *:after, *:before | |
| box-sizing: border-box | |
| html, body | |
| width: 100% | |
| height: 100% | |
| body | |
| background: $backgroundColor | |
| font-family: Lato, sans-serif | |
| color: $fontColor | |
| font-size: 100% | |
| line-height: 1 | |
| .wrapper | |
| width: 80% | |
| margin: 3% auto 0 | |
| text-align: center | |
| /* SVG GLOBAL */ | |
| svg | |
| float: left | |
| shape-rendering: geometricPrecision | |
| g, path, circle, rect | |
| animation-iteration-count: infinite | |
| animation-timing-function: linear | |
| transform-origin: 50% 50% | |
| animation-duration: $baseAnimationDuration | |
| animation-direction: normal | |
| /* SUN */ | |
| .climacon_componentWrap-sun | |
| animation-name: rotate | |
| .climacon_componentWrap_sunSpoke .climacon_component-stroke_sunSpoke | |
| animation-name: scale | |
| animation-direction: alternate | |
| animation-duration: $baseAnimationDuration / 4 | |
| .climacon_componentWrap_sunSpoke .climacon_component-stroke_sunSpoke:nth-child(even) | |
| animation-delay: $baseAnimationDuration / 4 | |
| /* MOON */ | |
| .climacon_componentWrap-moon | |
| animation-name: partialRotate | |
| animation-duration: $baseAnimationDuration | |
| animation-direction: alternate | |
| /* WIND */ | |
| .climacon_componentWrap-wind | |
| animation-name: translateWind | |
| animation-duration: $baseAnimationDuration / 3 | |
| animation-direction: alternate | |
| animation-timing-function: ease-in-out | |
| /* SNOWFLAKE */ | |
| .climacon_componentWrap-snowflake | |
| animation-name: rotate | |
| animation-duration: $baseAnimationDuration * 3 | |
| animation-direction: normal | |
| /* CLOUD SUN */ | |
| .climacon_componentWrap-sun_cloud | |
| animation-name: behindCloudMove, rotate | |
| animation-iteration-count: 1, infinite | |
| animation-timing-function: ease-out, linear | |
| animation-delay: 0, $baseAnimationDuration / 4 | |
| animation-duration: $baseAnimationDuration / 4, $baseAnimationDuration | |
| .climacon_componentWrap-sun_cloud .climacon_componentWrap_sunSpoke .climacon_component-stroke_sunSpoke | |
| fill-opacity: 0 | |
| animation-name: fillOpacity, scale | |
| animation-iteration-count: 1, infinite | |
| animation-delay: $baseAnimationDuration /4, 0 | |
| animation-fill-mode: both | |
| .climacon_componentWrap-sun_cloud .climacon_componentWrap_sunSpoke .climacon_component-stroke_sunSpoke:nth-child(even) | |
| animation-delay: $baseAnimationDuration / 4 | |
| /* CLOUD MOON */ | |
| .climacon_componentWrap-moon_cloud | |
| animation-name: behindCloudMove, partialRotate | |
| animation-iteration-count: 1, infinite | |
| animation-timing-function: ease-out, linear | |
| animation-delay: 0, $baseAnimationDuration / 4 | |
| animation-duration: $baseAnimationDuration / 4, $baseAnimationDuration | |
| /* DRIZZLE */ | |
| .climacon_component-stroke_drizzle | |
| fill-opacity: 0 | |
| animation-name: drizzleFall, fillOpacity2 | |
| animation-timing-function: ease-in | |
| animation-duration: $baseAnimationDuration / 12 | |
| @for $i from 1 through 3 | |
| .climacon_component-stroke_drizzle:nth-child(#{$i}) | |
| animation-delay: (($baseAnimationDuration *.05) * $i - ($baseAnimationDuration *.05)) | |
| /* RAIN */ | |
| .climacon_component-stroke_rain | |
| fill-opacity: 0 | |
| animation-name: rainFall, fillOpacity2 | |
| animation-timing-function: ease-in | |
| animation-duration: $baseAnimationDuration / 6 | |
| .climacon_component-stroke_rain:nth-child(n+4) | |
| animation-delay: $baseAnimationDuration / 12 | |
| .climacon_component-stroke_rain_alt:nth-child(2) | |
| animation-delay: $baseAnimationDuration / 12 | |
| /* HAIL */ | |
| .climacon_component-stroke_hail | |
| //animation-name: translateY, fillOpacity2 | |
| //animation-timing-function: ease-in | |
| //animation-duration: $baseAnimationDuration / 24 | |
| /* HAIL ALT */ | |
| .climacon_component-stroke_hailAlt | |
| fill-opacity: 1 | |
| animation-timing-function: ease-in | |
| animation-duration: $baseAnimationDuration / 18 | |
| .climacon_component-stroke_hailAlt-left | |
| animation-name: hailLeft, fillOpacity2 | |
| .climacon_component-stroke_hailAlt-middle | |
| animation-name: hailMiddle, fillOpacity2 | |
| .climacon_component-stroke_hailAlt-middle:nth-child(2) | |
| animation-name: hailMiddle2, fillOpacity2 | |
| .climacon_component-stroke_hailAlt-right | |
| animation-name: hailRight, fillOpacity2 | |
| @for $i from 1 through 6 | |
| .climacon_component-stroke_hailAlt:nth-child(#{$i}) | |
| animation-delay: (($baseAnimationDuration / 18) / 6) * $i - (($baseAnimationDuration / 18)/6) | |
| /* SNOW */ | |
| .climacon_component-stroke_snow | |
| fill-opacity: 0 | |
| animation-name: snowFall, fillOpacity2 | |
| animation-timing-function: ease-in-out | |
| animation-duration: $baseAnimationDuration / 2 | |
| .climacon_component-stroke_snow:nth-child(3) | |
| animation-name: snowFall2, fillOpacity2 | |
| @for $i from 1 through 3 | |
| .climacon_component-stroke_snow:nth-child(#{$i}) | |
| animation-delay: (($baseAnimationDuration / 2) / 3) * $i - (($baseAnimationDuration / 2) / 3) | |
| /* SNOW ALT */ | |
| .climacon_wrapperComponent-snowAlt | |
| fill-opacity: 0 | |
| animation-name: snowFall, fillOpacity2 | |
| animation-timing-function: ease-in-out | |
| animation-duration: $baseAnimationDuration / 2 | |
| /* FOG */ | |
| .climacon_component-stroke_fogLine | |
| fill-opacity: .5 | |
| animation-name: translateFog, fillOpacityFog | |
| animation-iteration-count: infinite | |
| animation-direction: normal | |
| animation-timing-function: ease-in | |
| animation-duration: $baseAnimationDuration | |
| .climacon_component-stroke_fogLine:nth-child(even) | |
| animation-delay: $baseAnimationDuration/2 | |
| /* LIGHTNING */ | |
| .climacon_component-stroke_lightning | |
| fill-opacity: 0 | |
| animation-name: fillOpacityLightning | |
| animation-iteration-count: infinite | |
| animation-direction: normal | |
| animation-timing-function: ease-out | |
| animation-duration: $baseAnimationDuration | |
| /* TORNADO */ | |
| .climacon_component-stroke_tornadoLine | |
| animation-name: translateTornado1 | |
| animation-iteration-count: infinite | |
| animation-direction: alternate | |
| animation-timing-function: ease-in-out | |
| animation-duration: $baseAnimationDuration | |
| .climacon_component-stroke_tornadoLine:nth-child(1) | |
| animation-name: translateTornado1 | |
| .climacon_component-stroke_tornadoLine:nth-child(2) | |
| animation-name: translateTornado2 | |
| .climacon_component-stroke_tornadoLine:nth-child(3) | |
| animation-name: translateTornado3 | |
| .climacon_component-stroke_tornadoLine:nth-child(4) | |
| animation-name: translateTornado4 | |
| .climacon_component-stroke_tornadoLine:nth-child(5) | |
| animation-name: translateTornado5 | |
| .climacon_component-stroke_tornadoLine:nth-child(6) | |
| animation-name: translateTornado6 | |
| .climacon_componentWrap-sunsetAlt | |
| animation-name: translateSunset | |
| animation-duration: $baseAnimationDuration / 4 | |
| animation-iteration-count: 1 | |
| animation-timing-function: ease-out | |
| .climacon_componentWrap-sunsetAlt | |
| animation-name: translateSunset | |
| animation-iteration-count: 1 | |
| .climacon_iconWrap-sun .climacon_component-stroke_sunSpoke, .climacon_iconWrap-sunFill .climacon_component-stroke_sunSpoke | |
| fill-opacity: 1 | |
| animation-name: scale | |
| animation-duration: 3s | |
| animation-iteration-count: infinite | |
| animation-delay: 0 | |
| animation-fill-mode: both | |
| animation-direction: alternate | |
| .climacon_iconWrap-sun .climacon_component-stroke_sunSpoke:nth-child(even), .climacon_iconWrap-sunFill .climacon_component-stroke_sunSpoke:nth-child(even) | |
| animation-delay: $baseAnimationDuration / 4 | |
| .climacon-iconWrap_sunFill .climacon_component-stroke_sunSpoke | |
| fill-opacity: 1 | |
| animation-name: scale | |
| animation-iteration-count: infinite | |
| animation-delay: 0 | |
| animation-fill-mode: both | |
| animation-direction: alternate | |
| .climacon-iconWrap_sunFill .climacon_component-stroke_sunSpoke:nth-child(even) | |
| animation-delay: $baseAnimationDuration / 4 | |
| .climacon_component-stroke_arrow-up | |
| fill-opacity: 0 | |
| animation-name: fillOpacity2, translateArrowUp | |
| animation-duration: $baseAnimationDuration / 4 | |
| .climacon_component-stroke_arrow-down | |
| fill-opacity: 0 | |
| animation-name: fillOpacity2, translateArrowDown | |
| animation-duration: $baseAnimationDuration / 4 | |
| .climacon_componentWrap-sunrise .climacon_component-stroke_sunSpoke, .climacon_componentWrap-sunset .climacon_component-stroke_sunSpoke | |
| animation-name: scale | |
| animation-direction: alternate | |
| animation-iteration-count: infinite | |
| animation-duration: $baseAnimationDuration / 4 | |
| animation-delay: 0 | |
| animation-fill-mode: both | |
| .climacon_componentWrap-sunrise .climacon_component-stroke_sunSpoke:nth-child(even), .climacon_componentWrap-sunset .climacon_component-stroke_sunSpoke:nth-child(even) | |
| animation-delay: $baseAnimationDuration / 4 | |
| .climacon_componentWrap-sunriseAlt | |
| animation-name: translateSunrise, fillOpacity | |
| animation-duration: $baseAnimationDuration, $baseAnimationDuration/2 | |
| animation-direction: normal | |
| animation-iteration-count: 1 | |
| animation-fill-mode: forwards | |
| .climacon_componentWrap-sunriseAlt .climacon_component-stroke_sunSpoke | |
| fill-opacity: 0 | |
| animation-name: fillOpacity, scale | |
| animation-direction: normal, alternate | |
| animation-iteration-count: 1, infinite | |
| animation-duration: $baseAnimationDuration / 4 | |
| animation-delay: $baseAnimationDuration / 4, 0 | |
| animation-fill-mode: both | |
| .climacon_componentWrap-sunriseAlt .climacon_component-stroke_sunSpoke:nth-child(even) | |
| animation-delay: $baseAnimationDuration / 4, $baseAnimationDuration / 4 | |
| .climacon_componentWrap-sunsetAlt | |
| animation-name: translateSunset | |
| animation-delay: 0 | |
| animation-duration: $baseAnimationDuration | |
| animation-direction: normal | |
| animation-iteration-count: 1 | |
| animation-fill-mode: forwards | |
| /* ANIMATIONS */ | |
| @keyframes rotate | |
| 0% | |
| transform: rotate(0) | |
| 100% | |
| transform: rotate(360deg) | |
| @keyframes partialRotate | |
| 0% | |
| transform: rotate(0) | |
| 25% | |
| transform: rotate(-15deg) | |
| 50% | |
| transform: rotate(0) | |
| 75% | |
| transform: rotate(15deg) | |
| 100% | |
| transform: rotate(0deg) | |
| @keyframes scale | |
| 0% | |
| transform: scale(1,1) | |
| 100% | |
| transform: scale(.5,.5) | |
| @keyframes behindCloudMove | |
| 0% | |
| transform: translateX(-$svgSize*.025) translateY($svgSize*.025) | |
| 100% | |
| transform: translateX(0) translateY(0) | |
| @keyframes drizzleFall | |
| 0% | |
| transform: translateY(0) | |
| 100% | |
| transform: translateY($svgSize * .3) | |
| @keyframes rainFall | |
| 0% | |
| transform: translateY(0) | |
| 100% | |
| transform: translateY($svgSize * .2) | |
| @keyframes rainFall2 | |
| 0% | |
| transform: translateY(0) | |
| 50% | |
| transform: translateY($svgSize *.2) | |
| 100% | |
| transform: translateX($svgSize *.2) translateY($svgSize *.2) | |
| $i: 51 | |
| $t: 0 | |
| @keyframes hailLeft | |
| 0% | |
| 50% | |
| transform: translateY(($svgSize*.25) * .25) | |
| @while $i <= 100 | |
| #{$i}% | |
| $eq: sin($t)/2 | |
| transform: translateY($eq*-($svgSize*.25)+($svgSize*.25)) translateX(-.3px * ($i - 50)) | |
| //-webkit-filter: hue-rotate(360 * $eq + deg) | |
| //border-radius: 50% * $eq | |
| $t: $t + $increase * $animationStep * 2 | |
| $i: $i + $animationStep | |
| $i: 51 | |
| $t: 0 | |
| @keyframes hailMiddle | |
| 0% | |
| 50% | |
| transform: translateY($svgSize * .25) | |
| @while $i <= 100 | |
| #{$i}% | |
| $eq: sin($t)/2 | |
| transform: translateY($eq*-($svgSize*.25)+($svgSize*.25)) translateX(-.15px * ($i - 50)) | |
| //-webkit-filter: hue-rotate(360 * $eq + deg) | |
| //border-radius: 50% * $eq | |
| $t: $t + $increase * $animationStep * 2 | |
| $i: $i + $animationStep | |
| $increase: pi() / 100 | |
| $i: 51 | |
| $t: 0 | |
| @keyframes hailMiddle2 | |
| 0% | |
| 50% | |
| transform: translateY($svgSize * .25) | |
| @while $i <= 100 | |
| #{$i}% | |
| $eq: sin($t)/2 | |
| transform: translateY($eq*-($svgSize*.25)+($svgSize*.25)) translateX(.15px * ($i - 50)) | |
| //-webkit-filter: hue-rotate(360 * $eq + deg) | |
| //border-radius: 50% * $eq | |
| $t: $t + $increase * $animationStep * 2 | |
| $i: $i + $animationStep | |
| $i: 51 | |
| $t: 0 | |
| @keyframes hailRight | |
| 0% | |
| 50% | |
| transform: translateY($svgSize * .25) | |
| @while $i <= 100 | |
| #{$i}% | |
| $eq: sin($t)/2 | |
| transform: translateY($eq*-($svgSize*.25)+($svgSize*.25)) translateX(.3px * ($i - 50)) | |
| //-webkit-filter: hue-rotate(360 * $eq + deg) | |
| //border-radius: 50% * $eq | |
| $t: $t + $increase * $animationStep * 2 | |
| $i: $i + $animationStep | |
| @keyframes fillOpacity | |
| 0% | |
| fill-opacity: 0 | |
| stroke-opacity: 0 | |
| 100% | |
| fill-opacity: 1 | |
| stroke-opacity: 1 | |
| @keyframes fillOpacity2 | |
| 0% | |
| fill-opacity: 0 | |
| stroke-opacity: 0 | |
| 50% | |
| fill-opacity: 1 | |
| stroke-opacity: 1 | |
| 100% | |
| fill-opacity: 0 | |
| stroke-opacity: 0 | |
| @keyframes lightningFlash | |
| 0% | |
| fill-opacity: 0 | |
| 1% | |
| fill-opacity: 1 | |
| 2% | |
| fill-opacity: 0 | |
| 50% | |
| fill-opacity: 0 | |
| 51% | |
| fill-opacity: 1 | |
| 52% | |
| fill-opacity: 0 | |
| 53% | |
| fill-opacity: 1 | |
| 54% | |
| fill-opacity: 0 | |
| 100% | |
| fill-opacity: 0 | |
| $i: 0 | |
| $t: 0 | |
| @keyframes snowFall | |
| @while $i <= 100 | |
| #{$i}% | |
| $eq: sin($t) | |
| transform: translateY($svgSize * .25 * ($i * .01)) translateX((-$eq * ($i - 50) * 1px)/4) | |
| $t: $t + $increase * $animationStep | |
| $i: $i + $animationStep | |
| $i: 0 | |
| $t: 0 | |
| @keyframes snowFall2 | |
| @while $i <= 100 | |
| #{$i}% | |
| $eq: sin($t) | |
| transform: translateY($svgSize * .25 * ($i * .01)) translateX(($eq * ($i - 50) * 1px)/4) | |
| $t: $t + $increase * $animationStep | |
| $i: $i + $animationStep | |
| /* Tornado */ | |
| @keyframes translateTornado1 | |
| 0% | |
| transform: translateY(0) | |
| 25% | |
| transform: translateX($svgSize*.0571) | |
| 75% | |
| transform: translateX(-$svgSize*.0571) | |
| 100% | |
| transform: translateX(0) | |
| @keyframes translateTornado2 | |
| 0% | |
| transform: translateY(0) | |
| 25% | |
| transform: translateX($svgSize*.0286) | |
| 75% | |
| transform: translateX(-$svgSize*.0286) | |
| 100% | |
| transform: translateX(0) | |
| @keyframes translateTornado3 | |
| 0% | |
| transform: translateY(0) | |
| 25% | |
| transform: translateX($svgSize*.1143) | |
| 75% | |
| transform: translateX(-$svgSize*.1143) | |
| 100% | |
| transform: translateX(0) | |
| @keyframes translateTornado4 | |
| 0% | |
| transform: translateY(0) | |
| 25% | |
| transform: translateX($svgSize*.0857) | |
| 75% | |
| transform: translateX(-$svgSize*.0857) | |
| 100% | |
| transform: translateX(0) | |
| @keyframes translateTornado5 | |
| 0% | |
| transform: translateY(0) | |
| 25% | |
| transform: translateX($svgSize*.1429) | |
| 75% | |
| transform: translateX(-$svgSize*.1429) | |
| 100% | |
| transform: translateX(0) | |
| @keyframes translateTornado6 | |
| 0% | |
| transform: translateY(0) | |
| 25% | |
| transform: translateX($svgSize*.0857) | |
| 75% | |
| transform: translateX(-$svgSize*.0857) | |
| 100% | |
| transform: translateX(0) | |
| @keyframes fillOpacityLightning | |
| 0% | |
| fill-opacity: 0 | |
| stroke-opacity: 0 | |
| 1% | |
| fill-opacity: 1 | |
| stroke-opacity: 1 | |
| 7% | |
| fill-opacity: 0 | |
| stroke-opacity: 0 | |
| 50% | |
| fill-opacity: 0 | |
| stroke-opacity: 0 | |
| 51% | |
| fill-opacity: 1 | |
| stroke-opacity: 1 | |
| 53% | |
| fill-opacity: 0 | |
| stroke-opacity: 0 | |
| 54% | |
| fill-opacity: 1 | |
| stroke-opacity: 1 | |
| 60% | |
| fill-opacity: 0 | |
| stroke-opacity: 0 | |
| 100% | |
| fill-opacity: 0 | |
| stroke-opacity: 0 | |
| @keyframes translateFog | |
| 0% | |
| transform: translateY(0) | |
| 25% | |
| transform: translateX($svgSize*.0357) | |
| 75% | |
| transform: translateX(-$svgSize*.0357) | |
| 100% | |
| transform: translateX(0) | |
| @keyframes fillOpacityFog | |
| 0% | |
| fill-opacity: .5 | |
| stroke-opacity: .5 | |
| 50% | |
| fill-opacity: 1 | |
| stroke-opacity: 1 | |
| 100% | |
| fill-opacity: .5 | |
| stroke-opacity: .5 | |
| @keyframes translateSunrise | |
| 0% | |
| transform: translateY(0) | |
| 25% | |
| transform: translateY(-$svgSize*.2286) | |
| 100% | |
| transform: translateY(-$svgSize*.2286) | |
| @keyframes translateSunset | |
| 0% | |
| transform: translateY(-$svgSize*.2286) | |
| 25% | |
| transform: translateY(-$svgSize*.0571) | |
| 100% | |
| transform: translateY(-$svgSize*.0571) | |
| @keyframes translateArrowDown | |
| 0% | |
| transform: translateY($svgSize*.0286) | |
| 100% | |
| transform: translateY($svgSize*.0714) | |
| @keyframes translateArrowUp | |
| 0% | |
| transform: translateY(-$svgSize*.0286) | |
| 100% | |
| transform: translateY(-$svgSize*.0714) | |
| @keyframes translateWind | |
| 0% | |
| transform: translateY(0) | |
| 25% | |
| transform: translateX($svgSize*.0714) | |
| 75% | |
| transform: translateX(-$svgSize*.0714) | |
| 100% | |
| transform: translateX(0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment