Class: Mdi::UnfoldLessHorizontal

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16.59,5.41L15.17,4L12,7.17L8.83,4L7.41,5.41L12,10M7.41,18.59L8.83,20L12,16.83L15.17,20L16.58,18.59L12,14L7.41,18.59Z"></path>
  HTML
end