Class: Mdi::Share

Inherits:
MdiData show all
Defined in:
app/models/mdi/share.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/share.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M21,12L14,5V9C7,10 4,15 3,20C5.5,16.5 9,14.9 14,14.9V19L21,12Z"></path>
  HTML
end