Class: Mdi::CupOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M3 2L5 20.23C5.13 21.23 5.97 22 7 22H17C18 22 18.87 21.23 19 20.23L21 2H3M5.22 4H18.78L17 20H7L5.22 4Z"></path>
  HTML
end