Class: Mdi::FormatWrapInline

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

Overview

  • Version: 1.5.54

  • Author: Andreas Gohr

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M8,7L13,17H3L8,7M3,3H21V5H3V3M21,15V17H14V15H21M3,19H21V21H3V19Z"></path>
  HTML
end