Class: Mdi::FlashlightOff

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2,5.27L3.28,4L20,20.72L18.73,22L15,18.27V22H9V12.27L2,5.27M18,5L15,10H11.82L6.82,5H18M18,4H6V2H18V4M15,11V13.18L12.82,11H15Z"></path>
  HTML
end