Class: PhlexIcons::Remix::Loader5Fill

Inherits:
Base
  • Object
show all
Defined in:
lib/phlex-icons/remix/loader_5_fill.rb

Instance Attribute Summary

Attributes inherited from Base

#attrs

Instance Method Summary collapse

Methods inherited from Base

#initialize

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from PhlexIcons::Remix::Base

Instance Method Details

#view_templateObject



6
7
8
9
10
11
12
13
14
15
# File 'lib/phlex-icons/remix/loader_5_fill.rb', line 6

def view_template
  svg(
    **attrs,
    viewbox: '0 0 24 24',
    fill: 'currentColor',
    xmlns: 'http://www.w3.org/2000/svg'
  ) do |s|
    s.path(d: 'M12 3C16.9706 3 21 7.02944 21 12H19C19 8.13401 15.866 5 12 5V3Z')
  end
end