-
Notifications
You must be signed in to change notification settings - Fork 0
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
3 changed files
with
27 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
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,18 @@ | ||
<svg | ||
class={Astro.props.class} | ||
xmlns="http://www.w3.org/2000/svg" | ||
fill="#e10098" | ||
style="fill:color(display-p3 .8824 0 .5961)" | ||
viewBox="0 0 100 100" | ||
><path | ||
fill-rule="evenodd" | ||
d="m50 6.903 37.323 21.549v43.096L50 93.097 12.677 71.548V28.451L50 6.903ZM16.865 30.87v31.656L44.28 15.041 16.864 30.87ZM50 13.51 18.398 68.246h63.205L50 13.509Zm27.415 58.924h-54.83L50 88.261l27.415-15.828Zm5.72-9.908L55.72 15.041 83.136 30.87v31.656Z" | ||
clip-rule="evenodd"></path><circle cx="50" cy="9.321" r="8.82" | ||
></circle><circle cx="85.229" cy="29.66" r="8.82"></circle><circle | ||
cx="85.229" | ||
cy="70.34" | ||
r="8.82"></circle><circle cx="50" cy="90.679" r="8.82"></circle><circle | ||
cx="14.766" | ||
cy="70.34" | ||
r="8.82"></circle><circle cx="14.766" cy="29.66" r="8.82"></circle></svg | ||
> |