Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cdn/2.2.16/pp-rebrand-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion cdn/2.2.16/pp-rebrand-blue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion cdn/2.2.16/pp-rebrand-default.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion cdn/2.2.16/pp-rebrand-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 13 additions & 17 deletions src/logos/paypalRebrand/logo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,28 +150,24 @@ export const getPPRebrandSVG = ({
}: LogoColors): ElementNode => {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="34"
viewBox="0 0 20 34"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g clip-path="url(#clip0_4189_85875)">
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M16.3532 12.06C15.5794 11.65 14.643 11.4 13.6227 11.4H7.5307L6.51043 18H6.51041L6.33297 19.135L5.49014 24.6H1L3.70099 7H10.9759C13.4255 7 15.3527 8.385 16.0624 10.31C16.2645 10.855 16.3631 11.445 16.3532 12.06Z"
fill={primary}
/>
<path
d="M18.9408 17.1201C18.443 20.1701 15.8553 22.4001 12.7946 22.4001H10.2858L9.24089 29.0001H4.77539L5.49007 24.6001L6.33289 19.1351L6.51033 18.0001H10.1231C13.869 18.0001 16.3532 14.7851 16.3532 12.0601C18.1965 13.0251 19.271 14.9751 18.9408 17.1201Z"
fill={secondary}
/>
<path
d="M16.3536 12.06C15.5797 11.65 14.6433 11.4 13.623 11.4H7.531L6.51074 18H10.1236C13.8694 18 16.3536 14.785 16.3536 12.06Z"
fill={tertiary}
/>
</g>
<path
d="M16.3532 11.06C16.3532 13.785 13.874 17 10.1232 17H6.5104L6.33297 18.135L5.49014 23.6H1L3.70099 6H10.9759C13.4255 6 15.3527 7.385 16.0624 9.31C16.2645 9.855 16.3631 10.445 16.3532 11.06Z"
fill={primary}
/>
<path
d="M18.9408 16.1201C18.443 19.1701 15.8553 21.4001 12.7946 21.4001H10.2858L9.24089 28.0001H4.77539L5.49007 23.6001L6.33289 18.1351L6.51033 17.0001H10.1231C13.869 17.0001 16.3532 13.7851 16.3532 11.0601C18.1965 12.0251 19.271 13.9751 18.9408 16.1201Z"
fill={secondary}
/>
<path
d="M16.3536 11.06C15.5797 10.65 14.6433 10.4 13.623 10.4H7.53101L6.51074 17H10.1236C13.8695 17 16.3536 13.785 16.3536 11.06Z"
fill={tertiary}
/>
</svg>
);
};
Expand Down
Loading