Class: Mdi::Lambda

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

Overview

  • Version: 1.6.50

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M6,20L10.16,7.91L9.34,6H8V4H10C10.42,4 10.78,4.26 10.93,4.63L16.66,18H18V20H16C15.57,20 15.21,19.73 15.07,19.36L11.33,10.65L8.12,20H6Z"></path>
  HTML
end