Class: Mdi::LightningBolt

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

def content
  <<-HTML.squish.html_safe
    <path d="M11 15H6L13 1V9H18L11 23V15Z"></path>
  HTML
end