Class: Mdi::Waveform

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

def content
  <<-HTML.squish.html_safe
    <path d="M22 12L20 13L19 14L18 13L17 16L16 13L15 21L14 13L13 15L12 13L11 17L10 13L9 22L8 13L7 19L6 13L5 14L4 13L2 12L4 11L5 10L6 11L7 5L8 11L9 2L10 11L11 7L12 11L13 9L14 11L15 3L16 11L17 8L18 11L19 10L20 11L22 12Z"></path>
  HTML
end