Class: Mdi::FormatIndentIncrease

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11,13H21V11H11M11,9H21V7H11M3,3V5H21V3M11,17H21V15H11M3,8V16L7,12M3,21H21V19H3V21Z"></path>
  HTML
end