Class: Mdi::PanoramaVertical

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

Overview

  • Version: 6.4.95

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M18.5 12C18.5 8.1 19.3 5.1 19.9 3.3C20.1 2.7 19.7 2 19 2H5C4.3 2 3.8 2.7 4.1 3.3C4.7 5.4 5.5 8.1 5.5 12C5.5 15.9 4.7 18.7 4.1 20.7C3.8 21.3 4.3 22 5 22H19C19.7 22 20.2 21.3 20 20.7C19.3 18.7 18.5 15.9 18.5 12Z"></path>
  HTML
end