Class: Mdi::ReplyAllOutline

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

Overview

  • Version: 3.8.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11,9.8V10.7L12.7,10.9C15.3,11.3 17.2,12.3 18.6,13.6C16.9,13.1 15.1,12.8 13,12.8H11V14.1L8.8,12L11,9.8M13,5L6,12L13,19V14.9C18,14.9 21.5,16.5 24,20C23,15 20,10 13,9M7,8V5L0,12L7,19V16L3,12"></path>
  HTML
end