Class: Mdi::BreadSliceOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/bread_slice_outline.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_outline.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,2M18,13.14C19.24,12.17 20,10.89 20,9.5C20,6.46 16.42,4 12,4C7.58,4 4,6.46 4,9.5C4,10.89 4.76,12.17 6,13.14V20H18V13.14M8,18V14H12V18H8Z"></path>
  HTML
end