Are you sure?
Do you want to delete “unicorn clouds” permanently? You will not be able to undo this action.
import icons
icons.Circle(color=[('lightcyan'), ('skyblue')], height=(200), width=(200))
icons.Cloud(color=[('white'), ('lightpink')], height=(90), width=(150), y=(70))
icons.Cloud(color=[('white'), ('lightpink')], height=(30), width=(50), y=(70))
icons.Joint(color=[('lavender'), ('ghostwhite')], height=(30), width=(50))
icons.Horse(color=[('lavender'), ('thistle')], height=(50), width=(60))