Skip to content

Commit d2475ce

Browse files
committed
Change icon for move card to first
1 parent c4db83f commit d2475ce

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

src/components/upload/FileCard.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,7 @@
112112
width: 14px;
113113
height: 14px;
114114
}
115+
116+
.fileCard .fileCard__moveButton svg.move-icon path {
117+
fill: var(--color-bg);
118+
}

src/components/vectors/MoveFirstIcon.tsx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
import React from "react";
22

33
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" />
711
</svg>
812
);
913

0 commit comments

Comments
 (0)