Skip to content

Commit

Permalink
Merge pull request #2336 from Haehnchen/feature/icons-ai
Browse files Browse the repository at this point in the history
add new icons
  • Loading branch information
Haehnchen committed Apr 6, 2024
2 parents 334edb2 + 0189d8e commit 3436a85
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ public class Symfony2Icons {

public static final Icon TWIG_BLOCK_OVERWRITE = IconLoader.getIcon("/icons/twig_block_overwrite.png", Symfony2Icons.class);

public static final Icon SYMFONY_AI = IconLoader.getIcon("/icons/symfony_ai.png", Symfony2Icons.class);
public static final Icon SYMFONY_AI_OPACITY = IconLoader.getIcon("/icons/symfony_ai_opacity.png", Symfony2Icons.class);

public static Image getImage(Icon icon) {

if (icon instanceof ImageIcon) {
Expand Down
Binary file added src/main/resources/icons/symfony_ai.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/resources/icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/resources/icons/symfony_ai_opacity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/resources/icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3436a85

Please sign in to comment.