Class: Mdi::MusicNoteEighth

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

def content
  <<-HTML.squish.html_safe
    <path d="M12 3V13.55C11.41 13.21 10.73 13 10 13C7.79 13 6 14.79 6 17S7.79 21 10 21 14 19.21 14 17V7H18V3H12Z"></path>
  HTML
end