-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align authentication with designs (#43)
* Authentication Menu Refactor * Transform menu orgiin * Better functionality/ready for deploy * Delete unused stuff
- Loading branch information
Showing
6 changed files
with
262 additions
and
118 deletions.
There are no files selected for viewing
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
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,46 @@ | ||
export const LoginDoorIcon = () => { | ||
return ( | ||
<svg | ||
width="100%" | ||
height="100%" | ||
viewBox="0 0 24 25" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<g clipPath="url(#clip0_716_2846)"> | ||
<path | ||
d="M2.25 21.5H21.75" | ||
stroke="white" | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
<path | ||
d="M5.25 21.5V4.25C5.25 4.05109 5.32902 3.86032 5.46967 3.71967C5.61032 3.57902 5.80109 3.5 6 3.5H18C18.1989 3.5 18.3897 3.57902 18.5303 3.71967C18.671 3.86032 18.75 4.05109 18.75 4.25V21.5" | ||
stroke="white" | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
<path | ||
d="M15.75 21.5V6.25C15.75 6.05109 15.671 5.86032 15.5303 5.71967C15.3897 5.57902 15.1989 5.5 15 5.5L5.5 4" | ||
stroke="white" | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
<path | ||
d="M12.375 14C12.9963 14 13.5 13.4963 13.5 12.875C13.5 12.2537 12.9963 11.75 12.375 11.75C11.7537 11.75 11.25 12.2537 11.25 12.875C11.25 13.4963 11.7537 14 12.375 14Z" | ||
fill="white" | ||
/> | ||
</g> | ||
<defs> | ||
<clipPath id="clip0_716_2846"> | ||
<rect | ||
width="24" | ||
height="24" | ||
fill="white" | ||
transform="translate(0 0.5)" | ||
/> | ||
</clipPath> | ||
</defs> | ||
</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
Oops, something went wrong.