Class: Mdi::CupOffOutline

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

Overview

  • Version: 4.9.95

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3.83 2L5.83 4H18.78L17.5 15.66L19.3 17.5L21 2M2.27 3L1 4.27L3.53 6.8L5 20.23C5.13 21.23 5.97 22 7 22H17C17.47 22 17.91 21.82 18.26 21.54L19.73 23L21 21.73M5.78 9.06L16.73 20H7Z"></path>
  HTML
end