forked from Clueless-Community/seamless-ui
-
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.
Merge pull request Clueless-Community#2096 from prafulbbandre/windows…
…-icon-blue Create store-button-windows-blue.html
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<div class="flex w-64 h-20 gap-6 cursor-pointer justify-center items-center bg-white rounded-3xl px-7 py-5"> | ||
<svg width="29" height="28" viewBox="0 0 29 28" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<path d="M11.2778 15.6471C11.2778 15.153 10.9556 14.8236 10.4722 14.8236H0.805556C0.322222 14.8236 0 15.153 0 15.6471V23.8824C0 24.3765 0.322222 24.7059 0.805556 24.8706L10.4722 26.0236C10.9556 26.0236 11.2778 25.6941 11.2778 25.3647V15.6471ZM13.6944 14.8236C13.2111 14.8236 12.8889 15.153 12.8889 15.6471V25.3647C12.8889 25.8588 13.2111 26.1883 13.6944 26.353L28.1944 28C28.6778 28 29 27.6706 29 27.3412V15.8118C29 15.3177 28.6778 14.9883 28.1944 14.9883L13.6944 14.8236ZM11.2778 2.80002C11.2778 2.30591 10.9556 1.97649 10.4722 2.1412L0.805556 3.29414C0.322222 3.29414 0 3.62355 0 4.11767V12.353C0 12.8471 0.322222 13.1765 0.805556 13.1765H10.4722C10.9556 13.1765 11.2778 12.8471 11.2778 12.353V2.80002ZM13.6944 1.81179C13.2111 1.81179 12.8889 2.30591 12.8889 2.80002V12.5177C12.8889 13.0118 13.2111 13.3412 13.6944 13.3412H28.1944C28.6778 13.3412 29 13.0118 29 12.5177V0.988259C29 0.494141 28.6778 0.16473 28.1944 0.329435L13.6944 1.81179Z" fill="#0000FF"/> | ||
</svg> | ||
<div class="flex flex-col text-[#0033ff]"> | ||
<p class="text-sm text-blue font-bold">Download on the</p> | ||
<h1 class="text-xl text-blue font-medium">Windows Store</h1> | ||
</div> | ||
</div> |