Class: Mdi::GateAnd

Inherits:
MdiData show all
Defined in:
app/models/mdi/gate_and.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_and.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M2,4V20H14A8,8 0 0,0 22,12A8,8 0 0,0 14,4H2M4,6H14A6,6 0 0,1 20,12A6,6 0 0,1 14,18H4V6Z"></path>
  HTML
end