diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 5b05731..7be5568 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -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", diff --git a/static/library/tiktok-icon-dark.svg b/static/library/tiktok-icon-dark.svg new file mode 100644 index 0000000..e04d39a --- /dev/null +++ b/static/library/tiktok-icon-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/tiktok-icon-light.svg b/static/library/tiktok-icon-light.svg new file mode 100644 index 0000000..e1ebab1 --- /dev/null +++ b/static/library/tiktok-icon-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/tiktok-wordmark-dark.svg b/static/library/tiktok-wordmark-dark.svg new file mode 100644 index 0000000..0de0d94 --- /dev/null +++ b/static/library/tiktok-wordmark-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/tiktok-wordmark-light.svg b/static/library/tiktok-wordmark-light.svg new file mode 100644 index 0000000..79c64ea --- /dev/null +++ b/static/library/tiktok-wordmark-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/tiktok.svg b/static/library/tiktok.svg deleted file mode 100644 index dc493ea..0000000 --- a/static/library/tiktok.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file