Skip to content

Commit 9fb52c2

Browse files
committed
Update Intercom close icon to match provider
1 parent 72f4aae commit 9fb52c2

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

src/components/Intercom/index.tsx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -149,17 +149,18 @@ const Intercom = ({
149149
>
150150
<svg
151151
focusable="false"
152-
viewBox="0 0 16 14"
153-
width="28"
154-
height="25"
155-
style={{ width: '16px' }}
152+
width="24"
153+
height="24"
154+
viewBox="0 0 24 24"
155+
fill="none"
156+
xmlns="http://www.w3.org/2000/svg"
156157
>
157158
<path
158-
fill="rgb(255, 255, 255)"
159159
fillRule="evenodd"
160160
clipRule="evenodd"
161-
d="M.116 4.884l1.768-1.768L8 9.232l6.116-6.116 1.768 1.768L8 12.768.116 4.884z"
162-
/>
161+
d="M18.601 8.39897C18.269 8.06702 17.7309 8.06702 17.3989 8.39897L12 13.7979L6.60099 8.39897C6.26904 8.06702 5.73086 8.06702 5.39891 8.39897C5.06696 8.73091 5.06696 9.2691 5.39891 9.60105L11.3989 15.601C11.7309 15.933 12.269 15.933 12.601 15.601L18.601 9.60105C18.9329 9.2691 18.9329 8.73091 18.601 8.39897Z"
162+
fill="white"
163+
></path>
163164
</svg>
164165
</div>
165166
</div>

0 commit comments

Comments
 (0)