Class: Mdi::ReorderHorizontal

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

Overview

  • Version: 1.7.12

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3,15H21V13H3V15M3,19H21V17H3V19M3,11H21V9H3V11M3,5V7H21V5H3Z"></path>
  HTML
end