Class: Mdi::Tablet

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

def content
  <<-HTML.squish.html_safe
    <path d="M19,18H5V6H19M21,4H3C1.89,4 1,4.89 1,6V18A2,2 0 0,0 3,20H21A2,2 0 0,0 23,18V6C23,4.89 22.1,4 21,4Z"></path>
  HTML
end