Class: Mdi::AppleKeyboardShift

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/apple_keyboard_shift.rb

Overview

  • Version: 1.6.50

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M15,18V12H17.17L12,6.83L6.83,12H9V18H15M12,4L22,14H17V20H7V14H2L12,4Z"></path>
  HTML
end