-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(frontend): use heart icon and adjust copyright 2024 => 2025
- Loading branch information
Showing
4 changed files
with
28 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<script lang="ts"> | ||
export let styleClass: string | undefined = undefined; | ||
</script> | ||
|
||
<!-- source: DFINITY foundation --> | ||
<svg class={styleClass} width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<path d="M16 5.88772C16 11.3125 8.00092 16 8.00092 16C8.00092 16 -7.14146e-08 11.3125 -7.17263e-08 5.88772C-3.20922e-08 3.1869 1.93295 1 4.32 1C5.87505 1 7.23848 1.93062 8 3.32428C8.76152 1.93062 10.125 1 11.68 1C14.067 1 16 3.1869 16 5.88772Z" fill="url(#paint0_linear_4052_760)"/> | ||
<path d="M16 5.88772C16 11.3125 8.00092 16 8.00092 16C8.00092 16 -7.14146e-08 11.3125 -7.17263e-08 5.88772C-3.20922e-08 3.1869 1.93295 1 4.32 1C5.87505 1 7.23848 1.93062 8 3.32428C8.76152 1.93062 10.125 1 11.68 1C14.067 1 16 3.1869 16 5.88772Z" fill="url(#paint1_linear_4052_760)" fill-opacity="0.48"/> | ||
<path d="M16 5.88772C16 11.3125 8.00092 16 8.00092 16C8.00092 16 -7.14146e-08 11.3125 -7.17263e-08 5.88772C-3.20922e-08 3.1869 1.93295 1 4.32 1C5.87505 1 7.23848 1.93062 8 3.32428C8.76152 1.93062 10.125 1 11.68 1C14.067 1 16 3.1869 16 5.88772Z" stroke="white"/> | ||
<defs> | ||
<linearGradient id="paint0_linear_4052_760" x1="8" y1="1" x2="8" y2="16" gradientUnits="userSpaceOnUse"> | ||
<stop stop-color="#FD4538"/> | ||
<stop offset="0.4375" stop-color="#FD4538"/> | ||
<stop offset="1" stop-color="#D2392F"/> | ||
</linearGradient> | ||
<linearGradient id="paint1_linear_4052_760" x1="8" y1="1.9375" x2="8" y2="4.28125" gradientUnits="userSpaceOnUse"> | ||
<stop stop-color="white"/> | ||
<stop offset="1" stop-color="white" stop-opacity="0"/> | ||
</linearGradient> | ||
</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
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