Class: Mdi::BowlOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M2 12V15C2 18.9 5.1 22 9 22H15C18.9 22 22 18.9 22 15V12H2M4 14H20V15C20 17.8 17.8 20 15 20H9C6.2 20 4 17.8 4 15V14Z"></path>
  HTML
end