Merge pull request #2579 from nuxt-community/fix/nuxt-icon

fix: use svg icon for Nuxt.js
main
Elbert Alias 6 years ago committed by GitHub
commit 080fb5fa0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10678,7 +10678,7 @@
"<div [^>]*id=\"__nuxt\"", "<div [^>]*id=\"__nuxt\"",
"<script [^>]*>window\\.__NUXT__" "<script [^>]*>window\\.__NUXT__"
], ],
"icon": "Nuxt.js.png", "icon": "Nuxt.js.svg",
"js": { "js": {
"$nuxt": "" "$nuxt": ""
}, },

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

@ -0,0 +1,10 @@
<svg width="486px" height="346px" viewBox="0 0 486 346" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Nuxt Logo</title>
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g fill-rule="nonzero">
<polygon id="Shape" fill="#42B883" points="200 0 400 346 0 346"></polygon>
<polygon id="Shape" fill="#3C8171" points="311 43 486 346 136 346"></polygon>
<polygon id="Shape" fill="#35495E" points="267.945522 117 400 345.454247 136 345.454247"></polygon>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 599 B

Loading…
Cancel
Save