Module: StimulusPlumbers::Themes::Tailwind::Icon

Included in:
StimulusPlumbers::Themes::TailwindTheme
Defined in:
lib/stimulus_plumbers/themes/tailwind/icon.rb

Constant Summary collapse

ICONS =
{
  "arrow-left"  => { d: "M10.5 19.5 3 12m0 0 7.5-7.5M3 12h18" },
  "arrow-right" => { d: "M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3" }
}.freeze

Instance Method Summary collapse

Instance Method Details

#iconsObject



12
13
14
# File 'lib/stimulus_plumbers/themes/tailwind/icon.rb', line 12

def icons
  ICONS
end