diff --git a/public/icons.json b/public/icons.json index a9a2205..9bac887 100644 --- a/public/icons.json +++ b/public/icons.json @@ -76,6 +76,7 @@ "dancing-man.svg": [ "dancing-man", "people", "party", "disco", "purple" ], "dancing-woman.svg": [ "dancing-woman", "people", "party", "disco", "red" ], "device-computer.svg": [ "device-computer", "device", "screen", "imac", "desktop", "pc", "ui-icon", "black", "white", "grey-gray" ], + "device-laptop.svg": [ "device-laptop", "device", "screen", "macbook", "pc", "ui-icon", "black", "white", "grey-gray" ], "device-tablet.svg": [ "device-tablet", "device", "screen", "ipad", "ui-icon", "black", "white", "grey-gray" ], "device-smartphone.svg": [ "device-smartphone", "device", "screen", "iphone", "ui-icon", "black", "white", "grey-gray" ], "diglett.svg": [ "diglett", "pokemon", "brown" ], @@ -266,6 +267,7 @@ "tiger.svg": [ "tiger", "animal", "face", "orange" ], "tiger-walk.svg": [ "tiger", "animal", "full-body", "orange" ], "tiktok.svg": [ "tiktok", "logo", "douyin", "cyan", "magenta" ], + "threads.svg": [ "threads", "logo", "instagram", "black" ], "tomato.svg": [ "tomato", "vegetable", "food", "red" ], "truck.svg": [ "truck", "vehicle", "shipping", "delivery", "transportation", "blue" ], "truck-fast.svg": [ "truck-fast", "truck", "fast", "vehicle", "shipping", "delivery", "transportation", "blue" ], diff --git a/public/icons/device-laptop.svg b/public/icons/device-laptop.svg new file mode 100644 index 0000000..724d00c --- /dev/null +++ b/public/icons/device-laptop.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/public/icons/threads.svg b/public/icons/threads.svg new file mode 100644 index 0000000..2683e85 --- /dev/null +++ b/public/icons/threads.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file