Class: Mdi::BullhornVariant

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

Overview

  • Version: 6.5.95

  • Author: nlsve

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20 2V4L4 8V6H2V18H4V16L6 16.5V18.5C6 20.4 7.6 22 9.5 22S13 20.4 13 18.5V18.3L20 20V22H22V2H20M11 18.5C11 19.3 10.3 20 9.5 20S8 19.3 8 18.5V17L11 17.8V18.5Z"></path>
  HTML
end