Class: Mdi::EmailOpenOutline

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21.03 6.29L12 .64L2.97 6.29C2.39 6.64 2 7.27 2 8V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V8C22 7.27 21.61 6.64 21.03 6.29M20 18H4V10L12 15L20 10V18M12 13L4 8L12 3L20 8L12 13Z"></path>
  HTML
end