Class: Mdi::SpiritLevel

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

Overview

  • Version: 5.4.55

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22 8H2V16H22V8M18 14V10H20V14H18M11 12H13C14.1 12 15 11.11 15 10H17V14H7V10H9C9 11.11 9.9 12 11 12M4 14V10H6V14H4Z"></path>
  HTML
end