Are you sure?
Do you want to delete “Love Pink” permanently? You will not be able to undo this action.
import icons Square() Text(text='Love Pink', y=90, color='hotpink') Text(text='Love Pink', y=10, color='hotpink') c=icons.Heart(color='hotpink', height=300, width=300) with animation(duration=2): c.height=60 c.width=60 with animation(duration=5): pass