Class: Mdi::BankOff

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

Overview

  • Version: 5.7.55

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20.8 22.7L20.1 22H2V19H17.1L13 14.9V17H10V11.9L6.1 8H2V6L3.4 5.3L1.1 3L2.4 1.7L22.1 21.4L20.8 22.7M4 10V17H7V10H4M21 8V6L11.5 1L6.7 3.5L11.2 8H21M19 15.8V10H16V12.8L19 15.8Z"></path>
  HTML
end