Class: Mdi::MessageArrowRight

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

Overview

  • Version: 4.8.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20 2H4C2.9 2 2 2.9 2 4V22L6 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2M12 14L10.8 12.8L12.6 11H8V9H12.5L10.7 7.2L12 6L16 10L12 14Z"></path>
  HTML
end