Class: Mdi::CallSplit

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

def content
  <<-HTML.squish.html_safe
    <path d="M14,4L16.29,6.29L13.41,9.17L14.83,10.59L17.71,7.71L20,10V4M10,4H4V10L6.29,7.71L11,12.41V20H13V11.59L7.71,6.29"></path>
  HTML
end