rendered animation
1<div> 2 <svg xmlns="http://www.w3.org/2000/svg" 3 width="80px" height="60px" 4 viewBox="5 0 80 60"> 5 <path id="wave" 6 fill="none" 7 stroke="#262626" 8 stroke-width="4" 9 stroke-linecap="round"> 10 </path> 11 </svg> 12</div>