Class: Mdi::KeyboardTab

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

def content
  <<-HTML.squish.html_safe
    <path d="M20,18H22V6H20M11.59,7.41L15.17,11H1V13H15.17L11.59,16.58L13,18L19,12L13,6L11.59,7.41Z"></path>
  HTML
end