Class: Mdi::Barn

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

Overview

  • Version: 3.0.39

  • Author: SarinManS

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,3L3,8.2V21H9L11.9,18L15,21H21V8.2L12,3M7.9,20V14L10.9,17L7.9,20M8.9,13H14.9L11.9,16L8.9,13M15.9,20L12.9,17L15.9,14V20M15,11H8.8V9H15V11Z"></path>
  HTML
end