Class: Mdi::PanoramaOutline

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

Overview

  • Version: 6.5.95

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21 4H3C1.9 4 1 4.9 1 6V18C1 19.1 1.9 20 3 20H21C22.1 20 23 19.1 23 18V6C23 4.9 22.1 4 21 4M21 18H3V6H21V18M14.5 11L11 15.5L8.5 12.5L5 17H19L14.5 11Z"></path>
  HTML
end