diff --git a/public/icons.json b/public/icons.json index ec749b1..f767e72 100644 --- a/public/icons.json +++ b/public/icons.json @@ -4,7 +4,7 @@ "align-left.svg": [ "align-left", "align", "ui-icon", "black" ], "align-right.svg": [ "align-right", "align", "ui-icon", "black" ], "alpaca.svg": [ "alpaca", "animal", "full-body", "llama", "brown" ], - "apple-logo.svg": [ "apple-logo", "logo", "black" ], + "apple-logo.svg": [ "apple-logo", "logo", "operating-system", "black" ], "apple.svg": [ "apple", "fruit", "food", "red" ], "apple-tree.svg": [ "apple-tree", "plant", "fruit", "food", "green" ], "arrow-down.svg": [ "arrow-down", "arrow", "ui-icon", "blue" ], @@ -135,6 +135,7 @@ "kiwifruit.svg": [ "kiwifruit", "fruit", "brown", "green" ], "koala.svg": [ "koala", "animal", "bear", "face", "grey-gray" ], "koala-hug.svg": [ "koala-hug", "animal", "bear", "full-body", "hugging-tree", "grey-gray" ], + "lemon.svg": [ "lemon", "fruit", "yellow" ], "light-bulb.svg": [ "light-bulb", "yellow", "lamp" ], "light-bulb-off.svg": [ "light-bulb-off", "ui-icon", "grey", "bright" ], "light-bulb-on.svg": [ "light-bulb-on", "ui-icon", "yellow", "dark" ], @@ -288,6 +289,7 @@ "whale.svg": [ "whale", "animal", "full-body", "blue" ], "wifi.svg": [ "wifi", "ui-icon", "black" ], "window-ui.svg": [ "window-ui", "ui-icon", "grey-gray" ], + "windows-11.svg": [ "windows-11", "logo", "operating-system", "blue" ], "wine.svg": [ "wine", "drink", "beverage", "glass", "red" ], "wombat.svg": [ "wombat", "square-poop", "animal", "full-body", "brown" ], "wreath.svg": [ "wreath", "christmas", "green", "christmas", "xmas", "festive" ], diff --git a/public/icons/lemon.svg b/public/icons/lemon.svg new file mode 100644 index 0000000..4c498bf --- /dev/null +++ b/public/icons/lemon.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/public/icons/windows-11.svg b/public/icons/windows-11.svg new file mode 100644 index 0000000..7402272 --- /dev/null +++ b/public/icons/windows-11.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file