Class: Mdi::EmailArrowLeft

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

Overview

  • Version: 4.3.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13 19C13 15.69 15.69 13 19 13C20.1 13 21.12 13.3 22 13.81V6C22 4.89 21.1 4 20 4H4C2.89 4 2 4.89 2 6V18C2 19.11 2.9 20 4 20H13.09C13.04 19.67 13 19.34 13 19M4 8V6L12 11L20 6V8L12 13L4 8M18 16V18H22V20H18V22L15 19L18 16Z"></path>
  HTML
end