Class: Mdi::Resistor

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

Overview

  • Version: 2.8.94

  • Author: Louistwee

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2,11H7L10.07,15.35L13.11,4L18,11H22V13H17L13.93,8.65L10.89,20L6,13H2V11Z"></path>
  HTML
end