Class: Phlex::Remixicon::CollapseHorizontalLineIcon
- Defined in:
- lib/phlex/remixicon/icons/collapse_horizontal_line_icon.rb
Instance Attribute Summary
Attributes inherited from Icon
Instance Method Summary collapse
Methods inherited from Icon
Constructor Details
This class inherits a constructor from Phlex::Remixicon::Icon
Instance Method Details
permalink #view_template ⇒ Object
[View source]
6 7 8 9 10 11 12 13 14 15 16 17 18 |
# File 'lib/phlex/remixicon/icons/collapse_horizontal_line_icon.rb', line 6 def view_template svg( viewbox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", **props ) do |s| s.path( d: "M13.5 12 18.4497 7.05023 19.864 8.46445 17.3284 11H23V13H17.3284L19.8615 15.533 18.4473 16.9472 13.5 12ZM1 13H6.67084L4.13584 15.535 5.55005 16.9492 10.5 11.9995 5.55025 7.04974 4.13604 8.46396 6.67206 11H1V13Z" ) end end |