Class: Mdi::FormatLineHeight

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

Overview

  • Version: 6.9.96

  • Author: Sintija

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21 22H3V20H21V22M21 4H3V2H21V4M10 13.7H14L12 8.3L10 13.7M11.2 6H12.9L17.6 18H15.6L14.7 15.4H9.4L8.5 18H6.5L11.2 6Z"></path>
  HTML
end