🎨 Fix light/dark variant for Voicemod svg.

This commit is contained in:
pheralb 2024-01-08 11:06:04 +00:00
parent e4ad938316
commit 793223e23d
3 changed files with 5 additions and 1 deletions

View File

@ -2185,7 +2185,10 @@ export const svgs: iSVG[] = [
{
title: 'Voicemod',
category: 'Entertainment',
route: '/library/voicemod.svg',
route: {
light: '/library/voicemod_light.svg',
dark: '/library/voicemod_dark.svg'
},
url: 'https://voicemod.net/'
},
{

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1 @@
<svg width="240" height="28" viewBox="0 0 240 28" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M24.157.378v12.955a.945.945 0 0 1-1.597.69L8.11.378H0l29.099 27.503a.437.437 0 0 0 .737-.32V.379h-5.68l.001-.001Zm61.41 18.985L59.144.46a.437.437 0 0 0-.689.357v14.695a.95.95 0 0 1-1.013.948.94.94 0 0 1-.481-.174L34.84.46a.435.435 0 0 0-.687.357V22.3h5.665l.008-9.434a.95.95 0 0 1 1.013-.948.94.94 0 0 1 .481.175l22.123 15.826a.434.434 0 0 0 .69-.357V12.866a.95.95 0 0 1 1.012-.948.94.94 0 0 1 .481.175l10.164 7.27h9.777ZM104.52.378l-9.042 19.108h-.683L85.755.378h3.84l.396.274 4.58 10.056a.62.62 0 0 0 1.13 0L100.283.652l.39-.274h3.847Zm10.507 19.298c-5.68 0-9.194-4.1-9.194-9.84 0-5.738 3.513-9.836 9.194-9.836 5.682 0 9.195 4.098 9.195 9.837s-3.513 9.839-9.195 9.839Zm0-16.397c-3.513 0-5.41 2.734-5.41 6.558s1.895 6.56 5.41 6.56c3.516 0 5.41-2.734 5.41-6.56 0-3.828-1.892-6.558-5.41-6.558Zm17.372 16.207h-3.216l-.27-.272V.651l.27-.273h3.216l.267.273v18.563l-.267.272Zm18.427-5.822.27-.273h3.252l.273.273c-.543 3.827-3.525 6.012-7.861 6.012-5.963 0-9.215-4.1-9.215-9.84 0-5.738 3.252-9.836 9.215-9.836 4.336 0 7.317 2.185 7.86 5.74l-.272.272h-3.252l-.27-.273c-.542-1.642-1.897-2.462-4.066-2.46-3.793 0-5.422 2.733-5.422 6.558 0 3.825 1.629 6.56 5.422 6.56 2.169 0 3.524-.822 4.066-2.734m21.162 5.823H159.21l-.273-.272V.651l.273-.273h12.778l.272.273v2.73l-.272.273h-8.973l-.272.272v3.823l.272.272h8.428l.271.273v2.73l-.271.272h-8.428l-.272.276v4.367l.272.273h8.973l.272.272v2.73l-.272.272Zm39.488.19c-5.678 0-9.193-4.1-9.193-9.84 0-5.738 3.513-9.836 9.193-9.836 5.681 0 9.196 4.098 9.196 9.837s-3.516 9.839-9.196 9.839Zm0-16.397c-3.512 0-5.408 2.734-5.408 6.558s1.894 6.56 5.408 6.56c3.514 0 5.41-2.734 5.41-6.56 0-3.828-1.893-6.558-5.41-6.558Zm19.349 16.207h-5.937l-.275-.272V.651l.275-.273h5.937c6.747 0 9.175 3.545 9.175 9.553 0 6.009-2.428 9.555-9.175 9.555Zm.269-15.833h-2.43l-.269.273v12.013l.27.273h2.429c3.78 0 5.129-1.913 5.129-6.28 0-4.368-1.35-6.279-5.129-6.279ZM197.688 19.48h-3.14l-.27-.272V8.566h-.27l-5.809 10.92h-.74l-5.808-10.92h-.27v10.642l-.27.273h-3.14l-.27-.273V.651l.27-.273h3.189l.275.273 5.844 10.906a.614.614 0 0 0 .553.342.622.622 0 0 0 .554-.342L194.228.651l.275-.273h3.189l.275.273v18.557l-.28.273.001-.001Z" fill="#3F3F3F"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h240v28H0z"/></clipPath></defs></svg>

After

Width:  |  Height:  |  Size: 2.3 KiB