Are you sure?
Do you want to delete “SK 1st” permanently? You will not be able to undo this action.
Rectangle(color="pink")
from icons import Heart
Heart(width=60, height=60, color='violet')
Heart(width=45, height=45, color='blue')
Heart(width=30, height=30, color='red')
Heart = Heart (width=60, height=60, color="white")
grow = 15
with animation(duration=10):
Heart.width = grow
Heart.height = grow
Heart.color = "red"