Class: Mdi::FormatHorizontalAlignRight

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

Overview

  • Version: 1.6.50

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13,8V11H3V13H13V16L17,12L13,8M19,20H21V4H19V20Z"></path>
  HTML
end