Skip to content

Commit 341218a

Browse files
authored
feat: replace generic iPhone icon with official Apple App Store logo SVG (#4850)
1 parent 8f95e7c commit 341218a

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

docs/src/components/AppStoreIcon.tsx

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,11 @@ type Props = {
55
};
66

77
const AppStoreIcon = ({ color }: Props) => (
8-
<svg width="24px" height="23px" viewBox="-4 0 20 23">
9-
<g id="Page-1" stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
10-
<g
11-
id="Store-Icons"
12-
transform="translate(-40.000000, -108.000000)"
13-
fill={color}
14-
>
15-
<g
16-
id="circ_iPhone_download"
17-
transform="translate(25.000000, 99.000000)"
18-
>
19-
<path
20-
d="M16.7193074,9 C15.7697602,9 15,9.83217005 15,10.8627041 L15,30.1372959 C15,31.166039 15.7689087,32 16.7193074,32 L25.2806926,32 C26.2302398,32 27,31.16783 27,30.1372959 L27,10.8627041 C27,9.83396103 26.2310913,9 25.2806926,9 L16.7193074,9 L16.7193074,9 Z M16.125,12.0163934 L16.125,28.9836066 L25.875,28.9836066 L25.875,12.0163934 L16.125,12.0163934 L16.125,12.0163934 Z M21,31.2459016 C21.4142136,31.2459016 21.75,30.9082803 21.75,30.4918033 C21.75,30.0753263 21.4142136,29.7377049 21,29.7377049 C20.5857864,29.7377049 20.25,30.0753263 20.25,30.4918033 C20.25,30.9082803 20.5857864,31.2459016 21,31.2459016 L21,31.2459016 Z M19.5,10.5081967 C19.5,10.7164352 19.6289062,10.8852459 19.7986193,10.8852459 L22.2013807,10.8852459 C22.3663036,10.8852459 22.5,10.7103452 22.5,10.5081967 C22.5,10.2999582 22.3710938,10.1311475 22.2013807,10.1311475 L19.7986193,10.1311475 C19.6336964,10.1311475 19.5,10.3060483 19.5,10.5081967 Z"
21-
id="IPhone-Vector-2"
22-
/>
23-
</g>
24-
</g>
25-
</g>
8+
<svg width="24px" height="24px" viewBox="4 2 16 20" fill="none">
9+
<path
10+
d="M18.71 19.5c-.83 1.24-1.71 2.45-3.05 2.47-1.34.03-1.77-.79-3.29-.79-1.53 0-2 .77-3.27.82-1.31.05-2.3-1.32-3.14-2.53C4.25 17 2.94 12.45 4.7 9.39c.87-1.52 2.43-2.48 4.12-2.51 1.28-.02 2.5.87 3.29.87.78 0 2.26-1.07 3.81-.91.65.03 2.47.26 3.64 1.98-.09.06-2.17 1.28-2.15 3.81.03 3.02 2.65 4.03 2.68 4.04-.03.07-.42 1.44-1.38 2.83M13 3.5c.73-.83 1.94-1.46 2.94-1.5.13 1.17-.34 2.35-1.04 3.19-.69.85-1.83 1.51-2.95 1.42-.15-1.15.41-2.35 1.05-3.11z"
11+
fill={color}
12+
/>
2613
</svg>
2714
);
2815

0 commit comments

Comments
 (0)