Class: Mdi::TallyMark3

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

def content
  <<-HTML.squish.html_safe
    <path d="M9 19H7V5H9V19M13 5H11V19H13V5M17 5H15V19H17V5Z"></path>
  HTML
end