Class: Mdi::Bank

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

def content
  <<-HTML.squish.html_safe
    <path d="M11.5,1L2,6V8H21V6M16,10V17H19V10M2,22H21V19H2M10,10V17H13V10M4,10V17H7V10H4Z"></path>
  HTML
end