Skip to content

Commit

Permalink
update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 committed Nov 11, 2024
1 parent c89d381 commit cd1b026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/lib/enums/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,5 @@ export const enum Shape {
ArrowRightCircle = `<path ${svgOptions} d="M12.75 15L15.75 12M15.75 12L12.75 9M15.75 12L8.25 12M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z"/>`,
ArrowPath = `<path ${svgOptions} d="M16.0228 9.34841H21.0154V9.34663M2.98413 19.6444V14.6517M2.98413 14.6517L7.97677 14.6517M2.98413 14.6517L6.16502 17.8347C7.15555 18.8271 8.41261 19.58 9.86436 19.969C14.2654 21.1483 18.7892 18.5364 19.9685 14.1353M4.03073 9.86484C5.21 5.46374 9.73377 2.85194 14.1349 4.03121C15.5866 4.4202 16.8437 5.17312 17.8342 6.1655L21.0154 9.34663M21.0154 4.3558V9.34663"/>`,
Pin = `<path ${svgOptions} d=" M 3.555 20.445 L 9.055 14.945 M 17.965 10.035 L 19.645 10.035 L 20.445 9.235 L 14.765 3.555 L 13.965 4.355 L 13.965 6.035 L 10.545 9.455 L 7.185 9.895 L 5.595 11.485 L 12.515 18.405 L 12.515 18.405 C 12.515 18.405 14.105 16.825 14.105 16.825 C 14.105 16.825 14.545 13.465 14.545 13.465 C 14.545 13.465 17.965 10.055 17.965 10.055"/>`,
Email = `<path ${svgOptions} d="M 2 5 L 2 19 L 22 19 L 22 5 Z M 2 5 L 12 12 L 22 5 M 2 5 L 12 12 L 2 19" />`
}
2 changes: 1 addition & 1 deletion src/routes/settings/profile/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ async function clearAllData() {
appearance={Appearance.Alt}
text={$_("settings.profile.support.button")}
>
<Icon icon={Shape.Computer} />
<Icon icon={Shape.Email} />
</Button>
</a>
</SettingSection>
Expand Down

0 comments on commit cd1b026

Please sign in to comment.