-
Planoetscher Daniel (Student Com20) authoredPlanoetscher Daniel (Student Com20) authored
index.tsx 832 B
export default function LineGraph() {
return (
<div className="line-graph">
<svg viewBox="0 0 260 90" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.2015 75.7723C20.1112 70.0477 37.6267 81.5131 63.9321 78.3076C90.2375 75.102 102.251 20.7496 131.038 17.2416C159.825 13.7336 179.555 30.9736 198.912 28.6147C218.269 26.2559 235.267 4.54031 256.113 2.00004" stroke="url(#paint0_linear)" strokeWidth="4" />
<defs>
<linearGradient id="paint0_linear" x1="262" y1="2" x2="21" y2="85" gradientUnits="userSpaceOnUse">
<stop stopColor="white" />
<stop offset="1" stopColor="white" stopOpacity="0.61" />
</linearGradient>
</defs>
</svg>
</div>
)
}