File tree Expand file tree Collapse file tree 2 files changed +20
-13
lines changed Expand file tree Collapse file tree 2 files changed +20
-13
lines changed Original file line number Diff line number Diff line change @@ -189,8 +189,8 @@ const positionMap: Record<
189
189
} ,
190
190
'right-middle' : {
191
191
top : '50%' ,
192
- right : '-60px ' ,
193
- transform : 'rotate(-90deg) translateY(-50%) '
192
+ right : '-45px ' ,
193
+ transform : 'rotate(-90deg)'
194
194
} ,
195
195
'right-bottom' : {
196
196
bottom : '10%' ,
Original file line number Diff line number Diff line change @@ -17,20 +17,27 @@ const FeedbackIcon: FC<KeppelApplicationIconProps> = ({
17
17
height = { height }
18
18
version = "1.1"
19
19
xmlns = "http://www.w3.org/2000/svg"
20
- viewBox = "0 0 20 20 "
20
+ viewBox = "0 0 24 24 "
21
21
fill = { props . fill }
22
22
{ ...props }
23
23
>
24
- < g clip-path = "url(#clip0_27246_7300)" >
25
- < path d = "M18 0H2C1.46957 0 0.960859 0.210714 0.585786 0.585786C0.210714 0.960859 0 1.46957 0 2L0 20L4 16H18C18.5304 16 19.0391 15.7893 19.4142 15.4142C19.7893 15.0391 20 14.5304 20 14V2C20 1.46957 19.7893 0.960859 19.4142 0.585786C19.0391 0.210714 18.5304 0 18 0ZM11 12H9V10H11V12ZM11 8H9V4H11V8Z" />
26
- < path d = "M11 3.89062H9V8.00062H11V3.89062Z" fill = { props . secondaryFill || 'transparent' } />
27
- < path d = "M11 9.92188H9V12.0019H11V9.92188Z" fill = { props . secondaryFill || 'transparent' } />
28
- </ g >
29
- < defs >
30
- < clipPath id = "clip0_27246_7300" >
31
- < rect width = "20" height = "20" fill = "white" />
32
- </ clipPath >
33
- </ defs >
24
+ < path d = "M20 2H4C2.9 2 2.01 2.9 2.01 4L2 22L6 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2ZM13 14H11V12H13V14ZM13 10H11V6H13V10Z" />
25
+ < line
26
+ x1 = "12"
27
+ y1 = "6"
28
+ x2 = "12"
29
+ y2 = "10"
30
+ stroke = { props . secondaryFill || 'transparent' }
31
+ stroke-width = "2"
32
+ />
33
+ < line
34
+ x1 = "12"
35
+ y1 = "12"
36
+ x2 = "12"
37
+ y2 = "14"
38
+ stroke = { props . secondaryFill || 'transparent' }
39
+ stroke-width = "2"
40
+ />
34
41
</ svg >
35
42
) ;
36
43
} ;
You can’t perform that action at this time.
0 commit comments