File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 112
112
width : 14px ;
113
113
height : 14px ;
114
114
}
115
+
116
+ .fileCard .fileCard__moveButton svg .move-icon path {
117
+ fill : var (--color-bg );
118
+ }
Original file line number Diff line number Diff line change 1
1
import React from "react" ;
2
2
3
3
const MoveFirstIcon = ( ) => (
4
- < svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 407.437 407.437" >
5
- < path d = "M203.718 84.507l182.54 181.946 21.179-21.248L203.718 42.15 0 245.205l21.179 21.248z" />
6
- < path d = "M0 344.039l21.179 21.248 182.539-181.946 182.54 181.946 21.179-21.248-203.719-203.055z" />
4
+ < svg
5
+ className = "move-icon"
6
+ xmlns = "http://www.w3.org/2000/svg"
7
+ viewBox = "0 0 970.504 970.503"
8
+ >
9
+ < path d = "M120.027 962.802c26.6 0 53.5-8.801 75.7-27l288.1-234.7 290.899 237c22.301 18.1 49.101 27 75.7 27 34.8 0 69.4-15.101 93.101-44.2 41.899-51.4 34.1-127-17.2-168.8l-366.7-298.8c-44.1-36-107.5-36-151.6 0l-363.8 296.5c-51.4 41.8-59.1 117.399-17.3 168.8 23.8 29.1 58.3 44.2 93.1 44.2z" />
10
+ < path d = "M120.027 541.902c26.6 0 53.5-8.8 75.7-27l288.1-234.7 290.899 237c22.301 18.101 49.101 27 75.7 27 34.8 0 69.4-15.1 93.101-44.2 41.899-51.399 34.1-127-17.2-168.8l-366.7-298.8c-44.1-36-107.5-36-151.6 0l-363.8 296.4c-51.4 41.9-59.1 117.5-17.3 168.9 23.8 29.1 58.3 44.2 93.1 44.2z" />
7
11
</ svg >
8
12
) ;
9
13
You can’t perform that action at this time.
0 commit comments