Class: Mdi::PipeWrench

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

Overview

  • Version: 4.9.95

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16.17 5.63L14.06 7.78L11.91 5.63L16.17 1.41L19.69 4.92C20.86 6.09 20.86 8 19.69 9.19L16.17 5.63M4.83 12.7L7 14.81L10.5 11.3L8.39 9.19L4.83 12.7M15.47 7.78L19 11.3L17.58 12.7L16.88 12L6.23 22.59L3.42 19.78L11.91 11.3L7.69 7.03L9.8 4.92L14.06 9.19L15.47 7.78Z"></path>
  HTML
end