Skip to content

Commit 3e58151

Browse files
committed
add london arrow icon
1 parent d40551c commit 3e58151

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

src/components/svgs/nodes/london-arrow.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,7 @@ const londonArrowAttrsComponent = (props: AttrsProps<LondonArrowAttributes>) =>
116116

117117
const londonArrowIcon = (
118118
<svg viewBox="0 0 24 24" height={40} width={40} focusable={false}>
119-
<rect fill="currentColor" x="2" y="2" rx="10" ry="10" width="20" height="20" />
120-
<text x="9" y="17" fill="white" fontSize="14">
121-
1
122-
</text>
119+
<path transform="translate(14,12)scale(0.75)" fill="currentColor" d={D} />
123120
</svg>
124121
);
125122

src/components/svgs/stations/london-river-services-interchange.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ const londonRiverServicesIntStationIcon = (
160160
<svg viewBox="0 0 24 24" height={40} width={40} focusable={false}>
161161
<circle cx="12" cy="12" r="6" stroke="currentColor" fill="white" />
162162
<g transform="translate(12, 12)scale(0.18)">
163-
<path d={D1} />
164-
<path d={D2} />
163+
<path stroke="currentColor" d={D1} />
164+
<path stroke="currentColor" d={D2} />
165165
</g>
166166
</svg>
167167
);

0 commit comments

Comments
 (0)