Skip to content

Commit

Permalink
SGM-6561 - Update Gitlab icon across the site (#6563)
Browse files Browse the repository at this point in the history
* chore: Update GitLab icon across the site

* chore: Fixes GitLab icon cut on the left

---------

Co-authored-by: gitstart-sourcegraph <[email protected]>
  • Loading branch information
gitstart-app[bot] and gitstart-sourcegraph authored Nov 8, 2023
1 parent cf79079 commit c39e908
Showing 1 changed file with 9 additions and 19 deletions.
28 changes: 9 additions & 19 deletions src/components/cta/ExternalsAuth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,33 +21,23 @@ interface ExternalsAuthProps {
}

const GitlabColorIcon: React.FunctionComponent<React.PropsWithChildren<{ className?: string }>> = ({ className }) => (
<svg
className={className}
width="24"
height="24"
viewBox="-2 -2 26 26"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path d="M9.99944 19.2025L13.684 7.86902H6.32031L9.99944 19.2025Z" fill="#E24329" />
<svg className={className} xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="90 110 200 160" fill='none'>
<path
d="M1.1594 7.8689L0.037381 11.3121C-0.0641521 11.6248 0.0454967 11.9699 0.313487 12.1648L9.99935 19.2023L1.1594 7.8689Z"
fill="#FCA326"
d="M282.83,170.73l-.27-.69-26.14-68.22a6.81,6.81,0,0,0-2.69-3.24,7,7,0,0,0-8,.43,7,7,0,0,0-2.32,3.52l-17.65,54H154.29l-17.65-54A6.86,6.86,0,0,0,134.32,99a7,7,0,0,0-8-.43,6.87,6.87,0,0,0-2.69,3.24L97.44,170l-.26.69a48.54,48.54,0,0,0,16.1,56.1l.09.07.24.17,39.82,29.82,19.7,14.91,12,9.06a8.07,8.07,0,0,0,9.76,0l12-9.06,19.7-14.91,40.06-30,.1-.08A48.56,48.56,0,0,0,282.83,170.73Z"
fill="#e24329"
/>
<path
d="M1.15918 7.86873H6.31995L4.0989 1.04315C3.98522 0.693949 3.48982 0.693949 3.37206 1.04315L1.15918 7.86873Z"
fill="#E24329"
d="M282.83,170.73l-.27-.69a88.3,88.3,0,0,0-35.15,15.8L190,229.25c19.55,14.79,36.57,27.64,36.57,27.64l40.06-30,.1-.08A48.56,48.56,0,0,0,282.83,170.73Z"
fill="#fc6d26"
/>
<path
d="M18.8444 7.8689L19.9624 11.3121C20.0639 11.6248 19.9542 11.9699 19.6862 12.1648L9.99902 19.2023L18.8444 7.8689Z"
fill="#FCA326"
d="M153.43,256.89l19.7,14.91,12,9.06a8.07,8.07,0,0,0,9.76,0l12-9.06,19.7-14.91S209.55,244,190,229.25C170.45,244,153.43,256.89,153.43,256.89Z"
fill="#fca326"
/>
<path
d="M18.8449 7.86873H13.6841L15.901 1.04315C16.0147 0.693949 16.5101 0.693949 16.6279 1.04315L18.8449 7.86873Z"
fill="#E24329"
d="M132.58,185.84A88.19,88.19,0,0,0,97.44,170l-.26.69a48.54,48.54,0,0,0,16.1,56.1l.09.07.24.17,39.82,29.82s17-12.85,36.57-27.64Z"
fill="#fc6d26"
/>
<path d="M9.99902 19.2023L13.6835 7.8689H18.8444L9.99902 19.2023Z" fill="#FC6D26" />
<path d="M9.99907 19.2023L1.15918 7.8689H6.31995L9.99907 19.2023Z" fill="#FC6D26" />
</svg>
)

Expand Down

0 comments on commit c39e908

Please sign in to comment.