Class: Mdi::LanguageHaskell

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

Overview

  • Version: 3.2.89

  • Author: Contributors

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2.08,19L6.75,12L2.08,5H5.58L10.25,12L5.58,19H2.08M6.75,19L11.42,12L6.75,5H10.25L19.59,19H16.09L13.17,14.63L10.25,19H6.75M18.03,14.92L16.5,12.58H21.92V14.92H18.03M15.7,11.42L14.14,9.08H21.92V11.42H15.7Z"></path>
  HTML
end