Class: Mdi::TableChair

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

Overview

  • Version: 4.1.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 22H6A2 2 0 0 1 8 20V8H2V5H16V8H10V20A2 2 0 0 1 12 22M22 2V22H20V15H15V22H13V14A2 2 0 0 1 15 12H20V2Z"></path>
  HTML
end