Class: Mdi::School

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,3L1,9L12,15L21,10.09V17H23V9M5,13.18V17.18L12,21L19,17.18V13.18L12,17L5,13.18Z"></path>
  HTML
end