Class: Mdi::GoogleHangouts

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/google_hangouts.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/google_hangouts.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M15,11L14,13H12.5L13.5,11H12V8H15M11,11L10,13H8.5L9.5,11H8V8H11M11.5,2A8.5,8.5 0 0,0 3,10.5A8.5,8.5 0 0,0 11.5,19H12V22.5C16.86,20.15 20,15 20,10.5C20,5.8 16.19,2 11.5,2Z"></path>
  HTML
end