Class: Mdi::FormatLetterSpacing

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

Overview

  • Version: 6.4.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14.4 10.7H18.5L16.5 5.3L14.4 10.7M15.6 3H17.3L22 15H20.1L19.1 12.4H13.7L12.7 15H10.8L15.6 3M11.2 3H13.1L8.4 15H6.7L2 3H3.9L7.5 12.7M19 22V20H5V22L2 19L5 16V18H19V16L22 19L19 22Z"></path>
  HTML
end