Class: Mdi::LayersTripleOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M12 16.54L19.37 10.8L21 12.07L12 19.07L3 12.07L4.62 10.81L12 16.54M12 14L3 7L12 0L21 7L12 14M12 2.53L6.26 7L12 11.47L17.74 7L12 2.53M12 21.47L19.37 15.73L21 17L12 24L3 17L4.62 15.74L12 21.47"></path>
  HTML
end