402 lines
20 KiB
XML
Raw Permalink Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 387.39 354.4">
<defs>
<style>
.cls-1, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8, .cls-9, .cls-10, .cls-11, .cls-12, .cls-13 {
stroke: #231f20;
}
.cls-1, .cls-2, .cls-3, .cls-4, .cls-5, .cls-7, .cls-8, .cls-9, .cls-12, .cls-13 {
stroke-miterlimit: 10;
}
.cls-1, .cls-5, .cls-6 {
fill: none;
}
.cls-2 {
stroke-dasharray: 5.24 4.85;
}
.cls-2, .cls-3, .cls-4, .cls-14, .cls-10, .cls-11 {
opacity: .38;
}
.cls-2, .cls-3, .cls-4, .cls-10, .cls-11, .cls-13 {
fill: #e6e7e8;
}
.cls-3 {
stroke-dasharray: 1.89 3.79;
stroke-width: .99px;
}
.cls-4 {
stroke-dasharray: .84 1.39;
stroke-width: 1.11px;
}
.cls-15, .cls-7, .cls-8 {
fill: #fff;
}
.cls-5 {
stroke-dasharray: .67 1.11;
}
.cls-16 {
opacity: .44;
}
.cls-7, .cls-9 {
stroke-width: .62px;
}
.cls-8 {
stroke-width: .6px;
}
.cls-9 {
fill: #231f20;
}
.cls-10 {
stroke-width: 1.84px;
}
.cls-11 {
stroke-width: 1.84px;
}
.cls-13 {
stroke-width: 2px;
}
/* Animación de rotación con cambio real de dirección */
.yin-yang-rotation {
animation: yinYangDirectionChange 20s linear infinite;
transform-origin: 195.5px 177.2px;
}
.pentagon-inner-rotation {
animation: pentagonDirectionChange 20s linear infinite;
transform-origin: 193.9px 176.2px;
}
/* Yin-Yang: cambios de dirección alternos */
@keyframes yinYangDirectionChange {
0% { transform: rotate(0deg); }
50% { transform: rotate(540deg); }
50.01% { transform: rotate(540deg); }
100% { transform: rotate(0deg); }
}
/* Pentágono: cambios de dirección alternos con retardo */
@keyframes pentagonDirectionChange {
0% { transform: rotate(0deg); }
55% { transform: rotate(-594deg); }
55.01% { transform: rotate(-594deg); }
100% { transform: rotate(0deg); }
}
/* Transformación del fondo yin: negro → blanco */
.yin-background {
animation: yinBackgroundChange 20s ease-in-out infinite;
}
.yang-background {
animation: yangBackgroundChange 20s ease-in-out infinite;
}
/* Bordes dinámicos para yin */
.yin-background {
animation: yinBackgroundChange 20s ease-in-out infinite, yinBorderChange 20s ease-in-out infinite;
}
.yang-background {
animation: yangBackgroundChange 20s ease-in-out infinite, yangBorderChange 20s ease-in-out infinite;
}
@keyframes yinBackgroundChange {
/* Negro inicial */
0%, 47% { fill: #231f20; }
/* Transición ultra rápida por gris (casi imperceptible) */
49.5% { fill: #555; }
50.5% { fill: #aaa; }
/* Cambio a blanco */
53%, 100% { fill: #fff; }
}
@keyframes yangBackgroundChange {
/* Blanco inicial */
0%, 47% { fill: #fff; }
/* Transición ultra rápida por gris (casi imperceptible) */
49.5% { fill: #aaa; }
50.5% { fill: #555; }
/* Cambio a negro */
53%, 100% { fill: #231f20; }
}
@keyframes yinBorderChange {
/* Borde blanco cuando es negro */
0%, 47% {
stroke: #fff;
stroke-width: 0.5;
}
/* Transición */
49.5% {
stroke: #aaa;
stroke-width: 0.5;
}
50.5% {
stroke: #666;
stroke-width: 0.5;
}
/* Borde negro cuando es blanco */
53%, 100% {
stroke: #231f20;
stroke-width: 0.5;
}
}
@keyframes yangBorderChange {
/* Borde negro cuando es blanco */
0%, 47% {
stroke: #231f20;
stroke-width: 0.5;
}
/* Transición */
49.5% {
stroke: #666;
stroke-width: 0.5;
}
50.5% {
stroke: #aaa;
stroke-width: 0.5;
}
/* Borde blanco cuando es negro */
53%, 100% {
stroke: #fff;
stroke-width: 0.5;
}
}
/* Transformación de los círculos interiores con expansión */
.inner-circle-yin {
animation: innerYinExpand 20s ease-in-out infinite;
transform-origin: 138.77px 47.52px;
}
.inner-circle-yang {
animation: innerYangExpand 20s ease-in-out infinite;
transform-origin: 251.07px 305.08px;
}
@keyframes innerYinExpand {
/* Punto negro pequeño */
0%, 35% {
fill: #231f20;
r: 10;
}
/* Expansión del punto negro */
45% {
fill: #231f20;
r: 50;
}
50% {
fill: #231f20;
r: 80;
}
/* Contracción como punto blanco */
55% {
fill: #fff;
r: 50;
}
65%, 100% {
fill: #fff;
r: 10;
}
}
@keyframes innerYangExpand {
/* Punto blanco pequeño */
0%, 35% {
fill: #fff;
r: 10;
}
/* Expansión del punto blanco */
45% {
fill: #fff;
r: 50;
}
50% {
fill: #fff;
r: 80;
}
/* Contracción como punto negro */
55% {
fill: #231f20;
r: 50;
}
65%, 100% {
fill: #231f20;
r: 10;
}
}
/* Círculo central del pentágono que cambia con la dirección */
.pentagon-center-circle {
animation: pentagonCenterChange 20s ease-in-out infinite;
}
@keyframes pentagonCenterChange {
/* Blanco con borde negro */
0%, 50% {
fill: #fff;
stroke: #231f20;
stroke-width: 1;
}
/* Transición ultra rápida */
54.5% {
fill: #ddd;
stroke: #231f20;
stroke-width: 1;
}
55.5% {
fill: #bbb;
stroke: #231f20;
stroke-width: 1;
}
/* Gris claro con borde negro */
60%, 100% {
fill: #999;
stroke: #231f20;
stroke-width: 1;
}
}
/* Puntos de fondo que cambian de gris fuerte a blanco */
.background-dots {
animation: backgroundDotsChange 20s ease-in-out infinite;
}
@keyframes backgroundDotsChange {
/* Gris fuerte inicial */
0%, 47% {
fill: #555;
}
/* Transición ultra rápida */
49.5% {
fill: #888;
}
50.5% {
fill: #bbb;
}
/* Blanco */
53%, 100% {
fill: #fff;
}
}
</style>
</defs>
<!-- Elementos estáticos de fondo -->
<g>
<path class="cls-10" d="M275.04,224.67c-26.21,45.05-83.99,60.32-129.05,34.11-45.07-26.22-60.34-83.99-34.13-129.05,26.22-45.06,84-60.34,129.06-34.12,45.06,26.21,60.34,83.99,34.12,129.06Z"/>
<path class="cls-10" d="M227.57,306.26c-26.21,45.06-83.99,60.33-129.05,34.12-45.07-26.21-60.34-84-34.13-129.05,26.21-45.06,84-60.34,129.06-34.12,45.06,26.21,60.33,83.99,34.12,129.05Z"/>
<path class="cls-11" d="M322.49,143.11c-26.21,45.05-84,60.33-129.06,34.12-45.06-26.22-60.34-84-34.13-129.06C185.52,3.11,243.3-12.16,288.37,14.06c45.06,26.21,60.34,83.99,34.12,129.06Z"/>
<path class="cls-10" d="M369.4,224.99c-26.21,45.06-84,60.34-129.05,34.12-45.07-26.22-60.34-84-34.13-129.05,26.22-45.07,83.99-60.34,129.06-34.12,45.05,26.21,60.34,83.99,34.12,129.05Z"/>
<path class="cls-10" d="M321.95,306.55c-26.22,45.06-84,60.33-129.05,34.12-45.07-26.22-60.34-83.99-34.13-129.05,26.22-45.06,83.99-60.34,129.06-34.12,45.05,26.21,60.34,83.99,34.12,129.05Z"/>
<path class="cls-10" d="M180.65,224.39c-26.21,45.05-84,60.34-129.05,34.13C6.53,232.29-8.74,174.51,17.48,129.45c26.21-45.06,83.99-60.34,129.05-34.12,45.05,26.21,60.34,83.99,34.12,129.05Z"/>
<path class="cls-10" d="M228.12,142.79c-26.22,45.06-84,60.34-129.06,34.12-45.07-26.22-60.34-84-34.12-129.05C91.16,2.8,148.93-12.48,193.99,13.74c45.06,26.21,60.34,83.99,34.13,129.05Z"/>
<line class="cls-4" x1="51.92" y1="258.37" x2="335.17" y2="96.19"/>
<line class="cls-4" x1="51.92" y1="95.15" x2="334.43" y2="259.11"/>
<line class="cls-2" x1="52.22" y1="258.96" x2="192.95" y2="340.57"/>
<line class="cls-2" x1="193.1" y1="340.57" x2="334.43" y2="259.41"/>
<line class="cls-2" x1="51.63" y1="258.07" x2="51.92" y2="95.15"/>
<line class="cls-2" x1="52.22" y1="95" x2="193.7" y2="13.84"/>
<line class="cls-2" x1="194.03" y1="13.73" x2="335.32" y2="96.19"/>
<polygon class="cls-3" points="99.04 340.46 4.72 177.1 99.04 13.73 287.69 13.73 382 177.1 287.69 340.46 99.04 340.46"/>
<line class="cls-3" x1="4.74" y1="177.1" x2="382.15" y2="177.1"/>
<line class="cls-3" x1="98.98" y1="13.76" x2="287.6" y2="340.63"/>
<line class="cls-3" x1="99.06" y1="340.46" x2="287.67" y2="13.73"/>
<line class="cls-4" x1="193.99" y1="13.76" x2="192.95" y2="340.65"/>
<polygon class="cls-3" points="146.22 258.65 99.07 177 146.22 95.34 240.51 95.34 287.65 177 240.51 258.65 146.22 258.65"/>
<g class="cls-14">
<path class="cls-13 background-dots" d="M150.14,97.38c-1.2,2.06-3.84,2.76-5.89,1.56-2.06-1.2-2.76-3.83-1.56-5.89,1.2-2.06,3.83-2.76,5.89-1.55,2.06,1.19,2.76,3.83,1.56,5.89Z"/>
<path class="cls-13 background-dots" d="M102.72,179.09c-1.19,2.06-3.83,2.76-5.89,1.56-2.06-1.2-2.75-3.84-1.56-5.89,1.19-2.06,3.83-2.75,5.89-1.56,2.06,1.2,2.76,3.83,1.56,5.89Z"/>
<path class="cls-13 background-dots" d="M9.07,179.3c-1.16,2.08-3.78,2.83-5.86,1.67-2.08-1.15-2.83-3.78-1.67-5.86,1.16-2.08,3.78-2.83,5.86-1.67,2.08,1.16,2.83,3.78,1.67,5.86Z"/>
<path class="cls-13 background-dots" d="M55.84,97.09c-1.16,2.08-3.78,2.83-5.86,1.67-2.08-1.16-2.83-3.78-1.67-5.86,1.16-2.08,3.78-2.83,5.86-1.67,2.08,1.15,2.82,3.78,1.67,5.86Z"/>
<path class="cls-13 background-dots" d="M244.64,97.84c-1.2,2.06-3.83,2.75-5.89,1.56-2.06-1.2-2.76-3.84-1.56-5.89,1.2-2.05,3.84-2.75,5.89-1.56,2.06,1.2,2.75,3.83,1.56,5.89Z"/>
<path class="cls-13 background-dots" d="M339.09,98.29c-1.16,2.08-3.78,2.83-5.86,1.67-2.08-1.15-2.83-3.78-1.67-5.86,1.15-2.08,3.78-2.83,5.86-1.67,2.08,1.15,2.83,3.78,1.67,5.86Z"/>
<path class="cls-13 background-dots" d="M385.85,179.3c-1.16,2.08-3.78,2.83-5.86,1.67-2.08-1.16-2.83-3.78-1.67-5.86,1.15-2.08,3.78-2.83,5.86-1.67,2.08,1.15,2.83,3.78,1.67,5.86Z"/>
<path class="cls-13 background-dots" d="M197.75,15.76c-1.16,2.08-3.78,2.83-5.86,1.67-2.08-1.16-2.83-3.78-1.67-5.86,1.15-2.08,3.78-2.82,5.86-1.67,2.08,1.16,2.83,3.78,1.67,5.86Z"/>
<path class="cls-13 background-dots" d="M291.58,15.93c-1.16,2.08-3.78,2.82-5.86,1.67-2.08-1.15-2.83-3.78-1.67-5.86,1.15-2.08,3.78-2.82,5.86-1.66,2.08,1.15,2.83,3.78,1.67,5.86Z"/>
<path class="cls-13 background-dots" d="M102.6,15.68c-1.16,2.08-3.78,2.82-5.86,1.67-2.08-1.15-2.83-3.78-1.67-5.86,1.15-2.08,3.78-2.82,5.86-1.67,2.08,1.15,2.83,3.78,1.67,5.86Z"/>
<path class="cls-13 background-dots" d="M236.75,256.72c1.18-2.06,3.82-2.78,5.88-1.59,2.06,1.19,2.77,3.82,1.59,5.88-1.19,2.06-3.82,2.77-5.88,1.59-2.06-1.19-2.77-3.83-1.58-5.88Z"/>
<path class="cls-13 background-dots" d="M189.03,338.35c1.14-2.09,3.77-2.85,5.85-1.7,2.08,1.14,2.84,3.77,1.7,5.85-1.14,2.08-3.76,2.84-5.85,1.7-2.09-1.15-2.85-3.77-1.7-5.85Z"/>
<path class="cls-13 background-dots" d="M95.06,338.42c1.14-2.09,3.77-2.85,5.85-1.71,2.08,1.15,2.85,3.77,1.7,5.86-1.14,2.08-3.76,2.84-5.85,1.7-2.09-1.15-2.85-3.77-1.7-5.85Z"/>
<path class="cls-13 background-dots" d="M283.6,338.42c1.14-2.09,3.77-2.85,5.85-1.71,2.09,1.15,2.85,3.77,1.7,5.86-1.14,2.08-3.77,2.84-5.85,1.7-2.09-1.15-2.85-3.77-1.7-5.85Z"/>
<path class="cls-13 background-dots" d="M283.91,175.24c1.19-2.06,3.82-2.77,5.89-1.59,2.05,1.19,2.76,3.83,1.58,5.88-1.18,2.07-3.82,2.78-5.88,1.6-2.06-1.19-2.78-3.82-1.59-5.89Z"/>
<path class="cls-13 background-dots" d="M142.24,256.71c1.19-2.07,3.82-2.77,5.89-1.59,2.06,1.2,2.77,3.83,1.58,5.89-1.18,2.06-3.82,2.77-5.88,1.58-2.06-1.18-2.77-3.82-1.58-5.88Z"/>
<path class="cls-13 background-dots" d="M48,256.29c1.15-2.09,3.76-2.85,5.85-1.7,2.08,1.15,2.84,3.77,1.7,5.85-1.14,2.08-3.77,2.84-5.85,1.69-2.08-1.14-2.84-3.77-1.69-5.85Z"/>
<path class="cls-13 background-dots" d="M330.7,257.21c1.18-2.06,3.82-2.78,5.88-1.59,2.06,1.18,2.77,3.82,1.58,5.88-1.18,2.06-3.82,2.77-5.88,1.59-2.06-1.19-2.77-3.82-1.58-5.88Z"/>
</g>
</g>
<!-- Símbolo Yin-Yang con rotación y cambio de dirección real -->
<g class="yin-yang-rotation">
<g>
<!-- Formas de fondo que cambian de negro a blanco y viceversa -->
<path class="yin-background" d="M337.95,256.21c-.69-23.4-9.19-45.58-25.33-62.76-11.71-12.47-28.78-22.47-45.42-26.33-.08,0-.16,0-.23-.02-1.28-.24-2.55-.51-3.81-.84-.04,0-.07.01-.11.01-.11,0-.2-.02-.29-.05-.29,0-.58-.02-.86-.09-.07,0-.14,0-.21,0-.03,0-.06,0-.09-.01-.04,0-.07.02-.11.02-.09,0-.17-.01-.24-.03l-.91.13-.12,2.03c.91.26,1.1.43,1.37.56,2.69,1.23,6.13,2.56,8.62,4.13.14.09,2.75,1.49,3.15,1.8,3.18,2.4,3.57,3.83,6.18,7.16,4.73,6.04,8.22,13.27,10.03,20.82.27,1.11.65,8.07.58,9.44-.73,13.98-8.36,28.85-19.7,36.6-5.67,3.87-12.26,5.46-18.88,7.26,0,0-3.33.71-4.76.9-1.49.2-3.42.63-5.16.89-3.19.47-8.5,2.85-11.43,4.34-7.88,4-15.25,10.89-19.47,18.6-2.34,4.28-4.59,10.04-5.25,14.91-.07.52-.28,2.12-.3,2.58-.7,11.39,1.94,23.72,8.25,32.68,2.38,3.38,7.91,8.82,11.56,11.22,3.8,2.5,9.88,5.34,14.35,6.61.96.27,2.02.14,2.79.33.24.06.08.52.61.59,9.41,1.23,23.13-1.24,31.32-3.79,3.85-1.2,9-3.35,12.69-5.16,31.06-15.22,52.19-49.81,51.17-84.5ZM255.64,305.03c.27.28.38.74.15,1.09l-1.06,1.6c-.17.25-.42.4-.69.43-.11.11-.22.2-.38.25-.03,0-.06.01-.09.02l-.59,1.1c-.57.23-1.19.34-1.8.24-.15-.03-.31-.08-.45-.15-1.43-.17-2.83-1.16-3.57-2.32-2.09-3.28,2.13-8.31,4.93-7.08.02,0,.03.03.04.06.02,0,.05,0,.07,0,.47.11.9.33,1.28.63.21.04.41.09.61.18.43.2,1.89,2.22,1.86,2.91l-.4.74c.05.1.09.2.1.3Z"/>
<path class="yang-background" d="M52.08,96.22c.69,23.4,9.19,45.58,25.33,62.76,11.71,12.47,28.78,22.47,45.42,26.33.08,0,.16,0,.23.02,1.28.24,2.55.51,3.81.84.04,0,.07-.01.11-.01.11,0,.2.02.29.05.29,0,.58.02.86.09.07,0,.14,0,.21,0,.03,0,.06,0,.09.01.04,0,.07-.02.11-.02.09,0,.17.01.24.03l.91-.13.12-2.03c-.91-.26-1.1-.43-1.37-.56-2.69-1.23-6.13-2.56-8.62-4.13-.14-.09-2.75-1.49-3.15-1.8-3.18-2.4-3.57-3.83-6.18-7.16-4.73-6.04-8.22-13.27-10.03-20.82-.27-1.11-.65-8.07-.58-9.44.73-13.98,8.36-28.85,19.7-36.6,5.67-3.87,12.26-5.46,18.88-7.26,0,0,3.33-.71,4.76-.9,1.49-.2,3.42-.63,5.16-.89,3.19-.47,8.5-2.85,11.43-4.34,7.88-4,15.25-10.89,19.47-18.6,2.34-4.28,4.59-10.04,5.25-14.91.07-.52.28-2.12.3-2.58.7-11.39-1.94-23.72-8.25-32.68-2.38-3.38-7.91-8.82-11.56-11.22-3.8-2.5-9.88-5.34-14.35-6.61-.96-.27-2.02-.14-2.79-.33-.24-.06-.08-.52-.61-.59-9.41-1.23-23.13,1.24-31.32,3.79-3.85,1.2-9,3.35-12.69,5.16-31.06,15.22-52.19,49.81-51.17,84.5ZM134.39,47.4c-.27-.28-.38-.74-.15-1.09l1.06-1.6c.17-.25.42-.4.69-.43.11-.11.22-.2.38-.25.03,0,.06-.01.09-.02l.59-1.1c.57-.23,1.19-.34,1.8-.24.15.03.31.08.45.15,1.43.17,2.83,1.16,3.57,2.32,2.09,3.28-2.13,8.31-4.93,7.08-.02,0-.03-.03-.04-.06-.02,0-.05,0-.07,0-.47-.11-.9-.33-1.28-.63-.21-.04-.41-.09-.61-.18-.43-.2-1.89-2.22-1.86-2.91l.4-.74c-.05-.1-.09-.2-.1-.3Z"/>
<!-- Círculos interiores con expansión transformadora -->
<circle class="inner-circle-yin" cx="138.77" cy="47.52" r="10"/>
<circle class="inner-circle-yang" cx="251.07" cy="305.08" r="10"/>
</g>
</g>
<!-- Parte interior del pentágono con rotación y cambio de dirección -->
<g class="pentagon-inner-rotation">
<g>
<path class="cls-15" d="M137.39,243.49l-30.83-94.89,80.72-58.64c3.94-2.87,9.29-2.87,13.23,0l80.72,58.64-30.83,94.89c-1.51,4.64-5.83,7.78-10.7,7.78h-91.59c-4.88,0-9.2-3.14-10.7-7.78Z"/>
<g>
<path class="cls-15" d="M195.67,85.2c0,.94-.76,1.7-1.7,1.7s-1.7-.76-1.7-1.7.76-1.7,1.7-1.7,1.7.76,1.7,1.7Z"/>
<path class="cls-15" d="M282.88,148.58c0,.94-.76,1.7-1.7,1.7s-1.7-.76-1.7-1.7.76-1.7,1.7-1.7,1.7.76,1.7,1.7Z"/>
<path class="cls-15" d="M249.56,251.2c0,.94-.76,1.7-1.7,1.7s-1.7-.76-1.7-1.7.76-1.7,1.7-1.7,1.7.76,1.7,1.7Z"/>
<path class="cls-15" d="M141.63,251.24c0,.94-.76,1.7-1.7,1.7s-1.7-.76-1.7-1.7.76-1.7,1.7-1.7,1.7.76,1.7,1.7Z"/>
<path class="cls-15" d="M108.25,148.6c0,.94-.76,1.7-1.7,1.7s-1.7-.76-1.7-1.7.76-1.7,1.7-1.7,1.7.76,1.7,1.7Z"/>
</g>
<!-- Círculo central que cambia de blanco a gris con el sentido de rotación -->
<circle class="pentagon-center-circle" cx="193.9" cy="176.2" r="5" fill="#fff" stroke="#231f20" stroke-width="1"/>
</g>
<g>
<g class="cls-16">
<path class="cls-6" d="M137.1,243.18l-30.83-94.89,80.72-58.64c3.94-2.87,9.29-2.87,13.23,0l80.72,58.64-30.83,94.89c-1.51,4.64-5.83,7.78-10.7,7.78h-91.59c-4.88,0-9.2-3.14-10.7-7.78Z"/>
<path class="cls-6" d="M187.35,238.06l-49.79-35.92c-3.95-2.85-5.62-7.93-4.13-12.57l18.78-58.46c1.49-4.64,5.8-7.8,10.68-7.81l61.41-.2c4.87-.02,9.19,3.1,10.72,7.72l19.25,58.24c1.53,4.64-.1,9.73-4.04,12.61l-49.66,36.34c-3.93,2.88-9.28,2.9-13.23.04Z"/>
<path class="cls-6" d="M212.5,216.61l-40.64-1.6c-4.89-.19-9.09-3.52-10.4-8.24l-10.86-39.18c-1.3-4.69.56-9.68,4.61-12.38l33.82-22.49c4.05-2.7,9.38-2.48,13.2.54l31.92,25.19c3.84,3.03,5.28,8.2,3.57,12.78l-14.24,38.07c-1.7,4.55-6.13,7.49-10.98,7.3Z"/>
<path class="cls-6" d="M219.55,194.36l-21.57,13.19c-4.16,2.54-9.48,2.12-13.19-1.05l-19.21-16.44c-3.7-3.17-4.95-8.36-3.08-12.87l9.7-23.35c1.87-4.5,6.43-7.29,11.29-6.9l25.21,2c4.86.39,8.92,3.86,10.05,8.6l5.88,24.59c1.13,4.74-.91,9.67-5.07,12.22Z"/>
<path class="cls-6" d="M214.73,176.18l-3.69,12.19c-1.41,4.67-5.67,7.89-10.54,7.99l-12.74.26c-4.87.1-9.26-2.95-10.86-7.56l-4.18-12.04c-1.6-4.61-.05-9.72,3.84-12.66l10.15-7.69c3.89-2.94,9.23-3.05,13.23-.27l10.45,7.28c4,2.79,5.75,7.83,4.34,12.5Z"/>
<path class="cls-6" d="M207.42,170.16l1.37,4.95c1.3,4.7-.58,9.7-4.64,12.39l-4.28,2.83c-4.07,2.69-9.41,2.45-13.22-.59l-4.02-3.2c-3.81-3.04-5.23-8.19-3.52-12.75l1.8-4.81c1.71-4.56,6.17-7.51,11.04-7.29l5.13.23c4.87.22,9.05,3.55,10.35,8.24Z"/>
<path class="cls-6" d="M202.15,169h0c3.28,3.61,3.87,8.92,1.46,13.15h0c-2.41,4.24-7.28,6.44-12.06,5.45h0c-4.77-.99-8.37-4.94-8.91-9.78h0c-.54-4.85,2.11-9.49,6.55-11.5h0c4.44-2.01,9.67-.93,12.96,2.68Z"/>
<path class="cls-5" d="M164.74,244.33l-44.12-61.11c-2.85-3.95-2.84-9.29.04-13.23l44.49-60.86c2.88-3.94,7.96-5.57,12.59-4.05l71.61,23.5c4.64,1.52,7.77,5.87,7.74,10.75l-.38,75.34c-.02,4.86-3.17,9.16-7.79,10.65l-71.6,23.13c-4.64,1.5-9.73-.16-12.58-4.12Z"/>
<path class="cls-5" d="M201.7,228.64l-47.54-17.41c-4.58-1.68-7.56-6.11-7.38-10.98l1.87-50.58c.18-4.87,3.48-9.07,8.17-10.41l48.71-13.86c4.68-1.33,9.68.49,12.41,4.53l28.33,41.95c2.74,4.05,2.54,9.41-.48,13.25l-31.37,39.91c-3.01,3.83-8.14,5.29-12.72,3.61Z"/>
<path class="cls-5" d="M217.57,205.34l-31.71,7.81c-4.76,1.17-9.74-.87-12.29-5.06l-17-27.81c-2.53-4.15-2.12-9.45,1.02-13.15l21.08-24.82c3.16-3.72,8.35-4.98,12.86-3.13l30.09,12.36c4.51,1.85,7.31,6.4,6.95,11.26l-2.46,32.46c-.37,4.85-3.81,8.91-8.53,10.08Z"/>
<path class="cls-5" d="M218.45,184.2l-11.67,14.58c-3.05,3.81-8.2,5.22-12.76,3.5l-17.47-6.59c-4.56-1.72-7.5-6.18-7.27-11.05l.87-18.65c.23-4.87,3.57-9.04,8.27-10.33l18.01-4.94c4.7-1.29,9.7.6,12.38,4.67l10.26,15.6c2.68,4.07,2.43,9.41-.62,13.22Z"/>
<path class="cls-5" d="M210.95,172.25v8.56c.01,4.88-3.12,9.2-7.76,10.71l-8.13,2.65c-4.64,1.51-9.72-.13-12.59-4.08l-5.04-6.92c-2.87-3.94-2.88-9.28-.01-13.23l5.02-6.93c2.86-3.95,7.94-5.6,12.58-4.1l8.14,2.63c4.64,1.5,7.78,5.82,7.79,10.69Z"/>
<path class="cls-5" d="M204.47,169.3l1.13,2.01c2.39,4.25,1.78,9.56-1.53,13.14l-1.56,1.7c-3.3,3.59-8.54,4.64-12.97,2.61l-2.1-.96c-4.43-2.03-7.05-6.69-6.49-11.53l.27-2.29c.56-4.84,4.18-8.77,8.96-9.73l2.27-.46c4.78-.96,9.64,1.26,12.03,5.51Z"/>
<g>
<path class="cls-1" d="M195.38,84.89c0,.94-.76,1.7-1.7,1.7s-1.7-.76-1.7-1.7.76-1.7,1.7-1.7,1.7.76,1.7,1.7Z"/>
<path class="cls-1" d="M282.59,148.26c0,.94-.76,1.7-1.7,1.7s-1.7-.76-1.7-1.7.76-1.7,1.7-1.7,1.7.76,1.7,1.7Z"/>
<path class="cls-1" d="M249.27,250.89c0,.94-.76,1.7-1.7,1.7s-1.7-.76-1.7-1.7.76-1.7,1.7-1.7,1.7.76,1.7,1.7Z"/>
<path class="cls-1" d="M141.34,250.93c0,.94-.76,1.7-1.7,1.7s-1.7-.76-1.7-1.7.76-1.7,1.7-1.7,1.7.76,1.7,1.7Z"/>
<path class="cls-1" d="M107.96,148.29c0,.94-.76,1.7-1.7,1.7s-1.7-.76-1.7-1.7.76-1.7,1.7-1.7,1.7.76,1.7,1.7Z"/>
</g>
</g>
</g>
</g>
</svg>