Class: Mdi::ShareOff

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

Overview

  • Version: 3.8.95

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20.8 22.7L15.6 17.5L14 19V15.9L13.1 14.9C8.6 15.2 5.4 16.8 3 20.1C3.58 16.31 5.72 12.94 8.9 10.8L1.1 3L2.4 1.7L22.1 21.5M18.1 14.9L21 12L14 5V9L12.5 9.3"></path>
  HTML
end