diff --git a/img/codemod-icon-mask.svg b/img/codemod-icon-mask.svg new file mode 100644 index 00000000..54244a35 --- /dev/null +++ b/img/codemod-icon-mask.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/package.json b/package.json index 91cdf6fb..25bf3f70 100644 --- a/package.json +++ b/package.json @@ -133,15 +133,15 @@ "activitybar": [ { "id": "intuitaViewId", - "title": "Intuita", - "icon": "img/codemod-square.svg" + "title": "Codemod.com", + "icon": "img/codemod-icon-mask.svg" } ], "panel": [ { "id": "intuitaPanelViewContainerId", - "title": "Intuita", - "icon": "img/codemod-square.svg" + "title": "Codemod.com", + "icon": "img/codemod-icon-mask.svg" } ] },