Class: Mdi::BullhornOutline

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

Overview

  • Version: 2.8.94

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,8H4A2,2 0 0,0 2,10V14A2,2 0 0,0 4,16H5V20A1,1 0 0,0 6,21H8A1,1 0 0,0 9,20V16H12L17,20V4L12,8M15,15.6L13,14H4V10H13L15,8.4V15.6M21.5,12C21.5,13.71 20.54,15.26 19,16V8C20.53,8.75 21.5,10.3 21.5,12Z"></path>
  HTML
end