Class: Mdi::Altimeter

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

Overview

  • Version: 1.5.54

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M7,3V5H17V3H7M9,7V9H15V7H9M2,7.96V16.04L6.03,12L2,7.96M22.03,7.96L18,12L22.03,16.04V7.96M7,11V13H17V11H7M9,15V17H15V15H9M7,19V21H17V19H7Z"></path>
  HTML
end