Class: Mdi::Bowl

Inherits:
MdiData show all
Defined in:
app/models/mdi/bowl.rb

Overview

  • Version: 1.5.54

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22 15C22 18.9 18.9 22 15 22H9C5.1 22 2 18.9 2 15V12H22V15Z"></path>
  HTML
end