Class: Mdi::FormatPilcrow

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

Overview

  • Version: 1.8.36

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M10,11A4,4 0 0,1 6,7A4,4 0 0,1 10,3H18V5H16V21H14V5H12V21H10V11Z"></path>
  HTML
end