Class: Mdi::FormatListGroupPlus

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

Overview

  • Version: 7.0.96

  • Author: Andy Giesen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M17 14V17H14V19H17V22H19V19H22V17H19V14M20 11V12.3C19.4 12.1 18.7 12 18 12C16.8 12 15.6 12.4 14.7 13H7V11H20M12.1 17H7V15H12.8C12.5 15.6 12.2 16.3 12.1 17M7 7H20V9H7V7M5 19H7V21H3V3H7V5H5V19Z"></path>
  HTML
end