Class: Mdi::TallyMark1

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

def content
  <<-HTML.squish.html_safe
    <path d="M13 19H11V5H13V19Z"></path>
  HTML
end