Class: Mdi::KeyboardReturn

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

def content
  <<-HTML.squish.html_safe
    <path d="M19,7V11H5.83L9.41,7.41L8,6L2,12L8,18L9.41,16.58L5.83,13H21V7H19Z"></path>
  HTML
end