Skip to content

Commit

Permalink
More sign in options
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Dec 3, 2023
1 parent 2b26084 commit 0f87bf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/ui/src/components/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -334,13 +334,13 @@ export const Icons = {
{...props}
>
<path
fill="#000"
fill="currentColor"
fillRule="evenodd"
d="M11.21.22C5.412.22.71 5.038.71 10.984c0 4.757 3.009 8.792 7.18 10.216.525.1.718-.234.718-.518 0-.257-.01-1.105-.014-2.005-2.921.652-3.538-1.27-3.538-1.27-.477-1.244-1.165-1.575-1.165-1.575-.953-.668.071-.655.071-.655 1.055.076 1.61 1.11 1.61 1.11.936 1.646 2.456 1.17 3.056.895.094-.696.366-1.171.666-1.44-2.332-.272-4.784-1.195-4.784-5.32 0-1.176.41-2.136 1.082-2.89-.109-.271-.468-1.366.102-2.85 0 0 .882-.288 2.888 1.105a9.833 9.833 0 0 1 2.628-.363 9.857 9.857 0 0 1 2.63.363c2.005-1.393 2.885-1.104 2.885-1.104.572 1.483.212 2.578.103 2.849.674.754 1.08 1.714 1.08 2.89 0 4.135-2.455 5.045-4.794 5.312.377.334.712.989.712 1.993 0 1.44-.011 2.6-.011 2.955 0 .286.188.622.72.516 4.17-1.425 7.175-5.459 7.175-10.214 0-5.946-4.7-10.766-10.5-10.766Z"
clipRule="evenodd"
/>
<path
fill="#000"
fill="currentColor"
d="M4.687 15.677c-.023.053-.105.07-.18.033-.076-.036-.119-.109-.094-.162.023-.055.105-.07.18-.034.077.035.12.109.094.163Zm.425.486c-.05.047-.148.025-.214-.05-.069-.075-.082-.176-.03-.224.05-.047.146-.025.214.05.07.076.083.176.03.224Zm.414.62c-.064.046-.17.003-.234-.093-.065-.096-.065-.21.001-.257.065-.046.17-.004.235.09.064.098.064.213-.002.26Zm.568.599c-.058.065-.18.047-.27-.041-.092-.087-.117-.21-.06-.275.058-.066.182-.047.272.04.091.087.119.211.058.276Zm.782.348c-.026.084-.143.122-.262.087-.12-.037-.197-.136-.173-.221.025-.085.143-.125.263-.087.119.037.197.135.172.22Zm.86.064c.002.09-.098.163-.223.164-.126.003-.228-.069-.229-.156 0-.09.099-.162.224-.165.125-.002.228.07.228.157Zm.799-.139c.015.086-.072.175-.196.199-.122.023-.235-.03-.25-.116-.015-.09.073-.178.195-.201.124-.022.235.03.25.118Z"
/>
</svg>
Expand All @@ -354,7 +354,7 @@ export const Icons = {
{...props}
>
<path
fill="#000"
fill="currentColor"
d="M.602 4.116A4.116 4.116 0 0 1 4.718 0h7.062a4.116 4.116 0 0 1 2.258 7.558 4.116 4.116 0 0 1-2.258 7.558h-.089a4.101 4.101 0 0 1-2.768-1.07v3.793C8.923 20.143 7.033 22 4.74 22 2.472 22 .602 20.163.602 17.884c0-1.44.738-2.706 1.857-3.442A4.112 4.112 0 0 1 .602 11c0-1.44.738-2.706 1.858-3.442A4.112 4.112 0 0 1 .602 4.116Zm6.973 4.116H4.718a2.768 2.768 0 0 0-.018 5.536h2.875V8.232ZM8.923 11a2.768 2.768 0 0 0 2.768 2.768h.09a2.768 2.768 0 0 0 0-5.536h-.09A2.768 2.768 0 0 0 8.923 11Zm-4.205 4.116H4.7a2.768 2.768 0 0 0-2.75 2.768c0 1.523 1.256 2.768 2.79 2.768 1.559 0 2.835-1.265 2.835-2.813v-2.723H4.718Zm0-13.768a2.768 2.768 0 1 0 0 5.536h2.857V1.348H4.718Zm4.205 5.536h2.857a2.768 2.768 0 0 0 0-5.536H8.923v5.536Z"
/>
</svg>
Expand Down

0 comments on commit 0f87bf1

Please sign in to comment.