Merge pull request #6970 from ysm-dev/nextjs-icon

Update Next.js icon
main
Elbert Alias 2 years ago committed by GitHub
commit b66fc4ebff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,20 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_3158_166)">
<path d="M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z" fill="black"/>
<path d="M26.5792 28.0036L12.2919 9.60001H9.60001V22.3947H11.7535V12.3348L24.8887 29.3058C25.4814 28.9091 26.0461 28.4738 26.5792 28.0036Z" fill="url(#paint0_linear_3158_166)"/>
<path d="M22.5779 9.60001H20.4445V22.4H22.5779V9.60001Z" fill="url(#paint1_linear_3158_166)"/>
</g>
<defs>
<linearGradient id="paint0_linear_3158_166" x1="19.3778" y1="20.7111" x2="25.6889" y2="28.5333" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="white" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint1_linear_3158_166" x1="21.5112" y1="9.60001" x2="21.4755" y2="19" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="white" stop-opacity="0"/>
</linearGradient>
<clipPath id="clip0_3158_166">
<rect width="32" height="32" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

@ -566,7 +566,7 @@
"headers": {
"x-powered-by": "^Next\\.js ?([0-9.]+)?\\;version:\\1"
},
"icon": "vercel.svg",
"icon": "Next.js.svg",
"implies": [
"React",
"webpack",
@ -1066,4 +1066,4 @@
"saas": true,
"website": "https://www.novomind.com/en/shopsystem/novomind-ishop-software"
}
}
}