From f2953e62407bf575e3b59739a5f08132cf131733 Mon Sep 17 00:00:00 2001 From: Snailedlt <43886029+Snailedlt@users.noreply.github.com> Date: Mon, 30 Oct 2023 13:06:16 +0100 Subject: [PATCH] Add all versions to svg --- devicon.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/devicon.json b/devicon.json index e4d18009c..d6b706db6 100644 --- a/devicon.json +++ b/devicon.json @@ -10271,7 +10271,11 @@ "versions": { "svg": [ "original", - "original-wordmark" + "original-wordmark", + "plain", + "plain-wordmark", + "line", + "line-wordmark" ], "font": [ "plain", @@ -11286,4 +11290,4 @@ } ] } -] \ No newline at end of file +]