mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Merge pull request #812 from jaycodev/update-tiktok-svg
✨ Update TikTok logo and add wordmark with light and dark mode variants
This commit is contained in:
+9
-2
@@ -2994,8 +2994,15 @@ export const svgs: iSVG[] = [
|
||||
{
|
||||
title: "TikTok",
|
||||
category: "Social",
|
||||
route: "/library/tiktok.svg",
|
||||
url: "https://www.tiktok.com/",
|
||||
route: {
|
||||
light: "/library/tiktok-icon-light.svg",
|
||||
dark: "/library/tiktok-icon-dark.svg",
|
||||
},
|
||||
wordmark: {
|
||||
light: "/library/tiktok-wordmark-light.svg",
|
||||
dark: "/library/tiktok-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://www.tiktok.com",
|
||||
},
|
||||
{
|
||||
title: "Ngrok",
|
||||
|
||||
Reference in New Issue
Block a user