Class: Mdi::CallMade

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

def content
  <<-HTML.squish.html_safe
    <path d="M9,5V7H15.59L4,18.59L5.41,20L17,8.41V15H19V5"></path>
  HTML
end