1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-11-10 12:35:46 +03:00

Update Vero icon

This commit is contained in:
Jan Oberhauser 2021-07-07 07:57:59 +02:00
parent c7db9c0a4d
commit a74fc78ed3
3 changed files with 22 additions and 1 deletions

View File

@ -26,7 +26,7 @@ export class Vero implements INodeType {
description: INodeTypeDescription = {
displayName: 'Vero',
name: 'vero',
icon: 'file:vero.png',
icon: 'file:vero.svg',
group: ['output'],
version: 1,
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,21 @@
<svg width="225" height="225" xmlns="http://www.w3.org/2000/svg" fill="none">
<defs>
<linearGradient y2="0.53466" y1="0.45356" x2="-0.15926" x1="1.04746" id="a">
<stop stop-color="#2936a3" offset="0"/>
<stop stop-color="#162286" offset="1"/>
</linearGradient>
<linearGradient y2="0.15582" y1="0.6753" x2="0.95825" x1="-0.19201" id="b">
<stop stop-color="#2297f4" offset="0"/>
<stop stop-color="#31a0f9" offset="1"/>
</linearGradient>
</defs>
<clipPath id="c">
<path id="svg_1" d="m0,0l720,0l0,150.523l-720,0l0,-150.523z"/>
</clipPath>
<g>
<title>Layer 1</title>
<path stroke="null" id="svg_4" fill="url(#a)" d="m211.145,121.3891c18.18,-18.1614 18.18,-47.6067 0,-65.7681c-18.18,-18.16132 -47.656,-18.16135 -65.836,0l-32.919,32.8841l32.817,32.7831c0.034,0.0338 0.068,0.0674 0.101,0.1011c18.161,18.1421 47.594,18.1613 65.779,0.0578l0.058,-0.058z"/>
<path stroke="null" id="svg_5" fill="#17da88" d="m46.5554,154.275l-32.9202,-32.8854c-18.18028,-18.1613 -18.18026,-47.6066 0,-65.768c18.1803,-18.16133 47.6564,-18.16132 65.8367,0l32.9201,32.8859l-65.8366,65.7675z"/>
<path stroke="null" id="svg_6" fill="url(#b)" d="m211.145,121.3893c-18.18,18.1613 -47.656,18.1613 -65.836,0c-0.034,-0.0337 -0.068,-0.0674 -0.101,-0.1011l-32.816,-32.781l-65.8363,65.7678l18.8086,18.789c25.9719,25.945 68.0807,25.945 94.0527,0l51.728,-51.6747z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB