Class: Mdi::FormatParagraphSpacing

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/format_paragraph_spacing.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_paragraph_spacing.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M3 17H21V19H3V17M3 2H21V4H3V2M3 20H21V22H3V20M13 8H15L12 5L9 8H11V13H9L12 16L15 13H13V8Z"></path>
  HTML
end