Class: Mdi::Polymer

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

Overview

  • Version: 1.5.54

  • Author: Contributors

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19,4H15L7.1,16.63L4.5,12L9,4H5L0.5,12L5,20H9L16.89,7.37L19.5,12L15,20H19L23.5,12L19,4Z"></path>
  HTML
end