Class: Mdi::SawtoothWave

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

Overview

  • Version: 5.2.45

  • Author: Haley Halcyon

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  "<path d=\"M11 22V6.83L2 16V13.17L13 2V17.17L22 8V10.83L11 22Z\"></path>\n".squish.html_safe
end