Class: Mdi::ElevatorUp

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

Overview

  • Version: 4.8.95

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M7 2L11 6H8V10H6V6H3L7 2M17 2L13 6H16V10H18V6H21L17 2M7 12H17C18.11 12 19 12.9 19 14V20C19 21.11 18.11 22 17 22H7C5.9 22 5 21.11 5 20V14C5 12.9 5.9 12 7 12M7 14V20H17V14H7Z"></path>
  HTML
end