Class: Mdi::MetronomeTick

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

Overview

  • Version: 2.0.46

  • Author: Haley Halcyon

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,1.75L8.57,2.67L4.07,19.5C4.06,19.5 4,19.84 4,20C4,21.11 4.89,22 6,22H18C19.11,22 20,21.11 20,20C20,19.84 19.94,19.5 19.93,19.5L15.43,2.67L12,1.75M10.29,4H13.71L17.2,17H13V12H11V17H6.8L10.29,4M11,5V9H10V11H14V9H13V5H11Z"></path>
  HTML
end