1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-09-25 13:29:03 +02:00

Refactor SVG paths for brand-dropbox, language, and language-off icons for improved readability

This commit is contained in:
codecalm
2025-07-20 19:14:46 +02:00
parent 10c38a6c3c
commit d60219fd26
3 changed files with 17 additions and 16 deletions

View File

@@ -3,7 +3,8 @@ tags: [productivity, storage, cloud, file-sharing]
category: Brand
-->
<svg xmlns="http://www.w3.org/2000/svg"
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
@@ -13,5 +14,5 @@ category: Brand
stroke-linecap="round"
stroke-linejoin="round"
>
<path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M7.5 10.625 3 7.812 7.5 5 12 7.813m-4.5 2.812L12 7.812m-4.5 2.813L3 13.448l4.5 2.802m0-5.625 4.5 2.823m0-5.636 4.5 2.791L21 7.791 16.5 5 12 7.813ZM7.5 16.25l4.5-2.802M7.5 16.25v1.123L12 20l4.5-2.627V16.25M12 13.448l4.5-2.823 4.5 2.823-4.5 2.802M12 13.448l4.5 2.802"/>
<path d="M7.5 10.625l-4.5 -2.813l4.5 -2.812l4.5 2.813m-4.5 2.812l4.5 -2.813m-4.5 2.813l-4.5 2.823l4.5 2.802m0 -5.625l4.5 2.823m0 -5.636l4.5 2.791l4.5 -2.812l-4.5 -2.791l-4.5 2.813zm-4.5 8.438l4.5 -2.802m-4.5 2.802v1.123l4.5 2.627l4.5 -2.627v-1.123m-4.5 -2.802l4.5 -2.823l4.5 2.823l-4.5 2.802m-4.5 -2.802l4.5 2.802" />
</svg>

Before

Width:  |  Height:  |  Size: 628 B

After

Width:  |  Height:  |  Size: 605 B

View File

@@ -15,10 +15,10 @@ unicode: "f14e"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m 12,20 2.463,-5.541 M 15.691,11.695 16,11 l 0.8,1.8" />
<path d="M 18,18 H 12.9" />
<path d="M 8.7471529,8.7478574 C 8.087489,11.581902 6.2111384,13 4,13" />
<path d="m 4,6.3709063 2.3710937,-2e-7" />
<path d="m 5,9 c 0,2.144 2.252,3.908 6,4" />
<path d="M 3,3 21,21" />
<path d="M12 20l2.463 -5.541m1.228 -2.764l.309 -.695l.8 1.8" />
<path d="M18 18h-5.1" />
<path d="M8.747 8.748c-.66 2.834 -2.536 4.252 -4.747 4.252" />
<path d="M4 6.371l2.371 0" />
<path d="M5 9c0 2.144 2.252 3.908 6 4" />
<path d="M3 3l18 18" />
</svg>

Before

Width:  |  Height:  |  Size: 671 B

After

Width:  |  Height:  |  Size: 638 B

View File

@@ -15,10 +15,10 @@ unicode: "ebbe"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M 9,6.371 C 9,10.789 6.761,13 4,13" />
<path d="m 4,6.371 h 7" />
<path d="m 5,9 c 0,2.144 2.252,3.908 6,4" />
<path d="m 12,20 4,-9 4,9" />
<path d="M 19.1,18 H 12.9" />
<path d="M 6.694,3 7.487,3.582" />
<path d="M9 6.371c0 4.418 -2.239 6.629 -5 6.629" />
<path d="M4 6.371h7" />
<path d="M5 9c0 2.144 2.252 3.908 6 4" />
<path d="M12 20l4 -9l4 9" />
<path d="M19.1 18h-6.2" />
<path d="M6.694 3l.793 .582" />
</svg>

Before

Width:  |  Height:  |  Size: 604 B

After

Width:  |  Height:  |  Size: 595 B