Class: Mdi::GateOr

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

Overview

  • Version: 2.3.50

  • Author: Nick

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2,4C5,10 5,14 2,20H8C13,20 19,16 22,12C19,8 13,4 8,4H2M5,6H8C11.5,6 16.3,9 19.3,12C16.3,15 11.5,18 8,18H5C6.4,13.9 6.4,10.1 5,6Z"></path>
  HTML
end