Class: Mdi::VectorLine

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

Overview

  • Version: 1.5.54

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M15,3V7.59L7.59,15H3V21H9V16.42L16.42,9H21V3M17,5H19V7H17M5,17H7V19H5"></path>
  HTML
end