Class: Mdi::AlignVerticalTop

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

def content
  <<-HTML.squish.html_safe
    <path d="M22 2V4H2V2H22M7 22H10V6H7V22M14 16H17V6H14V16Z"></path>
  HTML
end