diff --git a/public/icons/cat-sit.svg b/public/icons/cat-sit.svg new file mode 100644 index 0000000..6a530d2 --- /dev/null +++ b/public/icons/cat-sit.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/icons/ice-cream.svg b/public/icons/ice-cream.svg new file mode 100644 index 0000000..556d170 --- /dev/null +++ b/public/icons/ice-cream.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/icons/rabbit-grey.svg b/public/icons/rabbit-grey.svg new file mode 100644 index 0000000..fb1b84a --- /dev/null +++ b/public/icons/rabbit-grey.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/public/icons/rabbit-white.svg b/public/icons/rabbit-white.svg new file mode 100644 index 0000000..deed72a --- /dev/null +++ b/public/icons/rabbit-white.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/src/icons.json b/src/icons.json index aa89b7a..981a7b9 100644 --- a/src/icons.json +++ b/src/icons.json @@ -36,12 +36,13 @@ "caret-up.svg": [ "caret-up", "ui-icon", "blue" ], "cart.svg": [ "cart", "ui-icon", "yellow" ], "cat.svg": [ "cat", "full-body", "animal", "orange", "white" ], - "cat-black.svg": [ "cat-black", "animal", "black" ], - "cat-calico.svg": [ "cat-calico", "animal", "orange", "white" ], - "cat-grey.svg": [ "cat-grey", "animal", "grey-gray" ], - "cat-orange.svg": [ "cat-orange", "animal", "orange", "white" ], - "cat-tabby.svg": [ "cat-tabby", "animal", "orange" ], - "cat-white.svg": [ "cat-white", "animal", "white" ], + "cat-sit.svg": [ "cat-sit", "full-body", "animal", "orange", "white" ], + "cat-black.svg": [ "cat-black", "face", "animal", "black" ], + "cat-calico.svg": [ "cat-calico", "face", "animal", "orange", "white" ], + "cat-grey.svg": [ "cat-grey", "face", "animal", "grey-gray" ], + "cat-orange.svg": [ "cat-orange", "face", "animal", "orange", "white" ], + "cat-tabby.svg": [ "cat-tabby", "face", "animal", "orange" ], + "cat-white.svg": [ "cat-white", "face", "animal", "white" ], "chart.svg": [ "chart", "ui-icon" ], "christmas-tree.svg": [ "christmas-tree", "christmas-tree", "green", "christmas", "xmas", "festive" ], "chrome.svg": [ "chrome", "logo" ], @@ -49,8 +50,9 @@ "cloud.svg": [ "cloud", "ui-icon", "white" ], "coffee.svg": [ "coffee", "drink", "beverage", "orange" ], "copy.svg": [ "copy", "ui-icon", "cut", "paste" ], - "dog-beagle.svg": [ "dog-beagle", "animal", "brown" ], - "dog-shiba.svg": [ "dog-shiba", "animal", "orange" ], + "dog.svg": [ "dog", "full-body", "animal", "brown" ], + "dog-beagle.svg": [ "dog-beagle", "face", "animal", "brown" ], + "dog-shiba.svg": [ "dog-shiba", "face", "animal", "orange" ], "dollar.svg": [ "dollar", "ui-icon", "yellow" ], "earth.svg": [ "earth", "ui-icon", "blue" ], "facebook-detailed.svg": [ "facebook-detailed", "logo", "blue" ], @@ -66,6 +68,7 @@ "headphones.svg": [ "headphones", "ui-icon", "black", "grey-gray" ], "heart.svg": [ "heart", "ui-icon", "red" ], "house.svg": [ "house", "ui-icon" ], + "ice-cream.svg": [ "ice-cream", "dessert", "food", "ui-icon", "pink", "brown" ], "instagram-detailed.svg": [ "instagram-detailed", "logo", "purple", "magenta" ], "instagram.svg": [ "instagram", "logo", "purple", "magenta" ], "key.svg": [ "key", "ui-icon", "yellow" ], @@ -83,6 +86,8 @@ "picture.svg": [ "picture", "ui-icon", "blue" ], "pin.svg": [ "pin", "ui-icon", "red" ], "pumpkin.svg": [ "pumpkin", "halloween", "spooky", "festive", "orange" ], + "rabbit-grey.svg": [ "rabbit-grey", "bunny", "full-body", "animal", "grey" ], + "rabbit-white.svg": [ "rabbit-white", "bunny", "full-body", "animal", "white" ], "reddit-detailed.svg": [ "reddit-detailed", "logo", "red" ], "reddit.svg": [ "reddit", "logo", "red" ], "santa-face.svg": [ "santa-face", "xmas", "christmas", "festive", "red", "human" ],