Class: Mdi::KeyboardF7

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

Overview

  • Version: 4.7.95

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5 7H11V9H7V11H10V13H7V17H5V7M15 17H13L17 9H13V7H19V9L15 17Z"></path>
  HTML
end