Class: Mdi::MusicNoteQuarter

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14 3V13.56C13.41 13.21 12.73 13 12 13C9.79 13 8 14.79 8 17S9.79 21 12 21 16 19.21 16 17V3H14Z"></path>
  HTML
end