Init(Coore): add to repo
This commit is contained in:
14
components/WhiteLogo.js
Executable file
14
components/WhiteLogo.js
Executable file
@@ -0,0 +1,14 @@
|
||||
import Link from 'next/link'
|
||||
export default function WhiteLogo(){
|
||||
return(
|
||||
<Link href="/" className="flex">
|
||||
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M20 10.625C20 15.8027 15.8883 20 10.8163 20H1.63263V10.625C1.63263 5.44732 5.74429 1.25 10.8163 1.25C15.8883 1.25 20 5.44732 20 10.625Z" fill="#F9FAFB"/>
|
||||
<path d="M20 29.375C20 24.1973 24.1117 20 29.1837 20H38.3673V29.375C38.3673 34.5527 34.2557 38.75 29.1837 38.75C24.1117 38.75 20 34.5527 20 29.375Z" fill="#F9FAFB"/>
|
||||
<path d="M1.63263 29.375C1.63263 34.5527 5.74429 38.75 10.8163 38.75H20V29.375C20 24.1973 15.8883 20 10.8163 20C5.74429 20 1.63263 24.1973 1.63263 29.375Z" fill="#F9FAFB"/>
|
||||
<path d="M38.3673 10.625C38.3673 5.44732 34.2557 1.25 29.1837 1.25H20V10.625C20 15.8027 24.1117 20 29.1837 20C34.2557 20 38.3673 15.8027 38.3673 10.625Z" fill="#F9FAFB"/>
|
||||
</svg>
|
||||
<span className="pr-2 text-white text-3xl font-bold">نوراکس</span>
|
||||
</Link>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user