Class: Mdi::SetSplit

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

def content
  <<-HTML.squish.html_safe
    <path d="M17 7V9H22V7H17M2 9V15H7V9H2M12 9V11H9V13H12V15L15 12L12 9M17 11V13H22V11H17M17 15V17H22V15H17Z"></path>
  HTML
end