Skip to content

Commit

Permalink
Merge pull request #133 from filecoin-project/feat-updated-site-logo
Browse files Browse the repository at this point in the history
feat: updated site logo
  • Loading branch information
orvn authored Feb 7, 2024
2 parents 85a73d5 + 1e4fb66 commit eb050e1
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 42 deletions.
53 changes: 44 additions & 9 deletions components/Navigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

<div :class="['modal-background', { 'show-background': navOpen }]"></div>

<div class="col-2_lg-2_sm-4">
<div class="col-3_md-2_sm-4">
<nuxt-link to="/" tabindex="0" class="logo-link focus-visible">
<SiteLogo id="site-logo" />
</nuxt-link>
</div>

<div class="col-5_sm-1">
<div class="col-4_lg-5_md-5_sm-1">
<div :class="['navigation', { 'modal-open': navOpen }]">
<div class="nav-items">
<Button
Expand All @@ -38,7 +38,7 @@
</div>
</div>

<div class="col-5_sm-7">
<div class="col-5_lg-4_md-5_sm-7">
<div class="nav-toolbar">
<FilterBar
id="nav-filter-bar"
Expand All @@ -53,7 +53,7 @@
type="cta"
:tag="navCta.type"
:to="navCta.href"
:text="navCta.text"
:text="medium ? navCta.text_medium : navCta.text"
:target="navCta.target"
class="nav-cta">
<template #icon-before>
Expand Down Expand Up @@ -101,6 +101,15 @@ const checkScreenWidth = (instance) => {
if (!window.matchMedia('(max-width: 53.125rem)').matches && instance.navOpen) {
instance.toggleNav()
}
if (!window.matchMedia('(max-width: 64rem)').matches) {
if (instance.medium) {
instance.medium = false
}
} else {
if (!instance.medium) {
instance.medium = true
}
}
}
// ====================================================================== Export
Expand All @@ -126,7 +135,8 @@ export default {
scroll: false,
scrollPosition: 0,
showBackground: false,
forceNavigationVisible: true
forceNavigationVisible: true,
medium: false
}
},
Expand Down Expand Up @@ -293,19 +303,28 @@ export default {
.logo-link {
display: block;
transform: translateX(-1.5rem);
@include small {
transform: none;
}
}
#site-logo {
display: block;
position: relative;
width: 8rem;
width: 15.125rem;
height: 3.5rem;
opacity: 1.0;
z-index: 100;
transition: all 0.3s ease;
@include small {
@include medium {
height: 2rem;
width: unset;
}
@include small {
width: 11rem;
height: 3rem;
}
&:hover {
transform: scale(1.05);
}
Expand Down Expand Up @@ -362,10 +381,23 @@ export default {
justify-content: center;
justify-content: flex-start;
align-items: flex-start;
::v-deep .dropdown-selector {
}
::v-deep .dropdown-selector {
@include medium {
.button-inner {
label {
font-size: 0.875rem;
margin-right: 0.25rem;
}
}
}
@include small {
margin: toRem(12) 0;
.button-inner {
padding-left: 0.5rem;
label {
font-size: 1rem;
}
}
}
}
Expand Down Expand Up @@ -409,9 +441,12 @@ export default {
margin-left: -1rem;
z-index: 100;
@include large {
margin-left: 0;
// margin-left: -1rem;
margin-right: -2rem;
}
@include small {
margin: 0;
align-items: center;
}
}
Expand Down
91 changes: 58 additions & 33 deletions components/SiteLogo.vue
Original file line number Diff line number Diff line change
@@ -1,37 +1,62 @@
<template>
<svg
xmlns="http://www.w3.org/2000/svg"
width="154.683"
height="44"
viewBox="0 0 154.683 44">
<g transform="translate(-131 -47)">
<g transform="translate(2043.258 3026.42)">
<text
id="Filecoin"
transform="translate(-1855.574 -2947.42)"
fill="#fff"
font-size="27"
font-family="HelveticaNeue-Medium, Helvetica Neue"
font-weight="500">
<tspan x="0" y="0">
Filecoin
</tspan>
</text>
</g>
<g>
<circle
cx="22"
cy="22"
r="22"
transform="translate(131 47)"
fill="#1890fd" />
<path
d="M-1848.726-2952.006h0l-.02-.03-.019-.028c-.237-.337-1.612-2.013-4.95-.96-1.908.6-3.965,2.16-5.992,9.9l-6.351-.934-.275,1.871,6.171.908c-.239,1.027-.477,2.145-.714,3.364l-5.957-.876-.275,1.871,5.817.856c-.472,2.069-1.278,5.575-1.718,7.385-.6,2.461-1.547,3.829-2.619,4.156a1.735,1.735,0,0,1-2.189-1.153c-.012-.032-.026-.062-.041-.093s-.017-.037-.026-.058l0,0a1.175,1.175,0,0,0-1.029-.613,1.18,1.18,0,0,0-1.18,1.18,1.169,1.169,0,0,0,.177.614h0s.007.011.02.03l.019.027c.236.337,1.612,2.014,4.949.96,2.072-.654,4.317-2.428,6.511-12.018l6.227.916.275-1.87-6.1-.9c.1-.469.194-.949.291-1.451,0-.012.179-.791.435-1.912l5.874.864.275-1.871-5.726-.843c.429-1.865.921-3.987,1.232-5.264.6-2.461,1.547-3.829,2.62-4.156a1.735,1.735,0,0,1,2.19,1.153c.012.032.026.062.041.093s.017.038.026.058l0,0a1.175,1.175,0,0,0,1.029.613,1.18,1.18,0,0,0,1.18-1.18A1.172,1.172,0,0,0-1848.726-2952.006Z"
transform="translate(2012.334 3008.072)"
fill="#fff" />
</g>
</g>
</svg>
<svg width="1095" height="253" viewBox="0 0 1095 253" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_3017_16088)">
<g clip-path="url(#clip1_3017_16088)">
<path d="M249.611 127.456C249.611 196.21 193.875 251.946 125.121 251.946C56.3671 251.946 0.630859 196.21 0.630859 127.456C0.630859 58.7015 56.3671 2.96533 125.121 2.96533C193.875 2.96533 249.611 58.7015 249.611 127.456Z" fill="#1890FD"/>
<path d="M185.162 54.2607L185.176 54.2551C185.176 54.2551 185.136 54.1902 185.066 54.0838C185.031 54.03 184.995 53.9789 184.961 53.9277C183.622 52.0226 175.841 42.5344 156.951 48.497C146.151 51.9066 134.514 60.7219 123.042 104.527L87.1058 99.2411L85.5475 109.826L120.469 114.964C119.118 120.776 117.77 127.099 116.427 134L82.721 129.042L81.164 139.627L114.081 144.472C111.409 156.177 106.852 176.017 104.358 186.261C100.968 200.188 95.6063 207.93 89.536 209.775C85.2326 211.085 80.1928 209.977 77.1466 203.252C77.0775 203.072 76.9988 202.9 76.9145 202.727C76.8675 202.617 76.8164 202.516 76.7695 202.398L76.7432 202.413C75.6076 200.356 73.44 198.944 70.9215 198.944C67.2357 198.944 64.2461 201.934 64.2461 205.621C64.2461 206.899 64.6246 208.083 65.2477 209.097L65.2352 209.105C65.2352 209.105 65.2725 209.17 65.3457 209.277C65.3789 209.329 65.4148 209.38 65.4507 209.43C66.788 211.338 74.57 220.825 93.458 214.862C105.181 211.162 117.889 201.124 130.304 146.857L165.538 152.04L167.096 141.456L132.575 136.376C133.124 133.721 133.672 131.006 134.221 128.166C134.234 128.095 135.232 123.688 136.682 117.348L169.923 122.238L171.48 111.652L139.079 106.885C141.507 96.3302 144.293 84.3249 146.05 77.0997C149.441 63.1713 154.804 55.4307 160.875 53.5837C165.177 52.274 170.217 53.382 173.266 60.1071C173.334 60.2867 173.413 60.4594 173.497 60.6307C173.545 60.7427 173.595 60.8448 173.642 60.9595L173.668 60.9457C174.804 63.0028 176.971 64.4147 179.49 64.4147C183.176 64.4147 186.165 61.4251 186.165 57.7393C186.165 56.46 185.785 55.2774 185.162 54.2606L185.162 54.2607Z" fill="white"/>
</g>
</g>
<path d="M1094.72 110.592V120.662C1093.17 120.429 1091.85 120.429 1090.3 120.429C1085.04 120.429 1081.55 122.366 1081.55 130.189V152.033H1070.86V110.359H1081.4V117.641C1083.8 112.451 1087.52 110.437 1092.4 110.437C1093.09 110.437 1094.02 110.514 1094.72 110.592Z" fill="white"/>
<path d="M1061.65 134.14H1030.9C1031.52 141.266 1036.32 144.752 1041.43 144.752C1044.76 144.752 1048.02 143.59 1050.19 139.949H1061.19C1058.94 146.146 1052.9 153.04 1041.51 153.04C1028.11 153.04 1020.29 143.048 1020.29 131.041C1020.29 118.648 1028.89 109.43 1041.2 109.43C1054.06 109.43 1062.04 119.422 1061.65 134.14ZM1041.12 117.253C1037.1 117.253 1031.91 119.732 1031.05 126.781H1050.81C1050.57 119.732 1045.62 117.253 1041.12 117.253Z" fill="white"/>
<path d="M1015.18 110.592V120.662C1013.63 120.429 1012.32 120.429 1010.77 120.429C1005.5 120.429 1002.01 122.366 1002.01 130.189V152.033H991.324V110.359H1001.86V117.641C1004.26 112.451 1007.98 110.437 1012.86 110.437C1013.56 110.437 1014.48 110.514 1015.18 110.592Z" fill="white"/>
<path d="M961.286 117.795C955.399 117.795 951.216 122.521 951.216 131.274C951.216 140.027 955.399 144.674 961.286 144.674C967.173 144.674 971.355 140.027 971.355 131.274C971.355 122.521 967.173 117.795 961.286 117.795ZM961.286 153.04C950.751 153.04 940.371 145.836 940.371 131.274C940.371 116.634 950.751 109.43 961.286 109.43C971.82 109.43 982.2 116.634 982.2 131.274C982.2 145.836 971.82 153.04 961.286 153.04Z" fill="white"/>
<path d="M931.252 95.874V152.033H920.562V95.874H931.252Z" fill="white"/>
<path d="M890.569 144.829C896.146 144.829 900.097 139.407 900.097 131.274C900.097 123.14 896.146 117.641 890.569 117.641C884.682 117.641 880.809 122.83 880.809 131.196C880.809 139.794 884.682 144.829 890.569 144.829ZM881.196 165.589H870.507V110.359H881.196V115.704C883.443 111.754 887.936 109.43 893.203 109.43C903.273 109.43 911.329 118.105 911.329 131.196C911.329 144.519 903.04 153.04 893.125 153.04C888.788 153.04 883.908 151.413 881.196 146.766V165.589Z" fill="white"/>
<path d="M862.685 110.359L848.045 130.267L863.382 152.033H851.376L841.926 138.633L832.166 152.033H821.321L836.659 131.041L822.173 110.359H834.102L842.778 122.676L851.763 110.359H862.685Z" fill="white"/>
<path d="M776.225 152.033V95.874H817.124V104.859H787.302V118.802H815.497V127.788H787.302V143.048H817.124V152.033H776.225Z" fill="white"/>
<path d="M734.195 152.033V127.788C734.195 123.218 733.808 118.028 727.533 118.028C720.407 118.028 719.245 123.992 719.245 130.344V152.033H708.556V127.788C708.556 123.218 708.168 118.028 701.894 118.028C694.767 118.028 693.606 123.992 693.606 130.344V152.033H682.916V110.359H693.606V115.859C696.007 111.754 700.19 109.43 705.225 109.43C712.274 109.43 715.45 113.225 717.076 116.246C720.407 111.599 724.512 109.43 730.787 109.43C741.244 109.43 744.885 115.936 744.885 125.774V152.033H734.195Z" fill="white"/>
<path d="M673.706 134.14H642.954C643.574 141.266 648.376 144.752 653.489 144.752C656.819 144.752 660.073 143.59 662.242 139.949H673.241C670.995 146.146 664.953 153.04 653.566 153.04C640.165 153.04 632.342 143.048 632.342 131.041C632.342 118.648 640.94 109.43 653.256 109.43C666.115 109.43 674.093 119.422 673.706 134.14ZM653.179 117.253C649.151 117.253 643.961 119.732 643.109 126.781H662.861C662.629 119.732 657.671 117.253 653.179 117.253Z" fill="white"/>
<path d="M606.515 110.359V99.0498H617.205V110.359H625.88V117.718H617.205V139.252C617.205 143.512 618.676 144.364 622.472 144.364H625.725V152.033H617.902C608.297 152.033 606.515 149.089 606.515 140.801V117.718H600.628V110.359H606.515Z" fill="white"/>
<path d="M594.654 122.908H584.661C583.809 119.422 580.711 116.944 575.753 116.944C571.803 116.944 569.014 118.415 569.014 120.971C569.014 123.218 570.641 124.922 574.591 125.774L580.169 127.013C588.457 128.872 595.506 130.964 595.506 139.562C595.506 147.928 586.908 153.04 577.457 153.04C567.233 153.04 559.486 147.773 558.479 138.245H568.782C569.401 142.273 572.19 145.294 577.767 145.294C582.415 145.294 585.281 143.59 585.281 140.569C585.281 137.471 582.105 136.309 578.464 135.457L572.268 134.14C564.444 132.513 559.254 129.26 559.254 121.669C559.254 114.232 567.31 109.275 576.295 109.275C584.971 109.275 593.182 113.303 594.654 122.908Z" fill="white"/>
<path d="M521.671 165.589H517.178V157.378H521.206C524.769 157.378 526.319 157.456 528.178 153.04L528.642 151.878L512.686 110.359H524.382L533.832 140.414L543.515 110.359H554.359L539.1 150.794C534.142 163.73 532.051 165.589 521.671 165.589Z" fill="white"/>
<path d="M507.93 122.908H497.938C497.086 119.422 493.987 116.944 489.03 116.944C485.079 116.944 482.291 118.415 482.291 120.971C482.291 123.218 483.917 124.922 487.868 125.774L493.445 127.013C501.733 128.872 508.782 130.964 508.782 139.562C508.782 147.928 500.184 153.04 490.734 153.04C480.509 153.04 472.763 147.773 471.756 138.245H482.058C482.678 142.273 485.466 145.294 491.044 145.294C495.691 145.294 498.557 143.59 498.557 140.569C498.557 137.471 495.381 136.309 491.741 135.457L485.544 134.14C477.72 132.513 472.53 129.26 472.53 121.669C472.53 114.232 480.586 109.275 489.572 109.275C498.247 109.275 506.458 113.303 507.93 122.908Z" fill="white"/>
<path d="M444.125 117.795C438.238 117.795 434.055 122.521 434.055 131.274C434.055 140.027 438.238 144.674 444.125 144.674C450.012 144.674 454.195 140.027 454.195 131.274C454.195 122.521 450.012 117.795 444.125 117.795ZM444.125 153.04C433.591 153.04 423.211 145.836 423.211 131.274C423.211 116.634 433.591 109.43 444.125 109.43C454.66 109.43 465.04 116.634 465.04 131.274C465.04 145.836 454.66 153.04 444.125 153.04Z" fill="white"/>
<path d="M397.627 109.43C406.38 109.43 415.056 114.31 416.528 124.612H406.303C405.451 120.584 401.733 117.718 397.627 117.718C392.05 117.718 387.635 122.443 387.635 131.119C387.635 139.872 391.818 144.752 397.705 144.752C401.423 144.752 405.218 142.815 406.69 137.858H416.915C414.436 149.245 405.838 153.04 397.163 153.04C384.691 153.04 376.713 143.9 376.713 131.274C376.713 118.57 385.156 109.43 397.627 109.43Z" fill="white"/>
<path d="M328.39 152.033V95.874H369.289V104.859H339.467V118.802H367.662V127.788H339.467V143.048H369.289V152.033H328.39Z" fill="white"/>
<path d="M598.615 15.3592V20.8589C601.017 16.5986 605.509 14.4297 610.699 14.4297C620.692 14.4297 625.107 20.4716 625.107 30.7739V57.0331H614.417V33.0977C614.417 27.7529 613.255 23.0278 607.214 23.0278C600.165 23.0278 598.615 28.7599 598.615 35.3441V57.0331H587.926V15.3592H598.615Z" fill="white"/>
<path d="M565.329 15.3592H576.019V57.0331H565.329V15.3592ZM565.329 0.874023H576.019V10.789H565.329V0.874023Z" fill="white"/>
<path d="M535.29 22.7954C529.403 22.7954 525.22 27.5206 525.22 36.2736C525.22 45.0267 529.403 49.6743 535.29 49.6743C541.177 49.6743 545.36 45.0267 545.36 36.2736C545.36 27.5206 541.177 22.7954 535.29 22.7954ZM535.29 58.0401C524.756 58.0401 514.376 50.8363 514.376 36.2736C514.376 21.6335 524.756 14.4297 535.29 14.4297C545.825 14.4297 556.205 21.6335 556.205 36.2736C556.205 50.8363 545.825 58.0401 535.29 58.0401Z" fill="white"/>
<path d="M488.791 14.4297C497.544 14.4297 506.22 19.3097 507.692 29.612H497.467C496.615 25.584 492.897 22.718 488.791 22.718C483.214 22.718 478.799 27.4431 478.799 36.1187C478.799 44.8718 482.982 49.7518 488.869 49.7518C492.587 49.7518 496.383 47.8153 497.854 42.8578H508.079C505.6 54.2445 497.002 58.0401 488.327 58.0401C475.855 58.0401 467.877 48.8997 467.877 36.2736C467.877 23.5701 476.32 14.4297 488.791 14.4297Z" fill="white"/>
<path d="M460.244 39.1397H429.492C430.112 46.2661 434.914 49.7518 440.027 49.7518C443.357 49.7518 446.611 48.5899 448.78 44.9492H459.779C457.533 51.1461 451.491 58.0401 440.104 58.0401C426.703 58.0401 418.88 48.0477 418.88 36.0412C418.88 23.6475 427.478 14.4297 439.794 14.4297C452.653 14.4297 460.631 24.4221 460.244 39.1397ZM439.717 22.2532C435.689 22.2532 430.499 24.732 429.647 31.7809H449.399C449.167 24.732 444.21 22.2532 439.717 22.2532Z" fill="white"/>
<path d="M409.684 0.874023V57.0331H398.994V0.874023H409.684Z" fill="white"/>
<path d="M376.397 15.3592H387.087V57.0331H376.397V15.3592ZM376.397 0.874023H387.087V10.789H376.397V0.874023Z" fill="white"/>
<path d="M328.39 57.0331V0.874023H369.289V9.85947H339.467V23.8024H367.662V32.7879H339.467V57.0331H328.39Z" fill="white"/>
<path d="M751.893 216.315V220.483C753.488 217.859 756.163 215.852 760.845 215.852C767.534 215.852 769.952 220.174 769.952 226.502V243.996H765.27V227.892C765.27 223.621 764.55 219.917 759.199 219.917C754.671 219.917 751.893 223.004 751.893 228.972V243.996H747.211V216.315H751.893Z" fill="white"/>
<path d="M720.052 230.258C720.052 237.667 724.065 240.549 728.336 240.549C732.606 240.549 736.62 237.359 736.62 230.258C736.62 222.849 732.606 219.968 728.336 219.968C724.065 219.968 720.052 222.695 720.052 230.258ZM728.336 215.852C734.767 215.852 741.61 220.225 741.61 230.258C741.61 240.291 734.767 244.665 728.336 244.665C721.905 244.665 715.062 240.291 715.062 230.258C715.062 220.225 721.905 215.852 728.336 215.852Z" fill="white"/>
<path d="M704.753 216.315H709.435V243.996H704.753V216.315ZM704.753 206.694H709.435V212.353H704.753V206.694Z" fill="white"/>
<path d="M688.857 216.315V209.369H693.539V216.315H698.787V220.071H693.539V236.484C693.539 239.365 693.745 240.086 696.42 240.086H698.787V243.996H695.391C690.092 243.996 688.857 242.812 688.857 237.05V220.071H684.483V216.315H688.857Z" fill="white"/>
<path d="M675.41 216.315H680.092V243.996H675.41V216.315ZM675.41 206.694H680.092V212.353H675.41V206.694Z" fill="white"/>
<path d="M663.344 220.689V206.694H668.026V243.996H663.344V239.828C661.646 242.761 658.765 244.665 654.289 244.665C647.909 244.665 642.455 239.468 642.455 230.259C642.455 221.203 647.909 215.852 654.289 215.852C658.765 215.852 661.646 217.756 663.344 220.689ZM663.55 230.259C663.55 222.952 659.64 219.865 655.472 219.865C650.687 219.865 647.549 223.621 647.549 230.259C647.549 236.896 650.687 240.652 655.472 240.652C659.64 240.652 663.55 237.565 663.55 230.259Z" fill="white"/>
<path d="M612.52 243.996V206.694H637.834V211.222H617.768V222.541H636.65V227.069H617.768V239.468H637.834V243.996H612.52Z" fill="white"/>
<path d="M591.006 216.315H595.894L586.016 245.179C583.958 251.147 582.62 253 576.394 253H573.976V249.089H575.88C578.967 249.089 580.459 248.884 581.694 244.562L581.9 243.996L571.918 216.315H577.115L584.163 237.667L591.006 216.315Z" fill="white"/>
<path d="M560.229 216.315V209.369H564.911V216.315H570.159V220.071H564.911V236.484C564.911 239.365 565.117 240.086 567.792 240.086H570.159V243.996H566.763C561.464 243.996 560.229 242.812 560.229 237.05V220.071H555.855V216.315H560.229Z" fill="white"/>
<path d="M546.782 216.315H551.464V243.996H546.782V216.315ZM546.782 206.694H551.464V212.353H546.782V206.694Z" fill="white"/>
<path d="M521.719 216.315V220.483C523.314 217.859 525.99 215.852 530.672 215.852C537.36 215.852 539.779 220.174 539.779 226.502V243.996H535.096V227.892C535.096 223.621 534.376 219.917 529.025 219.917C524.498 219.917 521.719 223.004 521.719 228.972V243.996H517.037V216.315H521.719Z" fill="white"/>
<path d="M504.927 243.996V240.034C503.332 242.658 500.811 244.665 496.231 244.665C489.851 244.665 487.382 240.343 487.382 234.014V216.315H492.064V232.625C492.064 236.895 492.733 240.6 497.878 240.6C502.354 240.6 504.927 237.513 504.927 231.545V216.315H509.609V243.996H504.927Z" fill="white"/>
<path d="M446.2 228.972V243.996H441.518V216.315H446.2V220.483C447.795 217.859 450.367 215.852 454.535 215.852C458.805 215.852 461.275 217.653 462.51 220.74C464.722 217.293 467.912 215.852 471.822 215.852C478.254 215.852 480.775 220.174 480.775 226.502V243.996H476.093V227.892C476.093 223.621 475.27 219.917 470.176 219.917C466.111 219.917 463.487 223.004 463.487 228.972V243.996H458.805V227.892C458.805 223.621 457.982 219.917 452.888 219.917C448.824 219.917 446.2 223.004 446.2 228.972Z" fill="white"/>
<path d="M399.924 228.972V243.996H395.242V216.315H399.924V220.483C401.519 217.859 404.092 215.852 408.259 215.852C412.53 215.852 414.999 217.653 416.234 220.74C418.447 217.293 421.637 215.852 425.547 215.852C431.978 215.852 434.499 220.174 434.499 226.502V243.996H429.817V227.892C429.817 223.621 428.994 219.917 423.901 219.917C419.836 219.917 417.212 223.004 417.212 228.972V243.996H412.53V227.892C412.53 223.621 411.707 219.917 406.613 219.917C402.548 219.917 399.924 223.004 399.924 228.972Z" fill="white"/>
<path d="M368.084 230.258C368.084 237.667 372.097 240.549 376.367 240.549C380.638 240.549 384.651 237.359 384.651 230.258C384.651 222.849 380.638 219.968 376.367 219.968C372.097 219.968 368.084 222.695 368.084 230.258ZM376.367 215.852C382.799 215.852 389.642 220.225 389.642 230.258C389.642 240.291 382.799 244.665 376.367 244.665C369.936 244.665 363.093 240.291 363.093 230.258C363.093 220.225 369.936 215.852 376.367 215.852Z" fill="white"/>
<path d="M353.968 232.111H359.062C357.415 240.343 350.984 244.665 342.906 244.665C332.204 244.665 325.979 236.587 325.979 225.268C325.979 213.743 332.822 206.025 343.318 206.025C351.035 206.025 357.209 210.604 358.856 218.579H353.762C352.682 213.897 348.977 210.45 343.06 210.45C336.475 210.45 331.329 215.595 331.329 225.268C331.329 234.735 336.269 240.24 343.215 240.24C349.183 240.24 352.785 236.896 353.968 232.111Z" fill="white"/>
<defs>
<clipPath id="clip0_3017_16088">
<rect width="248.981" height="248.981" fill="white" transform="translate(0.630859 2.96533)"/>
</clipPath>
<clipPath id="clip1_3017_16088">
<rect width="248.981" height="248.981" fill="white" transform="translate(0.630859 2.96533)"/>
</clipPath>
</defs>
</svg>

</template>

<script>
Expand Down
Loading

0 comments on commit eb050e1

Please sign in to comment.