Skip to content

Commit

Permalink
fix: LinkedIn Logo (#6932)
Browse files Browse the repository at this point in the history
* fix: LinkedIn logo

Signed-off-by: Jay <jay.sanjay.karia@gmail.com>

* fix: logo svg arguments

Co-authored-by: Augustin Mauroy <augustin.mauroy@outlook.fr>
Signed-off-by: Jay <jay.sanjay.karia@gmail.com>

* fix: formatting

Signed-off-by: Jay <jay.sanjay.karia@gmail.com>

---------

Signed-off-by: Jay <jay.sanjay.karia@gmail.com>
Co-authored-by: Augustin Mauroy <augustin.mauroy@outlook.fr>
  • Loading branch information
Jay-Karia and AugustinMauroy committed Jul 22, 2024
1 parent 22ebf9e commit 00e19c0
Showing 1 changed file with 5 additions and 21 deletions.
26 changes: 5 additions & 21 deletions apps/site/components/Icons/Social/LinkedIn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,14 @@ import type { FC, SVGProps } from 'react';

const LinkedIn: FC<SVGProps<SVGSVGElement>> = props => (
<svg
width="20"
height="20"
viewBox="0 0 20 20"
fill="none"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="currentColor"
width="24"
height="24"
{...props}
>
<g id="Social Icon">
<rect id="bg" width="20" height="20" rx="10" fill="#1275B1" />
<g id="linked_in">
<path
d="M7.58468 5.49444C7.58468 6.16198 7.00608 6.70312 6.29234 6.70312C5.5786 6.70312 5 6.16198 5 5.49444C5 4.82691 5.5786 4.28577 6.29234 4.28577C7.00608 4.28577 7.58468 4.82691 7.58468 5.49444Z"
fill="white"
/>
<path
d="M5.17673 7.59155H7.38586V14.2858H5.17673V7.59155Z"
fill="white"
/>
<path
d="M10.9426 7.59155H8.73343V14.2858H10.9426C10.9426 14.2858 10.9426 12.1783 10.9426 10.8607C10.9426 10.0698 11.2126 9.27544 12.2901 9.27544C13.5079 9.27544 13.5005 10.3104 13.4949 11.1123C13.4874 12.1604 13.5052 13.2299 13.5052 14.2858H15.7143V10.7527C15.6956 8.49675 15.1077 7.45725 13.1738 7.45725C12.0253 7.45725 11.3134 7.97867 10.9426 8.4504V7.59155Z"
fill="white"
/>
</g>
</g>
<path d="M20.5 2h-17A1.5 1.5 0 002 3.5v17A1.5 1.5 0 003.5 22h17a1.5 1.5 0 001.5-1.5v-17A1.5 1.5 0 0020.5 2zM8 19H5v-9h3zM6.5 8.25A1.75 1.75 0 118.3 6.5a1.78 1.78 0 01-1.8 1.75zM19 19h-3v-4.74c0-1.42-.6-1.93-1.38-1.93A1.74 1.74 0 0013 14.19a.66.66 0 000 .14V19h-3v-9h2.9v1.3a3.11 3.11 0 012.7-1.4c1.55 0 3.36.86 3.36 3.66z"></path>
</svg>
);

Expand Down

0 comments on commit 00e19c0

Please sign in to comment.