Init(Coore): add to repo
This commit is contained in:
11
components/Crown.js
Executable file
11
components/Crown.js
Executable file
@@ -0,0 +1,11 @@
|
||||
export default function Crown(){
|
||||
return (
|
||||
<div className="flex flex-col relative">
|
||||
<svg className="absolute z-0" width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M39.6667 49.0933H16.3333C8.93666 49.0933 2.91666 43.0733 2.91666 35.6766V13.3233C2.91666 10.29 4.31666 9.23998 5.15666 8.88998C5.99666 8.53998 7.72332 8.28332 9.86999 10.43L15.9133 16.4733C16.1467 16.7066 16.52 16.7066 16.73 16.4733L25.1067 8.09665C26.6467 6.55665 29.3533 6.55665 30.87 8.09665L39.2467 16.4733C39.48 16.7066 39.8533 16.7066 40.0633 16.4733L46.1067 10.43C48.2533 8.28332 49.98 8.56332 50.82 8.88998C51.66 9.23998 53.06 10.2667 53.06 13.3233V35.7C53.0833 43.7033 47.6933 49.0933 39.6667 49.0933ZM6.55666 12.2266C6.48666 12.4133 6.41666 12.7633 6.41666 13.3233V35.7C6.41666 41.16 10.8733 45.6166 16.3333 45.6166H39.6667C45.6867 45.6166 49.5833 41.72 49.5833 35.7V13.3233C49.5833 12.7633 49.5133 12.4367 49.4433 12.25C49.2567 12.3433 48.9767 12.53 48.58 12.9267L42.5367 18.97C40.9967 20.51 38.29 20.51 36.7733 18.97L28.3967 10.5933C28.1633 10.36 27.79 10.36 27.58 10.5933L19.2267 18.9466C17.6867 20.4866 14.98 20.4866 13.4633 18.9466L7.41999 12.9033C7.02332 12.5067 6.71999 12.32 6.55666 12.2266Z" fill="#203C6C"/>
|
||||
</svg>
|
||||
<span className="text-n-1 text-3xl pt-4 pr-5 z-10 font-bold">سرعت </span>
|
||||
<span className="text-gray-400 text-2xl pr-5 z-10">امکان ارسال اکسپرس</span>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user