Class: Mdi::ChairRolling

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

Overview

  • Version: 3.9.97

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22 10V13H19V10H22M2 13H5V10H2V13M17 5C17 3.9 16.1 3 15 3H9C7.9 3 7 3.9 7 5V13H17V5M7 15H6V17H11V18L7 22H9.8L12 19.8L14.2 22H17L13 18V17H18V15H7Z"></path>
  HTML
end