Class: Mdi::CoffeeToGoOutline

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

Overview

  • Version: 4.8.95

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3 3V11A4 4 0 0 0 7 15H11A4 4 0 0 0 15 11V10H17C18.11 10 19 9.11 19 8V5C19 3.9 18.11 3 17 3H3M5 5H13V11A2 2 0 0 1 11 13H7A2 2 0 0 1 5 11V5M15 5H17V8H15V5M16.67 13.83L15.26 15.24L17 17H3V19H17L15.26 20.76L16.67 22.17L20.84 18L16.67 13.83Z"></path>
  HTML
end