Class: Mdi::SendCheck

Inherits:
MdiData show all
Defined in:
app/models/mdi/send_check.rb

Overview

  • Version: 4.4.95

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2 3V10L17 12L2 14V21L23 12M22 15.5L18.5 19L16.5 17L15 18.5L18.5 22L23.5 17Z"></path>
  HTML
end