Class: Mdi::StorePlusOutline

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

Overview

  • Version: 6.3.95

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20 6H4V4H20V6M15.69 14H14V15.69C13.37 16.64 13 17.77 13 19C13 19.34 13.04 19.67 13.09 20H4V14H3V12L4 7H20L21 12V13.35C20.37 13.13 19.7 13 19 13C17.77 13 16.64 13.37 15.69 14M12 14H6V18H12V14M18.96 12L18.36 9H5.64L5.04 12H18.96M20 18V15H18V18H15V20H18V23H20V20H23V18H20Z"></path>
  HTML
end