mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-01 03:40:13 +02:00
fix #304 - invalid fill
This commit is contained in:
@@ -5,7 +5,7 @@ version: "1.72"
|
||||
unicode: "f219"
|
||||
---
|
||||
<svg>
|
||||
<circle fill="#D8D8D8" cx="19.5" cy="15.5" r="1.5" />
|
||||
<circle fill="currentColor" cx="19.5" cy="15.5" r="1.5" />
|
||||
<path d="M9.5 7a1.5 1.5 0 0 1 1.339 2.177l-4.034 7.074c-.264 .447 -.75 .749 -1.305 .749a1.5 1.5 0 0 1 -1.271 -2.297l3.906 -6.827a1.5 1.5 0 0 1 1.365 -.876z" />
|
||||
<path d="M16.5 7a1.5 1.5 0 0 1 1.339 2.177l-4.034 7.074c-.264 .447 -.75 .749 -1.305 .749a1.5 1.5 0 0 1 -1.271 -2.297l3.906 -6.827a1.5 1.5 0 0 1 1.365 -.876z" />
|
||||
</svg>
|
||||
|
@@ -7,5 +7,5 @@ version: "1.88"
|
||||
<ellipse cx="12" cy="12" rx="4" ry="10" />
|
||||
<ellipse transform="rotate(60 12 12)" cx="12" cy="12" rx="4" ry="10" />
|
||||
<ellipse transform="rotate(-60 12 12)" cx="12" cy="12" rx="4" ry="10" />
|
||||
<circle fill="#D8D8D8" cx="12" cy="12" r="1" />
|
||||
<circle fill="currentColor" cx="12" cy="12" r="1" />
|
||||
</svg>
|
||||
|
@@ -5,6 +5,6 @@ version: "1.91"
|
||||
---
|
||||
<svg>
|
||||
<path d="M12 3a3 3 0 0 1 3 3c0 1.113 -.6 2.482 -1.5 3l1.5 7h-6l1.5 -7c-.9 -.518 -1.5 -1.887 -1.5 -3a3 3 0 0 1 3 -3z" />
|
||||
<path fill="#D8D8D8" d="M8 9h8" />
|
||||
<path d="M8 9h8" />
|
||||
<path d="M9 16l-2.316 .772a1 1 0 0 0 -.684 .949v2.279h12v-2.28a1 1 0 0 0 -.684 -.948l-2.316 -.772h-6z" />
|
||||
</svg>
|
||||
|
Reference in New Issue
Block a user