Class: Mdi::FormatQuoteOpen

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

def content
  <<-HTML.squish.html_safe
    <path d="M10,7L8,11H11V17H5V11L7,7H10M18,7L16,11H19V17H13V11L15,7H18Z"></path>
  HTML
end