Class: Mdi::ShareOutline

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

Overview

  • Version: 2.3.54

  • Author: Nick

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14,5V9C7,10 4,15 3,20C5.5,16.5 9,14.9 14,14.9V19L21,12L14,5M16,9.83L18.17,12L16,14.17V12.9H14C11.93,12.9 10.07,13.28 8.34,13.85C9.74,12.46 11.54,11.37 14.28,11L16,10.73V9.83Z"></path>
  HTML
end