12 lines
504 B
TypeScript
12 lines
504 B
TypeScript
export const Wave = () => (
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 160">
|
|
<g transform="scale(1, 0.5)">
|
|
<path
|
|
fill="#8fb677"
|
|
fill-opacity="1"
|
|
d="M0,192L60,170.7C120,149,240,107,360,96C480,85,600,107,720,138.7C840,171,960,213,1080,197.3C1200,181,1320,107,1380,69.3L1440,32L1440,0L1380,0C1320,0,1200,0,1080,0C960,0,840,0,720,0C600,0,480,0,360,0C240,0,120,0,60,0L0,0Z"
|
|
></path>
|
|
</g>
|
|
</svg>
|
|
);
|