Class: StimulusPlumbers::MCP::IconsLoader
- Inherits:
-
Object
- Object
- StimulusPlumbers::MCP::IconsLoader
- Defined in:
- lib/stimulus_plumbers/mcp/loaders/icons_loader.rb
Class Method Summary collapse
Class Method Details
.call ⇒ Object
7 8 9 10 11 12 |
# File 'lib/stimulus_plumbers/mcp/loaders/icons_loader.rb', line 7 def call heroicon_dir = Themes::Tailwind::Icons::Heroicon.send(:svg_dir) custom_dir = Themes::Tailwind::Icons::Custom.send(:svg_dir) (outline_names(heroicon_dir) + solid_names(heroicon_dir) + custom_names(custom_dir) + alias_names).uniq.sort end |