Class: Mdi::FormatParagraph

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13,4A4,4 0 0,1 17,8A4,4 0 0,1 13,12H11V18H9V4H13M13,10A2,2 0 0,0 15,8A2,2 0 0,0 13,6H11V10H13Z"></path>
  HTML
end