1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-31 01:30:04 +02:00

fix #304 - invalid fill color

This commit is contained in:
codecalm
2022-09-02 10:27:47 +02:00
parent acacdf9616
commit 714191404d
2 changed files with 4 additions and 6 deletions

View File

@@ -834,6 +834,7 @@ gulp.task('import', gulp.series((cb) => {
fileData = fileData
.replace(/---/g, '')
.replace(/fill="none"/g, '')
.replace(/fill="#D8D8D8"/gi, '')
.replace(/fill-rule="evenodd"/g, '')
.replace(/stroke-linecap="round"/g, '')
.replace(/stroke-linejoin="round"/g, '')

View File

@@ -1,13 +1,10 @@
---
category: Brand
unicode: "f39c"
version: "1.92"
---
<svg>
<path d="M16.54 7c-.805 -2.365 -2.536 -4 -4.54 -4c-2.774 0 -5.023 2.632 -5.023 6.496c0 1.956 1.582 4.727 2.512 5.996" />
<path d="M4.711 11.979c-1.656 1.877 -2.214 4.185 -1.211 5.911c1.387 2.39 5.138 2.831 8.501 .9c1.703 -.979 2.875 -3.362 3.516 -4.798" />
<path d="M15.014 19.99c2.511 0 4.523 -.438 5.487 -2.1c1.387 -2.39 -.215 -5.893 -3.579 -7.824c-1.702 -.979 -4.357 -1.235 -5.927 -1.07" />
<path d="M10.493 9.862c.48 .276 1.095 .112 1.372 -.366a0.997 .997 0 0 0 -.367 -1.365a1.007 1.007 0 0 0 -1.373 .366a0.997 .997 0 0 0 .368 1.365z" fill="#D8D8D8" />
<ellipse fill="#D8D8D8" cx="9.489" cy="15.492" rx="1.005" ry="1" />
<ellipse fill="#D8D8D8" cx="15.516" cy="13.993" rx="1.005" ry="1" />
<path d="M10.493 9.862c.48 .276 1.095 .112 1.372 -.366a0.997 .997 0 0 0 -.367 -1.365a1.007 1.007 0 0 0 -1.373 .366a0.997 .997 0 0 0 .368 1.365z" />
<ellipse cx="9.489" cy="15.492" rx="1.005" ry="1" />
<ellipse cx="15.516" cy="13.993" rx="1.005" ry="1" />
</svg>