Class: Mdi::WhistleOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/whistle_outline.rb

Overview

  • Version: 4.8.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3.76 3.7L2.14 4.88L4.43 8A8.23 8.23 0 0 1 6.35 7.28M11 9V11H18V11.29L13 12.71V15.5A4.5 4.5 0 1 1 8.5 11H9V9H8.5A6.5 6.5 0 1 0 15 15.5V13.91L22 12V9M16.24 3.7L13.85 7H16.32L17.86 4.88M9 2V7H11V2Z"></path>
  HTML
end