mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ Replace PNG icons with SVG and optimize (#1890)
* 🎨 Replace PNG icons with SVG icons * ⚡ Fix size of bitbucket icon * ⚡ Optimize svgs Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
This commit is contained in:
@@ -17,7 +17,7 @@ export class Twilio implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Twilio',
|
||||
name: 'twilio',
|
||||
icon: 'file:twilio.png',
|
||||
icon: 'file:twilio.svg',
|
||||
group: ['transform'],
|
||||
version: 1,
|
||||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 KiB |
1
packages/nodes-base/nodes/Twilio/twilio.svg
Normal file
1
packages/nodes-base/nodes/Twilio/twilio.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 65 65" fill="#fff" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><use xlink:href="#a" x=".5" y=".5"/><symbol id="a" overflow="visible"><g stroke="none" fill="#e31e26" fill-rule="nonzero"><path d="M31.953 0C14.337 0 0 14.337 0 31.953s14.337 31.953 31.953 31.953C49.663 64 64 49.663 64 31.953S49.663 0 31.953 0zm0 55.567c-12.931 0-23.52-10.589-23.52-23.614 0-12.931 10.589-23.52 23.52-23.52 13.025 0 23.614 10.589 23.614 23.52 0 13.025-10.589 23.614-23.614 23.614z"/><use xlink:href="#C"/><use xlink:href="#C" y="15.93"/><path d="M17.335 39.918a6.64 6.64 0 016.653-6.653 6.653 6.653 0 110 13.306 6.64 6.64 0 01-6.653-6.653zm0-15.93a6.64 6.64 0 016.653-6.653 6.64 6.64 0 016.653 6.653 6.64 6.64 0 01-6.653 6.653 6.64 6.64 0 01-6.653-6.653z"/></g></symbol><defs><path id="C" d="M33.265 23.988a6.64 6.64 0 1113.306 0 6.64 6.64 0 11-13.306 0z"/></defs></svg>
|
||||
|
After Width: | Height: | Size: 983 B |
Reference in New Issue
Block a user