Class: Mdi::LanguageKotlin

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

Overview

  • Version: 4.6.95

  • Author: Contributors

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2 2H22L12 12L22 22H2Z"></path>
  HTML
end