Skip to content
Snippets Groups Projects
Commit 4fffb5e3 authored by David Galeano's avatar David Galeano
Browse files

Issue #3480854 by gxleano: Remove UI Icons dependencies

parent 3cecba26
No related branches found
No related tags found
2 merge requests!23Issue #3480854 by gxleano: Add settings form to allow collections and create...,!22Issue #3480854 by gxleano: Add settings form to allow collections and create...
......@@ -5,4 +5,3 @@ package: User interface
core_version_requirement: ^10.3 || ^11
dependencies:
- iconify_icons:iconify_icons
- ui_icons:ui_icons
......@@ -7,10 +7,10 @@ namespace Drupal\iconify_icons_provider\Plugin\IconExtractor;
use Drupal\Core\Plugin\ContainerFactoryPluginInterface;
use Drupal\Core\StringTranslation\TranslatableMarkup;
use Drupal\iconify_icons\IconifyServiceInterface;
use Drupal\ui_icons\Attribute\IconExtractor;
use Drupal\ui_icons\Exception\IconPackConfigErrorException;
use Drupal\ui_icons\Plugin\IconExtractorBase;
use Drupal\ui_icons\PluginForm\IconPackExtractorForm;
use Drupal\Core\Theme\Icon\Attribute\IconExtractor;
use Drupal\Core\Theme\Icon\Exception\IconPackConfigErrorException;
use Drupal\Core\Theme\Icon\IconExtractorBase;
use Drupal\Core\Theme\Icon\IconPackExtractorForm;
use Symfony\Component\DependencyInjection\ContainerInterface;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment