Class: Mdi::SignDirectionMinus

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

Overview

  • Version: 4.0.96

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20.5 9.5L18 12H13V22H9A2 2 0 0 1 11 20V12H3.5L6 9.5L3.5 7H11V3L12 2L13 3V7H18M23 18H15V20H23Z"></path>
  HTML
end