Class: Mdi::Middleware

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

Overview

  • Version: 3.9.97

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M23 12L19 8V11H14.82C14.4 9.84 13.3 9 12 9S9.6 9.84 9.18 11H5L2 8V16L5 13H9.18C9.6 14.16 10.7 15 12 15S14.4 14.16 14.82 13H19V16L23 12Z"></path>
  HTML
end