Class: Mdi::AlignHorizontalRight

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

Overview

  • Version: 4.5.95

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20 2H22V22H20V2M2 10H18V7H2V10M8 17H18V14H8V17Z"></path>
  HTML
end