UX-398 WEB-35842 Move ObjectTypeAttribute icon to AllIcons.Node and use it in Angular code.

This commit is contained in:
Piotr Tomiak
2018-11-21 15:56:54 +01:00
parent c7ce9a1a8c
commit e00de36898
2 changed files with 7 additions and 0 deletions
@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<g fill="none" fill-rule="evenodd">
<path fill="#40B6E0" fill-opacity=".6" d="M15,8 C15,11.866 11.866,15 8,15 C4.134,15 1,11.866 1,8 C1,4.134 4.134,1 8,1 C11.866,1 15,4.134 15,8"/>
<path fill="#231F20" fill-opacity=".7" d="M2.9834,1.2 L4.1,4 L1.8964,4 L2.9834,1.2 Z M4.8154,5.9999 L6.0004,5.9999 L3.4464,-0.0001 L2.5534,-0.0001 L0.0004,5.9999 L1.1514,5.9999 L1.5654,4.9999 L4.4064,4.9999 L4.8154,5.9999 Z" transform="translate(5 5)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 543 B

@@ -1919,6 +1919,7 @@ public class AllIcons {
public static final Icon NewParameter = IconLoader.getIcon("/nodes/newParameter.svg"); // 16x16
public static final Icon NodePlaceholder = IconLoader.getIcon("/nodes/nodePlaceholder.svg"); // 16x16
public static final Icon NotFavoriteOnHover = IconLoader.getIcon("/nodes/notFavoriteOnHover.svg"); // 16x16
public static final Icon ObjectTypeAttribute = IconLoader.getIcon("/nodes/objectTypeAttribute.svg"); // 16x16
public static final Icon Package = IconLoader.getIcon("/nodes/package.svg"); // 16x16
public static final Icon Padlock = IconLoader.getIcon("/nodes/padlock.svg"); // 16x16
public static final Icon Parameter = IconLoader.getIcon("/nodes/parameter.svg"); // 16x16