Class: Mdi::LayersTriple

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

Overview

  • Version: 3.9.97

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 0L3 7L4.63 8.27L12 14L19.36 8.27L21 7L12 0M19.37 10.73L12 16.47L4.62 10.74L3 12L12 19L21 12L19.37 10.73M19.37 15.73L12 21.47L4.62 15.74L3 17L12 24L21 17L19.37 15.73Z"></path>
  HTML
end