Class: Mdi::Consolidate

Inherits:
MdiData show all
Defined in:
app/models/mdi/consolidate.rb

Overview

  • Version: 4.3.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M18 9H20V4H22V9A2 2 0 0 1 20 11H18V13L15 10L18 7M14 10A2 2 0 1 0 12 12A2 2 0 0 0 14 10M2 11V16H4V11H6V13L9 10L6 7V9H4A2 2 0 0 0 2 11M15 16L12 13L9 16H11V18A2 2 0 0 0 13 20H18V18H13V16"></path>
  HTML
end