Class: Mdi::AccountSchool

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

Overview

  • Version: 6.6.96

  • Author: Contributors

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16 8C16 10.21 14.21 12 12 12C9.79 12 8 10.21 8 8L8.11 7.06L5 5.5L12 2L19 5.5V10.5H18V6L15.89 7.06L16 8M12 14C16.42 14 20 15.79 20 18V20H4V18C4 15.79 7.58 14 12 14Z"></path>
  HTML
end