Class: Mdi::FormatListChecks

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

Overview

  • Version: 1.9.32

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3,5H9V11H3V5M5,7V9H7V7H5M11,7H21V9H11V7M11,15H21V17H11V15M5,20L1.5,16.5L2.91,15.09L5,17.17L9.59,12.59L11,14L5,20Z"></path>
  HTML
end