Class: Mdi::FormatAlignMiddle

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

def content
  <<-HTML.squish.html_safe
    <path d="M13,6L15,4L16.42,5.42L12,9.84L7.58,5.42L9,4L11,6V2H13V6M3,11H21V13H3V11M13,18V22H11V18L9,20L7.58,18.58L12,14.16L16.42,18.58L15,20L13,18Z"></path>
  HTML
end