Class: Mdi::HomeModern

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

def content
  <<-HTML.squish.html_safe
    <path d="M6,21V8A2,2 0 0,1 8,6L16,3V6A2,2 0 0,1 18,8V21H12V16H8V21H6M14,19H16V16H14V19M8,13H10V9H8V13M12,13H16V9H12V13Z"></path>
  HTML
end