1
0
mirror of https://github.com/node-red/node-red.git synced 2025-03-01 10:36:34 +00:00

Add viewbox to default icon

This commit is contained in:
Nick O'Leary 2019-10-03 15:53:26 +01:00
parent ddd0d1bef3
commit 1395092ca6
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

@ -1 +1 @@
<svg width="40" height="60" xmlns="http://www.w3.org/2000/svg"><path d="M18 5v12H7v26h11v12l14-25z" fill="#fff"/></svg>
<svg width="40" height="60" viewBox="0, 0, 40, 60" xmlns="http://www.w3.org/2000/svg"><path d="M18 5v12H7v26h11v12l14-25z" fill="#fff"/></svg>

Before

(image error) Size: 120 B

After

(image error) Size: 143 B