Class: Mdi::Tooth

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

Overview

  • Version: 2.2.43

  • Author: Christopher Schreiner

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M7,2C4,2 2,5 2,8C2,10.11 3,13 4,14C5,15 6,22 8,22C12.54,22 10,15 12,15C14,15 11.46,22 16,22C18,22 19,15 20,14C21,13 22,10.11 22,8C22,5 20,2 17,2C14,2 14,3 12,3C10,3 10,2 7,2Z"></path>
  HTML
end