Class: Mdi::AirplaneSettings

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

Overview

  • Version: 6.2.95

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20.09 4.56L16.2 8.45L18.32 17.64L16.91 19.06L13 11.63L9.13 15.5L9.5 18L8.42 19.06L6.65 15.87L3.47 14.11L4.53 13.04L7 13.4L10.9 9.5L3.47 5.62L4.89 4.21L14.08 6.33L17.97 2.44C18.55 1.85 19.5 1.85 20.09 2.44C20.68 3 20.68 3.97 20.09 4.56M7 24H9V22H7V24M11 24H13V22H11V24M15 24H17V22H15V24Z"></path>
  HTML
end