Class: Mdi::FormatAlignTop

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

Overview

  • Version: 1.9.32

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13,15L15.5,17.5L16.92,16.08L12,11.16L7.08,16.08L8.5,17.5L11,15V21H13V15M3,3H21V5H3V3M3,7H13V9H3V7Z"></path>
  HTML
end