Class: Mdi::FlashOutline

Inherits:
MdiData show all
Defined in:
app/models/mdi/flash_outline.rb

Overview

  • Version: 1.8.36

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M7,2H17L13.5,9H17L10,22V14H7V2M9,4V12H12V14.66L14,11H10.24L13.76,4H9Z"></path>
  HTML
end