Skip to content

Commit

Permalink
update CELO logo
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Oct 23, 2024
1 parent a40a8d0 commit 8e3c7cb
Showing 1 changed file with 6 additions and 23 deletions.
29 changes: 6 additions & 23 deletions wormhole-connect/src/icons/Tokens/CELO.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,20 @@ import React from 'react';
function CELO() {
return (
<svg
style={{ maxHeight: '100%', maxWidth: '100%' }}
version="1.1"
id="Celo_Rings"
id="Symbol"
xmlns="http://www.w3.org/2000/svg"
xmlnsXlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
width="950"
height="950"
viewBox="0 0 950 950"
viewBox="0 0 384 383"
style={{ width: '100%', height: '100%' }}
xmlSpace="preserve"
>
<title>Artboard 1</title>
<path
id="Bottom_Ring"
fill="#FBCC5C"
d="M375,850c151.9,0,275-123.1,275-275S526.9,300,375,300S100,423.1,100,575S223.1,850,375,850z
M375,950C167.9,950,0,782.1,0,575s167.9-375,375-375s375,167.9,375,375S582.1,950,375,950z"
/>
<path
id="Top_Ring"
fill="#35D07F"
d="M575,650c151.9,0,275-123.1,275-275S726.9,100,575,100S300,223.1,300,375S423.1,650,575,650z
M575,750c-207.1,0-375-167.9-375-375S367.9,0,575,0s375,167.9,375,375S782.1,750,575,750z"
/>
<path
id="Rings_Overlap"
fill="#5EA33B"
d="M587.4,750c26-31.5,44.6-68.4,54.5-108.1c39.6-9.9,76.5-28.5,108.1-54.5
c-1.4,45.9-11.3,91.1-29.2,133.5C678.5,738.7,633.3,748.6,587.4,750z M308.1,308.1c-39.6,9.9-76.5,28.5-108.1,54.5
c1.4-45.9,11.3-91.1,29.2-133.4c42.3-17.8,87.6-27.7,133.4-29.2C336.6,231.5,318,268.4,308.1,308.1z"
fill="#FFF572"
d="M383.5,0H0.5v383h383V249.3h-63.6C298,298.1,248.7,332,192.3,332c-77.8,0-140.8-63.6-140.8-140.8
C51.4,114,114.5,51,192.3,51c57.5,0,106.8,35,128.7,84.9h62.5V0z"
/>
</svg>
);
Expand Down

0 comments on commit 8e3c7cb

Please sign in to comment.