Class: Mdi::ShareOffOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M22.1 21.5L2.4 1.7L1.1 3L8.9 10.8C5.4 12.9 3.7 16.4 3 20C5.3 16.7 8.6 15.1 13 14.9L14 15.9V19L15.6 17.4L20.8 22.7M8.3 13.8C8.94 13.22 9.65 12.71 10.4 12.3L11.3 13.1M14.2 11L12.5 9.3L14 9V5L21 12L18.1 14.9L16.7 13.5L18.2 12L16 9.8V10.7"></path>
  HTML
end