Class: Mdi::EmailOpenMultiple

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/email_open_multiple.rb

Overview

  • Version: 3.8.95

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M6,8L14,13L22,8V8L14,3L6,8V8M24,8V18A2,2 0 0,1 22,20H6A2,2 0 0,1 4,18V8C4,7.27 4.39,6.64 4.97,6.29L14,0.64L23.03,6.29C23.61,6.64 24,7.27 24,8M2,8V22H20V24H2A2,2 0 0,1 0,22V8H2Z"></path>
  HTML
end