Class: Mdi::MirrorRectangle

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

Overview

  • Version: 6.1.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M8.29 10.28L11.53 7.03L12.59 8.09L9.35 11.34L8.29 10.28M8.7 14.61L14.36 8.95L15.42 10L9.76 15.67L8.7 14.61M18 3V21H6V3H18M20 1H4V23H20V1Z"></path>
  HTML
end