From 65f3a4048eb7b0fd8cf9c384128b6a16587b57b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Kalsnes=20Hagen?= <43886029+Snailedlt@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:57:18 +0100 Subject: [PATCH] Add all versions to svg (#1958) --- devicon.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/devicon.json b/devicon.json index e4d18009..d6b706db 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 +]