Class: Mdi::SetMerge

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

Overview

  • Version: 5.3.45

  • Author: s-ki

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2 7V9H7V7H2M12 9V11H9V13H12V15L15 12L12 9M17 9V15H22V9H17M2 11V13H7V11H2M2 15V17H7V15H2Z"></path>
  HTML
end