-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ba8ebac
commit 82d9173
Showing
7 changed files
with
268 additions
and
22 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
type FacebookLogoProps = { | ||
size?: number; | ||
className: string; | ||
}; | ||
|
||
export function FacebookLogo({ size = 24, className }: FacebookLogoProps) { | ||
return ( | ||
<svg | ||
className={className} | ||
width={size} | ||
height={size} | ||
viewBox="0 0 24 24" | ||
fill="none" | ||
> | ||
<path | ||
fill="currentColor" | ||
d="M9.52866 22L9.5 13.25H5.75V9.5H9.5V7C9.5 3.626 11.5894 2 14.5992 2C16.041 2 17.2801 2.10734 17.6412 2.15531V5.68134L15.5537 5.68229C13.9168 5.68229 13.5998 6.46012 13.5998 7.60155V9.5H18.25L17 13.25H13.5998V22H9.52866Z" | ||
/> | ||
</svg> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
type GoogleLogoProps = { | ||
size?: number; | ||
className: string; | ||
}; | ||
|
||
export function GoogleLogo({ size = 24, className }: GoogleLogoProps) { | ||
return ( | ||
<svg | ||
className={className} | ||
width={size} | ||
height={size} | ||
viewBox="0 0 24 24" | ||
fill="none" | ||
> | ||
<path | ||
fill="currentColor" | ||
d="M20.9016 10.3612H12.1796V14.0439H17.122C16.3329 16.499 14.3808 17.3173 12.138 17.3173C11.2696 17.3185 10.4137 17.1132 9.64294 16.7189C8.8722 16.3246 8.20936 15.753 7.71066 15.0525C7.21197 14.3521 6.89213 13.5434 6.7783 12.6952C6.66446 11.847 6.75997 10.9843 7.05674 10.1802C7.35351 9.37611 7.84277 8.65442 8.48302 8.07634C9.12327 7.49827 9.8956 7.08088 10.7345 6.85958C11.5734 6.63828 12.4541 6.61961 13.3019 6.80514C14.1497 6.99068 14.9395 7.37495 15.6044 7.92535L18.3207 5.37695C17.2269 4.38545 15.904 3.67186 14.4669 3.2981C13.0298 2.92434 11.5218 2.9017 10.0738 3.23214C8.6258 3.56258 7.2815 4.23612 6.15754 5.19432C5.03358 6.15253 4.16392 7.36645 3.62401 8.73077C3.08409 10.0951 2.89024 11.5686 3.05926 13.0234C3.22828 14.4783 3.75507 15.8705 4.59393 17.0794C5.43279 18.2882 6.55837 19.2771 7.87302 19.9604C9.18768 20.6436 10.6517 21.0004 12.138 21C17.1764 21 21.7322 17.7265 20.9016 10.3612Z" | ||
/> | ||
</svg> | ||
); | ||
} |
20 changes: 14 additions & 6 deletions
20
src/components/ui/logo.tsx → src/components/ui/logos/manual-logo.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
type TwitterLogoProps = { | ||
size?: number; | ||
className: string; | ||
}; | ||
|
||
export function TwitterLogo({ size = 24, className }: TwitterLogoProps) { | ||
return ( | ||
<svg | ||
className={className} | ||
width={size} | ||
height={size} | ||
viewBox="0 0 24 24" | ||
fill="none" | ||
> | ||
<path | ||
fill="currentColor" | ||
d="M19.995 6.68799C20.8914 6.15208 21.5622 5.30823 21.882 4.31399C21.0397 4.81379 20.118 5.16587 19.157 5.35499C17.8246 3.94552 15.7135 3.60251 14.0034 4.51764C12.2933 5.43277 11.4075 7.37948 11.841 9.26999C8.39062 9.09676 5.17598 7.4669 2.99702 4.78599C1.85986 6.74741 2.44097 9.25477 4.32502 10.516C3.64373 10.4941 2.97754 10.3096 2.38202 9.97799C2.38202 9.99599 2.38202 10.014 2.38202 10.032C2.38241 12.0751 3.82239 13.8351 5.82502 14.24C5.19308 14.4119 4.53022 14.4372 3.88702 14.314C4.45022 16.0613 6.06057 17.2583 7.89602 17.294C6.37585 18.4871 4.49849 19.1342 2.56602 19.131C2.22349 19.1315 1.88123 19.1118 1.54102 19.072C3.50341 20.333 5.78738 21.0023 8.12002 21C11.3653 21.0223 14.484 19.7429 16.7787 17.448C19.0734 15.1531 20.3526 12.0342 20.33 8.78899C20.33 8.60299 20.3257 8.41799 20.317 8.23399C21.1575 7.62659 21.8828 6.87414 22.459 6.01199C21.676 6.35905 20.8455 6.58691 19.995 6.68799Z" | ||
/> | ||
</svg> | ||
); | ||
} |