Class: Mdi::CabinAFrame

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

Overview

  • Version: 6.2.95

  • Author: Jeff Anders

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 3L4 21H20L12 3M9 19H7.08L9 14.67V19M13 19H11V14H13V19M10.19 12L12 7.92L13.81 12H10.19M15 14.67L16.92 19H15V14.67Z"></path>
  HTML
end