Class: Mdi::BreadSlice

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

Overview

  • Version: 3.3.92

  • Author: Nick

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,2C17.5,2 22,5.36 22,9.5C22,11.19 21.26,12.75 20,14V22H4V14C2.74,12.75 2,11.19 2,9.5C2,5.36 6.5,2 12,2M8,18H12V14H8V18Z"></path>
  HTML
end