Add Couchbase icon

GitOrigin-RevId: 5da2991b70b1c89f5c7113aff6fab8bb1a183cce
This commit is contained in:
Liudmila Kornilova
2020-07-08 10:55:50 +00:00
committed by intellij-monorepo-bot
parent 791252ff3d
commit b65f0cd9cd
2 changed files with 5 additions and 0 deletions
@@ -0,0 +1,4 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8 1C4.14048 1 1 4.12993 1 8C1 11.8595 4.12993 15 8 15C11.8595 15 15 11.8701 15 8C15 4.12993 11.8595 1 8 1ZM12.7266 9.22659C12.7266 9.64954 12.4834 10.0197 12.0076 10.1042C11.1828 10.2523 9.44862 10.3369 8 10.3369C6.55133 10.3369 4.81719 10.2523 3.99245 10.1042C3.51666 10.0197 3.27341 9.64954 3.27341 9.22659V6.4985C3.27341 6.07555 3.60121 5.68431 3.99245 5.62082C4.23564 5.57855 4.80663 5.53627 5.2508 5.53627C5.41995 5.53627 5.55738 5.66315 5.55738 5.86407V7.77797L8.01055 7.72509L10.4637 7.77797V5.86407C10.4637 5.66315 10.6012 5.53627 10.7704 5.53627C11.2145 5.53627 11.7855 5.57855 12.0287 5.62082C12.4305 5.68426 12.7477 6.07555 12.7477 6.4985C12.7266 7.39729 12.7266 8.31724 12.7266 9.22659Z" fill="#ED2226"/>
<path d="M12.7266 9.2266C12.7266 9.64955 12.4834 10.0197 12.0076 10.1042C11.1828 10.2523 9.44862 10.3369 8 10.3369C6.55133 10.3369 4.81719 10.2523 3.99245 10.1042C3.51666 10.0197 3.27341 9.64955 3.27341 9.2266V6.49851C3.27341 6.07556 3.60121 5.68432 3.99245 5.62083C4.23564 5.57856 4.80663 5.53629 5.2508 5.53629C5.41995 5.53629 5.55738 5.66316 5.55738 5.86408V7.77798L8.01055 7.7251L10.4637 7.77798V5.86408C10.4637 5.66316 10.6012 5.53629 10.7704 5.53629C11.2145 5.53629 11.7855 5.57856 12.0287 5.62083C12.4305 5.68427 12.7477 6.07556 12.7477 6.49851C12.7266 7.3973 12.7266 8.31725 12.7266 9.2266Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

@@ -939,6 +939,7 @@ public class AllIcons {
/** 16x16 */ public static final @NotNull Icon Cassandra = load("/providers/cassandra.svg");
/** 16x16 */ public static final @NotNull Icon ClickHouse = load("/providers/clickHouse.svg");
/** 16x16 */ public static final @NotNull Icon CockroachDB = load("/providers/cockroachDB.svg");
/** 16x16 */ public static final @NotNull Icon Couchbase = load("/providers/couchbase.svg");
/** 16x16 */ public static final @NotNull Icon DB2 = load("/providers/DB2.svg");
/** 16x16 */ public static final @NotNull Icon Eclipse = load("/providers/eclipse.svg");
/** 16x16 */ public static final @NotNull Icon Exasol = load("/providers/exasol.svg");