Happyfaces and Xs

Very Small Icons: You will make two very small icons (eight pixels by eight pixels each). One looks more or less like a happy face and the other one looks like a stop sign with an X on it instead of the word stop. YOU MAY NOT USE A PREDEFINED ARRAY FOR THIS ASSIGNMENT. YOU MUST FIGURE OUT THE INDEX FOR EACH COLOR!
HINT: Remember that arrays are zero indexed. So, an 8x8 icon can be represented using an array containing 64 elements with the first element being at index 0 and the last element being at index 63. You might want to draw out an eight by eight square and number the elements to help you to figure out where to put the different colors.