Class: Mdi::MusicRestSixteenth

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

Overview

  • Version: 3.9.97

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M15 3A5.56 5.56 0 0 1 11.95 4.86A1.5 1.5 0 1 0 10.5 6H10.74A6.32 6.32 0 0 0 14.25 4.93L12.9 9.1A5.56 5.56 0 0 1 9.95 10.86A1.5 1.5 0 1 0 8.5 12H8.74A6.32 6.32 0 0 0 12.25 10.93L9 21H11L17 3Z"></path>
  HTML
end