Class: Mdi::UnfoldLessVertical

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/unfold_less_vertical.rb

Overview

  • Version: 1.9.32

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/unfold_less_vertical.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M5.41,7.41L10,12L5.41,16.59L4,15.17L7.17,12L4,8.83L5.41,7.41M18.59,16.59L14,12L18.59,7.42L20,8.83L16.83,12L20,15.17L18.59,16.59Z"></path>
  HTML
end