Skip to content

Commit a0478bf

Browse files
authored
Merge branch 'main' into add-graph-to-console
2 parents 2000552 + 42d998f commit a0478bf

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

src/main/frontend/common/components/status-icon.tsx

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,26 @@ export default function StatusIcon({
113113
</Group>
114114

115115
<Group currentStatus={status} status={Result.skipped}>
116-
<path
117-
d="M320 176a16 16 0 00-16 16v53l-111.68-67.44a10.78 10.78 0 00-16.32 9.31v138.26a10.78 10.78 0 0016.32 9.31L304 267v53a16 16 0 0032 0V192a16 16 0 00-16-16z"
118-
fill="var(--color)"
119-
/>
116+
<g transform="scale(0.8)">
117+
<path
118+
fill="none"
119+
stroke="currentColor"
120+
strokeLinecap="round"
121+
strokeLinejoin="round"
122+
strokeWidth="36"
123+
d="M216 352l96-96-96-96"
124+
transform="translate(-55, 0)"
125+
/>
126+
<path
127+
fill="none"
128+
stroke="currentColor"
129+
strokeLinecap="round"
130+
strokeLinejoin="round"
131+
strokeWidth="36"
132+
d="M216 352l96-96-96-96"
133+
transform="translate(75, 0)"
134+
/>
135+
</g>
120136
</Group>
121137

122138
<Group currentStatus={status} status={Result.paused}>

0 commit comments

Comments
 (0)