Class: Mdi::SendOutline

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

Overview

  • Version: 4.4.95

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M4 6.03L11.5 9.25L4 8.25L4 6.03M11.5 14.75L4 17.97V15.75L11.5 14.75M2 3L2 10L17 12L2 14L2 21L23 12L2 3Z"></path>
  HTML
end