Class: Mdi::Hamburger

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

Overview

  • Version: 1.7.12

  • Author: Haley Halcyon

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22 13C22 14.11 21.11 15 20 15H4C2.9 15 2 14.11 2 13S2.9 11 4 11H13L15.5 13L18 11H20C21.11 11 22 11.9 22 13M12 3C3 3 3 9 3 9H21C21 9 21 3 12 3M3 18C3 19.66 4.34 21 6 21H18C19.66 21 21 19.66 21 18V17H3V18Z"></path>
  HTML
end