Are you sure?
Do you want to delete “Stacked shirts” permanently? You will not be able to undo this action.
import icons colors = [ 'red', 'orange', 'yellow', 'green', 'blue', 'purple', 'deeppink', 'white', 'grey', 'black', ] for i, color in enumerate(colors): size = 100 - i*10 icons.Tshirt(color=color, height=size, width=size)