Class: Mdi::NetworkStrengthOffOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/network_strength_off_outline.rb

Overview

  • Version: 2.3.50

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21,1L12.4,9.6L13.85,11.05L19,5.83V16.19L21,18.19M4.77,4.5L3.5,5.77L9.86,12.13L1,21H18.73L20.73,23L22,21.73M11.33,13.6L16.73,19H6"></path>
  HTML
end