Skip to content

Commit

Permalink
fix: icon props
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Jul 11, 2024
1 parent 21b0d02 commit 016678d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/icons/Apple.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function AppleIcon(props: SVGAttributes<SVGElement>) {
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g clip-path="url(#a)" stroke="currentColor" strokeLinejoin="round">
<g clipPath="url(#a)" stroke="currentColor" strokeLinejoin="round">
<path d="M9.978.758c-.578.04-1.254.41-1.648.892-.359.437-.654 1.086-.54 1.717.632.02 1.285-.36 1.663-.85.354-.455.621-1.1.525-1.76ZM13.573 5.697c-.717-.898-1.724-1.42-2.675-1.42-1.256 0-1.787.601-2.66.601-.899 0-1.582-.599-2.668-.599-1.067 0-2.202.652-2.923 1.767-1.012 1.57-.839 4.52.802 7.035.587.9 1.371 1.91 2.397 1.92.912.008 1.17-.586 2.406-.592 1.236-.007 1.47.6 2.381.59 1.027-.008 1.854-1.13 2.44-2.029.422-.645.578-.97.905-1.697-2.374-.904-2.755-4.28-.405-5.576Z" />
</g>
<defs>
Expand Down
12 changes: 6 additions & 6 deletions frontend/src/components/icons/NostrWalletConnectIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ export function NostrWalletConnectIcon(props: SVGAttributes<SVGElement>) {
<path
d="M19.0762 10.4686L12.1498 3.49661L12.139 3.48643C11.5326 2.95054 10.7514 2.66751 9.93962 2.6898C9.12414 2.71209 8.35652 3.04096 7.77802 3.61595L2.08467 9.27969C1.48133 9.87936 1.14795 10.6778 1.146 11.5277C1.14406 12.3776 1.47366 13.1774 2.07414 13.78L9.83155 21.5627C10.4324 22.1654 11.2324 22.4985 12.0842 22.5005H12.0918C12.9406 22.5005 13.7393 22.1714 14.3411 21.5732M15.4823 2.6898L15.9356 2.23648C16.2346 1.93664 16.5882 1.72403 16.987 1.60457C17.3604 1.49266 17.7627 1.47003 18.1504 1.5393C18.5381 1.60857 18.9079 1.76907 19.2197 2.00352C19.5522 2.25363 19.8101 2.57518 19.986 2.95927L20.0071 3.00499L20.0119 3.02134L22.6604 10.8165C22.7892 11.1548 22.8544 11.5099 22.8544 11.8719C22.8544 12.2652 22.7777 12.6489 22.6264 13.0122C22.4753 13.3753 22.257 13.7003 21.9778 13.978L20.1633 15.7816"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M14.2662 15.6078C14.2662 15.6078 13.5444 16.3647 12.9536 16.6056C12.3981 16.8322 11.9234 16.7415 11.4177 16.6274C10.8145 16.4912 10.2642 16.1871 9.82651 15.7478L8.87089 14.7887C8.69428 14.6115 8.59742 14.3766 8.59822 14.1276C8.59903 13.8785 8.69733 13.6443 8.87501 13.4681L12.1782 10.1948C12.3549 10.0197 12.5893 9.92325 12.838 9.92325H12.8404C13.0908 9.92406 13.3257 10.0221 13.5025 10.1993L14.4582 11.1584C14.8903 11.5921 15.1901 12.135 15.3251 12.7285C15.4383 13.2256 15.4892 13.6773 15.3095 14.2394C15.105 14.8795 14.2662 15.6078 14.2662 15.6078ZM14.2662 15.6078L19.0305 20.3721M9.41292 12.9364L7.20264 10.7261M11.4322 10.9322L9.21436 8.71436"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
Expand Down

0 comments on commit 016678d

Please sign in to comment.