Class: Mdi::MusicNoteHalf

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

def content
  <<-HTML.squish.html_safe
    <path d="M16 3H14V13.56A3.96 3.96 0 0 0 12 13A4 4 0 1 0 16 17V3M12 19A2 2 0 1 1 14 17A2 2 0 0 1 12 19Z"></path>
  HTML
end