Class: Mdi::Layers

Inherits:
MdiData show all
Defined in:
app/models/mdi/layers.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/layers.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M12,16L19.36,10.27L21,9L12,2L3,9L4.63,10.27M12,18.54L4.62,12.81L3,14.07L12,21.07L21,14.07L19.37,12.8L12,18.54Z"></path>
  HTML
end