Class: Mdi::ReplyAll

Inherits:
MdiData show all
Defined in:
app/models/mdi/reply_all.rb

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13,9V5L6,12L13,19V14.9C18,14.9 21.5,16.5 24,20C23,15 20,10 13,9M7,8V5L0,12L7,19V16L3,12L7,8Z"></path>
  HTML
end