Class: Mdi::BookEducation

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/book_education.rb

Overview

  • Version: 5.8.55

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M8.82 17L13 19.28V22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H7V9L9.5 7.5L12 9V2H18C19.1 2 20 2.89 20 4V12.54L18.5 11.72L8.82 17M24 17L18.5 14L13 17L18.5 20L24 17M15 19.09V21.09L18.5 23L22 21.09V19.09L18.5 21L15 19.09Z"></path>
  HTML
end