Class: Mdi::TallyMark2

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

Overview

  • Version: 6.8.96

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11 19H9V5H11V19M15 5H13V19H15V5Z"></path>
  HTML
end