Class: Mdi::FormatQuoteClose

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14,17H17L19,13V7H13V13H16M6,17H9L11,13V7H5V13H8L6,17Z"></path>
  HTML
end