Class: Mdi::RelationZeroOrOneToMany

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

Overview

  • Version: 5.3.45

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21 13L19 15H13V7H9.79A2.5 2.5 0 0 0 5.21 7H5V5H3V7H2V9H3V11H5V9H5.21A2.5 2.5 0 0 0 9.79 9H11V17H19L21 19H22V13M7.5 9A1 1 0 1 1 8.5 8A1 1 0 0 1 7.5 9Z"></path>
  HTML
end