Class: Mdi::CallMerge

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

def content
  <<-HTML.squish.html_safe
    <path d="M17,20.41L18.41,19L15,15.59L13.59,17M7.5,8H11V13.59L5.59,19L7,20.41L13,14.41V8H16.5L12,3.5"></path>
  HTML
end