Class: Mdi::FormatColorText

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

Overview

  • Version: 1.7.12

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M9.62,12L12,5.67L14.37,12M11,3L5.5,17H7.75L8.87,14H15.12L16.25,17H18.5L13,3H11Z"></path>
  HTML
end