vishgan/ludo-game

find ludo pieces, star, arrow

Opened this issue · 1 comments

find ludo pieces, star, arrow
<html>
   <head>
        <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
   </head>
   <body>
        <i class="material-icons" style="font-size:100px;color:green;">star_border</i>
        <i class="material-icons" style="font-size:100px;">star</i>
        <i class="material-icons" style="font-size:100px;color:red;">brightness_5</i>
        <i class="material-icons" style="font-size:100px;">brightness_7</i>
	<i class="material-icons" style="font-size:100px;color:green;">brightness_high</i>
	<i class="material-icons" style="font-size:100px;">trending_flat</i>
	<i class="material-icons" style="font-size:100px;">arrow_back</i>
	<i class="material-icons" style="font-size:100px;">arrow_downward</i>
	<i class="material-icons" style="font-size:100px;">subdirectory_arrow_right</i>
	<i class="material-icons" style="font-size:100px;">subdirectory_arrow_left</i>
   </body>
</html>

these are some icons if it's relevant
https://material.io/icons/