mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Fleet UI: Fix whatsapp icon being off 1px (#25112)
This commit is contained in:
parent
40da87a7b5
commit
4c076aef5b
1 changed files with 3 additions and 3 deletions
|
|
@ -4,13 +4,13 @@ import type { SVGProps } from "react";
|
|||
|
||||
const WhatsApp = (props: SVGProps<SVGSVGElement>) => (
|
||||
<svg fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
||||
<path fill="#1BD741" d="M1 1h32v32H1z" />
|
||||
<path fill="#1BD741" d="M0 0h32v32H0z" />
|
||||
<path
|
||||
d="m5.675 28.068 1.567-5.567a11.141 11.141 0 0 1-1.538-5.662c0-6.163 5.013-11.176 11.176-11.176s11.176 5.013 11.176 11.176-5.014 11.176-11.176 11.176c-1.92 0-3.8-.491-5.464-1.425l-5.741 1.478Zm6.035-3.51.342.208a9.262 9.262 0 0 0 4.828 1.353c5.117 0 9.28-4.163 9.28-9.28 0-5.117-4.163-9.28-9.28-9.28-5.117 0-9.28 4.163-9.28 9.28 0 1.783.506 3.515 1.465 5.007l.23.359-.902 3.206 3.317-.854Z"
|
||||
d="m5.675 27.068 1.567-5.567a11.142 11.142 0 0 1-1.538-5.662c0-6.163 5.013-11.176 11.176-11.176s11.176 5.013 11.176 11.176-5.014 11.176-11.176 11.176c-1.92 0-3.8-.491-5.464-1.425l-5.741 1.478Zm6.035-3.511.342.209a9.26 9.26 0 0 0 4.828 1.353c5.117 0 9.28-4.163 9.28-9.28 0-5.117-4.163-9.28-9.28-9.28-5.117 0-9.28 4.163-9.28 9.28 0 1.783.506 3.514 1.465 5.007l.23.359-.902 3.206 3.317-.854Z"
|
||||
fill="#fff"
|
||||
/>
|
||||
<path
|
||||
d="m13.74 11.637-.725-.04a.877.877 0 0 0-.623.214c-.352.305-.914.896-1.087 1.665-.257 1.146.14 2.55 1.17 3.955 1.03 1.404 2.95 3.651 6.344 4.611 1.093.31 1.954.1 2.617-.324a2.341 2.341 0 0 0 1.019-1.486l.116-.54a.376.376 0 0 0-.21-.42l-2.451-1.13a.376.376 0 0 0-.455.111l-.962 1.248a.275.275 0 0 1-.31.092c-.659-.232-2.866-1.156-4.077-3.49a.278.278 0 0 1 .035-.31l.92-1.063a.376.376 0 0 0 .06-.394l-1.056-2.471a.376.376 0 0 0-.325-.228Z"
|
||||
d="m13.74 10.637-.725-.04a.877.877 0 0 0-.623.214c-.352.305-.914.896-1.087 1.665-.257 1.147.14 2.55 1.17 3.955 1.03 1.405 2.95 3.651 6.344 4.611 1.093.31 1.954.1 2.617-.324a2.341 2.341 0 0 0 1.019-1.486l.116-.54a.376.376 0 0 0-.21-.42l-2.451-1.13a.376.376 0 0 0-.455.111l-.962 1.248a.275.275 0 0 1-.31.092c-.659-.232-2.866-1.156-4.077-3.489a.278.278 0 0 1 .035-.31l.92-1.064a.376.376 0 0 0 .06-.393l-1.056-2.472a.376.376 0 0 0-.325-.228Z"
|
||||
fill="#fff"
|
||||
/>
|
||||
</svg>
|
||||
|
|
|
|||
Loading…
Reference in a new issue