Class: Mdi::LightningBoltOutline

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

Overview

  • Version: 5.1.45

  • Author: Brooke Clifton

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11 9.47V11H14.76L13 14.53V13H9.24L11 9.47M13 1L6 15H11V23L18 9H13V1Z"></path>
  HTML
end