-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
45 changed files
with
1,166 additions
and
945 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ lib-cov | |
logs | ||
node_modules | ||
temp | ||
.astro |
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 |
---|---|---|
@@ -1,61 +1,58 @@ | ||
|
||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" class="h-6 w-6" {...Astro.props}> | ||
<rect width="256" height="256" fill="none"></rect> | ||
<line | ||
x1="208" | ||
y1="128" | ||
x2="128" | ||
y2="208" | ||
fill="none" | ||
stroke="url(#paint1_linear_1284_572)" | ||
stroke-linecap="round" | ||
stroke-linejoin="round" | ||
stroke-width="16" | ||
></line> | ||
<line | ||
x1="192" | ||
y1="40" | ||
x2="40" | ||
y2="192" | ||
fill="none" | ||
stroke="url(#paint3_linear_1284_572)" | ||
stroke-linecap="round" | ||
stroke-linejoin="round" | ||
stroke-width="16" | ||
></line> | ||
<rect width="256" height="256" fill="none"></rect> | ||
<line | ||
x1="208" | ||
y1="128" | ||
x2="128" | ||
y2="208" | ||
fill="none" | ||
stroke="url(#paint1_linear_1284_572)" | ||
stroke-linecap="round" | ||
stroke-linejoin="round" | ||
stroke-width="16"></line> | ||
<line | ||
x1="192" | ||
y1="40" | ||
x2="40" | ||
y2="192" | ||
fill="none" | ||
stroke="url(#paint3_linear_1284_572)" | ||
stroke-linecap="round" | ||
stroke-linejoin="round" | ||
stroke-width="16"></line> | ||
|
||
<defs xmlns="http://www.w3.org/2000/svg"> | ||
<linearGradient | ||
xmlns="http://www.w3.org/2000/svg" | ||
id="paint1_linear_1284_572" | ||
x1="45.4927" | ||
y1="198.353" | ||
x2="209.607" | ||
y2="120.339" | ||
gradientUnits="userSpaceOnUse" | ||
> | ||
<stop stop-color="#E40035" /> | ||
<stop offset="0.24" stop-color="#F60A48" /> | ||
<stop offset="0.352" stop-color="#F20755" /> | ||
<stop offset="0.494" stop-color="#DC087D" /> | ||
<stop offset="0.745" stop-color="#9717E7" /> | ||
<stop offset="1" stop-color="#6C00F5" /> | ||
</linearGradient> | ||
<linearGradient | ||
xmlns="http://www.w3.org/2000/svg" | ||
id="paint3_linear_1284_572" | ||
x1="45.4927" | ||
y1="198.353" | ||
x2="209.607" | ||
y2="120.339" | ||
gradientUnits="userSpaceOnUse" | ||
> | ||
<stop stop-color="#E40035" /> | ||
<stop offset="0.24" stop-color="#F60A48" /> | ||
<stop offset="0.352" stop-color="#F20755" /> | ||
<stop offset="0.494" stop-color="#DC087D" /> | ||
<stop offset="0.745" stop-color="#9717E7" /> | ||
<stop offset="1" stop-color="#6C00F5" /> | ||
</linearGradient> | ||
</defs> | ||
<defs xmlns="http://www.w3.org/2000/svg"> | ||
<linearGradient | ||
xmlns="http://www.w3.org/2000/svg" | ||
id="paint1_linear_1284_572" | ||
x1="45.4927" | ||
y1="198.353" | ||
x2="209.607" | ||
y2="120.339" | ||
gradientUnits="userSpaceOnUse" | ||
> | ||
<stop stop-color="#E40035"></stop> | ||
<stop offset="0.24" stop-color="#F60A48"></stop> | ||
<stop offset="0.352" stop-color="#F20755"></stop> | ||
<stop offset="0.494" stop-color="#DC087D"></stop> | ||
<stop offset="0.745" stop-color="#9717E7"></stop> | ||
<stop offset="1" stop-color="#6C00F5"></stop> | ||
</linearGradient> | ||
<linearGradient | ||
xmlns="http://www.w3.org/2000/svg" | ||
id="paint3_linear_1284_572" | ||
x1="45.4927" | ||
y1="198.353" | ||
x2="209.607" | ||
y2="120.339" | ||
gradientUnits="userSpaceOnUse" | ||
> | ||
<stop stop-color="#E40035"></stop> | ||
<stop offset="0.24" stop-color="#F60A48"></stop> | ||
<stop offset="0.352" stop-color="#F20755"></stop> | ||
<stop offset="0.494" stop-color="#DC087D"></stop> | ||
<stop offset="0.745" stop-color="#9717E7"></stop> | ||
<stop offset="1" stop-color="#6C00F5"></stop> | ||
</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
Oops, something went wrong.