Class: Mdi::UnfoldMoreVertical

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/unfold_more_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_more_vertical.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M18.17,12L15,8.83L16.41,7.41L21,12L16.41,16.58L15,15.17L18.17,12M5.83,12L9,15.17L7.59,16.59L3,12L7.59,7.42L9,8.83L5.83,12Z"></path>
  HTML
end