Class: Mdi::KeyboardCloseOutline

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

Overview

  • Version: 7.1.96

  • Author: mpardieck

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 23L16 19H8M4 3C2.9 3 2 3.9 2 5V15C2 16.1 2.9 17 4 17H20C21.1 17 22 16.1 22 15V5C22 3.9 21.1 3 20 3H4M4 5H20V15H4V5M5 6V8H7V6H5M8 6V8H10V6H8M11 6V8H13V6H11M14 6V8H16V6H14M17 6V8H19V6H17M5 9V11H7V9H5M8 9V11H10V9H8M11 9V11H13V9H11M14 9V11H16V9H14M17 9V11H19V9H17M8 12V14H16V12H8Z"></path>
  HTML
end