Class: Mdi::FormatAlignRight

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

def content
  <<-HTML.squish.html_safe
    <path d="M3,3H21V5H3V3M9,7H21V9H9V7M3,11H21V13H3V11M9,15H21V17H9V15M3,19H21V21H3V19Z"></path>
  HTML
end