Class: Mdi::CoachLampVariant

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

Overview

  • Version: 6.7.96

  • Author: Borre Haugen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12.5 2L12 4L10 6.31L5 9H7L9.5 18L12 20L12.5 22H13.5L14 20L16.5 18L19 9H21L16 6.31L14 4L13.5 2M9 9H17L14.78 17H11.22M3 14V22H11.5L11 20H8L5 17V14Z"></path>
  HTML
end