Class: Mdi::WrenchCheck

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

Overview

  • Version: 7.0.96

  • Author: Andrej Sharapov

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M9 2C10.8 2.6 12 4.3 12 6.2C12 8.2 10.8 9.9 9 10.5V21.5C9 21.8 8.8 22 8.5 22H6.5C6.2 22 6 21.8 6 21.4V10.4C4.2 9.8 3 8.1 3 6.2S4.2 2.6 6 2V5.7H9V2M20.6 13L22 14.41L15.47 21L12 17.5L13.4 16.09L15.47 18.17L20.6 13"></path>
  HTML
end