Class: Mdi::LayersPlus

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

Overview

  • Version: 3.6.95

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M17,14H19V17H22V19H19V22H17V19H14V17H17V14M11,16L2,9L11,2L20,9L11,16M11,18.54L12,17.75V18C12,18.71 12.12,19.39 12.35,20L11,21.07L2,14.07L3.62,12.81L11,18.54Z"></path>
  HTML
end