Class: Mdi::MusicRestHalf

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

def content
  <<-HTML.squish.html_safe
    <path d="M6 14H8V10H16V14H18V15H6V14Z"></path>
  HTML
end