Class: Mdi::HomeLightningBolt

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

Overview

  • Version: 6.4.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 3L2 12H5V20H19V12H22L12 3M11.5 18V14H9L12.5 7V11H15L11.5 18Z"></path>
  HTML
end