[dbe] DuckDB as Basic support

GitOrigin-RevId: 782a41b0a1f2f7e7b1923169f05d5150e739c440
This commit is contained in:
Vasily Chernov
2022-04-25 11:36:26 +00:00
committed by intellij-monorepo-bot
parent a6779a73b0
commit 2413713d2d
3 changed files with 21 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<!-- Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="duckDB">
<path id="Vector" fill-rule="evenodd" clip-rule="evenodd" d="M8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z" fill="black"/>
<g id="Vector_2">
<path d="M6.5 11C8.15685 11 9.5 9.65685 9.5 8C9.5 6.34315 8.15685 5 6.5 5C4.84315 5 3.5 6.34315 3.5 8C3.5 9.65685 4.84315 11 6.5 11Z" fill="#FDEF50"/>
<path d="M12 7H10.5V9H12C12.5523 9 13 8.55228 13 8C13 7.44772 12.5523 7 12 7Z" fill="#FDEF50"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 703 B

@@ -0,0 +1,10 @@
<!-- Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="duckBD_dark">
<path id="Vector" fill-rule="evenodd" clip-rule="evenodd" d="M8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z" fill="black"/>
<g id="Vector_2">
<path d="M6.5 11C8.15685 11 9.5 9.65685 9.5 8C9.5 6.34315 8.15685 5 6.5 5C4.84315 5 3.5 6.34315 3.5 8C3.5 9.65685 4.84315 11 6.5 11Z" fill="#FDEF50"/>
<path d="M12 7H10.5V9H12C12.5523 9 13 8.55228 13 8C13 7.44772 12.5523 7 12 7Z" fill="#FDEF50"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 708 B

@@ -971,6 +971,7 @@ public class AllIcons {
/** 16x16 */ public static final @NotNull Icon CockroachDB = load("providers/cockroachDB.svg", 471223242, 0);
/** 16x16 */ public static final @NotNull Icon Couchbase = load("providers/couchbase.svg", -1313146722, 0);
/** 16x16 */ public static final @NotNull Icon DB2 = load("providers/DB2.svg", 1246290135, 2);
/** 16x16 */ public static final @NotNull Icon DuckDB = load("providers/duckDB.svg", 1595573396, 2);
/** 16x16 */ public static final @NotNull Icon Eclipse = load("providers/eclipse.svg", 368039171, 2);
/** 16x16 */ public static final @NotNull Icon Elasticsearch = load("providers/elasticsearch.svg", -797083948, 0);
/** 16x16 */ public static final @NotNull Icon Exasol = load("providers/exasol.svg", -669364139, 2);