Class: Mdi::PerspectiveLess

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/perspective_less.rb

Overview

  • Version: 3.3.92

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16.56,12L19.23,20H4.78L7.44,12H16.56M7,1L3,5L7,9V6H11V4H7V1M17,1V4H13V6H17V9L21,5L17,1M18,10H6L2,22H22L18,10Z"></path>
  HTML
end