-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathFeastIconBlue.tsx
More file actions
18 lines (16 loc) · 3.18 KB
/
FeastIconBlue.tsx
File metadata and controls
18 lines (16 loc) · 3.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import React from "react";
const FeastIconBlue = () => {
return (
<svg viewBox="0 0 500 500" width="32px" height="32px">
<path
fill="rgb(3, 106, 234)"
d="M251.22554,6c.53377,1.48066,2.03666,1.72531,3.1679,2.38287q19.74076,11.47414,39.527,22.87025a11.18161,11.18161,0,0,1,3.17574,2.142,14.26393,14.26393,0,0,1-4.58446,3.0632Q191.70248,94.67941,90.81609,152.76654a7.98418,7.98418,0,0,0-4.72547,8.08022q.23383,89.87447.0365,179.74977a6.85256,6.85256,0,0,0,3.93257,7.03412c13.07833,7.28674,25.978,14.89367,38.95609,22.36092a8.83283,8.83283,0,0,0,3.7767,1.69378,10.88,10.88,0,0,0,.384-4.49541q.02179-89.12614.01246-178.25226a24.74732,24.74732,0,0,0-.01992-2.99333,4.261,4.261,0,0,1,2.62973-4.74007c5.37559-2.90836,10.62109-6.05717,15.91643-9.11364Q246.5415,117.3566,341.332,62.56033a6.04856,6.04856,0,0,1,7.02507.01825Q403.5564,94.6138,458.89911,126.40163a5.1385,5.1385,0,0,1,3.12617,5.22239c-.19544,7.10973-.25743,14.23593.02349,21.33992a5.6153,5.6153,0,0,1-3.47022,5.78313q-53.39129,30.67474-106.693,61.50543c-24.31582,14.03239-48.60073,28.1189-72.98489,42.03155a6.57492,6.57492,0,0,0-3.90975,6.65021q.176,103.356.08817,206.7125a22.84307,22.84307,0,0,0,.01742,2.61932,3.04045,3.04045,0,0,1-1.836,3.29323q-10.5832,5.999-21.07544,12.15737a3.28353,3.28353,0,0,1-3.78117-.10093c-6.23644-3.67068-12.49568-7.30467-18.80825-10.84232a3.28721,3.28721,0,0,1-2.02331-3.56863,19.63135,19.63135,0,0,0,.01291-2.24514V241.78649c0-.87381.04106-1.74977-.00726-2.62083a2.547,2.547,0,0,1,1.5231-2.721c.89694-.43143,1.73245-.99019,2.597-1.48937q78.12563-45.10587,156.251-90.21252c1.0768-.62173,2.14212-1.26333,3.17827-1.87524.016-1.24339-1.01523-1.40685-1.693-1.79947-14.14374-8.1936-28.34473-16.28955-42.41937-24.59964-2.1315-1.25851-3.41412-.47433-5.05141.47145q-52.18471,30.14454-104.38495,60.26205c-17.83056,10.29218-35.62658,20.64525-53.52508,30.818a6.04968,6.04968,0,0,0-3.52881,6.11034q.13165,117.58644.06954,235.17306v4.336a4.52219,4.52219,0,0,1-3.38011-1.16465Q109.44257,413.391,41.65937,374.32778a5.29965,5.29965,0,0,1-3.02241-5.31444q.0999-118.52267-.02065-237.04537a5.82927,5.82927,0,0,1,3.578-5.75471Q143.23055,68.009,244.17993,9.65407A17.27627,17.27627,0,0,0,249.72727,6Z"
/>
<path
fill="rgb(3, 106, 234)"
d="M461.54516,211.46054a13.11766,13.11766,0,0,1,.40375,4.64108q.01677,76.19775.06972,152.39547a6.05219,6.05219,0,0,1-3.455,6.14642q-66.04974,37.9312-131.975,76.079a9.90742,9.90742,0,0,1-3.91182,1.85994,5.363,5.363,0,0,1-.478-3.40977c-.02241-15.72631.05193-31.45324-.08151-47.1784a5.204,5.204,0,0,1,3.12895-5.21632c28.569-16.39007,57.049-32.93551,85.65316-49.26355a6.53914,6.53914,0,0,0,3.782-6.7367c-.17682-14.35121-.07647-28.70584-.07647-43.05925v-4.40909c-4.25191,2.01487-7.83888,4.36294-11.55491,6.44422-3.91839,2.19458-7.78333,4.48459-11.67189,6.73238q-5.67031,3.27787-11.34116,6.55508-5.83342,3.37065-11.66768,6.73983-5.67111,3.27684-11.34189,6.554-5.67456,3.27124-11.35568,6.531-5.838,3.3624-11.67154,6.73231-5.61723,3.2398-11.23984,6.48126a5.531,5.531,0,0,1-.56115-3.58509c-.023-15.72631.06049-31.45335-.08723-47.1783a5.46248,5.46248,0,0,1,3.29356-5.48931q66.02749-37.96939,131.9619-76.10046c1.26747-.73146,2.5726-1.39753,4.1778-2.26589Z"
/>
</svg>
);
};
export default FeastIconBlue;