Add UV icon for UX-3312

(cherry picked from commit 8cb51234a2a5b1c5757cf4dc2a04a769d510b675)

GitOrigin-RevId: 289cc40c9aa52bc3a666fff986178078630bbd6b
This commit is contained in:
Dima Golovkov
2024-11-22 15:38:16 +02:00
committed by intellij-monorepo-bot
parent c94f1328da
commit e305b9d6c2
2 changed files with 6 additions and 0 deletions

View File

@@ -55,4 +55,6 @@ public final class PythonIcons {
/** 16x16 */ public static final @NotNull Icon Vagrant = load("icons/com/jetbrains/pythonCore/python/expui/vagrant.svg", "icons/com/jetbrains/pythonCore/python/vagrant.svg", -820295927, 0);
/** 16x16 */ public static final @NotNull Icon Virtualenv = load("icons/com/jetbrains/pythonCore/python/expui/virtualEnv.svg", "icons/com/jetbrains/pythonCore/python/virtualenv.svg", 758230626, 0);
}
/** 16x16 */ public static final @NotNull Icon UV = load("icons/com/jetbrains/pythonCore/python/expui/uv.svg", -856014559, 0);
}

View File

@@ -0,0 +1,4 @@
<!-- Copyright 2000-2024 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">
<path d="M2 2V13C2 13.5523 2.44772 14 3 14H11C11.5523 14 12 13.5523 12 13H13V14H14V2H8V10H7V2H2Z" fill="#DE5FE9"/>
</svg>

After

Width:  |  Height:  |  Size: 345 B