Class: Mdi::ApiOff

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

Overview

  • Version: 4.6.95

  • Author: sergiocarlotto

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M7 11H5V9H7M14 7H11.38L13.29 9H14V9.75L15.87 11.71C15.95 11.5 16 11.25 16 11V9C16 7.9 15.11 7 14 7M4.45 2.62L3 4L5.86 7H5C3.9 7 3 7.9 3 9V17H5V13H7V17H9V10.3L10 11.34V17H12V13.45L19.55 21.38L21 20M20.9 17H21V15H20V9H21V7H17V9H18V13.95Z"></path>
  HTML
end