Class: Mdi::Laptop

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M4,6H20V16H4M20,18A2,2 0 0,0 22,16V6C22,4.89 21.1,4 20,4H4C2.89,4 2,4.89 2,6V16A2,2 0 0,0 4,18H0V20H24V18H20Z"></path>
  HTML
end