Class: Mdi::ReorderVertical

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

Overview

  • Version: 1.7.12

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M9,3V21H11V3H9M5,3V21H7V3H5M13,3V21H15V3H13M19,3H17V21H19V3Z"></path>
  HTML
end