Class: Mdi::MessageStarOutline

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

Overview

  • Version: 4.6.95

  • Author: Teodor Sandu

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/message_star_outline.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 2M20 16H5.2L4 17.2V4H20V16M12 12.4L14.6 14L13.9 11L16.2 9L13.2 8.7L12 6L10.8 8.8L7.8 9L10.1 11L9.4 14L12 12.4Z"></path>
  HTML
end