Class: Mdi::FormatTextVariant

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

Overview

  • Version: 3.6.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M9.6,14L12,7.7L14.4,14M11,5L5.5,19H7.7L8.8,16H15L16.1,19H18.3L13,5H11Z"></path>
  HTML
end