Class: Mdi::Delta

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,7.77L18.39,18H5.61L12,7.77M12,4L2,20H22"></path>
  HTML
end