Class: Mdi::FlashOffOutline

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

Overview

  • Version: 6.9.96

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M9 6.19L7 4.19V2H17L13.5 9H17L15.18 12.37L11.43 8.62L13.76 4H9V6.19M19 18.73L17.73 20L13.41 15.68L10 22V14H7V9.27L2 4.27L3.27 3L19 18.73Z"></path>
  HTML
end