Class: Mdi::Panorama

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M8.5,12.5L11,15.5L14.5,11L19,17H5M23,18V6A2,2 0 0,0 21,4H3A2,2 0 0,0 1,6V18A2,2 0 0,0 3,20H21A2,2 0 0,0 23,18Z"></path>
  HTML
end