Class: Mdi::Store

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

def content
  <<-HTML.squish.html_safe
    <path d="M12,18H6V14H12M21,14V12L20,7H4L3,12V14H4V20H14V14H18V20H20V14M20,4H4V6H20V4Z"></path>
  HTML
end