Class: Mdi::HomeLightningBoltOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M5 20V12H2L12 3L22 12H19V20H5M12 5.69L7 10.19V18H17V10.19L12 5.69M11.5 18V14H9L12.5 7V11H15L11.5 18Z"></path>
  HTML
end