Class: PhlexIcons::Remix::Loader5Fill
- Defined in:
- lib/phlex-icons/remix/loader_5_fill.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Methods inherited from Base
Constructor Details
This class inherits a constructor from PhlexIcons::Remix::Base
Instance Method Details
#view_template ⇒ Object
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 |