Skip to content

Commit 8095866

Browse files
committed
Compress image
1 parent 7225539 commit 8095866

1 file changed

Lines changed: 1 addition & 30 deletions

File tree

src/components/HubSpot/index.tsx

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,7 @@ import React, {
44
} from 'react'
55
import useChat from '../../hooks/useChat'
66
const Icon = () => (
7-
<svg
8-
xmlns="http://www.w3.org/2000/svg"
9-
xmlnsXlink="http://www.w3.org/1999/xlink"
10-
width="32"
11-
height="30"
12-
viewBox="0 0 39 37"
13-
className="conversations-visitor-open-icon"
14-
>
15-
<defs>
16-
<path
17-
id="conversations-visitor-open-icon-path-10.8870447034539481"
18-
d="M31.4824242 24.6256121L31.4824242 0.501369697 0.476266667 0.501369697 0.476266667 24.6256121z"
19-
></path>
20-
</defs>
21-
<g fill="none" fillRule="evenodd" stroke="none" strokeWidth="1">
22-
<g transform="translate(-1432 -977) translate(1415.723 959.455)">
23-
<g transform="translate(17 17)">
24-
<g transform="translate(6.333 .075)">
25-
<path
26-
fill="#ffffff"
27-
d="M30.594 4.773c-.314-1.943-1.486-3.113-3.374-3.38C27.174 1.382 22.576.5 15.36.5c-7.214 0-11.812.882-11.843.889-1.477.21-2.507.967-3.042 2.192a83.103 83.103 0 019.312-.503c6.994 0 11.647.804 12.33.93 3.079.462 5.22 2.598 5.738 5.728.224 1.02.932 4.606.932 8.887 0 2.292-.206 4.395-.428 6.002 1.22-.516 1.988-1.55 2.23-3.044.008-.037.893-3.814.893-8.415 0-4.6-.885-8.377-.89-8.394"
28-
></path>
29-
</g>
30-
<g fill="#ffffff" transform="translate(0 5.832)">
31-
<path d="M31.354 4.473c-.314-1.944-1.487-3.114-3.374-3.382-.046-.01-4.644-.89-11.859-.89-7.214 0-11.813.88-11.843.888-1.903.27-3.075 1.44-3.384 3.363C.884 4.489 0 8.266 0 12.867c0 4.6.884 8.377.889 8.393.314 1.944 1.486 3.114 3.374 3.382.037.007 3.02.578 7.933.801l2.928 5.072a1.151 1.151 0 001.994 0l2.929-5.071c4.913-.224 7.893-.794 7.918-.8 1.902-.27 3.075-1.44 3.384-3.363.01-.037.893-3.814.893-8.414 0-4.601-.884-8.378-.888-8.394"></path>
32-
</g>
33-
</g>
34-
</g>
35-
</g>
36-
</svg>
7+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="30" viewBox="0 0 39 37"><g fill="none"><path fill="#fff" d="M37.65 4.303c-.314-1.943-1.486-3.113-3.374-3.38C34.23.912 29.632.03 22.416.03c-7.214 0-11.812.882-11.843.889-1.477.21-2.507.967-3.042 2.192a83.103 83.103 0 0 1 9.312-.503c6.994 0 11.647.804 12.33.93 3.079.462 5.22 2.598 5.738 5.728.224 1.02.932 4.606.932 8.887 0 2.292-.206 4.395-.428 6.002 1.22-.516 1.988-1.55 2.23-3.044.008-.037.893-3.814.893-8.415 0-4.6-.885-8.377-.89-8.394"/><path fill="#fff" d="M32.077 9.76c-.314-1.944-1.487-3.114-3.374-3.382-.046-.01-4.644-.89-11.859-.89-7.214 0-11.813.88-11.843.888-1.903.27-3.075 1.44-3.384 3.363-.01.037-.894 3.814-.894 8.415 0 4.6.884 8.377.889 8.393.314 1.944 1.486 3.114 3.374 3.382.037.007 3.02.578 7.933.801l2.928 5.072a1.151 1.151 0 0 0 1.994 0l2.929-5.071c4.913-.224 7.893-.794 7.918-.8 1.902-.27 3.075-1.44 3.384-3.363.01-.037.893-3.814.893-8.414 0-4.601-.884-8.378-.888-8.394"/></g></svg>
378
)
389

3910
const HubSpot = ({

0 commit comments

Comments
 (0)