Added Threads logo and laptop

This commit is contained in:
Shuqi 2024-10-24 13:49:25 +08:00
parent 70b29a67c0
commit 9c328c5646
3 changed files with 24 additions and 0 deletions

View File

@ -76,6 +76,7 @@
"dancing-man.svg": [ "dancing-man", "people", "party", "disco", "purple" ], "dancing-man.svg": [ "dancing-man", "people", "party", "disco", "purple" ],
"dancing-woman.svg": [ "dancing-woman", "people", "party", "disco", "red" ], "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-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-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" ], "device-smartphone.svg": [ "device-smartphone", "device", "screen", "iphone", "ui-icon", "black", "white", "grey-gray" ],
"diglett.svg": [ "diglett", "pokemon", "brown" ], "diglett.svg": [ "diglett", "pokemon", "brown" ],
@ -266,6 +267,7 @@
"tiger.svg": [ "tiger", "animal", "face", "orange" ], "tiger.svg": [ "tiger", "animal", "face", "orange" ],
"tiger-walk.svg": [ "tiger", "animal", "full-body", "orange" ], "tiger-walk.svg": [ "tiger", "animal", "full-body", "orange" ],
"tiktok.svg": [ "tiktok", "logo", "douyin", "cyan", "magenta" ], "tiktok.svg": [ "tiktok", "logo", "douyin", "cyan", "magenta" ],
"threads.svg": [ "threads", "logo", "instagram", "black" ],
"tomato.svg": [ "tomato", "vegetable", "food", "red" ], "tomato.svg": [ "tomato", "vegetable", "food", "red" ],
"truck.svg": [ "truck", "vehicle", "shipping", "delivery", "transportation", "blue" ], "truck.svg": [ "truck", "vehicle", "shipping", "delivery", "transportation", "blue" ],
"truck-fast.svg": [ "truck-fast", "truck", "fast", "vehicle", "shipping", "delivery", "transportation", "blue" ], "truck-fast.svg": [ "truck-fast", "truck", "fast", "vehicle", "shipping", "delivery", "transportation", "blue" ],

View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-device-laptop">
<path fill="#343340" d="M8,7V2H1V7z M2,6V3H7V6z"/>
<rect fill="#FFFFFF" x="2" y="3" width="5" height="3"/>
<rect fill="#6F6D80" x="0" y="7" width="3" height="1"/>
<rect fill="#6F6D80" x="6" y="7" width="3" height="1"/>
<rect fill="#A2A1B3" x="3" y="7" width="3" height="1"/>
</svg>

After

Width:  |  Height:  |  Size: 377 B

15
public/icons/threads.svg Normal file
View File

@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-threads">
<rect fill="#343340" x="3" y="0" width="3" height="1"/>
<rect fill="#343340" x="2" y="1" width="1" height="1"/>
<rect fill="#343340" x="6" y="1" width="1" height="1"/>
<rect fill="#343340" x="1" y="2" width="1" height="5"/>
<rect fill="#343340" x="4" y="2" width="1" height="1"/>
<rect fill="#343340" x="7" y="2" width="1" height="1"/>
<path fill="#343340" d="M4,5H5V6H6V5H7V4H6V3H5V4H4z"/>
<rect fill="#343340" x="3" y="5" width="1" height="1"/>
<rect fill="#343340" x="7" y="5" width="1" height="2"/>
<rect fill="#343340" x="4" y="6" width="1" height="1"/>
<rect fill="#343340" x="2" y="7" width="1" height="1"/>
<rect fill="#343340" x="6" y="7" width="1" height="1"/>
<rect fill="#343340" x="3" y="8" width="3" height="1"/>
</svg>

After

Width:  |  Height:  |  Size: 831 B