users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/celo.jsx
cd1edb8102b069072cafb8b7e399ab252472b995
· 958 B · 20 lines
raw
| 1 | import Icon from "../icon.jsx"; |
| 2 | |
| 3 | export default function Celo(props) { |
| 4 | return ( |
| 5 | <Icon width={950} height={950} {...props}> |
| 6 | <path |
| 7 | fill="#fbcc5c" |
| 8 | d="M375,850c151.88,0,275-123.12,275-275S526.88,300,375,300,100,423.12,100,575,223.12,850,375,850Zm0,100C167.9,950,0,782.1,0,575S167.9,200,375,200,750,367.9,750,575,582.1,950,375,950Z" |
| 9 | /> |
| 10 | <path |
| 11 | fill="#35d07f" |
| 12 | d="M575,650c151.88,0,275-123.12,275-275S726.88,100,575,100,300,223.12,300,375,423.12,650,575,650Zm0,100c-207.1,0-375-167.9-375-375S367.9,0,575,0,950,167.9,950,375,782.1,750,575,750Z" |
| 13 | /> |
| 14 | <path |
| 15 | fill="#5ea33b" |
| 16 | d="M587.39,750a274.38,274.38,0,0,0,54.55-108.06A274.36,274.36,0,0,0,750,587.4a373.63,373.63,0,0,1-29.16,133.45A373.62,373.62,0,0,1,587.39,750ZM308.06,308.06A274.36,274.36,0,0,0,200,362.6a373.63,373.63,0,0,1,29.16-133.45A373.62,373.62,0,0,1,362.61,200,274.38,274.38,0,0,0,308.06,308.06Z" |
| 17 | /> |
| 18 | </Icon> |
| 19 | ); |
| 20 | } |