Class: Mdi::Backburger

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5,13L9,17L7.6,18.42L1.18,12L7.6,5.58L9,7L5,11H21V13H5M21,6V8H11V6H21M21,16V18H11V16H21Z"></path>
  HTML
end