Class: Mdi::StoreOffOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M2.39 1.73L1.11 3L5.11 7H4L3 12V14H4V20H14V15.89L20.84 22.73L22.11 21.46L2.39 1.73M5.64 9H7.11L10.11 12H5.04L5.64 9M12 18H6V14H12V18M18 14.8V14H17.2L15.2 12H18.96L18.36 9H12.2L10.2 7H20L21 12V14H20V16.8L18 14.8M9.2 6L7.2 4H20V6H9.2Z"></path>
  HTML
end